/* FONT PATH -------------------------- */
@font-face { font-family: 'FontAwesome'; src: url("./css/fonts/awesome/fontawesome-webfont.eot?v=4.0.3"); src: url("./css/fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("./css/fonts/awesome/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("./css/fonts/awesome/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("./css/fonts/awesome/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; }

.fa { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -15%; }

.fa-2x { font-size: 2em; }

.fa-3x { font-size: 3em; }

.fa-4x { font-size: 4em; }

.fa-5x { font-size: 5em; }

.fa-fw { width: 1.28571em; text-align: center; }

.fa-ul { padding-left: 0; margin-left: 2.14286em; list-style-type: none; }
.fa-ul > li { position: relative; }

.fa-li { position: absolute; left: -2.14286em; width: 2.14286em; top: 0.14286em; text-align: center; }
.fa-li.fa-lg { left: -1.85714em; }

.fa-border { padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em; }

.pull-right { float: right; }

.pull-left { float: left; }

.fa.pull-left { margin-right: .3em; }
.fa.pull-right { margin-left: .3em; }

.fa-spin { -webkit-animation: spin 2s infinite linear; -moz-animation: spin 2s infinite linear; -o-animation: spin 2s infinite linear; animation: spin 2s infinite linear; }

@-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); } }

@-o-keyframes spin { 0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(359deg); } }

@-ms-keyframes spin { 0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(359deg); } }

@keyframes spin { 0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); } }

.fa-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

.fa-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.fa-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); }

.fa-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: scale(-1, 1); -moz-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); }

.fa-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); -webkit-transform: scale(1, -1); -moz-transform: scale(1, -1); -ms-transform: scale(1, -1); -o-transform: scale(1, -1); transform: scale(1, -1); }

.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: white; }

