/* Minification failed. Returning unminified contents.
(2217,63): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
(2217,97): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(2217,108): run-time error CSS1035: Expected colon, found 'id'
(2217,128): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(2217,146): run-time error CSS1035: Expected colon, found 'type'
(2217,262): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(2217,266): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(2217,277): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(2217,281): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(2217,289): run-time error CSS1062: Expected semicolon or closing curly-brace, found '#grayscale'
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

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

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

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

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

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


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

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

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

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

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

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

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

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

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/Content/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/Content/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/Content/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/Content/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

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

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/Content/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/Content/fonts/fontawesome-webfont.eot?v=4.6.3);src:url(/Content/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(/Content/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(/Content/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(/Content/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(/Content/fonts/fontawesome-webfont.svg?v=4.6.3#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}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.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:#fff}.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-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"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
@font-face {
    font-family: "SofiaSans";
    src: url(/Content/fonts/SofiaSans-Regular.woff2) format("woff2"),
         url(/Content/fonts/SofiaSans-Regular.woff) format("woff");
}

body {
}

* {
    outline: none;
}

/* ::selection {background: orange; color: white;} */

article, aside, details, div, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

body, img, p, h1, h2, h3, h4, h5, h6, ul, ol, li, form, blockquote, dl, dt, dd, button, input {
    margin: 0;
    padding: 0;
}

a, a:hover, a:active, a:visited {
    text-decoration: none;
    outline: none !important;
}

.clear {
    clear: both;
    float: none !important;
}


a {
    color: #612e24;
}

    a:hover {
        text-decoration: underline;
    }

html, body {
    height: 100%;
}

body {
    font-family: Arial;
    font-size: 62.5%; /*1em is 10px */
    margin-right: 0 !important;
    background: #ebebeb;
}

.openedmenu {overflow: hidden}

.center {
    max-width: 1200px;
    margin: 0 auto;
}

#wrap {
    min-height: 100%;
}

#main {
    padding-bottom: 440px; /* must be equal to footer's height */
}

body:before { /* old(real) Opera browser fix */
    content: "";
    float: left;
    height: 100%;
    margin-top: -32767px;
    width: 0;
}

.relative {
    position: relative;
}

.fancybox-lock {
    overflow: visible;
}

.fancybox-overlay {
    overflow: hidden !important;
}

img {
    max-height: 100%;
    max-width: 100%;
}

ul {
    list-style-type: none;
}


h1 {
    font-size: 22px;
}

h2 {
    font-size: 18px;
    padding: 10px 0px 5px 0px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 17px;
}



.live-edit {
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    min-height: 20px;
}

    .live-edit:hover {
        box-shadow: 0px 0px 0px 1px white, 0px 0px 0px 2px black, 0px 0px 0px 3px white;
        box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.8), 0px 0px 0px 2px black, 0px 0px 0px 3px rgba(255, 255, 255, 0.8);
        padding: 10px;
        margin: -10px;
        z-index: 2;
    }

    .live-edit > .live-edit-a {
        position: absolute;
        width: 30px;
        height: 0px;
        opacity: 0;
        overflow: hidden;
        background: #fff;
        top: -30px;
        right: -30px;
        z-index: 222;
        background: url(/Content/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAABmJLR0QA/wD/AP+gvaeTAAAH10lEQVR4nO2da6gVVRiGn2NqlnrUJCKMjlJYUWiXH0XUj25mWXS/WFFWZmEhaReSCCoPgZlpZFCSBdHFyqiILEX0YEGetKQyhC5aRFgKgeblKEftx+fk9uyZ2Wtm1po9s+Z7YP04+8z+5pv9vrNmZq01a4GiKIqiKIpSOVpSfKcVGAOMBtqAY61mVFxmA5/nsJ8hwPPAXuCvA2UD8AvwG7AnhxxCaQPeBHYD+ytW2i38fiYMAdbE5LEDWApMB07JKScA7gN2xSTmc8lL/MHA6oS5rQWmAv1dJjYnYVI+lTzF/zpDnpuA+4E+thObnCGpspeyiF9bvgFOspXYCKDLUmJlKzMs/H4mDAI6Lee+GTjDRnJvWU6sLCVP8Vc5OobNwMgsyQ1GHjeaLYav4rcASxwfy2qgd9oExztOroglL/EDhgEfWco9qkxKm1y748SKVvIWv5brkcYeF8f1B9AvTVILHCVUxNJM8QOOARbj5vgeSJPQe46SKVopgvgBLcAU7De4rUmTTBUM8EiaHyYHRgEbsXuso6J21svRQRSddmBWDvsZQPJr8PfAeaQ8cyMYl/QLPtcAeT/n/4H0pSRtpj0C+AA7x/xZ0uR9NUAzG3k2ANcljHMY8ArZj3vbgVh1pG4oaMAMYKWj2GnpAr7MYT+DkEaes3t8PgJYBHyIdNxsMoi1F6k9tgCPZ8hpIDAc+NX0C1lrgBsyJFtmTJt3/wFuSxj7SYO4cSXRfYAaIDlp2vYXAEcm2EeWrvkpYQGr+hRgm6hqvxF3Ib2BJxtuPw14PeE+AoaFfagGyM5QoIPk4gechnTcXGKw7X5gIvBJiv0cFfahGiAbg4BPgdMzxhmAdAxdbrDtPuAO4KeM+4xF7wEa46I/fw9wk+H+RyI3kyZx1yADTo1RA8QzFBmQaVP8oHQD1xrmcRlSI8TF6yDFoFE1QDQuxQ/KTuB8w3zmxcTpIOWIYTVAOC6HcfUsW4ATDXLqD6wP+f5qZGRXKtQA9eRx5vcs6zA7g0/n0CF8Kwy/F4ka4FCaIX5Q3jbM8VksiQ9qgFryrPajyi0GefYH3iVDtV+LGkBo5plfW7YCx7k4QG0IimYosIzsjTw2aAVedhFYDRCOrRY+m4wDrrYdVA1QT9a2fZfMBfraDKgGOJQiVfthtAF32wyoBjhI0cUPeIJkYwhiUQMIRbzmR7ERi7qpAYp9ze/JcmTcwHZbAatugLJU+yDiX4l0FFmjygaovPhQXQOo+AeoogFU/BqqZgAVvwdVMoCKH0JVDKDiR1AFA6j4MfhuABW/AT4bQMU3wFcDqPiG+GiAMnXsfAVcg3vx+wITwv7hmwHK1rFzMTJ7h0v6IS+Thr536JMBtNqvpx/y0umYqA18MYCKX8/hyHQ0l8Zt5IMByiT+CvIVf2yjDctugLKJfwXuxe8DvIO8OdyQMhtAxa+nD7AQebIwoqwGUPHr6Y2c+aZzCwDlNICKX09v5CXSpBNRls4AKn49vZHlfVK9j1kmA6j49RyGLOZ5Y9oAZTGAil9PL+BVzCeVigxSdFT8egLxJ9gIVHS6Obi2XpFZhby961r8FmTK2DttBCuDAbYiM2afhayMWURWABfhvmOnBZhPxLy/aSiDAQLWIitpvEixaoO8znyQeYAm2gxYJgOAzPk/BbnObm5yLiDij8X9mQ/Snfuw7aBlM0DAYmQhpDwWgIgiEH9rTvtzskR8WQ0A8DdwATCzCfsOrvl5ie+MohigFem+vIdky9h0A48BU5E5c/NgFfkM48qFIhhgILKq1dXIHe4PJG/TngvcjMyW6ZK8q33nFMEAnwLn1vx9MrK40hLghARx3kdm0rI2eUIPvBMfimGAqFmxxyC1wXTMLwvLcDPQshMPxYdiGCCOI4BnEAFMa4NOxDy2aoIVwIV4KD4U3wABZwLfYt7r1QlchbQbZCGvtv2mURYDgDwpLAQeNdx+OXBvhv114tHdfhRlMgBIW/hM4CXMcn8DeCrFfryu9mspmwECJgOvYXZz+DTwcYLYlTjzA8pqAJCl0+YjtUIc+5BlWn82iNmJvEjh/ZkfUGYDgPSJzzPYbjsyWjbuprAy1X4tZTcAyOXgQYPt1iELMIdRqWq/Fh8MADAbaQBqxCzgix6fVa7ar8UXA/RClrkZ3mC7fcDtHGwk6sCTXr20+GIAkKVRF9J4QYXfkEtBB9LIs8NlUkXHJwOATAzxkMF2LyAthZUWH/wzAMjZfWqDbbrJZxhX4fHRAH2BBchbM0oDfDQAyKVgfLOTKAO+GgCgHZkpQ4nBZwO0IWMMlRh8NgDIM74Sg88G6ABubXYSRcdXA6zE85E8tkgyBt8VjbpzFYf4WgMohqgBKo4aoOKoASqOGqDiqAEqjhqg4qgBKo4aoOK4agk8x1HcKuPkN3VlgGmO4iqW0UtAxVEDVBw1QMVRA1ScKANU/oUJD/k37MMoA/zpMBGlOYRqGmWAHx0mojSHdWEfRg3HagW20PhFS6UcdAFHEzJ1XlQNsA2ZrVPxg0VEzJsYNyBzBLAefbum7HQh0+/+HvbPuMfAjWSbZ08pBpOIEN+UOcgSLVrKV54L0TMV9wG7CnBAWszKThy8F9mGrFK5uwAHqCW87EZmRz0+QsM60ryV04rMxj0aMUW/FDEUe3Qh8x59BywlosVPURRFURRFUf7nP+HGjIe+QGVnAAAAAElFTkSuQmCC) center center no-repeat #fff;
        background-size: 20px;
        -webkit-transition: top 0.2s linear,opacity 0.2s linear,right 0.2s linear;
        -moz-transition: top 0.2s linear,opacity 0.2s linear,right 0.2s linear;
        -o-transition: top 0.2s linear,opacity 0.2s linear,right 0.2s linear;
        transition: top 0.2s linear,opacity 0.2s linear,right 0.2s linear;
    }

.live-edit-missing {
    font: 100 14px/24px 'Arial';
    color: #666666;
}

.live-edit:hover > .live-edit-a {
    height: 30px;
    opacity: 1;
    top: -10px;
    right: -10px;
    box-shadow: 0px 0px 0px 1px white, 0px 0px 0px 2px black, 0px 0px 0px 3px white;
    cursor: pointer;
}

    .live-edit:hover > .live-edit-a:hover {
        box-shadow: 0px 0px 0px 2px white, 0px 0px 0px 3px black;
    }



/* ------------------------------------ GENERAL ------------------------------------- */

.caps {
    text-transform: uppercase;
}

.nocaps {
    text-transform: none !important;
}

.right {
    float: right;
}

.left {
    float: left;
}

.no-border {
    border: none !important;
}

.no-right {
    border-right: none !important;
}

.no-left {
    border-left: none !important;
}

.no-bottom {
    border-bottom: none !important;
}

.no-top {
    border-top: none !important;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.hidden {
    display: none;
}

.tabulation {
    display: inline-block;
    width: 10px;
}

.uppercase {
    text-transform: uppercase !important;
}

.yellow {
    color: #F5CD0E !important;
    border-color: #F5CD0E !important;
}

.white {
    color: #fff !important;
    border-color: #fff !important;
    background: #fff !important;
}

/* ERROR SUCCESS */
.error, .success, .warning, .note {
    position: relative;
    width: auto;
    margin: 20px 0px;
    padding: 10px 15px;
    font: bold 14px/18px "Raleway",'Ubuntu', Arial, sans-serif;
    color: #15172c;
}

.field-validation-error {
    color: red;
}

.error {
    background: #fd8b8b;
}

.warning {
    background: #fcdf8b;
}

.success {
    background: #9EE481;
}

.note {
    background: #81C9E4;
}

.error ul, .success ul {
    list-style-type: disc;
    list-style-position: inside;
}

.error a:hover, .success a:hover, .field-error a {
    text-decoration: underline;
}

.error404 {
    width: 100%;
    font-size: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 10% 0 15%;
    text-transform: uppercase;
}

    .error404 div {
        font: normal 240px/240px 'Arial';
        color: #612e24;
    }

    .error404 p {
        color: #414343;
        font: normal 30px/42px Arial,'Georgia','Playfair Display';
    }

    .error404 a {
        font: normal 17px/42px 'Ubuntu';
        color: #612e24;
    }

._close {
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 2em;
    color: #000000;
}

#generror {
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1000;
}

    #generror > div.bodyerror {
        max-width: 930px;
        min-height: 113px;
        background: #fff;
        margin: 0% auto;
        position: relative;
        top: 33%;
    }

    #generror .icon {
        width: 40px;
        background: #FAC017;
        float: left;
        position: absolute;
        top: 0;
        bottom: 0;
        height: auto;
        left: 0;
    }

        #generror .icon + div {
            background: white;
            min-height: 73px;
            padding: 20px;
            margin-left: 40px;
        }

    #generror h6 {
        font: bold 22px/22px 'Ubuntu';
        color: #7a3836;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    #generror p {
        font: normal 14px/22px 'Ubuntu';
        color: #424242;
    }

