@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Arimo");
@font-face {
  font-family: 'open_sans';
  src: url("/assets/fonts/open-sans/light/opensans-light-webfont.eot");
  src: url("/assets/fonts/open-sans/light/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/open-sans/light/opensans-light-webfont.woff2") format("woff2"), url("/assets/fonts/open-sans/light/opensans-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'open_sans';
  src: url("/assets/fonts/open-sans/regular/opensans-regular-webfont.eot");
  src: url("/assets/fonts/open-sans/regular/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/open-sans/regular/opensans-regular-webfont.woff2") format("woff2"), url("/assets/fonts/open-sans/regular/opensans-regular-webfont.woff") format("woff"), url("/assets/fonts/open-sans/regular/opensans-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sans';
  src: url("/assets/fonts/open-sans/bold/opensans-bold-webfont.eot");
  src: url("/assets/fonts/open-sans/bold/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/open-sans/bold/opensans-bold-webfont.woff2") format("woff2"), url("/assets/fonts/open-sans/bold/opensans-bold-webfont.woff") format("woff"), url("/assets/fonts/open-sans/bold/opensans-bold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'open_sans';
  src: url("/assets/fonts/open-sans/OpenSansItalic/OpenSansItalic.eot");
  src: url("/assets/fonts/open-sans/OpenSansItalic/OpenSansItalic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/open-sans/OpenSansItalic/OpenSansItalic.woff") format("woff"), url("/assets/fonts/open-sans/OpenSansItalic/OpenSansItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal; }

@font-face {
  font-family: 'open_sans';
  src: url("/assets/fonts/open-sans/bold-italic/opensansbolditalic.eot");
  src: url("/assets/fonts/open-sans/bold-italic/opensansbolditalic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/open-sans/bold-italic/opensansbolditalic.woff") format("woff"), url("/assets/fonts/open-sans/bold-italic/opensansbolditalic.ttf") format("truetype");
  font-style: italic;
  font-weight: bold; }

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

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
  color: #222;
  line-height: 1.4;
  font: 14px open_sans, sans-serif;
  height: 100%; }

body {
  position: relative;
  height: 100%;
  width: 100%;
  background: url(../../../img/main-bg.jpg) no-repeat center top fixed;
  background-size: cover;
  font-family: open_sans, sans-serif;
  overflow-x: hidden; }

*, :after, :before {
  box-sizing: border-box;
  outline: none;
  list-style: none; }

/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
* A better looking default horizontal rule
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
* Remove default fieldset styles.
*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
* Allow only vertical resizing of textareas.
*/
textarea {
  resize: vertical; }

/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden {
  display: none !important;
  visibility: hidden;
  opacity: 0; }

/*
* Hide only visually, but have it available for screen readers:
* http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden; }

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.video-block__links-clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

a {
  text-decoration: none; }

.db {
  display: block; }

.block {
  display: block !important; }

.no-ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fl-l {
  float: left; }

.fl-r {
  float: right; }

.m-top-20 {
  margin-top: 20px !important; }

.ws-n {
  white-space: normal; }

select {
  width: 100%; }

.d-t {
  display: table;
  width: 100%;
  table-layout: fixed; }

.d-tr {
  display: table-row; }

.d-tc {
  display: table-cell;
  vertical-align: middle; }

.outer-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px; }

.ta-c {
  text-align: center; }

.fr {
  float: right; }

.mt0 {
  margin-top: 0 !important; }

.mt30 {
  margin-top: 30px; }

.mt3 {
  margin-top: 3px; }

.ml30 {
  margin-left: 30px; }

.pl100 {
  padding-left: 100px; }

.w77 {
  width: 77%; }

.w100 {
  width: 100% !important; }

.f28 {
  font-size: 28px; }

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.flex-r {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-sb {
  justify-content: space-between; }

.flex-c {
  justify-content: center !important; }

.flex-wrap {
  flex-wrap: wrap; }

.page {
  display: table;
  height: 100%;
  margin: auto;
  width: 100%;
  min-width: 1200px;
  position: relative;
  overflow: hidden;
  padding-bottom: 175px; }

.main {
  height: 100%;
  padding: 0 15px; }

.content-container {
  /* margin: 0 auto;
   max-width: 1350px;*/ }

.sub-title-block {
  width: 73%;
  margin-left: 27%;
  position: relative; }

.sub-title {
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 2px;
  font-weight: normal; }

.sub-title-annotation {
  font: 24px/27px open_sans, sans-serif;
  color: #236dcd;
  margin: 10px 0;
  min-height: 27px; }

.sub-title-middle-block {
  border-top: 1px solid #236dcd;
  text-align: center; }

.sub-title-middle {
  position: relative;
  top: -21px;
  display: inline-block;
  padding: 0 25px;
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  color: #236dcd;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0; }

.sub-title-small {
  text-transform: uppercase;
  color: #236dcd;
  font: bold 16px/18px open_sans, sans-serif;
  margin: 0 0 15px; }

h5 {
  font: bold 16px open_sans, sans-serif;
  color: #5386d4;
  margin: 30px 0 10px; }

.header-task {
  background: #ffffff; }

.page-header__wrapper {
  background: #eaebea;
  padding: 40px 0 15px; }

.page-header {
  margin: 0 !important; }

#toolbar {
  height: 55px !important; }

.w500 {
  width: 500px;
  margin: 35px auto 0; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

@font-face {
  font-family: "res-icon-font";
  src: url("/assets/fonts/icon-font/res-icon-font.eot?622af5e0c0d597a7dcaa811a5cb8ed31");
  src: url("/assets/fonts/icon-font/res-icon-font.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/icon-font/res-icon-font.woff2?622af5e0c0d597a7dcaa811a5cb8ed31") format("woff2"), url("/assets/fonts/icon-font/res-icon-font.woff?622af5e0c0d597a7dcaa811a5cb8ed31") format("woff"), url("/assets/fonts/icon-font/res-icon-font.ttf?622af5e0c0d597a7dcaa811a5cb8ed31") format("truetype"), url("/assets/fonts/icon-font/res-icon-font.svg?622af5e0c0d597a7dcaa811a5cb8ed31#res-icon-font") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon {
  font-family: "res-icon-font";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon_about:before {
  content: "\f101"; }

.icon_circle-arr:before {
  content: "\f102"; }

.icon_eyes:before {
  content: "\f103"; }

.icon_fb:before {
  content: "\f104"; }

.icon_parents:before {
  content: "\f105"; }

.icon_question:before {
  content: "\f106"; }

.icon_searh:before {
  content: "\f107"; }

.icon_studend:before {
  content: "\f108"; }

.icon_teacher:before {
  content: "\f109"; }

.icon_tw:before {
  content: "\f10a"; }

.icon_vk:before {
  content: "\f10b"; }

.svg-arrow1-dims {
  width: 14.999px;
  height: 8.087px; }

.svg-arrow3_1-dims {
  width: 8.087px;
  height: 14.999px; }

.svg-arrow3_2-dims {
  width: 8.09px;
  height: 15px; }

.svg-arrow4_1-dims {
  width: 8.087px;
  height: 14.999px; }

.svg-arrow4_2-dims {
  width: 8.09px;
  height: 15px; }

.svg-block-dims {
  width: 100px;
  height: 100px; }

.svg-doc-dims {
  width: 82.092px;
  height: 93px; }

.svg-doc2-dims {
  width: 82.092px;
  height: 93px; }

.svg-doc_min-dims {
  width: 21.774px;
  height: 24.667px; }

.svg-down-arrow-dims {
  width: 129px;
  height: 129px; }

.svg-download-dims {
  width: 32.889px;
  height: 29.309px; }

.svg-download2-dims {
  width: 32.889px;
  height: 29.309px; }

.svg-edit-dims {
  width: 29.309px;
  height: 29.309px; }

.svg-edit2-dims {
  width: 29.309px;
  height: 29.309px; }

.svg-event-dims {
  width: 32.466px;
  height: 33.945px; }

.svg-event2-dims {
  width: 32.466px;
  height: 33.945px; }

.svg-events-dims {
  width: 79.153px;
  height: 80px; }

.svg-events2-dims {
  width: 79.153px;
  height: 80px; }

.svg-events_min-dims {
  width: 20.778px;
  height: 21px; }

.svg-files-dims {
  width: 24.833px;
  height: 32.021px; }

.svg-files2-dims {
  width: 24.833px;
  height: 32.021px; }

.svg-files2-1-dims {
  width: 17.378px;
  height: 23px; }

.svg-files2-2-dims {
  width: 17.378px;
  height: 23px; }

.svg-info-dims {
  width: 23px;
  height: 23px; }

.svg-info2-dims {
  width: 23px;
  height: 23px; }

.svg-like-dims {
  width: 100px;
  height: 100px; }

.svg-lm-doc-dims {
  width: 38px;
  height: 42.92px; }

.svg-lm-events-dims {
  width: 38px;
  height: 38.4px; }

.svg-lm-messages-dims {
  width: 38px;
  height: 37.559px; }

.svg-lm-notice-dims {
  width: 38px;
  height: 33.619px; }

.svg-lm-settings-dims {
  width: 38px;
  height: 38px; }

.svg-lm-user-dims {
  width: 38px;
  height: 42.26px; }

.svg-messages-dims {
  width: 80.94px;
  height: 80px; }

.svg-messages2-dims {
  width: 80.94px;
  height: 80px; }

.svg-notice-dims {
  width: 90.73px;
  height: 80px; }

.svg-notice2-dims {
  width: 90.73px;
  height: 80px; }

.svg-notice_min-dims {
  width: 23.001px;
  height: 20.282px; }

.svg-plus-dims {
  width: 357px;
  height: 357px; }

.svg-read-dims {
  width: 100px;
  height: 100px; }

.svg-remove-dims {
  width: 100px;
  height: 100px; }

.svg-send-dims {
  width: 200px;
  height: 200px; }

.svg-settings-dims {
  width: 82px;
  height: 82px; }

.svg-settings2-dims {
  width: 82px;
  height: 82px; }

.svg-share-dims {
  width: 25.544px;
  height: 31px; }

.svg-share2-dims {
  width: 25.544px;
  height: 31px; }

.svg-statistics-dims {
  width: 24.14px;
  height: 24px; }

.svg-statistics2-dims {
  width: 24.14px;
  height: 24px; }

.svg-subscription-dims {
  width: 36px;
  height: 30.18px; }

.svg-subscription2-dims {
  width: 36px;
  height: 30.18px; }

.svg-tick-dims {
  width: 26px;
  height: 26px; }

.svg-user-dims {
  width: 71.93px;
  height: 80px; }

.svg-user2-dims {
  width: 71.93px;
  height: 80px; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/* @mixin transition($property, $time, $function, $delay) {
  -webkit-transition: $property $time $function $delay;
  -moz-transition: $property $time $function $delay;
  transition: $property $time $function $delay;
} */
@-webkit-keyframes name {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes name {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.abstract-block__part {
  font-size: 16px;
  margin-top: 50px; }
  .abstract-block__part ol {
    margin: 10px 0;
    padding: 15px; }
    .abstract-block__part ol li {
      margin-bottom: 10px;
      font: italic 17px open_sans, sans-serif; }
  .abstract-block__part ul {
    margin: 0 0 20px 20px;
    padding: 0; }
    .abstract-block__part ul li {
      margin-bottom: 16px; }
      .abstract-block__part ul li:last-of-type {
        margin-bottom: 0; }
  .abstract-block__part ol ul li {
    list-style-type: disc; }

.text-indent {
  text-indent: 30px; }

.sub-title-middle-block + .abstract-block__part {
  margin-top: 20px; }

.sub-paragraph {
  padding-left: 20px; }

.bio-num-list > li ul li {
  font-style: normal; }

.no-itallic li {
  font-style: normal !important; }

.smaller-margin li {
  margin-bottom: 5px !important; }

.border-top td {
  border-top: 1px solid #a6a6a6; }

.date-block {
  margin-bottom: 20px; }
  .date-block__item {
    display: inline-block;
    vertical-align: top;
    max-width: 271px;
    height: 82px;
    /*border-right: 1px solid #3f5069;*/
    padding: 0 11px; }
    .date-block__item:first-of-type {
      padding-left: 0; }
    .date-block__item:last-of-type {
      border-right: none; }
  .date-block__item-top {
    margin-bottom: 5px; }
    .date-block__item-top-icon {
      float: right; }
  .date-block__item-top-data {
    display: inline-block;
    color: #3a4c64;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px; }
  .date-block__item-bottom {
    color: #3a4c64;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; }
    .date-block__item-bottom:hover {
      text-decoration: underline; }
  .date-block-link {
    display: inline-block;
    padding: 8px 13px;
    background-color: #3a4c64;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms; }
    .date-block-link:hover {
      background-color: #59c2f1; }
    .date-block-link:last-of-type {
      display: block;
      margin-top: 10px; }
  .date-block .slick-prev, .date-block .slick-next {
    padding: 8px 13px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    width: 37px;
    height: 37px; }
    .date-block .slick-prev:hover, .date-block .slick-next:hover {
      background-color: #59c2f1; }
    .date-block .slick-prev:before, .date-block .slick-next:before {
      display: none; }
  .date-block .slick-prev {
    background: #3a4c64 url(../../../img/left.png) no-repeat center;
    left: 798px;
    top: 68px;
    z-index: 1000; }
  .date-block .slick-next {
    background: #3a4c64 url(../../../img/right.png) no-repeat center;
    top: 18px;
    right: -50px;
    z-index: 1000; }
  .date-block .slick-active:last-of-type {
    border-right: none; }

.date-block__item_event {
  background: url(../../../img/svg/events_min.svg) no-repeat 225px top; }

.date-block__item_doc {
  background: url(../../../img/svg/doc_min.svg) no-repeat 225px top; }

.content-image-block {
  text-align: center;
  /* img{
     @include transition(500);
     &:hover{
        @include transform_scale(1.03, 1.03);
     }
       } */ }
  .content-image-block a {
    display: inline-block;
    vertical-align: top;
    outline: none;
    overflow: hidden;
    margin-left: 7px;
    margin-right: 7px; }
    .content-image-block a:first-of-type {
      margin-left: 0; }
    .content-image-block a:last-of-type {
      margin-right: 0; }

.page-content__inner {
  background: rgba(255, 255, 255, 0.9);
  padding: 27px 45px 27px 30px;
  /*height: 100%;*/
  position: relative; }

.content-main__header {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0; }

.content-messages a {
  display: inline-block;
  margin-top: 40px;
  width: 111px;
  padding: 4px 0;
  border: 1px solid #39404c;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  color: #39404c;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-right: 10px;
  text-transform: uppercase; }
  .content-messages a:hover {
    background: #ffffff;
    color: #000000;
    border: 1px solid #ffffff; }
  .content-messages a:last-of-type {
    margin-right: 0px; }

.dateblock-small {
  /* .dateblock .ui-widget-header .ui-icon {
       background-image: url(../../../img/ui-icons_444444_256x240.png) !important;
    }*/ }
  .dateblock-small .ui-datepicker-calendar {
    background: #ffffff; }
  .dateblock-small #ui-datepicker-div {
    width: 290px;
    background: #ffffff; }
  .dateblock-small .ui-datepicker {
    padding: 0 10px 0 !important; }
    .dateblock-small .ui-datepicker .ui-datepicker-title {
      margin: 0 !important; }
  .dateblock-small .ui-datepicker td {
    cursor: pointer; }
  .dateblock-small .ui-datepicker th {
    font-size: 14px !important; }
  .dateblock-small .ui-widget-content .ui-state-default {
    font-size: 15px !important; }
  .dateblock-small .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0;
    background-color: #0578af;
    margin: 0 -10px !important; }
  .dateblock-small .ui-datepicker select.ui-datepicker-month {
    cursor: pointer;
    display: inline-block;
    background: #0578af url(../../../img/svg/arrow1.svg) no-repeat 143px 17px !important;
    padding-left: 12px;
    color: #ffffff;
    border: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    padding-bottom: 0px;
    height: 40px;
    width: auto !important;
    border-radius: 2px;
    text-transform: uppercase; }
  .dateblock-small .ui-datepicker select.ui-datepicker-year {
    cursor: pointer;
    background: #0578af url(../../../img/svg/arrow1.svg) no-repeat 56px 17px !important;
    padding-left: 0 !important;
    color: #ffffff;
    border: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    padding-bottom: 0px;
    width: 75px !important;
    height: 40px;
    border-radius: 2px; }
  .dateblock-small .dropdown:hover {
    box-shadow: none !important; }
  .dateblock-small .ui-datepicker .ui-datepicker-prev {
    background: url(../../../img/left.png) no-repeat center;
    cursor: pointer;
    top: 11px;
    background-size: 9px; }
  .dateblock-small .ui-datepicker .ui-datepicker-next {
    background: url(../../../img/right.png) no-repeat center;
    cursor: pointer;
    top: 11px;
    background-size: 9px; }

.dateblock {
  width: 336px;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 10px;
  /* .ui-datepicker-calendar {
       background: rgba(255, 255, 255, 0.8);
    }*/ }
  .dateblock .dropdown {
    position: relative;
    width: auto;
    border: none;
    cursor: pointer;
    background: transparent;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase; }
  .dateblock .ui-widget-content {
    background: transparent; }
  .dateblock .ui-widget.ui-widget-content {
    border: none;
    width: 100%; }
  .dateblock .ui-datepicker {
    padding: 0em 1.2em 0; }
  .dateblock .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0 0;
    border: none;
    margin: 0 -4px;
    background-color: #0578af; }
  .dateblock .ui-datepicker-title {
    background: transparent; }
  .dateblock .ui-datepicker .ui-datepicker-title {
    text-align: center;
    margin: 0; }
  .dateblock .ui-datepicker th {
    font-size: 16px;
    font-weight: 400;
    color: #0578af;
    padding: 8px 1px;
    border-bottom: 1px solid #0578af; }
  .dateblock .ui-datepicker td {
    padding: 3px 0px;
    cursor: pointer; }
  .dateblock .ui-widget-content .ui-state-default {
    border: none;
    font-size: 18px;
    font-weight: 400;
    color: #373e4b;
    /* position: relative; */
    top: 0px;
    /* right: -3px; */
    padding: 0;
    text-align: center;
    background: transparent;
    border: 2px solid transparent;
    border-radius: 50%;
    /* padding: 8px; */
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
    padding-top: 4px;
    padding-left: -3px; }
  .dateblock .iu-state-hover a:hover {
    background: transparent; }
  .dateblock .ui-state-active, .dateblock .ui-widget-content .ui-state-active {
    color: #63b7df;
    border: 2px solid #63b7df;
    border-radius: 50%;
    /* padding: 8px; */
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
    padding-top: 4px;
    padding-left: -3px;
    /* position: relative; */
    /* left: -2px; */
    padding-right: 1px; }
  .dateblock .ui-datepicker-current-day {
    outline-offset: -2px; }
  .dateblock .ui-datepicker td a {
    /*padding: 5px 4px 11px 2px;*/ }
  .dateblock .ui-state-highlight, .dateblock .ui-widget-content .ui-state-highlight {
    background: transparent; }
  .dateblock .ui-datepicker select.ui-datepicker-month {
    width: 35%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 5px; }
  .dateblock .ui-datepicker select.ui-datepicker-year {
    background: #526b8b;
    width: 35%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: 8px;
    padding-left: 0 !important; }
  .dateblock .ui-datepicker-year::-ms-expand {
    display: none; }
  .dateblock .ui-datepicker-month::-ms-expand {
    display: none; }
  .dateblock .ui-widget-header .ui-icon {
    background-image: url(../../../img/ui-icons_444444_256x240.png) !important; }
  .dateblock .ui-datepicker select.ui-datepicker-month {
    cursor: pointer;
    display: inline-block;
    background: #0578af;
    padding-left: 12px;
    color: #ffffff;
    border: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    padding-bottom: 0px;
    height: 40px;
    width: auto;
    border-radius: 2px;
    text-transform: uppercase;
    /*   &:after {
            content: "";
            display: inline-block;

            width: 20px;
            height: 10px;
         }*/ }
    .dateblock .ui-datepicker select.ui-datepicker-month option {
      background: #ffffff;
      color: #000000;
      font-size: 16px; }
  .dateblock .dropdown:hover {
    box-shadow: none; }
  .dateblock .ui-datepicker select.ui-datepicker-year {
    cursor: pointer;
    background: #0578af url(../../../img/triag.png) no-repeat 50px 17px;
    padding-left: 12px;
    color: #ffffff;
    border: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    padding-bottom: 0px;
    width: 65px;
    height: 40px;
    border-radius: 2px; }
    .dateblock .ui-datepicker select.ui-datepicker-year option {
      background: #ffffff;
      color: #000000;
      font-size: 16px;
      /* &:hover {
             background: red;
             -webkit-background-imager: red;
             -moz-background-image: red;
          }*/ }
  .dateblock .ui-datepicker .ui-datepicker-prev {
    background: url(../../../img/left.png) no-repeat center;
    cursor: pointer;
    top: 8px;
    left: 4px;
    background-size: 9px; }
  .dateblock .ui-datepicker .ui-datepicker-next {
    background: url(../../../img/right.png) no-repeat center;
    cursor: pointer;
    top: 8px;
    right: 4px;
    background-size: 9px; }
  .dateblock .ui-widget-header .ui-icon {
    display: none !important; }

.content-block.user-info {
  display: flex;
  align-items: center; }
  .content-block.user-info .content-block__item {
    width: 280px;
    line-height: 1.2; }
    .content-block.user-info .content-block__item:first-of-type {
      width: 106px;
      margin-right: 10px; }

.content-block__name {
  font-size: 20px;
  margin-bottom: 10px; }

.content-block__position {
  font-size: 16px; }

.content-row {
  margin-bottom: 10px; }
  .content-row span {
    font-size: 16px;
    font-weight: 400;
    margin-left: 15px;
    letter-spacing: 1px; }

.content-block.user-info .content-block__item .avatar-back {
  position: absolute;
  z-index: 49;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  border-radius: 50%;
  background: rgba(67, 95, 142, 0.73); }
  .content-block.user-info .content-block__item .avatar-back span {
    position: absolute;
    top: 45%;
    right: 30%; }

.content-block.user-info .content-block__img {
  position: relative;
  z-index: 50;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  cursor: pointer;
  /*    &:hover {
             .avatar-back {
                opacity: 1;
                //@include transform_translateY(0);
             }
          }*/ }

.content-block__avatar {
  width: 106px;
  height: 106px;
  border-radius: 50%; }

.ui-datepicker-calendar tbody tr:nth-of-type(2) td:nth-of-type(5) a {
  color: red;
  font-weight: bold; }

.file-upload {
  position: relative;
  /* Даем возможность делать позиционирование, внутри данного элемента */
  overflow: hidden;
  /* Все что выходит за пределы - скрываем */
  width: 20%;
  /* Задаем ширину кнопки выбора файла */
  height: 20px;
  /* Задаем высоту кнопки выбора файла */
  background: #6da047;
  border-radius: 3px;
  padding: 8px 4px;
  color: #fff;
  text-align: center; }

.file-upload:hover {
  background: #7aad55; }

.file-upload input[type="file"] {
  display: none;
  /* Обязательно скрываем настоящий Input File */ }

.file-upload label {
  /* Растягиваем label на всю возможную площадь блока .file-upload */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.file-upload span {
  line-height: 36px;
  /* Делаем вертикальное выравнивание текста, который написан на кнопке */ }

.btn {
  text-transform: uppercase;
  border: 2px solid #ccc;
  background: transparent;
  padding: 7px 15px;
  font: 16px open_sans, sans-serif;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 10px;
  outline: 0; }

.content-title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 12px;
  vertical-align: middle;
  color: #39404c;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase; }

.content-block {
  margin-top: 25px;
  /*&:last-of-type {
      margin-top: 40px;
   }*/ }

.content-block__item.user {
  position: relative; }
  .content-block__item.user:hover .tooltip {
    display: block; }

.content-block__item.user .tooltip {
  position: absolute;
  top: 0;
  top: auto;
  display: none; }

.content-block.calendar .content-container__subtitle {
  color: #ffffff;
  margin-bottom: 7px;
  width: auto; }

.content-container__subtitle {
  color: #000000;
  font-size: 22px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  width: 381px;
  line-height: 1.2; }
  .content-container__subtitle span {
    margin-top: 15px;
    display: block; }

.content-container__subtitle_small {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.61px;
  text-align: center;
  margin-top: 40px; }

.content-container__bars {
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 16px;
  /*   &-file {
         display: inline-block;
         vertical-align: middle;
         width: 20px;
         height: 26px;
         background: url(../../../img/svg/document2/files.svg) no-repeat center center;
         background-size: 20px;
         @include transition(200);
         &:hover {
            display: inline-block;
            vertical-align: middle;
            width: 20px;
            height: 26px;
            background: url(../../../img/svg/document2/files2.svg) no-repeat center center;
            background-size: 20px;
         }
      }*/
  /*   &-download {
         display: inline-block;
         vertical-align: middle;
         width: 26px;
         height: 26px;
         background: url(../../../img/svg/document2/download.svg) no-repeat center center;
         background-size: 26px;
         @include transition(200);
         &:hover {
            display: inline-block;
            vertical-align: middle;
            width: 26px;
            height: 26px;
            background: url(../../../img/svg/document2/download2.svg) no-repeat center center;
            background-size: 26px;
         }
      }*/
  /*   &-share {
         display: inline-block;
         vertical-align: middle;
         width: 23px;
         height: 26px;
         background: url(../../../img/svg/document2/share.svg) no-repeat center center;
         background-size: 21px;
         @include transition(200);
         top: -2px;
         &:hover {
            display: inline-block;
            vertical-align: middle;
            width: 23px;
            height: 26px;
            background: url(../../../img/svg/document2/share2.svg) no-repeat center center;
            background-size: 21px;
            top: -2px;
         }
      }*/
  /*   &-subscription {
         display: inline-block;
         vertical-align: middle;
         width: 24px;
         height: 25px;
         background: url(../../../img/svg/document2/subscription.svg) no-repeat center center;
         background-size: 24px;
         @include transition(200);
         &:hover {
            display: inline-block;
            vertical-align: middle;
            width: 24px;
            height: 25px;
            background: url(../../../img/svg/document2/subscription2.svg) no-repeat center center;
            background-size: 24px;
         }
      }*/ }
  .content-container__bars > div {
    display: flex;
    margin-top: 10px; }
    .content-container__bars > div > span {
      display: block; }
      .content-container__bars > div > span:first-child {
        margin-right: 50px; }
      .content-container__bars > div > span > span {
        display: block;
        font-weight: bold; }
  .content-container__bars a {
    margin-right: 27px;
    display: inline-block;
    position: relative; }
    .content-container__bars a:last-of-type {
      margin-right: 0; }
    .content-container__bars a:hover .tooltip {
      display: block; }
  .content-container__bars .svg-edit-dims {
    width: 29px;
    height: 30px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms; }
    .content-container__bars .svg-edit-dims:hover {
      fill: #3b94c0; }
  .content-container__bars .svg-files-dims {
    width: 29px;
    height: 30px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms; }
    .content-container__bars .svg-files-dims:hover {
      fill: #3b94c0; }
  .content-container__bars .svg-download-dims {
    width: 29px;
    height: 30px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms; }
    .content-container__bars .svg-download-dims:hover {
      fill: #3b94c0; }
  .content-container__bars .svg-share-dims {
    width: 29px;
    height: 30px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms; }
    .content-container__bars .svg-share-dims:hover {
      fill: #3b94c0; }
  .content-container__bars .svg-subscription-dims {
    width: 29px;
    height: 30px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms; }
    .content-container__bars .svg-subscription-dims:hover {
      fill: #3b94c0; }
  .content-container__bars .svg-event-dims {
    width: 29px;
    height: 30px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms; }
    .content-container__bars .svg-event-dims:hover {
      fill: #3b94c0; }

.tooltip {
  display: none;
  position: absolute;
  background: #ffffff;
  border: 1px solid #999999;
  padding: 2px 5px;
  color: #39404c;
  font-size: 14px;
  font-weight: 400;
  top: -49px;
  z-index: 1000; }

.content-icon {
  display: inline-block;
  width: 75px;
  height: 60px;
  fill: #455773; }

.content-block__date {
  margin-top: 17px; }

.content-block__label {
  font-size: 16px;
  font-weight: 400; }

.content-block__current-date {
  display: inline-block;
  font-size: 18px;
  font-weight: 700; }
  .content-block__current-date:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 29px;
    margin: -7px 0 0 7px;
    background: url("../../../img/icondate.png") no-repeat; }

.tags-block {
  max-width: 376px;
  margin-top: 10px; }
  .tags-block .tag {
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms; }
    .tags-block .tag:hover {
      background: #63b7df;
      color: #ffffff;
      border: 1px solid #4aa1ca; }

.tags-block.category .tag {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms; }
  .tags-block.category .tag:hover {
    background: #63b7df;
    color: #ffffff;
    border: 1px solid #4aa1ca; }
  .tags-block.category .tag:last-of-type {
    margin-right: 0; }

.tags-block.status .tag.tag_blue {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms; }
  .tags-block.status .tag.tag_blue:hover {
    background: #52adcc;
    color: #ffffff;
    border: 1px solid #52adcc; }

.tags-block.status .tag.tag_grey {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms; }
  .tags-block.status .tag.tag_grey:hover {
    background: #aeaeae;
    color: #ffffff;
    border: 1px solid #aeaeae; }

.tags-block.status .tag.tag_yellow {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms; }
  .tags-block.status .tag.tag_yellow:hover {
    background: #e0aa4c;
    color: #ffffff;
    border: 1px solid #e0aa4c; }

.tags-block.status .tag.tag_green {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms; }
  .tags-block.status .tag.tag_green:hover {
    background: #00ad5d;
    color: #ffffff;
    border: 1px solid #00ad5d; }

.tag {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  color: #000000;
  padding: 4px 11px 4px 11px;
  border-radius: 5px;
  border: 1px solid #979ea9;
  background-color: #ffffff;
  margin-bottom: 10px;
  margin-right: 3px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms; }
  .tag:hover {
    background: #52adcc;
    color: #ffffff;
    border-color: #52adcc; }

.page-content__post-tag {
  color: #2685b2;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 10px; }

.search-row {
  display: block;
  width: 100%;
  height: 41px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  padding: 3px 45px 3px 19px; }

.search-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 40px;
  background: transparent url(../../../img/search.png) no-repeat 11px 9px;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 17px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  will-change: transform; }
  .search-btn:hover {
    -webkit-transform: scale(1.03) scale(1.03) scale(1.03);
    -moz-transform: scale(1.03) scale(1.03) scale(1.03);
    -ms-transform: scale(1.03) scale(1.03) scale(1.03);
    transform: scale(1.03) scale(1.03) scale(1.03); }

.form-search {
  position: relative;
  display: flex;
  justify-content: space-between; }

.add-btn {
  display: flex;
  align-items: center;
  margin-left: 10px;
  /* float: right;*/
  height: 40px;
  color: #ffffff;
  background: #63b7df url(../../../img/send.png) no-repeat 10px 12px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms; }
  .add-btn span {
    display: block;
    padding: 0px 8px 0px 41px;
    text-transform: uppercase;
    line-height: 1.2; }
  .add-btn:hover {
    background: #39a3d6 url(../../../img/send.png) no-repeat 10px 12px; }

.file-upload {
  position: relative;
  /* Даем возможность делать позиционирование, внутри данного элемента */
  overflow: hidden;
  /* Все что выходит за пределы - скрываем */
  width: 20%;
  /* Задаем ширину кнопки выбора файла */
  height: 20px;
  /* Задаем высоту кнопки выбора файла */
  border-radius: 3px;
  padding: 8px 4px;
  color: #fff;
  text-align: center;
  background: transparent !important; }

.file-upload:hover {
  background: #7aad55; }

.file-upload input[type="file"] {
  display: none;
  /* Обязательно скрываем настоящий Input File */ }

.file-upload label {
  /* Растягиваем label на всю возможную площадь блока .file-upload */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.file-upload span {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  /* Text style for "Добавить ф" */ }
  .file-upload span:hover {
    text-decoration: none; }

.files-in {
  min-height: 36px;
  padding: 7px 7px;
  border: 1px solid #e1e1e1; }

.files {
  width: 100%;
  background: #ffffff;
  font-size: 16px; }
  .files input {
    padding: 3px 7px !important;
    border: none !important; }
    .files input:last-of-type {
      margin-bottom: 0; }
  .files .file {
    display: block;
    border-radius: 5px;
    background-color: #ffffff;
    color: #333333;
    font-size: 14px;
    letter-spacing: 0.56px;
    padding: 4px 9px; }
  .files .file-block {
    position: relative;
    border: 1px solid #979ea9;
    border-radius: 5px;
    margin-bottom: 5px; }
    .files .file-block .file-close {
      display: block;
      width: 10px;
      height: 10px;
      position: absolute;
      background: url(../../../img/file-close.png) no-repeat;
      right: 10px;
      top: 35%; }
    .files .file-block:last-of-type {
      margin-bottom: 0; }

.footer {
  margin-top: 20px; }

.footer-outer-wrap {
  background-color: #595c93;
  color: #ffffff;
  padding: 25px 10px 0; }

.footer-contain {
  background: #595c93 url(/img/footer-bg.png) no-repeat center bottom;
  -webkit-background-size: contain;
  background-size: contain; }

.limiter-wrap.footer-contain {
  padding: 0 10px 50px 10px; }

[class*=footer__col] {
  vertical-align: top; }

.footer-resh-logo a {
  color: #fff;
  text-decoration: none; }

.footer__col1 {
  width: 300px;
  padding-right: 5px; }

.footer__col2 {
  padding-left: 7%;
  padding-right: 7%; }

.footer__col3 {
  text-align: right;
  width: 190px; }

.foot-copyright {
  font: 14px open_sans, sans-serif;
  margin-top: 20px;
  display: inline-block; }

.foot-search-row {
  position: relative;
  margin-top: 20px; }

.foot-search-field {
  width: 100%;
  height: 29px;
  border: 1px solid #959595;
  padding: 0 40px 0 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.foot-search-send {
  display: block;
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  padding: 4px;
  color: #848484;
  cursor: pointer; }

.foot-main-link-row {
  margin: 40px 0 10px; }

.foot-main-link {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  margin-right: 8%;
  font: 14px open_sans, sans-serif;
  text-decoration: none; }
  .foot-main-link:hover {
    text-decoration: underline; }

.foot-socials-row {
  display: inline-block;
  margin-top: 20px; }
  .foot-socials-row .index-social-box__item {
    margin: 0 0 0 10px; }
    .foot-socials-row .index-social-box__item > a {
      background: #6f72af;
      color: #fff; }

.foot-detail-links__cols {
  width: 33.33333%;
  float: left; }

.foot-detail-links {
  background: #3c3f78;
  padding: 5px 20px;
  font-size: 0;
  width: 60%;
  min-width: 410px; }

.foot-detail-links__grid {
  text-align: left;
  padding-right: 5px;
  margin: 10px 0; }

.foot-detail-links__link {
  color: #fff;
  text-decoration: none;
  font: 11px/13px open_sans, sans-serif;
  text-transform: uppercase; }
  .foot-detail-links__link:hover {
    text-decoration: underline; }

.warning-line {
  background: #efefef;
  text-align: center;
  font: 12px open_sans, sans-serif;
  color: #777777;
  padding: 40px 0; }

@media screen and (max-width: 1200px) {
  .footer__col2 {
    padding-left: 3%;
    padding-right: 3%; }
  .foot-main-link {
    margin-right: 4%; } }

.form-forum {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px; }

.form-forum__area {
  width: 100%;
  height: 102px;
  border: 1px solid #e1e1e1;
  resize: none;
  margin-left: 15px;
  padding: 4px; }

.form-forum-send {
  display: flex;
  margin-top: 25px;
  align-items: center;
  margin-bottom: 15px; }
  .form-forum-send img {
    width: 62px;
    height: 62px; }

.form-forum__send-btn {
  width: 97px;
  height: 32px;
  border: 1px solid #39404c;
  background: #fff;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  margin-left: 77px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms; }
  .form-forum__send-btn:hover {
    background: #39404c;
    color: #fff; }

.form-notice {
  margin-top: 15px; }
  .form-notice span {
    text-decoration: underline;
    color: #04a8f6;
    cursor: pointer; }
  .form-notice a {
    color: #000000;
    text-decoration: underline;
    margin-left: 10px; }
    .form-notice a:hover {
      text-decoration: none; }

.message-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.message-info__item {
  display: flex;
  flex-wrap: wrap; }

.message-info__author {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px; }

.message-info__date {
  color: #665665;
  font-size: 14px;
  font-weight: 400;
  margin-left: 15px; }

.main-message__text {
  color: #000000;
  font-size: 15px;
  font-weight: 400; }

.main-message {
  margin-top: 20px; }

.forum {
  margin-top: 35px; }

.pd5 {
  padding-left: 5%; }

.message-disagree {
  background: #ff3333;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 3px 8px;
  margin-left: 3%;
  margin-right: 3%; }

.message-agree {
  background: #00a602;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 3px 8px;
  margin-left: 3%;
  margin-right: 3%; }

.message-like img {
  width: 28px;
  height: 24px; }

.message-like span {
  color: #665665;
  font-size: 16px;
  font-weight: 400; }

.message__text {
  background: #f8f6f6;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  margin-top: 15px;
  padding: 15px;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  z-index: 100; }
  .message__text .form-forum {
    border-bottom: none; }
  .message__text:after {
    content: "";
    display: block;
    position: absolute;
    left: 89px;
    top: -30px;
    border: 14px solid transparent;
    border-bottom: 18px solid #f8f6f6;
    z-index: 99; }
  .message__text:before {
    content: "";
    display: block;
    position: absolute;
    left: 89px;
    top: -32px;
    border: 14px solid transparent;
    border-bottom: 18px solid #e1e1e1;
    z-index: 98; }

.message__text-userbar {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap; }
  .message__text-userbar a {
    color: #665665;
    text-decoration: underline;
    font-size: 14px;
    margin-right: 17px;
    margin-bottom: 5px; }
    .message__text-userbar a:before {
      margin-right: 3px; }
    .message__text-userbar a:first-of-type:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 23px;
      height: 21px;
      margin-right: 5px;
      background: url(../../../img/svg/mes.svg) no-repeat; }
    .message__text-userbar a:nth-of-type(2):before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 23px;
      height: 21px;
      margin-right: 5px;
      background: url(../../../img/svg/read.svg) no-repeat;
      background-size: 22px; }
    .message__text-userbar a:last-of-type:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 23px;
      height: 21px;
      margin-right: 5px;
      background: url(../../../img/svg/del.svg) no-repeat;
      background-size: 22px; }
    .message__text-userbar a:hover {
      text-decoration: none; }
  .message__text-userbar img {
    width: 28px;
    height: 25px;
    position: relative;
    top: -2px; }

.message-answer {
  color: #665665;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px; }

.forum-block {
  margin-bottom: 15px; }

.page-content-row.user-links {
  display: flex;
  justify-content: center;
  margin-bottom: 7px; }
  .page-content-row.user-links a {
    color: #ffffff;
    margin-right: 7px;
    text-align: center;
    padding: 17px 7px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms; }
    .page-content-row.user-links a svg {
      fill: #ffffff;
      margin-right: 10px;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      transition: all 300ms; }
    .page-content-row.user-links a:hover {
      color: #000000;
      background: #ffffff; }
      .page-content-row.user-links a:hover svg {
        fill: #000000; }
    .page-content-row.user-links a:first-of-type {
      width: 30%;
      background: #3a4c64; }
      .page-content-row.user-links a:first-of-type:hover {
        background: #ffffff; }
    .page-content-row.user-links a:nth-of-type(2) {
      width: 35%;
      margin-left: 0;
      background: #4c6380; }
      .page-content-row.user-links a:nth-of-type(2):hover {
        background: #ffffff; }
    .page-content-row.user-links a:last-of-type {
      width: 43%;
      margin-right: 0;
      background: #63b7df; }
      .page-content-row.user-links a:last-of-type:hover {
        background: #ffffff; }

.message__text .form-forum {
  display: none; }

.page-content-overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  animation: fadeIn 1s;
  z-index: 1000; }

.forum-js:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url(../../../img/mes.png) no-repeat center !important;
  background-size: 22px; }

@media (max-width: 1400px) {
  .main-message__text {
    font-size: 14px; }
  .message__text {
    font-size: 14px; } }

.header.header-lesson {
  background: #fff; }

.main-logo {
  padding: 5px 0;
  width: 195px; }

.limiter-wrap {
  max-width: 1533px;
  margin: auto;
  padding: 0 10px; }

.limiter-wrap-smaller {
  margin: auto;
  max-width: 1300px;
  padding: 0 10px; }

.global-nav a {
  color: inherit;
  text-decoration: none; }

.global-nav__options {
  width: 30%;
  text-align: right;
  color: #cccccc; }

.option-item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 12px; }
  .option-item.icon_searh {
    font-size: 19px; }
  .option-item.icon_eyes {
    font-size: 21px;
    line-height: 25px;
    position: relative;
    top: 5px; }

span.option-item {
  color: #ccc; }

.option-login {
  margin: 0 5px 0 10%; }

.option-reegister {
  margin: 0 0 0 5px; }

.global-nav__item {
  text-align: center;
  padding: 5px 0;
  font-size: 12px;
  font-weight: bold; }
  .global-nav__item i, .global-nav__item span {
    display: inline-block;
    vertical-align: middle; }
  .global-nav__item i {
    font-size: 25px; }
  .global-nav__item:hover {
    background: #a3d39c; }

.global-nav__item-1 .icon {
  color: #56baf8; }

.global-nav__item-1:hover {
  background-color: #56baf8;
  color: #fff; }
  .global-nav__item-1:hover .icon {
    color: #ffffff; }

.global-nav__item-2 .icon {
  color: #e4ac02; }

.global-nav__item-2:hover {
  background-color: #e4ac02;
  color: #fff; }
  .global-nav__item-2:hover .icon {
    color: #ffffff; }

.global-nav__item-3 .icon {
  color: #43bc2a; }

.global-nav__item-3:hover {
  background-color: #43bc2a;
  color: #fff; }
  .global-nav__item-3:hover .icon {
    color: #ffffff; }

.global-nav__item-4 .icon {
  color: #e85b24; }

.global-nav__item-4:hover {
  background-color: #e85b24;
  color: #fff; }
  .global-nav__item-4:hover .icon {
    color: #ffffff; }

.global-nav__item-5 .icon {
  color: #6ac9e8; }

.global-nav__item-5:hover {
  background-color: #6ac9e8;
  color: #fff; }
  .global-nav__item-5:hover .icon {
    color: #ffffff; }

.header-menu-2 {
  background: #236dcd;
  padding: 20px 0; }

.header-menu-2__item {
  color: #fff;
  text-decoration: none;
  font: 15px open_sans, sans-serif;
  text-align: center; }
  .header-menu-2__item:hover {
    color: #11eff8; }
  .header-menu-2__item i {
    display: inline-block;
    height: 0;
    padding-bottom: 35%; }
  .header-menu-2__item p {
    margin: 0;
    font-size: 15px;
    font-size: 1.15vw; }
    @media screen and (min-width: 1300px) {
      .header-menu-2__item p {
        font-size: 15px; } }
    @media screen and (max-width: 1000px) {
      .header-menu-2__item p {
        font-size: 11px; } }

.grade-logo-contain {
  width: 23%;
  position: relative; }

.grade-05-logo {
  top: -35%;
  left: 0;
  display: block;
  background: url(/img/5-grade-logo.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: absolute; }

.header-menu-2__icon-1 {
  width: 60px;
  height: 0;
  background: url(/img/svg/items01.svg) no-repeat center; }

.header-menu-2__item-1:hover .header-menu-2__icon-1 {
  background: url(/img/svg/items02.svg) no-repeat center; }

.header-menu-2__icon-2 {
  width: 69px;
  height: 0;
  background: url(/img/svg/teacher01.svg) no-repeat center; }

.header-menu-2__item-2:hover .header-menu-2__icon-2 {
  background: url(/img/svg/teacher02.svg) no-repeat center; }

.header-menu-2__icon-3 {
  width: 81px;
  height: 0;
  background: url(/img/svg/excellents01.svg) no-repeat center; }

.header-menu-2__item-3:hover .header-menu-2__icon-3 {
  background: url(/img/svg/excellents02.svg) no-repeat center; }

.header-menu-2__icon-4 {
  width: 86px;
  height: 0;
  background: url(/img/svg/classes01.svg) no-repeat center; }

.header-menu-2__item-4:hover .header-menu-2__icon-4 {
  background: url(/img/svg/classes02.svg) no-repeat center; }

.header-menu-2__icon-5 {
  width: 40px;
  height: 0;
  background: url(/img/svg/lessons01.svg) no-repeat center; }

.header-menu-2__item-5:hover .header-menu-2__icon-5 {
  background: url(/img/svg/lessons02.svg) no-repeat center; }

@media screen and (max-width: 1200px) {
  .global-nav__item span {
    display: block; } }

.main-title {
  display: inline-block;
  vertical-align: top;
  width: 284px;
  height: 47px;
  color: #333e4b;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.25; }

.header {
  margin-bottom: 40px; }
  .header .logo {
    display: flex; }
    .header .logo img {
      margin-right: 10px;
      width: 43px;
      height: 50px; }

.wrapper-header {
  position: relative;
  max-width: 1618px;
  margin: 0 auto;
  padding: 10px; }
  .wrapper-header a {
    transition: .3s;
    color: #333;
    text-decoration: none; }

.header-wrap-inner {
  text-align: center; }

.header-left-side {
  text-align: center; }

.header-right-side {
  text-align: right;
  position: relative; }
  .header-right-side a:hover {
    color: #fff; }

.resh-logo {
  display: inline-block;
  vertical-align: middle;
  background: url(/img/logo.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 82px;
  height: 95px; }

.resh-link {
  display: inline-block;
  vertical-align: middle; }

.header-link__title {
  display: block;
  font: 15px/17px open_sans, sans-serif;
  width: 269px;
  height: 28px;
  color: #000000;
  font-size: 13px;
  font-weight: 300; }

.header-nav {
  display: inline-block;
  vertical-align: middle; }
  .header-nav > a {
    margin-right: 40px;
    font: bold 12px open_sans, sans-serif;
    color: #000;
    padding: 10px 5px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms; }
    .header-nav > a:hover {
      background-color: #f2f2f2; }
    .header-nav > a:last-of-type {
      margin-right: 0; }
  .header-nav i {
    margin-right: 5px; }
  .header-nav i, .header-nav span, .header-nav a {
    display: inline-block;
    vertical-align: middle; }

.header-menu {
  display: inline-block;
  vertical-align: middle; }

.header-menu__search {
  position: relative;
  height: 36px;
  transition: .5s;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  padding: 4px 4px 4px 10px;
  width: 200px;
  overflow: hidden;
  margin-right: 10px; }
  .header-menu__search form {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 200px;
    height: 28px;
    z-index: 2; }
  .header-menu__search input[type='search'] {
    vertical-align: top;
    height: 28px;
    width: 190px;
    outline: none;
    border: none;
    background: none; }
  .header-menu__search input[type='submit'] {
    position: absolute;
    top: 0;
    right: 2px;
    outline: none;
    border: none;
    border-left: 1px solid #b3b3b3;
    vertical-align: top;
    width: 32px;
    height: 28px;
    background: none;
    cursor: pointer; }
  .header-menu__search i {
    transition: .3s;
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 20px;
    color: #858585;
    cursor: pointer; }
    .header-menu__search i:hover {
      color: #fff; }

.search-curtailed {
  margin-right: 0;
  background: none;
  width: 35px; }
  .search-curtailed form {
    right: 38px;
    overflow: hidden; }
  .search-curtailed i {
    color: #333; }

.header-menu__eye {
  padding-top: 12px;
  transition: .3s;
  color: #444; }
  .header-menu__eye i {
    font-size: 30px;
    vertical-align: middle; }

.header-menu__mobile {
  background-image: url(/img/sprite.png);
  background-position: -266px -32px;
  width: 11px;
  height: 18px; }

.header-menu__login,
.header-menu__register {
  margin: 0;
  font: 12px open_sans, sans-serif;
  text-decoration: none; }
  .header-menu__login,
  .header-menu__register {
    position: relative;
    text-decoration: none; }
  .header-menu__login:before,
  .header-menu__register:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .header-menu__login:hover:before,
  .header-menu__register:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

.header-menu__login {
  margin-left: 25px; }

.header-menu__register {
  margin-right: 25px; }

.hamburger {
  display: inline-block;
  vertical-align: middle;
  background-image: url(/img/sprite.png);
  background-position: 0px -210px;
  width: 26px;
  height: 19px;
  margin: 10px;
  cursor: pointer; }

@media screen and (max-width: 1100px) {
  .header-nav {
    display: inline-block;
    vertical-align: middle; }
    .header-nav > a {
      margin-right: 15px; } }

.index-body .header {
  background: none; }

.index-body .resh-link__title {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.5); }

.index-body .header-nav {
  vertical-align: top; }

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

.header-menu-list__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px; }
  .header-menu-list__item:nth-of-type(4) a i, .header-menu-list__item:nth-of-type(5) a i {
    font-size: 21px;
    margin-right: 10px; }
  .header-menu-list__item a {
    display: block;
    width: 150px;
    background: rgba(255, 255, 255, 0.65);
    transition: .3s;
    border-radius: 3px;
    text-align: center;
    height: 38px;
    line-height: 38px; }
    .header-menu-list__item a:hover {
      background: white; }
    .header-menu-list__item a i {
      font-size: 27px;
      line-height: 38px; }
    .header-menu-list__item a span {
      text-transform: uppercase;
      font: bold 12px open_sans, sans-serif; }
  .header-menu-list__item .icon_studend {
    color: #54b9f8; }
  .header-menu-list__item .icon_parents {
    color: #e4ac02; }
  .header-menu-list__item .icon_teacher {
    color: #40bb26; }
  .header-menu-list__item .icon_about {
    color: #e85921; }
  .header-menu-list__item .icon_question {
    color: #6ac9e8; }

.header-right-side {
  display: table-cell;
  vertical-align: top; }

.reg-box {
  float: right;
  margin-top: 10px; }

@media screen and (max-width: 1480px) {
  .header-left-side {
    white-space: nowrap; }
  .resh-link {
    margin-right: 1%;
    white-space: normal; }
  .resh-link__title {
    font: 15px/17px open_sans, sans-serif; }
  .header-menu-list__item {
    margin-right: 0; }
    .header-menu-list__item:nth-of-type(4) a i, .header-menu-list__item:nth-of-type(5) a i {
      font-size: 18px;
      margin-top: -5px; }
    .header-menu-list__item a {
      width: auto;
      padding: 0 10px;
      height: 30px;
      line-height: 30px; }
      .header-menu-list__item a span {
        font-size: 10px;
        line-height: 30px; }
      .header-menu-list__item a i {
        font-size: 20px;
        line-height: 30px; }
  .index-body .header-nav {
    vertical-align: middle; }
  .header-right-side {
    padding-top: 5px; }
  .reg-box {
    display: block;
    text-align: right; }
  .header-menu__register {
    margin: 10px 0; } }

@media screen and (max-width: 1200px) {
  .reg-box {
    float: none;
    margin-top: 10px; }
  .header-menu__search {
    margin: 10px 0; }
  .index-body .header-right-side {
    display: block;
    position: absolute;
    right: 10px;
    top: 0; } }

.cr-tabs__content {
  position: relative;
  height: 100%;
  display: none;
  z-index: 2; }

._tab-cont-visible {
  display: block; }

._tab-active {
  z-index: 3 !important; }
  ._tab-active a {
    border: 2px solid #fff !important; }

.subjects-tab {
  background: #40bb26; }

.classes-tab {
  background: #4e3882; }

.teachers-tab {
  background: #4b9ed0; }

.lessons-tab {
  background: #e4ac02; }

.excellents-tab {
  background: #e85921; }

.layout-links_profile {
  position: absolute;
  right: 0;
  top: 5px; }

.layout-links_search {
  position: absolute;
  right: 0;
  top: 100px; }

.layout-links__item {
  display: block;
  letter-spacing: -4px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  transition: all 500ms; }
  .layout-links__item:first-of-type {
    text-align: right; }
  .layout-links__item:last-of-type {
    margin-top: 15px;
    /* position: relative;
       z-index: 10000;*/ }

.sidebar-search {
  position: relative;
  z-index: 10000; }

.sidebar-profile {
  position: relative;
  z-index: 1001; }

.layout-links__item_opened {
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%); }

.layout-links__item_closed-profile {
  -ms-transform: translateX(85%);
  -webkit-transform: translateX(85%);
  -moz-transform: translateX(85%);
  transform: translateX(85%); }
  .layout-links__item_closed-profile .layout-link {
    position: relative;
    z-index: 999; }

.layout-links__item_closed-search {
  -ms-transform: translateX(95%);
  -webkit-transform: translateX(95%);
  -moz-transform: translateX(95%);
  transform: translateX(95%); }
  .layout-links__item_closed-search .layout-link {
    position: relative;
    z-index: 999; }

.layout-link {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  letter-spacing: 0;
  /*border-top-left-radius: 10px;
   border-bottom-left-radius: 10px;*/
  width: 52px;
  height: 77px;
  background-color: #3a4c64;
  position: relative;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms; }
  .layout-link:last-of-type {
    margin-top: 10px; }
  .layout-link:hover {
    background-color: #59c2f1; }
  .layout-link img {
    position: absolute;
    width: 26px;
    height: 36px;
    top: 25%;
    left: 23%; }

.layout-content-profile {
  letter-spacing: 0;
  vertical-align: top;
  display: inline-block;
  background: #ffffff;
  width: 275px;
  height: 77px;
  text-align: left; }
  .layout-content-profile img {
    display: inline-block;
    vertical-align: middle;
    width: 62px;
    height: 62px;
    margin-top: 7px;
    margin-right: 10px;
    margin-left: 10px; }

.layout-content-user {
  display: inline-block;
  vertical-align: middle;
  text-align: left; }

.layout-content-user__name {
  width: 170px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 10px; }

.layout-content-user__actions a {
  padding: 2px 10px; }
  .layout-content-user__actions a:last-of-type {
    margin-left: 8px; }

.layout-content-user__profile {
  width: 83px;
  height: 25px;
  border: 1px solid #4ca8cb;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  color: #4ca8cb; }
  .layout-content-user__profile:hover {
    background: #4ca8cb;
    color: #ffffff; }

.layout-content-user__exit {
  width: 83px;
  height: 25px;
  border: 1px solid #4ca8cb;
  background: #ffffff;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  color: #4ca8cb;
  cursor: pointer; }
  .layout-content-user__exit:hover {
    background: #4ca8cb;
    color: #ffffff; }

.layout-content-search {
  display: inline-block;
  vertical-align: top;
  width: 919px;
  background: #ffffff;
  letter-spacing: 0; }

.layout-content-search__input {
  border: 1px solid #dddddd;
  width: 100%;
  outline: 0;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 15px;
  /*background: url(../../../img/search.png) no-repeat 870px 9px;*/ }

.layout-content-search__block {
  text-align: center; }

.layout-content-search__top {
  padding-bottom: 33px; }
  .layout-content-search__top .advance-search {
    color: #000000;
    float: right;
    margin-top: 5px;
    margin-right: 20px; }
    .layout-content-search__top .advance-search:hover {
      text-decoration: underline; }
    .layout-content-search__top .advance-search:after {
      content: "";
      display: inline-block;
      width: 15px;
      height: 9px;
      margin-left: 10px;
      background: url(../../../img/search-down.png) no-repeat; }
  .layout-content-search__top .close-search {
    position: absolute;
    right: 17px;
    top: 52px;
    display: none; }
    .layout-content-search__top .close-search:after {
      content: "";
      display: inline-block;
      width: 20px;
      height: 22px;
      margin-left: 10px;
      background: url(../../../img/search-close.png) no-repeat; }

.block-hide {
  display: none; }

.block-show {
  display: block; }

.layout-content-search__block-column {
  display: inline-block;
  vertical-align: top;
  width: 412px;
  text-align: left;
  margin: 0 10px; }

.layout-content-search__block-row {
  margin-bottom: 10px; }
  .layout-content-search__block-row input {
    width: 97.5% !important; }

.layout-content-search__block-row-item {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  background-size: 25px; }
  .layout-content-search__block-row-item:last-of-type {
    margin-left: 35px; }

.layout-content-search__label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 5px; }

.search-box input {
  padding: 5px 7px;
  width: 100%;
  border: 1px solid #e8e8e8; }

.search-box .datepicker {
  border: 1px solid #e8e8e8;
  background: url(../../../img/icondate.png) no-repeat 131px 5px;
  background-size: 21px;
  height: 33px; }

.search-button {
  margin-top: 5px;
  color: #ffffff;
  text-transform: uppercase;
  width: 105px;
  height: 39px;
  border: 1px solid #e8e8e8;
  background-color: #466485;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms; }
  .search-button:hover {
    background: #688ab0; }

.lesson {
  margin: 20px 0; }

.le-top-grade-link {
  font: 14px open_sans, sans-serif;
  color: #236dcd;
  text-decoration: underline;
  position: absolute;
  top: 16px;
  right: 10px; }
  .le-top-grade-link:hover {
    text-decoration: none; }

.video-block {
  margin: 20px 0; }

.video-block__col1 {
  width: 220px;
  position: relative;
  vertical-align: top;
  position: relative; }

.video-block__col2 {
  padding-left: 90px; }

.video-block__back {
  font: 16px open_sans, sans-serif;
  color: #199cef;
  text-decoration: underline;
  padding-left: 25px;
  display: block;
  position: relative;
  margin-top: 30px;
  margin-bottom: 60px; }
  .video-block__back:hover {
    text-decoration: none; }
  .video-block__back:before {
    content: '';
    display: block;
    position: absolute;
    vertical-align: middle;
    left: 0;
    top: 2px;
    background-image: url(/img/sprite.png);
    background-position: -245px -51px;
    width: 11px;
    height: 41px; }

.video-block__links-wrapper {
  margin: 0 0 20px; }

.video-block__forward {
  font: 16px open_sans, sans-serif;
  color: inherit;
  text-decoration: none;
  padding-left: 25px;
  display: block;
  position: relative;
  margin-top: 60px; }
  .video-block__forward:before {
    content: '';
    display: block;
    position: absolute;
    vertical-align: middle;
    right: 0;
    top: 2px;
    background-image: url(/img/sprite.png);
    background-position: -245px 0px;
    width: 11px;
    height: 41px; }
  .video-block__forward:hover .video-block__links-blue {
    text-decoration: underline; }

.video-block__links-black {
  color: #000; }

.video-block__links-blue {
  font-size: 16px;
  font-weight: bold;
  color: #199cef; }

.le-video-wrapper-outer {
  width: 730px;
  height: 426px;
  position: relative;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  border: 17px solid #cccccc;
  background: #e8e8e8; }

.to-section {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  color: #236dcd;
  text-decoration: none; }
  .to-section p {
    margin: 0 0 10px;
    font: 16px open_sans, sans-serif; }
  .to-section .icon_circle-arr {
    font-size: 30px; }

.lesson-gallery {
  margin: 20px 0; }

@media screen and (max-width: 1300px) {
  .le-video-wrapper-outer {
    height: 0;
    padding-bottom: 40.8%;
    width: 76.1%; } }

@media screen and (max-width: 1100px) {
  .video-block__col2 {
    padding-left: 20px; } }

.lesson-table, .lesson-table--no-bold {
  border-collapse: collapse;
  font-size: 16px; }
  .lesson-table td, .lesson-table--no-bold td, .lesson-table th, .lesson-table--no-bold th {
    border-right: 1px solid #ccc;
    padding: 15px; }
    .lesson-table td:last-of-type, .lesson-table--no-bold td:last-of-type, .lesson-table th:last-of-type, .lesson-table--no-bold th:last-of-type {
      border-right: none; }
  .lesson-table th, .lesson-table--no-bold th {
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    color: #236dcd; }
  .lesson-table td, .lesson-table--no-bold td {
    vertical-align: top; }
    .lesson-table td:first-of-type, .lesson-table--no-bold td:first-of-type {
      font-weight: bold; }
  .lesson-table tr:last-of-type td, .lesson-table--no-bold tr:last-of-type td {
    border-bottom: none; }

.lesson-table--no-bold td {
  vertical-align: top; }
  .lesson-table--no-bold td:first-of-type {
    font-weight: normal; }

.lesson-teacher-box {
  transition: width .7s ease;
  position: absolute;
  top: 353px;
  right: 0;
  width: 530px;
  height: 390px;
  box-shadow: 0 0 5px 0 rgba(137, 137, 137, 0.75);
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  z-index: 1; }
  .lesson-teacher-box.hide {
    width: 145px; }
    .lesson-teacher-box.hide .lesson-teacher-label {
      cursor: pointer; }
  .lesson-teacher-box p {
    margin: 10px 0; }

.lesson-teacher-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 145px;
  height: 390px;
  background: #fff;
  color: #236dcd;
  border-radius: 10px 0 0 10px;
  padding: 20px 0 0 20px; }

.lesson-teacher-label__ellipsis {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  background: #236dcd;
  border-radius: 50%;
  margin-left: 42px; }
  .lesson-teacher-label__ellipsis:before, .lesson-teacher-label__ellipsis:after {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: 10px;
    height: 10px;
    background: #236dcd;
    border-radius: 50%; }
  .lesson-teacher-label__ellipsis:after {
    left: auto;
    right: -15px; }

.lesson-teacher-name {
  margin-top: 25px;
  font-size: 15px;
  color: #303030;
  text-transform: uppercase; }
  .lesson-teacher-name span {
    display: block;
    margin-top: 15px;
    text-transform: none;
    color: #236dcd;
    font: 16px/20px open_sans, sans-serif; }

.lesson-teacher-label__img {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -48px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 3px solid #ebebea;
  background-size: cover;
  background-repeat: no-repeat; }

.lesson-teacher-description {
  position: absolute;
  top: 0;
  left: 146px;
  width: 385px;
  height: 390px;
  padding: 0 20px 0 40px;
  font-size: 16px;
  color: #303030;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-left: 4px solid #236dcd;
  background: #fff; }
  .lesson-teacher-description p {
    margin: 5px 0; }

.teacher-info-link {
  transition: .3s;
  display: block;
  margin: 60px auto 40px;
  color: #236dcd;
  text-transform: uppercase;
  text-decoration: none; }
  .teacher-info-link i {
    transition: .3s;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: -3px;
    vertical-align: middle;
    font-size: 30px;
    transform: rotate(-90deg); }
  .teacher-info-link:hover {
    color: #19c2e7; }
    .teacher-info-link:hover i {
      color: #19c2e7; }

.layout-links {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  z-index: 1001; }

.links-block {
  letter-spacing: -4px; }

.link-block__item {
  letter-spacing: 0;
  width: 33.3%;
  display: inline-block;
  vertical-align: top;
  height: 265px;
  text-align: center;
  will-change: transform;
  padding: 58px 10px 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms; }
  .link-block__item:hover {
    will-change: transform;
    position: relative;
    z-index: 100000;
    box-shadow: -8px 10px 10px rgba(2, 2, 2, 0.58);
    -webkit-transform: scale(1.01) scale(1.01) scale(1.01);
    -moz-transform: scale(1.01) scale(1.01) scale(1.01);
    -ms-transform: scale(1.01) scale(1.01) scale(1.01);
    transform: scale(1.01) scale(1.01) scale(1.01); }
    .link-block__item:hover .link-block__item-label, .link-block__item:hover .link-block__item-alert {
      color: #3a4c64; }
    .link-block__item:hover .link-block__item-alert {
      background: #485973;
      color: #ffffff; }
    .link-block__item:hover svg {
      fill: #455773; }
  .link-block__item:first-of-type {
    background: rgba(93, 200, 247, 0.8);
    /*  url(../../../img/svg/notice2.svg)no-repeat center 52px;*/ }
    .link-block__item:first-of-type:hover {
      background: #ffffff;
      /* url(../../../img/svg/notice.svg) no-repeat center 52px;*/ }
  .link-block__item:nth-of-type(2) {
    background: rgba(72, 90, 119, 0.9); }
    .link-block__item:nth-of-type(2):hover {
      background: #ffffff; }
  .link-block__item:nth-of-type(3) {
    background: rgba(93, 200, 247, 0.8); }
    .link-block__item:nth-of-type(3):hover {
      background: #ffffff; }
  .link-block__item:nth-of-type(4) {
    background: rgba(72, 90, 119, 0.9); }
    .link-block__item:nth-of-type(4):hover {
      background: #ffffff;
      /*url(../../../img/svg/events.svg) no-repeat center 52px;*/ }
  .link-block__item:nth-of-type(5) {
    background: rgba(93, 200, 247, 0.8);
    /*url(../../../img/svg/user2.svg)no-repeat center 52px;*/ }
    .link-block__item:nth-of-type(5):hover {
      background: #ffffff;
      /* url(../../../img/svg/user.svg) no-repeat center 52px;*/ }
  .link-block__item:nth-of-type(6) {
    background: rgba(72, 90, 119, 0.9);
    /* url(../../../img/svg/settings2.svg)no-repeat center 52px;*/ }
    .link-block__item:nth-of-type(6) .link-block__item-label {
      display: block; }
    .link-block__item:nth-of-type(6):hover {
      background: #ffffff; }
  .link-block__item svg {
    fill: #ffffff;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms; }
  .link-block__item-label {
    /*  position: relative;*/
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 33px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms; }
  .link-block__item-alert {
    font-size: 18px;
    margin-top: 15px;
    position: absolute;
    top: 0px;
    right: 72px;
    width: 30px;
    height: 30px;
    background: #ffffff;
    color: #485973;
    border-radius: 50%;
    padding-top: 2px;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    transition: all 350ms; }
  .link-block__item-icon {
    margin-top: 35px;
    margin-bottom: 40px; }

.slick-track .slick-active:first-of-type {
  background: #000000; }

.message-block {
  margin-bottom: 10px;
  border-top: 1px solid #cccccc;
  padding: 20px 0px 6px; }
  .message-block:after {
    content: "";
    display: block;
    clear: both; }

.message-block__column {
  display: inline-block;
  vertical-align: top; }
  .message-block__column .date-block__item-top-data {
    margin-top: 4px; }
  .message-block__column:last-of-type {
    float: right; }
  .message-block__column .row:first-of-type {
    margin-bottom: 17px; }
  .message-block__column .row:after {
    content: "";
    display: block;
    clear: both; }

.notice-red {
  float: left;
  margin-right: 20px;
  margin-top: 8px; }

.message {
  display: block;
  color: #d55342;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0px; }

.message-block__accept {
  display: inline-block;
  vertical-align: top;
  float: right;
  width: 128px;
  height: 28px;
  border: 1px solid #475973;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
  color: #475973;
  text-align: center;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms; }
  .message-block__accept:hover {
    color: #ffffff;
    background: #475973; }

.overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  animation: fadeIn 1s;
  z-index: 1000; }

.overlay-hide {
  display: none; }

.overlay-show {
  display: block; }

.window {
  width: 100%;
  display: none;
  /*height: 583px;*/
  position: absolute;
  z-index: 1001;
  text-align: left;
  background: #ffffff;
  padding: 43px 37px 5px 30px;
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  animation: fadeIn 1s;
  /*-webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);*/ }

.window1-active {
  background: #ffffff !important;
  color: #000000 !important; }
  .window1-active:first-of-type {
    /*   &:before {
         content: "";
         display: inline-block;
         width: 27px;
         height: 27px;
         background: url(../../../img/svg/document/files2.svg) no-repeat center!important;
      }*/ }
    .window1-active:first-of-type svg {
      fill: #000000 !important; }
  .window1-active:nth-of-type(2) {
    /*     &:before {
         content: "";
         display: inline-block;
         width: 27px;
         height: 27px;
         background: url(../../../img/svg/document/statistics2.svg) no-repeat center!important;
      }*/ }
    .window1-active:nth-of-type(2) svg {
      fill: #000000 !important; }
  .window1-active:nth-of-type(3) {
    /* &:before {
         content: "";
         display: inline-block;
         width: 27px;
         height: 27px;
         background: url(../../../img/svg/document/info2.svg) no-repeat center!important;
      }*/ }
    .window1-active:nth-of-type(3) svg {
      fill: #000000 !important; }

.window:after {
  content: "";
  display: block;
  clear: both; }

.button-close {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 47px;
  height: 47px;
  cursor: pointer;
  outline: none;
  /* background: #1aa1dc;*/ }

.button-close:after {
  content: "";
  display: block;
  height: 2px;
  width: 32px;
  margin: -2px auto;
  background-color: #3a4c64;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 34px; }

.button-close:before {
  content: "";
  display: block;
  height: 2px;
  width: 32px;
  margin: -7px auto;
  background-color: #3a4c64;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 29px; }

.overlay__label {
  color: #000000;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 0; }

.window__row {
  display: flex;
  font-size: 16px; }

.window__col {
  margin-right: 27px; }
  .window__col:last-of-type {
    margin-right: 0; }

.window__title {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2; }
  .window__title span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px; }

.window__cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 308px;
  margin-bottom: 25px;
  line-height: 1.2;
  font-size: 16px; }

.window__cell_red {
  display: block;
  background: url(../../../img/red.png) no-repeat left; }

.window__cell_green {
  display: block;
  background: url(../../../img/green.png) no-repeat left; }

.window__cell_grey {
  display: block;
  background: url(../../../img/grey.png) no-repeat left; }

.window-2 .window__cell {
  margin-bottom: 25px;
  padding-left: 25px; }

.window__cell_f18 {
  font-size: 18px; }
  .window__cell_f18 span {
    color: #58a4c6;
    display: inline !important; }

.window__link {
  line-height: 1.2;
  color: #000000;
  margin-left: 8px; }
  .window__link:hover {
    text-decoration: underline; }

.window__post {
  border-bottom: 1px solid #000000;
  padding: 12px 4px; }
  .window__post:last-of-type {
    border-bottom: none; }

.window__post-date {
  font-weight: 400;
  line-height: 24px;
  color: #1aa1dc;
  font-size: 20px;
  margin-bottom: 2px; }

.window__post-text {
  color: #000000;
  font-size: 16px; }

.window__post-text-small {
  color: #000000;
  font-size: 14px; }

.window-3 {
  padding-top: 20px; }
  .window-3 .window__cell {
    display: block; }
    .window-3 .window__cell span {
      display: block;
      margin-top: 4px; }
  .window-3 .window__row:last-of-type {
    margin-top: 20px;
    margin-bottom: 20px; }

@media (max-width: 1600px) {
  .window-2 .window__row {
    flex-wrap: wrap;
    justify-content: start; }
    .window-2 .window__row .window__cell {
      max-width: 100%; }
  .window-3 .window__row {
    flex-wrap: wrap;
    justify-content: start; } }

.content-head {
  display: flex;
  align-items: center; }

.page-content {
  width: 100%;
  /* display: table-cell; */
  /* right: 7%; */
  height: 100%;
  /* max-width: 764px; */
  /*padding: 15px 20px 0px 15px;*/
  position: relative;
  z-index: 1000;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  transition: all 400ms; }
  .page-content:after {
    content: "";
    display: block;
    clear: both; }

/*.page-content_closed{
   width: 54%;
}

.page-content_opened{
   width: 66%;
}*/
.page-content__userbar {
  position: relative;
  z-index: 1000;
  margin-bottom: 15px; }
  .page-content__userbar:after {
    content: "";
    display: block;
    clear: both; }

.page-content__userbar-item {
  float: left; }

.page-content__btn {
  display: inline-block;
  padding: 5px 10px;
  background: transparent;
  color: #39404c;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #39404c;
  cursor: pointer;
  margin-right: 10px;
  text-transform: uppercase;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms; }
  .page-content__btn:hover {
    background: #39404c;
    color: #ffffff; }

.checked {
  background: #39404c;
  color: #ffffff; }

.page-content__btn-document {
  display: block;
  height: 32px;
  padding: 6px 17px 5px 37px;
  background: #63b7df url(../../../img/plus-c.png) no-repeat 9px 7px;
  color: #ffffff;
  float: right;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms; }
  .page-content__btn-document:hover {
    background: #39a3d6 url(../../../img/plus-c.png) no-repeat 9px 7px; }

.page-content-title {
  color: #000000;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1.2px; }

.page-content__item {
  padding: 25px 20px 20px 20px;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 27px; }

.page-content__item-name {
  color: #000000;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 25px; }

.page-content__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.page-content__col {
  border-left: 1px solid #8696ae; }

.page-content__row.btn-b {
  margin-top: 37px; }

.page-content__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px; }
  .page-content__row label {
    font-size: 16px; }
  .page-content__row input {
    width: 100%;
    padding: 8px 7px;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    font-size: 16px; }
  .page-content__row .datepicker {
    background: #ffffff url(../../../img/icondate.png) no-repeat 95% center;
    background-size: 22px; }

.bg {
  border-bottom: 1px solid #e1e1e1; }

.page-content__row-item {
  width: 75%; }

.search-box.page-content__row-item .datepicker {
  width: 134px; }

.page-content__label {
  display: block;
  width: 23%;
  line-height: 1.1; }

.page-content__post {
  padding: 20px 10px 19px 15px;
  width: 49%;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  border-bottom: 1px solid #cccccc;
  /*&:nth-of-type(2n+1) {
      margin-left: 1%;
   }*/ }

.page-content__post-row {
  clear: both; }

.page-content__post-date {
  display: inline-block;
  font-size: 16px;
  margin-left: 8px;
  font-weight: 400;
  color: #000000; }

.page-content__post-userbar {
  float: right;
  color: #52adcc;
  font-size: 14px;
  font-weight: 400;
  display: flex; }

.page-content__post-link {
  display: block;
  background: #52adcc;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  padding: 2px 8px 3px;
  border-radius: 4px; }
  .page-content__post-link:hover {
    text-decoration: none; }

.page-content__post-icon {
  margin-left: 20px; }

.page-content__post-link_green {
  background: #00ad5d; }

.page-content__post-link_grey {
  background: #aeaeae; }

.page-content__post-link_yellow {
  background: #e0aa4c; }

.page-content__post-bottom {
  margin-top: 15px; }
  .page-content__post-bottom .row {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap; }

.page-content__post-text {
  color: #000000;
  line-height: 1.1;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  width: 85%; }
  .page-content__post-text:hover {
    text-decoration: underline; }

.page-content__post-text.w100 {
  height: 70px; }

.page-content__img {
  display: inline-block;
  vertical-align: top; }

.page-content__user-name {
  width: 70%;
  display: inline-block;
  color: #000000;
  font-size: 18px;
  margin-left: 7px;
  margin-top: 5px;
  font-weight: 400; }
  .page-content__user-name span {
    font-size: 14px;
    font-weight: 300; }

.page-content__userbar-icon {
  width: 40px;
  height: 22px;
  background-color: #3a4c64;
  border-radius: 3px;
  float: right;
  margin-left: 10px; }

.page-content__comment {
  position: absolute;
  z-index: 1001;
  top: -61px;
  right: 154px;
  width: 550px;
  padding: 55px 15px 10px 15px;
  box-shadow: 0 0 4px rgba(2, 2, 2, 0.2);
  background-color: #ffffff; }
  .page-content__comment .layout-content-search__block-row-item {
    width: 30% !important; }
    .page-content__comment .layout-content-search__block-row-item:first-child {
      margin-right: 25px; }
  .page-content__comment .layout-content-search__block-row-item:after {
    top: -42px; }
  .page-content__comment .search-box {
    margin-bottom: 10px; }
    .page-content__comment .search-box .chosen-container {
      width: 100% !important; }
    .page-content__comment .search-box .layout-content-search__label {
      font-size: 14px;
      font-weight: 400; }
    .page-content__comment .search-box input {
      border: 1px solid #dddddd; }
  .page-content__comment .close__icon {
    top: 12px; }
  .page-content__comment .icon-closed:before {
    height: 28px;
    background: #3a4c64; }
  .page-content__comment .icon-closed:after {
    height: 28px;
    background: #3a4c64; }
  .page-content__comment .search-box.sbmt {
    text-align: center; }

.page-content__submit {
  width: 111px;
  height: 32px;
  color: #ffffff;
  background-color: #63b8e0;
  border: none;
  outline: 0;
  padding: 5px 9px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms; }
  .page-content__submit:hover {
    background: #38a5d8; }

.page-content__textarea {
  width: 100%;
  resize: none;
  border: 1px solid #dddddd;
  height: 80px; }

.comment-hide {
  display: none; }

.comment-show {
  display: block; }

.page-content__people {
  color: #000000;
  text-decoration: underline;
  font-size: 14px; }
  .page-content__people:hover {
    text-decoration: none; }

.ui-widget-header .ui-icon {
  background-image: url(../../../img/ui-icons_444444_256x240.png) !important; }

.pagination {
  margin-top: 30px;
  margin-bottom: 30px; }
  .pagination .page-active {
    background: #3d95bf;
    border: 1px solid #3d95bf; }
    .pagination .page-active a {
      color: #ffffff; }
  .pagination ul {
    list-style: none;
    text-align: center;
    padding-left: 0; }
    .pagination ul li {
      display: inline-block;
      vertical-align: top;
      border-radius: 7px;
      border: 1px solid #000000;
      background: rgba(255, 255, 255, 0.8);
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      transition: all 300ms;
      margin-left: 4px; }
      .pagination ul li:first-of-type {
        background: rgba(255, 255, 255, 0.8) url(../../../img/svg/arrow3_1.svg) no-repeat center;
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        transition: all 300ms; }
        .pagination ul li:first-of-type a {
          padding: 16.5px 17px; }
        .pagination ul li:first-of-type:hover {
          background: #3d95bf url(../../../img/svg/arrow3_2.svg) no-repeat center; }
      .pagination ul li:last-of-type {
        background: rgba(255, 255, 255, 0.8) url(../../../img/svg/arrow4_1.svg) no-repeat center;
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        transition: all 300ms; }
        .pagination ul li:last-of-type a {
          padding: 16.5px 17px; }
        .pagination ul li:last-of-type:hover {
          background: #3d95bf url(../../../img/svg/arrow4_2.svg) no-repeat center; }
      .pagination ul li a {
        display: block;
        padding: 5px 12px;
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        transition: all 300ms;
        color: #000000;
        font-size: 17px;
        font-weight: 400; }
      .pagination ul li:hover {
        background: #3d95bf;
        border: 1px solid #3d95bf; }
        .pagination ul li:hover a {
          color: #ffffff; }

.slick-slider {
  width: 785px; }

.slick-prev,
.slick-next {
  z-index: 10000; }

.row-date {
  font-size: 14px;
  color: #665665; }

.row-date-inner {
  margin-left: 10px; }

.row-date-create {
  color: #000000; }

.row-date-changed {
  color: #2685b2;
  font-size: 15px; }

.row-count {
  text-align: right;
  border-top: 1px solid #a5a5a5;
  padding-top: 15px; }

.row-count__item {
  margin-top: 15px; }

.row-count__item_grey {
  font-size: 14px;
  font-weight: 400; }
  .row-count__item_grey span {
    background-color: #a5a5a5;
    color: #ffffff;
    padding: 1px 10px;
    border-radius: 5px;
    margin-right: 10px;
    margin-left: 3px; }

.row-count__item_green {
  font-size: 14px;
  font-weight: 400; }
  .row-count__item_green span {
    background-color: #00a602;
    color: #ffffff;
    padding: 1px 10px;
    border-radius: 5px;
    margin-right: 10px;
    margin-left: 3px; }

.row-count__item_red {
  font-size: 14px;
  font-weight: 400; }
  .row-count__item_red span {
    background-color: #ff3333;
    padding: 1px 10px;
    border-radius: 5px;
    color: #ffffff;
    margin-left: 3px; }

.row-tag {
  color: #7d7d7d;
  font-size: 14px;
  margin-right: 5px; }

.tag-link {
  color: #63b7df;
  font-size: 12px;
  font-weight: 400; }
  .tag-link:hover {
    text-decoration: underline; }

.new-status {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  border-radius: 0;
  text-transform: uppercase;
  padding: 1px 5px 1px;
  background: #00a602 !important; }

.comments-link {
  color: #63b7df;
  font-size: 14px;
  font-weight: 400; }
  .comments-link span {
    background: #717f91;
    border-radius: 5px;
    color: #ffffff;
    padding: 1px 6px; }
  .comments-link:hover {
    text-decoration: underline; }

.row-comments {
  text-align: right;
  color: #63b7df;
  font-size: 14px;
  font-weight: 400; }

.page-content__post-bottom .row {
  display: block; }

.page-content__post-region {
  color: #52adcc;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase; }

.page-content-row.row-search {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between; }

.page-content__user-name-item {
  display: block;
  font-size: 18px;
  width: 180px;
  font-weight: 400; }

.page-content__user-status {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px; }

.page-content__userlink {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: #665665;
  display: inline-block; }
  .page-content__userlink:hover {
    text-decoration: none; }

.page-content__post-row.userlinks {
  margin-top: 22px;
  padding-left: 86px;
  display: flex; }
  .page-content__post-row.userlinks .page-content__userlink {
    position: relative; }
    .page-content__post-row.userlinks .page-content__userlink:first-of-type:before {
      content: "";
      display: block;
      width: 22px;
      height: 22px;
      background: url(../../../img/svg/block.svg) no-repeat;
      background-size: 22px;
      position: absolute;
      top: -1px;
      left: -27px; }
    .page-content__post-row.userlinks .page-content__userlink:last-of-type:before {
      content: "";
      display: inline-block;
      width: 24px;
      height: 24px;
      background: url(../../../img/svg/send.svg) no-repeat;
      background-size: 24px;
      position: absolute;
      top: -1px;
      left: -27px; }

.page-content__userlink:last-of-type {
  margin-left: 40px; }

.page-content__post-row.links-block {
  margin-top: 10px; }

.doc-icon {
  margin-right: 5px; }

.label-theme {
  margin-right: 5px;
  color: #858585; }

.page-content {
  margin-left: 2%;
  margin-left: 2%; }

.category.multi-select .chosen-container {
  width: 100% !important; }

@media (max-width: 1760px) {
  .page-content__post {
    height: auto; }
  .page-content__post-row.userlinks {
    margin-top: 10px;
    padding-left: 86px;
    padding-bottom: 12px; }
  .page-content-users .page-content__post {
    display: block;
    width: 100%; }
  .page-content-users .page-content__post:nth-of-type(2n+1) {
    margin-left: 0%; } }

@media (max-width: 1670px) {
  /*   .page-content_closed{
      width: 48%;
   }

   .page-content_opened{
      width: 61%;
   }*/
  .page-content__post-text {
    font-size: 14px; } }

@media (max-width: 1600px) {
  .page-content.page-one .message__text {
    font-size: 14px; }
  .page-content.page-one .message-info__author {
    font-size: 14px; }
  /*   .page-content_closed{
      width: 49%;
   }

   .page-content_opened{
      width: 60%;
   }*/ }

@media (max-width: 1550px) {
  /*   .page-content_closed{
      width: 48%;
   }

   .page-content_opened{
      width: 58%;
   }*/
  .page-content__post {
    display: block;
    width: 100%;
    height: auto !important; }
  .page-content__post:nth-of-type(2n+1) {
    margin-left: 0%; } }

/*
@media (max-width: 1500px) {
   .page-content_closed{
      width: 44%;
   }

   .page-content_opened{
      width: 58%;
   }
}
*/
@media (max-width: 1400px) {
  /*   .page-content_closed{
      width: 41%;
   }

   .page-content_opened{
      width: 57%;
   }*/
  .page-content_closed .page-content__inner {
    padding: 27px 10px 27px 10px; } }

/*@media (max-width: 1300px) {
   .page-content_closed{
      width: 38%;
   }

   .page-content_opened{
      width: 56%;
   }
}*/
@media (max-width: 1300px) {
  /* .sidebar_opened .sidebar {
      width: 270px!important;
   }
*/
  /*  .sidebar_opened .content {
      padding-left: 270px!important;
      padding-right: 20px;
   }*/
  /*  .page-content_closed{
      width: 39%;
   }

   .page-content_opened{
      width: 53%;
   }*/ }

/*
@media (max-width: 1200px) {

   .page-content_closed{
      width: 36%;
   }

   .page-content_opened{
      width: 53%;
   }
}*/
/*
@media (max-width: 1150px) {

   .page-content_closed {
      width: 34%;
   }

   .page-content_opened {
      width: 53%;
   }
}
*/
.page-header {
  margin: 40px 0 15px; }

.page-header__back {
  font: 16px open_sans, sans-serif;
  color: #333;
  text-decoration: none;
  margin: 0 0 10px 20%;
  display: inline-block; }
  .page-header__back:hover {
    text-decoration: underline; }

.page-header-left {
  width: 80%; }

.page-header__back-arrow {
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  background: #30b358;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 10px; }
  .page-header__back-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(/img/sprite.png);
    background-position: -266px -60px;
    width: 11px;
    height: 10px; }

.page-header__subj-row.d-t {
  table-layout: auto; }

.page-header__subj-logo {
  vertical-align: middle;
  background-image: url(/img/sprite.png);
  background-position: 0px 0px;
  width: 83px;
  height: 83px;
  margin-right: 10px; }

.page-header__subj-title {
  text-transform: uppercase;
  vertical-align: middle;
  font: normal 30px/35px open_sans, sans-serif;
  color: #333;
  padding-left: 20px; }

.page-header-right {
  text-align: right; }

.page-header__grade-block {
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fbc31d;
  color: #000;
  padding: 5px 5px;
  text-align: center;
  min-width: 115px; }

.page-header__grade-num {
  font: bold 50px/50px open_sans, sans-serif; }

.page-header__grade-capt {
  margin: 0;
  font: 24px open_sans, sans-serif;
  text-transform: uppercase; }

.no-header .page-header__back {
  display: none; }

.page-header__subj-logo-col {
  vertical-align: top;
  width: 84px; }

.page-title {
  margin: 40px 0 0; }

.page-title__title-wrap {
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 0 20px; }

.page-title__line-left,
.page-title__line-right {
  flex-grow: 1;
  position: relative; }
  .page-title__line-left:before,
  .page-title__line-right:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    display: block;
    left: 0;
    right: 0;
    border-bottom: 1px solid #333333; }

.page-title__title {
  display: inline-block;
  font: normal 24px open_sans, sans-serif;
  color: #333;
  margin: 0 10px 10px;
  max-width: 75%; }

.page-bubble-row {
  text-align: left;
  margin: 10px 0 20px; }

.page-bubble {
  display: inline-block;
  color: #fcfbfb;
  font: 18px open_sans, sans-serif;
  padding: 20px 10px;
  background: #364693;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  max-width: 90%;
  position: relative; }
  .page-bubble:after {
    content: '';
    display: block;
    background-image: url(/img/sprite.png);
    background-position: -33px -177px;
    width: 30px;
    height: 17px;
    position: absolute;
    bottom: -16px;
    right: 20px; }

.sidebar {
  vertical-align: top;
  height: 100%;
  display: table-cell;
  -ms-transform: translateX(-233px);
  -webkit-transform: translateX(-233px);
  -moz-transform: translateX(-233px);
  transform: translateX(-233px);
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  transition: all 400ms;
  position: absolute;
  will-change: transform;
  top: 0;
  left: 0;
  background: #39404c;
  z-index: 1000;
  width: 300px; }
  .sidebar .messages__notice {
    display: none; }
  .sidebar .tooltip {
    top: 11px;
    z-index: 1000;
    left: 100%; }
  .sidebar ul {
    margin-top: 70px;
    padding-left: 0; }
    .sidebar ul li {
      font-size: 14px;
      list-style: none;
      position: relative;
      margin-bottom: 14px;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      transition: all 300ms; }
      .sidebar ul li:hover {
        background: #63b7df; }
      .sidebar ul li img {
        width: 41px;
        height: 36px;
        display: inline-block;
        float: right;
        position: relative;
        top: -7px;
        right: 3px; }
      .sidebar ul li svg {
        width: 41px;
        height: 36px;
        display: inline-block;
        float: right;
        position: relative;
        top: -7px;
        right: 3px;
        fill: #ffffff; }
      .sidebar ul li a {
        display: block;
        position: relative;
        color: #ffffff;
        padding: 19px 11px 40px 23px; }
        .sidebar ul li a:hover .tooltip {
          display: block; }
  .sidebar .close__icon {
    width: 45px;
    height: 29px;
    background: none; }

.sidebar__num {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  color: #39404c;
  text-align: center;
  box-sizing: border-box;
  padding: 0px 0;
  font-weight: 700;
  position: absolute;
  top: -13px;
  right: 4px; }

.sidebar_opened .sidebar {
  width: 300px;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0); }
  .sidebar_opened .sidebar ul li a {
    padding: 23px 11px 24px 23px; }
    .sidebar_opened .sidebar ul li a:hover .tooltip {
      display: none; }

.sidebar_opened .main {
  padding-left: 325px; }

.sidebar_opened .messages__notice {
  display: inline-block !important; }

.sidebar_opened .sidebar__num {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 50%;
  color: #39404c;
  text-align: center;
  box-sizing: border-box;
  padding: 2px 0;
  font-weight: 700;
  position: absolute;
  top: 13px;
  right: 59px; }

.sidebar_opened .layout-content-search {
  display: inline-block; }

.close__icon {
  display: block;
  position: absolute;
  width: 20px;
  height: 21px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  transition: all 400ms;
  right: 9px;
  top: 17px;
  background: url(../../../img/search-close.png) no-repeat; }

.icon-line {
  position: absolute;
  display: block;
  height: 3px;
  width: 37px;
  background: #63b7df;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  transition: all 400ms; }
  .icon-line:nth-of-type(2) {
    top: 10px; }
  .icon-line:last-of-type {
    top: 20px; }

.icon-closed:hover {
  opacity: 1; }

.sidebar_opened .icon-line {
  position: absolute;
  display: block;
  height: 3px;
  width: 37px;
  will-change: transform;
  background: #63b7df; }
  .sidebar_opened .icon-line:first-of-type {
    /*      top: 10px;
         @include rotate(-45deg);*/
    -webkit-transform: rotate(-45deg) translateY(14px);
    -moz-transform: rotate(-45deg) translateY(14px);
    -ms-transform: rotate(-45deg) translateY(14px);
    transform: rotate(-45deg) translateY(14px); }
  .sidebar_opened .icon-line:nth-of-type(2) {
    opacity: 0; }
  .sidebar_opened .icon-line:last-of-type {
    -webkit-transform: rotate(45deg) translateY(-14px);
    -moz-transform: rotate(45deg) translateY(-14px);
    -ms-transform: rotate(45deg) translateY(-14px);
    transform: rotate(45deg) translateY(-14px); }

/*.icon-closed:before {
   transform: rotate(45deg);
}
.icon-closed:after {
   transform: rotate(-45deg);
}*/
.checkbox {
  position: absolute;
  left: -9999px; }

.checkbox + .checkbox-label:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 5px;
  left: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #818181;
  cursor: pointer; }

.checkbox:checked + .checkbox-label:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 5px;
  left: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #818181;
  background: url(../../../img/svg/tick.svg) no-repeat 0px;
  background-size: 19px 17px; }

.sidebar__item {
  position: absolute;
  width: 175px;
  bottom: 5%;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

.sidebar__phone {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff; }

.slider {
  display: inline-block; }

.task-field {
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 60px; }

.task-block {
  margin: 40px 0; }

.task-block__item {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  text-align: center; }
  .task-block__item:first-of-type {
    margin-right: 5.5%; }

.task-list {
  list-style: none;
  padding-left: 0; }
  .task-list li {
    font-size: 16px;
    margin-bottom: 15px; }
    .task-list li:last-of-type {
      margin-bottom: 0; }
    .task-list li a {
      text-decoration: none;
      color: #000;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      transition: all 300ms; }
      .task-list li a:hover {
        color: #236dcd; }

.test-link {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 20px;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms; }
  .test-link span {
    color: #fff;
    position: relative;
    top: 21px; }

.test-link_green {
  background: #8dc63f;
  border: 2px solid #8dc63f; }
  .test-link_green:hover {
    border: 2px solid #8dc63f;
    background: #fff; }
    .test-link_green:hover span {
      color: #8dc63f; }

.test-link_orange {
  background: #fcb04c;
  border: 2px solid #fcb04c; }
  .test-link_orange:hover {
    border: 2px solid #fcb04c;
    background: #fff; }
    .test-link_orange:hover span {
      color: #fcb04c; }

.test-link_blue {
  border: 2px solid #00aeef;
  background: #00aeef; }
  .test-link_blue:hover {
    border: 2px solid #00aeef;
    background: #fff; }
    .test-link_blue:hover span {
      color: #00aeef; }

.timetable {
  background: #fff url(/img/timetable.png) no-repeat center;
  margin: 20px 0; }

.current-date {
  text-align: center;
  color: #f06f46;
  margin-top: 75px;
  position: relative;
  top: -21px; }

.current-date__year {
  display: inline-block;
  font-size: 23px;
  margin-left: 10px; }

.current-date__month {
  display: inline-block;
  font-size: 23px;
  margin: 0 20px;
  font-family: open_sans_bold, sans-serif; }

.current-date__day {
  display: inline-block;
  color: #fff;
  background: #f06f46;
  font-size: 22px;
  font-family: open_sans_bold, sans-serif;
  border-radius: 4px;
  padding: 5px 10px; }

.timetable__subject-list {
  padding-top: 87px;
  padding-bottom: 210px;
  position: relative;
  top: -43px; }
  .timetable__subject-list ul {
    list-style: none;
    width: 330px;
    margin: 0 auto;
    position: relative;
    top: -35px; }
    .timetable__subject-list ul li {
      font-family: 'OpenSansItalic';
      margin-bottom: 10px; }
      .timetable__subject-list ul li a {
        color: #000;
        text-decoration: none;
        font-size: 23px; }
        .timetable__subject-list ul li a:hover {
          text-decoration: underline; }
          .timetable__subject-list ul li a:hover span {
            text-decoration: none; }
      .timetable__subject-list ul li span {
        font-family: open_sans_bold, sans-serif;
        font-size: 25px;
        font-weight: bold; }

.our-teachers .sub-title-middle-block {
  height: 0; }

.teacher {
  background: url(/img/timetable-our-teachers.png) no-repeat top right;
  padding-bottom: 50px; }
  .teacher:after {
    content: "";
    display: block;
    clear: both; }

.our-teachers__image {
  float: left;
  border: 12px solid #dae3d4;
  border-radius: 7px;
  position: relative;
  margin-top: 70px;
  margin-left: 50px; }
  .our-teachers__image img {
    max-width: 340px;
    height: auto; }
  .our-teachers__image:before {
    content: "";
    position: absolute;
    display: block;
    background: url(/img/svg/teacher-image-top.svg) no-repeat;
    width: 160px;
    height: 50px;
    top: -60px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%); }

.teacher__item {
  display: none;
  min-height: 533px; }
  .teacher__item:after {
    content: "";
    display: block;
    clear: both; }
  .teacher__item:first-of-type {
    display: block; }

.our-teachers__info {
  max-width: 500px;
  margin-top: 80px;
  margin-left: 40px;
  float: left; }
  .our-teachers__info p:first-of-type {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0; }
  .our-teachers__info p:nth-of-type(2) {
    font-family: OpenSansItalic, sans-serif;
    font-size: 18px;
    margin-top: 0px; }
  .our-teachers__info p:last-of-type {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.7; }

.teacher-slider {
  text-align: center;
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
  padding: 0 60px; }
  .teacher-slider a {
    display: inline-block;
    vertical-align: top;
    color: blue;
    max-width: 230px;
    text-align: left;
    text-decoration: none;
    outline: 0; }
    .teacher-slider a:hover {
      text-decoration: underline;
      color: #000; }
  .teacher-slider p:first-of-type {
    font-size: 14px;
    color: #000;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 40px; }
  .teacher-slider p:last-of-type {
    font-size: 14px;
    font-family: OpenSansItalic, sans-serif;
    color: #000;
    margin-top: 3px;
    margin-bottom: 0;
    margin-left: 40px; }
  .teacher-slider img {
    width: 170px;
    height: 170px;
    border: 5px solid #f0f9b5;
    border-radius: 50%;
    margin: 0 auto; }
  .teacher-slider .slick-prev {
    background: url(/img/svg/left-arrow.svg) no-repeat;
    width: 27px;
    height: 97px;
    position: absolute;
    top: 80px;
    left: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    /* &:hover{
			background: darken(#b28cca, 10%);
		} */ }
  .teacher-slider .slick-next {
    background: url(/img/svg/right-arrow.svg) no-repeat;
    width: 27px;
    height: 97px;
    position: absolute;
    top: 80px;
    right: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    /*&:hover{
			background: darken(#b28cca, 10%);
		}*/ }

@media screen and (max-width: 1260px) {
  .teacher-slider {
    max-width: 1000px; } }

@media screen and (max-width: 1120px) {
  .teacher-slider {
    max-width: 800px; } }

.index-body {
  background: url("/img/main-bg.jpg") no-repeat center top fixed;
  background-size: cover;
  max-width: 1000px;
  min-width: 100px;
  position: relative;
  overflow-x: hidden;
  margin: 0 auto; }

.index-main {
  max-width: 850px;
  height: 100%;
  padding: 20px 15px 0;
  margin: 0 auto; }

.index-btn-enter {
  display: block;
  width: 139px;
  padding: 11px 0px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: #455773;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  margin: 17px auto 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms; }
  .index-btn-enter:hover {
    background: rgba(255, 245, 215, 0.25);
    color: #39404c; }

.index-search__col, .index-content__col {
  width: 400px;
  margin-left: 7px; }

.index-question {
  width: 51px;
  height: 46px;
  border: 2px solid #ffffff;
  background-color: transparent;
  padding-top: 9px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms; }
  .index-question:hover {
    background: #455773;
    border: 2px solid #455773; }

.main {
  padding-top: 20px;
  padding-right: 5%;
  position: relative;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  transition: all 400ms;
  z-index: 999;
  display: flex; }

.index-sidebar {
  padding-left: 100px; }

.content-content {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px; }

.index-counters {
  font-size: 0;
  white-space: nowrap;
  text-align: center; }

.index-counter {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px; }
  .index-counter:last-of-type {
    margin-right: 0; }

.odometer-digit {
  width: 42px;
  height: 57px;
  border-radius: 3px;
  margin-right: 3px;
  background: #364693; }
  .odometer-digit:last-of-type {
    margin-right: 0; }

.odometer-value {
  width: 42px;
  display: inline-block;
  color: #fff;
  font: bold 45px/57px open_sans, sans-serif; }

.index-counter__title {
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  font: bold 14px open_sans, sans-serif;
  color: #364693; }

.select-block .icon, .index-content-box .icon {
  display: block;
  position: absolute;
  top: 15px;
  right: 16px;
  font-size: 21px; }

.index-search__form, .index-content__form {
  display: table;
  width: 100%; }
  .index-search__form-item, .index-content__form-item {
    margin-bottom: 15px; }
    .index-search__form-item label, .index-content__form-item label {
      font-size: 18px;
      font-weight: 400;
      color: #39404c; }
    .index-search__form-item:first-of-type label, .index-content__form-item:first-of-type label {
      position: relative;
      left: 28px; }
    .index-search__form-item:nth-of-type(2) label, .index-content__form-item:nth-of-type(2) label {
      position: relative;
      left: 17px; }
    .index-search__form-item input, .index-content__form-item input {
      background: #ffffff;
      border: none;
      outline: 0;
      padding: 13px 10px 12px 10px;
      width: 400px;
      box-sizing: border-box; }
    .index-search__form-item:last-of-type, .index-content__form-item:last-of-type {
      margin-top: 20px; }

.select-block__themes, .index-content-box__themes {
  width: 160px;
  display: table-cell; }
  .select-block__themes .chosen-select, .index-content-box__themes .chosen-select {
    width: 160px; }

.select-block__input, .index-content-box__input {
  display: table-cell;
  padding-right: 50px;
  vertical-align: top; }

.index-search {
  position: relative;
  vertical-align: top;
  width: 100%;
  top: 5px;
  left: -1px;
  height: 40px;
  border: 1px solid #818181;
  border-top: none;
  border-bottom: none;
  padding: 0 15px;
  font-size: 16px;
  outline: none; }
  .index-search:focus {
    box-shadow: inset 0 0 10px rgba(120, 125, 126, 0.3); }

.index-search__btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 48px;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  margin: 0;
  z-index: 2; }

.index-content__row-item {
  display: inline-block;
  vertical-align: top; }

.index-description {
  line-height: 1.2;
  margin: 95px auto 0;
  text-align: center;
  width: 846px;
  color: #39404c;
  font-family: open_sans, sans-serif;
  font-size: 32px;
  font-weight: 400; }

.index-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; }

.footer-wrap {
  position: relative;
  max-width: 1618px;
  margin: 0 auto;
  height: 50px; }

.copyright {
  color: #fff; }

.index-social-box {
  position: absolute;
  right: 0;
  bottom: 20px; }

.index-social-box__item {
  display: inline-block;
  margin-right: 10px; }
  .index-social-box__item a {
    background: #bfac9a;
    transition: .2s;
    color: #fae1c9;
    padding: 1px;
    border-radius: 50%;
    font-size: 35px; }
    .index-social-box__item a:hover.icon_vk {
      background: #45668e; }
    .index-social-box__item a:hover.icon_tw {
      background: #00aced; }
    .index-social-box__item a:hover.icon_fb {
      background: #3b5998; }

.right-menu {
  transform-origin: center center;
  transition: 1.5s;
  position: absolute;
  right: -240px;
  top: 100px;
  width: 700px;
  height: 700px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%; }
  .right-menu.right-menu-hidden {
    transform: translateX(500px); }
    .right-menu.right-menu-hidden .right-menu__item {
      transform: rotate(90deg); }
      .right-menu.right-menu-hidden .right-menu__item a {
        transform: rotate(360deg);
        width: 10px;
        height: 10px; }

.right-menu__list {
  position: absolute;
  left: 50%;
  top: 20px;
  width: 1px;
  height: 1px; }

.right-menu__item {
  transition: 1.5s;
  position: absolute;
  width: 160px;
  height: 330px;
  margin-left: -80px;
  transform-origin: center bottom; }
  .right-menu__item a {
    position: relative;
    transition: 1s;
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    text-align: center; }
    .right-menu__item a i {
      display: inline-block; }
    .right-menu__item a span {
      position: absolute;
      display: block;
      width: 100%;
      left: 0;
      bottom: 30px;
      font: 14px/16px open_sans, sans-serif; }

.item-subjects {
  transform: rotate(0deg); }
  .item-subjects a i {
    margin-top: 30px;
    width: 69px;
    height: 76px;
    background: url("/img/svg/subjects01.svg") no-repeat; }
  .item-subjects._tab-active i {
    background: url("/img/svg/subjects02.svg") no-repeat; }

.item-classes {
  transform: rotate(-45deg); }
  .item-classes a {
    transform: rotate(45deg); }
    .item-classes a i {
      margin-top: 40px;
      width: 92px;
      height: 67px;
      background: url("/img/svg/classes01.svg") no-repeat; }
  .item-classes._tab-active i {
    background: url("/img/svg/classes02.svg") no-repeat; }

.item-teachers {
  transform: rotate(-90deg); }
  .item-teachers a {
    transform: rotate(90deg); }
    .item-teachers a i {
      margin: 17px 0 0 15px;
      width: 79px;
      height: 76px;
      background: url("/img/svg/teacher01.svg") no-repeat; }
    .item-teachers a span {
      bottom: 25px; }
  .item-teachers._tab-active i {
    background: url("/img/svg/teacher02.svg") no-repeat; }

.item-lessons {
  transform: rotate(-135deg); }
  .item-lessons a {
    transform: rotate(135deg); }
    .item-lessons a i {
      margin: 10px 0 0 0;
      width: 46px;
      height: 84px;
      background: url("/img/svg/lessons01.svg") no-repeat; }
    .item-lessons a span {
      bottom: 25px; }
  .item-lessons._tab-active i {
    background: url("/img/svg/lessons02.svg") no-repeat; }

.item-excellents {
  transform: rotate(-180deg); }
  .item-excellents a {
    transform: rotate(180deg); }
    .item-excellents a i {
      margin: 20px 0 0 0;
      width: 84px;
      height: 76px;
      background: url("/img/svg/excellents01.svg") no-repeat; }
    .item-excellents a span {
      bottom: 25px; }
  .item-excellents._tab-active i {
    background: url("/img/svg/excellents02.svg") no-repeat; }

.item-intoschool {
  transform-origin: center center;
  transform: rotate(0deg);
  margin: 240px 0 0 -100px;
  height: 180px; }
  .item-intoschool a {
    width: 180px;
    height: 180px; }
    .item-intoschool a i {
      margin: 30px 0 0 5px;
      width: 116px;
      height: 77px;
      background: url("/img/svg/school01.svg") no-repeat; }

.square {
  transition: .7s;
  border-radius: 0;
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
  z-index: 2; }
  .square .right-menu__list {
    top: 60px;
    left: 0;
    height: auto;
    width: auto; }
  .square .right-menu__item {
    transition: 0s;
    position: relative;
    width: 110px;
    height: 110px;
    margin-left: -65px;
    transform: rotate(0deg);
    z-index: 1; }
    .square .right-menu__item a {
      transform: rotate(0deg);
      border: 2px solid transparent;
      position: relative;
      width: 110px;
      height: 110px; }
    .square .right-menu__item i {
      background-size: 70%; }
    .square .right-menu__item span {
      position: absolute;
      display: block;
      bottom: 16px;
      font: 9px/12px open_sans, sans-serif; }
  .square .item-subjects {
    transform: rotate(0deg); }
    .square .item-subjects a i {
      margin: 20px 0 0 16px; }
  .square .item-classes a i {
    margin: 25px 0 0 23px; }
  .square .item-teachers a i {
    margin: 17px 0 0 30px;
    background-size: 65%; }
  .square .item-teachers a span {
    bottom: 13px; }
  .square .item-lessons a i {
    margin: 14px 0 0 14px;
    background-size: 60%; }
  .square .item-lessons a span {
    bottom: 10px; }
  .square .item-excellents a i {
    margin: 17px 0 0 28px;
    background-size: 65%; }
  .square .item-excellents a span {
    bottom: 15px; }
  .square .item-intoschool {
    display: none; }

.cr-tabs__content {
  text-align: center; }

.right-menu__tabs-h {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font: 300 30px open_sans, sans-serif;
  margin: 0 auto;
  padding: 30px 0;
  max-width: 600px; }

.rm-slider-box {
  width: 720px;
  height: 720px;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto; }

.rm-full-link {
  transition: .3s;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  text-align: center;
  margin: 20px auto;
  padding: 5px 10px;
  border-radius: 3px; }
  .rm-full-link:hover {
    background: rgba(0, 0, 0, 0.1); }

.rm-close {
  transition: .3s;
  display: block;
  position: absolute;
  border-radius: 50%;
  background-image: url(/img/sprite.png);
  background-position: -142px -93px;
  width: 39px;
  height: 39px;
  top: 30px;
  right: 30px; }
  .rm-close:hover {
    transform: scale(1.2, 1.2); }

.rm-subjects-block {
  margin: 20px 5px;
  display: inline-block;
  vertical-align: top;
  width: 165px;
  color: #333;
  font-size: 17px;
  text-decoration: none; }
  .rm-subjects-block img {
    margin-bottom: 10px; }

.cr-1 {
  background-color: #40bb26; }
  .cr-1:hover {
    background-color: #31911d; }

.cr-2 {
  background-color: #4e3882; }
  .cr-2:hover {
    background-color: #39295e; }

.cr-3 {
  background-color: #4b9ed0; }
  .cr-3:hover {
    background-color: #3085b8; }

.cr-4 {
  background-color: #e4ac02; }
  .cr-4:hover {
    background-color: #b18602; }

.cr-5 {
  background-color: #e85921; }
  .cr-5:hover {
    background-color: #c24514; }

.cr-6 {
  background-color: #6b79c8; }
  .cr-6:hover {
    background-color: #4657ba; }

@media screen and (max-width: 1500px) {
  .index-counters {
    /*text-align: left;
      padding-left: 214px;*/ }
  .select-block {
    /*max-width: 679px;
      margin: 10px 0 0 214px;*/ }
  .odometer-digit {
    width: 30px;
    height: 45px; }
  .odometer-value {
    width: 30px;
    font: bold 30px/45px open_sans, sans-serif; }
  .index-counter {
    margin-right: 10px; }
  .index-counter__title {
    font-size: 10px; }
  .right-menu {
    right: -150px;
    top: 110px;
    width: 500px;
    height: 500px; }
    .right-menu.right-menu-hidden {
      transform: translateX(400px); }
  .right-menu__list {
    top: 10px;
    margin-left: -20px; }
  .right-menu__item {
    width: 120px;
    height: 240px;
    margin-left: -40px; }
    .right-menu__item a {
      width: 125px;
      height: 125px; }
      .right-menu__item a i {
        background-size: 80%; }
      .right-menu__item a span {
        bottom: 20px;
        font-size: 11px; }
  .item-subjects {
    transform: rotate(0deg); }
    .item-subjects a i {
      margin: 20px 0 0 10px; }
  .item-classes a i {
    margin: 30px 0 0 20px; }
  .item-teachers a i {
    margin: 10px 0 0 20px; }
  .item-teachers a span {
    bottom: 17px; }
  .item-lessons a span {
    bottom: 10px; }
  .item-excellents a i {
    margin: 10px 0 0 30px; }
  .item-intoschool {
    margin: 170px 0 0 -50px; }
    .item-intoschool a {
      width: 140px;
      height: 140px; }
      .item-intoschool a i {
        width: 110px;
        margin: 25px 0 0 30px;
        background-size: 80%; } }

@media screen and (max-width: 1200px) {
  .index-counters {
    padding-left: 150px; }
  .select-block {
    /* max-width: 555px;
       margin: 10px 0 0 150px;
       height: 38px;*/ }
    .select-block .icon {
      top: 10px;
      right: 13px;
      font-size: 18px; }
  .select-block__themes {
    width: 120px; }
    .select-block__themes .chosen-select {
      width: 120px; }
  .index-search {
    top: 2px;
    height: 34px;
    font-size: 12px;
    padding: 0 8px; }
  .index-description {
    margin: 20px auto 0;
    text-align: center;
    color: #434446;
    font-size: 23px;
    max-width: 490px; } }

.img-selectable-wrapper {
  margin: 0 0 10px;
  text-align: center; }

.img-selectable-block {
  width: 178px;
  height: 156px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 3px solid #fff;
  display: inline-block;
  margin: 10px;
  background: #ccc url(/img/bg-img-01.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  cursor: pointer; }
  .img-selectable-block._img-selected {
    border-color: #fbc31d;
    font-size: 0;
    text-align: center; }
    .img-selectable-block._img-selected:after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      vertical-align: middle;
      background-image: url(/img/sprite.png);
      background-position: -93px 0px;
      width: 66px;
      height: 74px; }
  .img-selectable-block._img-correct {
    border-color: #30b358;
    font-size: 0;
    text-align: center; }
    .img-selectable-block._img-correct:after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      vertical-align: middle;
      background-image: url(/img/sprite.png);
      background-position: 0px -93px;
      width: 66px;
      height: 74px; }
  .img-selectable-block._img-incorrect {
    border-color: #e36b3c;
    font-size: 0;
    text-align: center; }
    .img-selectable-block._img-incorrect:after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      vertical-align: middle;
      background-image: url(/img/sprite.png);
      background-position: -169px 0px;
      width: 66px;
      height: 74px; }

.img-selectable__expand {
  display: block;
  position: absolute;
  background-image: url(/img/sprite.png);
  background-position: -191px -93px;
  width: 26px;
  height: 26px;
  bottom: 10px;
  right: 10px; }

.separator {
  border-bottom: 1px solid #ccc;
  margin: 10px 0; }

.btn-repeat {
  border-color: #77438a;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms; }
  .btn-repeat:hover {
    background: #ebd9f2; }
  .btn-repeat:after {
    content: '';
    display: inline-block;
    background-image: url(/img/sprite.png);
    background-position: -266px 0px;
    width: 19px;
    height: 22px;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -2px; }

.btn-checked {
  border-color: #30b358;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms; }
  .btn-checked:hover {
    background: #d8eddf; }
  .btn-checked:after {
    content: '';
    display: inline-block;
    background-image: url(/img/sprite.png);
    background-position: 0px -239px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -2px; }

.select-block .chosen-container {
  font-size: 14px;
  /* text-transform: uppercase;*/
  color: #333;
  background: #ffffff;
  width: 400px !important;
  border: 1px solid #e1e1e1; }
  .select-block .chosen-container .chosen-drop {
    border: 1px solid #818181;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    border: none; }
  .select-block .chosen-container .chosen-results {
    margin: 0 0px 0px 0;
    padding: 0 0 0 0px; }
    .select-block .chosen-container .chosen-results li {
      display: none;
      margin: 0;
      padding: 9px 11px;
      list-style: none;
      line-height: 15px;
      word-wrap: break-word;
      -webkit-touch-callout: none; }

.select-block .chosen-container-single .chosen-drop {
  margin-top: -3px; }

.select-block .chosen-container-single .chosen-single {
  padding: 0 0 0 8px;
  height: 44px;
  border: none;
  border-radius: 3px;
  background: none;
  box-shadow: none;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  line-height: 46px; }
  .select-block .chosen-container-single .chosen-single span {
    font-size: 15px;
    font-weight: 400;
    font-family: open_sans, sans-serif; }
  .select-block .chosen-container-single .chosen-single div {
    width: 42px;
    /* background-color: #39404c;*/ }
    .select-block .chosen-container-single .chosen-single div b {
      display: block;
      transition: .3s;
      background: url(../../../img/search-down.png) no-repeat center; }

.select-block .chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  background-image: none;
  box-shadow: none; }
  .select-block .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url(../../../img/search-down.png) no-repeat center;
    transform: rotate(180deg); }

.select-block .chosen-container-active.chosen-with-drop .chosen-single div {
  /* background-color: #39404c!important;*/ }

.select-block .chosen-container .chosen-results li {
  padding: 9px 11px;
  /*      border-bottom: 1px solid grey;*/ }

.index-content-box .chosen-container {
  font-size: 14px;
  /* text-transform: uppercase;*/
  color: #333;
  background: #ffffff;
  width: 400px !important; }
  .index-content-box .chosen-container .chosen-drop {
    border: 1px solid #818181;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    border: none; }
  .index-content-box .chosen-container .chosen-results {
    margin: 0 0px 0px 0;
    padding: 0 0 0 0px; }
    .index-content-box .chosen-container .chosen-results li {
      display: none;
      margin: 0;
      padding: 9px 11px;
      list-style: none;
      line-height: 15px;
      word-wrap: break-word;
      -webkit-touch-callout: none;
      /*border-bottom: 1px solid grey;*/ }

.index-content-box .chosen-container-single .chosen-drop {
  margin-top: -3px; }

.index-content-box .chosen-container-single .chosen-single {
  padding: 0 0 0 8px;
  height: 44px;
  border: none;
  border-radius: 3px;
  background: none;
  box-shadow: none;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  line-height: 46px; }
  .index-content-box .chosen-container-single .chosen-single span {
    font-size: 15px;
    font-weight: 400;
    font-family: open_sans, sans-serif; }
  .index-content-box .chosen-container-single .chosen-single div {
    width: 42px;
    background-color: #39404c; }
    .index-content-box .chosen-container-single .chosen-single div b {
      display: block;
      transition: .3s;
      background: url(../../../img/svg/arrow1.svg) no-repeat center; }

.index-content-box .chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  background-image: none;
  box-shadow: none; }
  .index-content-box .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url(../../../img/svg/arrow1.svg) no-repeat center;
    transform: rotate(180deg); }

.index-content-box .chosen-container-active.chosen-with-drop .chosen-single div {
  background-color: #39404c !important; }

.index-content-box .chosen-container .chosen-results li {
  padding: 9px 11px; }

/*

@media screen and (max-width: 1200px) {
   .select-block {
      .chosen-container {
         font-size: 10px;
      }
      .chosen-container-single {
         .chosen-drop {
            margin-top: -2px;
         }
         .chosen-single {
            padding: 0 0 0 8px;
            height: 38px;
            line-height: 38px;
            div {
               b {
                  top: 14px;
                  right: 6px;
                  opacity: .7;
               }
            }
         }
      }
      .chosen-container-active {
         &.chosen-with-drop {
            .chosen-single {
               border: none;
               background-image: none;
               box-shadow: none;
               div b {
                  @include sprite($index-search-arr);
                  transform: rotate(180deg);
               }
            }
         }
      }
   }
}

*/
.search-box .chosen-container {
  font-size: 14px;
  border: 1px solid #e8e8e8;
  color: #333;
  background: #ffffff;
  width: 400px !important; }
  .search-box .chosen-container .chosen-drop {
    border: 1px solid #818181;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }
  .search-box .chosen-container .chosen-results {
    margin: 0 0px 0px 0;
    padding: 0 0 0 0px; }
    .search-box .chosen-container .chosen-results li {
      padding: 11px 6px;
      border-bottom: 1px solid #e8e8e8; }

.search-box .chosen-container-single .chosen-drop {
  box-shadow: 0 0 5px rgba(2, 2, 2, 0.2);
  border: 1px solid #e8e8e8;
  margin-top: 4px; }

.search-box .chosen-container-single .chosen-single {
  padding: 0 0 0 8px;
  height: 32px;
  border: none;
  border-radius: 3px;
  background: none;
  box-shadow: none;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  line-height: 33px; }
  .search-box .chosen-container-single .chosen-single span {
    font-size: 15px;
    font-weight: 400;
    font-family: open_sans, sans-serif; }
  .search-box .chosen-container-single .chosen-single div {
    width: 42px; }
    .search-box .chosen-container-single .chosen-single div b {
      display: block;
      transition: .5s;
      background: url(../../../img/arrow2.svg) no-repeat center; }

.search-box .chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  background-image: none;
  box-shadow: none; }
  .search-box .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url(../../../img/arrow2.svg) no-repeat center;
    transform: rotate(180deg); }

@media (max-width: 1450px) {
  .select-block .chosen-container {
    font-size: 14px;
    /* text-transform: uppercase;*/
    color: #333;
    background: #ffffff;
    width: 100% !important;
    border: 1px solid #e1e1e1; } }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.multi-select .chosen-container-multi .chosen-choices {
  padding: 5px 8px;
  border: 1px solid #e1e1e1;
  background-image: none; }
  .multi-select .chosen-container-multi .chosen-choices li.search-choice {
    background: #3c95bf;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 22px 5px 11px;
    border-radius: 5px;
    line-height: 18px;
    border: none;
    box-shadow: none;
    margin-right: 10px; }
    .multi-select .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      background: url(../../../img/multi-close.png) no-repeat 0px 4px; }
      .multi-select .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
        background: url(../../../img/multi-close.png) no-repeat 0px 4px; }

.multi-select .chosen-container .chosen-results li.highlighted {
  background: #3c95bf; }

.chosen-container-active .chosen-choices {
  border: 1px solid #e1e1e1 !important;
  box-shadow: none !important; }

/* Chosen v1.6.1 | (c) 2011-2016 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(chosen-sprite.png) no-repeat 0 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff url(chosen-sprite.png) no-repeat 100% -20px;
  background: url(chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
  background-image: -o-linear-gradient(#eee 1%, #fff 15%);
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
  background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
  background-image: -o-linear-gradient(#eee 20%, #fff 80%);
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0; }

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff url(chosen-sprite.png) no-repeat -30px -20px;
  background: url(chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image: url(chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* --- EASYDROPDOWN DEFAULT THEME --- */
/* PREFIXED CSS */
.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }

.dropdown .selected::after,
.dropdown.scrollable div::after {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none; }

/* WRAPPER */
.dropdown {
  position: relative;
  width: 160px;
  border: 1px solid #ccc;
  cursor: pointer;
  background: #fff;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.dropdown.open {
  z-index: 2; }

.dropdown:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }

.dropdown.focus {
  box-shadow: 0 0 5px rgba(51, 102, 248, 0.4); }

/* CARAT */
.dropdown .carat {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
  border: 6px solid transparent;
  border-top: 8px solid #000; }

.dropdown.open .carat {
  margin-top: -10px;
  border-top: 6px solid transparent;
  border-bottom: 8px solid #000; }

.dropdown.disabled .carat {
  border-top-color: #999; }

/* OLD SELECT (HIDDEN) */
.dropdown .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden; }

.dropdown select {
  position: absolute;
  left: 0px;
  top: 0px; }

.dropdown.touch .old {
  width: 100%;
  height: 100%; }

.dropdown.touch select {
  width: 100%;
  height: 100%;
  opacity: 0; }

/* SELECTED FEEDBACK ITEM */
.dropdown .selected,
.dropdown li {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #000;
  padding: 9px 12px;
  overflow: hidden;
  white-space: nowrap; }

.dropdown.disabled .selected {
  color: #999; }

.dropdown .selected::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  border-radius: 0 2px 2px 0;
  box-shadow: inset -55px 0 25px -20px #fff; }

/* DROP DOWN WRAPPER */
.dropdown div {
  position: absolute;
  height: 0;
  left: -1px;
  right: -1px;
  top: 100%;
  margin-top: -1px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 1px solid #eee;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  opacity: 0; }

/* Height is adjusted by JS on open */
.dropdown.open div {
  opacity: 1;
  z-index: 2; }

/* FADE OVERLAY FOR SCROLLING LISTS */
.dropdown.scrollable div::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  box-shadow: inset 0 -50px 30px -35px #fff; }

.dropdown.scrollable.bottom div::after {
  opacity: 0; }

/* DROP DOWN LIST */
.dropdown ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden; }

.dropdown.scrollable.open ul {
  overflow-y: auto; }

/* DROP DOWN LIST ITEMS */
.dropdown li {
  list-style: none;
  padding: 8px 12px; }

/* .focus class is also added on hover */
.dropdown li.focus {
  background: #d24a67;
  position: relative;
  z-index: 3;
  color: #fff; }

.dropdown li.active {
  font-weight: 700; }

.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ih-item a {
  color: #333; }

.ih-item a:hover {
  text-decoration: none; }

.ih-item img {
  width: 100%;
  height: 100%; }

.ih-item.circle {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%; }

.ih-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%; }

.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.circle .img img {
  border-radius: 50%; }

.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.ih-item.square {
  position: relative;
  width: 316px;
  height: 216px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }

.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.ih-item.circle.effect1 .spinner {
  width: 230px;
  height: 230px;
  border: 10px solid #ecab18;
  border-right-color: #1ad280;
  border-bottom-color: #1ad280;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }

.ih-item.circle.effect1 .img {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  width: auto;
  height: auto; }

.ih-item.circle.effect1 .img:before {
  display: none; }

.ih-item.circle.effect1.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6); }

.ih-item.circle.effect1 .info {
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }

.ih-item.circle.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3); }

.ih-item.circle.effect1 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

.ih-item.circle.effect1 a:hover .spinner {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.ih-item.circle.effect1 a:hover .info {
  opacity: 1; }

.ih-item.circle.effect2 .img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.circle.effect2.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6); }

.ih-item.circle.effect2 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.circle.effect2 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3); }

.ih-item.circle.effect2 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

.ih-item.circle.effect2.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.ih-item.circle.effect2.left_to_right a:hover .img {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.ih-item.circle.effect2.left_to_right a:hover .info {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.circle.effect2.right_to_left .info {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.ih-item.circle.effect2.right_to_left a:hover .img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.ih-item.circle.effect2.right_to_left a:hover .info {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.circle.effect2.top_to_bottom .info {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.ih-item.circle.effect2.top_to_bottom a:hover .img {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.ih-item.circle.effect2.top_to_bottom a:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.circle.effect2.bottom_to_top .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.ih-item.circle.effect2.bottom_to_top a:hover .img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.ih-item.circle.effect2.bottom_to_top a:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.circle.effect3 .img {
  z-index: 11;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.circle.effect3.colored .info {
  background: #1a4a72; }

.ih-item.circle.effect3 .info {
  background: #333333;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.circle.effect3 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3); }

.ih-item.circle.effect3 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

.ih-item.circle.effect3.left_to_right .img {
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0); }

.ih-item.circle.effect3.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.ih-item.circle.effect3.left_to_right a:hover .img {
  -webkit-transform: scale(0.5) translateX(100%);
  -moz-transform: scale(0.5) translateX(100%);
  -ms-transform: scale(0.5) translateX(100%);
  -o-transform: scale(0.5) translateX(100%);
  transform: scale(0.5) translateX(100%); }

.ih-item.circle.effect3.left_to_right a:hover .info {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.circle.effect3.right_to_left .img {
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0); }

.ih-item.circle.effect3.right_to_left .info {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.ih-item.circle.effect3.right_to_left a:hover .img {
  -webkit-transform: scale(0.5) translateX(-100%);
  -moz-transform: scale(0.5) translateX(-100%);
  -ms-transform: scale(0.5) translateX(-100%);
  -o-transform: scale(0.5) translateX(-100%);
  transform: scale(0.5) translateX(-100%); }

.ih-item.circle.effect3.right_to_left a:hover .info {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.circle.effect3.top_to_bottom .img {
  -webkit-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

.ih-item.circle.effect3.top_to_bottom .info {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.ih-item.circle.effect3.top_to_bottom a:hover .img {
  -webkit-transform: scale(0.5) translateY(100%);
  -moz-transform: scale(0.5) translateY(100%);
  -ms-transform: scale(0.5) translateY(100%);
  -o-transform: scale(0.5) translateY(100%);
  transform: scale(0.5) translateY(100%); }

.ih-item.circle.effect3.top_to_bottom a:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.circle.effect3.bottom_to_top .img {
  -webkit-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

.ih-item.circle.effect3.bottom_to_top .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.ih-item.circle.effect3.bottom_to_top a:hover .img {
  -webkit-transform: scale(0.5) translateY(-100%);
  -moz-transform: scale(0.5) translateY(-100%);
  -ms-transform: scale(0.5) translateY(-100%);
  -o-transform: scale(0.5) translateY(-100%);
  transform: scale(0.5) translateY(-100%); }

.ih-item.circle.effect3.bottom_to_top a:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.circle.effect4 .img {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.ih-item.circle.effect4.colored .info {
  background: #1a4a72; }

.ih-item.circle.effect4 .info {
  background: #333333;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease; }

.ih-item.circle.effect4 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3); }

.ih-item.circle.effect4 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.circle.effect4 a:hover .img {
  opacity: 0;
  pointer-events: none; }

.ih-item.circle.effect4 a:hover .info {
  visibility: visible;
  opacity: 1; }

.ih-item.circle.effect4.left_to_right .img {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.circle.effect4.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.ih-item.circle.effect4.left_to_right a:hover .img {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.ih-item.circle.effect4.left_to_right a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.circle.effect4.right_to_left .img {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.circle.effect4.right_to_left .info {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.ih-item.circle.effect4.right_to_left a:hover .img {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.ih-item.circle.effect4.right_to_left a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.circle.effect4.top_to_bottom .img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.circle.effect4.top_to_bottom .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.ih-item.circle.effect4.top_to_bottom a:hover .img {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.ih-item.circle.effect4.top_to_bottom a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.circle.effect4.bottom_to_top .img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.circle.effect4.bottom_to_top .info {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.ih-item.circle.effect4.bottom_to_top a:hover .img {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.ih-item.circle.effect4.bottom_to_top a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.circle.effect5 {
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  perspective: 900px; }

.ih-item.circle.effect5.colored .info .info-back {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6); }

.ih-item.circle.effect5 .info {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.ih-item.circle.effect5 .info .info-back {
  visibility: hidden;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  -moz-transform: rotate3d(0, 1, 0, 180deg);
  -ms-transform: rotate3d(0, 1, 0, 180deg);
  -o-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.ih-item.circle.effect5 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3); }

.ih-item.circle.effect5 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

.ih-item.circle.effect5 a:hover .info {
  -webkit-transform: rotate3d(0, 1, 0, -180deg);
  -moz-transform: rotate3d(0, 1, 0, -180deg);
  -ms-transform: rotate3d(0, 1, 0, -180deg);
  -o-transform: rotate3d(0, 1, 0, -180deg);
  transform: rotate3d(0, 1, 0, -180deg); }

.ih-item.circle.effect5 a:hover .info .info-back {
  visibility: visible; }

.ih-item.circle.effect6 .img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.circle.effect6.colored .info {
  background: #1a4a72; }

.ih-item.circle.effect6 .info {
  background: #333333;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.circle.effect6 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3); }

.ih-item.circle.effect6 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

.ih-item.circle.effect6.scale_up .info {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5); }

.ih-item.circle.effect6.scale_up a:hover .img {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5); }

.ih-item.circle.effect6.scale_up a:hover .info {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ih-item.circle.effect6.scale_down .info {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5); }

.ih-item.circle.effect6.scale_down a:hover .img {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5); }

.ih-item.circle.effect6.scale_down a:hover .info {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ih-item.circle.effect6.scale_down_up .info {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.35s ease-in-out 0.2s;
  -moz-transition: all 0.35s ease-in-out 0.2s;
  transition: all 0.35s ease-in-out 0.2s; }

.ih-item.circle.effect6.scale_down_up a:hover .img {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5); }

.ih-item.circle.effect6.scale_down_up a:hover .info {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ih-item.circle.effect7 .img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out; }

.ih-item.circle.effect7.colored .info {
  background: #1a4a72; }

.ih-item.circle.effect7 .info {
  background: #333333;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.35s ease 0.2s;
  -moz-transition: all 0.35s ease 0.2s;
  transition: all 0.35s ease 0.2s; }

.ih-item.circle.effect7 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3); }

.ih-item.circle.effect7 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

.ih-item.circle.effect7 a:hover .img {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5); }

.ih-item.circle.effect7 a:hover .info {
  visibility: visible;
  opacity: 1; }

.ih-item.circle.effect7.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.ih-item.circle.effect7.left_to_right a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.circle.effect7.right_to_left .info {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.ih-item.circle.effect7.right_to_left a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.circle.effect7.top_to_bottom .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.ih-item.circle.effect7.top_to_bottom a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.circle.effect7.bottom_to_top .info {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.ih-item.circle.effect7.bottom_to_top a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.circle.effect8.colored .info {
  background: #1a4a72; }

.ih-item.circle.effect8 .img-container {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.ih-item.circle.effect8 .img-container .img {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s; }

.ih-item.circle.effect8 .info-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s; }

.ih-item.circle.effect8 .info {
  width: 100%;
  height: 100%;
  background: #333333;
  pointer-events: none;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.35s ease-in-out 0.6s;
  -moz-transition: all 0.35s ease-in-out 0.6s;
  transition: all 0.35s ease-in-out 0.6s; }

.ih-item.circle.effect8 .info h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 45px 0 0 0;
  height: 140px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3); }

.ih-item.circle.effect8 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

.ih-item.circle.effect8 a:hover .img-container {
  pointer-events: none;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5); }

.ih-item.circle.effect8 a:hover .img-container .img {
  opacity: 0;
  pointer-events: none; }

.ih-item.circle.effect8 a:hover .info-container {
  opacity: 1; }

.ih-item.circle.effect8 a:hover .info-container .info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ih-item.circle.effect8.left_to_right .img-container .img {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.circle.effect8.left_to_right .info-container {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.ih-item.circle.effect8.left_to_right a:hover .img-container .img {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.ih-item.circle.effect8.left_to_right a:hover .info-container {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.circle.effect8.right_to_left .img-container .img {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.circle.effect8.right_to_left .info-container {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.ih-item.circle.effect8.right_to_left a:hover .img-container .img {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.ih-item.circle.effect8.right_to_left a:hover .info-container {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.circle.effect8.top_to_bottom .img-container .img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.circle.effect8.top_to_bottom .info-container {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.ih-item.circle.effect8.top_to_bottom a:hover .img-container .img {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.ih-item.circle.effect8.top_to_bottom a:hover .info-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.circle.effect8.bottom_to_top .img-container .img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.circle.effect8.bottom_to_top .info-container {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.ih-item.circle.effect8.bottom_to_top a:hover .img-container .img {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.ih-item.circle.effect8.bottom_to_top a:hover .info-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.circle.effect9 .img {
  opacity: 1;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out; }

.ih-item.circle.effect9.colored .info {
  background: #1a4a72; }

.ih-item.circle.effect9 .info {
  background: #333333;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.35s ease 0.2s;
  -moz-transition: all 0.35s ease 0.2s;
  transition: all 0.35s ease 0.2s; }

.ih-item.circle.effect9 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3); }

.ih-item.circle.effect9 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

.ih-item.circle.effect9 a:hover .img {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5); }

.ih-item.circle.effect9 a:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ih-item.circle.effect9.left_to_right .img {
  -webkit-transform: translateX(0) rotate(0);
  -moz-transform: translateX(0) rotate(0);
  -ms-transform: translateX(0) rotate(0);
  -o-transform: translateX(0) rotate(0);
  transform: translateX(0) rotate(0); }

.ih-item.circle.effect9.left_to_right a:hover .img {
  -webkit-transform: translateX(100%) rotate(180deg);
  -moz-transform: translateX(100%) rotate(180deg);
  -ms-transform: translateX(100%) rotate(180deg);
  -o-transform: translateX(100%) rotate(180deg);
  transform: translateX(100%) rotate(180deg); }

.ih-item.circle.effect9.right_to_left .img {
  -webkit-transform: translateX(0) rotate(0);
  -moz-transform: translateX(0) rotate(0);
  -ms-transform: translateX(0) rotate(0);
  -o-transform: translateX(0) rotate(0);
  transform: translateX(0) rotate(0); }

.ih-item.circle.effect9.right_to_left a:hover .img {
  -webkit-transform: translateX(-100%) rotate(-180deg);
  -moz-transform: translateX(-100%) rotate(-180deg);
  -ms-transform: translateX(-100%) rotate(-180deg);
  -o-transform: translateX(-100%) rotate(-180deg);
  transform: translateX(-100%) rotate(-180deg); }

.ih-item.circle.effect9.top_to_bottom .img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.circle.effect9.top_to_bottom a:hover .img {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.ih-item.circle.effect9.bottom_to_top .img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.circle.effect9.bottom_to_top a:hover .img {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.ih-item.circle.effect10 .img {
  z-index: 11;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.circle.effect10.colored .info {
  background: #1a4a72; }

.ih-item.circle.effect10 .info {
  background: #333333;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.circle.effect10 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3); }

.ih-item.circle.effect10 .info p {
  color: #bbb;
  font-style: italic;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

.ih-item.circle.effect10 a:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ih-item.circle.effect10.top_to_bottom .info h3 {
  margin: 0 30px;
  padding: 25px 0 0 0;
  height: 78px; }

.ih-item.circle.effect10.top_to_bottom .info p {
  margin: 0 30px;
  padding: 5px; }

.ih-item.circle.effect10.top_to_bottom a:hover .img {
  -webkit-transform: translateY(50px) scale(0.5);
  -moz-transform: translateY(50px) scale(0.5);
  -ms-transform: translateY(50px) scale(0.5);
  -o-transform: translateY(50px) scale(0.5);
  transform: translateY(50px) scale(0.5); }

.ih-item.circle.effect10.bottom_to_top .info h3 {
  margin: 95px 30px 0;
  padding: 25px 0 0 0;
  height: 78px; }

.ih-item.circle.effect10.bottom_to_top .info p {
  margin: 0 30px;
  padding: 5px; }

.ih-item.circle.effect10.bottom_to_top a:hover .img {
  -webkit-transform: translateY(-50px) scale(0.5);
  -moz-transform: translateY(-50px) scale(0.5);
  -ms-transform: translateY(-50px) scale(0.5);
  -o-transform: translateY(-50px) scale(0.5);
  transform: translateY(-50px) scale(0.5); }

.ih-item.circle.effect11 {
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  perspective: 900px; }

.ih-item.circle.effect11 .img {
  opacity: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.circle.effect11.colored .info {
  background: #1a4a72; }

.ih-item.circle.effect11 .info {
  background: #333333;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease 0.35s;
  -moz-transition: all 0.35s ease 0.35s;
  transition: all 0.35s ease 0.35s; }

.ih-item.circle.effect11 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3); }

.ih-item.circle.effect11 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

.ih-item.circle.effect11 a:hover .img {
  opacity: 0; }

.ih-item.circle.effect11 a:hover .info {
  visibility: visible;
  opacity: 1; }

.ih-item.circle.effect11.left_to_right .img {
  -webkit-transform: translateZ(0) rotateY(0);
  -moz-transform: translateZ(0) rotateY(0);
  -ms-transform: translateZ(0) rotateY(0);
  -o-transform: translateZ(0) rotateY(0);
  transform: translateZ(0) rotateY(0); }

.ih-item.circle.effect11.left_to_right .info {
  -webkit-transform: translateZ(-1000px) rotateY(-90deg);
  -moz-transform: translateZ(-1000px) rotateY(-90deg);
  -ms-transform: translateZ(-1000px) rotateY(-90deg);
  -o-transform: translateZ(-1000px) rotateY(-90deg);
  transform: translateZ(-1000px) rotateY(-90deg); }

.ih-item.circle.effect11.left_to_right a:hover .img {
  -webkit-transform: translateZ(-1000px) rotateY(90deg);
  -moz-transform: translateZ(-1000px) rotateY(90deg);
  -ms-transform: translateZ(-1000px) rotateY(90deg);
  -o-transform: translateZ(-1000px) rotateY(90deg);
  transform: translateZ(-1000px) rotateY(90deg); }

.ih-item.circle.effect11.left_to_right a:hover .info {
  -webkit-transform: translateZ(0) rotateY(0);
  -moz-transform: translateZ(0) rotateY(0);
  -ms-transform: translateZ(0) rotateY(0);
  -o-transform: translateZ(0) rotateY(0);
  transform: translateZ(0) rotateY(0); }

.ih-item.circle.effect11.right_to_left .img {
  -webkit-transform: translateZ(0) rotateY(0);
  -moz-transform: translateZ(0) rotateY(0);
  -ms-transform: translateZ(0) rotateY(0);
  -o-transform: translateZ(0) rotateY(0);
  transform: translateZ(0) rotateY(0); }

.ih-item.circle.effect11.right_to_left .info {
  -webkit-transform: translateZ(-1000px) rotateY(90deg);
  -moz-transform: translateZ(-1000px) rotateY(90deg);
  -ms-transform: translateZ(-1000px) rotateY(90deg);
  -o-transform: translateZ(-1000px) rotateY(90deg);
  transform: translateZ(-1000px) rotateY(90deg); }

.ih-item.circle.effect11.right_to_left a:hover .img {
  -webkit-transform: translateZ(-1000px) rotateY(-90deg);
  -moz-transform: translateZ(-1000px) rotateY(-90deg);
  -ms-transform: translateZ(-1000px) rotateY(-90deg);
  -o-transform: translateZ(-1000px) rotateY(-90deg);
  transform: translateZ(-1000px) rotateY(-90deg); }

.ih-item.circle.effect11.right_to_left a:hover .info {
  -webkit-transform: translateZ(0) rotateY(0);
  -moz-transform: translateZ(0) rotateY(0);
  -ms-transform: translateZ(0) rotateY(0);
  -o-transform: translateZ(0) rotateY(0);
  transform: translateZ(0) rotateY(0); }

.ih-item.circle.effect11.top_to_bottom .img {
  -webkit-transform: translateZ(0) rotateX(0);
  -moz-transform: translateZ(0) rotateX(0);
  -ms-transform: translateZ(0) rotateX(0);
  -o-transform: translateZ(0) rotateX(0);
  transform: translateZ(0) rotateX(0); }

.ih-item.circle.effect11.top_to_bottom .info {
  -webkit-transform: translateZ(-1000px) rotateX(90deg);
  -moz-transform: translateZ(-1000px) rotateX(90deg);
  -ms-transform: translateZ(-1000px) rotateX(90deg);
  -o-transform: translateZ(-1000px) rotateX(90deg);
  transform: translateZ(-1000px) rotateX(90deg); }

.ih-item.circle.effect11.top_to_bottom a:hover .img {
  -webkit-transform: translateZ(-1000px) rotateX(-90deg);
  -moz-transform: translateZ(-1000px) rotateX(-90deg);
  -ms-transform: translateZ(-1000px) rotateX(-90deg);
  -o-transform: translateZ(-1000px) rotateX(-90deg);
  transform: translateZ(-1000px) rotateX(-90deg); }

.ih-item.circle.effect11.top_to_bottom a:hover .info {
  -webkit-transform: translateZ(0) rotateX(0);
  -moz-transform: translateZ(0) rotateX(0);
  -ms-transform: translateZ(0) rotateX(0);
  -o-transform: translateZ(0) rotateX(0);
  transform: translateZ(0) rotateX(0); }

.ih-item.circle.effect11.bottom_to_top .img {
  -webkit-transform: translateZ(0) rotateX(0);
  -moz-transform: translateZ(0) rotateX(0);
  -ms-transform: translateZ(0) rotateX(0);
  -o-transform: translateZ(0) rotateX(0);
  transform: translateZ(0) rotateX(0); }

.ih-item.circle.effect11.bottom_to_top .info {
  -webkit-transform: translateZ(-1000px) rotateX(-90deg);
  -moz-transform: translateZ(-1000px) rotateX(-90deg);
  -ms-transform: translateZ(-1000px) rotateX(-90deg);
  -o-transform: translateZ(-1000px) rotateX(-90deg);
  transform: translateZ(-1000px) rotateX(-90deg); }

.ih-item.circle.effect11.bottom_to_top a:hover .img {
  -webkit-transform: translateZ(-1000px) rotateX(90deg);
  -moz-transform: translateZ(-1000px) rotateX(90deg);
  -ms-transform: translateZ(-1000px) rotateX(90deg);
  -o-transform: translateZ(-1000px) rotateX(90deg);
  transform: translateZ(-1000px) rotateX(90deg); }

.ih-item.circle.effect11.bottom_to_top a:hover .info {
  -webkit-transform: translateZ(0) rotateX(0);
  -moz-transform: translateZ(0) rotateX(0);
  -ms-transform: translateZ(0) rotateX(0);
  -o-transform: translateZ(0) rotateX(0);
  transform: translateZ(0) rotateX(0); }

.ih-item.circle.effect12 .img {
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.circle.effect12.colored .info {
  background: #1a4a72; }

.ih-item.circle.effect12 .info {
  background: #333333;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.circle.effect12 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3); }

.ih-item.circle.effect12 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

.ih-item.circle.effect12 a:hover .img {
  opacity: 0;
  pointer-events: none; }

.ih-item.circle.effect12 a:hover .info {
  opacity: 1;
  visibility: visible; }

.ih-item.circle.effect12.left_to_right .img {
  -webkit-transform: translateX(0) rotate(0);
  -moz-transform: translateX(0) rotate(0);
  -ms-transform: translateX(0) rotate(0);
  -o-transform: translateX(0) rotate(0);
  transform: translateX(0) rotate(0); }

.ih-item.circle.effect12.left_to_right .info {
  -webkit-transform: translateX(100%) rotate(180deg);
  -moz-transform: translateX(100%) rotate(180deg);
  -ms-transform: translateX(100%) rotate(180deg);
  -o-transform: translateX(100%) rotate(180deg);
  transform: translateX(100%) rotate(180deg); }

.ih-item.circle.effect12.left_to_right a:hover .img {
  -webkit-transform: translateX(100%) rotate(180deg);
  -moz-transform: translateX(100%) rotate(180deg);
  -ms-transform: translateX(100%) rotate(180deg);
  -o-transform: translateX(100%) rotate(180deg);
  transform: translateX(100%) rotate(180deg); }

.ih-item.circle.effect12.left_to_right a:hover .info {
  -webkit-transform: translateX(0) rotate(0);
  -moz-transform: translateX(0) rotate(0);
  -ms-transform: translateX(0) rotate(0);
  -o-transform: translateX(0) rotate(0);
  transform: translateX(0) rotate(0);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.ih-item.circle.effect12.right_to_left .img {
  -webkit-transform: translateX(0) rotate(0);
  -moz-transform: translateX(0) rotate(0);
  -ms-transform: translateX(0) rotate(0);
  -o-transform: translateX(0) rotate(0);
  transform: translateX(0) rotate(0); }

.ih-item.circle.effect12.right_to_left .info {
  -webkit-transform: translateX(-100%) rotate(-180deg);
  -moz-transform: translateX(-100%) rotate(-180deg);
  -ms-transform: translateX(-100%) rotate(-180deg);
  -o-transform: translateX(-100%) rotate(-180deg);
  transform: translateX(-100%) rotate(-180deg); }

.ih-item.circle.effect12.right_to_left a:hover .img {
  -webkit-transform: translateX(-100%) rotate(-180deg);
  -moz-transform: translateX(-100%) rotate(-180deg);
  -ms-transform: translateX(-100%) rotate(-180deg);
  -o-transform: translateX(-100%) rotate(-180deg);
  transform: translateX(-100%) rotate(-180deg); }

.ih-item.circle.effect12.right_to_left a:hover .info {
  -webkit-transform: translateX(0) rotate(0);
  -moz-transform: translateX(0) rotate(0);
  -ms-transform: translateX(0) rotate(0);
  -o-transform: translateX(0) rotate(0);
  transform: translateX(0) rotate(0);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.ih-item.circle.effect12.top_to_bottom .img {
  -webkit-transform: translateY(0) rotate(0);
  -moz-transform: translateY(0) rotate(0);
  -ms-transform: translateY(0) rotate(0);
  -o-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0); }

.ih-item.circle.effect12.top_to_bottom .info {
  -webkit-transform: translateY(-100%) rotate(-180deg);
  -moz-transform: translateY(-100%) rotate(-180deg);
  -ms-transform: translateY(-100%) rotate(-180deg);
  -o-transform: translateY(-100%) rotate(-180deg);
  transform: translateY(-100%) rotate(-180deg); }

.ih-item.circle.effect12.top_to_bottom a:hover .img {
  -webkit-transform: translateY(-100%) rotate(-180deg);
  -moz-transform: translateY(-100%) rotate(-180deg);
  -ms-transform: translateY(-100%) rotate(-180deg);
  -o-transform: translateY(-100%) rotate(-180deg);
  transform: translateY(-100%) rotate(-180deg); }

.ih-item.circle.effect12.top_to_bottom a:hover .info {
  -webkit-transform: translateY(0) rotate(0);
  -moz-transform: translateY(0) rotate(0);
  -ms-transform: translateY(0) rotate(0);
  -o-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.ih-item.circle.effect12.bottom_to_top .img {
  -webkit-transform: translateY(0) rotate(0);
  -moz-transform: translateY(0) rotate(0);
  -ms-transform: translateY(0) rotate(0);
  -o-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0); }

.ih-item.circle.effect12.bottom_to_top .info {
  -webkit-transform: translateY(100%) rotate(180deg);
  -moz-transform: translateY(100%) rotate(180deg);
  -ms-transform: translateY(100%) rotate(180deg);
  -o-transform: translateY(100%) rotate(180deg);
  transform: translateY(100%) rotate(180deg); }

.ih-item.circle.effect12.bottom_to_top a:hover .img {
  -webkit-transform: translateY(100%) rotate(180deg);
  -moz-transform: translateY(100%) rotate(180deg);
  -ms-transform: translateY(100%) rotate(180deg);
  -o-transform: translateY(100%) rotate(180deg);
  transform: translateY(100%) rotate(180deg); }

.ih-item.circle.effect12.bottom_to_top a:hover .info {
  -webkit-transform: translateY(0) rotate(0);
  -moz-transform: translateY(0) rotate(0);
  -ms-transform: translateY(0) rotate(0);
  -o-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.ih-item.circle.effect13.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6); }

.ih-item.circle.effect13 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.circle.effect13 .info h3 {
  visibility: hidden;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.circle.effect13 .info p {
  visibility: hidden;
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.circle.effect13 a:hover .info {
  opacity: 1; }

.ih-item.circle.effect13 a:hover h3 {
  visibility: visible; }

.ih-item.circle.effect13 a:hover p {
  visibility: visible; }

.ih-item.circle.effect13.from_left_and_right .info h3 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.ih-item.circle.effect13.from_left_and_right .info p {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.ih-item.circle.effect13.from_left_and_right a:hover h3 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.circle.effect13.from_left_and_right a:hover p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.circle.effect13.top_to_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.ih-item.circle.effect13.top_to_bottom .info p {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.ih-item.circle.effect13.top_to_bottom a:hover h3 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.circle.effect13.top_to_bottom a:hover p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.circle.effect13.bottom_to_top .info h3 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.ih-item.circle.effect13.bottom_to_top .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.ih-item.circle.effect13.bottom_to_top a:hover h3 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.circle.effect13.bottom_to_top a:hover p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.circle.effect14 {
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  perspective: 900px; }

.ih-item.circle.effect14 .img {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.ih-item.circle.effect14.colored .info {
  background: #1a4a72; }

.ih-item.circle.effect14 .info {
  background: #333333;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out 0.3s;
  -moz-transition: all 0.35s ease-in-out 0.3s;
  transition: all 0.35s ease-in-out 0.3s; }

.ih-item.circle.effect14 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3); }

.ih-item.circle.effect14 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

.ih-item.circle.effect14 a:hover .img {
  opacity: 0;
  visibility: hidden; }

.ih-item.circle.effect14 a:hover .info {
  visibility: visible;
  opacity: 1; }

.ih-item.circle.effect14.left_to_right .img {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.ih-item.circle.effect14.left_to_right .info {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

.ih-item.circle.effect14.left_to_right a:hover .img {
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg); }

.ih-item.circle.effect14.left_to_right a:hover .info {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0); }

.ih-item.circle.effect14.right_to_left .img {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

.ih-item.circle.effect14.right_to_left .info {
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.ih-item.circle.effect14.right_to_left a:hover .img {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg); }

.ih-item.circle.effect14.right_to_left a:hover .info {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0); }

.ih-item.circle.effect14.top_to_bottom .img {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.ih-item.circle.effect14.top_to_bottom .info {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.ih-item.circle.effect14.top_to_bottom a:hover .img {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg); }

.ih-item.circle.effect14.top_to_bottom a:hover .info {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0); }

.ih-item.circle.effect14.bottom_to_top .img {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.ih-item.circle.effect14.bottom_to_top .info {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.ih-item.circle.effect14.bottom_to_top a:hover .img {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg); }

.ih-item.circle.effect14.bottom_to_top a:hover .info {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0); }

.ih-item.circle.effect15 .img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.circle.effect15.colored .info {
  background: #1a4a72; }

.ih-item.circle.effect15 .info {
  background: #333333;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5) rotate(-720deg);
  -moz-transform: scale(0.5) rotate(-720deg);
  -ms-transform: scale(0.5) rotate(-720deg);
  -o-transform: scale(0.5) rotate(-720deg);
  transform: scale(0.5) rotate(-720deg);
  -webkit-transition: all 0.35s ease-in-out 0.3s;
  -moz-transition: all 0.35s ease-in-out 0.3s;
  transition: all 0.35s ease-in-out 0.3s; }

.ih-item.circle.effect15 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3); }

.ih-item.circle.effect15 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

.ih-item.circle.effect15 a:hover .img {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5) rotate(720deg);
  -moz-transform: scale(0.5) rotate(720deg);
  -ms-transform: scale(0.5) rotate(720deg);
  -o-transform: scale(0.5) rotate(720deg);
  transform: scale(0.5) rotate(720deg); }

.ih-item.circle.effect15 a:hover .info {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0); }

.ih-item.circle.effect16 .img {
  z-index: 11;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.circle.effect16.colored .info {
  background: #1a4a72; }

.ih-item.circle.effect16 .info {
  background: #333333;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.circle.effect16 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3); }

.ih-item.circle.effect16 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.circle.effect16.left_to_right .img {
  -webkit-transform-origin: 95% 40%;
  -moz-transform-origin: 95% 40%;
  -ms-transform-origin: 95% 40%;
  -o-transform-origin: 95% 40%;
  transform-origin: 95% 40%; }

.ih-item.circle.effect16.left_to_right .img:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  top: 40%;
  left: 95%;
  margin: -4px 0 0 -4px;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.9); }

.ih-item.circle.effect16.left_to_right a:hover .img {
  -webkit-transform: rotate(-120deg);
  -moz-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  -o-transform: rotate(-120deg);
  transform: rotate(-120deg); }

.ih-item.circle.effect16.right_to_left .img {
  -webkit-transform-origin: 5% 40%;
  -moz-transform-origin: 5% 40%;
  -ms-transform-origin: 5% 40%;
  -o-transform-origin: 5% 40%;
  transform-origin: 5% 40%; }

.ih-item.circle.effect16.right_to_left .img:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  top: 40%;
  left: 5%;
  margin: -4px 0 0 -4px;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.9); }

.ih-item.circle.effect16.right_to_left a:hover .img {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg); }

.ih-item.circle.effect17 .info {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.circle.effect17 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3); }

.ih-item.circle.effect17 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.circle.effect17 a:hover .img:before {
  box-shadow: inset 0 0 0 110px #333333, inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 110px rgba(0, 0, 0, 0.6), inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1); }

.ih-item.circle.effect17 a:hover .info {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ih-item.circle.effect17 a:hover .info p {
  opacity: 1; }

.ih-item.circle.effect17.colored a:hover .img:before {
  box-shadow: inset 0 0 0 110px #1a4a72, inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 110px rgba(26, 74, 114, 0.6), inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1); }

.ih-item.circle.effect18 {
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  perspective: 900px; }

.ih-item.circle.effect18 .img {
  z-index: 11;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.ih-item.circle.effect18.colored .info .info-back {
  background: #1a4a72; }

.ih-item.circle.effect18 .info {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.ih-item.circle.effect18 .info .info-back {
  opacity: 1;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #333333; }

.ih-item.circle.effect18 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3); }

.ih-item.circle.effect18 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

.ih-item.circle.effect18.bottom_to_top .img {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.ih-item.circle.effect18.bottom_to_top a:hover .img {
  -webkit-transform: rotate3d(1, 0, 0, 180deg);
  -moz-transform: rotate3d(1, 0, 0, 180deg);
  -ms-transform: rotate3d(1, 0, 0, 180deg);
  -o-transform: rotate3d(1, 0, 0, 180deg);
  transform: rotate3d(1, 0, 0, 180deg); }

.ih-item.circle.effect18.top_to_bottom .img {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.ih-item.circle.effect18.top_to_bottom a:hover .img {
  -webkit-transform: rotate3d(1, 0, 0, -180deg);
  -moz-transform: rotate3d(1, 0, 0, -180deg);
  -ms-transform: rotate3d(1, 0, 0, -180deg);
  -o-transform: rotate3d(1, 0, 0, -180deg);
  transform: rotate3d(1, 0, 0, -180deg); }

.ih-item.circle.effect18.left_to_right .img {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.ih-item.circle.effect18.left_to_right a:hover .img {
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  -moz-transform: rotate3d(0, 1, 0, 180deg);
  -ms-transform: rotate3d(0, 1, 0, 180deg);
  -o-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg); }

.ih-item.circle.effect18.right_to_left .img {
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

.ih-item.circle.effect18.right_to_left a:hover .img {
  -webkit-transform: rotate3d(0, 1, 0, -180deg);
  -moz-transform: rotate3d(0, 1, 0, -180deg);
  -ms-transform: rotate3d(0, 1, 0, -180deg);
  -o-transform: rotate3d(0, 1, 0, -180deg);
  transform: rotate3d(0, 1, 0, -180deg); }

.ih-item.circle.effect19.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6); }

.ih-item.circle.effect19 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.circle.effect19 .info h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 45px 0 0 0;
  height: 140px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3); }

.ih-item.circle.effect19 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

.ih-item.circle.effect19 a:hover .info {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ih-item.circle.effect20 {
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  perspective: 900px; }

.ih-item.circle.effect20 .img {
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%; }

.ih-item.circle.effect20.colored .info .info-back {
  background: #1a4a72; }

.ih-item.circle.effect20 .info {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.ih-item.circle.effect20 .info .info-back {
  opacity: 1;
  visibility: hidden;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #333333;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.ih-item.circle.effect20 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3); }

.ih-item.circle.effect20 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }

.ih-item.circle.effect20 a:hover .img {
  opacity: 0; }

.ih-item.circle.effect20 a:hover .info .info-back {
  opacity: 1;
  visibility: visible; }

.ih-item.circle.effect20.top_to_bottom .info .info-back {
  -webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  -moz-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  -ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  -o-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg); }

.ih-item.circle.effect20.top_to_bottom a:hover .img {
  -webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg); }

.ih-item.circle.effect20.top_to_bottom a:hover .info .info-back {
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
  -moz-transform: rotate3d(1, 0, 0, 0deg);
  -ms-transform: rotate3d(1, 0, 0, 0deg);
  -o-transform: rotate3d(1, 0, 0, 0deg);
  transform: rotate3d(1, 0, 0, 0deg); }

.ih-item.circle.effect20.bottom_to_top .info .info-back {
  -webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg); }

.ih-item.circle.effect20.bottom_to_top a:hover .img {
  -webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  -moz-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  -ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  -o-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg); }

.ih-item.circle.effect20.bottom_to_top a:hover .info .info-back {
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
  -moz-transform: rotate3d(1, 0, 0, 0deg);
  -ms-transform: rotate3d(1, 0, 0, 0deg);
  -o-transform: rotate3d(1, 0, 0, 0deg);
  transform: rotate3d(1, 0, 0, 0deg); }

.ih-item.square.effect1 {
  overflow: hidden; }

.ih-item.square.effect1.colored .info {
  background: #1a4a72; }

.ih-item.square.effect1 .img {
  z-index: 11;
  position: absolute;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ih-item.square.effect1 .info {
  background: #333333;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.square.effect1 a:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ih-item.square.effect1.left_and_right .info h3 {
  position: absolute;
  top: 12px;
  left: 12px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  margin: 0; }

.ih-item.square.effect1.left_and_right .info p {
  position: absolute;
  right: 12px;
  bottom: 12px;
  margin: 0;
  font-style: italic;
  font-size: 12px;
  color: #bbb; }

.ih-item.square.effect1.left_and_right a:hover .img {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6); }

.ih-item.square.effect1.top_to_bottom .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px 10px 0 4px;
  margin: 10px 0 0 0; }

.ih-item.square.effect1.top_to_bottom .info p {
  font-style: italic;
  font-size: 12px;
  color: #bbb;
  padding: 5px;
  text-align: center; }

.ih-item.square.effect1.top_to_bottom a:hover .img {
  -webkit-transform: translateY(30px) scale(0.6);
  -moz-transform: translateY(30px) scale(0.6);
  -ms-transform: translateY(30px) scale(0.6);
  -o-transform: translateY(30px) scale(0.6);
  transform: translateY(30px) scale(0.6); }

.ih-item.square.effect1.bottom_to_top .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px 10px 0 4px;
  margin: 134px 0 0 0; }

.ih-item.square.effect1.bottom_to_top .info p {
  font-style: italic;
  font-size: 12px;
  color: #bbb;
  padding: 5px;
  text-align: center; }

.ih-item.square.effect1.bottom_to_top a:hover .img {
  -webkit-transform: translateY(-30px) scale(0.6);
  -moz-transform: translateY(-30px) scale(0.6);
  -ms-transform: translateY(-30px) scale(0.6);
  -o-transform: translateY(-30px) scale(0.6);
  transform: translateY(-30px) scale(0.6); }

.ih-item.square.effect2 {
  overflow: hidden; }

.ih-item.square.effect2.colored .info {
  background: #1a4a72; }

.ih-item.square.effect2.colored .info h3 {
  background: rgba(12, 34, 52, 0.6); }

.ih-item.square.effect2 .img {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1); }

.ih-item.square.effect2 .info {
  background: #333333;
  visibility: hidden;
  -webkit-transition: all 0.35s 0.3s ease-in-out;
  -moz-transition: all 0.35s 0.3s ease-in-out;
  transition: all 0.35s 0.3s ease-in-out; }

.ih-item.square.effect2 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.35s 0.6s ease-in-out;
  -moz-transition: all 0.35s 0.6s ease-in-out;
  transition: all 0.35s 0.6s ease-in-out; }

.ih-item.square.effect2 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.35s 0.5s linear;
  -moz-transition: all 0.35s 0.5s linear;
  transition: all 0.35s 0.5s linear; }

.ih-item.square.effect2 a:hover .img {
  -webkit-transform: rotate(720deg) scale(0);
  -moz-transform: rotate(720deg) scale(0);
  -ms-transform: rotate(720deg) scale(0);
  -o-transform: rotate(720deg) scale(0);
  transform: rotate(720deg) scale(0);
  opacity: 0; }

.ih-item.square.effect2 a:hover .info {
  visibility: visible; }

.ih-item.square.effect2 a:hover .info h3,
.ih-item.square.effect2 a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.square.effect3 {
  overflow: hidden; }

.ih-item.square.effect3.colored .info {
  background: #1a4a72; }

.ih-item.square.effect3 .img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.square.effect3 .info {
  height: 65px;
  background: #333333;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.square.effect3 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px 10px 0 4px;
  margin: 4px 0 0 0; }

.ih-item.square.effect3 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 5px;
  text-align: center; }

.ih-item.square.effect3 a:hover .info {
  visibility: visible;
  opacity: 1; }

.ih-item.square.effect3.bottom_to_top .info {
  top: auto;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.ih-item.square.effect3.bottom_to_top a:hover .img {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px); }

.ih-item.square.effect3.bottom_to_top a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.square.effect3.top_to_bottom .info {
  bottom: auto;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.ih-item.square.effect3.top_to_bottom a:hover .img {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px); }

.ih-item.square.effect3.top_to_bottom a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.square.effect4 {
  overflow: hidden;
  position: relative; }

.ih-item.square.effect4.colored .info {
  background: rgba(12, 34, 52, 0.6); }

.ih-item.square.effect4.colored .mask1,
.ih-item.square.effect4.colored .mask2 {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6); }

.ih-item.square.effect4 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.square.effect4 .mask1,
.ih-item.square.effect4 .mask2 {
  position: absolute;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  height: 361px;
  width: 361px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.square.effect4 .mask1 {
  left: auto;
  right: 0;
  top: 0;
  -webkit-transform: rotate(56.5deg) translateX(-180px);
  -moz-transform: rotate(56.5deg) translateX(-180px);
  -ms-transform: rotate(56.5deg) translateX(-180px);
  -o-transform: rotate(56.5deg) translateX(-180px);
  transform: rotate(56.5deg) translateX(-180px);
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  transform-origin: 100% 0%; }

.ih-item.square.effect4 .mask2 {
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(56.5deg) translateX(180px);
  -moz-transform: rotate(56.5deg) translateX(180px);
  -ms-transform: rotate(56.5deg) translateX(180px);
  -o-transform: rotate(56.5deg) translateX(180px);
  transform: rotate(56.5deg) translateX(180px);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%; }

.ih-item.square.effect4 .info {
  background: #111111;
  height: 0;
  visibility: hidden;
  width: 361px;
  -webkit-transform: rotate(-33.5deg) translate(-112px, 166px);
  -moz-transform: rotate(-33.5deg) translate(-112px, 166px);
  -ms-transform: rotate(-33.5deg) translate(-112px, 166px);
  -o-transform: rotate(-33.5deg) translate(-112px, 166px);
  transform: rotate(-33.5deg) translate(-112px, 166px);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: all 0.35s ease-in-out 0.35s;
  -moz-transition: all 0.35s ease-in-out 0.35s;
  transition: all 0.35s ease-in-out 0.35s; }

.ih-item.square.effect4 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: transparent;
  margin-top: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out 0.35s;
  -moz-transition: all 0.35s ease-in-out 0.35s;
  transition: all 0.35s ease-in-out 0.35s; }

.ih-item.square.effect4 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out 0.35s;
  -moz-transition: all 0.35s ease-in-out 0.35s;
  transition: all 0.35s ease-in-out 0.35s; }

.ih-item.square.effect4 a:hover .mask1 {
  -webkit-transform: rotate(56.5deg) translateX(1px);
  -moz-transform: rotate(56.5deg) translateX(1px);
  -ms-transform: rotate(56.5deg) translateX(1px);
  -o-transform: rotate(56.5deg) translateX(1px);
  transform: rotate(56.5deg) translateX(1px); }

.ih-item.square.effect4 a:hover .mask2 {
  -webkit-transform: rotate(56.5deg) translateX(-1px);
  -moz-transform: rotate(56.5deg) translateX(-1px);
  -ms-transform: rotate(56.5deg) translateX(-1px);
  -o-transform: rotate(56.5deg) translateX(-1px);
  transform: rotate(56.5deg) translateX(-1px); }

.ih-item.square.effect4 a:hover .info {
  width: 300px;
  height: 120px;
  visibility: visible;
  top: 40px;
  -webkit-transform: rotate(0deg) translate(0, 0);
  -moz-transform: rotate(0deg) translate(0, 0);
  -ms-transform: rotate(0deg) translate(0, 0);
  -o-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0); }

.ih-item.square.effect4 a:hover .info h3,
.ih-item.square.effect4 a:hover .info p {
  opacity: 1; }

.ih-item.square.effect5.colored .info {
  background: #1a4a72; }

.ih-item.square.effect5.colored .info h3 {
  background: rgba(12, 34, 52, 0.6); }

.ih-item.square.effect5 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ih-item.square.effect5 .info {
  background: #333333;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.square.effect5 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0; }

.ih-item.square.effect5 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center; }

.ih-item.square.effect5 a:hover .img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0; }

.ih-item.square.effect5 a:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.ih-item.square.effect5.left_to_right .info {
  -webkit-transform: scale(0) rotate(-180deg);
  -moz-transform: scale(0) rotate(-180deg);
  -ms-transform: scale(0) rotate(-180deg);
  -o-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg); }

.ih-item.square.effect5.right_to_left .info {
  -webkit-transform: scale(0) rotate(180deg);
  -moz-transform: scale(0) rotate(180deg);
  -ms-transform: scale(0) rotate(180deg);
  -o-transform: scale(0) rotate(180deg);
  transform: scale(0) rotate(180deg); }

.ih-item.square.effect6 {
  overflow: hidden; }

.ih-item.square.effect6.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6); }

.ih-item.square.effect6.colored .info h3 {
  background: rgba(12, 34, 52, 0.6); }

.ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ih-item.square.effect6 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.square.effect6 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.square.effect6 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.35s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear; }

.ih-item.square.effect6 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.ih-item.square.effect6 a:hover .info {
  visibility: visible;
  opacity: 1; }

.ih-item.square.effect6.from_top_and_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.ih-item.square.effect6.from_top_and_bottom .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
.ih-item.square.effect6.from_top_and_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.square.effect6.from_left_and_right .info h3 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.ih-item.square.effect6.from_left_and_right .info p {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.ih-item.square.effect6.from_left_and_right a:hover .info h3,
.ih-item.square.effect6.from_left_and_right a:hover .info p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.square.effect6.top_to_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.ih-item.square.effect6.top_to_bottom .info p {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.ih-item.square.effect6.top_to_bottom a:hover .info h3,
.ih-item.square.effect6.top_to_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.square.effect6.bottom_to_top .info h3 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.ih-item.square.effect6.bottom_to_top .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.ih-item.square.effect6.bottom_to_top a:hover .info h3,
.ih-item.square.effect6.bottom_to_top a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.square.effect7 {
  overflow: hidden; }

.ih-item.square.effect7.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6); }

.ih-item.square.effect7.colored .info h3 {
  background: rgba(12, 34, 52, 0.6); }

.ih-item.square.effect7 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ih-item.square.effect7 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.square.effect7 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  -o-transform: scale(4);
  transform: scale(4);
  -webkit-transition: all 0.35s 0.1s ease-in-out;
  -moz-transition: all 0.35s 0.1s ease-in-out;
  transition: all 0.35s 0.1s ease-in-out; }

.ih-item.square.effect7 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
  -webkit-transition: all 0.35s 0.3s linear;
  -moz-transition: all 0.35s 0.3s linear;
  transition: all 0.35s 0.3s linear; }

.ih-item.square.effect7 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.ih-item.square.effect7 a:hover .info {
  visibility: visible;
  opacity: 1; }

.ih-item.square.effect7 a:hover .info h3,
.ih-item.square.effect7 a:hover .info p {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ih-item.square.effect8 {
  overflow: hidden; }

.ih-item.square.effect8.colored .info {
  background: #1a4a72; }

.ih-item.square.effect8.colored .info h3 {
  background: rgba(12, 34, 52, 0.6); }

.ih-item.square.effect8 .img {
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.square.effect8 .info {
  background: #333333;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.square.effect8 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
  -webkit-transition: all 0.35s 0.1s ease-in-out;
  -moz-transition: all 0.35s 0.1s ease-in-out;
  transition: all 0.35s 0.1s ease-in-out; }

.ih-item.square.effect8 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.35s 0.15s linear;
  -moz-transition: all 0.35s 0.15s linear;
  transition: all 0.35s 0.15s linear; }

.ih-item.square.effect8 a:hover .img {
  opacity: 0; }

.ih-item.square.effect8 a:hover .info {
  visibility: visible;
  opacity: 1; }

.ih-item.square.effect8.scale_up .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ih-item.square.effect8.scale_up .info {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.ih-item.square.effect8.scale_up .info h3,
.ih-item.square.effect8.scale_up .info p {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.ih-item.square.effect8.scale_up a:hover .img {
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5); }

.ih-item.square.effect8.scale_up a:hover .info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ih-item.square.effect8.scale_up a:hover .info h3,
.ih-item.square.effect8.scale_up a:hover .info p {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ih-item.square.effect8.scale_down .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ih-item.square.effect8.scale_down .info {
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5); }

.ih-item.square.effect8.scale_down .info h3,
.ih-item.square.effect8.scale_down .info p {
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5); }

.ih-item.square.effect8.scale_down a:hover .img {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5); }

.ih-item.square.effect8.scale_down a:hover .info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ih-item.square.effect8.scale_down a:hover .info h3,
.ih-item.square.effect8.scale_down a:hover .info p {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ih-item.square.effect9 {
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  perspective: 900px; }

.ih-item.square.effect9.colored .info .info-back {
  background: #1a4a72; }

.ih-item.square.effect9.colored .info h3 {
  background: rgba(12, 34, 52, 0.6); }

.ih-item.square.effect9 .img {
  position: relative;
  z-index: 11;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.ih-item.square.effect9 .info {
  z-index: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.ih-item.square.effect9 .info .info-back {
  opacity: 1;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  background: #333333; }

.ih-item.square.effect9 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 0; }

.ih-item.square.effect9 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center; }

.ih-item.square.effect9.left_to_right .img {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.ih-item.square.effect9.left_to_right a:hover .img {
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  -moz-transform: rotate3d(0, 1, 0, 180deg);
  -ms-transform: rotate3d(0, 1, 0, 180deg);
  -o-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg); }

.ih-item.square.effect9.right_to_left .img {
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

.ih-item.square.effect9.right_to_left a:hover .img {
  -webkit-transform: rotate3d(0, 1, 0, -180deg);
  -moz-transform: rotate3d(0, 1, 0, -180deg);
  -ms-transform: rotate3d(0, 1, 0, -180deg);
  -o-transform: rotate3d(0, 1, 0, -180deg);
  transform: rotate3d(0, 1, 0, -180deg); }

.ih-item.square.effect9.top_to_bottom .img {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.ih-item.square.effect9.top_to_bottom a:hover .img {
  -webkit-transform: rotate3d(1, 0, 0, -180deg);
  -moz-transform: rotate3d(1, 0, 0, -180deg);
  -ms-transform: rotate3d(1, 0, 0, -180deg);
  -o-transform: rotate3d(1, 0, 0, -180deg);
  transform: rotate3d(1, 0, 0, -180deg); }

.ih-item.square.effect9.bottom_to_top .img {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.ih-item.square.effect9.bottom_to_top a:hover .img {
  -webkit-transform: rotate3d(1, 0, 0, 180deg);
  -moz-transform: rotate3d(1, 0, 0, 180deg);
  -ms-transform: rotate3d(1, 0, 0, 180deg);
  -o-transform: rotate3d(1, 0, 0, 180deg);
  transform: rotate3d(1, 0, 0, 180deg); }

.ih-item.square.effect10 {
  overflow: hidden; }

.ih-item.square.effect10.colored .info {
  background: #1a4a72; }

.ih-item.square.effect10.colored .info h3 {
  background: rgba(12, 34, 52, 0.6); }

.ih-item.square.effect10 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.square.effect10 .info {
  background: #333333;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.square.effect10 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0; }

.ih-item.square.effect10 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center; }

.ih-item.square.effect10 a:hover .info {
  visibility: visible;
  opacity: 1; }

.ih-item.square.effect10.left_to_right .img {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.square.effect10.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.ih-item.square.effect10.left_to_right a:hover .img {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.ih-item.square.effect10.left_to_right a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.square.effect10.right_to_left .img {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.square.effect10.right_to_left .info {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.ih-item.square.effect10.right_to_left a:hover .img {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.ih-item.square.effect10.right_to_left a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.square.effect10.top_to_bottom .img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.square.effect10.top_to_bottom .info {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.ih-item.square.effect10.top_to_bottom a:hover .img {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.ih-item.square.effect10.top_to_bottom a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.square.effect10.bottom_to_top .img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.square.effect10.bottom_to_top .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.ih-item.square.effect10.bottom_to_top a:hover .img {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.ih-item.square.effect10.bottom_to_top a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.square.effect11 {
  overflow: hidden; }

.ih-item.square.effect11.colored .info {
  background: #1a4a72; }

.ih-item.square.effect11.colored .info h3 {
  background: rgba(12, 34, 52, 0.6); }

.ih-item.square.effect11 .img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.square.effect11 .info {
  background: #333333;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease 0.2s;
  -moz-transition: all 0.35s ease 0.2s;
  transition: all 0.35s ease 0.2s; }

.ih-item.square.effect11 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0; }

.ih-item.square.effect11 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center; }

.ih-item.square.effect11 a:hover .img {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5); }

.ih-item.square.effect11 a:hover .info {
  visibility: visible;
  opacity: 1; }

.ih-item.square.effect11.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.ih-item.square.effect11.left_to_right a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.square.effect11.right_to_left .info {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.ih-item.square.effect11.right_to_left a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.square.effect11.top_to_bottom .info {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.ih-item.square.effect11.top_to_bottom a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.square.effect11.bottom_to_top .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.ih-item.square.effect11.bottom_to_top a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.square.effect12 {
  overflow: hidden; }

.ih-item.square.effect12.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6); }

.ih-item.square.effect12.colored .info h3 {
  background: rgba(12, 34, 52, 0.6); }

.ih-item.square.effect12 .img {
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in; }

.ih-item.square.effect12 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in; }

.ih-item.square.effect12 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in; }

.ih-item.square.effect12 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in; }

.ih-item.square.effect12 a:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.ih-item.square.effect12 a:hover .info h3 {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.ih-item.square.effect12 a:hover .info p {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  transition-delay: 0.25s; }

.ih-item.square.effect12.left_to_right .info {
  -webkit-transform: translate(-460px, -100px) rotate(-180deg);
  -moz-transform: translate(-460px, -100px) rotate(-180deg);
  -ms-transform: translate(-460px, -100px) rotate(-180deg);
  -o-transform: translate(-460px, -100px) rotate(-180deg);
  transform: translate(-460px, -100px) rotate(-180deg); }

.ih-item.square.effect12.left_to_right .info h3 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px); }

.ih-item.square.effect12.left_to_right .info p {
  -webkit-transform: translateX(-300px) rotate(-90deg);
  -moz-transform: translateX(-300px) rotate(-90deg);
  -ms-transform: translateX(-300px) rotate(-90deg);
  -o-transform: translateX(-300px) rotate(-90deg);
  transform: translateX(-300px) rotate(-90deg); }

.ih-item.square.effect12.left_to_right a:hover .info {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }

.ih-item.square.effect12.left_to_right a:hover .info h3 {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.ih-item.square.effect12.left_to_right a:hover .info p {
  -webkit-transform: translateX(0px) rotate(0deg);
  -moz-transform: translateX(0px) rotate(0deg);
  -ms-transform: translateX(0px) rotate(0deg);
  -o-transform: translateX(0px) rotate(0deg);
  transform: translateX(0px) rotate(0deg); }

.ih-item.square.effect12.right_to_left .info {
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -moz-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  -o-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg); }

.ih-item.square.effect12.right_to_left .info h3 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px); }

.ih-item.square.effect12.right_to_left .info p {
  -webkit-transform: translateX(300px) rotate(90deg);
  -moz-transform: translateX(300px) rotate(90deg);
  -ms-transform: translateX(300px) rotate(90deg);
  -o-transform: translateX(300px) rotate(90deg);
  transform: translateX(300px) rotate(90deg); }

.ih-item.square.effect12.right_to_left a:hover .info {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }

.ih-item.square.effect12.right_to_left a:hover .info h3 {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.ih-item.square.effect12.right_to_left a:hover .info p {
  -webkit-transform: translateX(0px) rotate(0deg);
  -moz-transform: translateX(0px) rotate(0deg);
  -ms-transform: translateX(0px) rotate(0deg);
  -o-transform: translateX(0px) rotate(0deg);
  transform: translateX(0px) rotate(0deg); }

.ih-item.square.effect12.top_to_bottom .info {
  -webkit-transform: translate(-265px, -145px) rotate(-45deg);
  -moz-transform: translate(-265px, -145px) rotate(-45deg);
  -ms-transform: translate(-265px, -145px) rotate(-45deg);
  -o-transform: translate(-265px, -145px) rotate(-45deg);
  transform: translate(-265px, -145px) rotate(-45deg); }

.ih-item.square.effect12.top_to_bottom .info h3 {
  -webkit-transform: translate(200px, -200px);
  -moz-transform: translate(200px, -200px);
  -ms-transform: translate(200px, -200px);
  -o-transform: translate(200px, -200px);
  transform: translate(200px, -200px); }

.ih-item.square.effect12.top_to_bottom .info p {
  -webkit-transform: translate(200px, -200px);
  -moz-transform: translate(200px, -200px);
  -ms-transform: translate(200px, -200px);
  -o-transform: translate(200px, -200px);
  transform: translate(200px, -200px); }

.ih-item.square.effect12.top_to_bottom a:hover .info {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.ih-item.square.effect12.top_to_bottom a:hover .info h3 {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.ih-item.square.effect12.top_to_bottom a:hover .info p {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.ih-item.square.effect12.bottom_to_top .info {
  -webkit-transform: translate(265px, 145px) rotate(45deg);
  -moz-transform: translate(265px, 145px) rotate(45deg);
  -ms-transform: translate(265px, 145px) rotate(45deg);
  -o-transform: translate(265px, 145px) rotate(45deg);
  transform: translate(265px, 145px) rotate(45deg); }

.ih-item.square.effect12.bottom_to_top .info h3 {
  -webkit-transform: translate(200px, -200px);
  -moz-transform: translate(200px, -200px);
  -ms-transform: translate(200px, -200px);
  -o-transform: translate(200px, -200px);
  transform: translate(200px, -200px); }

.ih-item.square.effect12.bottom_to_top .info p {
  -webkit-transform: translate(-200px, 200px);
  -moz-transform: translate(-200px, 200px);
  -ms-transform: translate(-200px, 200px);
  -o-transform: translate(-200px, 200px);
  transform: translate(-200px, 200px); }

.ih-item.square.effect12.bottom_to_top a:hover .info {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.ih-item.square.effect12.bottom_to_top a:hover .info h3 {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.ih-item.square.effect12.bottom_to_top a:hover .info p {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.ih-item.square.effect13 {
  overflow: hidden; }

.ih-item.square.effect13.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6); }

.ih-item.square.effect13.colored .info h3 {
  background: rgba(12, 34, 52, 0.6); }

.ih-item.square.effect13 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ih-item.square.effect13 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.square.effect13 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0; }

.ih-item.square.effect13 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center; }

.ih-item.square.effect13 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.ih-item.square.effect13 a:hover .info {
  visibility: visible;
  opacity: 1; }

.ih-item.square.effect13.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.ih-item.square.effect13.left_to_right a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.square.effect13.right_to_left .info {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.ih-item.square.effect13.right_to_left a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.square.effect13.top_to_bottom .info {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.ih-item.square.effect13.top_to_bottom a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.square.effect13.bottom_to_top .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.ih-item.square.effect13.bottom_to_top a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.square.effect14.colored .info {
  background: #1a4a72; }

.ih-item.square.effect14.colored .info h3 {
  background: rgba(12, 34, 52, 0.6); }

.ih-item.square.effect14 .img {
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.ih-item.square.effect14 .info {
  background: #333333;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.35s ease 0.2s;
  -moz-transition: all 0.35s ease 0.2s;
  transition: all 0.35s ease 0.2s; }

.ih-item.square.effect14 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0; }

.ih-item.square.effect14 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center; }

.ih-item.square.effect14 a:hover .img {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5); }

.ih-item.square.effect14 a:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ih-item.square.effect14.left_to_right .img {
  -webkit-transform: translateX(0) rotate(0);
  -moz-transform: translateX(0) rotate(0);
  -ms-transform: translateX(0) rotate(0);
  -o-transform: translateX(0) rotate(0);
  transform: translateX(0) rotate(0); }

.ih-item.square.effect14.left_to_right a:hover .img {
  -webkit-transform: translateX(100%) rotate(180deg);
  -moz-transform: translateX(100%) rotate(180deg);
  -ms-transform: translateX(100%) rotate(180deg);
  -o-transform: translateX(100%) rotate(180deg);
  transform: translateX(100%) rotate(180deg); }

.ih-item.square.effect14.right_to_left .img {
  -webkit-transform: translateX(0) rotate(0);
  -moz-transform: translateX(0) rotate(0);
  -ms-transform: translateX(0) rotate(0);
  -o-transform: translateX(0) rotate(0);
  transform: translateX(0) rotate(0); }

.ih-item.square.effect14.right_to_left a:hover .img {
  -webkit-transform: translateX(-100%) rotate(-180deg);
  -moz-transform: translateX(-100%) rotate(-180deg);
  -ms-transform: translateX(-100%) rotate(-180deg);
  -o-transform: translateX(-100%) rotate(-180deg);
  transform: translateX(-100%) rotate(-180deg); }

.ih-item.square.effect14.top_to_bottom .img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.square.effect14.top_to_bottom a:hover .img {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.ih-item.square.effect14.bottom_to_top .img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.square.effect14.bottom_to_top a:hover .img {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.ih-item.square.effect15 {
  overflow: hidden;
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  perspective: 900px; }

.ih-item.square.effect15.colored .info {
  background: #1a4a72; }

.ih-item.square.effect15 .img {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.ih-item.square.effect15 .info {
  background: #333333;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out 0.3s;
  -moz-transition: all 0.35s ease-in-out 0.3s;
  transition: all 0.35s ease-in-out 0.3s; }

.ih-item.square.effect15 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0; }

.ih-item.square.effect15 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center; }

.ih-item.square.effect15 a:hover .img {
  opacity: 0;
  visibility: hidden; }

.ih-item.square.effect15 a:hover .info {
  visibility: visible;
  opacity: 1; }

.ih-item.square.effect15.left_to_right .img {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.ih-item.square.effect15.left_to_right .info {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

.ih-item.square.effect15.left_to_right a:hover .img {
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg); }

.ih-item.square.effect15.left_to_right a:hover .info {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0); }

.ih-item.square.effect15.right_to_left .img {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

.ih-item.square.effect15.right_to_left .info {
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.ih-item.square.effect15.right_to_left a:hover .img {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg); }

.ih-item.square.effect15.right_to_left a:hover .info {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0); }

.ih-item.square.effect15.top_to_bottom .img {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.ih-item.square.effect15.top_to_bottom .info {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.ih-item.square.effect15.top_to_bottom a:hover .img {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg); }

.ih-item.square.effect15.top_to_bottom a:hover .info {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0); }

.ih-item.square.effect15.bottom_to_top .img {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.ih-item.square.effect15.bottom_to_top .info {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.ih-item.square.effect15.bottom_to_top a:hover .img {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg); }

.ih-item.square.effect15.bottom_to_top a:hover .info {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0); }

/*! jQuery UI - v1.12.1 - 2017-09-03
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

/*.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}*/
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

/*.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}*/
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

/*.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}*/
/*
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}
*/
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

/*!
 * Justified Gallery - v3.6.1
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2015 Miro Mannino
 * Licensed under the MIT license.
 */
@-webkit-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0; }
  to {
    opacity: 0.7; } }

@-moz-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0; }
  to {
    opacity: 0.7; } }

@-o-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0; }
  to {
    opacity: 0.7; } }

@keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0; }
  to {
    opacity: 0.7; } }

@-webkit-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0; }
  to {
    opacity: 1.0; } }

@-moz-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0; }
  to {
    opacity: 1.0; } }

@-o-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0; }
  to {
    opacity: 1.0; } }

@keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0; }
  to {
    opacity: 1.0; } }

.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden; }

.justified-gallery > a,
.justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */ }

.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none; }

.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif; }

.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible {
  display: initial;
  opacity: 0.7;
  filter: "alpha(opacity=70)";
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-caption-animation 500ms 0 ease; }

.justified-gallery > .entry-visible {
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-entry-animation 500ms 0 ease; }

.justified-gallery > .jg-filtered {
  display: none; }

.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  opacity: initial;
  filter: initial;
  overflow: initial; }

.justified-gallery > .spinner > span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-car .odometer-digit .odometer-ribbon {
  display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-car .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-car .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0); }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-car .odometer-digit .odometer-value.odometer-last-value {
  position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
  -moz-border-radius: 0.34em;
  -webkit-border-radius: 0.34em;
  border-radius: 0.34em;
  font-family: "Arimo", monospace;
  padding: 0.15em;
  background: #000;
  color: #eee0d3; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
  -moz-box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjMzMzMzMzIi8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiMxMDEwMTAiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(40%, #333333), color-stop(60%, #101010), color-stop(80%, #333333), color-stop(100%, #333333));
  background-image: -moz-linear-gradient(top, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%);
  background-image: -webkit-linear-gradient(top, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%);
  background-image: linear-gradient(to bottom, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%);
  padding: 0 0.15em; }

.odometer.odometer-auto-theme .odometer-digit:first-child, .odometer.odometer-theme-car .odometer-digit:first-child {
  -moz-border-radius: 0.2em 0 0 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em 0 0 0.2em; }

.odometer.odometer-auto-theme .odometer-digit:last-child, .odometer.odometer-theme-car .odometer-digit:last-child {
  -moz-border-radius: 0 0.2em 0.2em 0;
  -webkit-border-radius: 0;
  border-radius: 0 0.2em 0.2em 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZTBkMyIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjZWVlMGQzIi8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNiYmFhOWEiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2VlZTBkMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZTBkMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eee0d3), color-stop(40%, #eee0d3), color-stop(60%, #bbaa9a), color-stop(80%, #eee0d3), color-stop(100%, #eee0d3));
  background-image: -moz-linear-gradient(top, #eee0d3 0%, #eee0d3 40%, #bbaa9a 60%, #eee0d3 80%, #eee0d3 100%);
  background-image: -webkit-linear-gradient(top, #eee0d3 0%, #eee0d3 40%, #bbaa9a 60%, #eee0d3 80%, #eee0d3 100%);
  background-image: linear-gradient(to bottom, #eee0d3 0%, #eee0d3 40%, #bbaa9a 60%, #eee0d3 80%, #eee0d3 100%);
  background-color: #eee0d3;
  color: #000; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  left: 0.15em; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear; }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative; }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  *display: inline; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  *display: inline; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0); }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em; }

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center; }

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

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

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

/* .slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
} */
/* .slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
} */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

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

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

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

.slick-next {
  right: -25px; }

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

.slick-next:before {
  content: '→'; }

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

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

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

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

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

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

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block; }

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

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

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

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

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

.slick-arrow.slick-hidden {
  display: none; }

/*# sourceMappingURL=main.css.map */