/* 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-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-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 { 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:before { content: "\f09a"; }

.fa-github:before { content: "\f09b"; }

.fa-unlock:before { content: "\f09c"; }

.fa-credit-card:before { content: "\f09d"; }

.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-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-asc:before { content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-desc: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-reply-all:before { content: "\f122"; }

.fa-mail-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 { 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"; }

body { padding: 0; margin: 0; background: #fff; position: relative; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; color: #433e42; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; }

a { text-decoration: none; }

img { vertical-align: top; }

p { margin: 0; padding: 0; font-size: inherit; line-height: inherit; }

.fixed_menu .top_menu_wrap { position: fixed !important; left: 0; right: 0; top: 0; }
.fixed_menu .pg_boxed .top_menu_wrap { left: auto; right: auto; width: 100%; max-width: 61.875em; }
.fixed_menu .pg_boxed .top_src_wrap { overflow: hidden; }

.page_body, .page_body:before, .page_body:after, .page_body *, .page_body *:before, .page_body *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.page_body { line-height: 1; font-size: 16px; }
.page_body a:focus { outline: none; }
.page_body img, .page_body object, .page_body embed { max-width: 100%; height: auto; }
.page_body object, .page_body embed { height: 100%; }
.page_body img { -ms-interpolation-mode: bicubic; }
.page_body img { display: inline-block; }
.page_body h1, .page_body h2, .page_body h3, .page_body h4, .page_body h5, .page_body h6 { text-rendering: optimizeLegibility; }

h1, h2, h3, h4 { margin: 0 0 0 -2px; font-weight: normal; }

h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; }

h1 { padding: 0.2em 0 0.3em; line-height: 1.4; font-size: 206.25%; font-size: 33px; }
@media only screen and (max-width: 30.0625em) { h1 { padding: 0.8em 0 0.5em; font-size: 175%; } }

h2 { padding: 0.5em 0 0.6em; line-height: 1.4; font-size: 175%; font-size: 28px; }
h2.bl_title { padding: 0.75em 0; font-size: 206.25%; font-size: 33px; }
@media only screen and (max-width: 30.0625em) { h2 { padding: 0.55em 0 0.7em; font-size: 137.5%; } }

h3 { padding: 0.5em 0 0.6em; line-height: 1.4; font-size: 137.5%; font-size: 22px; }
h3.bl_title { padding: 0.75em 0; font-size: 150%; font-size: 24px; }
@media only screen and (max-width: 30.0625em) { h3 { padding: 0.55em 0 0.7em; font-size: 112.5%; } }
.list_itm h3 { padding-top: 0; font-weight: bold; }

h4 { padding: 0.5em 0 0.6em; line-height: 1.4; font-size: 112.5%; font-size: 18px; }

.table { width: 100%; margin: 0; padding: 0; border-spacing: 0; border-collapse: collapse; border: none !important; }

.table th, .table td { padding: 0; vertical-align: top; border: none !important; }

.info_table thead tr th, .info_table tfoot tr th, .info_table tbody tr td, .info_table tr td, .info_table tfoot tr td { line-height: 1.125em; }
.info_table td { padding: 6px 20px 6px 0 !important; }

.dnone { display: none !important; }

.lie_lnk { cursor: pointer; }

.el_form { margin: 0 0 1em; }

.el_form input[type="text"], .el_form input[type="password"], .el_form input[type="date"], .el_form input[type="datetime"], .el_form input[type="datetime-local"], .el_form input[type="month"], .el_form input[type="week"], .el_form input[type="email"], .el_form input[type="number"], .el_form input[type="search"], .el_form input[type="tel"], .el_form input[type="time"], .el_form input[type="url"], .el_form textarea { display: block; width: 100%; margin: 0 0 0.3em 0; padding: 0.5em; font-family: inherit; font-size: 0.875em; color: rgba(0, 0, 0, 0.75); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; transition: all 0.15s linear; }

.el_form input[type="text"]:focus, .el_form input[type="password"]:focus, .el_form input[type="date"]:focus, .el_form input[type="datetime"]:focus, .el_form input[type="datetime-local"]:focus, .el_form input[type="month"]:focus, .el_form input[type="week"]:focus, .el_form input[type="email"]:focus, .el_form input[type="number"]:focus, .el_form input[type="search"]:focus, .el_form input[type="tel"]:focus, .el_form input[type="time"]:focus, .el_form input[type="url"]:focus, .el_form textarea:focus { outline: none; }

.el_form input[type="text"] { height: 2.6em; }

.el_form input[type="password"] { height: 2.6em; }

.el_form input[type="date"] { height: 2.6em; }

.el_form input[type="datetime"] { height: 2.6em; }

.el_form input[type="datetime-local"] { height: 2.6em; }

.el_form input[type="month"] { height: 2.6em; }

.el_form input[type="week"] { height: 2.6em; }

.el_form input[type="email"] { height: 2.6em; }

.el_form input[type="number"] { height: 2.6em; }

.el_form input[type="search"] { height: 2.6em; }

.el_form input[type="tel"] { height: 2.6em; }

.el_form input[type="time"] { height: 2.6em; }

.el_form input[type="url"] { height: 2.6em; }

.el_form button, .el_form input[type="submit"], .el_form input[type="reset"], .el_form input[type="image"] { outline: none; }

.el_form textarea { min-height: 50px; height: 8.231em; }

.el_form select { width: 100%; }

.el_lbl { display: block; margin-bottom: 0.5em; font-weight: normal; font-size: 81.25%; cursor: pointer; }
.el_lbl span { margin-left: 3px; font-size: 118.75%; }

.el_cmnt { margin-top: 0.85em; line-height: 1.07692; font-size: 81.25%; }
.el_cmnt span { margin-right: 5px; font-size: 118.75%; }

label.error, span.error, div.error, span.success, div.success { padding-bottom: 0.5em; font-size: 81.25%; }

.el_chbx_wrap { overflow: hidden; position: relative; display: inline-block; width: 100%; margin: 5px 0; padding: 0; vertical-align: top; line-height: 1.3; font-size: 93.75%; cursor: pointer; }
.el_chbx_wrap input { position: absolute; left: -100%; z-index: -1; }
.el_chbx_wrap.checked, .checked .el_chbx_wrap { font-weight: bold; }

.el_chbx_icn { position: relative; display: inline-block; width: 16px; height: 16px; margin: 2px 13px 0 0; padding: 0; vertical-align: top; font-size: 0; cursor: pointer; }
.el_chbx_icn:after { display: none; position: absolute; left: 50%; top: 50%; content: ''; margin: -3px 0 0 -3px; width: 6px; height: 6px; }
.checked .el_chbx_icn:after { display: block; }

.el_radio_wrap { overflow: hidden; position: relative; display: inline-block; width: 100%; margin: 0; padding: 0; vertical-align: top; line-height: 1; font-size: 93.75%; cursor: pointer; }
.el_radio_wrap input { position: absolute; left: -100%; z-index: -1; }
.el_radio_wrap.checked { font-weight: bold; }

.el_radio_icn { position: relative; display: inline-block; width: 17px; height: 17px; margin: -1px 13px 0 0; padding: 0; border-radius: 8px; vertical-align: top; font-size: 0; cursor: pointer; }
.el_radio_icn:after { display: none; position: absolute; left: 50%; top: 50%; content: ''; margin: -3px 0 0 -3px; width: 7px; height: 7px; }
.checked .el_radio_icn:after { display: block; }

.el_select_wrap { position: relative; }

.el_select_lbl { position: relative; display: inline-block; width: 100%; height: 34px; vertical-align: top; cursor: pointer; }

.el_select_lbl_txt { overflow: hidden; padding: 0 10px 0 12px; line-height: 30px; font-size: 81.25%; }

.el_select_lbl_icn { position: absolute; right: 0; top: 0; width: 31px; height: 30px; }
.el_select_lbl_icn .point_arr { margin: 9px 0 0 9px; }

.el_select_list_wrap { display: none; position: absolute; left: 0; right: 0; top: 32px; z-index: 100; }
.active .el_select_list_wrap { display: block; }

.el_select_list_cnt { padding: 6px 0; }

.el_select_list_item { padding: 6px 12px; line-height: 1; font-size: 81.25%; }

.icn_clr { display: inline-block; vertical-align: middle; width: 17px; height: 17px; margin: 0 5px 0 0; padding: 0; line-height: 0; font-size: 0; }

.page_body { overflow: hidden; width: 100%; margin: auto; }

.pg_boxed { max-width: 61.875em; }
.pg_boxed.pg_rnd { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; padding: 0 15px; }
@media only screen and (max-width: 61.875em) { .pg_boxed.pg_rnd { padding: 0; } }

.pg_flexible { max-width: 100%; }

.page_wrap { position: relative; max-width: 61.875em; margin: 0 auto; }

.page_pd { padding: 0 0.9375em; }

.ov_hide { overflow: hidden; }

.diblockw, .icnd_title, .news_itm, .src_inf, .brd_lnk, .btn_icn, .dload_lnk, .public_date, .photo_gallery .panel a, .like_bl .like_itm { display: inline-block; vertical-align: top; }

.diblockw, .icnd_title, .news_itm, .src_inf { width: 100%; }

[class*="column"] + [class*="column"]:last-child { float: left; }

.fleft { float: left !important; }

.fright { float: right !important; }

.soc_list .hover { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.vh_wrap { position: relative; overflow: hidden; }
.vh_wrap .vh_c0, .vh_wrap .vh_c1 { float: left; position: relative; left: 50%; }
.vh_wrap .vh_c1 { left: -50%; }

.bl_title { margin: 0; padding: 0; font-weight: normal; }
@media only screen and (max-width: 20em) { .bl_title { line-height: 1; } }

.img_hvr_cnt .hover:after, .info_adr:after, .info_tel:after, .info_email:after, .soc_list .soc_itm:after, .top_src_btn:after, .modif_slider .tparrows:after, .cl_ar_prev:after, .cl_ar_next:after, .flex-direction-nav .flex-prev:after, .flex-direction-nav .flex-next:after, .txt_cnt li:after, .section-container .title .st_icn:after, .photo_gallery .pt_cnt:before, .photo_gallery .pt_cnt:after, .photo_qty:after { position: absolute; content: ""; }

.small.button { margin-top: 0.85em; margin-bottom: 0; font-size: 93.75%; outline: none; }
.panel_wrap .small.button { float: right; font-size: 125%; }
@media only screen and (max-width: 48em) { .small.button { margin: 1em 0 0; } }

@media only screen and (max-width: 20em) { a.small.button { width: 100%; } }
.img_hvr_cnt { position: relative; display: block; }
.img_hvr_cnt .hover { visibility: hidden; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.img_hvr_cnt .hover:after { left: 50%; top: 50%; width: 39px; height: 39px; margin: -20px 0 0 -20px; }
.img_hvr_cnt.imh_zoom .hover:after { width: 39px; height: 39px; margin: -20px 0 0 -20px; }

.no-touch .img_hvr_cnt:hover .hover, .no-touch .img_hvr_wrap:hover .img_hvr_cnt .hover { visibility: visible; }

.point_arr { display: inline-block; position: relative; top: 3px; width: 0; height: 0; margin-top: -2px; vertical-align: baseline; }

.point_arr__lside { margin-left: -8px; margin-right: 13px; }

.point_arr__rside { margin-left: 13px; margin-right: -8px; }
.left_menu .point_arr__rside, .bg_clr_list .point_arr__rside { margin-right: -28px; }
.left_menu li li .point_arr__rside, .bg_clr_list li li .point_arr__rside { margin-top: 3px; }

.square_bl { display: inline-block; width: 5px; height: 5px; vertical-align: top; line-height: 0; font-size: 0; }

.info_adr, .info_tel, .info_email { position: relative; display: inline-block; min-height: 22px; margin: 9px 30px 0 0; padding: 0 0 0 20px; white-space: nowrap; vertical-align: top; text-align: left; line-height: 22px; font-size: 87.5%; cursor: default; }
.info_adr:after, .info_tel:after, .info_email:after { left: 0; top: 0; width: 13px; height: 22px; }

.info_tel { margin-right: 0; font-size: 112.5%; }
.info_tel:after { width: 12px; }

.info_email { margin-right: 0; font-size: 75%; }
.info_email:after { top: 3px; width: 12px; height: 16px; }

.no-touch .info_email:hover { text-decoration: underline; }

@media only screen and (max-width: 48em) { .contacts_wrap .info_tel { margin-top: 16px; } }
@media only screen and (max-width: 40em) { .contacts_wrap .info_adr, .contacts_wrap .info_tel, .contacts_wrap .info_email { margin-top: 1em; } }
.soc_list { float: right; margin: 0; padding: 0.9375em 0 0; }
.soc_list li { margin: 0; padding: 0; }
.pg_rnd .soc_list li { margin: 0 0 0 2px; }
.soc_list .soc_itm { position: relative; width: 24px; height: 24px; }
.soc_list .soc_itm:after { left: 50%; top: 50%; width: 10px; height: 16px; margin: -8px 0 0 -5px; }
.soc_list .soc_itm.si_yt:after { width: 20px; margin-left: -10px; }
.soc_list .soc_itm.si_gg:after { width: 24px; height: 20px; margin: -12px 0 0 -12px; }
.soc_list .hover { display: none; }

.no-touch .soc_list .soc_itm:hover .hover { display: block; }

@media only screen and (max-width: 48em) { .soc_list .soc_itm { width: 40px; height: 40px; }
  .contacts_wrap .soc_list { float: left; padding-top: 1em; } }
@media only screen and (max-width: 40em) { .soc_list { float: none; }
  .contacts_wrap .soc_list { clear: both; } }
@media only screen and (max-width: 30.0625em) { .social_box { display: none; } }
.list_itm { padding: 25px 0; }
.list_itm.first { padding-top: 0; }

.vcard { display: block; margin: 0; padding: 0; border: none; }
.vcard .vc_cont { margin-top: 15px; line-height: 118.75%; }
.vcard .vc_addr { font-size: 93.75%; }
.vcard .vc_lbl { display: inline-block; width: 55px; vertical-align: top; font-size: 81.25%; }
.vcard .vc_val { font-size: 125%; }
.vcard .vc_email { margin-top: 18px; font-size: 87.5%; }
.vcard .vc_email a { text-decoration: underline; }

.no-touch .vcard .vc_email a:hover { text-decoration: none; }

.brd_lnk { clear: both; padding: 6px 12px; text-align: center; font-weight: bold; font-size: 75%; }

.btn_email .btn_icn { width: 13px; height: 9px; margin: 2px 9px 0 0; }

.dload_lnk { clear: both; margin-top: 1em; padding: 6px 12px; text-align: center; font-weight: bold; font-size: 87.5%; }
.dload_lnk .btn_icn { width: 20px; height: 17px; margin: -2px 7px 0px 0; }

.icnd_title { margin: 0; padding: 0 0 0.5em; line-height: 1; font-size: 112.5%; }
.icnd_title .fa { float: left; margin: 0 16px 0 0; font-size: 64px; }
.icnd_title img { float: left; margin: 0 0.9375em 0 0; }
.icnd_title a { display: block; padding-top: 1em; }
@media only screen and (max-width: 20em) { .icnd_title { line-height: 1.25; font-size: 100%; } }

.box_list .columns { padding-top: 1.875em; padding-bottom: 0.375em; }

@media only screen and (min-width: 48em) { .box_list .row { word-spacing: -0.25em; }
  .box_list .row > .columns:nth-child(4n) { clear: none !important; }
  .box_list .columns { float: none !important; display: -moz-inline-box; display: inline-block; word-spacing: normal; vertical-align: top; } }
@media only screen and (max-width: 30.0625em) { .box_list .columns { width: 100%; } }
.logo_text { line-height: 1; font-size: 75%; }

#header { padding: 1.0625em 0 1.375em; }
#header .logo_wrap { padding-top: 1.125em; }
#header .logo { margin: -1.125em 10px 0 0; }
#header .info_wrap { padding-top: 0.25em; }

@media only screen and (max-width: 40em) { #header .columns { width: 100%; } }
.top-bar { overflow: visible !important; height: 73px; line-height: normal; }
.top-bar ul, .top-bar li { margin: 0; padding: 0; list-style: none; }
.top-bar .name { width: 16px; height: 73px; }
.top-bar .toggle-topbar.menu-icon { left: 0; right: 0; top: 0; height: 73px; width: auto; margin: 0; padding: 0; }
.top-bar .toggle-topbar.menu-icon a { width: 73px; height: 73px; padding: 16px 21px 16px 10px; line-height: 40px; text-indent: 78px; font-size: 125%; }
.top-bar .toggle-topbar.menu-icon a span { right: 20px; width: 33px; }

.top_menu_wrap { position: relative; z-index: 950; }

.top_menu_bl { position: relative; }
.top_menu_bl .tb_bg { position: absolute; left: 100%; top: 0; width: 100%; height: 73px; }
.pg_boxed .top_menu_bl .tb_bg { display: none; }
.top_menu_bl .top-bar-section ul li > a { font-weight: normal; font-size: 100%; }
.top_menu_bl .top-bar-section li a:not(.button) { line-height: 73px; padding: 0 22px; }
.top_menu_bl .top-bar-section .has-dropdown > a { padding-right: 31px !important; }
.top_menu_bl .top-bar-section .dropdown li a { line-height: 45px; font-size: 87.5%; }
.top_menu_bl .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after { right: -7px; content: ""; }

.top_src_btn { position: relative; float: right; display: block; width: 73px; height: 73px; }
.top_src_btn:after { left: 50%; top: 50%; width: 23px; height: 23px; margin: -12px 0 0 -11px; }

.top_src_wrap { visibility: hidden; position: absolute; left: 0 !important; right: 0 !important; top: 73px !important; height: 86px; }
.top_src_wrap.open { visibility: visible; }
.top_src_wrap .ts_bd { position: absolute; left: -50%; right: 0; top: 0; height: 100%; }
.pg_rnd.pg_boxed .top_src_wrap .ts_bd { box-shadow: none; }
.top_src_wrap .ts_cnt { overflow: hidden; position: relative; padding: 18px 18px 0 30px; }
.top_src_wrap .ts_label { float: left; margin-top: 6px; line-height: 1; font-size: 200%; }
.top_src_wrap .ts_btn { position: static; float: left; width: 39px; height: 41px; padding: 0; margin: 5px 0 0 10px; vertical-align: top; -webkit-appearance: none; }
.top_src_wrap .ts_cnt_txt { margin: 0 8px 0 120px; padding: 0 1.25em; }
.top_src_wrap .ts_cnt_txt input { position: static; display: block; height: 49px; margin: 0 0 0 28px; padding: 0 1.25em; font-size: 87.5%; transition: none; -webkit-appearance: none; }

@media only screen and (max-width: 61.875em) { .top-bar-section .dropdown li.title h5 a, .top_menu_bl .top-bar-section li a:not(.button) { line-height: 45px; }
  .top-bar .name { width: 16px; height: 73px; }
  .top-bar .menu-icon { position: absolute; left: 0; top: 0; width: 73px; height: 73px; margin: 0; padding: 16px 21px 16px 20px; }
  .top-bar .menu-icon span { display: block; width: 33px; }
  .top-bar .title-area { overflow: hidden; margin-right: 73px; }
  .top-bar-section { overflow: hidden; height: 0; }
  .expanded .top-bar-section { overflow: visible; height: auto; } }
@media only screen and (max-width: 56em) and (min-width: 48em) { .top-bar-section li a:not(.button) { padding: 0 10px; } }
@media only screen and (max-width: 40em) { .top_src_wrap.open { width: 100% !important; } }
@media only screen and (max-width: 35em) { .top_src_wrap .ts_cnt { padding-left: 5px; } }
.modif_slider { clear: both; overflow: hidden; max-height: 238px; }
.modif_slider ul, .modif_slider li { margin: 0; padding: 0; list-style: none; }
.modif_slider img { max-width: none; }
.index .modif_slider { max-height: 400px; }
.modif_slider.ms_full { display: block; }
.pg_rnd.pg_boxed .modif_slider.ms_full { margin-top: 15px; }
.modif_slider .hs_logo, .modif_slider .hs_data { width: 460px; white-space: normal !important; }
.modif_slider .hs_logo { letter-spacing: -0.05em; line-height: 0.9; font-weight: bold; font-size: 3.125em; }
.modif_slider .hs_data { line-height: 1.2 !important; font-size: 0.9375em; }
.modif_slider .tparrows, .modif_slider .tparrows.default { width: 45px; height: 45px; }
.modif_slider .tparrows { line-height: 45px; left: 0 !important; right: auto !important; top: 50% !important; bottom: 50px !important; margin: -23px 0 0 !important; }
.modif_slider .tparrows:after { left: 50%; top: 50%; width: 0; height: 0; margin-top: -7px; margin-left: -12px; }
.pg_rnd .modif_slider .tparrows { left: 15px !important; }
.modif_slider.ms_full .tparrows { left: 33px !important; top: auto !important; bottom: 0 !important; margin: 0 !important; }
.pg_rnd .modif_slider.ms_full .tparrows { bottom: 15px !important; }
.modif_slider .tp-rightarrow { right: auto !important; left: 45px !important; }
.modif_slider .tp-rightarrow:after { margin-left: -2px; }
.pg_rnd .modif_slider .tp-rightarrow { left: 75px !important; }
.modif_slider.ms_full .tp-rightarrow { left: 78px !important; }
.pg_rnd .modif_slider.ms_full .tp-rightarrow { left: 93px !important; }

.tp-bullets { position: absolute; left: 139px !important; bottom: 18px !important; margin: 0 !important; }
.pg_rnd .tp-bullets { left: 149px !important; bottom: 33px !important; }
.tp-bullets .bullet { display: block; float: left; width: 9px; height: 9px; margin: 0 0 0 9px; cursor: pointer; }

@media only screen and (max-width: 48em) { .modif_slider .hs_logo, .modif_slider .hs_data { width: 350px; }
  .modif_slider .tparrows, .modif_slider .tparrows.defaul { width: 69px !important; height: 69px !important; }
  .modif_slider .tparrows { line-height: 69px !important; left: 0 !important; }
  .pg_rnd .modif_slider .tparrows { left: 15px !important; }
  .modif_slider.ms_full .tparrows { left: 0 !important; }
  .pg_rnd .modif_slider.ms_full .tparrows { left: 15px !important; }
  .modif_slider .tp-rightarrow, .modif_slider.ms_full .tp-rightarrow { left: 69px !important; }
  .pg_rnd .modif_slider .tp-rightarrow, .pg_rnd .modif_slider.ms_full .tp-rightarrow { left: 99px !important; }
  .tp-bullets { left: 164px; bottom: 21px; }
  .pg_rnd .tp-bullets { left: 184px !important; } }
@media only screen and (max-width: 40em) { .modif_slider .hs_logo, .modif_slider .hs_data { width: 280px; } }
@media only screen and (max-width: 35em) { .modif_slider .hs_logo, .modif_slider .hs_data { width: 200px; } }
@media only screen and (max-width: 20em) { .modif_slider .hs_logo, .modif_slider .hs_data { width: 150px; }
  .modif_slider .tparrows { display: none; }
  .tp-bullets { display: none; } }
.flex-direction-nav { position: absolute; left: 0; bottom: 0; }
.flex-direction-nav li { display: block; float: left; width: 36px; }

.cl_ar_prev, .cl_ar_next, .flex-direction-nav .flex-prev, .flex-direction-nav .flex-next { position: relative; display: block; width: 36px; height: 36px; }

.cl_ar_prev:after, .cl_ar_next:after, .flex-direction-nav .flex-prev:after, .flex-direction-nav .flex-next:after { left: 50%; top: 50%; width: 0; height: 0; margin: -8px 0 0 -13px; }

.cl_ar_next:after, .flex-direction-nav .flex-next:after { margin-left: -3px; }

.pg_rnd .cl_ar_next, .pg_rnd .flex-direction-nav .flex-next { margin-left: 15px; }

.pg_rnd .flex-dark .flex-direction-nav .flex-prev { margin-top: -5px; }

.pg_rnd .flex-dark .flex-direction-nav .flex-next { margin-left: 0; margin-top: 10px; }

@media only screen and (max-width: 48em) { .flex-direction-nav { left: -1.875em; }
  .pg_rnd .flex-direction-nav { left: 0; }
  .flex-direction-nav li { width: 69px; }
  .pg_rnd .flex-control-nav { left: 175px; }
  .cl_ar_prev, .cl_ar_next, .flex-direction-nav .flex-prev, .flex-direction-nav .flex-next { width: 69px; height: 69px; } }
.breadcrumbs { margin: 0 -1.875em; padding: 0.45em 1.875em 0.6em !important; }
.pg_rnd .breadcrumbs { margin-top: 15px; }
.breadcrumbs a, .breadcrumbs span { display: inline-block; margin: 6px 0.875em 0 0; vertical-align: top; font-size: 81.25%; }
.breadcrumbs .bc_home { width: 11px; height: 14px; margin-top: 4px; margin-left: 0; }
.breadcrumbs .square_bl { margin-top: 10px; }

@media only screen and (max-width: 20em) { .breadcrumbs { display: none; } }
.row_mright { margin-right: -2.8025em !important; }
@media only screen and (max-width: 48em) { .row_mright { margin-right: 0 !important; } }
@media only screen and (max-width: 30.0625em) { .row_mright { margin-right: -0.9375em !important; } }
@media only screen and (max-width: 48em) { .row_mright > .columns { width: 100%; } }

.bg_clr_list .point_arr { margin-top: 10px; }
.bg_clr_list ul { margin: 0; padding: 0 0 2em 2em; list-style: none; }
@media only screen and (max-width: 53.75em) { .bg_clr_list ul { margin: 0; padding: 0 0 1em 1em; list-style: none; } }
.bg_clr_list li { margin: 0; padding: 0 0 0 0.9em; line-height: 1.6; font-size: 100%; }
.bg_clr_list li ul { display: none; position: relative; margin-bottom: -1px; padding: 0 0 13px; }
.bg_clr_list li li { padding: 0 0 0 17px !important; line-height: 1; font-size: 81.25%; }
.bg_clr_list li.active > ul { display: block; }
.bg_clr_list .bc_list0 > li.active { position: relative; z-index: 50; margin-bottom: -1px; padding-top: 1px; padding-bottom: 1px; }
.bg_clr_list a { display: block; padding: 0.4em 0.5em 0.42em 0; }
.bg_clr_list .square_bl { float: left; margin: 5px 0 0 -17px; }

#left_nav_wrap { position: relative; height: 36px; margin: 0 -1.875em; }
#left_nav_wrap .left_clmn_wrap { margin: 0 !important; }

#left_nav { display: none; position: absolute; top: 0; left: 0; z-index: 50; width: 100%; }

#left_menu_icon { display: none; }
@media only screen and (max-width: 48em) { #left_menu_icon { position: relative; z-index: 60; display: block; width: 38px; height: 36px; padding: 0 9px; cursor: pointer; }
  #left_menu_icon span { display: block; } }

.no-touch .bg_clr_list .bc_list0 > li:hover { position: relative; z-index: 50; margin-bottom: -1px; padding-top: 1px; padding-bottom: 1px; }
.no-touch .bg_clr_list .bc_list0 > li:hover:not(.active):first-child { padding-top: 0; }
.no-touch .left_menu li:hover > ul { display: block; }

@media only screen and (max-width: 48em) { .left_clmn_wrap, .bg_clr_list__gray { margin: 0 -1.875em; }
  .bg_clr_list .bc_list0 { padding: 18px 0 1em 1em; }
  .bg_clr_list li { font-size: 93.75%; }
  .bg_clr_list a { padding-left: 0.4em; padding-right: 0.4em; } }
.cols_wrap { padding-bottom: 4em; }

@media only screen and (max-width: 30.0625em) { .cols_wrap { padding-bottom: 2em; }
  .cols_left, .cols_right { width: 100% !important; } }
.left_clmn_wrap { padding-top: 36px; }
.pg_rnd .left_clmn_wrap { margin-top: 15px; }
@media only screen and (max-width: 48em) { .left_clmn_wrap { padding-top: 0; } }

.txt_cnt { line-height: 1.4615; font-size: 81.25%; }
.txt_cnt h2 { font-size: 215.38462%; }
.txt_cnt h2.bl_title { font-size: 253.84615%; }
.txt_cnt h3 { font-size: 169.23077%; }
.txt_cnt h3.bl_title { font-size: 184.61538%; }
.prod_itm .txt_cnt { margin-top: 15px; }
.prod_detail_cnt .txt_cnt { margin-top: 25px; }
.prod_itm .txt_cnt ul li, .prod_detail_cnt .txt_cnt ul li { padding-bottom: 0; }
@media only screen and (max-width: 35em) { .txt_cnt th { padding: 5px 10px; font-size: 100%; }
  .txt_cnt td { padding: 5px 10px; font-size: 81.25%; } }
@media only screen and (max-width: 20em) { .txt_cnt th { padding: 5px 10px; font-size: 87.5%; }
  .txt_cnt td { padding: 5px 10px; font-size: 75%; } }

.img_left { float: left; margin: 5px 27px 13px 0; }
@media only screen and (max-width: 30.0625em) { .img_left { float: none; margin-right: 0; } }

.img_right { float: right; margin: 5px 0 13px 27px; }
@media only screen and (max-width: 30.0625em) { .img_right { float: none; margin-left: 0; } }

.txt_cnt ul { margin: 0; padding: 0; list-style: none; }
.txt_cnt ul li { position: relative; margin: 0; padding: 0 0 7px 20px; line-height: 1.6; }
.txt_cnt ul li:after { left: 0; top: 6px; width: 8px; height: 8px; }

.txt_cnt table { width: 100%; margin: 0; border-spacing: 0; border-collapse: collapse; }
.txt_cnt table thead tr th, .txt_cnt table tfoot tr th, .txt_cnt table tbody tr td, .txt_cnt table tr td, .txt_cnt table tfoot tr td { line-height: 1.125em; }
.txt_cnt table th { padding: 11px 20px 10px; font-size: 143.75%; }
.txt_cnt table td { padding: 12px 20px; font-size: 112.5%; }

.art_list { margin-bottom: -5em; word-spacing: -0.25em; letter-spacing: -1em; zoom: 1; }

.art_itm { line-height: 1.6; }
.art_list .art_itm { float: none !important; display: -moz-inline-box; display: inline-block; word-spacing: normal; letter-spacing: normal; vertical-align: top; padding-bottom: 30px; }
.art_list .art_itm:nth-child(4n) { clear: none !important; }
.art_itm .row { margin-right: 0; }

.art_title { margin: 0; padding: 0 0 0.409em; line-height: 0.90909; font-weight: normal; font-size: 137.5%; }

.art_txt { font-size: 75%; }

@media only screen and (max-width: 30.0625em) { .art_list .art_itm { width: 100%; } }
.flexslider ol, .flexslider .flex-viewport li { margin: 0; padding: 0; }

.index .art_wrap { margin-top: 0; }
.art_wrap .page_wrap { padding: 0.4375em 0 5em; }
.art_wrap .flexslider { margin-bottom: -5em; padding-bottom: 5em; }

@media only screen and (max-width: 48em) { .art_itm .art_title { margin-top: 1em; } }
.news_itm { padding: 0.625em 0; }
.news_itm .ni_title { display: block; margin: 5px 0 0; padding: 0; line-height: 1; font-size: 112.5%; }

.news_date { margin-right: 0.9375em; padding: 6px 8px 3px; text-transform: lowercase; }
.news_date .nd_num { display: block; line-height: 0.90323; font-size: 187.5%; }

.about_txt { margin-top: 0.625em; line-height: normal; font-size: 81.25%; }

.about_bl .brd_lnk { margin-top: 1em; font-size: 87.5%; }

@media only screen and (max-width: 48em) { .about_bl .bl_title { padding-top: 2em; } }
.about_wrap { padding: 1.25em 0 5em; }
.pg_rnd .about_wrap { margin-top: 15px; }

.sbscrb_wrap { margin-bottom: -1px; }
.sbscrb_wrap .page_wrap { padding: 1.6875em 0; }
.sbscrb_wrap form { margin: 0; }
.sbscrb_wrap .bl_title { padding: 0; }
.sbscrb_wrap .button { float: right; margin: 1px 0 0; }
.sbscrb_wrap .el_chbx_wrap { float: left; width: 50%; margin-top: 9px; }
@media only screen and (max-width: 61.875em) { .sbscrb_wrap .columns { width: auto; }
  .sbscrb_wrap .el_chbx_wrap { width: auto; margin-left: 30px; }
  .sbscrb_wrap .el_chbx_wrap:first-child { margin-left: 0; }
  .sbscrb_wrap .txt_drk { min-width: 220px; } }
@media only screen and (max-width: 52.5em) { .sbscrb_wrap .txt_drk { min-width: 120px; } }
@media only screen and (max-width: 788px) and (min-width: 640px) { .sbscrb_wrap .el_chbx_wrap { display: block; float: none; margin: 0; } }
@media only screen and (max-width: 40em) { .sbscrb_wrap .columns { width: 100%; }
  .sbscrb_wrap .txt_drk { max-width: 320px; margin-top: 10px !important; }
  .sbscrb_wrap .button { float: none; margin-top: 10px; } }

.team_itm img { margin-top: 4px; }
.team_itm .tl_name { font-size: 112.5%; }
.team_itm .tl_job { margin-top: 13px; font-size: 87.5%; }

@media only screen and (max-width: 30.0625em) { .team_itm.first { padding-top: 25px; }
  .team_itm .tl_name { margin-top: 30px; }
  .team_itm .columns { width: 100%; } }
.public_title { font-size: 137.5%; }

.public_date { margin: 8px 0 0; padding: 3px 10px; line-height: 1.25; text-transform: lowercase; font-weight: bold; font-size: 75%; }
.public_date span { font-size: 125%; }

.public_itm .txt_cnt { margin-top: 10px; }

@media only screen and (max-width: 20em) { .public_itm .columns { width: 100%; }
  .public_itm .public_title { font-size: 112.5%; }
  .public_date { font-size: 81.25%; }
  .public_date span { font-size: 112.5%; } }
@media only screen and (max-width: 20em) { .public_itm .public_left { display: none; } }
.video { max-width: 436px; margin-top: 35px; }

.mobile { display: none; }

.public_detail .public_date { margin-top: 0; }
.public_detail .txt_cnt { margin-top: 10px; }

@media only screen and (max-width: 30.0625em) { .public_detail .public_date { display: none; }
  .public_detail .public_date.mobile { display: inline-block; margin-bottom: 20px; }
  .public_detail .columns { width: 100%; } }
.section-container { margin-top: 0.625em; }
.section-container section, .section-container .section { margin-top: 1.25em; }
.section-container section .title a, .section-container .section .title a { font-size: 93.75%; }
.section-container section .content, .section-container .section .content { padding: 34px 30px; }

.accordion.section-container section .title a, .accordion.section-container .section .title a { position: relative; display: inline-block; width: 100%; padding: 0; vertical-align: top; white-space: normal; line-height: 1; font-size: 112.5%; }
.accordion.section-container .title .st_icn { position: absolute; left: 0; top: 0; display: block; width: 45px; height: 100%; }
.accordion.section-container .title .st_icn:after { left: 50%; top: 50%; width: 14px; height: 14px; margin: -7px 0 0 -7px; }
.accordion.section-container .title .ov_hide { display: block; min-height: 45px; padding: 13px 20px 12px; margin-left: 45px; }
.accordion.section-container section .content, .accordion.section-container .section .content { padding: 34px 60px; }
.accordion.section-container .sc_cnt { margin: 20px -60px 0; padding: 22px 60px 0; font-size: 112.5%; }
.accordion.section-container .sc_cnt span { font-size: 131.25%; }
.accordion.section-container .active .title .st_icn:after { height: 4px; margin-top: -2px; }
.accordion.section-container .active .title .ov_hide { padding: 12px 20px 11px; }

@media only screen and (max-width: 30.0625em) { .section-container section .content, .section-container .section .content { padding: 17px 20px; }
  .section-container .sc_cnt { margin: 20px -20px 0; padding: 22px 20px 0; } }
.tabs.section-container { margin-top: 3em; }
.tabs.section-container section .title, .tabs.section-container .section .title { top: -1px; }
.tabs.section-container section .title a, .tabs.section-container .section .title a { font-weight: bold; font-size: 93.75%; }

.section-container .pics_wrap { margin-top: -35px; }
@media only screen and (max-width: 30.0625em) { .section-container .pics_wrap .columns { width: 100%; } }
.pics_wrap .pic_cnt { display: block; margin-top: 35px; }
.pics_wrap img { width: 100%; }
.pics_wrap .panel { display: block; height: 63px; margin: 0; padding: 10px; line-height: 1.25; font-size: 93.75%; }
.pics_wrap .panel span { display: block; overflow: hidden; height: 41px; }

@media only screen and (max-width: 30.0625em) { .pics_wrap .column { width: 100%; } }
@media only screen and (max-width: 20em) { .pics_wrap a { font-size: 100%; } }
.logos_wrap { text-align: center; }
.logos_wrap .panel { line-height: 1.11111; font-size: 112.5%; }

@media only screen and (max-width: 30.0625em) { .logos_wrap .columns { width: 100%; } }
.photo_qty { position: relative; padding: 0 0 0 19px; line-height: 1; font-size: 81.25%; }
.photo_gallery .photo_qty { position: absolute; left: 15px; bottom: 10px; }
.photo_qty:after { left: 0; top: 0; width: 13px; height: 11px; }

.photo_gallery .pt_cnt { overflow: hidden; position: relative; display: block; margin-top: 35px; padding-bottom: 5px; }
.photo_gallery .pt_cnt:after, .photo_gallery .pt_cnt:before { bottom: -5px; width: 0; height: 0; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.photo_gallery .pt_cnt:before { left: -5px; }
.photo_gallery .pt_cnt:after { right: -5px; }
.photo_gallery img { width: 100%; }
.photo_gallery .panel { position: relative; height: 74px; margin: 0; padding: 11px 0.9375em 25px; }
.photo_gallery .panel a { overflow: hidden; height: 33px; line-height: 1.06667; font-size: 93.75%; }

.no-touch .photo_gallery .pt_cnt:hover a { text-decoration: underline; }

.index .pg_rnd.pg_boxed .panel_wrap { margin-top: 15px; }
.panel_wrap .page_wrap { padding: 2.25em 0; }
.panel_wrap .panel_bl { margin: 0; }
.panel_wrap .panel_bl.row { padding: 1.1em 1em; }
.panel_wrap .panel_bl .columns { font-size: 75%; }
.panel_wrap .pnl_main_txt { line-height: 1.29545; font-size: 275%; }

@media only screen and (max-width: 48em) { .panel_bl { text-align: center; }
  .panel_bl .small.button { float: none; } }
.clients_wrap .page_wrap { padding: 1.6875em 0; }
.clients_wrap .flexslider { padding-right: 40px; }
.clients_wrap .flex-direction-nav { left: auto; right: 0; top: 0; bottom: auto; }
.clients_wrap .flex-direction-nav li { float: none; }

@media only screen and (max-width: 48em) { .clients_wrap .flex-direction-nav { right: -1.875em; top: -3.5em; }
  .clients_wrap .flex-direction-nav li { width: 56px; }
  .clients_wrap .flex-direction-nav .flex-prev, .clients_wrap .flex-direction-nav .flex-next { width: 56px; height: 56px; } }
.contacts_wrap .page_wrap { padding: 1.6875em 0; }
.contacts_wrap .bl_title { padding: 0; }
.contacts_wrap .soc_list { float: right; padding-top: 0.35em; }
.contacts_wrap .info_email { margin-right: 30px; }

@media only screen and (max-width: 40em) { .contacts_wrap .columns { width: 100%; } }
@media only screen and (max-width: 30.0625em) { .contacts_row > .columns { width: 100%; } }
.google_map { width: 100% !important; height: 318px; margin: 0px; }

.google_map > ymaps, .google_map > iframe { width: 100% !important; height: 100% !important; }

#fb-root { display: none; }

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] { width: 100% !important; }

.lnks_list { margin: 0; padding: 0; list-style: none; line-height: 1.28571; font-size: 87.5%; }
.lnks_list li { padding: 5px 0; }
.lnks_list a { text-decoration: underline; }

.no-touch .lnks_list a:hover { text-decoration: none; }

.like_bl { padding-top: 5px; }
.like_bl .like_itm { margin: 10px 0 0 0; }

.sitemap_list { margin: 0; padding: 0 0 3px; list-style: none; font-size: 125%; }
.sitemap_list li { margin: 4px 0 0; padding: 1px 0 0; line-height: 1.6; }
.sitemap_list ul { margin: 3px 0 0 0; padding: 1px 0 4px 30px; list-style: none; font-size: 75%; }
.sitemap_list ul ul { padding: 0px 0 1px 20px; font-size: inherit; }

.src_form { padding-top: 5px; margin-bottom: 20px; }
.src_form .row { margin: 0; }
.src_form .columns { padding: 0; }
.src_form input[type="text"] { margin: 0; padding: 0 1.25em; height: 2.95em; }
.src_form .small.button { margin: 0 0 0 -2px; padding: 0.6625em 1.125em 0.725em; }

.src_itm .txt_cnt { margin-top: 10px; }

.src_itm .public_title { font-size: 112.5%; }

.src_inf { margin-top: 10px; }
.src_inf .public_date { margin: 0; }
.src_inf .si_lnks, .src_inf .si_lbl { font-size: 75%; }

.ui-slider-horizontal { height: 6px; }

.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 16px; height: 16px; cursor: pointer; }

.ui-slider .ui-slider-range { position: absolute; z-index: 1; display: block; border: 0; font-size: 0; }

.ui-widget-header { font-weight: bold; }

.ui-slider { margin: 25px 5px 8px; width: 89%; position: relative; text-align: left; }

.ui-slider-horizontal .ui-slider-handle { top: -5px; margin-left: -5px; margin-top: 0; }

.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }

.ui-slider-horizontal .ui-slider-range-min { left: 0; }

.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.max-price { float: right; }

.min-price, .max-price { border: none; box-shadow: none; color: #3f3f3f; padding-top: 7px; height: 14px; font-size: 100%; }

#fancybox_modal { padding: 20px; font-size: 16px; }
.page_wrap #fancybox_modal { display: none; }
#fancybox_modal .fancybox_modal_cnt { padding: 20px 0 30px; }

.pg_rnd .fancybox-next { right: 15px; }

.pg_rnd .fancybox-prev { left: 15px; }

.pager { display: table; margin: 45px auto 0; text-align: center; }
.pager .cl_ar_prev, .pager .cl_ar_next { float: left; }
.pager .cl_ar_next { margin-right: 10px; }

@media only screen and (min-width: 48em) { .pager .page { display: block; float: left; width: 36px; height: 36px; line-height: 2.76923; font-size: 81.25%; } }
@media only screen and (max-width: 48em) { .pager .page { display: none; } }
@media only screen and (max-width: 48em) { .pager_wrap { float: left; margin-left: -1.875em; } }
.footer .columns .row { padding: 1.75em 0 2.5em; margin: 0; }

.copyrights { font-size: 68.75%; }

.foot_menu { display: none; }
@media only screen and (min-width: 61.875em) { .foot_menu { display: block; margin: 0 -0.9375em; padding: 1.2em 0 2.5em; }
  .foot_menu ul { margin: 0; padding: 0; list-style: none; }
  .foot_menu li { float: left; margin: 0; padding: 0; list-style: none; }
  .foot_menu li a { display: block; padding: 15px 14px; line-height: normal; font-size: 93.75%; }
  .foot_menu .dropdown li { float: none; }
  .foot_menu .dropdown a { padding-top: 4px; padding-bottom: 0; } }

@media only screen and (min-width: 48em) { .footer .logo_text { display: none; } }
@media only screen and (max-width: 48em) { .footer .copyrights { float: right; } }
.lnk_totop { display: none; }
.lnk_totop .arr_top { display: block; width: 16px; height: 10px; }
@media only screen and (min-width: 48em) { .lnk_totop { display: block; position: fixed; right: -100%; top: 50%; z-index: 990; margin-top: -20px; font-size: 81.25%; cursor: pointer; }
  .lnk_totop div { overflow: hidden; position: relative; left: 4px; top: -5px; padding: 12px 14px 14px; }
  .lnk_totop .arr_top { display: inline-block; margin: 0 8px 0 0; } }
@media only screen and (max-width: 48em) { .lnk_totop { display: inline-block; text-align: center; font-size: 81.25%; cursor: pointer; }
  .lnk_totop div { position: relative; padding: 15px 12px 18px; }
  .lnk_totop .arr_top { margin: 0 auto 8px; } }

@media only screen and (max-width: 30.0625em) { #ftotop_wrap { width: 100%; margin-top: 1.75em; } }

.page_body { max-width: 61.875em; }