body.overflow-hidden {
    overflow: hidden;
}

._gclose {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 2em;
    color: #000000;
    width: 26px;
    height: 26px;
    text-align: center;
    display: block;
    font-family: 'Raleway';
    opacity: 0.8;
}

    ._gclose:hover {
        opacity: 1;
        text-decoration: none;
    }




/* article */
article, p, article p, article ul, article ol {
    color: #000;
    font: normal 14px/22px 'SofiaSans';
}

article ul, article ol {
    list-style-position: inside;
}

article ul, article ol, article p {
    margin: 10px 0;
}

article ul {
    list-style-type: disc;
}

article ol {
    list-style-type: decimal;
    list-style-position: inside;
}

article ul ul,
article ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
}

article ol ol,
article ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
}

article a:hover {
    text-decoration: underline;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    font-family: Arial;
    font-weight: normal;
    margin: 5px 0;
}

article a {
    color: #612e24;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    min-width: 15px;
    min-height: 15px;
    background-image: url(/Images/_sprite_SAGK.png);
    background-repeat: no-repeat;
    border: 0;
    background-position: center center;
}

/*  END GENERAL */



/* ------------------------------------ HEADER ------------------------------------- */


header {
    top: 0;
    width: 100%;
    z-index: 999;
    height: 120px;
}

.header-top {
    background: #612e24;
    color: #fff;
    height: 70px;
    position: relative;
    z-index: 13;
}

.logo {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 125px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.23);
    text-align: center;
    background: #fff;
    float: left;
    margin-bottom: -5px;
    position: relative;
    z-index: 5;
}

.logo img {
    margin-top: 20px;
}

.logo-title {
    text-transform: uppercase;
    font: normal 16px/1.2 'SofiaSans';
    margin-left: 20px;
    margin-top: 15px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-decoration: none !important;
}

.logo-title strong {
    display: block;
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 5px;
}

.header-top .right > a {
    font: normal 12px/30px 'SofiaSans';
    color: #fff;
    display: inline-block;
    vertical-align: top;
}



.login {
    padding: 0 10px;
}

.icon-lock {
    height: 20px;
    background-position: center -8px;
    margin-right: 5px;
}

.icon-arrow {
    background-position: center -49px;
    margin-left: 5px;
}

.icon-search {
    background-position: center -78px;
    width: 33px;
    height: 33px;
}

.fakedropdown-wrap {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font: normal 12px/70px 'Ubuntu';
    padding: 0 0px;
}

.header-top .right {
    position: relative;
    padding-top: 2px;
    display: inline-flex;
    gap:2px;
}

.header-top .right .fakedropdown {
    font-weight: bold;
    font-size: 17px;
    vertical-align: top;
    color: #fff;
    height: 70px;
    display: inline-block;
    padding: 0 10px;
}

.header-top .center {
    position: relative;
    height: 100%;
}

.header-top .social {
    font-size: 0;
    position: absolute;
    right: 0;bottom: 3px;
    height: 30px;    
}

.header-top .wide-screen .social {
    right: 10px;
}

.header-top .social a {
    margin-left: 2px;
    border: 1px solid transparent !important;
}

.fakedropdown-body {
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    border: 1px solid #612e24;
    margin-top: -1px;
    z-index: 2;
}

.fakedropdown-wrap.opened .fakedropdown-body {
    display: block;
}

.fakedropdown-body a.active {
    background: #c1c1c1;
}

.fakedropdown-body a {
    padding: 5px 10px;
    color: #333;
    line-height: 1.7;
    display: block;
    min-width: 100px;
}

header .fakedropdown-wrap:before,
header .fakedropdown-wrap:after {
    content: "|";
    color: #644a45;
    position: relative;
    left: 0px;
    top: -0px;
}

header .fakedropdown-wrap:after {
    left: auto;
    right: -0px;
}

.disabled {
    font-size: 13px;
    padding: 0 10px;
}

.header-top .right > a.search-btn {
    width: 32px;
    height: 30px;
}

.search-btn {
    font-size: 0 !important;
    text-indent: -999em;
    width: 70px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.search-btn .icon-search {
    width: 32px;
    background-size: 30px auto;
    background-position: center -40px;
}

.search-btn .icon-search {
    background-position: center -202px;
}

.search-active .search-btn,
.search-btn {
    position: relative;
    background: #fff;
}

.search-active .search-btn:before {
    content: "";
    width: 25px;
    height: 2px;
    background: #612e24;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;right: 0;top:0;bottom: 0;
    z-index: 2;
    margin: auto;
}

.search-btn:hover {
    opacity: .8;
}

.search-body {
    background: #fff;
    padding: 1px;
    position: absolute;
    right: 0;
    top: 100%;
    border: 0px solid #612e24;
    margin-top: 2px;
    margin-right: 0px;
    z-index: 1;
    display: block;
    min-width: 227px;
}

.search-body button {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    font: normal 15px/22px 'SofiaSans';
    color: #333;
    background: 0;
    border: 0;
    padding: 0 10px;
    background: #612e24;
    color: #fff;
}

.short-menu,
.APPEAR,
.search-body {
    top: -1000px;
    opacity: 0;
    margin-top: 2px;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transition: transform 0.2s linear, opacity 0.2s linear;
}

    .search-body input[type="text"] {
        border: 0;
        line-height: 30px;
        height: 30px;
        border-bottom: 1px solid #612e24;
        border-bottom: 0;
        width: 156px;
    }
/*.search {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    font: normal 14px/22px 'Ubuntu';
    color: #333;
    background: 0;
    border: 0;
    padding: 0 10px;
    background: #612e24;
    color: #fff;

}*/

/*.search:hover {
    background: #000;
    color: #fff;
}*/

.sm-active .short-menu,
.active .APPEAR,
.search-active .search-body {
    display: block;
    top: 100%;
    opacity: 1;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.23);
    -webkit-transform: translateY(-0px);
    -moz-transform: translateY(-0px);
    -o-transform: translateY(-0px);
    transform: translateY(-0px);
}





.mc-layers .k-in, label, .label {
    color: #5c5c5c;
    display: block;
    font: bold 14px/18px 'Ubuntu';
    padding: 6px 0;
    cursor: pointer;
}





.header-bottom {
    background: #ffffff;
    color: #333333;
    height: 50px;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.17);
    z-index: 3;
}

    .header-bottom label,
    .header-bottom input[type="checkbox"] {
        display: none;
    }

/*
nav:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 20px;
    background: url(/Images/_sprite_SAGK.png) center -450px no-repeat;
    margin-top: 15px;
    margin-left: 20px;
}
*/

nav .right {
    width: auto !important;
}

nav .menu-wrap {
    display: inline-block;
    vertical-align: middle;
}

nav .social,
nav .viber,
nav .chatBot {
    display: none;
}


nav ul {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

nav ul li {
    padding: 0 10px;
    float: left;
    position: relative;
}

nav ul li a {
    display: inline-block;
    font: bold 15px/48px 'Ubuntu', 'SofiaSans';
    color: #333333;
    text-transform: uppercase;
    border-bottom: 5px solid transparent;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-wrap > ul > li > a:after {
    content: "";
    height: 0px;
    transition: all .2s linear;
    background: #612e24;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 5px;right: 5px;
}

.menu-wrap > ul > li.active > a:hover:after,
.menu-wrap > ul > li > a.active:hover:after,
.menu-wrap > ul > li:hover > a:after {
    height: 3px;
}

nav ul li.active a,
nav ul li a.active,
nav ul li a:hover {
    color: #612e24;
    text-decoration: none;
}

nav ul li.active a,
nav ul li a.active {
    border-color: #612e24;
}

nav ul li + li a:before {
    content: "";
    position: relative;
    background: #c1c1c1;
    width: 1px;
    height: 11px;
    display: inline-block;
    left: 0px;
    position: absolute;
    top:0;bottom: 0;margin: auto;
}

nav ul ul {
    display: none;
    background: #fff;
    position: absolute;
    width: 260px;
    top: 100%;
    left: 0;
    z-index: 999;
    text-align: left;
    padding-left: 5px;
    margin: 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.23);
}

    nav ul li a.pageid-2 + ul {
        display: none !important;
    }

    nav ul ul li {
        float: none;
        display: block;
        padding: 0;
    }

        nav ul ul li a {
            color: #333333;
            display: block;
            font: bold 13px/15px 'Ubuntu';
            padding: 13px 40px 13px 20px;
            height: auto;
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
            cursor: pointer;
            border: 0 !important;

        }

        nav ul ul li.active > a,
        nav ul ul li > a.active,
        .no-touch nav ul ul li:hover > a,
        .no-touch nav ul ul li > a:hover {
            background: #dfd5d3;
            color: #612e24;
        }

        nav ul ul li > a:before {
            display: none !important;
        }


        nav ul ul li.active > ul + a:after,
        nav ul ul li > ul + a.active:after,
        .no-touch nav ul ul li:hover > ul + a:after,
        .no-touch nav ul ul li > ul + a:hover:after {
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 15px;
            height: 15px;
            position: absolute;
            right: 15px;
            top: 0px;
            margin: auto;
            bottom: 0;
            background: url(/Images/_sprite_SAGK.png) center -1031px no-repeat;
        }

    nav ul ul ul {
        left: 100%;
        top: 0;
    }

    nav ul li:hover > ul {
        display: block;
    }


.reference {
    font: bold 14px/22px 'SofiaSans';
    text-transform: uppercase;
    color: #612e24;
    padding: 5px 7px;
    border: 2px solid #612e24;
    margin-top: 7px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-decoration: none !important;
}

.icon-book {
    background-position: center -407px;
    width: 20px;
    margin-right: 5px;
}

.reference:hover {
    background-color: #612e24;
    color: #fff;
}

    .reference:hover .icon-book {
        background-position: center -138px;
    }


.reference-p {
    font: bold 11px/16px 'SofiaSans';
    text-transform: uppercase;
    text-align: center;
    color: #612e24;
    padding: 0px 3px;
    width: 50px;
    white-space: pre-wrap;
    border: 3px solid #612e24;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-decoration: none !important;
}

.icon-book {
    background-position: center -407px;
    width: 20px;
    margin-right: 5px;
}

.reference-p:hover {
    background-color: #612e24;
    color: #fff;
}

.reference-p:hover .icon-book {
    background-position: center -138px;
}

.short-menu {
    position: absolute;
    min-width: 200px;
    right: 0;
    background: #fff;
    z-index: 10;
    padding: 10px 0;
}

.short-menu li {
    display: block;
}

.short-menu li a {
    font: normal 14px/16px 'SofiaSans';
    color: #333333;
    padding: 5px 15px 5px 25px;
    display: block;
    cursor: pointer;
    background: url(/Images/_sprite_SAGK.png) -12px -932px no-repeat;
}

.icon-menu {
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: top;
    background: url(/Images/_sprite_SAGK.png) center -947px no-repeat;
}

.menu-btn {
    text-align: center;
    position: relative;
    background: transparent !important;
    height: 20px;
    background: url(/images/link.png) center center #fff no-repeat !important;
    background-size: 16px auto !important;
    width: 30px;
}

/*
.menu-btn:before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #612e24 !important;
    box-shadow: 0 6px 0 0px #612e24, 0 12px 0 0px #612e24 !important;
    padding: 0 3px;
    margin: 8px 5px 0;
}
*/

    .sm-active .menu-btn,
    .menu-btn:hover {
/*         background: transparent !important; */
        opacity: .8;
    }
/*

        .sm-active .menu-btn .icon-menu,
        .menu-btn:hover .icon-menu {
            background-position: center -870px;
        }
        .sm-active .menu-btn:before,
        .menu-btn:hover:before {
            background: #fff !important;
            box-shadow: 0 6px 0 0px #fff, 0 12px 0 0px #fff !important;
        }
*/
        
        
.header-top .right > a {
    order: 1;
}

.header-top .right > a.menu-btn {
    order: 3;
    height: 30px;
    overflow: hidden;
}
#howTo,
#onlineTicket {
    order:2;
}
.menu-btn .icon-menu {
    position: absolute;
    left: 0;right: 0;top:0;bottom: 0;
    opacity: 0;
}




/* .fx */
.icon-arrow-top,
.fx, .effect, .transition {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.fixed .header-top .social {
    display: none;
}

.fixed .forfix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 22000;
}

.fixed .logo-title strong {
    display: none;
}

.fixed .header-top .right {
    padding-top: 0;
}

.fixed .header-top .right .fakedropdown,
.fixed .header-top {
    height: 30px;
}

    .fixed .fakedropdown-wrap,
    .fixed .header-top .right > a {
        line-height: 30px;
    }


.searchbtn {
    width: 20px;
    height: 20px;
    border: 0;
    background-color: transparent;
    background-position: center -748px;
}

.fixed .logo {
    height: 95px;
}

    .fixed .logo img {
        margin-top: 8px;
    }

.fixed .logo-title {
    margin-top: 5px;
}


.fixed .sm-active .short-menu, .fixed .active .APPEAR {
    top: 40px;
}

.fixed .search-active .search-body {
    top: 45px;
}

/* ------------------------------------ END HEADER ------------------------------------- */

