

/* Start:/local/templates/aquarelle/css/font-awesome.css?177072804937396*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/local/templates/aquarelle/css/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/local/templates/aquarelle/css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/local/templates/aquarelle/css/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/local/templates/aquarelle/css/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/local/templates/aquarelle/css/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/local/templates/aquarelle/css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* End */


/* Start:/local/templates/aquarelle/css/tiny-slider.css?17707280492178*/
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */

/* End */


/* Start:/local/templates/aquarelle/css/jquery.fancybox.min.css?177072804912795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/aquarelle/css/all.css?17707280494433*/
@charset "utf-8";


@font-face {
    font-family: 'segoe';
    src: url('/local/templates/aquarelle/css/fonts/segoeui.woff2') format('woff2'),
         url('/local/templates/aquarelle/css/fonts/segoeui.woff') format('woff'),
         url('/local/templates/aquarelle/css/fonts/segoeui.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'segoe';
    src: url('/local/templates/aquarelle/css/fonts/segoeui-bold.woff2') format('woff2'),
         url('/local/templates/aquarelle/css/fonts/segoeui-bold.woff') format('woff'),
         url('/local/templates/aquarelle/css/fonts/segoeui-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'segoe';
    src: url('/local/templates/aquarelle/css/fonts/segoeui-semibold.woff2') format('woff2'),
         url('/local/templates/aquarelle/css/fonts/segoeui-semibold.woff') format('woff'),
         url('/local/templates/aquarelle/css/fonts/segoeui-semibold.ttf') format('truetype');
    font-weight:500;
    font-style: normal;
}





*::before,
*::after{ display:block; content:""; position:absolute;}


#fancybox-wrap{ box-sizing:content-box}
#fancybox-wrap *{box-sizing:content-box}

*{ margin: 0; padding: 0; outline:none; float:none; box-sizing:border-box; font-family: 'segoe';}


.fa-navicon::before, .fa-reorder::before, .fa-bars::before, .fa::before{position:relative; display:block}

select, a, input, button{outline:none; font-family: 'segoe'; color:#000; font-size: 1em;}
select,textarea,input{  font-weight:normal; color:#000; font-size: 1em; font-family: 'segoe'; resize: none}
select { -moz-appearance: none;-webkit-appearance: none;appearance: none;}


::-ms-expand{display: none;}
.noSelect{-moz-user-select: none;-o-user-select: none;-khtml-user-select: none;-webkit-user-select: none;-ms-user-select: none;user-select: none;}
table{width: auto; border-collapse: collapse}
img{border:0; display: block}
li{list-style:none}
a{transition:0.1s; position:relative; text-decoration:none}
a:hover{text-decoration:none}
button{cursor:pointer;transition:0.1s;}
.clear {clear: both;height:0px; float:none}
b, strong{font-weight:500}


h1, h2, h3{color:#00519a; font-weight:500; padding:0; line-height:1; position:relative; font-size: 2.3em; margin: 0; letter-spacing: 1px}




html {
	min-height: 100%;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	font-family: 'segoe';
	font-size:22px;
	color:#000;
	background: #fff;


	
}
body {
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	flex: auto;
	background: #fff;
}


header {
	width: 100%;
	min-width: 320px;
	z-index:2;
	position:relative;
}
main {
	width: 100%;
	min-width: 320px;
	margin: auto;
	flex-grow: 1;
	box-sizing: border-box;
}

footer {
	width: 100%;
	min-width: 320px;
	margin: auto;
	box-sizing: border-box;
	
}

.wrapper{min-width:320px; max-width:1600px; height:100%; margin:0 auto; position:relative; display:block; width:100%; padding: 0 15px; }

.flex{ 
	display: -webkit-flex;
	display: flex;
	flex-direction:row;
	flex: auto;
	justify-content:flex-start;
	align-items:flex-start;}



input::-webkit-input-placeholder {color:#9a9a9a;}
input::-moz-placeholder          {color:#9a9a9a;}
input:-moz-placeholder           {color:#9a9a9a;}
input:-ms-input-placeholder      {color:#9a9a9a;}
textarea::-webkit-input-placeholder {color:#9a9a9a;}
textarea::-moz-placeholder          {color:#9a9a9a;}
textarea:-moz-placeholder           {color:#9a9a9a;}
textarea:-ms-input-placeholder      {color:#9a9a9a;}


:focus::-webkit-input-placeholder {color: transparent !important}
:focus::-moz-placeholder          {color: transparent !important}
:focus:-moz-placeholder           {color: transparent !important}
:focus:-ms-input-placeholder      {color: transparent !important}

input[placeholder]          {text-overflow:ellipsis;}
input::-moz-placeholder     {text-overflow:ellipsis;} 
input:-moz-placeholder      {text-overflow:ellipsis;} 
input:-ms-input-placeholder {text-overflow:ellipsis;}   






.bcrumbs{padding:20px 0 20px; }
.rcrumb li,
.bcrumbs li{color:#828181; display:inline-block; margin-right:5px; line-height:1;  }
.rcrumb li a,
.bcrumbs li a{ color:#828181; }
.rcrumb li a:hover,
.bcrumbs li a:hover{ text-decoration: underline}


.text{line-height: 1.5}
.text img{display:inline-block; }
.text p{ margin-bottom: 1.8em}
.text p:last-child{margin:0}
.text ul, .text ol{margin-bottom: 1.4em}
.text li { margin-bottom: 0; list-style:none;}

.text table{ width: auto}
.text table td{padding: 5px; }
.text a{ color: #ff6600; text-decoration:none }
.text a:hover{text-decoration:underline}





























/* End */


/* Start:/local/templates/aquarelle/css/modal.css?17707280492170*/
@charset "utf-8";
/* CSS Document */


.mfixed{overflow: hidden; }
.modal{ display:flex; width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0,0,0,0.5); justify-content: center; align-items: center;  padding: 5px;overflow-y: auto; z-index: -1; opacity: 0; transition: 0.2s}
.modal.show{ opacity: 1; z-index: 999}
.modal .close{ position: absolute; width: 32px; height: 32px; background: url("/local/templates/aquarelle/css/../img/ico/close.png") center center no-repeat; top: 12px; right: -45px; border: none; text-indent: -99999px}

.modal .form{width: 100%;  margin: 0 auto; background: #f4f5fa;border-radius: 15px; padding: 40px 50px 50px; position: relative; z-index: 1;

-webkit-box-shadow: 0px 0 25px 0px rgba(0, 0, 0, 0.35);
-moz-box-shadow:    0px 0 25px 0px rgba(0, 0, 0, 0.35);
box-shadow:         0px 0 25px 0px rgba(0, 0, 0, 0.35);

}
.modal .title{text-align: center; margin-bottom: 40px	}
.modal .title p{ font-size: 1.526em; color: #00519a; text-align: center; letter-spacing: 0.7px; font-weight: bold}
.modal .title span{font-size: 1em;}

.modal{align-items:center}
.modal .form{ width: 100%; max-width: 638px}
.modal .form .wrp{width: 100%; max-width: 360px; margin: 0 auto;}

.modal.message .form .wrp{font-size: 0.8em;}
.modal.message{ }
.modal.message .title{margin-bottom: 1em}
.modal.message .form{max-width: 450px;}
.modal.message p{margin-bottom: 0.3em}
.modal.message h3{font-size: 1.1em; width: auto; }

.modal.message.error h3,
.modal.error{color: #D00104; }

.modal.message.error .title p{color: #D00104; }
.modal.message.error h3{text-align: left}
.modal.message.error .form .wrp{padding: 10px 0}


@media (max-width:700px) {
	.modal .close{ top: 12px; right: 12px; background-size: 60%; background-image: url("/local/templates/aquarelle/css/../img/ico/close_blue.png") }
}

@media (max-width:520px) {
	.modal{padding: 0; }
	.modal .form{border-radius: 0; padding: 20px; height: 100%; display: flex; align-items: center}
	.modal.message .form{height: auto; width: 98%; border-radius: 10px;}
	
}
@media (max-width:360px) {
	.modal .form{padding-top: 40px}
	.modal .title {   margin-bottom: 20px;}
	.iagree label input + span{}
	.form input[type=text]{height: 55px !important;}
}
/* End */


/* Start:/local/templates/aquarelle/css/style.css?177072804930755*/
@charset "utf-8";


/*.fd{position: absolute; top: 0; left: 0; width: 100%; height: 8000px; background: url("/local/templates/aquarelle/css/../img/tmp/fd.jpg") center top no-repeat; opacity: 0.3; z-index: 99999}*/

body{position: relative}

.btn{ line-height: 66px; color:#fff; border: 2px solid transparent; border-radius: 35px; text-align: center; display: inline-block; padding: 0 35px; font-weight: 500; white-space: nowrap; animation: anPulseShadow 1.5s infinite cubic-bezier(0.66, 0, 0, 1); animation-delay: 0.5s;}
.btn.orange{ background-color: #ff6600; box-shadow: 0 0 0 0 #ff6600;	}
.btn.green{ background-color: #00cd00; box-shadow: 0 0 0 0 #00cd00;}
.btn.orange:hover{ background-color: #00cd00; box-shadow: 0 0 0 0 #00cd00;}
.btn.green:hover{ background-color: #ff6600; box-shadow: 0 0 0 0 #ff6600;}


.btn.frame{border: 2px solid #ff6600; color: #00519a; background: none; box-shadow: 0 0 0 0 #ff6600;}
.btn.frame:hover{background: #ff6600; color: #fff}




.puls{
animation: anPulseShadow 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
animation-delay: 0.5s;
}

@keyframes anPulseShadow {
  to {
    -webkit-box-shadow: 0 0 0 15px transparent;
    box-shadow: 0 0 0 15px transparent;
  }
}

@keyframes anPulseShadow2 {
	from{
	-webkit-box-shadow: 0px 0px 0px 1px #ea3437;
	-moz-box-shadow:    0px 0px 0px 1px #ea3437;
	box-shadow: 0px 0px 0px 1px #ea3437;
		
	}
  to {
    -webkit-box-shadow: 0 0 0 15px transparent;
	-moz-box-shadow:  0 0 0 15px transparent;
    box-shadow: 0 0 0 15px transparent;
  }
}


.ih::after,
.ih::before{width: 100%; height: 100%; background: center center no-repeat; left: 0; top: 0; transition: 0.1s; opacity: 0;}
.ih::after{opacity: 1}
.ih::before{opacity: 0}
.ih:hover::after{opacity: 0}
.ih:hover::before{opacity: 1}


.shadow{
-webkit-box-shadow: 0px 0 15px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow:    0px 0 15px 0px rgba(0, 0, 0, 0.15);
box-shadow:         0px 0 15px 0px rgba(0, 0, 0, 0.15);
}

main{padding-top: 150px;}

header{ position:fixed; width: 100%; left: 0; top: 0; z-index: 999;
-webkit-box-shadow: 0px 8px 5px 0px rgba(50, 50, 50, 0.1);
-moz-box-shadow:    0px 8px 5px 0px rgba(50, 50, 50, 0.1);
box-shadow:         0px 8px 5px 0px rgba(50, 50, 50, 0.1);
	
	height: 150px;}

header .xmenu{display: none; margin-right: 55px;}
header .phone2,
header .topline{display: none}
header .logo{margin-right: 20px;}
header .logo a{ display:flex; align-items: center; width: 100%; max-width: 425px; font-size: 25px; font-weight: 500; line-height: 1; white-space: nowrap}
header .logo a img{display: block; margin-right: 30px;}

header .xmenu{ width: 70px; height: 70px; min-width: 70px; background: #00c500; border: none; border-radius: 10px; transition: 0.2s; position: relative}
.openMenu header .xmenu,
header .xmenu:hover{ background: #ff6600}
header .xmenu span{display: block; width: 66%; height: 6px; border-radius: 2px; background: #fff;  margin-left: 17%; margin-bottom: 10px; transition: 0.2s}
header .xmenu span:last-child{margin-bottom: 0}



.openMenu header .xmenu span:nth-child(2){ opacity: 0}
.openMenu header .xmenu span:nth-child(1){ transform: rotate(45deg) translate(12px, 12px)}
.openMenu header .xmenu span:nth-child(3){ transform: rotate(-45deg) translate(12px, -12px)}


header .info{ background: #ffffff; position: relative; height: 100% }
header .info .wrapper{ justify-content:space-between; align-items: center; max-width: 1790px; padding: 0 10px}
header .info nav{ width: 100%; padding: 0 20px; max-width: 970px; margin-bottom: 20px;}
header .info nav > ul{ width: 100%; display: flex; justify-content: space-between; align-items: center; white-space: nowrap}
header .info nav > ul > li{ padding: 12px 0 5px 5px; position: relative}
header .info nav > ul > li > a{ font-weight: 500; font-size: 0.955em; line-height: 1; position: relative}
header .info nav > ul > li > a::after{ width: 0; height: 3px; background: #ff7011; left: 0; bottom: -8px; transition: 0.3s}
header .info nav > ul > li > ul > li > a:hover::after,
header .info nav > ul > li.active > a::after,
header .info nav > ul > li > a:hover::after{ width: 100%}
header .info nav > ul > li > ul a:hover{ color: #ff7011}
header .info nav > ul > li > ul > li.active > a,
header .info nav > ul > li.active > a{ color: #ff7011}
header .info nav > ul > li.pr > a{ padding-right: 22px; background: url("/local/templates/aquarelle/css/../img/ico/mp.png") right 12px no-repeat}
header .info nav > ul > li > ul{ display: none; position: absolute; left: 0; z-index: 99; background: #fff; border-radius: 0 0 10px 10px; padding: 20px 17px; margin-top: 7px;
-webkit-box-shadow: 0px 8px 5px 0px rgba(50, 50, 50, 0.1);
-moz-box-shadow:    0px 8px 5px 0px rgba(50, 50, 50, 0.1);
box-shadow:         0px 8px 5px 0px rgba(50, 50, 50, 0.1);
}
header .info nav > ul > li > ul::after{width: 0; height: 3px; background: #ff7011; left: 0; top: -2px; transition: 0.3s}
header .info nav > ul > li:hover > ul::after,
header .info nav > ul > li.open > ul::after{width: 100%}
header .info nav > ul > li.open > ul,
header .info nav > ul > li:hover > ul{ display: block;}
header .info nav > ul > li > ul > li{ padding: 8px 0}
header .info nav > ul > li > ul > li > a{ padding: 0 0; display: block; line-height: 1; font-size: 0.864em; font-weight: 500;}
header .info nav > ul > li.more{display: none}
header .info nav > ul > li.more li{display: none}
header .info nav > ul > li.more > a{ color: #f77f00}


header .info .cn{display: flex; width: auto}
header .info .bs{ padding:0 0 5px 15px;}
header .info .bs button{ background: none; border: none}
header .info .bs button span{width: 40px; height: 40px; position: relative; display: block}
header .info .bs button span::after{background-image: url("/local/templates/aquarelle/css/../img/ico/search.png");}
header .info .bs button span::before{background-image: url("/local/templates/aquarelle/css/../img/ico/search_h.png");}
header .info .phone{padding-bottom: 10px}
header .info .phone a{ font-weight: 500; color: #ff6600; font-size: 1.05em; white-space: nowrap}
header .search{  position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; max-height: 0;  background: #0492d8; transition: 0.2s}
header .search.open{ max-height: 150px;}
 .search form{ width: 100%; position: relative}
 .search input{ width: 100%; height: 50px; border: 2px solid #fff; border-radius: 25px; background: none; padding: 0 25px; font-weight: 500; color: #fff}
 .search form button{ position: absolute; right: 0; top: 0; width: 50px; height: 50px; border-radius: 100%; background: #e9f1f7; text-indent: -99999px; border: none}
 .search form button span{width: 100%; height: 100%; position: relative; display: block}
 .search form button span::after{background-image: url("/local/templates/aquarelle/css/../img/ico/search.png");}
 .search form button span::before{background-image: url("/local/templates/aquarelle/css/../img/ico/search_h.png");}
 .search input::-webkit-input-placeholder {color:#fff;}
 .search input::-moz-placeholder          {color:#fff;}
 .search input:-moz-placeholder           {color:#fff;}
 .search input:-ms-input-placeholder      {color:#fff;}



header .search .close{ display: block; margin-left: 25px; background: none; border: none; width: 30px; height: 30px; text-indent: -99999px;}
header .search .close span{width: 100%; height: 100%; position: relative; display: block}
header .search .close span::after{background-image:url("/local/templates/aquarelle/css/../img/ico/close_white.png")}
header .search .close span::before{background-image: url("/local/templates/aquarelle/css/../img/ico/close_red.png");}
header .search .wrapper{justify-content: space-between; align-items: center; }












footer .line100{display: none}
footer .sociaz{ text-align: center; justify-content: center; background: #f4f5fa; padding: 14px 0}
footer .sociaz a{ display: inline-block; font-size: 1.4em; width: 55px; height: 55px; line-height: 55px; background: #2e66ac; color: #fff; border-radius: 100%; margin: 0 8px;}
footer .sociaz a:hover{background-color: #ff6000}

footer .info{ padding: 35px 0; background: #daf1fc}
footer .info .wrapper{justify-content: space-between; align-items: stretch }

footer .logo a{ display:flex; justify-content: center; align-items: center; flex-direction: column;  width: 100%;  font-size: 25px; font-weight: 500; line-height: 1.1; white-space: nowrap; text-align: center}
footer .logo a img{display: block; width: 110px; margin-bottom: 23px;}




footer .info .menu{padding:0 20px; }
footer .info .menu li{ margin-bottom: 12px;}
footer .info .menu li:last-child{margin: 0}

footer .info .menu li a{ font-size: 0.9em; font-weight: 500}
footer .info .address{ width: 330px; padding-left: 20px}
footer .info .address .phone{ margin-bottom: 28px; text-align: center}
footer .info .address .phone a{ color: #00519a; font-weight: 500; font-size: 1.5em}
footer .info .address .bt{ margin-bottom: 20px; text-align: center}
footer .info address{ font-style: normal; font-weight: 500; font-size: 0.95em; text-align: center; padding-top: 52px; background: url("/local/templates/aquarelle/css/../img/ico/address.png") center top no-repeat}
footer .map{width: 500px;}


footer .compasplus{ background: #000; padding: 14px 0}
footer .compasplus .flex{justify-content: flex-end; align-items: center}
footer .compasplus a{ color: #fff; font-size: 0.85em; display: inline-block; margin-left: 20px;}





aside{display:block; position: fixed; left: 0; top: 135px; height: calc(100% - 135px); width: 80%; max-width: 615px; z-index: 950; transform: translateX(-100%); transition-duration: 0.5s; transition-timing-function: ease; background: #00669c; overflow:hidden}
.openMenu aside{ transform: translateX(0)}

aside .scrollwrp{overflow: auto;padding: 20px 10px; height: 100%; border-radius: 10px;}

aside .scrollwrp > ul{width:100%}
.openMenu{overflow: hidden; }
.openMenu .menuover{width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0,0,0,0.5); z-index: 900}
aside li > a{ height: 55px; width: 100%; border-bottom: 1px solid #e9eaea; display: flex; align-items: center; padding: 0 20px; background: #fff; position: relative; z-index: 901;
font-weight: normal; font-size: 1em}

aside li.active > a,

aside li > a:hover{color: #ff6600}

aside li:first-child > a{border-radius: 6px 6px 0 0; }
aside li:last-child > a{border-radius:0 0 6px 6px; }

aside li:last-child > a{ border: none; }
aside li > a br{display: none}
aside li.parent > a::after,
aside li.parent > a::before{width: 8px; height: 16px; background:  center center no-repeat; right: 13px; top: 50%; background-size: 100%; height: 100%; transform:translateY(-50%); opacity: 0; transition: 0.1s; }
aside li.parent > a::after{ opacity: 0; background-image:url("/local/templates/aquarelle/css/../img/ico/cat_ah.png");}
aside li.parent > a::before{ opacity: 1; background-image:url("/local/templates/aquarelle/css/../img/ico/cat_a.png");}
aside li:hover > a{ background-color: #fff}
aside li.parent:hover > a::after{ opacity: 1;}
aside li.parent:hover > a::before{ opacity: 0;}
aside .awrp{ position: absolute; width: 100%; height: 100%; right: 0;top: 0; background: #fafafb; z-index: 900;  padding:12px 40px 12px 100px; border-radius: 0 8px 8px 0; display: none; overflow: hidden}
aside li.parent:hover .awrp{display: block}
aside h3{text-align: left; font-weight: 500; color: #fff;  font-size: 1em; line-height: 1; margin-bottom: 20px; padding: 0 22px; position: relative}
aside button.close{position: absolute; right: 0px; top: 50%; transform: translateY(-50%);  border: none;color: #8b8888; z-index: 900; width: 25px; height: 25px; background: #eff2f6;
background: none; border-radius: 100%}
aside button.close:hover{color: #000}
.openMenu aside{display: block}
aside .sidewrapper{ position: absolute; left: 0;top: 0; width: 100%}
aside .scrollwrp{ width: 100%; height: 100%; overflow-y: auto }
aside .scrollwrp > ul{  border-top: none }
aside .scrollwrp > ul > li >.wrp{display: none}
aside .scrollwrp > ul > li > .wrp .wrp2,
aside .scrollwrp > ul > li > .wrp{position:relative;width: auto;left: auto;top: auto;height: auto;background: none;display: block;padding: 0;}
aside .scrollwrp > ul > li:hover >.wrp{  z-index:auto }
aside .scrollwrp > ul > li > .wrp .wrp2{display: block; position: fixed; right: 0; top: 0; width: 100%;  height: 100%;  z-index: 9999; overflow-y: auto; overflow-x: hidden; padding: 0 0 35px 0; background: #00669c; transition-duration: 0.3s; transition-timing-function: ease; transform: translateX(100%);}
.openMenu aside .scrollwrp > ul > li.show > .wrp .wrp2{ transform: translateX(0)}
.openMenu aside  li > ul > li > ul{z-index: 960}
.openMenu aside li.show.over > ul{overflow: hidden}
.openMenu aside h3{display: block}
.openMenu aside.over .scrollwrp{overflow:hidden}
.openMenu aside .back{
width: 100%; height: 62px; background:url("/local/templates/aquarelle/css/../img/ico/back.png") 15px center no-repeat; border: none; text-align: left; padding:0 0 0 45px; color: #fff; font-size: 1em; cursor: pointer;-moz-user-select: none;-o-user-select: none;-khtml-user-select: none;-webkit-user-select: none;-ms-user-select: none;user-select: none;margin: 0;display:flex;align-items: center;}
aside .scrollwrp > ul > li > .wrp h3 a{ color: #000}
aside .sidewrapper{overflow: auto; height: 100%; width: 100% }
aside .innerwrapper{min-width: inherit; max-width: inherit; padding: 0}
aside .scrollwrp > ul > li > .wrp .wrp2{padding: 5px 12px 20px 12px; }










.square{width: 100%; height: 100%; position: relative; transform-style:flat !important}

.mslider .slide{ height: 710px; position: relative; overflow: hidden; background: #f6f7f8}
.mslider .slide .wrapper{display: flex; align-items:flex-start; width: 100%}
.mslider .slide .bg{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: center top no-repeat; background-size: cover; z-index: 0}
.mslider .slide .bg.medium,
.mslider .slide .bg.small{display: none}
.mslider .sqrwrp{ position: absolute; top: 50%; right: 0; transform: translate(28%,-60%);z-index: 2; width: 637px; min-width: 500px;  height: 100%}
.mslider h2{ font-size: 3.2em;}
.mslider .cpt{ font-size: 1.227em; font-weight: 500; margin-top: 0.93em }
.mslider .txt{ width: 100%; padding-top: 58px}
.mslider .icons{ max-width: 1025px; width: 75%; justify-content: space-between; padding: 97px 0 75px; }
.mslider .icons a{ display: block; width: 20%; text-align: center; font-weight: 500; color: #00519a; white-space: nowrap}
.mslider .icons .img{ width: 100%; height: 120px; position: relative}
.mslider .icons .img::after,
.mslider .icons .img::before{width: 100%; height: 100%; background: center center no-repeat; left: 0; top: 0; transition: 0.3s; opacity: 0;}
.mslider .icons .img::after{opacity: 1}
.mslider .icons .img::before{opacity: 0}
.mslider .icons a:hover .img::after{opacity: 0}
.mslider .icons a:hover .img::before{opacity: 1}
.mslider .icons .img::after{ background-image: url("/local/templates/aquarelle/css/../img/ad1.png"); z-index: 3}
.mslider .icons .img::before{ background-image: url("/local/templates/aquarelle/css/../img/ad1h.png"); z-index: 3}
.mslider .icons .pf1 .img::after{ background-image: url("/local/templates/aquarelle/css/../img/ad1.png"); }
.mslider .icons .pf1 .img::before{ background-image: url("/local/templates/aquarelle/css/../img/ad1h.png"); }
.mslider .icons .pf2 .img::after{ background-image: url("/local/templates/aquarelle/css/../img/ad2.png"); }
.mslider .icons .pf2 .img::before{ background-image: url("/local/templates/aquarelle/css/../img/ad2h.png"); }
.mslider .icons .pf3 .img::after{ background-image: url("/local/templates/aquarelle/css/../img/ad3.png"); }
.mslider .icons .pf3 .img::before{ background-image: url("/local/templates/aquarelle/css/../img/ad3h.png"); }
.mslider .icons .pf4 .img::after{ background-image: url("/local/templates/aquarelle/css/../img/ad4.png"); }
.mslider .icons .pf4 .img::before{ background-image: url("/local/templates/aquarelle/css/../img/ad4h.png"); }
.mslider .icons .img span{display: block; width: 100%; height: 100%; position: relative}
.mslider .icons .img .square{ width: 45%; position: absolute; right: 12%; top:-5px; z-index: 1; opacity: 0; transition: 0.3s}
.mslider .icons a:hover .img .square{opacity: 1}
.mslider .btn{text-transform: uppercase}

/*
.mslider .icons .img span::after{ width: 70%; height: 100%; background: url("/local/templates/aquarelle/css/../img/adbg.png") center center no-repeat; right: 0; top: -5%; z-index: 1; opacity: 0; transition: 0.1s;}
.mslider .icons a:hover .img span::after{ opacity: 1}
*/

.articles{ padding-bottom: 55px;}
.articles .aline{ padding: 100px 0 40px}
.articles .wrapper{ justify-content: space-between}
.articles article{ width: 47%; line-height: 1.651; text-align: justify}
.articles article h2{ margin-bottom: 0.8em; font-size: 2.3em}
.slider3d .sliderwp{align-items: stretch}
.slider3d .wrapper{padding: 0 20px;}

.atns{padding: 15px !important; }
.atns a{display: block; width: 100%; height: 100%}
.articleOne{ border-radius: 15px; overflow: hidden}
.articleOne .img{ overflow: hidden; width: 100%}
.articleOne .img img{ display: block; transition: 0.3s; width: 100% }
.articleOne:hover .img img{transform: scale(1.03)}
.articleOne .wrp{ padding: 22px 35px }
.articleOne .info{ font-size: 0.9em; color: #9d9d9d; margin-bottom: 25px}
.articleOne .name{ font-weight: 500; font-size: 1.364em; margin-bottom: 25px}
.articleOne .info .date{ padding-right: 30px}
.articleOne .info .view{ padding-left: 35px; padding-right: 20px; background: url("/local/templates/aquarelle/css/../img/ico/view.png") left center no-repeat}
.articleOne .info .comments{padding-left: 30px; background:url("/local/templates/aquarelle/css/../img/ico/comments.png") left center no-repeat}
.articleOne .more{ font-size: 1.05em;  font-weight: 500; justify-content: flex-end; align-items: center; color: #1061a9}
.articleOne .more span{display: block; width: 54px; height: 54px; border-radius: 100%;  margin-left: 20px; position: relative; transition: 0.3s}
.articleOne .more span::before,
.articleOne .more span::after{ width: 100%; height: 100%; border-radius: 100%; background: #297ac3; left: -4px; top: 0; z-index: 0; border: 1px solid #297ac3; transition: 0.2s}
.articleOne .more span::after{opacity: 0.7;}
.articleOne .more span::before{left: 0; background: #297ac3 url("/local/templates/aquarelle/css/../img/ico/ar23.png") center center no-repeat; border: 1px solid #fff; z-index: 1;}
.articleOne:hover .more{ color: #ff6600}
.articleOne:hover .more span{transform: translateX(5px)}
.articleOne:hover .more span::after{background-color: #ff662b; border-color: #ff662b;}
.articleOne:hover .more span::before{background-color: #ff662b}


.banner{height: 370px; position: relative; overflow: hidden; }
.banner .wrapper{ justify-content: center; align-items: center; position: relative; z-index: 1}



.services{ padding: 57px 0 50px; background: #f4f6f6}
.services .wrp.flex{ justify-content:flex-start; flex-wrap:wrap; align-items: stretch; margin-top: 48px;}
.sone{ width: 32%; text-align: left; margin:0 2% 2% 0; text-decoration: none !important}
.sone:nth-child(3n){ margin:0 0 2% 0;}
.sone .w{ width: 100%; height: 100%;  padding: 30px 30px 20px; background: #fff; position:relative; transition:0.1s; border-radius: 12px;}
.sone .a{ position:relative; display:flex; width: 100%; height: 100%; flex-direction: column; }
.sone .a::after{ width:155px; height:9px; background:#0092c0; bottom:-23px; right:0; z-index:1; transition:0.3s}
.sone:nth-child(1) .a::after{ background-color:#50c43d }
.sone:nth-child(2) .a::after{ background-color:#0092c0 }
.sone:nth-child(3) .a::after{ background-color:#ff6600 }
.sone:nth-child(4) .a::after{ background-color:#fe0c93 }
.sone:nth-child(5) .a::after{ background-color:#ff9a00 }
.sone:nth-child(6) .a::after{ background-color:#00c2e5 }
.sone h3{ text-align: left; font-weight: 500; color: #00519a; font-size: 1.7em; margin-bottom: 0}
.sone .info.flex{ justify-content: space-between; align-items: flex-end; height: 100%}
.sone .info.flex .txt{ color: #00519a; font-weight: 500; font-size: 0.85em; padding:28px 0 20px 5px;  height: 100%; line-height: 1.5}
.sone .info.flex .txt .tx1{ overflow: hidden; margin-bottom: 5px;}
.sone .img{ width: 145px; height: 145px; min-width: 145px; position: relative}
.sone .img .square{ width: 67%; position: absolute; right: -10px; top:-5px; z-index: 1; opacity: 0; transition: 0.3s}
.sone:hover .img .square{opacity: 1}
.sone .img span{ width: 100%; height: 100%; display: block; background: center center no-repeat; transition: 0.1s; opacity: 0; position: absolute; left: 0; top: 0}
.sone .img span.i1{ opacity: 1}
.sone .img span.i2{ opacity: 0}


.sone.active .img span.i1,
.sone:hover .img span.i1{ opacity: 0}
.sone.active .img span.i2,
.sone:hover .img span.i2{ opacity: 1}
.sone.active .a::after,
.sone:hover .a::after{ width:100%; }

/*.sone.active h3{ color: #ff6600}*/




.gallery{ padding: 50px 0 0; position: relative}
.gallery h2{color: #fff; margin-bottom: 0.85em;}
.gallery .tabs{}
.gallery .tabs .header{ display: flex}
.gallery .tabs .header ul{flex-wrap: wrap}
.gallery .tabs .header li{ margin-right: 15px; margin-bottom: 15px; line-height: 70px; white-space: nowrap; border: 2px solid #9cc2d8; border-radius: 10px; padding: 0 20px; width: auto;	
color: #b1ccdd; cursor: pointer; transition: 0.1s}
.gallery .tabs .header li.active{ color: #fff; border-color: #ff9a22}
.gallery .tabs .header li:hover{color: #fff}
.gallery .tabs .header li:last-child{ margin-right: 0;}
.gallery .tabs .body{ padding-top: 50px;}
.gallery .tabs .body .tab{ display: none}
.gallery .tabs .body .tab.active{ display: block}
.gallery .tabs .body .tab .more{text-align: center; margin-top: 57px;}

.gallery .wrapper{z-index: 2}
.gallery::after{z-index: 0; background: #00669c; width: 100%; height: 74%; top: 0; left: 0;}
.slwrp{ padding: 0 30px; position: relative; overflow: hidden}
.slwrp .tns-outer{overflow: hidden}
.galleryslider a{display: block; overflow: hidden; border-radius: 15px; margin: 0 17px;}
.galleryslider img{display:block; width: 100%; transition: 0.3s}
.galleryslider a:hover img{ transform: scale(1.02)}
.tns-controls button{ position: absolute; top: 50%; transform: translateY(-50%); height: 50%; width: 30px; background: center center no-repeat; border: none; text-indent: -999999px;}
.tns-controls button:first-child{background-image: url("/local/templates/aquarelle/css/../img/ico/prev.png"); left: 0;}
.tns-controls button:last-child{background-image: url("/local/templates/aquarelle/css/../img/ico/next.png"); right: 0}


.prices{ padding: 100px 0 175px; overflow: hidden}
.prices .wrapper{ justify-content: space-between}
.prices .info{ width: 50%; padding-right: 40px; line-height: 1.5}
.prices .info h2{ margin-bottom: 1.05em}
.prices .info ol {list-style-type: none; counter-reset: num; padding: 0 0 0 30px; font-size: 1em;}
.prices .info ol li {position: relative;	margin: 0 0 0 0;padding: 0 0 5px 0;}
.prices .info ol li:before {
content: counter(num) '.'; 
counter-increment: num;
display: inline-block;	
position: absolute;
top: 0px;
left: -26px;
width: 20px;    
color: #ff6600;
text-align: right;
font-weight: bold
}
.prices .info .x320{display: none}


.form{ width: 50%; padding-left: 20px; position: relative;}
.form .wrp{width: 100%; max-width: 500px; margin: 0 auto; background: #f4f5fa;border-radius: 15px; padding: 40px 15px 45px; position: relative; z-index: 1}
.form .fw{ width: 100%; max-width: 420px; margin: 0 auto; }
.form h3{ font-size: 1.8em; text-align: center; margin-bottom: 1em}
.form textarea,
.form input[type=text]{ background: none; width: 100%; border:none;  border-bottom: 1px solid #dedee7; height: 70px; padding: 0 10px;}
.form input[name=phone]{ padding-left: 50px; background: url("/local/templates/aquarelle/css/../img/ico/rus.png") 13px center no-repeat}
.form textarea{padding-top: 20px; height: 100px;}

.form .photo{margin-left: 20px;}
.form .photo label{ position: relative;  display: inline-block; margin: 15px 0 0;cursor: pointer; }
.form .photo input{ position: absolute; left: 0; top: 0; opacity: 0;}
.form .photo input + span{display: block; position: relative; padding-left: 60px;  color: #999; cursor: pointer}
.form .photo input + span::after{width: 50px; height: 50px; border-radius: 100%; background-color: #00cd00; left: 0; top: 50%; margin-top: -25px; content: '\f067';font-family: 'FontAwesome'; color: #fff; font-size: 1.2em; text-align: center; line-height: 50px;}
.form .photo input + span:hover::after{ background-color: #ff6600; }
.form .photo .img{width: 70px; height: 70px; display: none; position: relative}
.form .photo .img img{width: 100%; height: 100%; border-radius: 100%; border: 2px solid #ff6600}
.form .photo .img button{width: 30px; height: 30px; background: #ff6600; color: #fff; border-radius: 100%; position: absolute; top: -5px; right: -5px; border: none; font-size: 0.8em}
.form .photo .img button:hover{ background-color: #00cd00}


.form .rating{ height: 23px; width: 140px; background: url("/local/templates/aquarelle/css/../img/ico/star_g.png") left center repeat-x; margin-top: 20px; cursor: pointer}
.form .rating span{display: block; height: 100%; width: 0; background:url("/local/templates/aquarelle/css/../img/ico/star_r.png") left center repeat-x;}

.form .btns{ text-align: center; margin: 1.6em 0}
.form .btns button{ width: 100%; max-width: 350px;}

.form .square{width: 80%; height: 150%; position:absolute; z-index: 0; top: -55px; right: -20px}

.iagree label{ font-size: 0.7em; position: relative; display: inline-block}
.iagree label input{ position: absolute; left: 0; top: 0; width: 0; height: 0; opacity: 0}
.iagree label input + span{ color: #a9a0af; font-size: 1em; display: inline-block; padding-left: 35px;}
.iagree label input + span::after{ width: 22px; height: 22px; border-radius: 3px; left: 0; top: 5px; background:#6666d0 center center no-repeat}
.iagree label input:checked + span::after{background-image: url("/local/templates/aquarelle/css/../img/ico/check.png");}
.iagree label a{ color: #7e72e2}

.banner2{height: auto; padding: 130px 0 75px }
.banner2 h2{color: #fff; font-size: 2.364em; line-height: 1.2}
.banner2 .more{max-width: 570px; text-align: right; margin-top: 75px;}

.reviews{ padding: 75px 0 60px; background: #00669c; }
.reviews .slwrp{ padding:0 35px }
.reviews h2{color: #fff; margin-bottom: 1em}
.reviews .rone{ background: #fff; border-radius: 20px; padding: 25px 25px 30px; }
.reviews .rone:first-child{margin-bottom: 30px}
.reviews .rone .hdr{ margin-bottom: 30px}
.reviews .rone .hdr .im,
.reviews .rone .hdr img{ border-radius: 100%;; width: 60px; height: 60px; display: block}
.reviews .rone .hdr .im{text-align: center; line-height: 60px; font-weight: 500; background: #f5b7ca; color: #fff; font-size: 0.9em}


.reviews .rone .hdr .name{ padding-left: 17px; font-weight: 500;}
.reviews .rone .hdr .name p{ font-size: 0.92em}
.reviews .rone .hdr .name span{ color: #bfbfbf; font-size: 0.82em}
.reviews .rone .txt{ line-height: 1.5em}
.reviews .rone .rating{ margin-top: 1.7em; font-size: 0.8em; padding-left: 35px; position: relative; font-weight: 500;}
.reviews .rone .rating span{ color: #aeb1c0; letter-spacing: 5px; display: inline-block; padding-left: 4px}
.reviews .rone .rating::after{ width: 24px; height: 23px; background: url("/local/templates/aquarelle/css/../img/ico/star.png") center center no-repeat; background-position: 100% 100%; left: 0; 
	top: 50%; transform: translateY(-50%);}
.reviews .btns{text-align: center; margin-top: 55px}










#bx_incl_area_1{width: 100%}
body.bxpanel header{position: relative}
body.bxpanel main{padding: 0 !important}



.mslider.inner{position: relative}
.mslider.inner .title{position:absolute; left: 0; top: 0; z-index: 999; padding: 0; display: flex; align-items: center; height: 100%; width: 100%}
.mslider.inner .title .txt{height: auto; margin: 0 auto; width: 100%; padding: 0 15px}
.mslider.inner .slide{height: 355px;}
.mslider.inner .title *{color: #fff}
.mslider.inner .title h1{margin-bottom: 0.5em;}
.txtblock{ padding: 30px 0 80px}
.txtblock .date{font-size: 0.8em; color: #aaa; margin-bottom: .5em; font-weight: bold}
.gallery .more{text-align: center; margin-top: 2em}
.gallery.inner{padding-bottom: 80px}

.text h1,
.text h2{margin-bottom: 1em}

body.inner footer .sociaz{}


.bcrumbs{ padding-top: 30px}
.bx-breadcrumb{ display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap}
.bx-breadcrumb-item{padding-right: 15px; font-size: 0.8em; color: #999}
.bx-breadcrumb-item a{color: #999}
.bx-breadcrumb-item i{display: inline-block; margin-right: 10px;}

.articles{padding: 10px 0 50px}
.articles h1{margin-bottom: 1em}


.pages{  margin:20px 0; text-align: center}
.pages li{display:inline-block; list-style:none; margin:0 1px; line-height:1.1}
.pages li span,
.pages li a{display:block; width:50px; height:50px;line-height:50px;font-size:1.2em; font-weight: bold; text-decoration:none; color: #002141; border-radius: 100%; text-align: center}
.pages li a.active,
.pages li.active a {background-color: #ff6000; color: #fff}
.pages li.active a:hover{color: #fff}
.pages li a:hover{ color:#ff525f; text-decoration: none}



.services.inner{ padding: 10px 0 50px; background: #fff}
.srvs .left{padding-right: 60px}
.srvs .sone{width: auto; max-width: 495px; margin: 0 0 20px; display: block}
.srvs .sone .w{padding: 20px 25px}
.srvs .sone .img{ width: 140px; height: 90px; min-width:inherit}
.srvs .sone .img span{background-size: auto 100%}
.srvs .sone .info.flex{align-items: center; }
.srvs .sone h3{white-space: nowrap; font-size: 1.5em}







.gbody{flex-wrap: wrap}
.gbody a{width: 32.33%; margin: 0 0.5% 3%; display: block; }
.gbody a div{border: 2px solid #fff; overflow: hidden; transition: 0.3s}
.gbody a h3{font-size: 1.3em; color: #00519a; text-align: center;  margin-bottom: 0.6em; font-weight: 500; white-space: nowrap }
.gbody a img{display: block; width: 100%; transition: 0.3s}
.gbody a:hover{text-decoration: none !important}
.gbody a:hover img{opacity: 0.8; transform: scale(1.05)}
.gbody a:hover div{ border-color: #f77f00} 




.preloader{width: 100%; height: 100%; background: rgba(0,0,0,0.4); left: 0; top: 0; z-index: 6; border-radius: 10px;  position: absolute;
display: none; justify-content: center; align-items: center}
.proccess .preloader{display: flex}
.ring {
  display: inline-block;
  position: relative;
  width: 84px;
  height: 84px;
}
.ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 84px;
  height: 84px;
  margin: 0;
  border: 9px solid #d2332d;
  border-radius: 50%;
  animation: ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ddd transparent transparent transparent;
}
.ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.search.ps{margin-bottom: 2em; max-width: 800px;}
.search.ps input{ border: 2px solid #e9f1f7; color: #000; height: 70px; border-radius: 35px;}
.search.ps form button{ width: 70px; height: 70px;}
.search.ps input::-webkit-input-placeholder {color:#bbb;}
.search.ps input::-moz-placeholder          {color:#bbb;}
.search.ps input:-moz-placeholder           {color:#bbb;}
.search.ps input:-ms-input-placeholder      {color:#bbb;}


.searchOne{padding-bottom: 1.5em; margin-bottom: 1.5em; border-bottom: 1px solid #eee}
.searchOne:last-child{border: none;}
.searchOne .name{margin-bottom: 0.4em}
.searchOne .name a{font-weight: 500 !important}
.searchOne b{display: inline-block; padding: 0 3px; background: #daf1fc}


.atns{width:33%}





/* End */


/* Start:/local/templates/aquarelle/css/media.css?17707280499533*/
@charset "utf-8";


@media (max-width:1540px) {
	header .info nav > ul > li.more{display: block}
	header .info nav > ul > li.more li:nth-last-child(1){display: block}
	header .info nav > ul > li:nth-last-child(2){display: none}
}
@media (max-width:1470px) {
	header .info nav > ul > li.more li:nth-last-child(2){display: block}
	header .info nav > ul > li:nth-last-child(3){display: none}
}

@media (max-width:1370px) {
	header .info nav > ul > li.more li:nth-last-child(3){display: block}
	header .info nav > ul > li:nth-last-child(4){display: none}
	
	html{font-size: 20px}
	.mslider .slide{height: 670px;}
	.mslider .sqrwrp{transform: translate(35%, -60%)}
	.mslider .icons{padding: 77px 0 65px;}
	.articleOne .name{font-size: 1.1em}
	.articleOne .wrp {    padding: 15px 20px;}
	.articleOne .more{font-size: 1em; font-weight: 500}
	.sone h3{font-size: 1.5em}
	.sone .w{padding: 25px}
	.sone .img{min-width: 135px; width: 125px}
	.sone .img span{background-size: 100% auto}
	.sone .info.flex .txt{font-size: 0.8em; line-height: 1.4;	padding: 20px 0 15px 5px;}
	.btn{line-height: 62px}
	.prices .info{padding: 0; width: 52%}
	
	
	
}


@media (max-width:1190px) {
	header .info nav > ul > li.more li:nth-last-child(4){display: block}
	header .info nav > ul > li:nth-last-child(5){display: none}
	
	
	footer .line100{display: block; width: 100%; padding-top: 25px; border-bottom: 1px solid #c9d7df; margin-bottom: 30px;}
	footer .info .wrapper{flex-wrap: wrap; max-width: 768px;}
	
	footer .logo a{ font-size: 1em;}
	footer .logo a img{display: block; width: 110px; margin-bottom: 20px;}
	
	footer .info .wrapper.flex{align-items: center}
	footer .logo{width: 40%}
	footer .info .menu{width: 55%; margin: 0; padding:0; }
	footer .info .menu nav{width: 100%}
	footer .info .menu ul{display:  flex; width: 100%; flex-wrap: wrap}
	footer .info .menu li{width: 50%}
	footer .info .menu li{font-size: 20px;}
	footer .info .address{width: 38%; padding: 0}
	footer .info .map{width: 60%}
	footer .info .map img{display: block; width: 100%}
	footer .info .address .phone a{font-size: 1.3em}
	footer .info .address .bt .btn{line-height: 58px;}
	
	
	
	
}
@media (max-width:1140px) {
	header .info nav > ul > li.more li:nth-last-child(5){display: block}
	header .info nav > ul > li:nth-last-child(6){display: none}
	

}


@media (max-width:1020px) {
	
	.gbody a{width: 48%; margin: 0 1% 3%;}

	html{ font-size: 	18px;}
	.gallery .tabs .header li {margin-right: 15px;margin-bottom: 15px;line-height: 48px;padding: 0 20px; border-radius: 8px;}
	
	header .info .bt,
	header .info nav{display: none}
	header .wrapper{padding: 0 25px;}
	header .xmenu{display: block}
	header .info .phone a{width: 40px;height: 40px;position: relative;display: block; background:url("/local/templates/aquarelle/css/../img/ico/phone.png") center center no-repeat; text-indent: -999999px;}

	header .logo{ width: 100%; display: flex; justify-content: center; margin: 0}
	header .info .bs{ padding-left: 0}
	header .logo a{font-size: 21px; max-width: none; width: auto}
	header .logo a img{ width: 86px; margin-right: 20px; }
	header .info .phone{padding-left: 25px}
	header{height: 135px;}
	
	
	
	.mslider .icons{flex-wrap: wrap; max-width: 400px}
	.mslider .icons a{ width: 50%; margin-bottom: 30px}
	
	.articles article{font-size: 0.889em}
	.articles article h2{font-size: 1.9em}
	.articles .aline{padding: 45px 0 30px}
	
	h1,h1,h3{ font-size: 1.944em}
	.services{padding: 35px 0}
	.services .wrp.flex{margin-top: 30px}
	.sone {width: 49%; margin-right: 2% !important }
	.sone:nth-child(2n){ margin-right: 0 !important}
	.gallery .tabs .body{ padding-top: 5px}
	.gallery .tabs .body .tab .more{margin-top: 40px}
	.prices .form input[type=text]{height: 50px;}
	.prices .form .btns button{line-height: 52px; max-width: 300px;}
	.prices .form .square{height: 600px; width: 100%; right: -50px}
	.prices{padding: 75px 0 65px;}
	.banner2 h2{font-size: 2.1em}
	.banner2 {height: auto; padding: 70px 0 30px;}
	.banner2 .more{margin-top: 65px}
	.reviews {   padding: 50px 0 40px;}
	.tns-controls button{ background-size: 40%}
	footer .sociaz a{width: 48px; height: 48px; line-height: 48px; font-size: 1.2em}
	.banner{height: 250px}
	.mslider .sqrwrp{ width: 600px; transform: translate(40%, -60%);}

	
}




@media (max-width:800px) {
			.mslider .sqrwrp{ width: 500px; min-width: 0;  transform: translate(50%, -50%);}



	    

}













@media (max-width:640px) {
	
		.gbody a{width: 100%; margin: 0 0 3%;}
	.txtblock{padding: 10px 0 30px}

	
	html{font-size: 17px}
	h1, h2, h3{ font-size: 2em}
	
	
	main{padding-top: 0;}

	header{ position:relative; z-index: 999;}

	
	.hfixed header{ position:fixed; width: 100%; left: 0; top: 0; z-index: 999;}
	.hfixed header .topline{display: none}
	.hfixed main{padding-top: 172px;}

	
	aside{top: 172px; height: calc(100% - 172px);}
	.hfixed aside{top: 80px; height: calc(100% - 80px);}
	

	footer .logo{display: none; }
	footer .info .menu{width: 100%; margin-bottom: 25px}
	footer .info .map{ max-width: 400px; margin: 0 auto}
	footer .info .menu nav{ max-width: 400px; margin: 0 auto}
	footer .line100{padding-top: 15px; margin-bottom: 15px; display: none}
	footer .info{padding: 25px 0}
	footer .info .wrapper{justify-content: flex-start; align-items: flex-start; flex-direction: column}
	footer .info .logo{width: auto; max-width: 175px; margin-bottom: 20px;}
	
	footer .info .address, footer .info .map{width: auto}
	footer .info .address{padding: 0; margin-top: 20px;}
	footer .info .address .bt,
	footer .info .address .phone{margin-bottom: 10px}
	footer .info .address .bt .btn{ line-height: 46px}
	footer .compasplus img{ width: 120px; margin: 0}
	footer .compasplus a.img{margin:  0 0 5px 0}
	footer .compasplus a.tt{font-size: 14px; margin:0 0 10px 0}
	footer .compasplus .flex{justify-content: center; align-items: center; flex-direction: column}
	
	header .phone2{display: block}
	header .phone2 a{ font-size: 20px; color: #025296; font-weight: 500}
	
	header .topline{display: block; background: #f5f4f4; padding: 15px 0 10px;}
	header .phone,
	header .info .logo{display: none}
	header .info{height: 80px;}
	
	header .xmenu{margin: 0; width: 50px; height: 50px; min-width: 50px; border-radius: 8px}
	header .xmenu span {height: 4px;border-radius: 1px;background: #fff;margin-bottom: 7px;}
	header{height: auto}
	
	header .logo a img{width: auto; height: 67px;}
	header .logo a{font-size: 17px;}
	
	.openMenu header .xmenu span:nth-child(1){ transform: rotate(45deg) translate(8px, 8px)}
	.openMenu header .xmenu span:nth-child(3){ transform: rotate(-45deg) translate(8px, -8px)}

	.mslider .sqrwrp{display: none}
	
	
	.mslider .slide{min-height: 540px; height: auto}
	.mslider .slide .bg.large{display: none}
	.mslider .slide .bg.medium{display: none} 
	.mslider .slide .bg.small{display: block} 
	
	
	.mslider h2{ font-size: 30px;}
	.mslider .cpt{font-size: 17px;}
	.mslider .icons{padding: 45px 0 5px;}
	.mslider .icons .img .square{display: none}
	.mslider .icons .img{height: 75px;}
	.mslider .icons .img::after, .mslider .icons .img::before{background-size: auto 100%}
	.mslider .icons a{font-size: 16px }
	.mslider .icons{width: 100%}

	.mslider .txt{padding: 35px 0 30px;}
	.mslider .btns{text-align: center}
	
	.btn{line-height: 52px; font-size: 15px}
	.articles{ padding-bottom: 30px}
	.articles article:last-child{display: none}
	.articles article{width: 100%}
	
	.articleOne .info{ font-size: 0.8em; margin-bottom: 20px}
	.articleOne .more span{ width: 35px; height: 35px; }
	.articleOne .more span::before{background-size: 12px auto}
	.articleOne .name{ font-weight: 500; font-size: 1em; margin-bottom: 20px}
	.articleOne .info .date{ padding-right: 15px}
	.articleOne .info .view{ padding-left: 20px; padding-right: 15px; background-size: 17px auto}
	.articleOne .info .comments{padding-left: 20px; background-size: 14px auto}
	.articleOne .more{ font-size: 1em;  }

	.slider3d .wrapper{padding: 0}	
	.slider3d .tns-controls button{ display: none}

	.sone {width: 100%;margin-right: 0 !important;}
	.sone .img {    min-width: 80px;    width: 80px; height: 80px;}
	
	.gallery .slwrp{padding: 0}
	.galleryslider a{margin: 0}
	
	
	.gallery .tabs .header{min-height: 44px; width: 100%;  position: relative; margin-bottom: 22px;}
	.gallery .tabs .header ul{display: block; position: absolute; left: 0; top: 0; width: 100%; height: auto; z-index: 99; border-radius: 5px; border: 2px solid #ff9a22; background: #00669c url("/local/templates/aquarelle/css/../img/ico/sel.png") right 15px no-repeat; max-height: 44px; overflow: hidden; transition: 0.5s}
	.gallery .tabs .header.show ul{max-height: 500px;}
	.gallery .tabs .header li{width: 100%; line-height: 40px; border-radius: 5px; margin: 0; display: none; border: none; font-size: 16px; }
	.gallery .tabs .header li.active{display: block; }
	.gallery .tabs .header li{display: none}
	.gallery .tabs .header.show li{display: block}
	.gallery .tabs .body .tab .more{ margin-top: 25px;}
	.gallery .tabs .body .tab .more .btn{line-height: 44px;}
	
	.prices{padding: 32px 0 }
	.prices .info .b320{display: none}
	.prices .info .x320{display: block;}
	.prices .wrapper{display: block}
	
	.prices .info{width: 100%}
	.prices .form{width: 100%; padding: 0 0 0 0; margin-top: 40px}
	.prices .form .square{top: -30px}
	.banner2 h2{font-size: 19px}
	.banner{ height: auto; padding: 38px 0 20px}
	.banner2 .more{text-align: left; margin-top: 25px;}
	.banner2 .more .btn{line-height: 38px;}

	.reviews .btns{ margin-top: 30px}
	.reviews .tns-controls{display: none}
	.reviews .slwrp{padding: 0}
	
}
































/* End */
/* /local/templates/aquarelle/css/font-awesome.css?177072804937396 */
/* /local/templates/aquarelle/css/tiny-slider.css?17707280492178 */
/* /local/templates/aquarelle/css/jquery.fancybox.min.css?177072804912795 */
/* /local/templates/aquarelle/css/all.css?17707280494433 */
/* /local/templates/aquarelle/css/modal.css?17707280492170 */
/* /local/templates/aquarelle/css/style.css?177072804930755 */
/* /local/templates/aquarelle/css/media.css?17707280499533 */
