/*fresco.css*/
/* Overlay */
.fr-overlay { z-index: 99999; position: fixed; top: 0; left: 0; height: 100%; width: 100%; zoom: 1; overlay: hidden; }

.fr-overlay-background { background: #000; filter: alpha(opacity=90); opacity: .9; float: left; width: 100%; height: 100%; position: relative; }

/* Window */
.fr-window { z-index: 100000; position: fixed; top: 0; left: 0; width: 100%; height: 100%; min-height: 100%; }

/* z-index */
.fr-ui-outside .fr-info { z-index: 100001; }

/* Loading icon */
.fr-loading { z-index: 100001; position: fixed; top: 50%; left: 50%; width: 52px; height: 52px; margin-top: -26px; margin-left: -26px; overflow: visible; }

.fr-loading-offset { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }

.fr-loading-background, .fr-loading-icon { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.fr-loading-background { background: #0d0d0d url("skins/loading.gif") 50% 50% no-repeat; opacity: .8; border-radius: 3px; position: relative; float: left; box-sizing: border-box; border: 1px solid rgba(80, 80, 80, 0.2); }

.fr-loading-icon { display: none; }

/* Bubble (holds everything) */
.fr-bubble { float: left; width: 100%; height: 100%; position: relative; }

/* Fonts */
.fr-ui, .fr-info { font: normal 13px/21px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif; }

/* Frames / UI */
.fr-frames { height: 100%; width: 100%; position: absolute; /*display:inline;*/ top: 0; left: 0; overflow: hidden; }

.fr-frame, .fr-ui { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }

.fr-window *:not(.fr-caption)::-moz-selection, .fr-window *:not(.fr-caption)::-moz-selection, .fr-window *:not(.fr-caption)::-webkit-selection { background: transparent; }

.fr-window *:not(.fr-caption)::selection, .fr-window *:not(.fr-caption)::-moz-selection, .fr-window *:not(.fr-caption)::-webkit-selection { background: transparent; }

.fr-mobile-touch-enabled .fr-frame .fr-box { overflow: hidden !important; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.fr-mobile-touch-enabled .fr-ui, .fr-mobile-touch-enabled .fr-ui-spacer, .fr-mobile-touch-enabled .fr-ui-wrapper, .fr-mobile-touch-enabled .fr-ui-padder, .fr-mobile-touch-enabled .fr-ui-toggle, .fr-mobile-touch-enabled .fr-ui-outer-border, .fr-mobile-touch-enabled .fr-side { pointer-events: none; }

/* Content */
.fr-box { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }

.fr-box-has-ui-outside { overflow: hidden; }

.fr-box-spacer, .fr-ui-spacer { position: absolute; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.fr-box-wrapper, .fr-ui-wrapper { position: relative; background: url("skins/blank.gif"); }

.fr-box-padder, .fr-ui-padder { position: absolute; top: 0; left: 0; zoom: 1; border-color: transparent; border-style: solid; border-width: 0; background: url("skins/blank.gif"); }

.fr-box-padder, .fr-ui-padder { position: absolute; top: 0; left: 0; }

.fr-ui-padder { zoom: 1; }

.fr-box-wrapper, .fr-ui-wrapper, .fr-ui-toggle { position: relative; float: left; /*display: inline;*/ zoom: 1; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.fr-box-wrapper { background: #101010; }

.fr-ui-wrapper-outside { float: left; height: 100%; width: 100%; }

/* outer-border */
.fr-box-outer-border, .fr-ui-outer-border { position: relative; float: left; /*display: inline;*/ height: 100%; width: 100%; zoom: 1; }

/* IE < 8 has a bug where dimensions are ignored without a border */
.fr-ltIE9 .fr-box-outer-border, .fr-ltIE9 .fr-ui-outer-border { border: 0px solid transparent; }

.fr-content { height: 100%; width: 100%; zoom: 1; /**display:inline;*/ margin: 0; padding: 0; }

.fr-content-image { position: absolute; top: 0; left: 0; image-rendering: optimizeQuality; max-width: none; }

.fr-content-image-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

/* onClick inside ui-outside */
.fr-onclick-side { position: absolute; top: 0; width: 100%; height: 100%; background: url(skins/blank.gif); cursor: pointer; }

.fr-onclick-previous { left: 0; width: 50px; }

.fr-onclick-next { right: 0; }

.fr-frame-touch .fr-content { position: absolute; }

.fr-side { position: absolute; top: 0; height: 100%; cursor: pointer; background: url("skins/blank.gif") 0 0 repeat; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; zoom: 1; }

.fr-side-disabled { cursor: default; }

.fr-side-button { position: absolute; top: 50%; width: 54px; height: 72px; margin: 0 9px; margin-top: -36px; pointer-events: auto; }

.fr-side-button-icon { float: left; position: relative; height: 100%; width: 100%; zoom: 1; }

.fr-side-previous { left: 0; width: 50%; }

.fr-side-next { right: 0; width: 50%; }

.fr-side-previous .fr-side-button { left: 0; }

.fr-side-next .fr-side-button { right: 0; }

/* sides (UI outside), smaller area */
.fr-ui-outside .fr-side { width: 72px; height: 72px; top: 50%; margin-top: -36px; }

.fr-ui-outside .fr-side-button { margin-top: 0; top: 0; }

/* Info  */
.fr-info { position: absolute; bottom: 0px; left: 0px; width: 100%; color: #efefef; pointer-events: auto; }

.fr-info-background { position: absolute; top: 0; left: 0; height: 100%; width: 100%; line-height: 1%; filter: alpha(opacity=80); opacity: .8; zoom: 1; box-sizing: border-box; background: #000; }

.fr-info-outside .fr-info-background { background: #0d0d0d; -webkit-filter: none; filter: none; opacity: 1; }

.fr-info-padder { padding: 12px; display: block; filter: alpha(opacity=99); overflow: hidden; width: auto; position: relative; }

.fr-caption { position: relative; filter: alpha(opacity=99); opacity: .99; width: auto; word-wrap: no-wrap; }

.fr-position-text { position: relative; }

/* UI inside */
.fr-has-position .fr-info-inside .fr-caption { margin-right: 75px; }

.fr-info-inside .fr-position { filter: alpha(opacity=99); opacity: .99; position: relative; text-align: right; word-wrap: no-wrap; line-height: 21px; color: #b3b3b3; float: right; width: 75px; }

.fr-no-caption .fr-info-inside .fr-position { width: auto; margin: 0 1px 1px 0; color: #b9b9b9; filter: alpha(opacity=99); }

.fr-info-inside .fr-position-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.fr-no-caption .fr-info-inside .fr-position-background { border-radius: 12px; background: #101010; filter: alpha(opacity=80); opacity: .8; box-sizing: border-box; }

.fr-info-inside .fr-position-text { position: relative; }

.fr-no-caption .fr-info-inside .fr-position-text { float: left; height: 13px; line-height: 13px; padding: 6px 10px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }

/* hide the position on small screens */
@media all and (max-width: 568px) and (max-height: 320px), all and (max-width: 320px) and (max-height: 568px) { .fr-has-position .fr-info-inside .fr-caption { margin-right: 0; }
  .fr-position { display: none !important; }
  /* smaller side buttons */
  .fr-ui-outside .fr-side { width: 54px; height: 50px; margin-top: -25px; }
  .fr-side-button { width: 40px; height: 50px; margin: 0 6px; margin-top: -25px; } }

/* UI outside */
.fr-ui-outside .fr-position { position: absolute; bottom: 15px; right: 15px; /*display: inline;*/ width: auto; margin: 0 1px 1px 0; color: #b9b9b9; }

.fr-ui-outside .fr-position-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 12px; filter: alpha(opacity=80); opacity: .8; box-sizing: border-box; background: #1e1e1e; border: 1px solid rgba(180, 180, 180, 0.2); }

.fr-ui-outside .fr-position-text { position: relative; float: left; width: auto; text-align: right; color: #b3b3b3; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; word-wrap: no-wrap; padding: 6px 10px; height: 13px; line-height: 13px; }

.fr-ui-outside .fr-position-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Info without caption */
.fr-no-caption .fr-info-outside { display: none; }

.fr-no-caption .fr-info-padder { pointer-events: none; }

.fr-no-caption .fr-info-background { pointer-events: none; opacity: 0; -webkit-filter: none; filter: none; display: none; }

/* 1/5 */
.fr-no-caption .fr-position-text, .fr-ui-outside .fr-position-text { text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }

/* outside position */
.fr-ui-outside .fr-position { float: none; position: absolute; bottom: 0; right: 0; margin: 15px; }

/* IE 7 */
.fr-ltIE8 .fr-info * { zoom: 1; filter: alpha(opacity=99); }

.fr-ltIE8 .fr-box * { zoom: 1; filter: alpha(opacity=99); }

/* Info (UI outside) */
.fr-info-outside { bottom: auto; }

.fr-no-caption .fr-info-outside .fr-info-padder { padding: 10px 5px; }

.fr-ui-outside .fr-no-caption .fr-position { margin: 0; }

/* X */
.fr-close { position: absolute; top: 0px; right: 0px; padding: 12px; width: 23px; height: 23px; cursor: pointer; pointer-events: auto; }

.fr-close-background { position: absolute; top: 12px; left: 12px; height: 23px; width: 23px; filter: alpha(opacity=80); opacity: .8; transition: background-color .2s ease-in; background-color: #282828; cursor: pointer; }

.fr-close:hover .fr-close-background { background-color: #333; }

.fr-ui-outside .fr-close-background { background-color: #363636; }

.fr-ui-outside .fr-close:hover .fr-close-background { background-color: #434343; }

.fr-close-icon { position: relative; float: left; width: 100%; height: 100%; }

/* Thumbnails */
.fr-thumbnails { position: absolute; bottom: 0; left: 0; width: 100%; min-height: 40px; max-height: 120px; height: 9%; padding: 20px 0; -webkit-tap-highlight-color: transparent; zoom: 1; }

.fr-thumbnails, .fr-thumbnails * { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.fr-thumbnails-slider { position: relative; width: 100%; height: 100%; float: left; zoom: 1; }

.fr-thumbnails-slider-slide { position: absolute; top: 0; left: 0; height: 100%; }

.fr-thumbnails-wrapper { position: absolute; top: 0; left: 50%; height: 100%; padding: 20px 0; }

.fr-thumbnails-thumbs { float: left; height: 100%; overflow-x: hidden; position: relative; top: 0; left: 0; }

.fr-ltIE9 .fr-thumbnails-thumbs { overflow: hidden; }

.fr-thumbnails-slide { position: absolute; top: 0; height: 100%; width: 100%; }

.fr-thumbnail { position: relative; width: 30px; height: 100%; float: left; margin: 0 10px; /*display: inline;*/ zoom: 1; cursor: pointer; }

.fr-ltIE9 .fr-thumbnail * { overflow: hidden; /* IE6 */ z-index: 1; zoom: 1; }

.fr-thumbnail-wrapper { position: relative; background: #161616; width: 100%; height: 100%; float: left; overflow: hidden; /*display: inline;*/ /* IE6 */ z-index: 0; /* IE8 */ }

.lv_thumbnail_icon { width: 36px; height: 36px; position: absolute; top: 50%; left: 50%; margin-left: -18px; margin-top: -18px; background-position: 99px 99px; background-repeat: no-repeat; display: block !important; }

.fr-thumbnail-overlay { cursor: pointer; }

.fr-thumbnail-active .fr-thumbnail-overlay { cursor: default; }

.fr-thumbnail-overlay, .fr-thumbnail-overlay-background, .fr-thumbnail-overlay-border { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.fr-thumbnail-overlay-border { box-sizing: border-box; border-width: 0; overflow: hidden; border-style: solid; border-color: transparent; }

.fr-thumbnail img { position: absolute; filter: alpha(opacity=85); opacity: .85; max-width: none; }

.fr-thumbnail:hover img, .fr-thumbnail-active:hover img { filter: alpha(opacity=99); opacity: .99; }

.fr-thumbnail-active img, .fr-thumbnail-active:hover img { filter: alpha(opacity=35); opacity: .35; }

.fr-thumbnail-active { cursor: default; }

/* Thumbnails loading */
.fr-thumbnail-loading, .fr-thumbnail-loading-background, .fr-thumbnail-loading-icon { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.fr-thumbnail-loading-background { background-color: #101010; background-image: url("skins/loading.gif"); background-position: 50% 50%; background-repeat: no-repeat; opacity: .8; position: relative; float: left; }

/* this element is there as an alternative to putting the loading image on the background */
.fr-thumbnail-loading-icon { display: none; }

/* Thumbnail < > */
.fr-thumbnails-side { float: left; height: 100%; width: 28px; margin: 0 10px; position: relative; overflow: hidden; }

.fr-thumbnails-side-previous { margin-left: 20px; }

.fr-thumbnails-side-next { margin-right: 20px; }

.fr-thumbnails-side-button { position: absolute; top: 50%; left: 0; margin-top: -15px; width: 28px; height: 28px; cursor: pointer; }

.fr-thumbnails-side-button-background { position: absolute; top: 0; left: 0; height: 100%; width: 100%; filter: alpha(opacity=80); opacity: .8; transition: background-color .2s ease-in; background-color: #333; cursor: pointer; border-radius: 4px; }

.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background { background-color: #3b3b3b; }

.fr-thumbnails-side-button-disabled * { cursor: default; }

.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background { background-color: #333; }

.fr-thumbnails-side-button-icon { height: 42px; width: 42px; position: absolute; top: -7px; left: -7px; width: 100%; height: 100%; }

/* we can improve things on browsers that support media queries */
@media all and (min-height: 0px) { .fr-thumbnails, .fr-thumbnails-wrapper { padding: 10px 0; }
  .fr-thumbnail, .fr-thumbnails-side { margin: 0 4px; }
  .fr-thumbnails-side-previous { margin-left: 8px; }
  .fr-thumbnails-side-next { margin-right: 8px; }
  .fr-thumbnail-loading-background { background-image: url("skins/loading-small.gif"); } }

@media all and (min-height: 200px) { .fr-thumbnails, .fr-thumbnails-wrapper { padding: 12px 0; }
  .fr-thumbnail, .fr-thumbnails-side { margin: 0 6px; }
  .fr-thumbnails-side-previous { margin-left: 12px; }
  .fr-thumbnails-side-next { margin-right: 12px; } }

@media all and (min-height: 350px) { .fr-thumbnail-loading-background { background-image: url("skins/loading-medium.gif"); } }

@media all and (min-height: 500px) { .fr-thumbnails, .fr-thumbnails-wrapper { padding: 14px 0; }
  .fr-thumbnail, .fr-thumbnails-side { margin: 0 7px; }
  .fr-thumbnails-side-previous { margin-left: 14px; }
  .fr-thumbnails-side-next { margin-right: 14px; } }

@media all and (min-height: 700px) { .fr-thumbnails, .fr-thumbnails-wrapper { padding: 20px 0; }
  .fr-thumbnail, .fr-thumbnails-side { margin: 0 10px; }
  .fr-thumbnails-side-previous { margin-left: 20px; }
  .fr-thumbnails-side-next { margin-right: 20px; }
  .fr-thumbnail-loading-background { background-image: url("skins/loading.gif"); } }

/* IE specific resets */
.fr-ltIE8 * { zoom: 1; z-index: 1; }

.fr-ltIE9 .fr-content-image-overlay, .fr-ltIE9 .fr-has-caption .fr-info-outside .fr-info-background { border: 0; }

/* ===== Skin: Fresco =====  */
/* Sprite */
.fr-window-fresco .fr-side-button-icon, .fr-window-fresco .fr-close-icon, .fr-window-fresco .fr-thumbnails-side-button-icon { background-image: url("skins/fresco/sprite.png"); }

/* High-res sprite */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { .fr-window-fresco .fr-side-button-icon, .fr-window-fresco .fr-close-icon, .fr-window-fresco .fr-side-button-icon { background-image: url("skins/fresco/sprite@x2.png"); background-size: 500px 500px; /* downscaled 50%, size of original sprite */ } }

.fr-window-fresco .fr-box-outer-border { box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }

/* outer-border instead of inner-border example (box and ui px should be the same) */
/* .fr-window-fresco .fr-box-outer-border { border: 10px solid #fff; } .fr-window-fresco .fr-ui-outer-border { padding: 10px; } .fr-window-fresco .fr-content-image-overlay { border-width: 0; } */
.fr-window-fresco .fr-box-wrapper { background: #101010 fixed url("skins/loading.gif") 50% 50% no-repeat; border-color: transparent; border-style: solid; border-width: 0; }

.fr-window-fresco .fr-content-image-overlay { box-sizing: border-box; border-width: 1px; border-style: solid; border-color: transparent; border-color: rgba(255, 255, 255, 0.08); }

/* remove bottom border if the image has a caption, or add it when it has a caption */
.fr-window-fresco .fr-has-caption .fr-box-has-ui-outside .fr-content-image-overlay { border-bottom-width: 0px; }

.fr-window-fresco .fr-no-caption .fr-box-has-ui-outside .fr-content-image-overlay { border-bottom-width: 1px; }

.fr-window-fresco .fr-ui-outside .fr-position-text { text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }

.fr-window-fresco .fr-no-caption .fr-info-inside .fr-position-background { border: 1px solid rgba(180, 180, 180, 0.15); }

.fr-window-fresco .fr-has-caption .fr-info-inside .fr-info-background { border: 1px solid rgba(68, 68, 68, 0.1); border-top-width: 0; }

.fr-window-fresco .fr-has-caption .fr-info-outside .fr-info-background { border: 1px solid rgba(80, 80, 80, 0.25); border-top-width: 0; }

.fr-window-fresco .fr-thumbnail-wrapper { box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.fr-window-fresco .fr-thumbnail-active .fr-thumbnail-wrapper { box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }

/* < > */
.fr-window-fresco .fr-side-previous .fr-side-button .fr-side-button-icon { background-position: -13px -14px; }

.fr-window-fresco .fr-side-next .fr-side-button .fr-side-button-icon { background-position: -93px -14px; }

.fr-window-fresco .fr-side-previous:hover .fr-side-button .fr-side-button-icon { background-position: -13px -114px; }

.fr-window-fresco .fr-side-next:hover .fr-side-button .fr-side-button-icon { background-position: -93px -114px; }

/* disabled state (IE < 9) */
.fr-window-fresco .fr-side-previous .fr-side-button-disabled .fr-side-button-icon, .fr-window-fresco .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon { background-position: -13px -214px; }

.fr-window-fresco .fr-side-next .fr-side-button-disabled .fr-side-button-icon, .fr-window-fresco .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon { background-position: -93px -214px; }

/* < > transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-side-previous .fr-side-button .fr-side-button-icon { background-position: -13px -114px; }

.fr-window-fresco:not(.fr-ltIE9) .fr-side-next .fr-side-button .fr-side-button-icon { background-position: -93px -114px; }

.fr-window-fresco:not(.fr-ltIE9) .fr-side .fr-side-button .fr-side-button-icon { transition: opacity .2s ease-in; opacity: .5; }

.fr-window-fresco .fr-side:hover .fr-side-button .fr-side-button-icon, .fr-window-fresco .fr-frame .fr-side .fr-side-button-active .fr-side-button-icon { opacity: 1; }

/* disabled side */
.fr-window-fresco:not(.fr-ltIE9) .fr-ui-outside .fr-side .fr-side-button-disabled .fr-side-button-icon, .fr-window-fresco:not(.fr-ltIE9) .fr-ui-outside .fr-side .fr-side-button-disabled:hover .fr-side-button-icon { opacity: .2; }

/* on the inside we hide disabled sides */
.fr-window-fresco .fr-ui-inside .fr-side-button-disabled .fr-side-button-icon { background-image: none; }

/* responsive < > */
@media all and (max-width: 568px) and (max-height: 320px), all and (max-width: 320px) and (max-height: 568px) { .fr-window-fresco .fr-side-previous .fr-side-button .fr-side-button-icon { background-position: 0px -300px; }
  .fr-window-fresco .fr-side-next .fr-side-button .fr-side-button-icon { background-position: -40px -300px; }
  .fr-window-fresco .fr-side-previous:hover .fr-side-button .fr-side-button-icon { background-position: 0px -350px; }
  .fr-window-fresco .fr-side-next:hover .fr-side-button .fr-side-button-icon { background-position: -40px -350px; }
  .fr-window-fresco:not(.fr-ltIE9) .fr-side-previous .fr-side-button .fr-side-button-icon { background-position: 0px -350px; }
  .fr-window-fresco:not(.fr-ltIE9) .fr-side-next .fr-side-button .fr-side-button-icon { background-position: -40px -350px; } }

/* X */
.fr-window-fresco .fr-close .fr-close-icon { background-position: -169px -9px; }

.fr-window-fresco .fr-close:hover .fr-close-icon { background-position: -210px -9px; }

/* X transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-close .fr-close-icon { background-position: -210px -9px; transition: opacity .2s ease-in; opacity: .8; }

.fr-window-fresco .fr-close:hover .fr-close-icon { opacity: 1; }

/* Thumbnails */
.fr-window-fresco .fr-thumbnail-wrapper { border-color: transparent; border-style: solid; border-width: 0; }

.fr-window-fresco .fr-thumbnail-wrapper { box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.fr-window-fresco .fr-thumbnail-active .fr-thumbnail-wrapper { box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }

.fr-window-fresco .fr-thumbnail-wrapper { box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3); }

.fr-window-fresco .fr-thumbnail-overlay-border { border-width: 1px; border-color: rgba(255, 255, 255, 0.08); /* should remain rgba */ }

/* no inner border on active thumbnail */
.fr-thumbnail-active .fr-thumbnail-overlay-border, .fr-thumbnail-active:hover .fr-thumbnail-overlay-border { border: 0px; }

/* Thumbnails < > */
.fr-window-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon { background-position: -160px -41px; }

.fr-window-fresco .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon { background-position: -202px -41px; }

.fr-window-fresco .fr-thumbnails-side-next .fr-thumbnails-side-button-icon { background-position: -160px -83px; }

.fr-window-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon { background-position: -202px -83px; }

/* Thumbnails < > transition */
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side .fr-thumbnails-side-button-icon { transition: opacity .2s ease-in; opacity: .8; }

.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon, .fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled { background-position: -160px -41px; }

.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-next .fr-thumbnails-side-button-icon, .fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled { background-position: -202px -83px; }

.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon { opacity: 1; }

/* lower opacity on disabled states */
.fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side .fr-thumbnails-side-button-disabled, .fr-window-fresco:not(.fr-ltIE9) .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled { opacity: .5; }

/* lower opacity IE < 9 using images */
.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon, .fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon { background-position: -244px -41px; }

.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon, .fr-window-fresco.fr-ltIE9 .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon { background-position: -244px -83px; }

.fr-window-fresco.fr-ltIE9 .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background, .fr-window-fresco.fr-ltIE9 .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background { filter: alpha(opacity=50); }

/* ===== Skin: IE6 (always used there as a fallback) =====  */
.fr-window-IE6 * { zoom: 1; }

/* Sprite */
.fr-window-IE6 .fr-side-button-icon, .fr-window-IE6 .fr-close-icon, .fr-window-IE6 .fr-thumbnails-side-button-icon { background-image: url("skins/ie6/sprite.png"); }

/* < > */
.fr-window-IE6 .fr-side-previous .fr-side-button .fr-side-button-icon { background-position: -13px -114px; }

.fr-window-IE6 .fr-side-next .fr-side-button .fr-side-button-icon { background-position: -93px -114px; }

/* disabled */
.fr-window-IE6 .fr-side-previous .fr-side-button-disabled .fr-side-button-icon, .fr-window-IE6 .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon { background-position: -13px -214px; }

.fr-window-IE6 .fr-side-next .fr-side-button-disabled .fr-side-button-icon, .fr-window-IE6 .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon { background-position: -93px -214px; }

.fr-window-IE6 .fr-ui-inside .fr-side-button-disabled .fr-side-button-icon { display: none; }

/* responsive < > */
@media all and (max-width: 568px) and (max-height: 320px), all and (max-width: 320px) and (max-height: 568px) { .fr-window-IE6 .fr-side-previous .fr-side-button .fr-side-button-icon { background-position: 0px -350px; }
  .fr-window-IE6 .fr-side-next .fr-side-button .fr-side-button-icon { background-position: -40px -350px; }
  .fr-window-IE6 .fr-side-previous .fr-side-button-disabled .fr-side-button-icon, .fr-window-IE6 .fr-side-previous:hover .fr-side-button-disabled .fr-side-button-icon { background-position: 0px -400px; }
  .fr-window-IE6 .fr-side-next .fr-side-button-disabled .fr-side-button-icon, .fr-window-IE6 .fr-side-next:hover .fr-side-button-disabled .fr-side-button-icon { background-position: -40px -400px; } }

/* X */
.fr-window-IE6 .fr-close .fr-close-icon { background-position: -169px -9px; }

.fr-window-IE6 .fr-close:hover .fr-close-icon { background-position: -210px -9px; }

.fr-window-IE6 .fr-info { filter: alpha(opacity=99); }

.fr-window-IE6 .fr-ui-outside .fr-info { background: red; }

.fr-window-IE6 .fr-close-icon { background-color: #232323; }

.fr-window-IE6 .fr-close .fr-close-background { display: none; }

.fr-window-IE6 .fr-info-background { display: none; }

.fr-window-IE6 .fr-has-caption .fr-ui-inside .fr-info, .fr-window-IE6 .fr-info-outside { background: #0d0d0d; }

.fr-window-IE6 .fr-position { background: #101010; }

.fr-window-IE6 .fr-has-caption .fr-ui-inside .fr-position { background: none; }

.fr-window-IE6 .fr-position .fr-position-background { display: none; }

/*jquery.mmenu.all.css*/
.mm-menu, .mm-panels, .mm-panels > .mm-panel { margin: 0; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; box-sizing: border-box; }

.mm-btn, .mm-menu { box-sizing: border-box; }

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover { text-decoration: none; }

.mm-hidden { display: none !important; }

.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) { display: block; }

.mm-wrapper { overflow-x: hidden; position: relative; }

.mm-menu { padding: 0; position: absolute; }

.mm-panels, .mm-panels > .mm-panel { background: inherit; border-color: inherit; position: absolute; }

.mm-btn, .mm-panel.mm-highest { z-index: 1; }

.mm-panels { overflow: hidden; }

.mm-panel { transition: -webkit-transform .4s ease; transition: transform .4s ease; transition: transform .4s ease, -webkit-transform .4s ease; transition: transform .4s ease,-webkit-transform .4s ease; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }

.mm-panel.mm-opened { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.mm-panel.mm-subopened { -webkit-transform: translate3d(-30%, 0, 0); transform: translate3d(-30%, 0, 0); }

.mm-panels > .mm-panel { -webkit-overflow-scrolling: touch; overflow: scroll; overflow-x: hidden; overflow-y: auto; padding: 0 20px; }

.mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.mm-panels > .mm-panel.mm-hasnavbar { padding-top: 40px; }

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before { content: ''; display: block; height: 20px; }

.mm-vertical .mm-panel { -webkit-transform: none !important; -ms-transform: none !important; transform: none !important; }

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel { display: none; padding: 10px 0 10px 10px; }

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after { border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel { display: block; }

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next { height: 40px; bottom: auto; }

.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after { top: 16px; bottom: auto; }

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); right: 19px; }

.mm-btn { width: 40px; height: 40px; position: absolute; top: 0; }

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before { content: ''; border: 2px solid transparent; display: block; width: 5px; height: 5px; margin: auto; position: absolute; top: 0; bottom: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.mm-clear:before, .mm-close:before { border-right: none; border-bottom: none; right: 18px; }

.mm-clear:after, .mm-close:after { border-left: none; border-top: none; right: 25px; }

.mm-arrow:after, .mm-next:after, .mm-prev:before { content: ''; border: 2px solid transparent; display: block; width: 8px; height: 8px; margin: auto; position: absolute; top: 0; bottom: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.mm-prev:before { border-right: none; border-bottom: none; left: 23px; }

.mm-arrow:after, .mm-next:after { border-top: none; border-left: none; right: 23px; }

.mm-navbar { border-bottom: 1px solid; border-color: inherit; text-align: center; line-height: 20px; height: 40px; padding: 0 40px; margin: 0; position: absolute; top: 0; left: 0; right: 0; }

.mm-navbar > * { display: block; padding: 10px 0; }

.mm-navbar .mm-btn:first-child { padding-left: 20px; left: 0; }

.mm-navbar .mm-btn:last-child { text-align: right; padding-right: 20px; right: 0; }

.mm-panel .mm-navbar { display: none; }

.mm-panel.mm-hasnavbar .mm-navbar { display: block; }

.mm-listview, .mm-listview > li { list-style: none; display: block; padding: 0; margin: 0; }

.mm-listview { font: inherit; font-size: 14px; line-height: 20px; }

.mm-listview > li { position: relative; }

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after { border-color: inherit; }

.mm-listview > li > a, .mm-listview > li > span { color: inherit; display: block; padding: 10px 10px 10px 20px; margin: 0; }

.mm-listview > li > a.mm-arrow, .mm-listview > li > span.mm-arrow { padding-right: 50px; }

.mm-listview > li:not(.mm-divider):after { content: ''; border-bottom-width: 1px; border-bottom-style: solid; display: block; position: absolute; right: 0; bottom: 0; left: 20px; }

.mm-listview .mm-next { background: rgba(3, 2, 1, 0); width: 50px; padding: 0; position: absolute; right: 0; top: 0; bottom: 0; z-index: 2; }

.mm-listview .mm-next:before { content: ''; border-left-width: 1px; border-left-style: solid; display: block; position: absolute; top: 0; bottom: 0; left: 0; }

.mm-listview .mm-next + a, .mm-listview .mm-next + span { margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen { width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before { border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span { padding-right: 50px; margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview { margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview { margin-top: -20px; }

.mm-listview .mm-inset { list-style: disc inside; padding: 0 10px 15px 40px; margin: 0; }

.mm-listview .mm-inset > li { padding: 5px 0; }

.mm-listview .mm-divider { font-size: 10px; text-transform: uppercase; text-indent: 20px; line-height: 25px; }

.mm-listview .mm-spacer { padding-top: 40px; }

.mm-listview .mm-spacer > .mm-next { top: 40px; }

.mm-listview .mm-spacer.mm-divider { padding-top: 25px; }

.mm-menu { background: #f3f3f3; border-color: rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * { color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before { border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview { border-color: rgba(0, 0, 0, 0.1); line-height: 0 !important; text-align: center; }

.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after { border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li a:not(.mm-next) { -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5); tap-highlight-color: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span { background: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next { background: rgba(0, 0, 0, 0.05); }

.mm-page { box-sizing: border-box; position: relative; }

.mm-slideout { transition: -webkit-transform .4s ease; transition: transform .4s ease; transition: transform .4s ease, -webkit-transform .4s ease; transition: transform .4s ease,-webkit-transform .4s ease; z-index: 1; }

html.mm-opened { overflow-x: hidden; position: relative; }

html.mm-blocking, html.mm-blocking body { overflow: hidden; }

html.mm-background .mm-page { background: inherit; }

#mm-blocker { background: rgba(3, 2, 1, 0); display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 2; }

html.mm-blocking #mm-blocker { display: block; }

.mm-menu.mm-offcanvas { z-index: 0; display: none; position: fixed; }

.mm-menu.mm-offcanvas.mm-current { display: block; }

.mm-menu { width: 80%; min-width: 140px; max-width: 320px; }

html.mm-opening .mm-slideout { -webkit-transform: translate3d(80%, 0, 0); transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) { html.mm-opening .mm-slideout { -webkit-transform: translate3d(140px, 0, 0); transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 550px) { html.mm-opening .mm-slideout { -webkit-transform: translate3d(320px, 0, 0); transform: translate3d(320px, 0, 0); } }

.mm-menu.mm-autoheight.mm-bottom, .mm-menu.mm-autoheight.mm-top { max-height: 80%; }

.mm-menu.mm-autoheight.mm-bottom.mm-fullscreen, .mm-menu.mm-autoheight.mm-top.mm-fullscreen { max-height: 100%; }

.mm-menu.mm-measureheight .mm-panel { display: block !important; }

.mm-menu.mm-measureheight > .mm-panels > .mm-panel { bottom: auto !important; height: auto !important; }

.mm-menu.mm-columns { transition-property: width,max-width,-webkit-transform; transition-property: transform,width,max-width; transition-property: transform,width,max-width,-webkit-transform; }

.mm-menu.mm-columns .mm-panels > .mm-panel { width: 100%; right: auto; display: none; transition-property: width,-webkit-transform; transition-property: transform,width; transition-property: transform,width,-webkit-transform; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened { border-right: 1px solid; border-color: inherit; display: block; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-subopened { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); z-index: 2; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-0 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-0 { display: block; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }

.mm-menu.mm-columns-0 { width: 80%; min-width: 140px; max-width: 0; }

html.mm-opening.mm-columns-0 .mm-slideout { -webkit-transform: translate3d(80%, 0, 0); transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) { html.mm-opening.mm-columns-0 .mm-slideout { -webkit-transform: translate3d(140px, 0, 0); transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 0px) { html.mm-opening.mm-columns-0 .mm-slideout { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-1 { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-1 { display: block; -webkit-transform: translate3d(200%, 0, 0); transform: translate3d(200%, 0, 0); }

.mm-menu.mm-columns-1 { width: 80%; min-width: 140px; max-width: 320px; }

html.mm-opening.mm-columns-1 .mm-slideout { -webkit-transform: translate3d(80%, 0, 0); transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) { html.mm-opening.mm-columns-1 .mm-slideout { -webkit-transform: translate3d(140px, 0, 0); transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 550px) { html.mm-opening.mm-columns-1 .mm-slideout { -webkit-transform: translate3d(320px, 0, 0); transform: translate3d(320px, 0, 0); } }

.mm-menu.mm-columns-1 .mm-panels > .mm-panel { width: 100%; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-2 { -webkit-transform: translate3d(200%, 0, 0); transform: translate3d(200%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-2 { display: block; -webkit-transform: translate3d(300%, 0, 0); transform: translate3d(300%, 0, 0); }

.mm-menu.mm-columns-2 { width: 80%; min-width: 140px; max-width: 880px; }

html.mm-opening.mm-columns-2 .mm-slideout { -webkit-transform: translate3d(80%, 0, 0); transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) { html.mm-opening.mm-columns-2 .mm-slideout { -webkit-transform: translate3d(140px, 0, 0); transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 1100px) { html.mm-opening.mm-columns-2 .mm-slideout { -webkit-transform: translate3d(880px, 0, 0); transform: translate3d(880px, 0, 0); } }

.mm-menu.mm-columns-2 .mm-panels > .mm-panel { width: 50%; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-3 { -webkit-transform: translate3d(300%, 0, 0); transform: translate3d(300%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-3 { display: block; -webkit-transform: translate3d(400%, 0, 0); transform: translate3d(400%, 0, 0); }

.mm-menu.mm-columns-3 { width: 80%; min-width: 140px; max-width: 1320px; }

html.mm-opening.mm-columns-3 .mm-slideout { -webkit-transform: translate3d(80%, 0, 0); transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) { html.mm-opening.mm-columns-3 .mm-slideout { -webkit-transform: translate3d(140px, 0, 0); transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 1650px) { html.mm-opening.mm-columns-3 .mm-slideout { -webkit-transform: translate3d(1320px, 0, 0); transform: translate3d(1320px, 0, 0); } }

.mm-menu.mm-columns-3 .mm-panels > .mm-panel { width: 33.34%; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-4 { -webkit-transform: translate3d(400%, 0, 0); transform: translate3d(400%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-4 { display: block; -webkit-transform: translate3d(500%, 0, 0); transform: translate3d(500%, 0, 0); }

.mm-menu.mm-columns-4 { width: 80%; min-width: 140px; max-width: 1760px; }

html.mm-opening.mm-columns-4 .mm-slideout { -webkit-transform: translate3d(80%, 0, 0); transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) { html.mm-opening.mm-columns-4 .mm-slideout { -webkit-transform: translate3d(140px, 0, 0); transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 2200px) { html.mm-opening.mm-columns-4 .mm-slideout { -webkit-transform: translate3d(1760px, 0, 0); transform: translate3d(1760px, 0, 0); } }

.mm-menu.mm-columns-4 .mm-panels > .mm-panel { width: 25%; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-5 { -webkit-transform: translate3d(500%, 0, 0); transform: translate3d(500%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-5 { display: block; -webkit-transform: translate3d(600%, 0, 0); transform: translate3d(600%, 0, 0); }

.mm-menu.mm-columns-5 { width: 80%; min-width: 140px; max-width: 2200px; }

html.mm-opening.mm-columns-5 .mm-slideout { -webkit-transform: translate3d(80%, 0, 0); transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) { html.mm-opening.mm-columns-5 .mm-slideout { -webkit-transform: translate3d(140px, 0, 0); transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 2750px) { html.mm-opening.mm-columns-5 .mm-slideout { -webkit-transform: translate3d(2200px, 0, 0); transform: translate3d(2200px, 0, 0); } }

.mm-menu.mm-columns-5 .mm-panels > .mm-panel { width: 20%; }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-6 { -webkit-transform: translate3d(600%, 0, 0); transform: translate3d(600%, 0, 0); }

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*=mm-columns-]) ~ .mm-panel:not(.mm-opened).mm-columns-6 { display: block; -webkit-transform: translate3d(700%, 0, 0); transform: translate3d(700%, 0, 0); }

.mm-menu.mm-columns-6 { width: 80%; min-width: 140px; max-width: 2640px; }

html.mm-opening.mm-columns-6 .mm-slideout { -webkit-transform: translate3d(80%, 0, 0); transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) { html.mm-opening.mm-columns-6 .mm-slideout { -webkit-transform: translate3d(140px, 0, 0); transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 3300px) { html.mm-opening.mm-columns-6 .mm-slideout { -webkit-transform: translate3d(2640px, 0, 0); transform: translate3d(2640px, 0, 0); } }

.mm-menu.mm-columns-6 .mm-panels > .mm-panel { width: 16.67%; }

em.mm-counter { font: inherit; font-size: 14px; font-style: normal; text-indent: 0; line-height: 20px; display: block; margin-top: -10px; position: absolute; right: 45px; top: 50%; }

em.mm-counter + a.mm-next { width: 90px; }

em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span { margin-right: 90px; }

em.mm-counter + a.mm-fullsubopen { padding-left: 0; }

.mm-vertical > .mm-counter { top: 12px; margin-top: 0; }

.mm-vertical.mm-spacer > .mm-counter { margin-top: 40px; }

.mm-nosubresults > .mm-counter { display: none; }

.mm-menu em.mm-counter { color: rgba(0, 0, 0, 0.3); }

.mm-divider > span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding: 0; line-height: 25px; }

.mm-divider.mm-opened a.mm-next:after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) { display: none; }

.mm-fixeddivider { background: inherit; display: none; position: absolute; top: 0; left: 0; right: 0; z-index: 2; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.mm-fixeddivider:after { content: none !important; display: none !important; }

.mm-hasdividers .mm-fixeddivider { display: block; }

.mm-menu .mm-fixeddivider span { background: rgba(0, 0, 0, 0.05); }

html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout { transition-duration: 0s; }

.mm-menu.mm-dropdown { box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); height: 80%; }

html.mm-dropdown .mm-slideout { -webkit-transform: none !important; -ms-transform: none !important; transform: none !important; z-index: 0; }

html.mm-dropdown #mm-blocker { transition-delay: 0s !important; z-index: 1; }

html.mm-dropdown .mm-menu { z-index: 2; }

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu { display: none; }

.mm-menu.mm-tip:before { content: ''; background: inherit; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); display: block; width: 15px; height: 15px; position: absolute; z-index: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.mm-menu.mm-tipleft:before { left: 22px; }

.mm-menu.mm-tipright:before { right: 22px; }

.mm-menu.mm-tiptop:before { top: -8px; }

.mm-menu.mm-tipbottom:before { bottom: -8px; }

.mm-iconpanel .mm-panel { transition-property: left,-webkit-transform; transition-property: transform,left; transition-property: transform,left,-webkit-transform; }

.mm-iconpanel .mm-panel.mm-opened { border-left: 1px solid; border-color: inherit; }

.mm-iconpanel .mm-panel.mm-subopened { overflow-y: hidden; left: -40px; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 { left: 0; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 { left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 { left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 { left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 { left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 { left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 { left: 240px; }

.mm-subblocker { background: inherit; opacity: 0; display: block; transition: opacity .4s ease; }

.mm-subopened .mm-subblocker { opacity: .6; position: absolute; top: 0; right: 0; bottom: -100000px; left: 0; z-index: 3; }

.mm-navbar-bottom, .mm-navbar-top ~ .mm-navbar-top { border-bottom: none; }

.mm-menu > .mm-navbar { background: inherit; padding: 0; z-index: 3; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.mm-navbar-bottom { border-top-width: 1px; border-top-style: solid; top: auto; bottom: 0; }

.mm-navbar-bottom ~ .mm-navbar-bottom { border-top: none; }

.mm-navbar.mm-hasbtns { padding: 0 40px; }

.mm-navbar[class*=mm-navbar-content-] > * { box-sizing: border-box; display: block; float: left; }

.mm-navbar .mm-breadcrumbs { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; -webkit-overflow-scrolling: touch; overflow-x: auto; text-align: left; padding: 0 0 0 17px; }

.mm-navbar .mm-breadcrumbs > * { display: inline-block; padding: 10px 3px; }

.mm-navbar .mm-breadcrumbs > a { text-decoration: underline; }

.mm-navbar.mm-hasbtns .mm-breadcrumbs { margin-left: -40px; }

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs { margin-left: 0; padding-left: 0; }

.mm-navbar-top-1 { top: 0; }

.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 { top: 40px; }

.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 { top: 80px; }

.mm-hasnavbar-top-3 .mm-panels, .mm-navbar-top-4 { top: 120px; }

.mm-hasnavbar-top-4 .mm-panels { top: 160px; }

.mm-navbar-bottom-1 { bottom: 0; }

.mm-hasnavbar-bottom-1 .mm-panels, .mm-navbar-bottom-2 { bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panels, .mm-navbar-bottom-3 { bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panels, .mm-navbar-bottom-4 { bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panels { bottom: 160px; }

.mm-navbar-size-2 { height: 80px; }

.mm-navbar-size-3 { height: 120px; }

.mm-navbar-size-4 { height: 160px; }

.mm-navbar-content-2 > * { width: 50%; }

.mm-navbar-content-3 > * { width: 33.33%; }

.mm-navbar-content-4 > * { width: 25%; }

.mm-navbar-content-5 > * { width: 20%; }

.mm-navbar-content-6 > * { width: 16.67%; }

.mm-sronly { text-indent: 10px; overflow: hidden; display: block; width: 1px; height: 1px; position: absolute; z-index: -1; }

.mm-search, .mm-search input { box-sizing: border-box; }

.mm-search { height: 40px; padding: 7px 10px 0; position: relative; }

.mm-search input { border: none !important; outline: 0 !important; box-shadow: none !important; border-radius: 26px; font: inherit; font-size: 14px; line-height: 26px; display: block; width: 100%; height: 26px; min-height: 26px; max-height: 26px; margin: 0; padding: 0 10px; }

.mm-search input::-ms-clear { display: none; }

.mm-search .mm-clear, .mm-search .mm-next { right: 0; }

.mm-panel > .mm-search { width: 100%; position: absolute; top: 0; left: 0; }

.mm-panel.mm-hassearch { padding-top: 40px; }

.mm-panel.mm-hassearch.mm-hasnavbar { padding-top: 80px; }

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search { top: 40px; }

.mm-noresultsmsg { text-align: center; font-size: 21px; padding: 40px 0; }

.mm-noresults .mm-indexer { display: none !important; }

li.mm-nosubresults > a.mm-next { display: none; }

li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span { padding-right: 10px; }

.mm-panels > .mm-resultspanel:not(.mm-opened) { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.mm-menu .mm-search input { background: rgba(0, 0, 0, 0.05); color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-noresultsmsg { color: rgba(0, 0, 0, 0.3); }

.mm-indexer { background: inherit; text-align: center; font-size: 12px; box-sizing: border-box; width: 20px; position: absolute; top: 0; bottom: 0; right: -100px; z-index: 3; transition: right .4s ease; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.mm-indexer a { text-decoration: none; display: block; height: 3.85%; }

.mm-indexer ~ .mm-panel.mm-hasindexer { padding-right: 40px; }

.mm-hasindexer .mm-indexer { right: 0; }

.mm-hasindexer .mm-fixeddivider { right: 20px; }

.mm-menu .mm-indexer a { color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) { transition: background .4s ease; }

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) { background: rgba(255, 255, 255, 0.5); }

input.mm-check, input.mm-toggle { position: absolute; left: -10000px; }

label.mm-check, label.mm-toggle { margin: 0; position: absolute; top: 50%; z-index: 2; right: 20px; }

label.mm-check:before, label.mm-toggle:before { content: ''; display: block; }

label.mm-toggle { border-radius: 30px; width: 50px; height: 30px; margin-top: -15px; }

label.mm-toggle:before { border-radius: 30px; width: 28px; height: 28px; margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before { float: right; }

label.mm-check { width: 30px; height: 30px; margin-top: -15px; }

label.mm-check:before { border-left: 3px solid; border-bottom: 3px solid; width: 40%; height: 20%; margin: 25% 0 0 20%; opacity: .1; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before { opacity: 1; }

li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle { bottom: auto; margin-top: 0; top: 5px; }

label.mm-toggle + a, label.mm-toggle + span { padding-right: 80px; }

label.mm-check + a, label.mm-check + span { padding-right: 60px; }

a.mm-next + label.mm-check, a.mm-next + label.mm-toggle { right: 60px; }

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span, a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span { margin-right: 50px; }

a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span { padding-right: 70px; }

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span { padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + a.mm-next + label.mm-toggle { right: 100px; }

em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span, em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span { margin-right: 90px; }

.mm-menu label.mm-toggle { background: rgba(0, 0, 0, 0.1); }

.mm-menu label.mm-toggle:before { background: #f3f3f3; }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle { background: #4bd963; }

.mm-menu label.mm-check:before { border-color: rgba(0, 0, 0, 0.7); }

.mm-listview.mm-border-none > li:after, .mm-menu.mm-border-none .mm-listview > li:after { content: none; }

.mm-listview.mm-border-full > li:after, .mm-menu.mm-border-full .mm-listview > li:after { left: 0 !important; }

.mm-listview.mm-border-offset > li:after, .mm-menu.mm-border-offset .mm-listview > li:after { right: 20px; }

.mm-menu.mm-effect-menu-zoom { transition: -webkit-transform .4s ease; transition: transform .4s ease; transition: transform .4s ease, -webkit-transform .4s ease; transition: transform .4s ease,-webkit-transform .4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-zoom { -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; }

html.mm-opening .mm-menu.mm-effect-menu-zoom { -webkit-transform: scale(1, 1) translate3d(0, 0, 0); transform: scale(1, 1) translate3d(0, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom { -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0); transform: scale(0.7, 0.7) translate3d(30%, 0, 0); -webkit-transform-origin: right center; -ms-transform-origin: right center; transform-origin: right center; }

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom { -webkit-transform: scale(1, 1) translate3d(0, 0, 0); transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu.mm-effect-menu-slide { transition: -webkit-transform .4s ease; transition: transform .4s ease; transition: transform .4s ease, -webkit-transform .4s ease; transition: transform .4s ease,-webkit-transform .4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-slide { -webkit-transform: translate3d(-30%, 0, 0); transform: translate3d(-30%, 0, 0); }

html.mm-opening .mm-menu.mm-effect-menu-slide { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide { -webkit-transform: translate3d(30%, 0, 0); transform: translate3d(30%, 0, 0); }

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-menu-fade { opacity: 0; transition: opacity .4s ease; }

html.mm-opening .mm-menu.mm-effect-menu-fade { opacity: 1; }

.mm-menu.mm-effect-panels-zoom .mm-panel { -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0); transform: scale(1.5, 1.5) translate3d(100%, 0, 0); -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; }

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened { -webkit-transform: scale(1, 1) translate3d(0, 0, 0); transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened { -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li { transition: none .4s ease; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(1) { transition-delay: 50ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(2) { transition-delay: .1s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(3) { transition-delay: 150ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(4) { transition-delay: .2s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(5) { transition-delay: 250ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(6) { transition-delay: .3s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(7) { transition-delay: 350ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(8) { transition-delay: .4s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(9) { transition-delay: 450ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(10) { transition-delay: .5s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(11) { transition-delay: 550ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(12) { transition-delay: .6s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(13) { transition-delay: 650ms; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(14) { transition-delay: .7s; }

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(15) { transition-delay: 750ms; }

.mm-menu.mm-effect-listitems-slide .mm-listview > li { transition-property: opacity,-webkit-transform; transition-property: transform,opacity; transition-property: transform,opacity,-webkit-transform; -webkit-transform: translate3d(50%, 0, 0); transform: translate3d(50%, 0, 0); opacity: 0; }

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }

.mm-menu.mm-effect-listitems-fade .mm-listview > li { transition-property: opacity; opacity: 0; }

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li { opacity: 1; }

.mm-menu.mm-effect-listitems-drop .mm-listview > li { transition-property: opacity,top; opacity: 0; top: -25%; }

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li { opacity: 1; top: 0; }

.mm-menu.mm-fullscreen { width: 100%; min-width: 140px; max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }

@media all and (max-width: 140px) { html.mm-opening.mm-fullscreen .mm-slideout { -webkit-transform: translate3d(140px, 0, 0); transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 10000px) { html.mm-opening.mm-fullscreen .mm-slideout { -webkit-transform: translate3d(10000px, 0, 0); transform: translate3d(10000px, 0, 0); } }

html.mm-right.mm-opening.mm-fullscreen .mm-slideout { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }

@media all and (max-width: 140px) { html.mm-right.mm-opening.mm-fullscreen .mm-slideout { -webkit-transform: translate3d(-140px, 0, 0); transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 10000px) { html.mm-right.mm-opening.mm-fullscreen .mm-slideout { -webkit-transform: translate3d(-10000px, 0, 0); transform: translate3d(-10000px, 0, 0); } }

.mm-menu.mm-fullscreen.mm-bottom, .mm-menu.mm-fullscreen.mm-top { height: 100%; min-height: 140px; max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page { box-shadow: none !important; }

.mm-menu .mm-panels > .mm-panel.mm-justified-listview:after, .mm-menu .mm-panels > .mm-panel.mm-justified-listview:before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel:after, .mm-menu.mm-justified-listview .mm-panels > .mm-panel:before { content: none; display: none; }

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: column nowrap; -ms-flex-flow: column nowrap; flex-flow: column nowrap; height: 100%; margin-top: 0; margin-bottom: 0; }

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) { -webkit-flex: 1 1 0; -ms-flex: 1 1 0; flex: 1 1 0; }

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span { box-sizing: border-box; height: 100%; }

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before, .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span:before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next):before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span:before { content: ''; vertical-align: middle; display: inline-block; height: 100%; width: 0; }

.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span, .mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span { text-overflow: clip; white-space: normal; }

html.mm-pagedim #mm-blocker, html.mm-pagedim-black #mm-blocker, html.mm-pagedim-white #mm-blocker { opacity: 0; }

html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker { opacity: .3; transition: opacity .4s ease .4s; }

html.mm-pagedim #mm-blocker { background: inherit; }

html.mm-pagedim-white #mm-blocker { background: #fff; }

html.mm-pagedim-black #mm-blocker { background: #000; }

.mm-menu.mm-pageshadow:after { content: ""; display: block; width: 20px; height: 120%; position: absolute; left: 100%; top: -10%; z-index: 99; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-pageshadow.mm-right:after { left: auto; right: 100%; }

.mm-menu.mm-pageshadow.mm-front:after, .mm-menu.mm-pageshadow.mm-next:after { content: none; display: none; }

.mm-menu.mm-popup { transition: opacity .4s ease; opacity: 0; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); height: 80%; min-height: 140px; max-height: 880px; top: 50%; left: 50%; bottom: auto; right: auto; -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); }

html.mm-popup.mm-opening .mm-menu.mm-popup { opacity: 1; }

html.mm-popup .mm-slideout { -webkit-transform: none !important; -ms-transform: none !important; transform: none !important; z-index: 0; }

html.mm-popup #mm-blocker { transition-delay: 0s !important; z-index: 1; }

html.mm-popup .mm-menu { z-index: 2; }

.mm-menu.mm-bottom, .mm-menu.mm-top { width: 100%; min-width: 100%; max-width: 100%; height: 80%; min-height: 140px; max-height: 880px; }

.mm-menu.mm-right { left: auto; right: 0; }

html.mm-right.mm-opening .mm-slideout { -webkit-transform: translate3d(-80%, 0, 0); transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) { html.mm-right.mm-opening .mm-slideout { -webkit-transform: translate3d(-140px, 0, 0); transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 550px) { html.mm-right.mm-opening .mm-slideout { -webkit-transform: translate3d(-320px, 0, 0); transform: translate3d(-320px, 0, 0); } }

html.mm-front .mm-slideout { -webkit-transform: none !important; -ms-transform: none !important; transform: none !important; z-index: 0; }

html.mm-front #mm-blocker { z-index: 1; }

html.mm-front .mm-menu { z-index: 2; }

.mm-menu.mm-front, .mm-menu.mm-next { transition: -webkit-transform .4s ease; transition: transform .4s ease; transition: transform .4s ease, -webkit-transform .4s ease; transition: transform .4s ease,-webkit-transform .4s ease; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }

.mm-menu.mm-top { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }

.mm-menu.mm-bottom { top: auto; bottom: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.mm-menu.mm-theme-dark { background: #333; border-color: rgba(0, 0, 0, 0.15); color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark em.mm-counter { color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before { border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview { border-color: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after { border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) { -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1); tap-highlight-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span { background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark .mm-divider, .mm-menu.mm-theme-dark .mm-fixeddivider span, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next { background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before { border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-pageshadow.mm-theme-dark:after { box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input { background: rgba(255, 255, 255, 0.3); color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-indexer a, .mm-menu.mm-theme-dark .mm-noresultsmsg { color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) { background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark label.mm-toggle { background: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark label.mm-toggle:before { background: #333; }

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle { background: #4bd963; }

.mm-menu.mm-theme-white { background: #fff; border-color: rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white em.mm-counter { color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before { border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview { border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-white .mm-listview > li .mm-next:after { border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) { -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05); tap-highlight-color: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span { background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-divider, .mm-menu.mm-theme-white .mm-fixeddivider span, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next { background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before { border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-pageshadow.mm-theme-white:after { box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input { background: rgba(0, 0, 0, 0.05); color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-indexer a, .mm-menu.mm-theme-white .mm-noresultsmsg { color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) { background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white label.mm-toggle { background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white label.mm-toggle:before { background: #fff; }

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle { background: #4bd963; }

.mm-menu.mm-theme-black { background: #000; border-color: rgba(255, 255, 255, 0.2); color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > *, .mm-menu.mm-theme-black em.mm-counter { color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-btn:after, .mm-menu.mm-theme-black .mm-btn:before { border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview { border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-black .mm-listview > li .mm-next:after { border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) { -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3); tap-highlight-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span { background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black .mm-divider, .mm-menu.mm-theme-black .mm-fixeddivider span, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next { background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before { border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-pageshadow.mm-theme-black:after { content: none; display: none; }

.mm-menu.mm-theme-black .mm-search input { background: rgba(255, 255, 255, 0.3); color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-indexer a, .mm-menu.mm-theme-black .mm-noresultsmsg { color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) { background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black label.mm-toggle { background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-toggle:before { background: #000; }

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle { background: #4bd963; }

.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after { content: ''; display: block; clear: both; }

.mm-menu .mm-tileview.mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-panel:after { content: none; display: none; }

.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li { width: 50%; height: 0; padding: 50% 0 0; float: left; position: relative; }

.mm-menu .mm-tileview.mm-listview > li:after, .mm-menu.mm-tileview .mm-listview > li:after { left: 0; top: 0; border-right-width: 1px; border-right-style: solid; z-index: -1; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs { width: 12.5%; padding-top: 12.5%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-s, .mm-menu.mm-tileview .mm-listview > li.mm-tile-s { width: 25%; padding-top: 25%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-l, .mm-menu.mm-tileview .mm-listview > li.mm-tile-l { width: 75%; padding-top: 75%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl { width: 100%; padding-top: 100%; }

.mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span { line-height: 1px; text-align: center; padding: 50% 10px 0; margin: 0; position: absolute; top: 0; right: 1px; bottom: 1px; left: 0; }

.mm-menu .mm-tileview.mm-listview > li > .mm-next, .mm-menu.mm-tileview .mm-listview > li > .mm-next { width: auto; }

.mm-menu.mm-tileview .mm-panel { padding-left: 0; padding-right: 0; }

.mm-menu.mm-tileview .mm-listview { margin: 0; }

/*select2.css*/
.select2-container { box-sizing: border-box; display: inline-block; margin: 0; position: relative; vertical-align: middle; }

.select2-container .select2-selection--single { box-sizing: border-box; cursor: pointer; display: block; height: 28px; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered { display: block; padding-left: 8px; padding-right: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear { position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { padding-right: 8px; padding-left: 20px; }

.select2-container .select2-selection--multiple { box-sizing: border-box; cursor: pointer; display: block; min-height: 32px; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered { display: inline-block; overflow: hidden; padding-left: 8px; text-overflow: ellipsis; white-space: nowrap; }

.select2-container .select2-search--inline { float: left; }

.select2-container .select2-search--inline .select2-search__field { box-sizing: border-box; border: none; font-size: 100%; margin-top: 5px; padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }

.select2-dropdown { background-color: white; border: 1px solid #aaa; border-radius: 4px; box-sizing: border-box; display: block; position: absolute; left: -100000px; width: 100%; z-index: 1051; }

.select2-results { display: block; }

.select2-results__options { list-style: none; margin: 0; padding: 0; }

.select2-results__option { padding: 6px; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none; }

.select2-results__option[aria-selected] { cursor: pointer; }

.select2-container--open .select2-dropdown { left: 0; }

.select2-container--open .select2-dropdown--above { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; }

.select2-search--dropdown { display: block; padding: 4px; }

.select2-search--dropdown .select2-search__field { padding: 4px; width: 100%; box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide { display: none; }

.select2-close-mask { border: 0; margin: 0; padding: 0; display: block; position: fixed; left: 0; top: 0; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 99; background-color: #fff; filter: alpha(opacity=0); }

.select2-hidden-accessible { border: 0 !important; clip: rect(0 0 0 0) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; }

.select2-container--default .select2-selection--single { background-color: #fff; border: 1px solid #aaa; border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder { color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow { height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { left: 1px; right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single { background-color: #eee; cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple { background-color: white; border: 1px solid #aaa; border-radius: 4px; cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered { box-sizing: border-box; list-style: none; margin: 0; padding: 0 5px; width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder { color: #999; margin-top: 5px; float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-top: 5px; margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #999; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple { border: solid black 1px; outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple { background-color: #eee; cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove { display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple { border-top-left-radius: 0; border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field { background: transparent; border: none; outline: 0; box-shadow: none; -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] { padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] { color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] { background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option { padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group { padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option { margin-left: -1em; padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -2em; padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -3em; padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -4em; padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -5em; padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #5897fb; color: white; }

.select2-container--default .select2-results__group { cursor: default; display: block; padding: 6px; }

.select2-container--classic .select2-selection--single { background-color: #f7f7f7; border: 1px solid #aaa; border-radius: 4px; outline: 0; background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus { border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder { color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow { background-color: #ddd; border: none; border-left: 1px solid #aaa; border-top-right-radius: 4px; border-bottom-right-radius: 4px; height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { border: none; border-right: 1px solid #aaa; border-radius: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; left: 1px; right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single { border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow { background: transparent; border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple { background-color: white; border: 1px solid #aaa; border-radius: 4px; cursor: text; outline: 0; }

.select2-container--classic .select2-selection--multiple:focus { border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered { list-style: none; margin: 0; padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear { display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { color: #888; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple { border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field { outline: 0; box-shadow: none; }

.select2-container--classic .select2-dropdown { background-color: white; border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above { border-bottom: none; }

.select2-container--classic .select2-dropdown--below { border-top: none; }

.select2-container--classic .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] { padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] { color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] { background-color: #3875d7; color: white; }

.select2-container--classic .select2-results__group { cursor: default; display: block; padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown { border-color: #5897fb; }

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

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

audio, canvas, video { display: inline-block; }

audio:not([controls]) { display: none; height: 0; }

fieldset { margin: 0 2px; padding: 0.3em 0.7em 0.7em; border: 1px solid #b4b4b4; }

fieldset legend { white-space: normal; }

embed, img, object { max-width: 100%; }

img { height: auto; }

a img { border: 0; cursor: pointer; text-decoration: none; }

a:active, a:focus, a:hover, a:link, a:visited { outline: 0; }

b, dt, strong { font-weight: 700; }

dfn, em, i { font-style: italic; }

blockquote, q { quotes: none; font-style: italic; }

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

hr { box-sizing: border-box; width: 100%; height: 1px; margin: 1.6em 0; padding: 0; border: none; background: #999; }

mark { color: #000; background: #ff0; }

pre { margin: 1em 0; padding: 1em; border: 1px solid #666; border-radius: 0.25em; white-space: pre; white-space: pre-wrap; background: #e5e6e9; word-wrap: break-word; }

code, kbd, pre, samp { font-family: 'courier new',monospace,serif; font-size: 1em; }

small { font-size: 80%; }

big { font-size: 125%; }

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

sup { top: -0.5em; left: -0.3em; }

sub { bottom: -0.2em; left: -0.3em; }

abbr[title], dfn[title] { border-bottom: 1px dotted #000; cursor: help; }

ins, u { text-decoration: underline; }

del, s { text-decoration: line-through; }

dd + dt { margin-top: 1em; }

dd { margin: 0 0 0 38px; }

nav ol, nav ul, ol, ul, dl, menu { list-style: none; }

dl, menu { margin: 1em 0 1em 1em; }

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

td, td img { vertical-align: top; }

::-moz-selection { text-shadow: none; color: #fff; background: #2597ff; }

::selection { text-shadow: none; color: #fff; background: #2597ff; }

::-moz-selection { text-shadow: none; color: #fff; background: #2597ff; }

::-ms-selection { text-shadow: none; color: #fff; background: #2597ff; }

[hidden] { display: none; }

button, input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; -moz-appearance: button; appearance: button; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, input[type="url"], input[type="tel"], input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea { -moz-appearance: none; -webkit-appearance: none; appearance: none; }

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

button[disabled], input[disabled] { cursor: not-allowed; }

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

input[type="search"] { -webkit-appearance: textfield; -moz-appearance: textfield; appearance: textfield; box-sizing: content-box; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

input::-ms-clear { display: none; width: 0; height: 0; }

input::-ms-reveal { display: none; width: 0; height: 0; }

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

input:invalid { box-shadow: none; }

button, input, textarea, select { margin: 0; font-family: sans-serif; font-size: 100%; vertical-align: baseline; outline: 0; }

textarea { overflow: auto; max-width: 100%; vertical-align: top; }

input[type="url"], input[type="tel"], input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea { border-radius: 0; }

input[type="url"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus { background: #ffface !important; }

input::-webkit-input-placeholder { color: #000; }

input::-moz-placeholder { color: #000; opacity: 1; }

input:-ms-input-placeholder { color: #000; }

textarea::-webkit-input-placeholder { color: #000; }

textarea::-moz-placeholder { color: #000; opacity: 1; }

textarea:-ms-input-placeholder { color: #000; }

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color: transparent; }

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { color: transparent; }

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { color: transparent; }

html, body { height: 100%; margin: 0; padding: 0; }

html { display: block; font-family: sans-serif; font-size: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

/*-------------------------------  NOSCRIPT  ------------------------------------*/
.wzmMsg_Wrapp { z-index: 9998; position: fixed; top: 0; left: 0; width: 100%; height: auto; margin: 0; padding: 0 0 3px; border-bottom: 1px solid #ababab; overflow: visible; font-family: sans-serif; font-size: 12px; font-style: normal; font-weight: normal; line-height: 1.2em; color: #000; background-color: #fcea9c; -webkit-backface-visibility: hidden; user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }

.wzmMsg_Text { margin-left: 70px; padding: 0 30px 0 10px; min-height: 20px; border-left: 1px solid #ababab; }

.wzmMsg_Text > p { margin: 5px 0; white-space: normal; }

.wzmMsg_Text a { text-decoration: underline; color: #ff000c; }

.wzmMsg_Text a:hover { color: #900; }

.wzmMsg_Link { display: block; position: absolute; top: 7px; left: 10px; width: 50px; height: 18px; text-decoration: none !important; outline: none; }

.wzmMsg_Link img { border: none; }

#wzmMsg_JsClose, .wzmMsg_Close { display: block; position: absolute; top: 5px; right: 5px; width: 26px; height: 26px; text-align: center; font-size: 22px; line-height: 26px; cursor: hand; cursor: pointer; }

#wzmMsg_JsClose { z-index: 9999; opacity: 0; }

#wzmMsg_JsClose:checked, #wzmMsg_JsClose:checked + .wzmMsg_Wrapp { display: none; }

.wzmMsg_Close > span { display: block; position: relative; width: 26px; height: 26px; line-height: 26px; }

#wzmMsg_JsClose:hover + .wzmMsg_Wrapp .wzmMsg_Close, .wzmMsg_Close:hover { background-color: #ead371; }

#wzmMsg_JsClose:active + .wzmMsg_Wrapp .wzmMsg_Close, .wzmMsg_Close:active { background-color: #beaf6e; }

/*-------------------------------  Print  ------------------------------------*/
@media print { * { text-shadow: none !important; color: #000 !important; background: transparent !important; box-shadow: none !important; }
  a { text-decoration: underline; }
  a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ") "; }
  a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  abbr[title]:after { content: " (" attr(title) ") "; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; } }

/*enterReg.scss*/
/*-------------------------------  enterPopup  ------------------------------------*/
.enterRegPopup { position: relative; width: auto; margin: 20px auto; padding: 1.5% 2%; max-width: 700px; background: #fff; }

.enterReg_top { position: relative; margin-bottom: 3%; overflow: hidden; }

.enterReg_top:after { content: ''; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background: #ddd; }

.enterBlock, .regBlock { z-index: 9; float: left; position: relative; width: 46%; -webkit-backface-visibility: hidden; }

.regBlock { float: right; }

.enterReg_top .erTitle { position: relative; margin-bottom: 1.5em; text-transform: uppercase; font-size: 16px; font-weight: bold; line-height: 20px; color: #000; }

.enterBlock_form { opacity: 0; visibility: hidden; position: absolute; left: 0; transition: opacity 0.8s ease; }

.enterBlock .visForm { opacity: 1; visibility: visible; position: relative; -webkit-transform: none; -ms-transform: none; transform: none; }

.wFormRow { position: relative; margin-bottom: 8%; }

.wFormRow input { top: 0; left: 0; box-sizing: border-box; width: 100%; height: 40px; padding: 10px 20px; border: 1px solid #ddcbd6; font-size: 14px; color: #000; background: #fff; -webkit-backface-visibility: hidden; }

.wFormRow input:focus { border-color: #000; }

.wFormRow input:focus::-webkit-input-placeholder { color: transparent; }

.wFormRow input:focus::-moz-placeholder { color: transparent; }

.wFormRow input:focus::-ms-placeholder { color: transparent; }

.wFormRow .inpInfo { z-index: 2; position: absolute; top: 0; height: 0; overflow: hidden; right: 0; padding: 2px 5px; text-transform: uppercase; font-size: 9px; line-height: 12px; color: #fff; background: #000; opacity: 0; transition: all 0.2s ease; }

.wFormRow input:focus ~ .inpInfo { height: 12px; opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; }

.checkBlock { display: inline-block; position: relative; margin-bottom: 7%; vertical-align: top; cursor: pointer; min-height: 32px; user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; }

.checkBlock input { height: 1px; width: 1px; position: absolute; z-index: -1; opacity: 0; }

.checkBlock ins { float: left; width: 14px; height: 14px; margin-right: 8px; border: 1px solid #ddcbd6; background: #fff; }

input.error ~ ins { border-color: #f00; }

.checkBlock span { display: block; overflow: hidden; font-size: 12px; line-height: 16px; color: #a0a0a0; }

.checkBlock input:checked ~ ins { background: #000; box-shadow: inset 0 0 0 3px #fff; }

.checkBlock:hover p { color: #333; }

.enterReg_ctrl { position: absolute; bottom: 0; left: 0; width: 100%; }

.enterReg_btn { display: inline-block; vertical-align: top; background: #000; cursor: pointer; font-size: 15px; color: #fff; height: 36px; padding: 0 30px; border: none; text-transform: uppercase; }

.enterReg_btn:hover { background: #666; }

.enterReg_btn:active { -webkit-transform: translateY(2px); -ms-transform: translateY(2px); transform: translateY(2px); box-shadow: inset 0 -2px 4px #fff, inset 0 3px 6px rgba(0, 0, 0, 0.8); background: #666; }

.passLink { position: absolute; left: 0; bottom: 7px; cursor: pointer; font-size: 14px; line-height: 18px; }

.passLink:hover { text-decoration: underline; }

.forgetInf { font-size: 14px; line-height: 1.5em; color: #999; min-height: 116px; }

.socEnter { padding: 3% 0 0; border-top: 1px solid #ddd; text-align: center; }

.socEnter .erTitle { display: inline-block; vertical-align: top; font-size: 15px; line-height: 30px; font-weight: bold; color: #000; text-transform: uppercase; }

.socLinkEnter { display: inline-block; vertical-align: top; margin-left: 2%; }

.socLinkEnter button { display: inline-block; vertical-align: top; border: none; width: 80px; height: 30px; margin-left: 10px; background-color: #000; }

.socLinkEnter button:hover { background-color: #666; }

.socLinkEnter button:active { background-color: #666; box-shadow: inset 0 -1px 3px rgba(255, 255, 255, 0.8), inset 0 3px 6px rgba(0, 0, 0, 0.4); -webkit-transform: translateY(1px); -ms-transform: translateY(1px); transform: translateY(1px); }

.eVk { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAALCAYAAAByF90EAAABa0lEQVQ4y5VSuU7DQBBdUVAgpUCIGvEhCBD8BRF/gCgoEX9AFyhSIkpER41yGBkfEJICBeJ1YrDIgeNcxE4IzrCTYGsdU8BIq7Hf83tzrElWpedpiUp4bh8qexs7CYInJZXcwXAEGN2eCzwHMF7KqvoF015OjkLPyHO5AX447iemBfy42XJWxuOAgoxCBd8oLWt3wAV9sYCIucohD2IFX/DRHwY4E4vTbmC+1x/wEtZteZ9s7Z6S2ns3AFsdB1MMRR02EtfRFWIsZ2YKA+KTyjf3lWOeZNXNbVZg9OVxRppQKJrrPNZs9zEtB0ab8RNCDSvU7pNeD73bTGRPhaGR/DUQ/0EpGHF+uX+JQrG6FjGa3Iakmf8xqltdaNjt1YgR4+YetdqvItxHRqbXnhdu26y1MS2GjH7MYmzMiBG7gBLygqolZ7mUpHkRo+nyE0TMGwdMDK/VFrzVOyDm9COfF1Q9iWPhb4OcnDfgG1JjZ+6XlDL9AAAAAElFTkSuQmCC) center center no-repeat; }

.eFb { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAXCAYAAAA/ZK6/AAAAvUlEQVQ4y2NwiJ7MgIwdYyYzHD9/v/LgqTufrt5+/v/mvZf/z119/P/gyduvjl98WIymeArDgZO3/+MCQIP+o2gACpT+xwMwNACtfYOu6P3Hb2BnXbj25D/QmedRNIDcigxAitwSpqGoQeFcuvEMRcOh03e3oQcKIQ0bMDR8+PBF9uDJO09A+O2Hrygart958R8mB8JAIX6GyzeeWv8nErx6912RDhpI9vSohpGoAZiEX4CyIwwfPXe/C10DAOix0CKv56WjAAAAAElFTkSuQmCC) center center no-repeat; }

.eOd { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAATCAYAAABGKffQAAAByElEQVQ4y4WSyy8DQRzHJ+LkPxAnNxEnh14aidKrq4t63MXJUcRBXBx1ESdBHJs04iBxsX2E7vblUW2zz5ZtWc0qKtS2HTNbM7aNxy+ZmWTm83t95weGJ7wAL90o97KcWCgZFWjW6jBfMGCAlw4hhB2EsbbLjOZ8fnmDP1lGvsdHlwWPTq2DnGbQx+pHDWp3ZdhoNOgdGxFVC+aS6gy5xKlfns0e/BC/zo+9V00aAFknCEalfQKHeGmb1IdXgBNp9ItMcQiE4/IaTceJCTucEooUlotGPxBVfYDUZ5o1rIAfl8ZGBJ2ABf0JujxfaqAGbuEfdpqQF6l07ukNcHImvLZDuDF7HwCLfilpTve013me1VwBXjxiOSmNG9/zRx2e+R1HWrlzuDwMoBoL6gMMxxRmZfOYmVv2Md7dAIPUOCo9VkjzKUC0/M/4ixwEaPNIudKvEBYqFJWhUiz1WYVjWfjUzfiDUWkBY1c3MKvqgy2DhGGkq9wetV5vINnUBQo3QVG1p802J+3bIaYsWTCS6qCtvq2RSQacRATT7oAHC7CcUCYgnhOS0nKwfVQ4rqyC90q1m+VF/iypzNqHiDgEeWkHfZDPjeb+E4VugWfRpPpQAAAAAElFTkSuQmCC) center center no-repeat; }

.eMr { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUCAQAAADIQr64AAABzElEQVQ4EQXBS2gOAAAH8P/Htu+xr8WBj8mjkJhxlORx8AiFyUFclCKHKSQl4UCjSTkoSpQU5SzFQTSKODgsLI9YIvKc8W2mn98vKqqqKkaLRpPN1aZNm0kaRUFRWUlJKarGaBYNFjvpqT8GDRjwWLelGkRRs7JyNKuImvOGwV+D6oBhF7SKJmXlqIi5ekGfQ1ZZYIktzvoEXpgnisoRMz3DiG4VUdNumoiavb6gzyxRiIproFPMdtVX/HHXOjHOIUM4rySxGpwRa9XBa9/xQ59X5tkCVkicQ68xZurHTUtMNN9Jv8BO8QDdEs9xSlxEj1YREbtBlziB+6rx0T9bjfMOu0RERM1DdIld6FeLD+pWm2EIa0RERJPLOCG2GjZkTnz2V4epfmKjiIgY6za6xD58MCVe4qC4hUsaRURsBsfEKTzUEpdxXywHR7UoKOvwBmwSj3HB6OgAh8Ue8MR1dzCsjk471LFBosUN/LNZrPcM8NZ2x/FbHVdVJaLdOww6oigW6rTJeDFBD3hkskhELPMePHLAYlNMt80V67Xa74BJosmoKIiY7jrgl34fjeCeiogoaVaOKCiIRouc9tQ333w1oMdKEQ2KSkpK/wHc9mRWfKCvrwAAAABJRU5ErkJggg==) center center no-repeat; }

@media only screen and (max-width: 720px) { .popupContent { display: block; overflow: hidden; margin: 0; max-height: 0; padding: 0 10px; transition: all 0.5s linear; }
  .enterRegPopup { max-width: 380px; padding: 30px 15px 15px; }
  .enterRegPopup .mfp-close { width: 30px; height: 30px; line-height: 30px; }
  .enterReg_top { margin: 0; }
  .enterReg_top:after { display: none; }
  .socEnter { padding: 0; border: 0; }
  .enterBlock, .regBlock { float: none; width: auto; }
  .enterReg_top .erTitle, .socEnter .erTitle { margin: 0; background: #000; color: #fff; display: block; text-align: center; padding: 10px 0; font-size: 14px; line-height: 20px; text-transform: uppercase; margin-bottom: 1px; cursor: pointer; }
  .wCur .popupContent { max-height: 400px; padding: 10px; }
  .wCur .erTitle { box-shadow: inset 0 0 0 1px #000; background: #fff; color: #000; }
  .socLinkEnter button { width: 48%; float: left; margin: 1%; height: 40px; } }

/*jquery-magnific-popup.scss*/
/*
    jquery-magnific-popup.css
    Wezom wTPL v3.0
*/
/*-------------------------------  Magnific  ------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg { z-index: 1042; position: fixed; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; opacity: 0.8; background: #0b0b0b; filter: alpha(opacity=80); }

.mfp-wrap { z-index: 1043; position: fixed; top: 0; left: 0; width: 100%; height: 100%; outline: none !important; -webkit-backface-visibility: hidden; }

.mfp-container { position: absolute; top: 0; left: 0; box-sizing: border-box; width: 100%; height: 100%; padding: 0 8px; text-align: center; }

.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }

.mfp-align-top .mfp-container:before { display: none; }

.mfp-content { display: inline-block; z-index: 1045; position: relative; margin: 0 auto; text-align: left; vertical-align: middle; }

.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: zoom-out; }

.mfp-zoom { cursor: pointer; cursor: zoom-in; }

.mfp-auto-cursor .mfp-content { cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; }

.mfp-loading.mfp-figure { display: none; }

.mfp-hide { display: none !important; }

.mfp-preloader { z-index: 1044; position: absolute; top: 50%; right: 8px; left: 8px; width: auto; margin-top: -0.8em; text-align: center; color: #cccccc; }

.mfp-preloader a { color: #cccccc; }

.mfp-preloader a:hover { color: white; }

.mfp-s-ready .mfp-preloader { display: none; }

.mfp-s-error .mfp-content { display: none; }

button.mfp-close, button.mfp-arrow { display: block; z-index: 1046; -webkit-appearance: none; -moz-appearance: none; appearance: none; padding: 0; border: 0; overflow: visible; outline: none; background: transparent; box-shadow: none; cursor: pointer; }

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

.mfp-close { position: absolute; top: 0; right: 0; width: 44px; height: 44px; padding: 0 0 18px 10px; text-align: center; text-decoration: none; font-family: Arial,Baskerville,monospace; font-size: 28px; font-style: normal; line-height: 44px; color: white; opacity: 0.65; filter: alpha(opacity=65); }

.mfp-close:hover, .mfp-close:focus { opacity: 1; filter: alpha(opacity=100); }

.mfp-close:active { top: 1px; }

.mfp-close-btn-in .mfp-close { color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { right: -6px; width: 100%; padding-right: 6px; text-align: right; color: white; }

.mfp-counter { position: absolute; top: 0; right: 0; font-size: 12px; line-height: 18px; color: #cccccc; }

.mfp-arrow { position: absolute; top: 50%; width: 90px; height: 110px; margin: 0; margin-top: -55px; padding: 0; opacity: 0.65; filter: alpha(opacity=65); -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active { margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { content: ''; display: block; position: absolute; top: 0; left: 0; width: 0; height: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a { top: 8px; border-top-width: 13px; border-bottom-width: 13px; }

.mfp-arrow:before, .mfp-arrow .mfp-b { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }

.mfp-arrow-left { left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a { margin-left: 31px; border-right: 17px solid white; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3f3f3f; }

.mfp-arrow-right { right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a { margin-left: 39px; border-left: 17px solid white; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content { width: 100%; max-width: 900px; line-height: 0; }

.mfp-iframe-holder .mfp-close { top: -40px; }

.mfp-iframe-scaler { width: 100%; height: 0; padding-top: 56.25%; overflow: hidden; }

.mfp-iframe-scaler iframe { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: black; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

/* Main image in popup */
img.mfp-img { display: block; box-sizing: border-box; width: auto; height: auto; margin: 0 auto; padding: 40px 0 40px; max-width: 100%; line-height: 0; }

/* The shadow behind the image */
.mfp-figure { line-height: 0; }

.mfp-figure:after { content: ''; display: block; z-index: -1; position: absolute; top: 40px; right: 0; bottom: 40px; left: 0; width: auto; height: auto; background: #444444; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure small { display: block; font-size: 12px; line-height: 14px; color: #bdbdbd; }

.mfp-figure figure { margin: 0; }

.mfp-bottom-bar { position: absolute; top: 100%; left: 0; width: 100%; margin-top: -36px; cursor: auto; }

.mfp-title { padding-right: 36px; text-align: left; line-height: 18px; color: #f3f3f3; word-wrap: break-word; }

.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) { .mfp-img-mobile .mfp-image-holder { padding-right: 0; padding-left: 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 { position: fixed; top: auto; bottom: 0; box-sizing: border-box; margin: 0; padding: 3px 5px; background: rgba(0, 0, 0, 0.6); }
  .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
  .mfp-img-mobile .mfp-counter { top: 3px; right: 5px; }
  .mfp-img-mobile .mfp-close { position: fixed; top: 0; right: 0; width: 35px; height: 35px; padding: 0; text-align: center; line-height: 35px; background: rgba(0, 0, 0, 0.6); } }

@media all and (max-width: 900px) { .mfp-arrow { -webkit-transform: scale(0.75); -ms-transform: scale(0.75); transform: scale(0.75); }
  .mfp-arrow-left { -webkit-transform-origin: 0; -ms-transform-origin: 0; transform-origin: 0; }
  .mfp-arrow-right { -webkit-transform-origin: 100%; -ms-transform-origin: 100%; transform-origin: 100%; }
  .mfp-container { padding-right: 6px; padding-left: 6px; } }

.mfp-ie7 .mfp-img { padding: 0; }

.mfp-ie7 .mfp-bottom-bar { left: 50%; width: 600px; margin-top: 5px; margin-left: -300px; padding-bottom: 5px; }

.mfp-ie7 .mfp-container { padding: 0; }

.mfp-ie7 .mfp-content { padding-top: 44px; }

.mfp-ie7 .mfp-close { top: 0; right: 0; padding-top: 0; }

.zoom-in .mfp-preloader, .zoom-in .mfp-arrow, .zoom-in .mfp-content { opacity: 0; transition: all 0.4s ease-in-out; -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); }

/* animate in */
.zoom-in.mfp-ready .mfp-preloader, .zoom-in.mfp-ready .mfp-arrow, .zoom-in.mfp-ready .mfp-content { opacity: 1; transition-timing-function: cubic-bezier(0.63, 0.55, 0.31, 1.5); -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

/* animate out */
.zoom-in.mfp-removing .mfp-preloader, .zoom-in.mfp-removing .mfp-arrow, .zoom-in.mfp-removing .mfp-content { -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); opacity: 0; }

/* Dark overlay, start state */
.zoom-in.mfp-bg { opacity: 0.001; /* Chrome opacity transition bug */ transition: opacity 0.3s ease-out; }

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

/* animate out */
.zoom-in.mfp-removing.mfp-bg { opacity: 0; }

.mfp-image > * { cursor: pointer; }

/* mfiModal */
.mfiModal { position: relative; width: 90%; max-width: 320px; margin: 40px auto; padding: 0 12px; box-sizing: border-box; }

.mfiModal.medium { max-width: 540px; }

.mfiModal.big { max-width: 750px; }

.mfiModal:after { content: ''; position: absolute; top: 12px; left: 0; width: 100%; height: 100%; background: #1fb6ff; }

.mfiModal__content { position: relative; background: #fff; padding: 30px 70px; z-index: 5; }

.mfiModal__content .wTitle { font-size: 35px; }

.mfp-close-btn-in .mfp-close { font-size: 0; top: -38px; right: -38px; width: 38px; height: 38px; opacity: 0.8; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAQAAAACNCElAAACN0lEQVRIx62WS08TURSAT0ItUiskIgjxtRLcwC9w485FQ3Qt/gTTabt06V8xRGo00fjAhRLQGI3UtgpoJHHjtjWRqnGg8XPR6XUe996ZqZyues6c7+bce16CGH9zOFRp0MbFpU2DKg5zZg+9Ok+ZLUyyRZl8MliGIi3ipE2RTBzsHBsklRozNliB76SRDgUT7Cr7pJV9FnWwBboMIl0WwrBZdhlUdpn1wzIprl0nG72X7cGKEbPLK6PrG35GdE4flo/k1W8KZLmnRa0wwkV+hLQt8j1YOWT4xSUEIcudCOoRwwjChcgdl3uwcOF85YyqhmrAcp+sZ5lkJ1JkIsxrQtnhlOc0xG2lvatQE3zQeM0LjvZmPjGlcEsAVDnkaY5R1/qUxHdyUDaZULhbLDHk/RvjrcFjWWgaU6DJuML1UaOWlGmKtd3UGAs0ghzrlq9bgmvN7dc+XI7n1m/dONhLRn2wp3EwW5gvOBoIc4QVe5jmB1hXnX5cPcVhntgeYNlgWuOIBzhOnYZKlGEem1OjpDWsklPZ3vDy7oSnyfLQlLS6cnrmQ71X2m2mFe6Bvpyihf5ZoSbZDBXZSYWr6wpdqETOuIEgTLGtaQGnEYTr/AlZKqbmCDeZ5qP2Zr5wVnN8u98c9Z3DnH86i3NwA+Wdf6D836jrBEfdAQ9hQVgcANflmmlxuUwnZYBXbCvVDLUUK9X5JMvetwTLnhO/7PWHRkWT/f9qNPEa6l+QS96CvMeetyCXbAvyX6mCaSInCySCAAAAAElFTkSuQmCC) 0 0 no-repeat; transition: opacity 0.2s linear; }

.mfp-close-btn-in .mfp-close:hover { opacity: 1; }

.mfp-close-btn-in .mfp-close:active { opacity: .4; }

.list_number { position: relative; font-size: 0; line-height: 0; padding: 0 20px; margin-bottom: 30px; }

.list_number li { position: relative; display: block; padding-left: 120px; margin-bottom: 20px; min-height: 40px; font: 300 20px/24px 'FuturaPT'; color: #5b5959; }

.list_number li > span { display: inline-block; position: absolute; top: 0; left: 0; width: 32px; height: 32px; border-radius: 100%; background: #1fb6ff; text-align: center; font: 700 15px/32px 'FuturaPT'; color: #fff; }

/*jquery-validation.scss*/
/*
    jquery-validation.css
    Wezom wTPL v3.0
*/
/*-------------------------------  validation ------------------------------------*/
.wForm { position: relative; }

.wForm .error { border-color: #EB4F1F !important; }

.wForm label { cursor: pointer; }

.wForm label.error { z-index: 3; position: absolute; top: 100%; left: 0; padding: 2px 8px; max-width: 100%; border: 1px solid #EB4F1F; text-align: center; font-size: 11px; line-height: 13px; background: #fff; -ms-transform: translateY(4px); -webkit-transform: translateY(4px); transform: translateY(4px); cursor: help; }

.wForm label.error:before, .wForm label.error:after { content: " "; position: absolute; bottom: 100%; left: 10%; width: 0; height: 0; border: solid transparent; pointer-events: none; }

.wForm label.error:before { border-color: rgba(235, 79, 31, 0); border-bottom-color: #EB4F1F; border-width: 5px; margin-left: -5px; }

.wForm label.error:after { border-color: rgba(255, 255, 255, 0); border-bottom-color: #fff; border-width: 4px; margin-left: -4px; }

.wFileVal, .wCheck, .wRadio { user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; }

/*-------------------------------  wFormDef  ------------------------------------*/
.wFormDef .wFormRow { cursor: default; position: relative; font-weight: 300; font-family: 'OpenSans'; margin: 16px 0; }

.wFormDef .wFormRow:first-child { margin-top: 0; }

.wFormDef .wFormRow:last-child { margin-bottom: 0; }

.wFormDef .wFormInput { position: relative; display: block; margin-bottom: 12px; }

.wFormDef .wFormInput:last-child { margin-bottom: 0; }

.wFormDef .wLabel { display: block; font-size: 16px; line-height: 30px; padding: 5px 0; margin-left: 3px; }

.wFormDef .wInput, .wFormDef .wInputSpan, .wFormDef .wTextarea, .wFormDef .wSelect { box-sizing: border-box; display: block; width: 100%; padding: 12px; margin: 5xp 0 0 0; height: 40px; border: 1px solid #d7d7d7; background-color: #fff; }

.wFormDef .wInput:hover, .wFormDef .wInputSpan:hover, .wFormDef .wTextarea:hover, .wFormDef .wSelect:hover { background: #f8f8f8; }

.wFormDef .wInput:focus, .wFormDef .wInputSpan:focus, .wFormDef .wTextarea:focus, .wFormDef .wSelect:focus { border-color: #364657; box-shadow: inset 0 0 0 1px #5696D0; }

.wFormDef .error.wInput, .wFormDef .error.wInputSpan, .wFormDef .error.wTextarea, .wFormDef .error.wSelect { background-color: #fdd; }

.wFormDef .error.wInput:focus, .wFormDef .error.wInputSpan:focus, .wFormDef .error.wTextarea:focus, .wFormDef .error.wSelect:focus, .wFormDef .wFile.error:active ~ .wFileVal, .wFormDef .wFile.error:focus ~ .wFileVal, .wFormDef .wFile.error:hover ~ .wFileVal { border-color: #EB4F1F; box-shadow: inset 0 0 0 1px #EB4F1F; }

.wFormDef .wInputSpan { background-color: transparent; min-height: 40px; line-height: 16px; }

.wFormDef .wTextarea { height: 70px; resize: none; }

.wFormDef .wFileVal > span { display: block; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width: 100%; }

.wFormDef .wFileVal > span > ins { color: #999; text-decoration: none; font-style: italic; }

.wFormDef label.error:not([style$="none;"]) ~ .wFileVal { border-color: #EB4F1F; }

.wFormDef .wCheck, .wFormDef .wRadio { margin: 0 25px 8px 0; }

.wFormDef .wCheck span, .wFormDef .wRadio span { position: relative; display: inline; }

.wFormDef .wCheck ins, .wFormDef .wRadio ins { box-sizing: border-box; position: relative; text-decoration: none; height: 26px; width: 26px; border-radius: 100%; margin-right: 12px; background-color: #1fb6ff; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 0 0 16px #efefef; border: 1px solid #fff; transition: box-shadow .15s linear, border-color .15s linear; }

.wFormDef .wCheck, .wFormDef .wRadio, .wFormDef .wCheck span, .wFormDef .wRadio span, .wFormDef .wCheck ins, .wFormDef .wRadio ins { font-family: 'OpenSans'; font-weight: 300; font-size: 16px; line-height: 26px; }

.wFormDef .wCheck, .wFormDef .wRadio, .wFormDef .wCheck ins, .wFormDef .wRadio ins { display: inline-block; vertical-align: top; }

.wFormDef .wFile, .wFormDef .wCheck input, .wFormDef .wRadio input { position: absolute; top: 0; left: 0; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

.wFormDef .wCheck input:checked ~ ins, .wFormDef .wRadio input:checked ~ ins { box-shadow: inset 0 0 0 4px #efefef; border-color: transparent; }

.wFormDef .wRadio ins { border-radius: 18px; }

.wFormDef .inpInfo { pointer-events: none; z-index: 2; position: absolute; top: 0; height: 0; overflow: hidden; right: 0; padding: 2px 6px; text-transform: uppercase; font-size: 9px; line-height: 12px; color: #fff; border-radius: 0 3px 0 3px; background: #364657; opacity: 0; transition: opacity .2s ease, height .2s ease; }

.wFormDef .wTextarea.error ~ .inpInfo, .wFormDef .wSelect.error ~ .inpInfo, .wFormDef .wInput.error ~ .inpInfo { background: #f00; }

.wFormDef .wTextarea:focus ~ .inpInfo, .wFormDef .wSelect:focus ~ .inpInfo, .wFormDef .wInput:focus ~ .inpInfo { height: 12px; opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; }

.wFormDef .wCaption { display: block; font-size: 12px; color: #999; font-style: italic; line-height: 14px; margin-bottom: 5px; }

.no-touch .wFormDef .wInput[type="number"], .no-touch .wFormDef .wInput[type="date"] { -moz-appearance: textfield; }

.no-touch .wFormDef .wInput[type="number"]::-webkit-outer-spin-button, .no-touch .wFormDef .wInput[type="number"]::-webkit-inner-spin-button, .no-touch .wFormDef .wInput[type="date"]::-webkit-outer-spin-button, .no-touch .wFormDef .wInput[type="date"]::-webkit-inner-spin-button { -moz-appearance: none; appearance: none; -webkit-appearance: none; }

.select2-container { width: 100% !important; }

.select2-container .select2-selection--single { height: 50px; border: 1px solid #d7d7d7; border-radius: 0; }

.select2-container .select2-selection--single .select2-selection__rendered { line-height: 50px; color: #000; }

.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__clear { display: none; }

.select2-container .select2-selection--single .select2-selection__arrow { top: 50%; right: 8px; width: 32px; height: 32px; border-radius: 8px; background: #1fb6ff; margin-top: -16px; transition: background 0.2s linear; }

.select2-container .select2-selection--single .select2-selection__arrow:hover { background: #0077d3; }

.select2-container .select2-selection--single .select2-selection__arrow > b { border-color: #fff transparent transparent transparent; }

.select2-container .select2-container--open .select2-selection__arrow b { border-color: transparent transparent #fff transparent !important; }

.select2-dropdown { font-family: 'OpenSans'; font-weight: 300; border-color: #364657; border-radius: 0; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #fff transparent; }

.wFormDef .wFormRow_2col > div { display: inline-block; vertical-align: top; width: 50%; max-width: 320px; margin-top: 0; }

.wFormDef .wFormRow_2col .wFormRow:first-child { float: none; }

.wFormDef .wFormRow_2col .wFormRow:last-child { margin: 0; float: right; }

@charset "UTF-8";
/*slick-theme.scss*/
/* Slider */
.slick-loading .slick-list { background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face { font-family: "slick"; 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"); font-weight: normal; font-style: normal; }

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0px; font-size: 0px; cursor: pointer; background: transparent; color: transparent; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0; border: none; outline: none; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: 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: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }

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

.slick-prev:before { content: "←"; }

[dir="rtl"] .slick-prev:before { content: "→"; }

.slick-next { right: -25px; }

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

.slick-next:before { content: "→"; }

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

/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -25px; list-style: none; display: block; text-align: center; padding: 0; margin: 0; width: 100%; }

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

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

.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 { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img { display: block; }

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

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

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

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

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

.slick-arrow.slick-hidden { display: none; }

/*wBreadcrumbs.scss*/
/*-------------------------------  Fonts  ------------------------------------*/
@font-face { font-family: 'OpenSans'; src: url("../fonts/OpenSans_Light.woff2") format("woff2"), url("../fonts/OpenSans_Light.woff") format("woff"); font-weight: 300; font-style: normal; }

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

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

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

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

@font-face { font-family: 'FuturaPT'; src: url("../fonts/FuturaPT_Light.woff2") format("woff2"), url("../fonts/FuturaPT_Light.woff") format("woff"); font-weight: 300; font-style: normal; }

@font-face { font-family: 'FuturaPT'; src: url("../fonts/FuturaPT_Book.woff2") format("woff2"), url("../fonts/FuturaPT_Book.woff") format("woff"); font-weight: 400; font-style: normal; }

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

@font-face { font-family: 'FuturaPT'; src: url("../fonts/FuturaPT_Bold.woff2") format("woff2"), url("../fonts/FuturaPT_Bold.woff") format("woff"); font-weight: 700; font-style: normal; }

.breadcrumbs { width: 100%; padding-left: 20px; display: inline-block; vertical-align: middle; font-size: 0; line-height: 0; font-family: 'FuturaPT'; font-weight: 300; box-sizing: border-box; }

.breadcrumbs > span { display: inline-block; vertical-align: top; font-size: 14px; line-height: 18px; color: #1fb6ff; text-decoration: none; }

.breadcrumbs > span:last-child { text-decoration: underline; }

.breadcrumbs > span:first-child:before { display: none; }

.breadcrumbs > span > a { color: #c6c6c6; text-decoration: none; transition: color 0.2s linear; }

.breadcrumbs > span > a:after { content: '>'; display: inline-block; vertical-align: top; margin: 0 7px; }

.breadcrumbs > span > a:hover { color: #fff; }

@media only screen and (max-width: 620px) { .breadcrumbs > span { display: none; }
  .breadcrumbs > span:before { display: none; }
  .breadcrumbs > span:nth-last-child(2) { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width: 100%; background: none; margin: 0; }
  .breadcrumbs > span:nth-last-child(2):before { content: '<'; display: inline-block; margin: 0 5px 0 3px; color: #c6c6c6; }
  .breadcrumbs > span > a:after { content: none; } }

/*wBtn.scss*/
/*-------------------------------  Fonts  ------------------------------------*/
@font-face { font-family: 'OpenSans'; src: url("../fonts/OpenSans_Light.woff2") format("woff2"), url("../fonts/OpenSans_Light.woff") format("woff"); font-weight: 300; font-style: normal; }

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

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

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

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

@font-face { font-family: 'FuturaPT'; src: url("../fonts/FuturaPT_Light.woff2") format("woff2"), url("../fonts/FuturaPT_Light.woff") format("woff"); font-weight: 300; font-style: normal; }

@font-face { font-family: 'FuturaPT'; src: url("../fonts/FuturaPT_Book.woff2") format("woff2"), url("../fonts/FuturaPT_Book.woff") format("woff"); font-weight: 400; font-style: normal; }

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

@font-face { font-family: 'FuturaPT'; src: url("../fonts/FuturaPT_Bold.woff2") format("woff2"), url("../fonts/FuturaPT_Bold.woff") format("woff"); font-weight: 700; font-style: normal; }

.wBtn { position: relative; display: inline-block; vertical-align: top; width: auto; min-width: 290px; font-size: 20px; font-family: 'FuturaPT'; font-weight: 300; text-decoration: none; height: 48px; line-height: 46px; border: 1px solid #1fb6ff; border-radius: 8px; padding: 0 5px; margin: 0 0 0.4em; background: #1fb6ff; cursor: pointer; color: #fff; box-shadow: 0 2px 0 0 #0077d3; box-sizing: border-box; user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; -ms-transform-origin: 50% 50%; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; transition: all .3s linear; }

.wBtn:hover { background: #364657; border-color: #364657; box-shadow: 0 2px 0 0 #4d4d4d; }

.wBtn:active { background: #000; border-color: #000; }

/*wpreloader.scss*/
/*%wpreloader {
    cursor: wait;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    margin: auto;
}
%mw100 {
    max-width: 100%;
}

.wpreloader_wraper {
    @extend %wpreloader;
    @extend %mw100;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.65);
    display: none;
}
.wpreloader_holder {
    @extend %wpreloader;
    max-width: 68%;
    > div {
        @extend %wpreloader;
        @extend %mw100;
    }
}
.wpreloader_removing {
    &.fade_preloader {
        .wpreloader_wraper {
            visibility: hidden;
            opacity: 0;
            transition: visibility .3s ease, opacity .3s ease;
        }
    }
}

.wpreloader_show {
    position: relative;
}*/
.wpreloader_wraper, .wpreloader_holder > div, .wpreloader_holder { cursor: wait; text-align: center; position: absolute; top: 0; left: 0; right: 0; bottom: 0; max-width: 100%; max-height: 100%; margin: auto; }

.wpreloader_removing.fade_preloader .wpreloader_wraper { visibility: hidden; opacity: 0; transition: visibility .3s ease, opacity .3s ease; }

.wpreloader_holder { max-width: 68%; }

.wpreloader_wraper { width: 100%; height: 100%; background: rgba(255, 255, 255, 0.65); display: none; }

.wpreloader_show { position: relative; }

.wpreloader_show .wpreloader_wraper { display: block; }

.wpreloader_block .wpreloader_wraper { background: none; position: fixed; z-index: 1050; }

.wpreloader_block .wpreloader_wraper:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.8; -webkit-backface-visibility: hidden; backface-visibility: hidden; background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIwMzAwQjE3NzYzQjExRTVBRTU3QzQyQTIyMjM1RTYxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIwMzAwQjE4NzYzQjExRTVBRTU3QzQyQTIyMjM1RTYxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjAzMDBCMTU3NjNCMTFFNUFFNTdDNDJBMjIyMzVFNjEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjAzMDBCMTY3NjNCMTFFNUFFNTdDNDJBMjIyMzVFNjEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAgICAgICAgICAgIDAwMDAwMDAwMDAQEBAQEBAQIBAQICAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAAeAB4DAREAAhEBAxEB/8QAZAAAAwEBAAAAAAAAAAAAAAAAAgMEAAoBAQAAAAAAAAAAAAAAAAAAAAAQAAIDAAICAQMCBwEAAAAAAAECEQMEEgUhEzJhIhRCFTFBUXGBYiMGEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDud167tVx6fpytXqVU27UUCrBUBx9NPGFOkqIAHx+hBKgV12fo89HXddR7918/j55l7HPz1638EICJZjExAgDwGppz9Hnv7Hsb/fuvj8jREvY5+GTInghARCqImJMAeAmFXZOH73RQ1mulQ3X9UGIGfM7KugtEc9tuYt/IwYETCgKbrs/R56Ou66j37r5/HzzL2Ofnr1v4IQESzGJiBAHgNTTn6PPf2PY3+/dfH5GiJexz8MmRPBCAiFURMSYA8AOTJdquHcdwFq9Ss+LE7AVYKgOXuu5Qp0lRJJ+P0IAUFfutt9v7nL5+jwvx58GNnYWXN+L7eHhlyZ2u5f1JWYJEKD6ac/R57+x7G/37r4/I0RL2OfhkyJ4IQEQqiJiTAHgByZLtVw7juAtXqVnxYnYCrBUBy913KFOkqJJPx+hACgr/AK/+it/XT0dL/wCyWdpYjf4ZMiMP7sfr8QsPYUPsTq89NVmWlTV2FpCjLnV0anPkUGEe624qvHzAkRMwENQD9lRo711p12Mw6rr2DPmzgGOR0KpzW7XgfqkSIE8QALtfbfaf3Pnh6PO6c+PK6zsLC32e38X3NnyKw/VxJMTBI4hZ2B2PRTn6tFpy2VA29hUUdc+ULIXJnpY3W3Og+3isCRBnyAlA6MdG9dbs3WMwr0aKw/uS7mvG+9eI0G86AkDgTJX7eH8A/9k=); }

/* wpreloader_logo */
.wpreloader_logo { position: relative; width: 70px; height: 26px; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

.wpreloader_logo > ul, .wpreloader_logo > ul > li { padding: 0 !important; margin: 0 !important; list-style-type: none !important; }

.wpreloader_logo > ul { position: relative; height: 0; width: 100%; padding-top: 36% !important; background-size: 100%; }

.wpreloader_logo > ul > li, .wpreloader_logo > ul > li > span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.wpreloader_logo > ul > li { width: 57%; }

.wpreloader_logo > ul > li + li { left: 43%; }

.wpreloader_logo > ul > li > span:first-child:before, .wpreloader_logo > ul > li > span + span:after { content: ''; position: absolute; left: 0; top: 0; width: 77%; height: 36%; background-color: #ff1800; border-radius: 1000px; }

.wpreloader_logo > ul > li + li span:first-child:before { width: 75%; }

.wpreloader_logo > ul > li span:first-child:before { /* width: 78%; */ -webkit-animation: wlogo_before ease-in-out infinite; animation: wlogo_before ease-in-out infinite; }

.wpreloader_logo > ul > li span + span:after { width: 76%; -webkit-animation: wlogo_after ease-in-out infinite; animation: wlogo_after ease-in-out infinite; }

.wpreloader_logo > ul > li:first-child span:first-child { -webkit-animation: wlogo_span_a ease-in-out infinite; animation: wlogo_span_a ease-in-out infinite; }

.wpreloader_logo > ul > li:first-child span + span { -webkit-animation: wlogo_span_b ease-in-out infinite; animation: wlogo_span_b ease-in-out infinite; }

.wpreloader_logo > ul > li + li span:first-child { -webkit-animation: wlogo_span_c ease-in-out infinite; animation: wlogo_span_c ease-in-out infinite; }

.wpreloader_logo > ul > li + li span + span { -webkit-animation: wlogo_span_d ease-in-out infinite; animation: wlogo_span_d ease-in-out infinite; }

.wpreloader_logo > ul > li span:first-child:before, .wpreloader_logo > ul > li span + span:after, .wpreloader_logo > ul > li:first-child span:first-child, .wpreloader_logo > ul > li:first-child span + span, .wpreloader_logo > ul > li + li span:first-child, .wpreloader_logo > ul > li + li span + span { -webkit-animation-duration: .8s; animation-duration: .8s; -webkit-animation-direction: alternate; animation-direction: alternate; }

/* wlogo_before */
@-webkit-keyframes wlogo_before { 0%, 30% { -webkit-transform: rotate(45.5deg) translate(11%, 88%); }
  100% { -webkit-transform: rotate(-45.5deg) translate(-26%, 37%); } }

@keyframes wlogo_before { 0%, 30% { -webkit-transform: rotate(45.5deg) translate(11%, 88%); transform: rotate(45.5deg) translate(11%, 88%); }
  100% { -webkit-transform: rotate(-45.5deg) translate(-26%, 37%); transform: rotate(-45.5deg) translate(-26%, 37%); } }

/* wlogo_after */
@-webkit-keyframes wlogo_after { 0%, 30% { -webkit-transform: rotate(-46deg) translate(8%, 156%); }
  100% { -webkit-transform: rotate(46deg) translate(46%, -36%); } }

@keyframes wlogo_after { 0%, 30% { -webkit-transform: rotate(-46deg) translate(8%, 156%); transform: rotate(-46deg) translate(8%, 156%); }
  100% { -webkit-transform: rotate(46deg) translate(46%, -36%); transform: rotate(46deg) translate(46%, -36%); } }

/* wlogo_span_a */
@-webkit-keyframes wlogo_span_a { 0%, 30%, 100% { -webkit-transform: translateX(0%); }
  60% { -webkit-transform: translateX(-35%); } }

@keyframes wlogo_span_a { 0%, 30%, 100% { -webkit-transform: translateX(0%); transform: translateX(0%); }
  60% { -webkit-transform: translateX(-35%); transform: translateX(-35%); } }

/* wlogo_span_d */
@-webkit-keyframes wlogo_span_d { 0%, 30%, 100% { -webkit-transform: translateX(0%); }
  60% { -webkit-transform: translateX(35%); } }

@keyframes wlogo_span_d { 0%, 30%, 100% { -webkit-transform: translateX(0%); transform: translateX(0%); }
  60% { -webkit-transform: translateX(35%); transform: translateX(35%); } }

/* wlogo_span_b */
@-webkit-keyframes wlogo_span_b { 0%, 30%, 100% { -webkit-transform: translateX(0%); }
  65% { -webkit-transform: translateX(-5.5%); } }

@keyframes wlogo_span_b { 0%, 30%, 100% { -webkit-transform: translateX(0%); transform: translateX(0%); }
  65% { -webkit-transform: translateX(-5.5%); transform: translateX(-5.5%); } }

/* wlogo_span_c */
@-webkit-keyframes wlogo_span_c { 0%, 30%, 100% { -webkit-transform: translateX(0%); }
  65% { -webkit-transform: translateX(5.5%); } }

@keyframes wlogo_span_c { 0%, 30%, 100% { -webkit-transform: translateX(0%); transform: translateX(0%); }
  65% { -webkit-transform: translateX(5.5%); transform: translateX(5.5%); } }

/*wSitemap.scss*/
.wSitemap ul li:before, .wSitemap ul li a { padding: 0.07143em 0.7em; border-radius: 0.25em; }

.wSitemap ul li:hover > a, .wSitemap ul li:hover:before { color: #fff; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

.wSitemap ul li:before, .wSitemap ul li:after, .wSitemap ul li a { transition: background-color 0.1s ease, color 0.1s ease; }

.wSitemap { font-family: Verdana, sans-serif; font-size: 14px; margin: 0 0 1.6em; }

.wSitemap > ul { padding-left: 2em; overflow: hidden; }

.wSitemap ul { counter-reset: sitemap; list-style-type: none; }

.wSitemap ul ul { margin-left: 2em; }

.wSitemap ul li { position: relative; margin: 0.5em 0; }

.wSitemap ul li:before { float: left; background-color: #364657; color: #fff; border-top-right-radius: 0; border-bottom-right-radius: 0; counter-increment: sitemap; content: counters(sitemap, ".") " "; }

.wSitemap ul li:after { content: '|-'; position: absolute; right: 100%; margin-right: 0.5em; top: 0; width: auto; height: 100%; white-space: nowrap; text-align: right; opacity: .3; border-bottom-left-radius: 0.5em; }

.wSitemap ul li a { text-decoration: none; color: #666; border-top-left-radius: 0; border-bottom-left-radius: 0; text-shadow: 0 -1px #fff; background-color: #e5e6e9; display: block; overflow: hidden; }

.wSitemap ul li:hover > a { text-decoration: underline; background-color: #01648e; }

.wSitemap ul li:hover:after { color: transparent; }

.wSitemap ul li:hover:before, .wSitemap ul li:hover:after { background-color: #0091d7; }

.wSitemap ul li li:hover > a { background-color: #027cb2; }

.wSitemap ul li li:hover:before, .wSitemap ul li li:hover:after { background-color: #d34013; }

.wSitemap ul li li li:hover > a { background-color: #0295d5; }

.wSitemap ul li li li:hover:before, .wSitemap ul li li li:hover:after { background-color: #EB4F1F; }

.wSitemap ul li li li li:hover > a { background-color: #02aef8; }

.wSitemap ul li li li li:hover:before, .wSitemap ul li li li li:hover:after { background-color: #ee6940; }

.wSitemap ul li li li li li:hover > a { background-color: #21bafd; }

.wSitemap ul li li li li li:hover:before, .wSitemap ul li li li li li:hover:after { background-color: #f18361; }

/*wTxt.scss*/
/*----------------------------------- wTxt -----------------------------------*/
.wTxt { text-align: left; text-decoration: none; position: relative; color: #4d4d4d; text-transform: none; font-family: Verdana, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; line-height: 1.6em; margin: 0 0 1.6em; }

.wTxt a { text-decoration: underline; color: #1fb6ff; }

.wTxt a:visited { text-decoration: inherit; color: #364657; }

.wTxt a:hover { text-decoration: underline; color: #c6c6c6; }

.wTxt a:active { text-decoration: underline; color: #4d4d4d; }

.wTxt a[href^="http"], .wTxt a[href^="www."] { cursor: pointer; cursor: alias; }

.wTxt h1, .wTxt h2, .wTxt h3, .wTxt h4, .wTxt h5, .wTxt h6 { line-height: 1.2em; margin: 1em 0 0.7em; font-family: 'OpenSans'; font-weight: 800; }

.wTxt h1 a, .wTxt h2 a, .wTxt h3 a, .wTxt h4 a, .wTxt h5 a, .wTxt h6 a { text-decoration: none; }

.wTxt h1:before, .wTxt h2:before, .wTxt h3:before, .wTxt h4:before, .wTxt h5:before, .wTxt h6:before { content: ''; display: block; clear: both; height: 0; }

.wTxt h1:first-child, .wTxt h2:first-child, .wTxt h3:first-child, .wTxt h4:first-child, .wTxt h5:first-child, .wTxt h6:first-child { margin-top: 0; }

.wTxt h1 { font-size: 38px; }

.wTxt h2 { font-size: 34.2px; }

.wTxt h3 { font-size: 30.4px; }

.wTxt h4 { font-size: 26.6px; }

.wTxt h5 { font-size: 22.8px; }

.wTxt h6 { font-size: 19px; }

.wTxt ul, .wTxt ol, .wTxt dl, .wTxt pre, .wTxt p, .wTxt table, .wTxt blockquote, .wTxt address, .wTxt .iframeHolder { margin: 1.6em 0; }

.wTxt ul:first-child, .wTxt ol:first-child, .wTxt dl:first-child, .wTxt pre:first-child, .wTxt p:first-child, .wTxt table:first-child, .wTxt blockquote:first-child, .wTxt address:first-child, .wTxt .iframeHolder:first-child { margin-top: 0; }

.wTxt ul:last-child, .wTxt ol:last-child, .wTxt dl:last-child, .wTxt pre:last-child, .wTxt p:last-child, .wTxt table:last-child, .wTxt blockquote:last-child, .wTxt address:last-child, .wTxt .iframeHolder:last-child { margin-bottom: 0; }

.wTxt blockquote { padding: 1.6em; font-style: italic; background-color: #f6f6f6; border-left: 3px solid #d8d8d8; }

.wTxt ul, .wTxt ol, .wTxt dl, .wTxt dd { margin-left: 1.6em; }

.wTxt ul ul, .wTxt ul ol, .wTxt ol ul, .wTxt ol ol { margin-top: 0; }

.wTxt li { list-style-position: inside; margin: 0.2em 0; }

.wTxt ul li, .wTxt ol li { list-style-type: inherit; }

.wTxt ul { list-style-type: disc; }

.wTxt ul ul { list-style-type: circle; }

.wTxt ul ul ul { list-style-type: square; }

.wTxt ol { list-style-type: decimal; }

.wTxt dl dt { font-style: italic; }

.wTxt table { width: 100%; background-color: transparent; border-collapse: collapse; border-spacing: 0; border: 1px solid #666; }

.wTxt table caption { margin-bottom: 0.5em; caption-side: top; }

.wTxt table tbody, .wTxt table tfoot, .wTxt table thead, .wTxt table tr, .wTxt table th, .wTxt table td { border: inherit; }

.wTxt table th, .wTxt table td { padding: 10px; line-height: 1em; text-align: left; vertical-align: top; }

.wTxt table th { text-align: center; font-weight: bold; background-color: #e5e6e9; }

.wTxt table.table-null, .wTxt table.table-null th, .wTxt table.table-null td { border-color: transparent; }

.wTxt table.table-zebra, .wTxt table.table-zebra th, .wTxt table.table-zebra td { border-color: transparent; }

.wTxt table.table-zebra tr:nth-child(even) { background-color: #b4b4b4; }

.wTxt pre, .wTxt code, .wTxt kbd, .wTxt samp { font-style: normal; border-radius: 0.25em; border: 1px solid #777; background-color: #e5e6e9; }

.wTxt pre { line-height: 1.6em; -moz-tab-size: 4; tab-size: 4; padding: 1em; }

.wTxt code, .wTxt kbd, .wTxt samp { letter-spacing: 1px; color: #fff; text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); line-height: 1.2em; font-weight: bold; display: inline-block; vertical-align: inherit; padding: 0 0.375em; }

.wTxt code { background-color: #0283bc; }

.wTxt kbd { background-color: #6baa2b; }

.wTxt samp { background-color: #41a2ff; }

.wTxt audio { display: block; width: 100%; }

.iframeHolder { width: 100%; position: relative; padding-top: 56.25%; }

.iframeHolder > iframe, .iframeHolder > video { background: #000; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media only screen and (max-width: 740px) { .wTxt h1 { font-size: 30px; }
  .wTxt h2 { font-size: 27px; }
  .wTxt h3 { font-size: 24px; }
  .wTxt h4 { font-size: 21px; }
  .wTxt h5 { font-size: 18px; }
  .wTxt h6 { font-size: 15px; } }

@media only screen and (max-width: 600px) { .wTxt { line-height: 1.3em; font-size: 13px; }
  .wTxt h1 { font-size: 26px; }
  .wTxt h2 { font-size: 23.92px; }
  .wTxt h3 { font-size: 21.84px; }
  .wTxt h4 { font-size: 19.76px; }
  .wTxt h5 { font-size: 17.68px; }
  .wTxt h6 { font-size: 15.6px; }
  .wTxt ul, .wTxt ol, .wTxt dl { margin-left: 1em; }
  .wTxt ul, .wTxt ol, .wTxt dl, .wTxt pre, .wTxt p, .wTxt table, .wTxt blockquote, .wTxt address, .wTxt .iframeHolder, .wTxt ul ul:last-child, .wTxt ul ol:last-child, .wTxt ol ul:last-child, .wTxt ol ol:last-child { margin-top: 1.3em; margin-bottom: 1.3em; } }

/*# sourceMappingURL=maps/components.css.map */

.event-content { 
 padding: 10px 7px;   
 border: 1px #E5E6E9 solid;
 float: left; 
 width: 350px; 
 font-size: 1em;
 
 height: 100px;
}
.event-phones {
    float: right; width: 36%; text-align: center; 
    color: #1FB6FF;
    /*#1fb6ff*/
    border: 1px #E5E6E9 solid; /*padding: 20px 0 5px 0;*/
    padding: 20px 0 0px 0;
    height: 100px; display: inline-block; font-size: 1.45em;
    line-height: 24px; 
    width: 217px; 
}

.mfiModal__content .wSubTitle {
    font-size: 24px;
    margin: -16px 0 16px 0;
}

.event-phones-area {margin-bottom: 10px;}
.event-phones span{ color: #000;font-size: 0.8em;}

.clr {clear: both;}



@media only screen and (max-width: 740px){
    .event-content { height: 120px; padding: 0; width: 100%;}
    .event-phones{ width: 100%; height: 80px; padding: 0;font-size: 16px;}
}