/* ------------------------------------ FOOTER ------------------------------------- */


footer {
    position: relative;
    margin-top: -440px;
    height: 440px;
    clear: both;
    background: #fff;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.17);
}

    footer .column {
        width: 50%;
        float: left;
    }

.ul-wrap {
    float: left;
    padding-left: 20px;
    margin-top: 20px;
    border-left: 1px solid #d8d8d8;
    max-width: 260px;
}

.footer-top {
    padding: 20px 0 5px;
}

    .footer-top .left {
        margin-right: 30px;
    }

    .footer-top .center {
        position: relative;
    }

    .footer-top .column > .ftitle {
        margin-top: 20px;
    }

footer .left .ul-wrap {
    display: block;
    float: none;
}

.ftitle {
    font: bold 15px/22px 'SofiaSans';
    color: #3c3c3c;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.ul-wrap li a {
    font: normal 12px/14px 'SofiaSans';
    padding: 6px 0;
    color: #656565;
    display: block;
}

.ul-wrap li a:hover {
    color: #612e24;
}

.quick-contacts p {
    height: 40px;
    display: block;
}

.quick-contacts, .quick-contacts p, .quad {
    font: normal 13px/20px 'SofiaSans';
    color: #656565;
}

.quad-wrap {
    font-size: 0;
    margin: 0px 0 10px;
}

.quad {
    width: 24%;
    padding-right: 1%;
    display: inline-block;
    vertical-align: top;
}

.footer-top .bgr-gray {
    margin-top: 5px;
    padding: 10px 20px;
    background: #ebebeb;
}

.bgr-gray .ftitle {
    font-size: 12px;
}

.footer-bottom .center {
    clear: both;
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 20px;
    font: normal 11px/18px 'SofiaSans';
    color: #3e3e3c;
}

.footer-bottom .right a img {
    vertical-align: middle;
    margin-left: 5px;
}

footer .gotothis {
    width: 60px;
    height: 60px;
    background: #612e24;
    text-align: center;
    position: absolute;
    right: 0;
    top: -40px;
}

.icon-arrow-top {
    width: 25px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    background-position: center -221px;
}

.gotothis:hover .icon-arrow-top {
    margin-top: 15px;
}
/* ------------------------------------ END FOOTER ------------------------------------- */





/* ------------------------------------ INDEX ------------------------------------- */


.slider-wrapper {
    margin: 0 -20px;
    max-height: 580px;
    position: relative;
}

#slider .slide {
    display: block;
    position: relative;
}
/* #slider .slide, */
.column-block img,
.commercial img,
.news-img,
.linkbox-img,
.grayscale {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: url(/Content/data:image/svg+xml;utf8,&lt;svg xmlns=/'http:/www.w3.org/2000/svg/'&gt;&lt;filter id=/'grayscale/'&gt;&lt;feColorMatrix type=/'matrix/' values=/'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0/'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    filter: grayscale(1);
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}

    .column-block-list > *:hover img,
    .commercial-list > *:hover img,
    .linkbox:hover .linkbox-img,
    .news-box:hover .news-img,
    #slider .slide:hover,
    .grayscale:hover {
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: none;
        filter: none; /* IE6-9 */
        filter: grayscale(0);
    }

.overlay {
    background: url(/Images/repeat-x.png) center bottom repeat-x;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}

.index-boxes {
    font-size: 0;
    text-align: center;    
    margin-top: -90px;
/*
    position: absolute;
    bottom: -30px;
*/
    left: 0;right: 0;
    z-index: 2;
}

.index-box {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    margin: 0 1%;
    font: normal 15px/22px 'SofiaSans';
    color: #333333;
    text-decoration: none !important;
    max-width: 220px;
    height: 170px;
}

.index-box strong {
    text-transform: uppercase;
}

.index-box .icon {
    width: 160px;
    height: 150px;
    margin-top: 10px;
    /*background-image: url(/Images/_sprite_index.png);*/
    background-repeat: no-repeat;
}

.index-boxes .owl-item .index-box {
    width: 100% !important;
    width: calc(100% - 15px) !important;
    padding: 10px;
    box-sizing: border-box;
    height: 190px;
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-flow: column;
}

.icon-building {
    background-position: 44px 30px;
}

.icon-commercial {
    background-position: -203px 30px;
}

.icon-registry {
    background-position: -449px 30px;
}

.icon-experts {
    background-position: -693px 30px;
}

.icon-shout {
    background-position: -941px 30px;
}

.index-box:hover {
    background-color: #612e24;
    color: #fff;
}

    .index-box:hover .icon-building {
        background-position: 44px -239px;
    }

    .index-box:hover .icon-commercial {
        background-position: -203px -239px;
    }

    .index-box:hover .icon-registry {
        background-position: -449px -239px;
    }

    .index-box:hover .icon-experts {
        background-position: -693px -239px;
    }

    .index-box:hover .icon-shout {
        background-position: -941px -239px;
    }




.scroll-line {
    height: 4px;
    background: #c9c9c9;
    margin: 50px 0 70px;
    clear: both;
    display: block;
}

.scroll-line-mouse {
    background: url(/Images/_sprite_SAGK.png) center -564px #ebebeb no-repeat;
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -30px;
}

    .scroll-line-mouse:hover {
        background-position: center -648px;
    }

.section-title {
    font: bold 22px/24px 'SofiaSans';
    text-transform: uppercase;
    text-align: center;
    color: #612E27;
    margin: 20px 0;
}

.services-info-page .section-title {
    margin: 40px 0 30px;
}

.section-title.c1 {
    color: #1b3961;
}

.social {
    float: right;
    margin-top: 9px;
    font-size: 0;
}

    .social a {
        display: inline-block;
        vertical-align: top;
        width: 26px;
        height: 26px;
        border: 3px solid #612e24;
        background-image: url(/Images/_social.png);
        background-color: #612e24;
        background-repeat: no-repeat;
        margin-left: 3px;
    }

a.fb {
    background-position: 9px 6px;
    background-color: #3b5998;
}

a.tw {
    background-color: #1da1f2;
}

.tw {
    background-position: -25px 6px;
}

.social a:hover {
/*     background-color: #fff; */
    border-color:#612e24 !important;
}

/*
.fb:hover {
    background-position: 9px -29px;
}

.tw:hover {
    background-position: -25px -29px;
}
*/

.column-wrap {
    font-size: 0;
}

.column {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.column-wrap .column + .column {
    margin-left: 4%;
}

.column .news-box img {
    width: 100%;
    height: 324px;
    object-fit: cover;
}

.column .news-box {
    display: block;
    width: 100%;
    margin: 0 0 15px;
    overflow: hidden;
}

.column .slider .news-date {
    padding-top: 10px;
}

.column .news-date {
    color: #612e24;
    padding-left: 0;
    padding-right: 0;
    margin-left: 20px;
    margin-right: 20px;
}

.column .news-title {
}

.seeall-btn:hover {
    background: #612e24;
    color: #fff;
    text-decoration: underline;
}

.column .section-title {
    text-align: left;
}

.seeall-btn {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    background: #cfc5c3;
    font: normal 13px/20px 'Ubuntu';
    color: #612e24;
    display: block;
    padding: 8px 0;
}

.column .news-box-wrap {
    margin: 0;
}

.column .news-box-wrap .owl-controls {
    position: absolute;
    bottom: 104px;
    right: 20px;
}

.column .news-box-wrap .owl-controls .owl-dot {
    width: 8px;
    height: 8px;
    background: transparent;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
    border: 1px solid #612e24;
}

.column .news-box-wrap .owl-controls .owl-dot.active {
    background: #612e24;
}

.column .news-box-wrap:hover .owl-controls .owl-dot {
    background: #FFF;
}

.news-box-wrap {
    font-size: 0;
    margin: 0 -1.2%;
}

.news-box {
    display: inline-block;
    vertical-align: top;
    margin: 0 1.2% 15px;
    font: normal 14px/20px 'Ubuntu';
    color: #434343;
    width: 30.9%;
    background: #fff;
    text-decoration: none !important;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.linkbox:hover,
.news-box:hover {
    background: #612E27;
    color: #fff;
}

.news-box:hover img {
    opacity: .9;
}

.news-date {
    display: block;
    font: normal 12px/22px 'SofiaSans';
    color: #1b3961;
    border-bottom: 1px solid #d1d7df;
    padding: 17px 20px 3px;
    margin-bottom: 2px;
}

.news-box:hover .news-date {
    color: #fff;
}

.news-title {
    padding: 15px 20px 0;
    margin-bottom: 15px;
    height: 42px;
    overflow: hidden;
    font-weight: bold;
}

.news-img img {
    vertical-align: top;
    object-fit: cover;
}

.capsed .news-title span {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    height: auto;
    max-height: 42px;
}

.seeall .news-title:after,
.capsed .news-title:after {
    content: "";
    height: 42px;
    display: inline-block;
    vertical-align: middle;
}

.seeall {
    text-decoration: none !important;
    background: #612E27;
    color: #fff;
    text-transform: uppercase;
}

.icon-arrow-right {
    height: 20px;
    background-position: center -526px;
    margin-left: 5px;
    margin-top: -2px;
}

section {
    overflow: hidden;
}

.news-box.white.seeall {
    background: #fff;
    width: 100%;
    color: #434343;
    text-align: center;
    padding: 0px 20px 0px;
    height: 40px;
    font: normal 12px/40px 'Ubuntu';
    margin: auto;
    display: block;
    float: none;
    margin-bottom: 20px;
}

.news-box.whitel:hover {
    background: #612E27;
    color: #fff;
    text-decoration: none;
}

.linkbox-wrap {
    font-size: 0;
    margin: 0 -1%;
}

.linkbox {
    width: 179px;
    margin: 0 1%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    max-width: 280px;
    color: #434343;
    text-decoration: none !important;
    margin-top: 10px;
}


.linkbox-img {
    position: relative;
    width: 100%;
    padding-bottom: 59%;
}

.linkbox-img img {
    vertical-align: top;
    position: absolute;
    left: 0;right: 0;top:0;bottom: 0;    
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff !important;
}

.linkbox:hover img {
    opacity: 0.9;
}

.linkbox-title {
    font: bold 13px/60px 'SofiaSans';
    height: 60px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.offices-section {
    margin-top: 55px;
    padding-bottom: 50px;
}

.notification-text {
    font: normal 15px/20px 'SofiaSans';
    color: #3d3e3c;
    max-width: 90%;
    text-align: center;
    margin: 0 auto 30px;
}

.office-slider {
    position: relative;
}

.office-slider .slider {
    max-width: 1080px;
    margin: 0 auto;
}

.office-slider .scroll-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 68px;
}

.office-slider .slide {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
}

.office-slider .owl-carousel .slide {
    display: block;
    margin: 0 auto;
}

.office-slider .slide:after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 30px;
    border: 2px solid #434343;
    display: inline-block;
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    margin: auto;
    background: #ebebeb;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.office-slider .slide:hover:after {
    background: #612e24;
}

.office-slider .slide img {
    max-height: 95px;
    margin-top: 10px;
    margin-bottom: 70px;
    max-width: 100%;
    width: auto;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.office-title {
    font: normal 16px/20px 'SofiaSans';
    color: #3e3e3c;
    margin-bottom: 10px;
}

.office-time {
    word-wrap: break-word;
    font: normal 13px/20px 'SofiaSans';
    color: #3e3e3c;
}

.office-slider .owl-controls {
    position: relative;
    margin: 0 -50px;
    top: -215px;
}

.office-slider .owl-nav > div {
    width: 25px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    background: url(/Images/_sprite_SAGK.png) 4px -1067px no-repeat;
    font-size: 0;
    position: absolute;
    left: 0;
}

.office-slider .owl-nav > div.owl-next {
    background-position: -29px -1067px;
    right: 0;
    left: auto;
}

.office-slider .owl-nav > div:hover {
    background-position: 4px -1108px;
}

.office-slider .owl-nav > div.owl-next:hover {
    background-position: -29px -1108px;
}
/* ------------------------------------ END INDEX ------------------------------------- */



/* INNER PAGE */
.inner-wrap {
    padding: 15px 20px 20px;
    background: #f7f7f7;
}

.column-block-list,
.commercial-list {
    margin-right: -20px;
}

.column-block-list > *,
.commercial-list > * {
    width: 48%;
    width: calc(50% - 20px);
    display: block;
    margin-bottom: 20px;
    float: left;
    background: #fff;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 200px;
    overflow: hidden;
    text-decoration: none !important;
}

.column-block-list > *:nth-child(even),
.commercial-list > *:nth-child(even) {
    margin-left: 2%;
}

.column-block-list > * > .img,
.commercial-list > * > .img {
    width: 200px;
    height: 200px;
    float: left;
    display: inline-block;
    vertical-align: top;
}

.column-block-list > * > div,
.commercial-list > * > div {
    margin-left: 220px;
}

.column-block-list > * > div span,
.commercial-list > * > div span {
    font: normal 12px/20px 'Ubuntu';
    color: #656565;
    overflow: hidden;
    max-height: 130px;
    display: block;
}

.column-block-list > * > div span.c-title,
.commercial-list > * > div span.c-title,
.c-title {
    font: bold 17px/20px 'SofiaSans';
    color: #3c3c3c;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.c-title.small {
    font-size: 14px;
    padding: 10px 0;
}

.c-descr {
    text-align: justify;
}

.column-block-list.hoverable > *:hover,
.commercial-list > *:hover {
    background: #f2f2f2;
}

.column-block-list > *:hover .c-title,
.commercial-list > *:hover .c-title {
    color: #612e24;
}

.page-title {
    font: bold 24px/26px 'SofiaSans';
    color: #612e24;
    margin: 17px 0;
}

.page-title-sofia-sans {
    font: bold 24px/26px 'SofiaSans';
    color: #612e24;
    margin: 17px 0;
}

.breadcrumbs {
    margin-bottom: 10px;
}

.breadcrumbs > * {
    color: #434343;
    font: normal 13px/22px 'SofiaSans';
}

.breadcrumbs > * + * i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    width: 10px;
    height: 10px;
    background: url(/Images/_sprite_SAGK.png) center -842px no-repeat;
}

.has-bttn-right,
.services.bttn-to-right {
    width: 950px;
    float: left;
}

.bttn-to-right {
    float: right;
    width: 180px;
}

.bttn {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font: normal 13px/30px 'SofiaSans';
    text-decoration: none !important;
    text-transform: uppercase;
    border: 0;
}

.bttn-to-right .bttn {
    font-size: 20px;
    height: 84px;
    line-height: 84px;
    border: 2px solid transparent;
}

.bttn-to-right .bttn:hover {
    background-color: #fff;
    color: #612e24;
    border-color: #612e24;
    text-decoration: none;
}

.right-bttn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    border-left: 10px solid #f7f7f7;
    width: 250px;
    left: auto;
    font: bold 15px/18px 'SofiaSans';
}

.simple-table .fullwidth .column-content article,
.right-bttn + article {
    max-width: 850px;
}

    .right-bttn:after {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        text-transform: uppercase;
    }


.bttn.block {
    display: block;
    margin: 0 auto 7px;
}

.fullwidth {
    width: 100%;
}

.w80 {
    width: 80px;
}

.hAuto {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.3;
}

.wAuto {
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
}


.bttn.bgr-color7:hover,
.bttn.bgr-color6:hover,
.bttn.bgr-color5:hover,
.bttn.bgr-color4:hover,
.search-bar input[type="submit"]:hover,
.bgr-color2:hover,
.bgr-color {
    background-color: #612e24;
    color: #fff;
    word-break: break-word;
}

    .bgr-color:hover,
    .bgr-color2 {
        background-color: #3c3c3c;
        color: #fff;
        word-break: break-word;
    }

.bgr-color4 {
    background-color: #d6d6d6;
    color: #612e24;
    word-break: break-word;
}

.bgr-color5 {
    background-color: #d9b8b1;
    color: #612e24;
    word-break: break-word;
}

.bgr-color6 {
    background-color: #ebebeb;
    color: #612e24;
    word-break: break-word;
}

.bgr-color7 {
    background-color: #d9cfcd;
    word-break: break-word;
}

.bgr-color8 {
    background-color: green;
    color: white;
    word-break: break-word;
}

.tag-links {
    font-size: 0;
    margin: 0 -10px;
}

    .tag-links .bttn {
        margin: 0 10px 10px;
    }

#content .inner-wrap .s-block {
    padding-top: 20px;
}

.s-block {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
    padding-top: 0;
}

.s-block .k-tabstrip-wrapper {
    padding: 0;
    border: 0;
}

.s-block .k-tabstrip {
    background: 0;
    border: 0;
}

.s-block .k-tabstrip-wrapper .k-tabstrip-items {
    background: 0;
    border: 0;
    padding: 0;
}

.s-block .k-tabstrip>.k-content {
    margin: 0;
}

.service-blocks {
    margin-bottom: 50px;
}

.search-list .s-block {
    background: #ededed;
    padding-bottom: 0;
    overflow: auto;
    position: relative;
    padding-right: 0;
}

    .search-list .s-block:after {
        display: inline-block;
        vertical-align: middle;
        /*#27886*/
        /*height: 100px;*/
        content: "";
    }

.search-list .c-title {
    display: inline-block;
    vertical-align: middle;
    max-width: 660px;
    white-space: normal;
}

.buttons {
    float: right;
    margin-right: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.search-bar {
    background: #612e24;
    padding: 15px 20px;
    margin: 20px 0;
    display: flex;
}

.search-bar label {
    font: normal 18px/30px 'SofiaSans';
    color: #fff;
    margin-right: 16px;
}

.search-bar input[type="text"] {
    width: auto;
    flex-grow: 1;
    height: 32px;
    line-height: 32px;
    background: #fff;
    color: #612e24;
    font: normal 15px/22px 'SofiaSans';
    border: 0;
}

.search-bar input[type="submit"] {
    width: 135px;
    font: normal 15px/32px 'SofiaSans';
    color: #3c3c3c;
    height: 32px;
    border: 1px solid #ffffff;
    background: #ffffff;
    box-shadow: none;
    margin-left: 10px;
    vertical-align: middle;
}

.column-block-list > * > div span.c-title,
.commercial.services .c-title {
    white-space: normal;
}

/* Filter & table of results */

.filter-wrap {
    background: #fff;
    padding: 15px;
    font-size: 0;
    margin-bottom: 15px;
}


label, .label {
    font: bold 13px/30px 'Ubuntu';
    color: #3c3c3c;
    margin: 0 7px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.k-widget.k-dropdown,
.filter-wrap .k-datepicker {
    margin-right: 7px;
}

.filter-wrap input[type="text"],
.filter-wrap .k-widget.k-dropdown,
.filter-wrap .k-widget {
    display: inline-block;
    width: 170px;
    vertical-align: middle;
}

.filter-wrap .longer.k-widget.k-dropdown {
    width: 200px;
}

    .filter-wrap .longer.k-widget.k-dropdown .k-input {
        padding-right: 0;
    }

/* INPUT types and FANCYFIELDS */
input[type="text"], input[type="number"], input[type="email"], input[type="password"], input[type="data"], textarea, select {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0px 10px;
    width: 128px;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle;
    font: normal 11px/28px 'Ubuntu', Arial;
    color: #3c3c3c;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 7px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url(/Images/_sprite_SAGK.png) 160px -1212px no-repeat;
    padding-right: 30px;
    font: normal 12px/22px 'Ubuntu';
}

span.k-icon.k-i-arrow-s {
    background: url(/Images/_sprite_SAGK.png) center -1218px no-repeat;
}

.pricestyle span.k-icon.k-i-arrow-s {
    background: url(/Images/ksprite.png);
}

.k-widget .k-input {
    height: 28px;
    line-height: 28px;
    padding: 0;
}

.k-list > li:hover {
    background: #eee;
}


input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="data"]:focus, textarea:focus {
    border-color: #612e24;
}

.k-datepicker > .k-picker-wrap > span.k-select {
    background: url(/Images/_sprite_SAGK.png) center -1147px no-repeat transparent !important;
    border-left: 0;
    height: 30px;
}

input.date {
    background: url(/Images/_sprite_SAGK.png) 85px -1147px no-repeat;
}

span.k-icon.k-i-calendar {
    opacity: 0;
    background: 0;
}

input.date.k-input {
    background: 0;
    text-indent: 10px;
}

table {
    width: 100%;
}

table.simple-table {
    margin-bottom: 20px;
}

th, td {
    padding: 15px;
}

.simple-table td {
    background: #f7f7f7;
    font: normal 13px/16px 'SofiaSans';
    color: #3c3c3c;
}

table.k-selectable td, .simple-table td.no-data {
    font-size: 13px !important;
}

.simple-table td + td {
    border-left: 1px solid #3c3c3c;
    border-left: 1px solid rgba(61, 61, 61, 0.20);
}

.simple-table tr:nth-child(even) td {
    background: #ededed;
}

.marked,
.simple-table tr.k-state-selected td,
.simple-table tr:hover td {
    background: #d9cfcd;
}

.k-icon, .k-tool-icon, .k-grouping-dropclue, .k-drop-hint, .k-column-menu .k-sprite, .k-grid-mobile .k-resize-handle-inner:before, .k-grid-mobile .k-resize-handle-inner:after, .k-pager-numbers .k-current-page .k-link:after, .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after, .k-gantt-views > .k-current-view > .k-link:after {
    background-image: url(/Images/ksprite.png);
}

.block-wrap a {
    display: block;
    font: normal 13px/18px 'SofiaSans';
    color: #612e24;
}

.simple-table thead th {
    background: #d2d2d2;
    font: bold 13px/14px 'SofiaSans';
    text-transform: uppercase;
    color: #3c3c3c;
    padding: 5px 2px;
}

.k-widget {
    font-size: 14px;
    line-height: 30px;
    font-family: 'SofiaSans';
    box-shadow: none !important;
}

.k-popup {
    box-shadow: none !important;
}

.k-widget * {
    box-shadow: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

span.k-widget.k-datepicker input.date.k-input {
    vertical-align: top;
}

.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-dropdown-wrap.k-state-default {
    border-color: #bebebe;
}

span.k-widget.k-datepicker.k-header.date.form-input {
    border: 0;
    background: #fff;
}

.tableWrapper .k-widget span.k-widget.k-header {
    width: auto;
}

.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap {
    border: 0;
}


.k-pager-wrap {
    margin: 10px 0;
    padding: 10px 20px;
}


.k-pager-numbers > li > * {
    min-width: 30px;
    background-color: #f2f2f2;
    text-align: center;
}

.k-pager-info {
    float: right;
}

.table-wrap .k-grid.k-widget {
    border: 0;
    background: 0;
}

.table-wrap {
    margin-bottom: 20px;
}

.infoicon {
    background: url(/Images/infoicon.png) center center no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}


/*  Experts */

.inner-wrap .scroll-line-mouse {
    background-color: #f7f7f7;
}

.filter {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.k-calendar .k-content .k-link:hover {
    background: #d9cfcd;
}

.block-wrap .page-title {
    font-size: 22px;
}

.block-wrap .filter-wrap {
    margin-top: 30px;
}

.page-subtitle {
    text-align: center;
    font: normal 12px/22px 'Ubuntu';
    font-style: italic;
    color: #3c3c3c;
    display: block;
    margin-bottom: 10px;
}

.column-content {
    padding: 10px 20px;
    height: auto;
    position: relative;
}

    .column-content .c-title {
        white-space: normal;
    }

.column-block-list.fullwidth {
    margin-right: 0;
}

    .column-block-list.fullwidth .column-content {
        width: 100%;
        margin-left: 0 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.bullet li {
    padding-left: 20px;
    background: url(/Images/bullet.png) no-repeat 3px 5px;
    font: normal 14px/18px 'Ubuntu';
    color: #3c3c3c;
    padding-bottom: 5px;
}

.column-block-list.flex {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-grow: 2;
    flex-wrap: wrap;
}

.no-flexbox .column-block-list.flex {
    margin-right: 0;
}

    .no-flexbox .column-block-list.flex > * {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }

.video-list {
    margin-top: 30px;
}

    .video-list > * {
        height: auto;
    }

    .video-list .img {
        background: url(/Images/_sprite_SAGK.png) center -1256px no-repeat;
        width: 40px;
        height: 40px;
        display: inline-block;
        margin: 15px 20px;
        vertical-align: top;
        float: left;
    }

    .video-list .c-title {
        display: block;
        white-space: normal;
        margin-left: 80px;
    }


.accordeon {
    border: 0;
    margin-bottom: 30px;
}

    .accordeon .k-link.k-header {
        font: bold 14px/22px 'Ubuntu';
        text-transform: uppercase;
        padding: 15px 20px;
        color: #5c5c5c;
        background: #e3e3e3;
        display: block;
        position: relative;
        box-shadow: none !important;
        text-decoration: none;
    }

    .accordeon > .k-item {
        clear: both;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-bottom: 6px;
    }

    .accordeon > li.k-item .k-link.k-header.k-state-hover,
    .accordeon > .k-state-active.k-item > .k-link.k-header {
        background: #612e24;
        color: #fff;
    }

    .accordeon li.k-item.k-state-default.k-state-highlight:hover .k-state-selected {
        color: #fff;
    }

    .accordeon li.k-item.k-state-default.k-state-highlight.k-state-active {
        color: #fff;
    }

body .accordeon > li span.k-icon.k-i-arrow-s.k-panelbar-expand,
body .accordeon > li span.k-icon.k-i-arrow-n.k-panelbar-collapse {
    width: 20px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    display: block;
    background-image: url(/Images/_sprite_SAGK.png);
    background-position: center -1320px;
}

body .accordeon > li span.k-icon.k-i-arrow-s.k-panelbar-expand {
    background-position: center -1354px;
}

body .accordeon > li .k-link.k-header.k-state-hover .k-icon.k-i-arrow-s.k-panelbar-expand {
    background-position: center -1423px;
}

.accordeon .k-content {
    background: #f2f2f2;
    padding: 20px 30px;
    border: transparent;
}

.accordeon.k-panelbar > li > .k-state-selected,
.accordeon.k-panelbar > li.k-state-default > .k-link.k-state-selected {
    color: inherit;
}

.accordeon.k-widget {
    background: 0;
    padding-bottom: 40px;
}

.boldlinks {
    display: block;
    padding: 30px 0;
    overflow: hidden;
    -webkit-columns: 3;
}

.boldlinks a {
    font: bold 14px/20px 'SofiaSans';
    color: #3c3c3c;
    float: left;
    padding-right: 2%;
    padding-left: 20px;
    margin-bottom: 15px;
    background: url(/images/bullet2.png) 3px 5px no-repeat;
}

/* ---- Templates Preview ---- */
div#templates-preview {
    position: fixed;
    top: 10px;
    left: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #3C6C07;
    padding: 0px;
    margin-bottom: 10px;
    z-index: 98710;
    text-align: left;
    opacity: 1;
    font-size: 11px;
    width: 7px;
    height: 7px;
    overflow: hidden;
    text-indent: -9999px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 20px;
}

    div#templates-preview:hover {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        opacity: 1;
        width: auto;
        height: auto;
        padding: 10px;
        text-indent: 0;
        cursor: help;
        background-color: #F1F1F1;
    }

    div#templates-preview a {
        margin-left: 10px;
    }

        div#templates-preview a:hover {
            color: black;
            text-decoration: underline;
        }







/* ------------------------------------ Search form ------------------------------------- */

.results-container,
.search-results {
    margin-top: 40px;
}

table.k-selectable td,
.simple-table td {
    font-size: 11px;
    padding: 2px;
}

.table-wrap .k-grid-header {
    padding-right: 0 !important;
}



.tablebuttons {
    font-size: 0;
    white-space: nowrap;
}

    .tablebuttons a + a {
        margin-left: 15px;
    }

.fitwidth {
    width: 1%;
    white-space: nowrap;
}

.big-table th {
    padding: 15px 20px;
}

.big-table td {
    padding: 20px;
}

.content-body .k-grid.k-widget table {
    margin-bottom: 0;
}

.k-grid-header-wrap th a {
    cursor: pointer;
    display: block;
    font-size: 14px;
}

.search-left {
    font-size: 0;
    max-width: 560px;
    float: left;
}

    .search-left input[type="radio"] {
        width: 40px;
        height: 40px;
        background: #fff;
        border-color: #fff;
        display: inline-block;
        vertical-align: middle;
        border-width: 10px;
    }

@-moz-document url-prefix() {
    .search-left input[type="radio"] {
        display: none;
    }

        .search-left input[type="radio"] + label:before {
            content: "";
            width: 40px;
            height: 40px;
            background: #fff;
            border: 5px solid #e6e6e6;
            border-color: #fff;
            display: inline-block;
            vertical-align: middle;
            border-width: 10px;
            margin-right: 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .search-left input[type="radio"]:checked + label:before {
            background: #612e24;
        }

    input[type="checkbox"]:checked {
        background: none;
    }
}

.search-left input[type="radio"]:checked {
    background: #612e24;
}

.search-left label {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
}

.search-left > span {
    display: inline-block;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 20px;
}

.bigarrow {
    background: url(/Images/bigarrow.png) center center no-repeat;
    width: 85px;
    height: 130px;
    float: left;
}

.search-right {
    margin-top: 15px;
    float: right;
}

.searchfield {
    font-size: 0;
}

.searchfield input[type="submit"], .searchfield button[type="submit"] {
    border: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font: normal 14px/30px 'SofiaSans';
    width: auto;
    vertical-align: middle;
}

.smallnote {
    font: 100 13px/22px 'SofiaSans';
    color: #5c5c5c;
    font-style: italic;
    display: block;
    margin-bottom: -10px;
}

.k-filter-row th {
    padding: 0;
}

.k-pager-wrap.pagerTop {
    display: none;
}

.custompaging > a,
.k-pager-wrap > a {
    /*font-size: 0;*/
}

.k-popup .k-list .k-item {
    line-height: 1.2;
    padding: 5px 0;
    display: block;
}

span.k-pager-sizes.k-label {
    display: inline-block;
    vertical-align: top;
    float: right;
}

.k-pager-wrap .k-pager-sizes .k-widget.k-dropdown {
    height: 40px;
}

.k-pager-wrap .k-widget.k-dropdown .k-select {
    top: 10px;
}

.k-pager-wrap .k-widget.k-dropdown .k-input {
    line-height: 38px;
}

.nextpage,
.k-pager-numbers + a {
    background-position: center -438px;
}



.custompaging ul li *,
.k-pager-numbers li * {
    background-image: none !important;
}

.custompaging > a:hover,
.custompaging .active *,
li span.k-state-selected {
    background-color: #612e24;
    color: #fff;
}

.k-current-page {
    display: none !important;
}

span.k-pager-info.k-label,
.custompaging > span.right {
    font: normal 13px/20px 'SofiaSans';
    color: #5c5c5c;
    margin: 10px;
    float: right;
}

.space-top {
    height: 22px;
}

.k-datepicker {
    position: relative;
    display: block;
    border: 0.2px solid;
}

.k-datepicker .k-select {
    height: 40px;
    background: url(/Images/_sprite_SAGK.png) center -1002px no-repeat;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 0;
}

.k-datepicker input[type="text"] {
    min-width: 0;
}

.searchfield .form-input input:not([type="checkbox"]) {
    width: 100%;
    min-width: 0;
    -webkit-transition: border-color 0.2s linear;
    -moz-transition: border-color 0.2s linear;
    -o-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
}

.searchfield .form-input input:focus {
    border-color: #e0e0e0;
}

.checkbox-inline {
    width: 100%;
    padding-top: 0;
}

.form-input.short {
    width: 158px;
}

.form-input.nobottom {
    margin-bottom: 0;
}

.k-action-buttons.bttn {
    margin: 0;
}

.expertsTable {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .expertsTable caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    .expertsTable tr {
        padding: .35em;
    }

    .expertsTable td {
        padding: 8px 20px;
    }

    .expertsTable th {
        padding: 5px 20px;
        text-transform: uppercase;
    }



/* ------------------------------------ END Search form ------------------------------------- */


.k-widget.k-dropdown .k-dropdown-wrap {
    position: relative;
    cursor: pointer;
}

.k-widget.k-dropdown .k-input {
    font: normal 13px/28px 'Ubuntu';
    color: #5c5c5c;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-right: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.k-widget.k-combobox {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .k-widget.k-combobox .k-dropdown-wrap .k-select {
        position: absolute;
        top: -0px;
        right: 1px;
        width: 30px;
        height: 29px;
        background-position: center -653px;
    }

.k-widget.k-dropdown .k-state-active .k-select {
    background-position: center -679px;
}

.k-list-container .k-list-optionlabel,
.k-list-scroller li {
    padding: 5px 10px;
    font: normal 13px/16px 'Ubuntu';
    color: #5c5c5c;
    cursor: pointer;
}

    .k-list-container .k-list-optionlabel.k-state-selected,
    .k-list-container .k-list-optionlabel.k-state-focused {
        color: #fff;
    }

/*.k-list-scroller {
    border: 1px solid #bebebe;
    overflow: auto;
}

.km-scroll-container {
    border-right: 5px solid #a3a3a3;
    padding-right: 5px;
    padding-bottom: 60px;
}*/

.noscroll {
    margin-bottom: 0;
}

    .noscroll .km-scroll-container {
        padding-right: 0;
        border-right: 0;
        padding-bottom: 10px;
    }

.km-scroll-wrapper {
    position: relative;
}

.km-vertical-scrollbar {
    background-color: #5c5c5c !important;
    border: 0;
    width: 5px;
    right: 0px;
    top: 0;
    position: absolute;
    z-index: 222;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    transition: opacity .2s linear;
    opacity: 1 !important;
}

.accent .content-title,
.accent .step-top {
    color: #e0e0e0;
    border-bottom-color: #e0e0e0;
}

.step-row_orangebox {
    padding: 30px 20px;
    background: #d9b8b1;
}

    .step-row_orangebox select {
        border-color: white;
    }

.object-list-wrap {
    /*max-height: 370px;*/
    /*overflow: auto;*/
    /*margin-bottom: 30px;*/
    position: relative;
}



/* INPUT types  */
input[type="text"], input[type="number"], input[type="email"], input[type="password"], input[type="data"], textarea, select, .file-input, .input, .k-textbox {
    height: 30px;
    font: normal 13px/30px 'Ubuntu';
    color: #5c5c5c;
    border: 1px solid #bebebe;
    width: 100%;
    border-radius: 0;
    padding: 0px 12px;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="data"]:focus, textarea:focus {
        border-color: #006834;
    }

.form-input {
    width: 238px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
}

.fivecolumnsearch .filter-wrap .k-widget,
.fivecolumnsearch .filter-wrap .filter-wrap .k-widget.k-dropdown,
.fivecolumnsearch .form-input {
    width: 205px;
}



.fake-checkbox,
th input[type="checkbox"],
input[type="checkbox"],
input[type="checkbox"].gray,
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 5px solid #e6e6e6;
    background-color: #e6e6e6;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
    cursor: pointer;
}

.fake-checkbox,
input[type="checkbox"] {
    border: 1px solid #bebebe;
    background: #fff;
}

input[type="checkbox"]:checked + label .fake-checkbox,
th input[type="checkbox"]:checked,
input[type="checkbox"]:checked {
    background: url(/Images/_sprite_SAGK.png) -9px -614px no-repeat #fff;
    background: url(/Images/check.jpg) center center no-repeat;
    border: 1px solid #bebebe;
}

input[type="checkbox"].gray:checked,
th input[type="checkbox"]:checked {
    background-color: #e6e6e6;
}

input[type="checkbox"]:indeterminate {
    background: #fff;
    box-shadow: inset 0 9px 0 0px #fff,inset 0 -9px 0px 0px #fff,inset 3px 0px 0px 0px #fff,inset -3px 0px 0px 0px #fff;
    background: #007038;
}

.mc-layers .k-in,
label, .label {
    color: #5c5c5c;
    display: block;
    font: bold 14px/18px 'SofiaSans';
    padding: 6px 0;
    cursor: pointer;
}

.filter-wrap label, .filter-wrap .label,
label.inline {
    font: bold 14px/30px 'SofiaSans';
    color: #3c3c3c;
    margin: 0 7px 0 4px;
    display: inline-block;
    vertical-align: middle;
}

.filter-wrap label input {
    margin-left: -4px;
}

.filter-wrap button {
    vertical-align: middle;
}

.k-operator-hidden,
.hide {
    display: none !important;
}

table {
    width: 100%;
    margin-bottom: 20px;
}

table thead {
    margin-bottom: 20px;
}

table th,
table td {
    padding: 17px 20px;
    color: #5c5c5c;
    font: normal 15px/18px 'SofiaSans';
    vertical-align: middle;
}

table th {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    background: #d2d2d2;
}

table tbody tr {
    border-bottom: 2px solid white;
}

.long-content {
    word-wrap: break-word;
}

.news-img img {
    height: 214px;
    width: 380px;
}

.search-bar .bttn {
    vertical-align: middle;
}

.search-bar label {
    display: inline;
}

.commercial-list span.img img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.slider-wrapper div.index-boxes span.img img {
    height: 100px;
    width: 100px;
    display: block;
    margin: auto;
}

.k-dropdown-wrap {
    border-style: hidden;
}

/* SCHEMA */
.schema-wrap {
    padding-bottom: 50px;
}

.schema-wrap hr {
    height: 1px;
    border: 0;
    margin: 0;
    background: #333333;
}

.schema-wrap div:before,
.schema-wrap div:after,
.schema-wrap a:after,
.schema-wrap a:before {
    position: absolute;
    content: "";
    background: #333333;
    display: block;
}

.schema-wrap div {
    position: relative;
}

.schema-wrap a {
    padding: 20px 6px;
    text-align: center;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: bold 11px/18px 'SofiaSans';
    color: #612e24;
    position: relative;
}

a.pos1 {
    width: 560px;
    font: normal 18px/18px 'SofiaSans';
    color: #f7f7f7;
    margin: 50px auto 0;
}

a.pos2 {
    background: #885045;
    font: bold 16px/20px 'SofiaSans';
    color: #fff;
    max-width: 520px;
    padding: 10px;
    margin: 50px auto 0;
}

    a.pos2:before {
        height: 50px;
        width: 1px;
        top: -50px;
        left: 0;
        right: 0;
        margin: auto;
    }

    a.pos2:after {
        height: 205px;
        width: 1px;
        bottom: -205px;
        left: 0;
        right: 0;
        margin: auto;
    }

div.pos3 {
    text-align: center;
    margin-bottom: 40px;
}

a.pos3 {
    width: 290px;
    height: 100px;
    font: bold 14px/20px 'SofiaSans';
    color: #612e24;
    display: inline-block;
    margin-top: 65px;
}

    a.pos3:before {
        width: 1px;
        min-height: 65px;
        top: -65px;
        right: 30px;
    }

    a.pos3.pos3-2:before {
        left: 30px;
        right: auto;
    }

    a.pos3 span,
    .schema-wrap a.pos3:after {
        display: inline-block;
        vertical-align: middle;
    }

.schema-wrap a.pos3:after {
    height: 100%;
    position: relative;
}

.pos3.spacer {
    width: 370px;
    display: inline-block;
    vertical-align: top;
}

div.pos4 {
    width: 12.5%;
    float: left;
    overflow: hidden;
}

    div.pos4:before {
        height: 100%;
        width: 1px;
        position: absolute;
        left: 0;
        top: 195px;
    }

    div.pos4:after {
        height: 0px;
        background: #f7f7f7;
        left: 0;
        bottom: 0;
        width: 1px;
    }

    div.pos4:nth-child(6):after {
        width: 0;
    }

div.pos4-wrap hr {
    margin: 0 80px 0 64px;
}

a.pos4 {
    width: 130px;
    height: 170px;
    margin-top: 55px;
}

    a.pos4:before {
        width: 1px;
        height: 55px;
        left: 0;
        top: -55px;
        right: 0;
        margin: auto;
    }

a.pos5 {
    width: 127px;
    min-height: 110px;
    text-transform: none;
    margin-left: 15px;
    margin-top: 20px;
    line-height: 16px;
}

    a.pos5:after {
        display: block;
        height: 1px;
        width: 15px;
        left: -15px;
        top: 70%;
    }



input[type=file] {
    display: block;
    font-size: 14px;
}

.k-widget, .k-widget * {
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
}


.news-img.left {
    float: left;
    margin: 0 20px 15px 0;
}

/*
ul#faq li span.k-state-selected {
    background-color: #612e24;
    color: #fff;
}
*/

.CategoryDropDawnDiv {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
}

span.Category {
    display: inline-block;
    width: 50% !important;
    vertical-align: middle;
}


.contact-wrap .column-content {
    max-width: 400px;
    padding-left: 30px;
    min-height: 430px;
}

.contact-wrap {
    background: url(/Images/contact.jpg) center top no-repeat;
    padding: 30px;
    margin-bottom: 100px;
    margin-top: 10px;
}

    .contact-wrap .c-title {
        font-size: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

address {
    font: normal 13px/20px 'Ubuntu';
    color: #656565;
}

.maplink {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 200px;
}

.contact-wrap .column-block {
    position: relative;
}


.upperDesc {
    font-size: 14px;
    margin: 20px 0px 20px 0px;
    background-color: white;
    padding: 20px;
    font-family: Arial;
    text-align: left;
}

input[type="checkbox"].k-checkbox,
input[type="checkbox"].checkbox {
    background: #fff;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
}

.k-checkbox-label {
    display: inline-block;
    padding-left: 6px;
}


input[type="checkbox"].checkbox:checked {
    background: url(/Images/_sprite_SAGK.png) -16px -622px no-repeat #fff;
    border: 1px solid #e6e6e6;
}

.checkbox-wrap {
    position: relative;
    margin: 10px 0;
}

    .checkbox-wrap input[type="checkbox"] {
        display: none;
    }

.line-break {
    white-space: pre-line;
}

.center .center {
    padding: 0;
}

.inner-wrap .inner-wrap {
    background: 0;
    padding: 0;
}

.searchfield > span {
    page-break-inside: avoid;
    display: inline-block;
    vertical-align: middle;
}


.k-webkit .k-widget.k-grid .k-pager-nav + .k-pager-numbers {
    position: relative;
    top: 0;
    -webkit-transform: translateY(-0px);
    -moz-transform: translateY(-0px);
    -o-transform: translateY(-0px);
    transform: translateY(-0px);
}

.k-safari .k-grid .k-pager-numbers {
    -webkit-transform: translateY(-0px);
    -moz-transform: translateY(-0px);
    -o-transform: translateY(-0px);
    transform: translateY(-0px);
}

.login {
    float: left;
    padding-right: 50px;
}

.column-content .login-register {
    margin-left: 380px;
}

.register .input,
.register .bttn,
.login-register .bttn,
.login .bttn,
.login .input {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.lgoin-register .form-input,
.login .form-input {
    width: 260px;
}

.passlink {
    font: normal 12px/22px 'SofiaSans';
    color: #5c5c5c;
    text-decoration: underline;
}

.login-register .bttn {
    margin-top: 10px;
}

.form-row {
    clear: both;
}

.snow {
    font-size: 30px;
    line-height: 20px;
}

.gsc-input-box {
    border: 1px solid #D9D9D9;
    background: #fff;
    height: 50px !important;
}

/*buttons in application NPO - steps for signing application*/
.step-button {
    float: right;
    bottom: 5px;
    width: 100%;
    max-width: 1080px;
}

.no-margin-s-block {
    background: #fff;
    padding: 20px;
    padding-top: 0;
}

.step-text {
    color: #5c5c5c;
    font: 14px/18px 'Ubuntu';
    cursor: pointer;
    float: left;
}

.step {
    color: #612e24;
    display: block;
    font: bold 14px/18px 'Ubuntu';
    padding: 10px 0;
    cursor: pointer;
}

.input-step-button {
    opacity: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

.input-step-button-div {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

#dispalyFileName-js {
    font-size: small;
    text-align: right;
    color: #612e24;
}

.step-button-container {
    width: 24.99%;
    clear: both;
    padding-top: 5px;
}

.input-step-button-responsive {
    width: 100%;
    padding: .8em 1.5em;
    display: inline-block;
}

.validation-summary-errors {
    color: red;
    font-size: 1.5em;
}

.input-validation-error {
    border-color: red !important;
}

#onlineTicket {
    padding-right: 5px;
    padding-left: 8px;
    background: white;
    color: #612e24;
}

#howTo {
    padding-right: 5px;
    padding-left: 8px;
    background: white;
    color: #612e24;
}

.k-filtercell {
    position: relative;
    display: block;
}

    .k-filtercell .k-button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }



.wide-screen {
    max-width: 98%;
    margin: 0 auto;
}



#slider.owl-carousel .owl-item {
    height: 450px;
}

span[data-role=filtercell] .k-widget {
    width: 100% !important;
}

.no-data {
    font-size: 2em !important;
    padding: 10px !important;
}

.checkbox-div {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
}

.calculateBtnDiv {
    width: 238px;
    display: inline-block;
    margin-right: 20px;
}

.registerRS table ul > li {
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 20px;
}

.registerRsAlignBtnCell td:first-child {
    width: 30% !important;
    table-layout: fixed;
}

.table-results.s-block {
    padding: 0;
}

.table.inDocumentInfo {
    background: #f2f2f2;
    padding: 20px 30px;
    border: transparent;
}

.inDocumentInfo td:first-child {
    width: 20% !important;
    table-layout: fixed;
}

.inDocumentInfo .inDocumentInfoHeader {
    background: #612e24;
}

    .inDocumentInfo .inDocumentInfoHeader td {
        color: #ffffff !important;
    }

.calculationbtn-group {
    display: inline-block;
    vertical-align: middle;
    margin-top: 25px;
}

.btn-primary {
    color: #fff;
    background-color: #db4e00;
    border-color: #923400 !important;
}

.btn-clear {
    background-color: #923400;
    border-color: #7a2b00;
    color: #fff;
}

.btn-confirm {
    float: right;
    color: #fff;
    background-color: #db4e00;
    border-color: #923400;
}

.big-btn {
    width: 100px;
}

.btn-print {
    background-color: #612e24;
    border-color: #7a2b00;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.calculationSum {
    clear: both;
    font-size: 20px;
    padding-top: 20px;
}

.line {
    border: 3px dotted #000000;
    border-style: none none dotted;
    color: #fff;
    background-color: #fff;
}

.serviceTable {
    max-width: 100%;
    border-spacing: 0;
    border-collapse: separate;
}

    .serviceTable > tbody > tr > td {
        border-bottom: 1pt solid #bfbebe;
    }

        .serviceTable > tbody > tr > td:not(:first-child) {
            text-align: center;
        }

    .serviceTable > thead > tr > th:not(:first-child) {
        text-align: center;
    }

#map {
    cursor: pointer;
    width: 138px;
}

.map-header {
    text-decoration: underline;
    display: inline;
    color: #612e24;
    white-space: nowrap;
}

.service-map {
    height: 70px;
}

.map-div {
    text-align: center;
    display: inline-block;
    float: right;
}

.parent {
    display: flex;
}

.service-initial-block {
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    padding: 20px;
    padding-top: 0;
}

.text-nowrap {
    white-space: nowrap;
}
/*popup header readable 
    #27578
*/
.k-window-titlebar.k-header {
    height: 30px;
    background-color: #612e24;
    color: white;
}

.k-window-actions {
    visibility: hidden;
}

#FreeOfTaxes {
    margin-bottom: -30px;
}

    #FreeOfTaxes > .k-panelbar > .k-item > .k-link {
        background: #612e24;
    }

.print-group {
    clear: both;
    overflow: hidden;
}

#finalResult {
    font-size: 18px !important;
}

.table-noBorders {
    border-collapse: inherit;
    margin: auto;
}

#confirmDialog_wnd_title {
    font-size: 0.8em;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}



.hidden-load-publication {
    display: none;
}

#show-all-publications {
    margin-bottom: 20px;
}

.notificationInfo,
.notificationError,
.notificationSuccess,
.notificationWarning {
    padding-bottom: 0;
    font-size: 14px;
}

    .notificationInfo h3,
    .notificationError h3,
    .notificationSuccess h3,
    .notificationWarning h3 {
        margin-bottom: 0;
        padding: 15px 30px;
        text-align: left !important;
    }

    .notificationInfo h3 {
        color: #23485a;
    }

    .notificationError h3 {
        color: #8d313d;
    }

    .notificationWarning h3 {
        color: #745f1d;
    }

    .notificationSuccess h3 {
        color: #2d6524;
    }

    .notificationInfo img,
    .notificationError img,
    .notificationSuccess img,
    .notificationWarning img {
        float: left;
        margin: 15px 20px;
    }

.officeName {
    font-size: small;
    display: block;
}

.service-info-article {
    white-space: pre-line;
}

.check-user-name-div {
    vertical-align: bottom;
    height: 36px;
}

.search-bar > a > label span {
    text-decoration: underline;
}

.iban {
    padding-bottom: 10px;
}

.greenicon {
    background: green !important;
}

.k-pager-wrap.k-widget.k-floatwrap {
    margin: 0;
}

.mc-arrow {
    background-image: url(/Content/Images/_map_sprite.png) !important;
}

.mc-icon {
    background-image: url(/Images/Map/_spriteNAGnewmap.png) !important;
}

.singleline label.k-checkbox-label {
    padding-left: 25px;
}

.hidden {
    display: none;
}

.warningMessage {
    background-color: lightgray;
    padding: 5px;
    margin-bottom: 0.5rem;
}

.es-button-style {
    display: block;
    padding: 3%;
}

    .es-button-style span {
        font-size: 11px;
        margin-right: 12px;
        padding: 2px 12px;
        width: 100%;
    }

.btn-danger {
    color: #fff;
    background-color: rgb(225, 33, 32);
    border-color: black !important;
}

.btn-success {
    color: #fff;
    background-color: green;
    border-color: black !important;
}

a.underline {
    text-decoration: underline;
}

#CampaignDescription {
    min-height: 70px;
    margin: 10px;
    line-height: 150%;
    width: 95%;
}

/*.dateBoxes .date {
    width: 300px;
}*/

#ActionMovableObjectsTable input[type=text], #ActionMovableObjectsTable input[type=number] {
    padding: 0;
    margin: 0;
}

#ActionMovableObjectsTable td {
    padding: 3px;
}

.activeRow {
    background-color: greenyellow;
}

.incorrectRow {
    background-color: lightpink;
}

.dateBoxes {
    padding: 15px;
}

.add-action-movable-object-js {
    white-space: normal;
    font-size: x-small;
    color: white;
    background-color: brown;
    padding: 5px;
}

.remove-campaign-booth-js {
    /*padding: 10px;*/
    font-size: 20px;
}

.subNote {
    padding-left: 10px;
    font-size: 11px;
    line-height: 11px;
}

.modalBiss {
    height: 100px;
    width: 300px;
}

table.dataTable thead .sorting_asc:after {
    content: none !important;
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: none !important;
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: none !important;
    float: right;
    font-family: fontawesome;
    color: #323232;
}

.order-building-permission-confirmation.buttonDiv {
    margin: auto;
    width: 235px;
}

    .order-building-permission-confirmation.buttonDiv button {
        margin: 1rem;
    }

.k-widget.k-window {
    max-width: 50%;
}

.required:after {
    content: " *";
    color: red;
}

th.ContestedColumn {
    width: 15%;
    word-break: break-word;
}

td.ContestedColumn {
    width: 15%;
    word-break: break-word;
}

th.ObjectColumn {
    width: 15%;
    word-break: break-word;
}

td.ObjectColumn {
    width: 15%;
    word-break: break-word;
}

th.CommentColumn {
    width: 15%;
    word-break: break-word;
}

td.CommentColumn {
    width: 15%;
    word-break: break-word;
}

th.ScopeColumn {
    width: 20%;
    word-break: break-word;
}

td.ScopeColumn {
    width: 20%;
    word-break: break-word;
}

th.OrderColumn {
    width: 17%;
    word-break: break-word;
}

td.OrderColumn {
    width: 17%;
    word-break: break-word;
}

.other-input > .k-datepicker {
    width: 100%;
}

#DateOfBirth, #RegDateConstruction {
    text-indent: 10px;
}

/*EServices*/
div.form-group {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 15px;
    margin-left: 20px;
}

* {
    outline: 0 !important;
    border-radius: 0 !important;
}

div {
    display: block;
}

.form-control-eservice {
    box-shadow: none;
    padding: 3px 6px;
    box-sizing: border-box;
    line-height: 2.5;
}

.form-control-eservice {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
}

.custom-date-format {
    width: 100%;
}

a.form-control.button.btn-primary.add-new-client-js,
.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button,
#AddNewAgent {
    max-width: 140px;
    cursor: pointer;
}

.k-filter-row th, .k-grid-header th.k-header {
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    padding: .5em .6em .4em .6em;
    font-weight: 400;
    white-space: break-spaces;
    text-overflow: ellipsis;
    text-align: left;
}

.k-grid-header, .k-grid-header-wrap, .k-grouping-header .k-group-indicator, .k-header, .k-pager-wrap, .k-pager-wrap .k-link, .k-pager-wrap .k-textbox {
    border-color: #c5c5c5;
}

k-block, .k-button, .k-draghandle, .k-grid-header, .k-grouping-header, .k-header, .k-pager-wrap, .k-toolbar, .k-treemap-tile, html .km-pane-wrapper .k-header {
    background-color: #eae8e8;
}

    .k-grid-header .k-header > .k-link, .k-header, .k-treemap-title {
        color: #313131;
    }

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.k-grouping-header {
    padding: 4px 10px;
}

.k-grouping-header {
    color: #2e2e2e;
}

    .k-gantt-toolbar .k-state-default, .k-grid .k-grouping-header, .k-grid-header, .k-grid-header-wrap, .k-grouping-header .k-group-indicator, .k-header, .k-pager-wrap, .k-pager-wrap .k-link, .k-pager-wrap .k-textbox {
        border-color: #c5c5c5;
    }

.k-grouping-header {
    border: 0.2px solid #c5c5c5;
}

#eservices-form .object label, .object .label {
    max-width: 280px !important;
}

#sendApplication {
    text-decoration: none;
    color: black;
}

.k-widget .amountlock {
    height: 30px;
}

.covid {
    font: bold 19px/22px 'SofiaSans';
    margin-left: 10px;
}

.covid:hover {
    cursor: pointer;
}

.viber {
    float: right;
    margin-top: 9px;
    margin-left: 1px;
    font-size: 0;
}

.chatBot {
    float: right;
    margin-top: 9px;
    margin-left: 1px;
    font-size: 0;
}

.error-note-required-docs {
    color: red;
    font-size: large;
}

#attachedDocument:hover {
    transform: scale(2.5);
}

.additional-wrapper {
    position: relative;
}

.pdf-preview-btn-wrapper {
    position: absolute;
    right: 0;
    top: 0;
}

.pdf-previewer {
    text-align: right;
}

.close-window-btn { 
    margin-bottom: 1rem; 
}

.viberQRcode-wrap {
    margin-top: -10px;
    display: block;
    vertical-align: top;
    color: #000;
    position: relative;
    font-size: 11px;
    text-align: right;
}

.viberQRcode {
    position: absolute;
    top:100%;
    right: 5px;top:calc(100% + 5px);
    z-index: 100;
    height: 100px;
    width: 100px;
    max-width: 100px;
    max-height: 100px;
}

/* remake */
.viberQRcode-wrap {
    background: #fff;
    margin-top: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}

.viberQRcode-wrap img {
    position: relative;
    vertical-align: middle;
    margin: 0;
}


.nagMobileLinks {
    position: absolute;
    z-index: 9;
    /*transform: translateX(935px);*/
    background-color: white;
    background-color: rgba(255, 255, 255, 0.75);
    width: auto;
    height: 80px;
    padding: 5px 12px 0px 5px;
    top: 5px;
    right: -15px;
    top: 20px;
    right: 0px;
    border: 2px solid #fff;
}

.nagMobileLinks .flex-container {
    justify-content: flex-start;
    width: 100%;
}

#content .center {
    position: relative;
}

.nagMobileLinks label {
    font: bold 12px/22px "Ubuntu";
    padding: 0;
    margin: 0;
}

.nagMobileLinks a {
    height: 50px;
}

.nagMobileLinks a+a {
    padding-top: 8px !important;
}

.nagMobileLinks a+a img {
    height: 34px;
}

@-moz-document url-prefix() {
    nav ul li a {
        display: inline-block;
        font: bold 15px/48px 'SofiaSans';
        color: #333333;
        text-transform: uppercase;
        border-bottom: 5px solid transparent;
        height: 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .reference {
        font: bold 13px/22px 'SofiaSans';
        text-transform: uppercase;
        color: #612e24;
        padding: 5px 7px;
        border: 3px solid #612e24;
        margin-top: 5px;
        display: inline-block;
        vertical-align: top;
        background: #fff;
        text-decoration: none !important;
    }
}















/* vvvvvvvvvvvvvv < MEDIA QUERIES > vvvvvvvvvv */



@media screen and (max-width: 1340px) {
    /*.header-top > .center > .right {
        display: none;
    }*/
    nav ul li {
        padding: 0 8px;
    }

    .tableWrapper > div.kendo-table.k-widget {
        overflow-x: auto;
    }
}



@media screen and (max-width:1260px) {
    .slider-wrapper {
        margin: 0;
    }
}

@media screen and (max-width:1240px) {
    .nagMobileLinks,
    footer .gotothis {
        right: 20px;
    }
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .header-top .social {
        right: 10px;
    }
/*
    .social a {
        width: 32px;
        height: 32px;
    }
*/

    .center {
        padding-left: 10px;
        padding-right: 10px;
    }

    .news-title {
        height: 57px;
    }

    nav ul li + li a:before {
        display: none;
    }

    .right-bttn {
        display: none;
    }

        .simple-table .fullwidth .column-content article,
        .right-bttn + article {
            max-width: 100%;
        }

    .column-block-list > * > div span, .commercial-list > * > div span {
        max-height: 123px;
    }

    .simple-table > table {
        width: 100% !important;
    }

    #cookies-consent-popup {
        height: auto !important;
    }
}



@media screen and (max-width:1180px) {
    .hide1180 {display: none !important;}
    nav ul li {
        padding: 0 4px;
    }

    .footer-bottom .center {
        padding-bottom: 20px;
        background: #fff;
    }


    a.pos1 {
        width: auto;
    }

    a.pos2 {
        max-width: 100%;
    }

    a.pos3 {
        width: auto;
        height: auto;
        margin-left: 15px;
        display: block;
    }

        a.pos3:before {
            display: none;
        }

    .pos3.spacer {
        display: none;
    }

    div.pos4 {
        width: 100%;
        float: none;
    }

    div.pos3 {
        margin-bottom: 0;
    }

    a.pos4:after,
    .schema-wrap a.pos3:before {
        position: absolute;
        content: "";
        background: #333333;
        display: block;
        width: 15px;
        left: -15px;
        top: 50%;
        height: 1px;
        min-height: 1px;
    }

    a.pos2:after {
        bottom: auto;
        height: 370px;
    }

    div.pos4:nth-child(2) a.pos4:before {
        top: 60px;
    }

    a.pos2:after,
    a.pos4:before {
        right: auto;
    }

    div.pos4:after {
        display: none;
    }

    div.pos4:nth-child(5):after {
        display: block;
        height: 180px;
    }

    a.pos4:before {
        display: none;
    }

    div.pos4-wrap hr {
        display: none;
    }

    a.pos5 {
        min-height: 0;
        width: auto;
    }

    a.pos4 {
        max-width: 90%;
        width: auto;
        display: block;
        margin-left: 15px;
        height: auto;
    }

    div.pos4:before {
        top: 0;
    }

    a.pos3 span br {
        display: none;
    }

    a.pos5:after {
        width: 15px;
        left: -15px;
    }

    a.pos5:before {
        height: 150px;
        width: 1px;
        left: -15px;
        top: -20px;
    }
    
    nav ul li a {
        font-size: 14px;
    }
    nav ul li ul li a {
        text-transform: none;        
    }
}

@media screen and (max-width:1080px) {
    .login-btn {
        padding-right: 5px;
    }

}

@media screen and (max-width:1024px) {
    .search-active .search-body:after,
    .search-active .search-body:before {
        content: "";
        width: 30px;
        background: #612e23;
        transform: rotate(45deg);
        position: absolute;
        right: 20px;top:20px;
        display: block;
        height: 4px;
    }    
    .search-active .search-body:after {
        transform: rotate(-45deg)
    }    
    .search-active .search-body {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: auto;
        z-index: 124;
        margin: auto;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #f2f2f2;
    }
    .search-body input[type="text"] {
        width: 300px;
        height: 50px;
        font-size: 15px;
    }
    .search-body button {
        height: 50px;
        width: 100px;
    }
    .reference i {
        margin: 0;
        width: 20px;
        text-align: center;
    }
    .reference .fa-clock-o {
        font-size: 17px;
    }
    #howTo,
    #onlineTicket {display: none !important}
}

@media screen and (max-width:1024px) and (min-width:860px), screen and (max-width:600px) {
    .reference span {
        display: none;
    }
}

@media screen and (max-width:980px) {

    .column-block-list > *, .commercial-list > * {
        float: none;
        display: block;
        width: 100%;
    }

        .column-block-list > *:nth-child(even), .commercial-list > *:nth-child(even) {
            margin-left: 0;
        }

    .column-block-list, .commercial-list {
        margin-right: 0;
    }

    .tag-links {
        text-align: center;
    }

    .column-block-list > * > div span, .commercial-list > * > div span {
        height: auto;
        padding-left: 10px;
        max-height: 100%;
    }

    .tableWrapper {
        overflow: auto;
    }

    .column-wrap .column {
        width: auto;
        float: none;
        display: block;
        margin-left: auto !important;
    }
}



@media screen and (max-width: 940px) {
    .expertsTable {
        border: 0;
    }

        .expertsTable caption {
            font-size: 1.3em;
        }

        .expertsTable thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .expertsTable tr {
            display: block;
            margin-bottom: .625em;
        }

        .expertsTable td {
            display: block;
            text-align: left;
        }

            .expertsTable td:before {
                content: attr(data-label)"\00A0";
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            .expertsTable td:last-child {
                border-bottom: 0;
            }
}

nav ul li.show860 ~ li,
.show860 {
    display: none;
}    

@media screen and (max-width:860px) {
    nav ul li ul ul {
        display: none !important;
    }
    nav ul li.show860 ~ li,
    .show860 {
        display: block;
    }    
/*     nav .social {display: block;} */

    nav ul li a {
        font-size: 14px;
        height: auto;
        line-height: 1.2;
        padding: 10px 10px 8px;
        border-bottom: 0 !important;
    }

    
    nav ul li {
        padding: 0px 0px;
        text-align: left;
    }
    .logo-title {
        margin-left: 15px;
    }
    nav .right {
        float: left;
        margin-left: 15px;
        
    }
    .header-bottom {
        position: relative;
        z-index: 10;
    }

        .header-bottom label {
            position: relative;
            height: 50px;
            display: inline-block;
            vertical-align: top;
            width: 30px;
            cursor: pointer;
            margin:0 0 0 10px;
            float: right;
            z-index: 2;
            background: #fff;
        }

            .header-bottom label span {
                display: block;
                position: absolute;
                left: 0;
                right: 0;
                margin: auto;
                top: 5px;
                bottom: 0;
                width: 30px;
                margin-top: 10px;
                height: 4px;
                box-shadow: 0 18px 0 0 #000, 0 9px 0 0 #000;
                background: #000;
                transform-origin: center;
                transition: all .2s linear;
            }
            .openedmenu .header-bottom label span:before {
                position: absolute;
                left: 0;right: 0;top:0;bottom: 0;
                background: #612e24;
                content: "";
                transform: rotate(90deg);
            }            
            .openedmenu .header-bottom label span {
                box-shadow: none !important;
                transform: rotate(45deg) translateY(8px) translateX(2px);
            }

            #menu:checked ~ label span,
            .header-bottom label:hover span {
                box-shadow: 0 18px 0 0 #272727, 0 9px 0 0 #612e24;
                background: #612e24;
            }
    .openedmenu nav > .menu-wrap,
    #menu:checked ~ nav > .menu-wrap {
        left: 0;
    }
    
    nav hr {
        display: block;
        border: 0;
        height: 2px;
        background: #612e23;
        width: 100%;
    }
    nav ul ul li a {
        color: #000;
    }

    nav > .menu-wrap {
        position: absolute;
        background: white;
        width: 100%;
        height: 100vh;
        left: -100%;
        top: 100%;
        top: calc(100% + 2px);
        bottom: 0;
        right: 0;
        z-index: 6000;
        text-align: center;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        margin: 0;
        padding-top: 10px;

        max-height: calc(100vh - 120px);
        overflow: auto;
    }
    nav > .menu-wrap ul {
        display: block;
        padding: 0;
    }
    nav > .menu-wrap ul:last-child {
        padding-bottom: 100px;
    }


        nav ul li {
            display: flex;
            vertical-align: top;
            float: none;
            flex-flow: column;
        }
        
        nav ul li a {order:1; }
        nav ul li ul {order:2;}
    
    nav ul li ul {
        display: block;
        background: 0;
        box-shadow: none;
        width: 100%;
        height: auto;position: relative;
    }
    nav ul ul li a {
        padding: 8px 20px;
    }

    .slider-wrapper div.index-boxes span.img img {
        object-fit: contain;
        height: auto;
    }


    .index-box {
        height: 200px;
        padding-left: 10px;
    }

        .index-box .img {
            padding-right: 10px;
        }

    .contact-wrap .column-content {
        max-width: 100%;
    }

    .contact-wrap {
        background: 0;
    }

    .maplink {
        background: url(/Images/contact.jpg) center center no-repeat;
        width: 100%;
        height: 200px;
        order: 2;
        position: relative;
        top: 0;
    }

    .contact-wrap {
        padding: 10px;
    }
}

@media screen and (max-width:767px) {
    
    .form-input,
    .fivecolumnsearch .filter-wrap .k-widget, .fivecolumnsearch .filter-wrap .filter-wrap .k-widget.k-dropdown, .fivecolumnsearch .form-input {
        width: 33.333%;
        width: calc(33.333% - 20px);
    }
    .fivecolumnsearch .filter-wrap .form-input .form-input.k-widget {
        width: 100%;
    }
    .linkbox-wrap {
        margin: 0;
    }
    .column .news-box-wrap .owl-controls {
        bottom: auto;top:-53px;
    }
    #wrap {
        min-height: 0;
    }
    #slider.owl-carousel .owl-item {
        height: auto;
    }
    .header-top .right > a.login {
        padding: 0 5px;
    }
    #visualyImpaired {display: none !important;}
    .news-box {
        width: 100%;
        margin: 0 auto 15px;
    }

    .news-title {
        height: auto;
    }

    .news-img {
        text-align: center;
    }

        .news-img img {
            width: 100%;
        }

    .section-title {
        margin: 30px 0;
    }

    .linkbox-wrap {
        text-align: center;
    }

    .linkbox {
        width: 48%;
        margin-bottom: 20px;
    }

    footer {
        height: auto;
        margin-top: 0;
    }

    #main {
        padding-bottom: 20px;
    }

    .tag-links .bttn {
        width: 100%;
    }

    .boldlinks {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

        .boldlinks a {
            display: block;
            float: none;
        }

    .k-panel > .k-item > .k-link {
        padding: 0 10px;
    }

    .searchfield label {
        display: block;
    }

    .searchfield > span {
        display: block;
    }

    .text-page .news-img {
        float: none;
        display: block;
        text-align: center;
    }

    .column-content .login-register {
        margin-left: 0;
    }

    .login {
        float: none;
        padding-right: 0;
        border-right: 0;
    }
}

@media screen and (max-width:746px) {
}

@media screen and (max-width:680px) {
    .form-input,
    .fivecolumnsearch .filter-wrap .k-widget, .fivecolumnsearch .filter-wrap .filter-wrap .k-widget.k-dropdown, .fivecolumnsearch .form-input {
        width: 50%;
        width: calc(50% - 20px);
    }
    .fivecolumnsearch .filter-wrap .form-input .form-input.k-widget {
        width: 100%;
    }    
    nav li .social {
        display: block;
    }
    nav li .social a {
        width: 26px;
        height: 26px;
        position: relative;
        border: 0;
    }
    nav li .social a img {
        position: absolute;
        left: 0;right: 0;top:0;bottom: 0;
        
    }    
    .search-bar {flex-wrap: wrap;}
    .search-bar label {
        display: block;
        width: 100%;
    }
    .header-top .social {
        display: none;
    }
    
    .logo-title {
        margin-top: 5px;
        font-size: 13px;
        line-height: 18px;
    }
    .logo-title strong {
        font-size: 12px;
        margin-bottom: 0;
    }    
    .logo-title span {
        width: 175px;
        display: inline-block;vertical-align: top;
    }
    
        nav ul li a {
            display: block;
        }

            nav ul li a.active,
            nav ul li a:hover,
            nav ul li.active a {
                background: #612e24;
                color: #fff;
            }


    .disabled {
        display: none !important;
    }

    .index-box {
        width: auto;
        display: block;
        float: none;
        max-width: 100%;
        height: auto;
    }

        .index-box .clearfix {
            display: none;
            clear: none;
        }

        .index-box strong,
        .slider-wrapper div.index-boxes span.img {
            vertical-align: middle;
            display: inline-block;
        }


    footer .column {
        width: 100%;
        float: none;
        display: block;
        clear: both;
    }

    .footer-top .left {
        float: none;
    }

    .ul-wrap {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }

    footer .gotothis {
        top: -70px;
    }

    .quad {
        width: auto;
        display: block;
        margin-bottom: 6px;
    }

    .filter-wrap input[type="text"], .filter-wrap .k-widget.k-dropdown, .filter-wrap .k-widget,
    .filter-wrap .longer.k-widget.k-dropdown {
        width: 100%;
    }

        .filter-wrap .k-widget.k-dropdown {
            min-width: 140px;
        }

    .searchfield input[type="submit"], .searchfield button[type="submit"] {
        margin-top: 20px;
        width: 100%;
    }

    .simple-table iframe {
        max-width: 100%;
        height: auto;
    }

    .c-descr {
        padding-bottom: 10px;
    }
    .index-box strong, .slider-wrapper div.index-boxes span.img {
        display: block;
    }
}

@media screen and (max-width:600px) {
    .breadcrumbs > span {display: none !important;}
    .header-top .right .login-btn,
    .header-top .right {
        width: 100px;
        flex-wrap: wrap;
        justify-content: end;
    }
    .header-top .right .login-btn {text-align: right;}
    
    .logo-title {
        font-size: 12px;
        text-align: left;
    }

        .logo-title strong {
            margin-bottom: 2px;
        }

    .icon-menu {
        width: 32px;
    }

    .column-block-list > *, .commercial-list > * {
        height: auto;
        max-height: 100%;
    }

        .column-block-list > * > div, .commercial-list > * > div {
            margin-left: 0;
        }

    .fixed .logo-title {
        margin-top: 5px;
    }
}

#cookies-consent-popup a.btn.blue.active {
    background: #5f5f5f;
}

nav ul li.show480 ~ li,
.show480 {display: none;}
 
@media screen and (max-width:480px) {
    .search-body input[type="text"] {
        width: calc(90vw - 90px);
        height: 50px;
        font-size: 15px;
    }
    .search-body button {
        height: 50px;
        width: 80px;
    }    
    
    nav ul li.show480 ~ li,
    .show480 {
        display: block;
    }
    .commercial-list span.img img {
      width: 100%;
      filter: none;
    }
    .column-block-list > * > div span.c-title, .commercial-list > * > div span.c-title, .c-title {
        padding-left: 0;
    }    
    
    .column-block-list > * > div span.c-title, .commercial.services .c-title {
        padding-left: 0;
    }
    nav ul li .social {
        float: none;
        text-align: center;
        display: block;
    }
    nav ul li .social a {
        width: 30px;
        height: 30px;
    }
    nav ul li .social a img {
        width: 30px;
        height: 30px;
    }
    .footer-bottom .left,
    .footer-bottom .right {
        float: none;
        text-align: center;
        clear: both;
    }

    .inner-wrap {
        padding: 15px 10px 20px;
    }

    .column-block-list > * > .img, .commercial-list > * > .img {
        width: 100%;
        float: none;
        text-align: center;
    }

    .column-block-list > *, .commercial-list > * {
        padding: 10px;
    }

    .contact-wrap {
        padding: 0px;
    }

    .page-title {
        font-size: 20px;
        line-height: 24px;
    }

    .register .form-input,
    .login-register .form-input,
    .login .form-input {
        width: 100%;
    }

    .login .c-title,
    .login-register .c-title {
        display: none;
    }

    .map-div {
        margin-top: 260px !important;
        position: absolute !important;
        padding-bottom: 30px !important;
        padding-left: 0 !important;
    }

    .parent {
        display: flex;
        padding-bottom: 100px;
    }
    .form-input {
        width: 100%;
    }
    .index-boxes {
        margin-top: -30px;
    }
    .index-box {
        font-size: 14px;
        line-height: 16px;
        padding-bottom: 10px;
        height: auto;
        min-height: 160px;
    }    
    #cookies-consent-popup {
        width: 310px;
        right: 0;
        margin: auto;
        left: 0;
        text-align: center;
    }
    #cookies-consent-popup a.btn.blue.active {
        margin-right: 0
    }
    #cookies-consent-popup p {font-size: 12px !important;}
}


@media screen and (max-width:480px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .parent {
        display: -ms-inline-grid !important;
        padding-bottom: 100px;
    }
}


@media screen and (max-width:450px) {
    label.empty {display: none !important;}
    .filter-wrap label, .filter-wrap .label, label.inline {
        padding: 0 0 5px;
    }
    .form-input,
    .fivecolumnsearch .filter-wrap .k-widget, .fivecolumnsearch .filter-wrap .filter-wrap .k-widget.k-dropdown, .fivecolumnsearch .form-input {
        width: 100%;
        margin-right: 0;
    }
    .fivecolumnsearch .filter-wrap .form-input .form-input.k-widget {
        width: 100%;
    }    
    .linkbox-wrap {
        padding: 0 10px;
    }
    .linkbox {
        width: 100%;
        margin: 0 0 20px;
        max-width: 100%;
        padding-top: 0px;
    }

    .map-div {
        margin-top: 250px !important;
        position: absolute !important;
        padding-bottom: 30px !important;
    }

    .parent {
        display: flex;
        padding-bottom: 100px;
    }
}

@media screen and (max-width:410px) {
    .header-top .right .login-btn,
    .header-top .right {
        width: 70px;
    }
    .login-btn.exit {
        display: none !important;
    }
    nav .right {
        margin-left: 10px;
    }
    .logo {
        width: 80px;
    }

    .logo-title {
        margin: 8px 10px 5px;
    }

    .k-pager-wrap {
        padding: 2px;
    }

    .map-div {
        position: absolute !important;
        padding-bottom: 30px !important;
    }

    .parent {
        display: flex;
        padding-bottom: 100px !important;
    }
    .search-bar {display: block;}
    .search-bar input[type="submit"],
    .search-bar input[type="text"] {
        width: 100%;
        margin: 0;
        margin-top: 5px;
    }
    .search-bar label {
        font-size: 15px;
        line-height: 1.2;
    }
}

@media screen and (max-width:390px) {

}

@media screen and (max-width:364px) {
    
    .header-top .right {
        display: none !important;
    }

    #onlineTicket .fa-barcode {
        font-size: 2em;
    }

    .header-top .right > a, .icon-menu {
        line-height: 75px;
    }

    .map-div {
        margin-top: 300px !important;
        position: absolute !important;
        padding-right: 154px !important;
        padding-bottom: 30px !important;
    }


    .header-top .right > a,
    .icon-menu {
        height: 50px;
        width: 40px;
        line-height: 50px;
        z-index: 5;
        /*background: url(/Images/_sprite_SAGK.png) center -955px no-repeat #612e24;*/
    }

    /*.sm-active .menu-btn .icon-menu, .menu-btn:hover .icon-menu {
        background-position: center -955px;
    }*/

    .header-top {
        z-index: 11;
        position: relative;
    }

    .sm-active .short-menu, .active .APPEAR, .search-active .search-body {
        top: 100%;
        min-width: 220px;
    }


/*
    .reference {
        padding: 5px 3px;
        border-width: 2px;
        font-size: 11px;
    }
*/

    .header-bottom label {
        width: 50px;
    }

    .fixed .header-top .right {
        top: 40px;
    }

    .fixed .menu-btn .icon-menu {
        top: 5px;
        position: relative;
    }

    .fixed .menu-btn:hover .icon-menu, .fixed .sm-active .menu-btn .icon-menu {
        background-color: transparent;
        background-position: center -883px;
        display: none;
    }

    .map-div {
        margin-top: 250px !important;
        position: absolute !important;
        padding-bottom: 30px !important;
    }
}


@media screen and (max-width:319px) {
    .logo {
        padding: 0 10px;
        width: 50px;
        height: 70px;
    }

    .fixed .logo {
        height: 40px;
    }

        .fixed .logo img {
            margin-top: 2px;
        }

    .index-box strong {
        text-transform: none;
    }

    .index-box {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }

    .slider-wrapper div.index-boxes span.img img {
        max-width: 40px;
        max-height: 40px;
    }

    .index-boxes {
        margin: 0 -5px;
    }

    .center {
        padding-left: 5px;
        padding-right: 5px;
    }
}



@media all and (orientation: portrait) {
}

@media all and (orientation: landscape) {
}



@media screen and (min-width:0\0) {
    /* Enter ~~~IE 9 10 11CSS here */
}

