

/* Start:/local/templates/novostroyrf/components/bitrix/news.list/sedebar_last_news/style.css?1589439751150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/novostroyrf/fonts/font-awesome.css?158943975132318*/
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/local/templates/novostroyrf/fonts/../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('/local/templates/novostroyrf/fonts/../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('/local/templates/novostroyrf/fonts/../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('/local/templates/novostroyrf/fonts/../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('/local/templates/novostroyrf/fonts/../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('/local/templates/novostroyrf/fonts/../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper: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-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";
}

/* End */


/* Start:/local/templates/novostroyrf/fonts/elegant-fonts.css?158943975125237*/
@font-face {
	font-family: 'ElegantIcons';
	src:url('/local/templates/novostroyrf/fonts/fonts/ElegantIcons.eot');
	src:url('/local/templates/novostroyrf/fonts/fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/novostroyrf/fonts/fonts/ElegantIcons.woff') format('woff'),
		url('/local/templates/novostroyrf/fonts/fonts/ElegantIcons.ttf') format('truetype'),
		url('/local/templates/novostroyrf/fonts/fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'ElegantIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
	font-family: 'ElegantIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.arrow_up:before {
	content: "\21";
}
.arrow_down:before {
	content: "\22";
}
.arrow_left:before {
	content: "\23";
}
.arrow_right:before {
	content: "\24";
}
.arrow_left-up:before {
	content: "\25";
}
.arrow_right-up:before {
	content: "\26";
}
.arrow_right-down:before {
	content: "\27";
}
.arrow_left-down:before {
	content: "\28";
}
.arrow-up-down:before {
	content: "\29";
}
.arrow_up-down_alt:before {
	content: "\2a";
}
.arrow_left-right_alt:before {
	content: "\2b";
}
.arrow_left-right:before {
	content: "\2c";
}
.arrow_expand_alt2:before {
	content: "\2d";
}
.arrow_expand_alt:before {
	content: "\2e";
}
.arrow_condense:before {
	content: "\2f";
}
.arrow_expand:before {
	content: "\30";
}
.arrow_move:before {
	content: "\31";
}
.arrow_carrot-up:before {
	content: "\32";
}
.arrow_carrot-down:before {
	content: "\33";
}
.arrow_carrot-left:before {
	content: "\34";
}
.arrow_carrot-right:before {
	content: "\35";
}
.arrow_carrot-2up:before {
	content: "\36";
}
.arrow_carrot-2down:before {
	content: "\37";
}
.arrow_carrot-2left:before {
	content: "\38";
}
.arrow_carrot-2right:before {
	content: "\39";
}
.arrow_carrot-up_alt2:before {
	content: "\3a";
}
.arrow_carrot-down_alt2:before {
	content: "\3b";
}
.arrow_carrot-left_alt2:before {
	content: "\3c";
}
.arrow_carrot-right_alt2:before {
	content: "\3d";
}
.arrow_carrot-2up_alt2:before {
	content: "\3e";
}
.arrow_carrot-2down_alt2:before {
	content: "\3f";
}
.arrow_carrot-2left_alt2:before {
	content: "\40";
}
.arrow_carrot-2right_alt2:before {
	content: "\41";
}
.arrow_triangle-up:before {
	content: "\42";
}
.arrow_triangle-down:before {
	content: "\43";
}
.arrow_triangle-left:before {
	content: "\44";
}
.arrow_triangle-right:before {
	content: "\45";
}
.arrow_triangle-up_alt2:before {
	content: "\46";
}
.arrow_triangle-down_alt2:before {
	content: "\47";
}
.arrow_triangle-left_alt2:before {
	content: "\48";
}
.arrow_triangle-right_alt2:before {
	content: "\49";
}
.arrow_back:before {
	content: "\4a";
}
.icon_minus-06:before {
	content: "\4b";
}
.icon_plus:before {
	content: "\4c";
}
.icon_close:before {
	content: "\4d";
}
.icon_check:before {
	content: "\4e";
}
.icon_minus_alt2:before {
	content: "\4f";
}
.icon_plus_alt2:before {
	content: "\50";
}
.icon_close_alt2:before {
	content: "\51";
}
.icon_check_alt2:before {
	content: "\52";
}
.icon_zoom-out_alt:before {
	content: "\53";
}
.icon_zoom-in_alt:before {
	content: "\54";
}
.icon_search:before {
	content: "\55";
}
.icon_box-empty:before {
	content: "\56";
}
.icon_box-selected:before {
	content: "\57";
}
.icon_minus-box:before {
	content: "\58";
}
.icon_plus-box:before {
	content: "\59";
}
.icon_box-checked:before {
	content: "\5a";
}
.icon_circle-empty:before {
	content: "\5b";
}
.icon_circle-slelected:before {
	content: "\5c";
}
.icon_stop_alt2:before {
	content: "\5d";
}
.icon_stop:before {
	content: "\5e";
}
.icon_pause_alt2:before {
	content: "\5f";
}
.icon_pause:before {
	content: "\60";
}
.icon_menu:before {
	content: "\61";
}
.icon_menu-square_alt2:before {
	content: "\62";
}
.icon_menu-circle_alt2:before {
	content: "\63";
}
.icon_ul:before {
	content: "\64";
}
.icon_ol:before {
	content: "\65";
}
.icon_adjust-horiz:before {
	content: "\66";
}
.icon_adjust-vert:before {
	content: "\67";
}
.icon_document_alt:before {
	content: "\68";
}
.icon_documents_alt:before {
	content: "\69";
}
.icon_pencil:before {
	content: "\6a";
}
.icon_pencil-edit_alt:before {
	content: "\6b";
}
.icon_pencil-edit:before {
	content: "\6c";
}
.icon_folder-alt:before {
	content: "\6d";
}
.icon_folder-open_alt:before {
	content: "\6e";
}
.icon_folder-add_alt:before {
	content: "\6f";
}
.icon_info_alt:before {
	content: "\70";
}
.icon_error-oct_alt:before {
	content: "\71";
}
.icon_error-circle_alt:before {
	content: "\72";
}
.icon_error-triangle_alt:before {
	content: "\73";
}
.icon_question_alt2:before {
	content: "\74";
}
.icon_question:before {
	content: "\75";
}
.icon_comment_alt:before {
	content: "\76";
}
.icon_chat_alt:before {
	content: "\77";
}
.icon_vol-mute_alt:before {
	content: "\78";
}
.icon_volume-low_alt:before {
	content: "\79";
}
.icon_volume-high_alt:before {
	content: "\7a";
}
.icon_quotations:before {
	content: "\7b";
}
.icon_quotations_alt2:before {
	content: "\7c";
}
.icon_clock_alt:before {
	content: "\7d";
}
.icon_lock_alt:before {
	content: "\7e";
}
.icon_lock-open_alt:before {
	content: "\e000";
}
.icon_key_alt:before {
	content: "\e001";
}
.icon_cloud_alt:before {
	content: "\e002";
}
.icon_cloud-upload_alt:before {
	content: "\e003";
}
.icon_cloud-download_alt:before {
	content: "\e004";
}
.icon_image:before {
	content: "\e005";
}
.icon_images:before {
	content: "\e006";
}
.icon_lightbulb_alt:before {
	content: "\e007";
}
.icon_gift_alt:before {
	content: "\e008";
}
.icon_house_alt:before {
	content: "\e009";
}
.icon_genius:before {
	content: "\e00a";
}
.icon_mobile:before {
	content: "\e00b";
}
.icon_tablet:before {
	content: "\e00c";
}
.icon_laptop:before {
	content: "\e00d";
}
.icon_desktop:before {
	content: "\e00e";
}
.icon_camera_alt:before {
	content: "\e00f";
}
.icon_mail_alt:before {
	content: "\e010";
}
.icon_cone_alt:before {
	content: "\e011";
}
.icon_ribbon_alt:before {
	content: "\e012";
}
.icon_bag_alt:before {
	content: "\e013";
}
.icon_creditcard:before {
	content: "\e014";
}
.icon_cart_alt:before {
	content: "\e015";
}
.icon_paperclip:before {
	content: "\e016";
}
.icon_tag_alt:before {
	content: "\e017";
}
.icon_tags_alt:before {
	content: "\e018";
}
.icon_trash_alt:before {
	content: "\e019";
}
.icon_cursor_alt:before {
	content: "\e01a";
}
.icon_mic_alt:before {
	content: "\e01b";
}
.icon_compass_alt:before {
	content: "\e01c";
}
.icon_pin_alt:before {
	content: "\e01d";
}
.icon_pushpin_alt:before {
	content: "\e01e";
}
.icon_map_alt:before {
	content: "\e01f";
}
.icon_drawer_alt:before {
	content: "\e020";
}
.icon_toolbox_alt:before {
	content: "\e021";
}
.icon_book_alt:before {
	content: "\e022";
}
.icon_calendar:before {
	content: "\e023";
}
.icon_film:before {
	content: "\e024";
}
.icon_table:before {
	content: "\e025";
}
.icon_contacts_alt:before {
	content: "\e026";
}
.icon_headphones:before {
	content: "\e027";
}
.icon_lifesaver:before {
	content: "\e028";
}
.icon_piechart:before {
	content: "\e029";
}
.icon_refresh:before {
	content: "\e02a";
}
.icon_link_alt:before {
	content: "\e02b";
}
.icon_link:before {
	content: "\e02c";
}
.icon_loading:before {
	content: "\e02d";
}
.icon_blocked:before {
	content: "\e02e";
}
.icon_archive_alt:before {
	content: "\e02f";
}
.icon_heart_alt:before {
	content: "\e030";
}
.icon_star_alt:before {
	content: "\e031";
}
.icon_star-half_alt:before {
	content: "\e032";
}
.icon_star:before {
	content: "\e033";
}
.icon_star-half:before {
	content: "\e034";
}
.icon_tools:before {
	content: "\e035";
}
.icon_tool:before {
	content: "\e036";
}
.icon_cog:before {
	content: "\e037";
}
.icon_cogs:before {
	content: "\e038";
}
.arrow_up_alt:before {
	content: "\e039";
}
.arrow_down_alt:before {
	content: "\e03a";
}
.arrow_left_alt:before {
	content: "\e03b";
}
.arrow_right_alt:before {
	content: "\e03c";
}
.arrow_left-up_alt:before {
	content: "\e03d";
}
.arrow_right-up_alt:before {
	content: "\e03e";
}
.arrow_right-down_alt:before {
	content: "\e03f";
}
.arrow_left-down_alt:before {
	content: "\e040";
}
.arrow_condense_alt:before {
	content: "\e041";
}
.arrow_expand_alt3:before {
	content: "\e042";
}
.arrow_carrot_up_alt:before {
	content: "\e043";
}
.arrow_carrot-down_alt:before {
	content: "\e044";
}
.arrow_carrot-left_alt:before {
	content: "\e045";
}
.arrow_carrot-right_alt:before {
	content: "\e046";
}
.arrow_carrot-2up_alt:before {
	content: "\e047";
}
.arrow_carrot-2dwnn_alt:before {
	content: "\e048";
}
.arrow_carrot-2left_alt:before {
	content: "\e049";
}
.arrow_carrot-2right_alt:before {
	content: "\e04a";
}
.arrow_triangle-up_alt:before {
	content: "\e04b";
}
.arrow_triangle-down_alt:before {
	content: "\e04c";
}
.arrow_triangle-left_alt:before {
	content: "\e04d";
}
.arrow_triangle-right_alt:before {
	content: "\e04e";
}
.icon_minus_alt:before {
	content: "\e04f";
}
.icon_plus_alt:before {
	content: "\e050";
}
.icon_close_alt:before {
	content: "\e051";
}
.icon_check_alt:before {
	content: "\e052";
}
.icon_zoom-out:before {
	content: "\e053";
}
.icon_zoom-in:before {
	content: "\e054";
}
.icon_stop_alt:before {
	content: "\e055";
}
.icon_menu-square_alt:before {
	content: "\e056";
}
.icon_menu-circle_alt:before {
	content: "\e057";
}
.icon_document:before {
	content: "\e058";
}
.icon_documents:before {
	content: "\e059";
}
.icon_pencil_alt:before {
	content: "\e05a";
}
.icon_folder:before {
	content: "\e05b";
}
.icon_folder-open:before {
	content: "\e05c";
}
.icon_folder-add:before {
	content: "\e05d";
}
.icon_folder_upload:before {
	content: "\e05e";
}
.icon_folder_download:before {
	content: "\e05f";
}
.icon_info:before {
	content: "\e060";
}
.icon_error-circle:before {
	content: "\e061";
}
.icon_error-oct:before {
	content: "\e062";
}
.icon_error-triangle:before {
	content: "\e063";
}
.icon_question_alt:before {
	content: "\e064";
}
.icon_comment:before {
	content: "\e065";
}
.icon_chat:before {
	content: "\e066";
}
.icon_vol-mute:before {
	content: "\e067";
}
.icon_volume-low:before {
	content: "\e068";
}
.icon_volume-high:before {
	content: "\e069";
}
.icon_quotations_alt:before {
	content: "\e06a";
}
.icon_clock:before {
	content: "\e06b";
}
.icon_lock:before {
	content: "\e06c";
}
.icon_lock-open:before {
	content: "\e06d";
}
.icon_key:before {
	content: "\e06e";
}
.icon_cloud:before {
	content: "\e06f";
}
.icon_cloud-upload:before {
	content: "\e070";
}
.icon_cloud-download:before {
	content: "\e071";
}
.icon_lightbulb:before {
	content: "\e072";
}
.icon_gift:before {
	content: "\e073";
}
.icon_house:before {
	content: "\e074";
}
.icon_camera:before {
	content: "\e075";
}
.icon_mail:before {
	content: "\e076";
}
.icon_cone:before {
	content: "\e077";
}
.icon_ribbon:before {
	content: "\e078";
}
.icon_bag:before {
	content: "\e079";
}
.icon_cart:before {
	content: "\e07a";
}
.icon_tag:before {
	content: "\e07b";
}
.icon_tags:before {
	content: "\e07c";
}
.icon_trash:before {
	content: "\e07d";
}
.icon_cursor:before {
	content: "\e07e";
}
.icon_mic:before {
	content: "\e07f";
}
.icon_compass:before {
	content: "\e080";
}
.icon_pin:before {
	content: "\e081";
}
.icon_pushpin:before {
	content: "\e082";
}
.icon_map:before {
	content: "\e083";
}
.icon_drawer:before {
	content: "\e084";
}
.icon_toolbox:before {
	content: "\e085";
}
.icon_book:before {
	content: "\e086";
}
.icon_contacts:before {
	content: "\e087";
}
.icon_archive:before {
	content: "\e088";
}
.icon_heart:before {
	content: "\e089";
}
.icon_profile:before {
	content: "\e08a";
}
.icon_group:before {
	content: "\e08b";
}
.icon_grid-2x2:before {
	content: "\e08c";
}
.icon_grid-3x3:before {
	content: "\e08d";
}
.icon_music:before {
	content: "\e08e";
}
.icon_pause_alt:before {
	content: "\e08f";
}
.icon_phone:before {
	content: "\e090";
}
.icon_upload:before {
	content: "\e091";
}
.icon_download:before {
	content: "\e092";
}
.social_facebook:before {
	content: "\e093";
}
.social_twitter:before {
	content: "\e094";
}
.social_pinterest:before {
	content: "\e095";
}
.social_googleplus:before {
	content: "\e096";
}
.social_tumblr:before {
	content: "\e097";
}
.social_tumbleupon:before {
	content: "\e098";
}
.social_wordpress:before {
	content: "\e099";
}
.social_instagram:before {
	content: "\e09a";
}
.social_dribbble:before {
	content: "\e09b";
}
.social_vimeo:before {
	content: "\e09c";
}
.social_linkedin:before {
	content: "\e09d";
}
.social_rss:before {
	content: "\e09e";
}
.social_deviantart:before {
	content: "\e09f";
}
.social_share:before {
	content: "\e0a0";
}
.social_myspace:before {
	content: "\e0a1";
}
.social_skype:before {
	content: "\e0a2";
}
.social_youtube:before {
	content: "\e0a3";
}
.social_picassa:before {
	content: "\e0a4";
}
.social_googledrive:before {
	content: "\e0a5";
}
.social_flickr:before {
	content: "\e0a6";
}
.social_blogger:before {
	content: "\e0a7";
}
.social_spotify:before {
	content: "\e0a8";
}
.social_delicious:before {
	content: "\e0a9";
}
.social_facebook_circle:before {
	content: "\e0aa";
}
.social_twitter_circle:before {
	content: "\e0ab";
}
.social_pinterest_circle:before {
	content: "\e0ac";
}
.social_googleplus_circle:before {
	content: "\e0ad";
}
.social_tumblr_circle:before {
	content: "\e0ae";
}
.social_stumbleupon_circle:before {
	content: "\e0af";
}
.social_wordpress_circle:before {
	content: "\e0b0";
}
.social_instagram_circle:before {
	content: "\e0b1";
}
.social_dribbble_circle:before {
	content: "\e0b2";
}
.social_vimeo_circle:before {
	content: "\e0b3";
}
.social_linkedin_circle:before {
	content: "\e0b4";
}
.social_rss_circle:before {
	content: "\e0b5";
}
.social_deviantart_circle:before {
	content: "\e0b6";
}
.social_share_circle:before {
	content: "\e0b7";
}
.social_myspace_circle:before {
	content: "\e0b8";
}
.social_skype_circle:before {
	content: "\e0b9";
}
.social_youtube_circle:before {
	content: "\e0ba";
}
.social_picassa_circle:before {
	content: "\e0bb";
}
.social_googledrive_alt2:before {
	content: "\e0bc";
}
.social_flickr_circle:before {
	content: "\e0bd";
}
.social_blogger_circle:before {
	content: "\e0be";
}
.social_spotify_circle:before {
	content: "\e0bf";
}
.social_delicious_circle:before {
	content: "\e0c0";
}
.social_facebook_square:before {
	content: "\e0c1";
}
.social_twitter_square:before {
	content: "\e0c2";
}
.social_pinterest_square:before {
	content: "\e0c3";
}
.social_googleplus_square:before {
	content: "\e0c4";
}
.social_tumblr_square:before {
	content: "\e0c5";
}
.social_stumbleupon_square:before {
	content: "\e0c6";
}
.social_wordpress_square:before {
	content: "\e0c7";
}
.social_instagram_square:before {
	content: "\e0c8";
}
.social_dribbble_square:before {
	content: "\e0c9";
}
.social_vimeo_square:before {
	content: "\e0ca";
}
.social_linkedin_square:before {
	content: "\e0cb";
}
.social_rss_square:before {
	content: "\e0cc";
}
.social_deviantart_square:before {
	content: "\e0cd";
}
.social_share_square:before {
	content: "\e0ce";
}
.social_myspace_square:before {
	content: "\e0cf";
}
.social_skype_square:before {
	content: "\e0d0";
}
.social_youtube_square:before {
	content: "\e0d1";
}
.social_picassa_square:before {
	content: "\e0d2";
}
.social_googledrive_square:before {
	content: "\e0d3";
}
.social_flickr_square:before {
	content: "\e0d4";
}
.social_blogger_square:before {
	content: "\e0d5";
}
.social_spotify_square:before {
	content: "\e0d6";
}
.social_delicious_square:before {
	content: "\e0d7";
}
.icon_printer:before {
	content: "\e103";
}
.icon_calulator:before {
	content: "\e0ee";
}
.icon_building:before {
	content: "\e0ef";
}
.icon_floppy:before {
	content: "\e0e8";
}
.icon_drive:before {
	content: "\e0ea";
}
.icon_search-2:before {
	content: "\e101";
}
.icon_id:before {
	content: "\e107";
}
.icon_id-2:before {
	content: "\e108";
}
.icon_puzzle:before {
	content: "\e102";
}
.icon_like:before {
	content: "\e106";
}
.icon_dislike:before {
	content: "\e0eb";
}
.icon_mug:before {
	content: "\e105";
}
.icon_currency:before {
	content: "\e0ed";
}
.icon_wallet:before {
	content: "\e100";
}
.icon_pens:before {
	content: "\e104";
}
.icon_easel:before {
	content: "\e0e9";
}
.icon_flowchart:before {
	content: "\e109";
}
.icon_datareport:before {
	content: "\e0ec";
}
.icon_briefcase:before {
	content: "\e0fe";
}
.icon_shield:before {
	content: "\e0f6";
}
.icon_percent:before {
	content: "\e0fb";
}
.icon_globe:before {
	content: "\e0e2";
}
.icon_globe-2:before {
	content: "\e0e3";
}
.icon_target:before {
	content: "\e0f5";
}
.icon_hourglass:before {
	content: "\e0e1";
}
.icon_balance:before {
	content: "\e0ff";
}
.icon_rook:before {
	content: "\e0f8";
}
.icon_printer-alt:before {
	content: "\e0fa";
}
.icon_calculator_alt:before {
	content: "\e0e7";
}
.icon_building_alt:before {
	content: "\e0fd";
}
.icon_floppy_alt:before {
	content: "\e0e4";
}
.icon_drive_alt:before {
	content: "\e0e5";
}
.icon_search_alt:before {
	content: "\e0f7";
}
.icon_id_alt:before {
	content: "\e0e0";
}
.icon_id-2_alt:before {
	content: "\e0fc";
}
.icon_puzzle_alt:before {
	content: "\e0f9";
}
.icon_like_alt:before {
	content: "\e0dd";
}
.icon_dislike_alt:before {
	content: "\e0f1";
}
.icon_mug_alt:before {
	content: "\e0dc";
}
.icon_currency_alt:before {
	content: "\e0f3";
}
.icon_wallet_alt:before {
	content: "\e0d8";
}
.icon_pens_alt:before {
	content: "\e0db";
}
.icon_easel_alt:before {
	content: "\e0f0";
}
.icon_flowchart_alt:before {
	content: "\e0df";
}
.icon_datareport_alt:before {
	content: "\e0f2";
}
.icon_briefcase_alt:before {
	content: "\e0f4";
}
.icon_shield_alt:before {
	content: "\e0d9";
}
.icon_percent_alt:before {
	content: "\e0da";
}
.icon_globe_alt:before {
	content: "\e0de";
}
.icon_clipboard:before {
	content: "\e0e6";
}


	.glyph {
		float: left;
		text-align: center;
		padding: .75em;
		margin: .4em 1.5em .75em 0;
		width: 6em;
text-shadow: none;
	}
        .glyph_big {
        font-size: 128px;
        color: #59c5dc;
        float: left;
        margin-right: 20px;
        }

        .glyph div { padding-bottom: 10px;}

	.glyph input {
		font-family: consolas, monospace;
		font-size: 12px;
		width: 100%;
		text-align: center;
		border: 0;
		box-shadow: 0 0 0 1px #ccc;
		padding: .2em;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
	}
	.centered {
		margin-left: auto;
		margin-right: auto;
	}
	.glyph .fs1 {
		font-size: 2em;
	}

	

/* End */


/* Start:/local/templates/novostroyrf/bootstrap/css/bootstrap.min.css?1589439750121260*/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(/local/templates/novostroyrf/bootstrap/css/../fonts/glyphicons-halflings-regular.eot);src:url(/local/templates/novostroyrf/bootstrap/css/../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/local/templates/novostroyrf/bootstrap/css/../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/local/templates/novostroyrf/bootstrap/css/../fonts/glyphicons-halflings-regular.woff) format('woff'),url(/local/templates/novostroyrf/bootstrap/css/../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/local/templates/novostroyrf/bootstrap/css/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.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}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;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}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
/* End */


/* Start:/local/templates/novostroyrf/css/owl.carousel.css?15894397514614*/
/* 
 *  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("/local/templates/novostroyrf/css/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;
}

/* End */


/* Start:/local/templates/novostroyrf/css/lightbox.min.css?15894397512846*/
.lb-loader,.lightbox{text-align:center;line-height:0}body:after{content:url(/local/templates/novostroyrf/css/../images/close.png) url(/local/templates/novostroyrf/css/../images/loading.gif) url(/local/templates/novostroyrf/css/../images/prev.png) url(/local/templates/novostroyrf/css/../images/next.png);display:none}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(/local/templates/novostroyrf/css/../images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(/local/templates/novostroyrf/css/../images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(/local/templates/novostroyrf/css/../images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(/local/templates/novostroyrf/css/../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}
/* End */


/* Start:/local/templates/novostroyrf/template_styles.css?158943975134766*/
@font-face {
    font-family: 'pt';
    src: url('/local/templates/novostroyrf/fonts/ptsans.ttf') format('truetype');
    font-weight: normal;
}
.currency {
    font-family: 'pt';
}

.how-to-get ul {
    padding: 0;
}
.how-to-get li {
    display: inline-block;
    opacity: 0.6;
    line-height: 18px;
    color: #1f1f1f;
}
.how-to-get i {
    margin: 0 10px;
}

#map-item.box {
    padding: 0;
}


.location_list li {
    list-style: none;
    padding: 0 35px;
    display: inline-block;
}
.owl-carousel .owl-item {
    overflow:hidden;
}
@media all and (max-width: 767px) {
    .gallery .gallery__element {
        height: 0;
        padding-bottom: 74%;
        overflow: hidden;
    }
    .gallery .gallery__element img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
}
#brand
{
    position: relative;
}
#brand img {
    margin-top: -14px;
}
#brand .site_name
{
    color: #1f1f1f;
    font-size: 2em;
    font-weight: bold;
    left: 30px;
    bottom: 7px;
}
#brand .site_desc
{
    color: #1f1f1f;
    font-size: .8em;
    left: 30px;
    bottom: 0px;
    display: block;
}


.money_stats_detailed .detailed_table {
    color: #000;
    font-size: 1.1em;
    padding-top: 20px;
    border-top:1px solid #000;
}
.money_stats_detailed .detailed_table span.val {
    color: inherit;
    font-size: inherit;
}
.money_stats_detailed .detailed_table .head,
.money_stats_detailed .detailed_table .element {
    width: 100%;
}
.money_stats_detailed .detailed_table .head {
    padding-bottom: 10px;
    font-size: .9em;
    color: #909090;
}
.money_stats_detailed .detailed_table .element {
    margin-bottom: 5px;
}
.money_stats_detailed .detailed_table .element:last-of-type {
    margin-bottom: 0;
}
.money_stats_detailed .detailed_table .element .preview_stats {
    width: 100%;
}
.money_stats_detailed .detailed_table .element .detailed_stats a {
    color: #0071bc;
    font-size: inherit;
    text-decoration: underline;
}
.money_stats_detailed .detailed_table .element .detailed_stats a:hover {
    text-decoration: none;
}
.money_stats_detailed .detailed_table .elm {
    display: inline-block;
    /*vertical-align: top;*/
}
.money_stats_detailed .detailed_table .elm.name {
    width: 230px;
    padding-right: 30px;
}
.money_stats_detailed .detailed_table .elm {
    width: 135px;
}
.money_stats_detailed .detailed_table span.label {
    display: none;
}
.money_stats_detailed .detailed_table h5 {
    font-size: 1em;
    color: #0071bc;
}
.money_stats_detailed .detailed_table p {
    margin: 0;
    color: inherit;
    font-size: .9em;
    line-height: 1.1;
}
.money_stats_detailed .detailed_table span.no {
    display: block;
    font-size: .9em;
    color: #909090;
}
.money_stats_detailed .detailed_table .element .elm.needed,
.money_stats_detailed .detailed_table .element .elm.collected,
.money_stats_detailed .detailed_table .element .elm.spent {
    font-weight: 600;
}
.money_stats_detailed .detailed_table .element .elm.needed,
.money_stats_detailed .detailed_table .element .elm.collected,
.money_stats_detailed .detailed_table .element .elm.spent,
.money_stats_detailed .detailed_table .element .elm.more {
    padding-top: 20px;
}
.money_stats_detailed .detailed_table .elm.more a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}
.money_stats_detailed .detailed_table .elm.more a:hover {
    text-decoration: underline;
}
.money_stats_detailed .detailed_table .element .value {
    color: inherit;
    font-size: inherit;
}


.sidebar .fa-angle-down {
    float: right;
}
.mm_container .additional_item {
    display: none;
}
/*
  Table core
*/
.ew_table {
    width: 100%;
    color: #252525;
    font-weight: normal; }
.ew_table__tr {
    display: table;
    width: 100%;
    /*padding: 0 20px;*/
    table-layout: fixed; }
.ew_table__th, .ew_table__td {
    display: table-cell;
    /*padding: 15px 0;*/
    vertical-align: top; }
.ew_table__th {
    font-weight: 600; }
.ew_table__th .ew_desktop-label {
    font-size: 1.1rem; }
.ew_divider {
    width: 100%;
    height: 1px;
    margin: 15px 0;
    background: #dedede; }
.ew_desktop-label {
    display: table-cell;
    color: inherit;
    font-size: 1rem;
    vertical-align: top; }
.ew_mobile-label {
    display: none;
    font-weight: 600;
    vertical-align: top; }

@media all and (max-width: 1199px) {
    .ew_table._1199 .ew_table__th {
        display: none; }
    .ew_table._1199 .ew_table__tr {
        display: block; }
    .ew_table._1199 .ew_table__td {
        display: table;
        width: 100%;
        table-layout: fixed; }
    .ew_table._1199 .ew_mobile-label {
        display: table-cell; } }
@media all and (max-width: 991px) {
    .ew_table._991 .ew_table__th {
        display: none; }
    .ew_table._991 .ew_table__tr {
        display: block; }
    .ew_table._991 .ew_table__td {
        display: table;
        width: 100%;
        table-layout: fixed; }
    .ew_table._991 .ew_mobile-label {
        display: table-cell; } }
@media all and (max-width: 767px) {
    .ew_table._767 .ew_table__th {
        display: none; }
    .ew_table._767 .ew_table__tr {
        display: block; }
    .ew_table._767 .ew_table__td {
        display: table;
        width: 100%;
        table-layout: fixed; }
    .ew_table._767 .ew_mobile-label {
        display: table-cell; } }
@media all and (max-width: 599px) {
    .ew_table._599 .ew_table__th {
        display: none; }
    .ew_table._599 .ew_table__tr {
        display: block; }
    .ew_table._599 .ew_table__td {
        display: table;
        width: 100%;
        table-layout: fixed; }
    .ew_table._599 .ew_mobile-label {
        display: table-cell; } }
@media all and (max-width: 481px) {
    .ew_table._481 .ew_table__th {
        display: none; }
    .ew_table._481 .ew_table__tr {
        display: block; }
    .ew_table._481 .ew_table__td {
        display: table;
        width: 100%;
        table-layout: fixed; }
    .ew_table._481 .ew_mobile-label {
        display: table-cell; } }
@media all and (max-width: 359px) {
    .ew_table._359 .ew_table__th {
        display: none; }
    .ew_table._359 .ew_table__tr {
        display: block; }
    .ew_table._359 .ew_table__td {
        display: table;
        width: 100%;
        table-layout: fixed; }
    .ew_table._359 .ew_mobile-label {
        display: table-cell; } }

.ew_table__tr + .ew_table__td {
    padding: 0 10px 0 0;
}
.my-items img {
    width: 100%;
}
.my-items .info {
    width: 250px;
}

.my-items .more-info {
    text-align: center;
}

.my-item .col-md-1 {
    padding-left: 0;
}
#circleG{
    width:146px;
    margin:auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 31px;
    right: 0;
}

.circleG{
    background-color:rgb(255,255,255);
    float:left;
    height:31px;
    margin-left:17px;
    width:31px;
    animation-name:bounce_circleG;
    -o-animation-name:bounce_circleG;
    -ms-animation-name:bounce_circleG;
    -webkit-animation-name:bounce_circleG;
    -moz-animation-name:bounce_circleG;
    animation-duration:2.24s;
    -o-animation-duration:2.24s;
    -ms-animation-duration:2.24s;
    -webkit-animation-duration:2.24s;
    -moz-animation-duration:2.24s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
    border-radius:20px;
    -o-border-radius:20px;
    -ms-border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;

}

#circleG_1{
    animation-delay:0.45s;
    -o-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -moz-animation-delay:0.45s;
}

#circleG_2{
    animation-delay:1.05s;
    -o-animation-delay:1.05s;
    -ms-animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
    -moz-animation-delay:1.05s;
}

#circleG_3{
    animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
}



@keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(0,0,0);
    }

    100%{}
}

@-o-keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(0,0,0);
    }

    100%{}
}

@-ms-keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(0,0,0);
    }

    100%{}
}

@-webkit-keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(0,0,0);
    }

    100%{}
}

@-moz-keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(0,0,0);
    }

    100%{}
}

/*

.podmenu.fotopodmenu {
    width: calc(100% + 20px);
    margin-right: -10px;
    margin-left: -10px;
    padding: 0 10px 15px;

}
.podmenu li {
    padding-bottom: 0;
    margin: 0;
}
.podmenu li:not(:last-child) {
    margin-right: 15px;
}*/


.tabs {
    width: 100%;
}
.tabs-list {
    margin: 0;
    font-size: 0;
    padding: 0;
    /*border-bottom: 2px solid #fff;*/
    overflow-x: auto;
    overflow-y: hidden;

    white-space: nowrap;
    -webkit-overflow-scrolling: touch;

    position: relative;
}
.tabs-list::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    opacity: 1;
    z-index: 1;
}
.tabs-list__element {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    padding-left: 0;
    text-align: center;
}
.tabs-list__element::before {
    display: none;
}
.tabs-list__element:not(:last-of-type) {
    margin-right: 35px;
    margin-bottom: 0;
}

.tabs-list__link {
    position: relative;
    display: block;
    height: auto;
    text-decoration: none;
    padding-bottom: 10px;
    color: #333;
    font-size: 14px;
    line-height: 26px;
    z-index: 2;
    transition: all .2s linear;
}
.tabs-list__link::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #488f3e;
    opacity: 0;
    z-index: 2;
}

.tabs-list__link._active::before {
    opacity: 1;
}

.tabs-container {
    width: 100%;
    padding: 27px 0;
}
.tabs-pane {
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.tabs-pane._active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
}

.tabs-select {
    display: none;
    width: 100%;
    padding-left: 15px;
    padding-right: 16px;
    font-size: 10px;
}


.default-list {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    font-size: 0;
}
.default-list__element {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.default-list__element .mark-circle{
    font-size: 16px;
}

@media all and (max-width: 1200px) {
    .default-list__element {
        width: calc(33% - 20px);
    }
}
@media all and (max-width: 992px) {
    .default-list__element {
        width: calc(50% - 20px);
    }
}
@media all and (max-width: 576px) {
    .default-list__element {
        width: calc(100% - 20px);
    }
}


.ez_categories-list {
    width: 100%;
}

.ez_category-element {
    position: relative;
    width: 100%;
    height: 240px;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    overflow: hidden;
}

.ez_category-element:hover {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.ez_category-element._banner {
    height: 100%;
}
.ez_category-element._banner .ez_category-element__inside {
    color: #fff;
}
.ez_category-element._banner button {
    color: #fff;
}
.ez_category-element._banner:hover button {
    background-color: #488f3e;
    border-color: #488f3e;
}
.ez_category-element._banner a{
    display: block;
    height: 100%;
    width: 100%;
    min-height: 270px;
    background-image: url(/images/main-banner-desktop.jpg);
    background-size: cover;
    background-position: 100% 100%;
}
.ez_category-element._has-image {
    font-size: 0;
}
.ez_category-element._has-image .ez_category-element__inside,
.ez_category-element._has-image .ez_category-element__image {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.ez_category-element._has-image .ez_category-element__image {
    height: 100%;
    background-size: cover;
}

.ez_category-element__inside {
    position: relative;
    height: 100%;
    padding: 15px 30px 75px;
    z-index: 1;
}

.ez_category-element__heading {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
}

.ez_category-element__list {
    width: 100%;
    margin-bottom: 20px;
}

.ez_category-element__list-element {
    display: table;
    width: 100%;
    height: auto;
    table-layout: fixed;
    color: #475756;
    font-size: 14px;
}

.ez_category-element__list-element:not(:last-child) {
    margin-bottom: 3px;
}

.ez_category-element__list-element a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}

.ez_category-element__list-element a:hover {
    color: #488f3e;
}

.ez_category-element__list-type, .ez_category-element__list-price, .ez_category-element__list-quantity, .ez_category-element__list-year {
    display: table-cell;
    vertical-align: top;
}

.ez_category-element__list-type {
    width: 45%;
    font-weight: 500;
    text-align: left;
}

.ez_category-element__list-price {
    width: 30%;
    font-weight: 500;
    text-align: center;
}

.ez_category-element__list-quantity {
    width: 15%;
    font-weight: 300;
    text-align: right;
}

.ez_category-element__list-year {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}

.ez_category-element .ez_button {
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 1;
    font-size: 14px;
}
.ez_category-element .ez_cols._has-button .ez_button {
    position: relative;
    bottom: 0;
    left: 0;
}
.ez_category-element .ez_cols._has-button {
    position: absolute;
    min-width: calc(100% - 30px);
    bottom: 20px;
    left: 30px;
    z-index: 1;
}

.ez_category-element .ez_cols._has-button .ez_col {
    margin: 0;
}
.ez_category-element .ez_category-element__promo {
    font-size: 16px;
}
.ez_category-element .ez_category-element__promo-number {
    font-size: 24px;
}
.ez_category-element .ez_category-element__promo a {
    font-size: 16px;
    display: block;
}
@media only screen and (max-width: 599px) {
    .ez_category-element__inside {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ez_category-element__list-element {
        font-size: 13px;
    }
    .ez_category-element__list-type {
        width: 60%;
    }
    .ez_category-element__list-quantity {
        display: none;
    }
    .ez_category-element .ez_button {
        left: 15px;
    }
}
@media only screen and (max-width: 1199px) {
    .ez_category-element._has-image .ez_category-element__inside {
        width: 100%;
        display: block;
    }
    .ez_category-element._has-image .ez_category-element__image {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .ez_category-element._banner a {
        background-image: url(/images/main-banner-mobile.jpg);
    }
}
@media only screen and (max-width: 767px) {
    .ez_category-element._has-image .ez_category-element__inside {
        width: 50%;
        display: inline-block;
    }
    .ez_category-element._has-image .ez_category-element__image {
        display: inline-block;
    }
}
@media only screen and (max-width: 360px) {
    .ez_category-element._has-image .ez_category-element__inside {
        width: 100%;
        display: block;
    }
    .ez_category-element._has-image .ez_category-element__image {
        display: none;
    }
}

.range-skin .irs--round .irs-handle {
    top: -4px!important;
    width: 20px!important;
    height: 20px!important;
}

.payment-percent {
    position: absolute;
    color: #488f3e;
    top: 14px;
    font-size: 14px;
    right: 10px;
}


.ez_modal {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    background: #ffffff;
    cursor: auto;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ez_modal._common, .ez_modal._auth {
    max-height: 100%;
    padding: 5rem 3.5rem;
    color: #475756;
    background-color: #ffffff;
    border-radius: 0.5rem;
    overflow: auto;
}

.ez_modal._common .ez_col._control, .ez_modal._auth .ez_col._control {
    margin-top: 3rem;
}

.ez_modal._full-width {
    max-width: 80rem;
    max-height: 100%;
    padding: 5rem 3.5rem;
    color: #475756;
    background-color: #ffffff;
    border-radius: 0.5rem;
    overflow: auto;
}

.ez_modal._common {
    max-width: 35rem;
}

.ez_modal._mortgage {
    max-width: 70rem;
}

.ez_modal._auth {
    max-width: 45rem;
}

.ez_modal._auth .ez_modal__header {
    text-align: left;
}

.ez_modal._auth .ez_tabs-container {
    padding-bottom: 0;
}

.ez_modal._auth .ez_separator {
    margin-top: 3rem;
    font-size: 2rem;
    text-transform: uppercase;
}

.ez_modal._location {
    max-width: 100%;
    height: 100vh;
    color: #475756;
    background-color: #ffffff;
    overflow: hidden;
}

.ez_modal._location .ez_modal__close {
    right: 1.5rem;
    z-index: 10;
}

.ez_modal._location .ez_modal__inside {
    position: relative;
    height: calc(100% - 10rem);
    overflow: hidden;
}

.ez_modal._location .ez_modal__inside::before, .ez_modal._location .ez_modal__inside::after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 10rem;
    z-index: 1;
}

.ez_modal._location .ez_modal__inside::before {
    top: 0;
    background: -webkit-linear-gradient(top, white 1%, white 20%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 97%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, white), color-stop(20%, white), color-stop(95%, rgba(255, 255, 255, 0)), color-stop(97%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, white 1%, white 20%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 97%);
    background: linear-gradient(to bottom, white 1%, white 20%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.ez_modal._location .ez_modal__inside::after {
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 0) 5%, white 80%, white 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, rgba(255, 255, 255, 0)), color-stop(5%, rgba(255, 255, 255, 0)), color-stop(80%, white), color-stop(99%, white));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 0) 5%, white 80%, white 99%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 0) 5%, white 80%, white 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.ez_modal._location .ez_modal__body {
    height: 100%;
    padding: 0 3.5rem;
    overflow: auto;
}

.ez_modal._location .ez_modal__body .ez_container {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.ez_modal__inside {
    width: 100%;
}

.ez_modal__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    height: 5rem;
    z-index: 1;
}

.ez_modal__close-button {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    outline: 0;
}

.ez_modal__close-button .i {
    position: relative;
    fill: rgba(71, 87, 86, 0.6);
    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: -1;
}

.ez_modal__close-button .i._close {
    width: 1.5rem;
    height: 1.5rem;
}

.ez_modal__close-button:active {
    top: 0;
}

.ez_modal__close-button:hover .i {
    fill: #475756;
}

.ez_modal__header {
    width: 100%;
    margin-bottom: 1.5rem;
    text-align: center;
}

.ez_modal__heading {
    margin: 0;
    color: #475756;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.6rem;
    text-transform: uppercase;
}

.ez_modal__body {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2rem;
}

.ez_modal__body p {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.ez_modal__section {
    width: 100%;
}

.ez_modal__section:not(:last-child) {
    margin-bottom: 3rem;
}

.ez_modal__section-heading {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
}

.ez_modal__control {
    position: fixed;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 10rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
    border-top: 0.1rem solid #ebebeb;
}

.ez_modal ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.ez_modal .ez_map__container {
    height: 25rem;
}

@media only screen and (max-width: 599px) {
    .ez_modal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        overflow: hidden;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .ez_modal__inside {
        max-height: 100%;
        overflow: auto;
    }
    .ez_modal > div:not(.ez_modal__inside, .ez_modal__close) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .ez_modal._common, .ez_modal._auth, .ez_modal._full-width {
        max-width: 100%;
        height: 100%;
        padding: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .ez_modal._common .ez_modal__inside, .ez_modal._auth .ez_modal__inside, .ez_modal._full-width .ez_modal__inside {
        padding: 5.5rem 1.5rem;
    }
    .ez_modal._auth .ez_tabs-list__element {
        width: 50%;
    }
    .ez_modal._auth .ez_tabs-list__element:not(:last-of-type) {
        margin-right: 0;
    }
    .ez_modal._location {
        display: block;
        height: 100%;
    }
    .ez_modal._location .ez_modal__close {
        right: 0;
    }
    .ez_modal._location .ez_modal__inside {
        height: calc(100% - 7rem);
    }
    .ez_modal._location .ez_modal__inside::before, .ez_modal._location .ez_modal__inside::after {
        height: 5rem;
    }
    .ez_modal._location .ez_modal__body {
        padding: 0;
    }
    .ez_modal._location .ez_modal__body .ez_container {
        padding-top: 6rem;
        padding-bottom: 5rem;
    }
    .ez_modal__close {
        width: 5.5rem;
        height: 5.5rem;
    }
    .ez_modal__control {
        height: 7rem;
    }
}


.mfp-wrap {
    max-height: 100%;
    overflow: auto;
}

.mfp-container, .mfp-content {
    cursor: pointer !important;
}

.mfp-container {
    padding: 0 !important;
}

.mfp-bg {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: .5;
}

.mfp-title {
    font-size: 1.6rem;
}

.mfp-counter {
    display: none;
}

.mfp-ready .ez_modal {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

@media only screen and (max-width: 599px) {
    .mfp-content {
        height: 100%;
        overflow: hidden;
    }
}

@media only screen and (max-width: 360px) {
    .mfp-title {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}


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

.ez_control__label {
    position: relative;
    display: block;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.ez_control__input {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
    z-index: 0;
}

.ez_control__input:checked + .ez_control__container .ez_control__checkbox,
.ez_control__input:checked + .ez_control__container .ez_control__radio {
    border-color: #488f3e;
}

.ez_control__input:checked + .ez_control__container .ez_control__checkbox::before,
.ez_control__input:checked + .ez_control__container .ez_control__radio::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.ez_control__input:checked + .ez_control__container .ez_control__solid {
    color: #ffffff;
    background-color: #488f3e;
    border-color: #488f3e;
}

.ez_control__input:disabled + .ez_control__container {
    pointer-events: none;
    cursor: default;
}

.ez_control__input:disabled + .ez_control__container .ez_control__checkbox,
.ez_control__input:disabled + .ez_control__container .ez_control__radio {
    color: transparent;
    border-color: transparent;
    pointer-events: none;
}

.ez_control__input:disabled + .ez_control__container .ez_control__value {
    color: #488f3e;
}

.ez_control__input:disabled:checked + .ez_control__container .ez_control__checkbox::before,
.ez_control__input:disabled:checked + .ez_control__container .ez_control__radio::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.ez_control__container {
    font-size: 0;
    cursor: pointer;
}

.ez_control__container:hover .control__checkbox, .ez_control__container:hover .control__radio {
    border-color: #488f3e;
}

.ez_control__container:hover .control__value {
    color: #488f3e;
}

.ez_control__checkbox, .ez_control__radio, .ez_control__value {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

.ez_control__checkbox, .ez_control__radio {
    position: relative;
    width: 2.4rem;
    height: 2.4rem;
    border: 0.1rem solid #ebebeb;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ez_control__checkbox::before, .ez_control__radio::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.ez_control__checkbox {
    border-radius: .4rem;
}

.ez_control__checkbox::before {
    width: 1.2rem;
    height: 1.2rem;
    background: url(/local/templates/novostroyrf/../images/svg_icons/checked.svg) center no-repeat;
    background-size: cover;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.ez_control__radio {
    border-radius: 50%;
}

.ez_control__radio::before {
    width: 1.2rem;
    height: 1.2rem;
    background-color: #488f3e;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.ez_control__value {
    width: calc(100% - 2.4rem);
    padding-top: .3rem;
    padding-left: 1.2rem;
    color: #475756;
    font-weight: 300;
    font-size: 1.4rem;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ez_control__solid, .ez_control__link {
    display: block;
    height: 4.8rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #475756;
    font-size: 1.6rem;
    line-height: 4.7rem;
    text-align: center;
    background-color: #ffffff;
    border: 0.1rem solid #ebebeb;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ez_control__solid:hover, .ez_control__link:hover {
    -webkit-box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.2);
}

.ez_control__link {
    text-decoration: none;
}

.ez_control__link._active {
    color: #ffffff;
    background-color: #488f3e;
    border-color: #488f3e;
}

.ez_control._error .ez_control__checkbox,
.ez_control._error .ez_control__radio {
    border-color: #ff0000;
}

.ez_control._w-100 + ._w-100 {
    margin-top: 1.5rem;
}

.ez_control._huge .ez_control__checkbox, .ez_control._huge .ez_control__radio {
    width: 4.8rem;
    height: 4.8rem;
}

.ez_control._huge .ez_control__checkbox {
    border-radius: 0.5rem;
}

.ez_control._huge .ez_control__checkbox::before {
    width: 2.6rem;
    height: 2.6rem;
}

.ez_control._s .ez_control__solid {
    height: 3.2rem;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1.3rem;
    line-height: 3rem;
}

.ez_inline-form__input {
    color: #000;
}

.irs--flat .irs-bar {
    background-color: #488f3e!important;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    background-color: #488f3e!important;
}
.irs--flat .irs-handle > i:first-child {
    background-color: #488f3e!important;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
    border-top-color: #488f3e!important;
}


.ez_filter-slider {
    position: relative;
    width: auto;
    min-width: 100%;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.ez_filter-slider._first {
    margin-top: -1.5rem;
    /*margin-bottom: -1.5rem;*/
}

.ez_filter-slider::before, .ez_filter-slider::after {
    content: "";
    position: absolute;
    top: 0;
    display: none;
    width: 3rem;
    height: 100%;
    z-index: 1;
}

.ez_filter-slider::before {
    left: 0;
    background: -webkit-linear-gradient(left, #f3f4f6 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f3f4f6), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, #f3f4f6 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #f3f4f6 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f4f6', endColorstr='#00ffffff',GradientType=1 );
}

.ez_filter-slider::after {
    right: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f3f4f6 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#f3f4f6));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f3f4f6 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f3f4f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f3f4f6',GradientType=1 );
}

.ez_filter-slider__element {
    width: auto;
    outline: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.ez_filter-slider__element:focus {
    outline: 0;
}

.ez_filter-slider a {
    outline: 0;
}

.ez_filter-slider .slick-list {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.ez_filter-slider .slick-track {
    margin-left: 0;
    margin-right: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

@media only screen and (max-width: 767px) {
    .ez_filter-slider._first {
        margin-bottom: 0;
    }
    .ez_filter-slider::before, .ez_filter-slider::after {
        display: block;
    }
}
/* End */


/* Start:/local/templates/novostroyrf/css/style.css?1722598178134814*/
/*------------------------------------------------------------------
Project:	Accommodo - Accommodation Portal & Real Estate HTML Template
Version:	1.0
Last change:	19.04.2016
Assigned to:	ThemeStarz

[Table of contents]

1. Header
2. Elements Styling
3. Universal classes
4. Classes
5. Forms
6. Responsive

[Color codes]

color-default: #488f3e;
color-dark: #1f1f1f;
color-black: #000000;
color-neutral: #f6f6f4;

[Typography]

Body copy:		'Lato', sans-serif; 14px;
Headers:		'Lato', sans-serif;

-------------------------------------------------------------------*/
/* 1. Header */
#page-header header {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  position: relative;
  z-index: 999;
}
#page-header hr {
  margin: 0;
}
#page-header .left {
  display: table-cell;
  vertical-align: middle;
}
#page-header .right {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
#page-header .secondary-nav {
  width: 100%;
}
#page-header .secondary-nav nav {
  display: table;
  width: 100%;
}
#page-header .secondary-nav .left {
  font-size: 12px;
}
#page-header .secondary-nav .left a {
  color: #1f1f1f;
  margin-right: 15px;
}
#page-header .secondary-nav .left a i {
  margin-right: 5px;
}
#page-header .secondary-nav .right .element {
  display: inline-block;
  border-left: 1px solid rgba(31, 31, 31, 0.1);
  margin-right: -2px;
}
#page-header .secondary-nav .right .element:last-child {
  border-right: 1px solid rgba(31, 31, 31, 0.1);
}
#page-header .secondary-nav .right a {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  color: #1f1f1f;
  display: inline-block;
  padding-top: 17px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
#page-header .secondary-nav .right a:hover {
  background-color: rgba(31, 31, 31, 0.05);
}
#page-header .secondary-nav .right select {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  margin-top: 0;
}
#page-header .secondary-nav .right select:hover {
  background-color: rgba(31, 31, 31, 0.05);
}
#page-header .primary-nav {
  display: table;
  width: 100%;
  padding: 25px 0;
}
#page-header .primary-nav #brand {
  display: block;
  padding: 10px 10px 10px 0;
}
#page-header .primary-nav .left {
  position: relative;
}
#page-header .primary-nav .left .nav-trigger {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  font-size: 16px;
  height: 18px;
  display: none;
}
#page-header .primary-nav nav > ul {
  list-style: none;
  margin-bottom: 0;
  position: relative;
}
#page-header .primary-nav nav > ul li {
  display: inline-block;
}
#page-header .primary-nav nav > ul li:hover .child-nav {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}
#page-header .primary-nav nav > ul li:last-child a {
  padding-right: 0;
}
#page-header .primary-nav nav > ul li.active > a {
  color: #488f3e;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#page-header .primary-nav nav > ul li.submit a {
  position: relative;
  padding-left: 50px;
}
#page-header .primary-nav nav > ul li.submit a:hover i {
  border: 2px solid rgba(0, 0, 0, 0.3);
}
#page-header .primary-nav nav > ul li.submit span {
  display: none;
}
#page-header .primary-nav nav > ul li.submit i {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 0px;
  height: 36px;
  width: 36px;
  display: inline-block;
  position: absolute;
  top: -2px;
  bottom: 0;
  margin: auto;
  right: 0;
}
#page-header .primary-nav nav > ul li.submit i img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
#page-header .primary-nav nav > ul li a {
  border: 1px solid transparent;
  padding: 7px 8px 8px 8px;
  color: #1f1f1f;
  font-weight: bold;
}
#page-header .primary-nav nav > ul li a:hover {
  color: #488f3e;
}
#page-header .primary-nav nav > ul li a.has-child {
  position: relative;
}
#page-header .primary-nav nav > ul li a.has-child:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f111";
  color: #488f3e;
  font-size: 6px;
  top: -2px;
  position: relative;
  margin-left: 5px;
}
#page-header .primary-nav nav > ul li .child-nav {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  min-width: 170px;
  pointer-events: none;
  list-style: none;
  padding: 0;
  padding-top: 10px;
  position: absolute;
  top: 100%;
  margin-top: 5px;
}
#page-header .primary-nav nav > ul li .child-nav:hover {
  pointer-events: auto;
}
#page-header .primary-nav nav > ul li .child-nav li {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  display: block;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
#page-header .primary-nav nav > ul li .child-nav li:last-child {
  border: none;
}
#page-header .primary-nav nav > ul li .child-nav li:hover .child-nav {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  pointer-events: auto;
}
#page-header .primary-nav nav > ul li .child-nav li a {
  padding: 8px 12px;
  display: block;
  font-weight: normal;
}
#page-header .primary-nav nav > ul li .child-nav li a:hover {
  background-color: #488f3e;
  color: #fff;
}
#page-header .primary-nav nav > ul li .child-nav li a:hover.has-child:after {
  color: #fff;
}
#page-header .primary-nav nav > ul li .child-nav li a.has-child:after {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f054";
  color: #488f3e;
  font-size: 10px;
  bottom: 0;
  margin: auto;
  top: 0px;
  right: 10px;
  position: absolute;
  margin-left: 5px;
  height: 10px;
}
#page-header .primary-nav nav > ul li .child-nav li .child-nav {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  pointer-events: none;
  left: 100%;
  top: 0;
  padding-top: 0;
  margin-top: 0;
}
#page-header .nav-trigger {
  text-align: right;
}
#page-header .nav-trigger a {
  display: none;
  padding: 6px 0px 6px 10px;
}

/* 2. Elements Styling */
a {
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #488f3e;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #2d5a27;
  outline: none !important;
  text-decoration: none;
}
a.link {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
a.link:hover, a.link:active, a.link:focus {
  color: #3f7d36;
}
a.link:hover.icon i, a.link:active.icon i, a.link:focus.icon i {
  color: #1f1f1f;
}
a.link.icon i {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 12px;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
a.icon i {
  margin: 0 5px;
}

body {
  background-color: #FFF;
  color: #1f1f1f;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  position: relative;
}

.blockquote-carousel {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  position: relative;
}
.blockquote-carousel:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f075";
  color: #488f3e;
  position: absolute;
  right: 30px;
  top: -15px;
  font-size: 30px;
}
.blockquote-carousel blockquote {
  border: none;
  padding: 30px;
  font-size: 14px;
  margin-bottom: 0;
}
.blockquote-carousel blockquote p {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  font-style: italic;
}
.blockquote-carousel blockquote footer {
  font-weight: bold;
  font-size: 100%;
}
.blockquote-carousel .owl-nav {
  position: absolute;
  right: 10px;
  bottom: 20px;
}
.blockquote-carousel .owl-nav .owl-next, .blockquote-carousel .owl-nav .owl-prev {
  width: 20px;
  height: 20px;
}
.blockquote-carousel .owl-nav .owl-next:after, .blockquote-carousel .owl-nav .owl-prev:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  font-size: 12px;
}
.blockquote-carousel .owl-nav .owl-next {
  float: right;
}
.blockquote-carousel .owl-nav .owl-next:after {
  content: "\f054";
}
.blockquote-carousel .owl-nav .owl-prev {
  float: left;
}
.blockquote-carousel .owl-nav .owl-prev:after {
  content: "\f053";
}

dl {
  margin-bottom: 0;
}
dl dt {
  float: left;
  padding: 2px 0;
}
dl dd {
  text-align: right;
  padding: 2px 0;
}
dl dd span {
  display: block;
  font-size: .7em;
}
dl dd span.currency {
  display: inline-block;
  font-size: inherit;
}
dl.info dt {
  width: 240px;
  padding: 10px 0;
}
dl.info dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  text-align: right;
}
dl.main_info dt {
  width: 100px;
  padding: 10px 0;
}
h1 {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
h1 a {
  color: #1f1f1f;
}
h1 a:hover {
  color: #1f1f1f;
}
h1.inactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
h1.inactive:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

h2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  font-size: 24px;
}

hr {
  border-top: 1px solid #e4e4e4;
  margin-top: 25px;
  margin-bottom: 25px;
}

html, body {
  height: 100%;
}

p {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  line-height: 18px;
}

ul {
  color: rgba(31, 31, 31, 0.8);
  padding-left: 15px;
}
ul.bullets {
  list-style: none;
  padding-left: 0px;
  line-height: 25px;
}
ul.bullets li:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f111";
  color: #488f3e;
  font-size: 7px;
  position: relative;
  top: -4px;
  margin-right: 12px;
}
ul.checkboxes {
  list-style: none;
  padding-left: 0;
}
ul.checkboxes label {
  font-weight: normal;
}
ul.checkboxes label span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  float: right;
  font-size: 10px;
  line-height: 20px;
}
ul.checkboxes.inline li {
  width: 24%;
  float: left;
}
ul.checkboxes.inline.half li {
  width: 50%;
}
ul.half li {
  width: 49%;
  display: inline-block;
}

/* 3. Universal classes */
.block {
  padding: 30px 0;
  overflow: hidden;
  position: relative;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.bg img {
  max-width: inherit;
  height: 100%;
}
.bg.color.default {
  background-color: #488f3e;
}
.bg.color.dark {
  background-color: #1f1f1f;
}
.bg.color.white {
  background-color: #fff;
}
.bg.color.neutral {
  background-color: #f6f6f4;
}
.bg.color.black {
  background-color: #000;
}

.bg-transfer {
  background-size: cover;
  /*background-image: url("/local/templates/novostroyrf/css/../images/footer-bg.jpg");*/
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  width: 100%;
}
.bg-transfer img {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.box {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  padding: 20px;
  position: relative;
}

.center {
  text-align: center;
}

.container .block {
  padding: 30px;
}

.label.label-info {
  background-color: #f6f6f4;
  color: rgba(0, 0, 0, 0.5);
}
.label.label-danger {
  background-color: #ed2a21;
}

.font-color-white {
  color: #fff;
}

.font-color-black {
  color: #000;
}

.font-color-default {
  color: #488f3e;
}

.font-color-dark {
  color: #1f1f1f;
}

.font-color-neutral {
  color: #f6f6f4;
}

.font-color-grey {
  color: #acacac;
}

.no-margin {
  margin: 0 !important;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.no-top-margin {
  margin-top: 0;
}

.note {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 14px;
}

.half-bottom-margin {
  margin-bottom: 30px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.opacity-90 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.opacity-80 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.opacity-70 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.opacity-60 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.opacity-50 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.opacity-40 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.opacity-30 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

.opacity-20 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

.opacity-10 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}

.opacity-5 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=5);
  opacity: 0.05;
}

.text-color-white {
  color: #fff !important;
}
.text-color-white a {
  color: #fff;
}

.width-10 {
  width: 10%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-33 {
  width: 33%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.width-70 {
  width: 70%;
}

.width-80 {
  width: 80%;
}

.width-90 {
  width: 90%;
}

.width-100 {
  width: 100%;
}

.width-100px {
  width: 100px;
}

.width-200px {
  width: 200px;
}

.width-300px {
  width: 300px;
}

.width-400px {
  width: 400px;
}

.width-500px {
  width: 500px;
}

.width-600px {
  width: 600px;
}

.width-700px {
  width: 700px;
}

.width-800px {
  width: 800px;
}

.width-900px {
  width: 900px;
}

.width-1000px {
  width: 1000px;
}

.width-1100px {
  width: 1100px;
}

.width-1200px {
  width: 1200px;
}

.height-10 {
  height: 10%;
}

.height-20 {
  height: 20%;
}

.height-30 {
  height: 30%;
}

.height-40 {
  height: 40%;
}

.height-50 {
  height: 50%;
}

.height-60 {
  height: 60%;
}

.height-70 {
  height: 70%;
}

.height-80 {
  height: 80%;
}

.height-90 {
  height: 90%;
}

.height-100 {
  height: 100%;
}

.height-200 {
  height: 200px;
}

.height-300 {
  height: 300px;
}

.height-400 {
  height: 400px;
}

.height-500 {
  height: 500px;
}

.space {
  height: 60px;
}

/* 4. Classes */
.advertising-banner {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  display: block;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
.advertising-banner.equal-height img {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.advertising-banner .banner-badge {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background-color: #fff;
  font-size: 10px;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px;
  z-index: 1;
  color: #000;
  text-transform: uppercase;
}
.advertising-banner img {
  max-width: 100%;
  border: 10px solid #fff;
}

.alert {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  border: none;
}
.alert.alert-dark {
  background-color: #1f1f1f;
  color: #fff;
  font-size: 18px;
}
.alert.alert-dark a {
  color: #fff;
  text-decoration: underline;
}
.alert.alert-dark .close {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  text-shadow: none;
  color: #fff;
}
.alert .close {
  position: absolute;
  top: -1px;
  bottom: 0px;
  margin: auto;
  right: 25px;
}

.article-descriptive {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.article-descriptive:last-child {
  border: none;
}
.article-descriptive h2 {
  font-size: 18px;
  margin-top: 0;
}
.article-descriptive h2:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f111";
  color: #488f3e;
  font-size: 7px;
  position: relative;
  top: -4px;
  margin-right: 12px;
}

.blog-post {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
  padding-bottom: 30px;
}
.blog-post iframe {
  margin-bottom: 20px;
}
.blog-post img {
  max-width: 100%;
}
.blog-post header h2 {
  border: none;
  font-size: 36px;
  margin: 20px 0;
  padding-bottom: 0;
}
.blog-post p {
  margin-bottom: 20px;
}
.blog-post ul {
  padding-left: 25px;
}
.blog-post .meta {
  display: table;
  width: 100%;
  margin: 20px 0;
}
.blog-post .meta a {
  color: #1f1f1f;
  margin: 0 10px;
}
.blog-post .meta a:first-child {
  margin-left: 0;
}
.blog-post .meta a i {
  color: rgba(0, 0, 0, 0.4);
}
.blog-post .meta .tags {
  display: inline-block;
  float: right;
}
.blog-post .meta .tags .tag {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  font-size: 12px;
  margin: 0 3px;
  padding: 5px;
}

.breadcrumb {
  padding: 8px 0;
  margin-bottom: 10px;
  font-size: 12px;
  margin-top: 5px;
}

.calendar {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  padding: 20px;
}
.calendar .calendar-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.calendar .calendar-wrapper.show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.calendar .month {
  padding: 20px;
  margin-bottom: 18px;
}
.calendar .zabuto_calendar .table td {
  padding: 0;
}
.calendar .zabuto_calendar .table td .day {
  padding-top: 13px;
  padding-bottom: 13px;
  margin: -1px;
  font-weight: bold;
}
.calendar .zabuto_calendar .table .calendar-dow-header th {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background-color: transparent;
  border: none;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.calendar .zabuto_calendar .table .calendar-month-header th {
  background-color: transparent;
  border: none;
  font-size: 16px;
  text-align: left;
}
.calendar .zabuto_calendar .table .calendar-month-header th:first-child {
  display: none;
}
.calendar .zabuto_calendar .table .calendar-dow td {
  border-left: 1px solid #ddd;
}
.calendar .zabuto_calendar .table .calendar-dow td:last-child {
  border-right: 1px solid #ddd;
}
.calendar .zabuto_calendar .day .day-number {
  position: relative;
  left: -5px;
  bottom: -5px;
}
.calendar .not-available {
  background-color: #488f3e;
  color: #fff;
}

.comments {
  list-style: none;
  padding-left: 0;
}
.comments .comment {
  display: table;
  margin-bottom: 20px;
  padding-left: 80px;
  position: relative;
}
.comments .comment figure {
  left: 0;
  position: absolute;
  top: 0;
}
.comments .comment figure .image {
  background-color: #1f1f1f;
  height: 70px;
  position: relative;
  overflow: hidden;
  width: 60px;
}
.comments .comment figure .image:after {
  bottom: 0px;
  content: "";
  height: 0px;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #f6f6f4;
  position: absolute;
  right: 0;
  width: 0px;
}
.comments .comment figure .image:before {
  background-color: #f6f6f4;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  width: calc(100% - 10px);
  position: absolute;
}
.comments .comment figure .image img {
  height: 100%;
}
.comments .comment .date {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 5px;
}
.comments .comment .date .fa {
  color: #b8b8b8;
  font-size: 10px;
  margin-right: 10px;
}
.comments .comment .name {
  display: table;
  font-size: 18px;
  width: 100%;
}
.comments .comment .reply {
  color: #1f1f1f;
}
.comments .comment .reply .fa {
  color: #488f3e;
  margin-right: 10px;
}

.close {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  text-shadow: none;
  font-size: 12px;
}

.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  pointer-events: none;
}

.datepicker {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 5px;
  border: none;
}
.datepicker .table-condensed > tbody > tr > td.day {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 8px;
  cursor: pointer;
}
.datepicker .table-condensed > tbody > tr > td.day:hover {
  background-color: #488f3e;
  color: #fff;
}
.datepicker .old, .datepicker .new, .datepicker .disabled {
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.datepicker .today {
  background-color: #1f1f1f;
  color: #fff;
}
.datepicker .month {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  margin: 5px;
  padding: 5px 8px;
  cursor: pointer;
}
.datepicker .month:hover {
  background-color: #488f3e;
  color: #fff;
}
.datepicker .month.focused {
  background-color: #1f1f1f;
  color: #fff;
}
.datepicker .glyphicon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #488f3e;
  cursor: pointer;
}
.datepicker .glyphicon:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.datepicker .datepicker-switch {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  padding: 6px;
}

.page-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-wrapper #page-header, .page-wrapper #page-content, .page-wrapper #page-footer {
  display: table-row;
}
.page-wrapper #page-header, .page-wrapper #page-footer {
  height: 1px;
}
.page-wrapper #page-content {
  height: auto;
  overflow: hidden;
  position: relative;
}

.error-message {
  position: relative;
  text-align: center;
  margin: 40px 0;
}
.error-message h2 {
  font-size: 280px;
  font-weight: lighter;
  color: #488f3e;
}
.error-message .message {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 60px;
}
.error-message .message h3 {
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 20px;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.feature {
  position: relative;
}
.feature .circle {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 30px solid #fff;
  width: 110px;
  height: 110px;
  position: relative;
  text-align: center;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.feature .circle i {
  color: #488f3e;
  font-size: 24px;
  line-height: 47px;
}
.feature figure {
  padding-top: 20px;
  margin-left: 90px;
}
.feature h3 {
  font-weight: lighter;
}

.feature-simple .circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 48px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.feature-simple h3 {
  font-weight: bold;
  font-size: 18px;
}
.feature-simple p {
  margin-bottom: 20px;
  margin-top: 20px;
}

.gallery-carousel {
  padding: 0 60px;
  margin: 20px 0;
}
.buildings-carousel {
  padding: 0 50px;
}
.buildings-carousel-full {
  /*padding: 0 9%;*/
}
.gallery-carousel .gallery-item {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  overflow: hidden;
  width: 240px;
  display: inline-block;
  margin-right: 10px;
}
.gallery-carousel .gallery-item .image {
  height: 170px;
  overflow: hidden;
}
.gallery-carousel .gallery-item .image img {
  width: 100%;
}
.gallery-carousel .gallery-item .description {
  padding: 20px;
}
.gallery-carousel .gallery-item .description h3 {
  color: #488f3e;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.gallery-carousel .gallery-item .description p {
  margin: 10px 0 20px 0;
}
.gallery-carousel .owl-prev, .gallery-carousel .owl-next,
.buildings-carousel-full .owl-prev, .buildings-carousel-full .owl-next,
.buildings-carousel .owl-prev, .buildings-carousel .owl-next {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.gallery-carousel .owl-prev:after, .gallery-carousel .owl-next:after,
.buildings-carousel-full .owl-prev:after, .buildings-carousel-full .owl-next:after,
.buildings-carousel .owl-prev:after, .buildings-carousel .owl-next:after {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  top: 0;
  bottom: 0;
  color: #1f1f1f;
  margin: auto;
  position: absolute;
  height: 26px;
  font-size: 28px;
  z-index: 1;
}
.gallery-carousel .owl-prev:hover, .gallery-carousel .owl-next:hover,
.buildings-carousel-full .owl-prev:hover, .buildings-carousel-full .owl-next:hover,
.buildings-carousel .owl-prev:hover, .buildings-carousel .owl-next:hover {
  background-color: #488f3e;
}
.gallery-carousel .owl-prev:hover:after, .gallery-carousel .owl-next:hover:after,
.buildings-carousel-full .owl-prev:hover:after, .buildings-carousel-full .owl-next:hover:after,
.buildings-carousel .owl-prev:hover:after, .buildings-carousel .owl-next:hover:after {
  color: #fff;
}
.gallery-carousel .owl-prev,
.buildings-carousel-full .owl-prev,
.buildings-carousel .owl-prev {
  left: 0;
}
.gallery-carousel .owl-prev:after,
.buildings-carousel-full .owl-prev:after,
.buildings-carousel .owl-prev:after {
  content: "#";
  right: -4px;
}
.gallery-carousel .owl-prev:hover:after,
.buildings-carousel-full .owl-prev:hover:after,
.buildings-carousel .owl-prev:hover:after {
  -moz-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.gallery-carousel .owl-next,
.buildings-carousel-full .owl-next,
.buildings-carousel .owl-next {
  right: 0;
}
.gallery-carousel .owl-next:after,
.buildings-carousel-full .owl-next:after,
.buildings-carousel .owl-next:after {
  content: "$";
  left: -4px;
}
.gallery-carousel .owl-next:hover:after,
.buildings-carousel-full .owl-next:hover:after,
.buildings-carousel .owl-next:hover:after {
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.file-upload {
  position: relative;
  height: 100px;
  margin-bottom: 20px;
}
.file-upload .file-upload-input {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 100px;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 100px 0 0 0;
  overflow: hidden;
  z-index: 1;
}
.file-upload .file-upload-input:hover {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.02);
}
.file-upload span {
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 105px;
  width: 100%;
  text-align: center;
  margin: auto;
  z-index: 0;
  left: 0;
}

.file-upload-previews > .MultiFile-label {
  display: inline-block;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: relative;
  margin-right: 10px;
}
.file-upload-previews span.MultiFile-label {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 10px;
}
.file-upload-previews span.MultiFile-label .MultiFile-title {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 10px;
  bottom: 0;
  font-size: 12px;
  text-align: center;
  width: 100%;
}
.file-upload-previews span.MultiFile-label .MultiFile-preview {
  max-width: 200px !important;
  max-height: 150px !important;
}
.file-upload-previews .MultiFile-remove {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: transparent;
  position: absolute;
  background-color: #ed2a21;
  width: 20px;
  height: 20px;
  top: -10px;
  right: -10px;
  z-index: 1;
}
.file-upload-previews .MultiFile-remove:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f00d";
  color: #fff;
  top: -2px;
  position: relative;
  font-size: 10px;
}

.gallery-detail {
  position: relative;
}
.gallery-detail .ribbon {
  top: -5px;
  padding: 10px 15px;
}
.gallery-detail .ribbon .offer-number {
  font-size: 24px;
}
.gallery-detail .review {
  position: absolute;
  right: 0;
  bottom: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 1;
  width: 220px;
  max-height: 100px;
  overflow: hidden;
  font-size: 12px;
  padding: 10px;
}
.gallery-detail .review:hover p {
  text-decoration: underline;
}
.gallery-detail .review .rating-title {
  margin-bottom: 5px;
}
.gallery-detail .review .rating figure, .gallery-detail .review .rating h4 {
  margin: 0;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}
.gallery-detail .review .rating figure {
  margin-right: 5px;
}
.gallery-detail .review .rating figure:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f005";
  margin-right: 5px;
}
.gallery-detail .review p {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  max-height: 55px;
  overflow: hidden;
}
.gallery-detail .owl-nav {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  bottom: 50px;
  right: 0px;
}
.gallery-detail .owl-nav .owl-next, .gallery-detail .owl-nav .owl-prev {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #000;
  color: #fff;
  position: absolute;
}
.gallery-detail .owl-nav .owl-next:after, .gallery-detail .owl-nav .owl-prev:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  margin: auto;
  position: absolute;
  height: 17px;
  width: 17px;
  font-size: 18px;
  z-index: 1;
}
.gallery-detail .owl-nav .owl-next:hover, .gallery-detail .owl-nav .owl-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.gallery-detail .owl-nav .owl-prev {
  right: 50px;
}
.gallery-detail .owl-nav .owl-prev:after {
  content: "#";
}
.gallery-detail .owl-nav .owl-next {
  right: 0;
}
.gallery-detail .owl-nav .owl-next:after {
  content: "$";
}

.label-select {
  position: relative;
  margin-bottom: 0;
}
.label-select:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: rgba(31, 31, 31, 0.5);
  content: "\f0d7";
  position: absolute;
  top: -8px;
  right: 10px;
  bottom: 0;
  z-index: 1;
  height: 5px;
  margin: auto;
}

.hero-section {
  margin-bottom: 60px;
  position: relative;
}
.hero-section[data-height='100'] .hero-wrapper {
  height: 100px;
}
.hero-section[data-height='100'] .map-wrapper {
  height: 160px;
}
.hero-section[data-height='200'] .hero-wrapper {
  height: 200px;
}
.hero-section[data-height='300'] .hero-wrapper {
  height: 300px;
}
.hero-section[data-height='400'] .hero-wrapper {
  height: 400px;
}
.hero-section[data-height='500'] .hero-wrapper {
  height: 500px;
}
.hero-section[data-height='600'] .hero-wrapper {
  height: 600px;
}
.hero-section[data-height='600'] .map-wrapper {
  height: 660px;
}
.hero-section[data-height='700'] .hero-wrapper {
  height: 700px;
}
.hero-section[data-height='800'] .hero-wrapper {
  height: 800px;
}
.hero-section[data-height='900'] .hero-wrapper {
  height: 900px;
}
.hero-section[data-height='1000'] .hero-wrapper {
  height: 1000px;
}
.hero-section .bg-transfer:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  background-color: #000;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-section .hero-inner {
  position: relative;
  overflow: hidden;
}
.hero-section h1 {
  margin-bottom: 40px;
}
.hero-section .hero-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
.hero-section .hero-wrapper h1 {
  color: #fff;
  font-weight: bold;
  font-size: 48px;
}
.hero-section h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
}
.hero-section .caption .inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: relative;
  /*padding-top: 40px;*/
}
.hero-section .map-wrapper {
  z-index: 1;
  position: absolute;
  height: 0;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.hero-section .options, .hero-section .caption {
  display: table-row;
}
.hero-section .options {
  background-color: #1f1f1f;
  height: 1px;
  position: relative;
  color: #fff;
}
.hero-section .options .wrapper {
  padding: 30px 0;
}
.hero-section #options-hidden {
  background-color: #1f1f1f;
  color: #fff;
}
.hero-section #options-hidden .wrapper {
  padding-bottom: 20px;
}

.grid .grid-item {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #24481f;
  float: left;
  width: 263px;
  margin-bottom: 30px;
  position: absolute;
  overflow: hidden;
}
.grid .grid-item:hover img {
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.grid .grid-item a {
  color: #fff;
  text-align: center;
  position: relative;
}
.grid .grid-item a h3 {
  position: absolute;
  display: block;
  width: 100%;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
}
.grid .grid-item a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: 5s ease-in-out;
  -webkit-transition: 5s ease-in-out;
  transition: 5s ease-in-out;
  width: 100%;
}
.grid .grid-item--width2 {
  width: 555px;
}

.cluster div {
  color: #fff !important;
  font-size: 10px !important;
  font-weight: bold !important;
  line-height: 34px !important;
}

.map-marker {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.map-marker:hover {
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  cursor: pointer;
}

.infobox-wrapper {
  -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
}
.infobox-wrapper > img {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: transparent;
  z-index: 1;
  padding: 8px;
}
.infobox-wrapper > img:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.infobox-wrapper .infobox-inner {
  color: #fff;
  position: relative;
  display: block;
}
.infobox-wrapper .infobox-inner:hover {
  color: #fff;
}
.infobox-wrapper .infobox-inner:hover .image:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.infobox-wrapper .infobox-inner .label-wrapper {
  position: absolute;
  top: -7px;
  width: 100%;
  text-align: center;
}
.infobox-wrapper .infobox-inner .label-wrapper .label {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  background-color: #000;
  font-size: 9px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 8px;
}
.infobox-wrapper .infobox-inner .meta {
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  position: relative;
  color: rgba(31, 31, 31, 0.7);
  padding: 10px 0;
}
.infobox-wrapper .infobox-inner .meta:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  left: 10px;
  bottom: -5px;
  content: "";
  position: absolute;
}
.infobox-wrapper .infobox-inner .meta i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  margin-right: 5px;
}
.infobox-wrapper .infobox-inner .meta span {
  margin: 0 10px;
}
.infobox-wrapper .infobox-inner .info {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  text-align: center;
}
.infobox-wrapper .infobox-inner .info h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.infobox-wrapper .infobox-inner .info .location {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  font-size: 12px;
  margin-bottom: 0;
}
.infobox-wrapper .infobox-inner .image-wrapper {
  width: 220px;
  height: 170px;
  position: relative;
}
.infobox-wrapper .infobox-inner .image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
.infobox-wrapper .infobox-inner .image:after {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  background-color: #000;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.infobox-wrapper .infobox-inner .wrapper {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
}

.item {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #fff;
  display: block;
  color: #1f1f1f;
  position: relative;
  margin-bottom: 40px;
}
.item:hover {
  -moz-box-shadow: 1px 10px 15px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 1px 10px 15px rgba(0, 0, 0, 0.11);
  box-shadow: 1px 10px 15px rgba(0, 0, 0, 0.11);
  color: #1f1f1f;
}
.item.show-map .map-item {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.item.show-map .image, .item.show-map .description {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.item .item-wrapper {
  overflow: hidden;
  position: relative;
}
.item .image, .item .image-wrapper {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  height: 200px;
  position: relative;
  display: block;
  z-index: 1;
}
/*.item .image:hover .mark-circle.description*/, .item .image:hover .mark-circle.map, .item .image-wrapper:hover .mark-circle.description, .item .image-wrapper:hover .mark-circle.map {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.item .image .wrapper, .item .image-wrapper .wrapper {
  overflow: hidden;
  z-index: 0;
  position: relative;
  height: 100%;
  display: block;
}
.item .image .wrapper img, .item .image-wrapper .wrapper img {
  height: 100%;
  width: auto;
}
.item .image.show-nav .owl-navigation, .item .image-wrapper.show-nav .owl-navigation {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.item .description {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}
.item .description .meta {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.item .description .meta span {
  margin: 0 10px;
}
.item .description .meta span i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  margin-right: 5px;
}
.item .description .info {
  text-align: center;
  padding: 10px 10px 20px 10px;
}
.item .description .info .label-info {
  text-transform: uppercase;
}
.item .description .info h3 {
  margin: 10px 0 5px 0;
  font-size: 16px;
  font-weight: bold;
  color: #488f3e;
}
.item .description .info .location {
  font-size: 12px;
}
.item .owl-navigation {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  bottom: 30px;
  right: 0px;
}
.item .owl-navigation .owl-next, .item .owl-navigation .owl-prev {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #1f1f1f;
  color: #fff;
  position: absolute;
}
.item .owl-navigation .owl-next:after, .item .owl-navigation .owl-prev:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  margin: auto;
  position: absolute;
  height: 17px;
  width: 17px;
  font-size: 18px;
  z-index: 1;
}
.item .owl-navigation .owl-next:hover, .item .owl-navigation .owl-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: #050505;
}
.item .owl-navigation .owl-prev {
  right: 30px;
}
.item .owl-navigation .owl-prev:after {
  content: "#";
}
.item .owl-navigation .owl-next {
  right: 0;
}
.item .owl-navigation .owl-next:after {
  content: "$";
}
.item .map-item {
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
}
.item .map-item #map {
  width: 100%;
  height: 100%;
}
.item .map-item a[href^="http://maps.google.com/maps"] {
  display: none !important;
}
.item .map-item a[href^="https://maps.google.com/maps"] {
  display: none !important;
}
.item .map-item .gmnoprint a, .item .map-item .gmnoprint span, .item .map-item .gm-style-cc {
  display: none;
}
.item .map-item .gmnoprint div {
  background: none !important;
}
.item .map-item .btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  font-size: 10px;
  padding: 5px 8px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.item .map-item .map-wrapper {
  height: 100%;
  width: 100%;
}
.item.small {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
}
.item.small:hover .image .info aside {
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.item.small:hover .image .wrapper:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.item.small .image {
  height: 140px;
}
.item.small .image .info {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 2;
  color: #fff;
  width: 100%;
  height: 100%;
}
.item.small .image .info h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 0;
}
.item.small .image .info .label {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  top: 10px;
  position: relative;
}
.item.small .image .info aside {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.item.small .image .gallery {
  height: 100%;
}
.item.small .image .gallery img {
  height: auto;
  width: 100%;
}
.item.small .image .wrapper:before {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  height: 100%;
  width: 100%;
}
.item.list {
  text-align: left;
  display: table;
  height: 100%;
  width: 100%;
  overflow: visible;
}
.item.list.show-map .map-item {
  -moz-transform: translateX(0%) translateY(0%);
  -ms-transform: translateX(0%) translateY(0%);
  -webkit-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
}
.item.list.show-map .image, .item.list.show-map .description {
  -moz-transform: translateX(0%) translateY(0%);
  -ms-transform: translateX(0%) translateY(0%);
  -webkit-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
}
.item.list.show-map .description {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.item.list.show-map .image .wrapper {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.item.list .image-wrapper {
  position: relative;
  /*height: 100%;*/
  width: 270px;
  float: left;
}
.item.list .image {
  overflow: hidden;
}
.item.list > .description {
  margin-left: 270px;
  padding: 25px;
  height: 200px;
}
.item.list > .description .info {
  text-align: left;
  padding: 0;
}
.item.list > .description .info h3 {
  font-size: 24px;
  margin-top: 0;
  display: inline-block;
}
.item.list > .description .info .location {
  font-size: 14px;
  margin-bottom: 5px;
}
.item.list > .description .info p {
  font-size: 12px;
  line-height: 16px;
  margin: 10px 0;
  max-height: 30px;
  overflow: hidden;
}
.item.list .meta {
  /*text-align: left;
  float: right;*/
  position: absolute;
  right: 0;
  top: 0;
  border: none;
}
.item.list .map-item {
  -moz-transform: translateX(0%) translateY(100%);
  -ms-transform: translateX(0%) translateY(100%);
  -webkit-transform: translateX(0%) translateY(100%);
  transform: translateX(0%) translateY(100%);
}
.item.list .info > .btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.item.list .live-info {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  font-size: 12px;
  float: right;
}
.item .price-info .price {
  font-size: 16px;
  font-weight: bold;
  padding: 0 5px;
}
.item .price-info .price.warning {
  color: #ed2a21;
}
.item .price-info .appendix {
  font-size: 11px;
  font-weight: bold;
}

.list-links {
  list-style: none;
  padding: 0;
}
.list-links li {
  display: inline-block;
  width: 23%;
  margin-bottom: 5px;
}
.list-links li a {
  padding: 2px 0;
  display: inline-block;
}
.list-links li a span {
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-weight: bold;
  background-color: #fff;
  padding: 2px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.logos {
  display: table;
  width: 100%;
}
.logos .logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.map {
  width: 100%;
  position: relative;
}

.main-content h2 {
  margin-bottom: 20px;
  margin-top: 0;
}
.main-content h3 {
  margin-top: 5px;
  font-size: 18px;
}
.main-content h4 {
  margin-top: 5px;
  margin-bottom: 20px;
}
.main-content section {
  margin-bottom: 50px;
}
.main-content .title {
  margin-top: 0;
  position: relative;
  z-index: 3;
}
.main-content .title h1 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 15px;
}
.main-content .title .display-selector {
  position: absolute;
  bottom: 0;
  right: 0;
}
.main-content .title .display-selector span {
  margin-right: 5px;
  font-size: 12px;
}
.main-content .title .display-selector a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.3);
  padding: 5px 6px;
}
.main-content .title .display-selector a:hover {
  color: rgba(0, 0, 0, 0.5);
}
.main-content .title .display-selector a.active {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  color: #488f3e;
  background-color: #fff;
}
.main-content .feature h3 {
  font-size: 18px;
  font-weight: normal;
}
.main-content .feature figure {
  padding-top: 10px;
  margin-left: 60px;
}
.main-content .feature .circle {
  border: none;
  width: 50px;
  height: 50px;
  background-color: #fff;
}
.main-content .feature .circle i {
  font-size: 20px;
}

.map a[href^="http://maps.google.com/maps"] {
  display: none !important;
}
.map a[href^="https://maps.google.com/maps"] {
  display: none !important;
}
.map .gmnoprint a, .map .gmnoprint span, .map .gm-style-cc {
  display: none;
}
.map .gmnoprint div {
  background: none !important;
}
.map#contact-map {
  width: 100%;
  height: 300px;
}

.mark-circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  position: absolute;
  width: 36px;
  height: 36px;
  z-index: 5;
  text-align: center;
  line-height: 34px;
}
.mark-circle.top {
  background-color: #488f3e;
  cursor: default;
  color: #fff;
  bottom: -18px;
  left: 18px;
}
.mark-circle.map {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  color: #fff;
  border: 2px solid #fff;
  bottom: 23px;
  left: 18px;
  font-size: 18px;
  line-height: 20px;
  line-height: 31px;
}
.mark-circle.description {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  cursor: default;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  border: 2px solid #fff;
  bottom: 64px;
  left: 18px;
  font-size: 18px;
  line-height: 20px;
  line-height: 31px;
  z-index: 5;
}
.mark-circle.map:hover, .mark-circle.description:hover {
  background-color: #fff;
  color: #488f3e;
}

.member {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  position: relative;
  padding: 20px;
  margin-bottom: 40px;
}
.member .image {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  position: absolute;
  width: 115px;
  /*height: 115px;*/
  top: 20px;
  left: -5px;
  overflow: hidden;
}
.member .image img {
  width: 100%;
}
.member .description {
  margin-left: 115px;
}
.member .description h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.member .description h4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  margin-top: 0;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.member .description dl {
  font-size: 12px;
  margin-bottom: 0;
}
.member .description dl dt {
  float: left;
}
.member .description dl dd {
  text-align: right;
}

.message-popup {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  background-color: #1f1f1f;
  position: fixed;
  width: 280px;
  padding: 20px;
  color: #fff;
  font-size: 12px;
  z-index: 999;
}
.message-popup.bottom-left {
  left: 20px;
  bottom: 20px;
}
.message-popup.top-right {
  right: 20px;
  top: 100px;
}
.message-popup.featured {
  background-color: #488f3e;
}
.message-popup .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
}
.message-popup .close {
  position: absolute;
  right: 10px;
  top: 17px;
  color: #fff;
  z-index: 1;
  padding: 5px;
}
.message-popup p {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  margin: 0;
}

.modal .modal-content {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 25px;
  border: none;
}
.modal .modal-content h1 {
  font-size: 24px;
  margin-top: 0;
}
.modal .modal-content .modal-header, .modal .modal-content .modal-body, .modal .modal-content .modal-footer {
  padding: 0;
}
.modal .modal-content .modal-header {
  border: none;
  margin-bottom: 20px;
}
.modal .modal-content .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  font-size: 12px;
}
.modal .modal-content .action {
  margin-top: 20px;
}
.modal .modal-content .action label {
  font-weight: normal;
  font-size: 12px;
}
.modal .wrapper {
  display: table;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.modal .inner {
  display: table-cell;
  vertical-align: middle;
}
.modal .modal-dialog {
  pointer-events: all;
}
.modal .nav {
  border: none;
}
.modal .nav li.active a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  border: none;
}
.modal .nav li.active a:hover, .modal .nav li.active a:active, .modal .nav li.active a:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: transparent;
}
.modal .nav li a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  border: none;
  padding: 0;
  margin-right: 15px;
  color: #1f1f1f;
}
.modal .nav li a:hover, .modal .nav li a:active, .modal .nav li a:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  background-color: transparent;
}

.my-items {
  /*margin-top: -60px;*/
  overflow: visible;
}
.my-items .my-item {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  margin-bottom: 60px;
  position: relative;
}
.my-items .my-item .image-wrapper {
  position: relative;
  float: left;
}
.my-items .my-item .image-wrapper .image {
  width: 165px;
  height: 120px;
  position: relative;
  display: block;
}
.my-items .my-item .image-wrapper .image .bg-transfer {
  position: relative;
  z-index: 0;
}
.my-items .my-item .image-wrapper .image img {
  width: 100%;
}
.my-items .my-item .image-wrapper .ribbon {
  left: 5px;
}
.my-items .my-item .image-wrapper .ribbon:before {
  display: none;
}
.my-items .my-item .info {
  margin-left: 180px;
  padding: 20px 0;
}
.my-items .my-item .info h2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  display: inline-block;
}
.my-items .my-item .info .location {
  font-size: 12px;
}
.my-items .my-item .info .meta {
  font-size: 12px;
  font-weight: bold;
  margin: 2px 0;
}
.my-items .my-item .info .meta i {
  margin-right: 5px;
}
.my-items .my-item .info .price-info {
  margin-left: 10px;
}
.my-items table {
  z-index: 2;
  position: relative;
  border-collapse: separate;
  border-spacing: 0px 45px;
}
.my-items table thead tr th {
  border: none;
  padding: 0;
  width: 8%;
}
.my-items table thead tr th:first-child {
  width: 50%;
}
.my-items table thead tr th:last-child {
  text-align: right;
  width: 15%;
}
.my-items table tbody tr td {
  border: none;
  padding: 0;
  width: 8%;
  vertical-align: middle;
  font-size: 12px;
}
.my-items table tbody tr td:first-child {
  width: 50%;
}
.my-items table tbody tr td:last-child {
  text-align: right;
  padding-right: 20px;
  width: 15%;
}
.my-items ul {
  list-style: none;
  padding-left: 0;
  z-index: 2;
  position: relative;
}
.my-items ul li {
  display: inline-block;
  width: 9%;
  vertical-align: middle;
}
.my-items ul li:first-child {
  width: 50%;
}
.my-items .featured {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.my-items .featured.yes {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #488f3e;
}
.my-items .last-edit {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  font-size: 12px;
  position: absolute;
  bottom: -25px;
  left: 180px;
}
.my-items .edit-options {
  position: absolute;
  right: 0;
  bottom: -35px;
}
.my-items .edit-options a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  color: #1f1f1f;
  padding: 10px;
  display: inline-block;
}
.my-items .edit-options a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.my-items .edit-options a:last-child {
  padding-right: 0px;
}
.my-items .edit-options a.delete {
  color: #ed2a21;
}

#page-footer {
  color: #fff;
}
#page-footer a {
  color: #fff;
}
#page-footer .row-one {
  background-color: #fff;
  border-bottom: 5px solid #488f3e;
  border-top: 1px solid rgba(31, 31, 31, 0.1);
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 60px;
}
#page-footer .row-two {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
#page-footer .row-two .copyright, #page-footer .row-two .footer-nav {
  display: inline-block;
}
#page-footer .row-two .bg:after {
  background-color: rgba(31, 31, 31, 0.5);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#page-footer .row-two .bg img {
  width: 100%;
  height: auto;
}
#page-footer .footer-nav a {
  margin-left: 20px;
}

.one-item-carousel {
  display: none;
}

.owl-carousel .owl-item img {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: optimizespeed;
}

.pac-container {
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.pac-container:after {
  display: none;
}
.pac-container .pac-item {
  padding: 6px 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.3);
}
.pac-container .pac-item:first-child {
  border-top: none;
}
.pac-container .pac-item .pac-icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  background: url("/local/templates/novostroyrf/css/../images/marker.png");
  background-size: 17px;
}

.pagination li:first-child a, .pagination li:last-child a {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.pagination li.active a {
  background-color: #488f3e;
}
.pagination li.active a:hover, .pagination li.active a:active, .pagination li.active a:focus {
  background-color: #488f3e;
}
.pagination li a {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: none;
  padding: 8px 14px;
  margin: 0 2px;
  background-color: transparent;
  color: #1f1f1f;
  width: 36px;
  height: 36px;
  text-align: center;
}
.pagination li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #1f1f1f;
}
.pagination li.prev a, .pagination li.next a {
  border: 2px solid rgba(0, 0, 0, 0.1);
  line-height: 21px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  margin: 0 15px;
}
.pagination li.prev a i, .pagination li.next a i {
  font-size: 18px;
  position: relative;
  right: 6px;
}

.plate {
  position: absolute;
  bottom: -21px;
  text-align: center;
  display: block;
  width: 100%;
  z-index: 2;
}
.plate a {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  background-color: #1f1f1f;
  top: 0px;
  padding: 3px;
  color: rgba(255, 255, 255, 0.8);
}
.plate a:before {
  background: url("/local/templates/novostroyrf/css/../images/plate-left.png");
  content: "";
  position: absolute;
  left: -65px;
  top: 1px;
  width: 65px;
  height: 22px;
}
.plate a:after {
  background: url("/local/templates/novostroyrf/css/../images/plate-right.png");
  content: "";
  position: absolute;
  right: -65px;
  top: 1px;
  width: 65px;
  height: 22px;
}
.plate.white {
  bottom: -2px;
}
.plate.white a {
  background-color: #f6f6f4;
  color: rgba(0, 0, 0, 0.7);
}
.plate.white a:before {
  background: url("/local/templates/novostroyrf/css/../images/plate-light-left.png");
  content: "";
  position: absolute;
  left: -65px;
  top: 0px;
  width: 65px;
  height: 22px;
}
.plate.white a:after {
  background: url("/local/templates/novostroyrf/css/../images/plate-light-right.png");
  content: "";
  position: absolute;
  right: -65px;
  top: 0px;
  width: 65px;
  height: 22px;
}

.popover {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 0px;
}
.popover.right > .arrow {
  border-right-color: transparent;
  left: -7px;
}
.popover.right .close {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: #488f3e;
  color: #fff;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  padding: 5px;
}
.popover.right .popover-content {
  padding-right: 30px;
}
.popover .popover-title {
  font-size: 12px;
  font-weight: bold;
  background-color: transparent;
}
.popover .popover-content {
  font-size: 12px;
}

.position-fixed {
  position: fixed !important;
  top: 0;
  z-index: 99;
}

.post-author {
  border: 2px solid rgba(0, 0, 0, 0.1);
  display: table;
  margin-bottom: 60px;
  padding: 20px;
  position: relative;
  width: 100%;
}
.post-author img {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
}
.post-author header {
  color: #1f1f1f;
  margin-bottom: 10px;
}
.post-author .wrapper {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.pricing-table thead tr th {
  font-size: 16px;
  padding-bottom: 20px;
  vertical-align: top;
  padding: 10px 0;
}
.pricing-table thead tr th.section {
  width: auto;
  display: table-cell;
  text-align: center;
}
.pricing-table thead tr th.section .title {
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  width: auto;
}
.pricing-table thead tr th.section .price {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  display: block;
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
}
.pricing-table thead tr th.section .appendix {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
.pricing-table tbody tr td {
  text-align: center;
  padding: 10px 0;
}
.pricing-table tbody tr td:first-child {
  text-align: left;
}
.pricing-table .not-available {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
.pricing-table .available {
  color: #488f3e;
}
.pricing-table .buttons td {
  padding: 20px 0;
}
.pricing-table .mark-circle {
  -moz-transform: scale(0.55);
  -ms-transform: scale(0.55);
  -webkit-transform: scale(0.55);
  transform: scale(0.55);
  top: -15px;
  left: inherit;
  right: -30px;
}

.rating-score {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 40px;
}
.rating-score li {
  color: #488f3e;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-right: 40px;
  vertical-align: middle;
}
.rating-score li.overall {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 30px;
  padding: 5px 15px;
}
.rating-score li.overall i {
  margin-right: 10px;
}
.rating-score li figure {
  font-size: 14px;
  color: #1f1f1f;
  font-weight: normal;
}

.review {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 30px;
  position: relative;
}
.review.switch {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  pointer-events: none;
}
.review.write .name {
  margin-bottom: 20px;
}
.review.write .comment:before {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  left: 20px;
  top: -10px;
}
.review form {
  margin: 0;
}
.review .name {
  font-weight: bold;
  font-size: 16px;
  margin-top: 15px;
}
.review .comment {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  padding: 20px;
  position: relative;
}
.review .comment:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: -10px;
  top: 30px;
}
.review .comment .options {
  text-transform: uppercase;
  font-size: 10px;
  color: #acacac;
  margin-top: 30px;
}
.review .comment .options a {
  margin-right: 10px;
}
.review .comment .comment-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.review .comment .comment-title h4 {
  font-size: 18px;
  display: inline-block;
}
.review .comment .comment-title .rating {
  color: #488f3e;
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
  display: inline-block;
}
.review .comment .comment-title .rating:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f005";
  margin-right: 10px;
}
.review .answer {
  margin-top: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 15px;
  position: relative;
  margin-top: 30px;
}
.review .answer:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.05) transparent;
  position: absolute;
  left: 20px;
  top: -6px;
}
.review .answer h4 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 0;
}
.review .visitor-rating dt {
  font-weight: normal;
}
.review .visitor-rating dd {
  font-weight: bold;
  color: #488f3e;
}
.review .visitor-rating dd.star-rating {
  clear: left;
  margin-bottom: 10px;
  text-align: left;
  padding: 0;
}
.review .ribbon {
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  padding: 8px;
}
.review.muted .name, .review.muted .date, .review.muted .comment {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.review.muted .name:hover, .review.muted .date:hover, .review.muted .comment:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.reservations {
  margin-top: -20px;
}
.reservations .reservation {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.reservations .header-copy {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  top: 0px !important;
  background-color: #f6f6f4;
  z-index: 1;
  color: #fff;
}
.reservations .header-copy:before {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  background-color: #1f1f1f;
  position: absolute;
  left: -2000px;
  top: 0;
  width: 6000px;
  height: 100%;
  content: "";
  z-index: -1;
}
.reservations .header-copy.show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.reservations table {
  z-index: 2;
  position: relative;
  border-collapse: separate;
  border-spacing: 0px 20px;
}
.reservations table thead tr th {
  border: none;
  padding: 0;
  width: 8%;
}
.reservations table thead tr th:last-child {
  text-align: right;
}
.reservations table thead tr th:first-child {
  padding-left: 10px;
}
.reservations table tbody tr td {
  border: none;
  padding: 0;
  vertical-align: middle;
  font-size: 12px;
  padding: 15px 0px;
  position: relative;
}
.reservations table tbody tr td:first-child {
  padding-left: 10px;
}
.reservations table tbody tr td:last-child {
  text-align: right;
  padding-right: 10px;
}
.reservations table tbody tr td .new {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  background-color: #488f3e;
  position: absolute;
  top: -7px;
  left: 10px;
  z-index: 1;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
}
.reservations table tbody tr td .new:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f069";
  color: #fff;
  font-size: 9px;
}
.reservations .circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f6f6f4;
  width: 22px;
  height: 22px;
  display: inline-block;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.reservations .circle:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f00d";
}
.reservations .circle.check {
  background-color: #488f3e;
}
.reservations .circle.check:before {
  color: #fff;
  content: "\f00c";
}

.ribbon {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  background-color: #ed2a21;
  position: absolute;
  left: -5px;
  top: 5px;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  z-index: 6;
}
.ribbon:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 0;
  border-color: transparent #6c0d09 transparent transparent;
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
}
.ribbon .offer-number {
  font-size: 20px;
  margin-bottom: -2px;
}
.ribbon figure {
  font-size: 9px;
  text-transform: uppercase;
}
.ribbon.right {
  right: -5px;
  left: inherit;
}
.ribbon.right:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 0;
  border-color: #6c0d09 transparent transparent transparent;
  position: absolute;
  bottom: -5px;
  right: 0;
  left: inherit;
  content: "";
}
.ribbon.right.new {
  background-color: #488f3e;
}
.ribbon.right.new:before {
  border-color: #122410 transparent transparent transparent;
}
.ribbon.right.white {
  background-color: #fff;
  color: #1f1f1f;
}
.ribbon.right.white:before {
  border-color: #b3b3b3 transparent transparent transparent;
}
.ribbon.right.white i {
  color: #488f3e;
  margin: 0 5px;
}

.review-single h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}
.review-single .rating {
  font-size: 12px;
  padding: 4px 0;
}
.review-single .rating i {
  margin-right: 5px;
}
.review-single p {
  font-style: italic;
  max-height: 55px;
  overflow: hidden;
}

[data-show-after-time] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  visibility: hidden;
}
[data-show-after-time].show {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

[data-show-after-scroll] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  visibility: hidden;
}
[data-show-after-scroll].show {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.sidebar .box {
  background-color: #fff;
  margin-bottom: 30px;
}
.sidebar .box ul ul{
  margin-left: 10px;
  display: none;
}
.sidebar h2 {
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.sidebar h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 0px;
}
.sidebar form {
  margin: 0;
}
.sidebar ul {
  margin-bottom: 0;
}
.sidebar ul.links {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.sidebar ul.links li {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  position: relative;
  background-color: transparent;
}
.sidebar ul.links li:hover {
  background-color: rgba(0, 0, 0, 0.04);
  padding-left: 15px;
}
.sidebar ul.links li:hover:before {
  background-color: rgba(0, 0, 0, 0.04);
}
.sidebar ul.links li:hover:after {
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.04);
}
.sidebar ul.links li:before {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  right: -20px;
  top: 0;
  background-color: transparent;
  content: "";
  height: 100%;
  width: 20px;
}
.sidebar ul.links li:after {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  right: -30px;
  top: 0;
  content: "";
  border-style: solid;
  border-width: 18px 0 19px 10px;
  border-color: transparent transparent transparent transparent;
}
.sidebar ul.links li:last-child {
  border: none;
}
.sidebar ul.links li.active {
  background-color: #488f3e;
  border-bottom: none;
  padding-left: 15px;
}
.sidebar ul.links li.active:before {
  background-color: #488f3e;
}
.sidebar ul.links li.active:after {
  border-color: transparent transparent transparent #488f3e;
}
.sidebar ul.links li.active a {
  color: #fff;
}
.sidebar ul.links li a {
  padding: 8px 0 9px 0;
  display: block;
}
.sidebar section {
  margin-bottom: 20px;
}
.sidebar #filter-advanced-search .wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  padding-top: 20px;
}
.sidebar button[type="submit"], .sidebar .btn {
  margin-top: 20px;
}

.single-file-preview img {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  width: 100%;
  margin-bottom: 20px;
}
.single-file-preview input[type=file] {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  padding-top: 40px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.single-file-preview input[type=file]:hover {
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.single-file-preview .input {
  position: relative;
}
.single-file-preview .input span {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 13px;
  font-size: 12px;
  z-index: -1;
}

.star-rating i {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
  cursor: pointer;
  padding: 2px;
  color: rgba(0, 0, 0, 0.2);
}
.star-rating i.active, .star-rating i.hover {
  color: #488f3e;
}

.step {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  background-color: #488f3e;
  width: 35px;
  height: 35px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.social-icons a {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  color: #1f1f1f;
  margin-right: 5px;
}
.social-icons a:hover {
  border: 2px solid rgba(0, 0, 0, 0.3);
}

.title {
  margin-bottom: 40px;
  margin-top: 10px;
  display: table;
  width: 100%;
  position: relative;
}
.title h2 {
  margin: 0;
}
.title h3 {
  margin-top: 8px;
  font-size: 14px;
  color: rgba(31, 31, 31, 0.7);
}
.title .rating {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 12px;
  margin-left: 20px;
}
.title .rating i {
  margin-right: 5px;
}
.title .left, .title .right {
  display: table-cell;
  vertical-align: middle;
}
.title .right {
  text-align: right;
}
.title .right a {
  margin-left: 20px;
}
.title .step {
  position: absolute;
  top: -3px;
  left: -50px;
}

.tooltip {
  pointer-events: none;
}
.tooltip:hover {
  pointer-events: none;
}
.tooltip .tooltip-inner {
  -moz-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  color: #1f1f1f;
}
.tooltip .tooltip-inner:hover {
  pointer-events: none;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #fff;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #fff;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #fff;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fff;
}
.tooltip.in {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.tooltip-question {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  cursor: pointer;
  font-size: 14px;
  margin: 0 5px;
}

.to-top {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #488f3e;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 52px;
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 999;
}
.to-top:hover, .to-top:active, .to-top:focus {
  color: #fff;
  background-color: #3f7d36;
}

.quick-navigation {
  margin-bottom: 20px;
}
.quick-navigation .wrapper {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f6f6f4;
  position: relative;
}
.quick-navigation .wrapper:before {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: -20px;
  background-color: #1f1f1f;
  width: 20px;
  content: "";
  height: 100%;
  z-index: -1;
}
.quick-navigation .wrapper:after {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  right: -20px;
  background-color: #1f1f1f;
  width: 20px;
  content: "";
  height: 100%;
  z-index: -1;
}
.quick-navigation .wrapper.position-fixed {
  background-color: #1f1f1f;
  border: 0;
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  color: #fff;
}
.quick-navigation .wrapper.position-fixed:before, .quick-navigation .wrapper.position-fixed:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.quick-navigation .wrapper.position-fixed a {
  color: #fff;
}
.quick-navigation ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.quick-navigation ul li {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
}
.quick-navigation ul li:first-child a {
  margin-left: 0;
}
.quick-navigation ul li a {
  display: inline-block;
  margin: 10px;
}
.quick-navigation .package {
  font-size: 10px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  margin: 9px 0;
}
.quick-navigation .package span {
  font-weight: bold;
  margin: 0 5px;
}

.weather-detail {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.weather-detail .left, .weather-detail .right {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.weather-detail ul {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  list-style: none;
  padding-right: 0;
  font-size: 12px;
}
.weather-detail i {
  font-size: 48px;
  line-height: 1px;
}
.weather-detail .left {
  padding-right: 10px;
}
.weather-detail .left:before {
  position: absolute;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  right: 0;
}
.weather-detail .left span {
  font-size: 24px;
  color: #488f3e;
}

/* 5. Forms */
input[type="text"], input[type="email"], input[type="date"], input[type="time"], input[type="search"], input[type="password"],
input[type="number"], input[type="tel"], textarea.form-control, input[type="date"], input[type="number"] {
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1), inset 1px 0 5px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1), inset 1px 0 5px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1), inset 1px 0 5px rgba(0, 0, 0, 0.03);
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
  background-color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 400;
  outline: none !important;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  height: inherit;
}
input[type="text"]:active, input[type="text"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="date"]:active, input[type="date"]:focus, input[type="time"]:active, input[type="time"]:focus, input[type="search"]:active, input[type="search"]:focus, input[type="password"]:active, input[type="password"]:focus,
input[type="number"]:active,
input[type="number"]:focus, input[type="tel"]:active, input[type="tel"]:focus, textarea.form-control:active, textarea.form-control:focus, input[type="date"]:active, input[type="date"]:focus, input[type="number"]:active, input[type="number"]:focus {
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), inset 1px 0 5px transparent;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), inset 1px 0 5px transparent;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), inset 1px 0 5px transparent;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="date"]:hover, input[type="time"]:hover, input[type="search"]:hover, input[type="password"]:hover,
input[type="number"]:hover, input[type="tel"]:hover, textarea.form-control:hover, input[type="date"]:hover, input[type="number"]:hover {
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), inset 1px 0 5px transparent;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), inset 1px 0 5px transparent;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), inset 1px 0 5px transparent;
}
input[type="text"].input-dark, input[type="email"].input-dark, input[type="date"].input-dark, input[type="time"].input-dark, input[type="search"].input-dark, input[type="password"].input-dark,
input[type="number"].input-dark, input[type="tel"].input-dark, textarea.form-control.input-dark, input[type="date"].input-dark, input[type="number"].input-dark {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

input[type="number"] {
  -moz-appearance: textfield;
}

::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.input-group input {
  min-height: 38px;
}
.input-group button {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  min-height: 38px;
}
.input-group button i {
  font-size: 20px;
}

.input-number {
  position: relative;
}
.input-number .change-button {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  position: absolute;
  right: 0;
  height: 50%;
  background-color: transparent;
  color: #1f1f1f;
  width: 20px;
  font-size: 12px;
}
.input-number .change-button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.05);
}
.input-number .change-button i {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 7px;
  height: 14px;
}
.input-number .change-button.plus {
  top: 0;
}
.input-number .change-button.minus {
  bottom: 0;
}

.form-group {
  position: relative;
}
.form-group button.width-100 {
  width: 100%;
}

#form-hero {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
#form-hero.switch {
  -moz-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
}

.form-group-inline {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.form-group-inline.vertical-align-middle .form-group {
  vertical-align: middle;
}
.form-group-inline .form-group {
  display: table-cell;
  padding-right: 20px;
  vertical-align: top;
}
.form-group-inline .form-group:last-child {
  padding-right: 0;
}

.form-reservations {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  padding: 30px;
}
.form-reservations form {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.form-reservations form:last-child {
  border: none;
}
.form-reservations table {
  margin-bottom: 0;
}
.form-reservations table thead tr th {
  padding-top: 0;
  padding-bottom: 15px;
  width: 10%;
}
.form-reservations table thead tr th:first-child {
  padding-left: 0;
  width: 50%;
}
.form-reservations table thead tr th:last-child {
  padding-right: 0;
  width: 20%;
}
.form-reservations table tbody tr td {
  padding: 15px;
  border-top: none;
  width: 10%;
}
.form-reservations table tbody tr td:first-child {
  padding-left: 0;
  width: 50%;
}
.form-reservations table tbody tr td:last-child {
  text-align: right;
  padding-right: 0;
  width: 20%;
}
.form-reservations table tbody tr td.price {
  font-weight: bold;
  font-size: 16px;
}
.form-reservations table tbody tr td i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  margin: 0 4px;
}
.form-reservations table tbody tr td p {
  font-size: 12px;
}
.form-reservations table tbody tr td h3 {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.form-reservations table tbody tr td ul {
  list-style: none;
  padding-left: 0;
}
.form-reservations table tbody tr td ul li {
  line-height: 24px;
}
.form-reservations table tbody tr td ul li:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #488f3e;
  content: "\f00c";
  margin-right: 8px;
}
.form-reservations table tbody tr td .label {
  position: relative;
  bottom: 3px;
  margin-left: 10px;
}
.form-reservations select {
  margin-top: 0;
}

.form-submit h3 {
  margin-bottom: 20px;
  margin-top: 10px;
}

.label-inline {
  display: table;
  width: 100%;
}
.label-inline label, .label-inline select, .label-inline input {
  display: table-cell;
  vertical-align: middle;
}

label {
  cursor: pointer;
  margin-bottom: 8px;
  width: 100%;
}

form {
  margin: 10px 0;
  position: relative;
}
form.labels-uppercase .form-group label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}
form.labels-uppercase .form-group.label-inline label {
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
}
form .alert {
  position: absolute;
  padding: 15px 40px;
  width: 50%;
  left: 25%;
  top: 50%;
  z-index: 1;
}
form .title {
  margin-bottom: 20px;
}

textarea {
  resize: vertical;
}

button {
  outline: none !important;
}
button:hover, button:active, button:focus {
  outline: none !important;
}

.btn[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.btn {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  outline: none !important;
  border: none;
  font-weight: bold;
  padding: 4px 12px 6px 12px;
}
.btn:hover, .btn:active, .btn:focus {
  outline: none !important;
}
.btn.time-radio {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  background-color: transparent;
  width: 100%;
  margin-left: 0px !important;
  text-align: left;
  position: relative;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  padding: 10px 8px;
}
.btn.time-radio.active {
  background-color: #488f3e;
  color: #fff;
}
.btn.time-radio.not-available {
  background-color: rgba(0, 0, 0, 0.02);
  color: rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.btn.time-radio.not-available span {
  color: rgba(0, 0, 0, 0.1);
}
.btn.time-radio span {
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
  right: 5px;
}
.btn.btn-rounded {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.btn.btn-framed {
  border-width: 2px;
  background-color: transparent;
  border-style: solid;
}
.btn.btn-framed.btn-primary {
  border-color: #488f3e;
  color: #488f3e;
  background-color: transparent;
}
.btn.btn-framed.btn-primary:hover {
  border-color: #24481f;
  background-color: transparent;
}
.btn.btn-framed.btn-default {
  border-color: rgba(31, 31, 31, 0.2);
  color: #1f1f1f;
}
.btn.btn-framed.btn-default:hover {
  border-color: rgba(31, 31, 31, 0.5);
}
.btn.btn-framed.btn-small {
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px 10px;
}
.btn.btn-framed.btn-white {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn.btn-framed.btn-white:hover {
  border-color: #fff;
}
.btn.btn-white {
  background-color: #fff;
  color: #488f3e;
}
.btn.btn-primary {
  background-color: #488f3e;
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background-color: #3f7d36;
}
.btn.btn-large {
  padding: 10px 20px 11px 20px;
  font-size: 16px;
}
.btn.btn-xlarge {
  padding: 20px 30px 21px 30px;
  font-size: 24px;
}
.btn.btn-circle {
  color: #1f1f1f;
}
.btn.btn-circle i {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  color: #488f3e;
}

.icheckbox {
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  height: 16px;
  margin-right: 0;
  width: 16px;
  top: -1px;
}
.icheckbox:after {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #1f1f1f;
  content: "\f00c";
  position: absolute;
  line-height: 15px;
  font-size: 17px;
  left: 1.5px;
}
.icheckbox.checked:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.hero-section form {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  z-index: 2;
  position: relative;
  margin-top: 0;
}
.hero-section form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.hero-section form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.hero-section form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.hero-section form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.hero-section form label {
  font-weight: normal;
}
.hero-section form input {
  background-color: rgba(72, 143, 62, 0.3);
  padding: 30px;
  width: 100%;
  font-size: 18px;
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), inset 1px 1px 16px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), inset 1px 1px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), inset 1px 1px 16px rgba(0, 0, 0, 0.2);
}
.hero-section form input:hover, .hero-section form input:active, .hero-section form input:focus {
  background-color: #468b3c;
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), inset 1px 1px 16px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), inset 1px 1px 16px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), inset 1px 1px 16px rgba(0, 0, 0, 0.3);
}
.hero-section form .checkboxes {
  color: #fff;
}
.hero-section form .input-number .change-button {
  width: 40px;
}
.hero-section form .input-number .change-button i:before {
  color: #fff;
}
.hero-section form .label-on-input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 15px;
  left: 30px;
  width: auto;
  z-index: 1;
}
.hero-section form .form-group {
  position: relative;
  margin-bottom: 0;
}
.hero-section form .form-group:after {
  background-color: rgba(0, 0, 0, 0.05);
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.hero-section form .form-control {
  color: #fff;
  margin-bottom: 0;
}
.hero-section form .btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: #488f3e;
  color: #fff;
  padding: 30px;
  text-transform: none;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
}
.hero-section form .btn:hover, .hero-section form .btn:focus, .hero-section form .btn:active {
  border: none;
}
.hero-section form .btn[type="submit"] {
  background-color: rgba(54, 107, 47, 0.3);
}
.hero-section form .btn[type="submit"]:hover {
  background-color: rgba(54, 107, 47, 1);
}
.hero-section form .favorite-search {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 12px;
  padding: 10px 30px;
}
.hero-section form .favorite-search span {
  font-weight: bold;
  margin-right: 10px;
}
.hero-section form .favorite-search a {
  color: #fff;
  margin-right: 3px;
}
.hero-section form .favorite-search a:hover {
  text-decoration: underline;
}
.hero-section form .favorite-search a:after {
  content: ",";
}
.hero-section form .icheckbox {
  background-color: transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
}
.hero-section form .icheckbox:after {
  color: #fff;
}

.form-control {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.marketing-form .left {
  float: left;
  width: 50%;
}
.marketing-form .right {
  float: right;
  width: 50%;
}

select {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  cursor: pointer;
  background: url("/local/templates/novostroyrf/css/../images/caret-down.png") no-repeat 100% center;
  margin-top: 0px;
  min-width: 40px;
}
select.framed {
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.25);
  position: relative;
  top: -2px;
  padding: 3px;
}
select.framed.white {
  color: #fff;
  border-color: #fff;
  background: url("/local/templates/novostroyrf/css/../images/caret-down-white.png") no-repeat 100% center;
  background-color: transparent;
}
select.framed.white option {
  color: #1f1f1f;
}
select.framed option[value=""] {
  color: rgba(0, 0, 0, 0.5);
}
select option {
  background-color: #fff;
  padding: 5px;
}

/* 6. Responsive */
body::before {
  display: none;
  content: "lg";
}

.main_logo img
{
  max-width: 320px;
  max-height: 64px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  body::before {
    content: "md";
  }

  body {
    font-size: 12px;
  }

  h2 {
    font-size: 20px;
  }

  .item .image {
    height: 160px;
  }
  .item .image .wrapper img {
    height: 100%;
    width: 100%;
  }
  .item.list .image {
    height: 200px;
  }

  .hero-section form input, .hero-section form .btn {
    padding: 20px;
    font-size: 16px;
  }

  .item.small .image {
    height: 110px;
  }
  .item.small .image .info h3 {
    font-size: 13px;
  }

  .feature .circle {
    width: 90px;
    height: 90px;
    border: 25px solid #fff;
  }
  .feature .circle i {
    font-size: 19px;
    line-height: 40px;
  }
  .feature figure {
    padding-top: 10px;
    margin-left: 80px;
  }

  .main-content .title h1 {
    font-size: 24px;
  }

  .grid .grid-item {
    width: 213px;
    margin-bottom: 20px;
  }
  .grid .grid-item--width2 {
    width: 456px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body::before {
    content: "sm";
  }

  body {
    font-size: 12px;
  }

  ul.checkboxes li {
    width: 33%;
  }

  .block {
    padding: 20px 0;
  }

  .container .block {
    padding: 20px;
  }

  .item .image {
    height: 250px;
  }
  .item .image .wrapper img {
    height: 100%;
    width: 100%;
  }

  .hero-section form input, .hero-section form .btn {
    padding: 15px;
    font-size: 14px;
  }
  .hero-section form .favorite-search {
    font-size: 10px;
    padding: 6px 16px;
  }

  #page-header .primary-nav {
    padding: 18px 0;
  }

  .feature h3 {
    font-size: 18px;
  }
  .feature .circle {
    width: 70px;
    height: 70px;
    border: 15px solid #fff;
  }
  .feature .circle i {
    font-size: 19px;
    line-height: 40px;
  }
  .feature figure {
    padding-top: 10px;
    margin-left: 60px;
  }

  .gallery-carousel .gallery-item {
    width: 190px;
  }
  .gallery-carousel .gallery-item .image {
    height: 140px;
  }
  .gallery-carousel .gallery-item .description {
    padding: 15px;
  }
  .gallery-carousel .gallery-item .description h3 {
    margin-top: 0;
  }

  .hero-section form .checkboxes li {
    width: 49%;
  }

  .marketing-form h3 {
    font-size: 18px;
  }

  .grid .grid-item {
    width: 156px;
    margin-bottom: 20px;
    margin-bottom: 10px;
  }
  .grid .grid-item a h3 {
    font-size: 18px;
  }
  .grid .grid-item--width2 {
    width: 342px;
  }

  .review .comment {
    margin-top: 10px;
  }
  .review .comment:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 20px;
    top: -6px;
  }

  .reservations .table thead tr th {
    padding: 0 5px;
  }
  .reservations .table tbody tr td {
    padding: 15px 5px;
  }
}
@media (max-width: 767px) {
  body::before {
    content: "xs";
  }
  .main_logo img
  {
    max-width: 200px;
    max-height: 40px;
  }

  body {
    font-size: 12px;
  }

  ul.checkboxes.inline li {
    width: 100%;
    float: none;
  }
  ul.checkboxes li {
    width: 100%;
    float: none;
    display: inline-block;
  }

  #page-header .nav-trigger a {
    display: block;
  }

  #page-header .secondary-nav .right .element:last-child {
    border: none;
  }

  #page-header .secondary-nav .right select {
    text-align: right;
    width: 100%;
    border: none;
  }

  #page-header .secondary-nav .right a {
    display: block;
  }

  .nav-trigger, .nav-trigger a {
    color: #1f1f1f;
  }

  #page-header .secondary-nav .left {
    display: none;
  }

  #page-header .primary-nav .left {
    display: block;
  }

  #page-header .primary-nav #brand {
    display: inline-block;
  }

  #page-header .primary-nav nav ul li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  /*#page-header .primary-nav nav ul li:hover > .child-nav {
    height: auto;
  }*/
  #page-header .primary-nav a.hover + .child-nav {
    height: auto;
    display: block;
    opacity: 1;
  }
  #page-header .primary-nav nav ul li a {
    padding: 10px 0;
    display: block;
  }

  #page-header .primary-nav nav ul li.submit {
    display: none;
  }

  #page-header .primary-nav nav ul li.active a {
    border: none;
  }

  #page-header .primary-nav nav ul {
    padding: 0;
  }

  #page-header .primary-nav nav > ul li .child-nav {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    margin-top: 0;
    padding-top: 0;
    height: 0;
    overflow: hidden;
  }
  #page-header .primary-nav nav > ul li .child-nav li .child-nav {
    left: inherit;
  }

  #page-header .primary-nav nav > ul li .child-nav li {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: right;
    background-color: rgba(0, 0, 0, 0.05);
  }

  #page-header .primary-nav .left .nav-trigger {
    display: block;
  }

  #page-header .right {
    display: block;
  }

  #page-header .secondary-nav .right .element {
    display: block;
    border: none;
    margin-right: 0;
  }

  .page-wrapper {
    display: block;
    overflow: visible;
  }
  .page-wrapper #page-header, .page-wrapper #page-content, .page-wrapper #page-footer {
    display: block;
  }
  .page-wrapper #page-header, .page-wrapper #page-footer {
    height: auto;
  }

  #page-footer .row-one {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #page-footer .row-two .footer-nav {
    display: none;
  }

  .advertising-banner {
    height: auto !important;
  }
  .advertising-banner.equal-height img {
    position: relative;
  }

  .block {
    padding: 10px 0;
  }

  dl.info dt {
    width: 100%;
    padding: 0;
  }
  dl.info dd {
    margin-bottom: 10px;
  }

  .feature {
    margin-bottom: 30px;
  }

  .feature-simple {
    margin-bottom: 20px;
  }

  .form-group-inline .form-group {
    display: block;
    padding-right: 0;
  }

  .form-reservations {
    padding: 20px;
  }
  .form-reservations thead {
    display: none;
  }
  .form-reservations table tbody tr td {
    padding: 5px 0px;
    width: 100% !important;
    display: block;
  }
  .form-reservations table tbody tr td select {
    width: 100%;
  }
  .form-reservations table tbody tr td:last-child {
    text-align: center;
  }

  .error-message h2 {
    font-size: 140px;
  }
  .error-message .message h3 {
    font-size: 20px;
  }

  .gallery-carousel {
    padding: 0px 20px;
  }
  .gallery-carousel .owl-next, .gallery-carousel .owl-prev {
    background-color: #1f1f1f;
  }
  .gallery-carousel .owl-next:after, .gallery-carousel .owl-prev:after {
    color: #fff;
  }

  .hero-section {
    margin-bottom: 60px;
  }
  .hero-section.checkboxes.inline li {
    width: 49%;
    float: none;
  }
  .hero-section .caption .inner {
    padding-bottom: 30px;
  }
  .hero-section .hero-wrapper h1 {
    font-size: 34px;
    margin-top: 40px;
  }
  .hero-section form input, .hero-section form .btn {
    padding: 15px;
    font-size: 14px;
  }
  .hero-section form .favorite-search {
    font-size: 10px;
    padding: 6px 16px;
  }
  .hero-section form .label-on-input {
    display: none;
  }
  .hero-section .map-wrapper {
    height: 300px !important;
    position: relative;
  }
  .hero-section .map-wrapper .plate {
    display: none;
  }
  .hero-section .map {
    height: 100% !important;
    position: relative;
  }

  .item {
    height: auto !important;
  }
  .item.small .image {
    height: auto;
  }
  /*.item .image {
    height: auto;
  }*/
  .item .image .wrapper img {
    width: 100%;
    height: auto;
  }
  .item.list {
    display: block;
  }
  .item.list .image-wrapper {
    height: auto;
    width: 100%;
    float: none;
  }
  .item.list .description {
    margin-left: 0;
    height: auto;
  }
  .item.list .meta {
    float: none;
  }

  .main-content .title h1 {
    display: block;
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 24px;
  }

  .marketing-form .left, .marketing-form .right {
    float: none;
    width: 100%;
  }
  .marketing-form .left {
    margin-bottom: 20px;
  }

  .member .image {
    top: -30px;
    position: relative;
  }
  .member .description {
    margin-left: 0;
  }

  .grid .grid-item {
    position: relative;
    width: 100%;
  }

  .list-links li {
    width: 100%;
  }

  .logos .logo {
    display: block;
    margin-bottom: 10px;
  }
  .logos .logo img {
    height: 20px;
  }

  .pricing-table thead tr th {
    padding: 10px 30px;
  }

  .rating-score li {
    width: 49%;
    margin-right: 0;
    padding-left: 20px;
  }
  .rating-score li.overall {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .reservations .table thead tr th {
    padding: 0 5px;
  }
  .reservations .table tbody tr td {
    padding: 15px 5px;
  }

  .review-single {
    margin-top: 20px;
  }

  .review .comment {
    margin-top: 10px;
  }
  .review .comment:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 20px;
    top: -6px;
  }

  .title .left, .title .right {
    display: block;
    text-align: left;
  }
  .title .left .rating, .title .right .rating {
    margin-left: 0px;
    display: block;
    margin-top: 10px;
  }

  .width-10, .width-20, .width-30, .width-40, .width-50, .width-60, .width-70, .width-80, .width-90 {
    width: 100%;
  }

  .quick-navigation ul {
    text-align: center;
    padding-bottom: 10px;
  }
  .quick-navigation ul li a {
    margin: 5px;
  }
  .quick-navigation .package {
    position: relative;
    text-align: center;
  }
}
.more_info {
  margin-top: 40px;
}

.to_map {
  position: absolute;
  right: 5px;
  top: 5px;
}


.collapsed-carousel {
  padding: 0 50px;
}

.collapsed-carousel .item {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  overflow: hidden;
  width: 240px;
  display: inline-block;
  margin-right: 10px;
}
.collapsed-carousel .item .image {
  height: 170px;
  overflow: hidden;
}
.collapsed-carousel .item .image img {
  width: 100%;
}
.collapsed-carousel .item .description {
  padding: 20px;
}
.collapsed-carousel .item .description h3 {
  color: #488f3e;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.collapsed-carousel .item .description p {
  margin: 10px 0 20px 0;
}
.collapsed-carousel .owl-prev, .collapsed-carousel .owl-next {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.collapsed-carousel .owl-prev:after, .collapsed-carousel .owl-next:after {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  top: 0;
  bottom: 0;
  color: #1f1f1f;
  margin: auto;
  position: absolute;
  height: 26px;
  font-size: 28px;
  z-index: 1;
}
.collapsed-carousell .owl-prev:hover, .collapsed-carousel .owl-next:hover {
  background-color: #488f3e;
}
.collapsed-carousel .owl-prev:hover:after, .collapsed-carousel .owl-next:hover:after {
  color: #fff;
}
.collapsed-carousel .owl-prev {
  left: 0;
}
.collapsed-carousel .owl-prev:after{
  content: "#";
  right: -4px;
}
.collapsed-carousel .owl-prev:hover:after {
  -moz-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.collapsed-carousel .owl-next {
  right: 0;
}
.collapsed-carousel .owl-next:after{
  content: "$";
  left: -4px;
}
.collapsed-carousel .owl-next:hover:after{
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.Button2-Text{
  background-color:#2e2e2e;
  border-radius: 12px;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 20px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.Button2-Text a, .Button2-Text a:hover, .Button2-Text a:focus
{
  color: #fff;
}

.Button2-Text:hover
{
  background-color:#000;
}



.ez_detail-callback {
  
  margin-top: 15px;
  
  background: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
}

.ez_detail-callback__form {
  display: block;
  width: 100%;
  margin: 0;
}

.ez_detail-callback__label {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: normal;
}

.ez_detail-callback__input {
  height: 46px !important;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 12px;
}

.ez_detail-callback__control {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 15px 25px 17px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  background: #488f3e;
  border: 0;
  border-radius: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.ez_detail-callback p
{
  margin-top: 8px;
  font-size: 12px;
}


.social__items .social__link {
    list-style-type: none;
    position: relative;
    padding-left: 0;
    margin-bottom: 8px;
    width: 100%;
    height: 30px;
    min-width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border-radius: var(--border-radius);
}

.social__items .social__item {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center
}

.social__items .social__item span {
    display: none
}

.social__items .social__link {
    width: 100%;
    min-width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border-radius: var(--border-radius)
}

.social__items.social__items--md .social__link {
    height: 40px;
    min-width: 40px
}

.social__items .social__link:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block!important;
    position: relative;
    background: url(/images/social.svg) 24px 0 no-repeat
}

.social__items .vkontakte .social__link:before {
    background-position-x: 0
}

.social__items .odnoklassniki .social__link:before {
    background-position-x: -24px
}

.social__items .facebook .social__link:before {
    background-position-x: -48px
}

.social__items .twitter .social__link:before {
    background-position-x: -72px
}

.social__items .yandex .social__link:before {
    background-position-x: -96px
}

.social__items .mailru2 .social__link:before {
    background-position-x: -120px
}

.social__items .mymailru .social__link:before {
    background-position-x: -120px
}

.social__items .openid-mail-ru .social__link:before {
    background-position-x: -120px
}

.social__items .yandex-zen .social__link:before {
    background-position-x: -144px
}

.social__items .telegram .social__link:before {
    background-position-x: -168px
}

.social__items .whatsapp .social__link:before {
    background-position-x: -192px
}

.social__items .viber .social__link:before {
    background-position-x: -216px
}

.social__items .snapchat .social__link:before {
    background-position-x: -240px
}

.social__items .tenchat .social__link:before {
    background-position-x: -264px
}

.social__items .linkedin .social__link:before {
    background-position-x: -288px
}

.social__items .youtube .social__link:before {
    background-position-x: -312px
}

.social__items .rutube .social__link:before {
    background-position-x: -336px
}

.social__items .tiktok .social__link:before {
    background-position-x: -360px
}

.social__items .instagram .social__link:before {
    background-position-x: -384px
}

.social__items .pinterest .social__link:before {
    background-position-x: -408px
}

.social__items .acloud .social__link:before {
    background-position-x: -432px
}

.social__items .avito .social__link:before {
    background-position-x: -456px
}

.social__items .wb .social__link:before {
    background-position-x: -480px
}

.social__items .ozon .social__link:before {
    background-position-x: -504px
}

.social__items .google .social__link:before {
    background-position-x: -528px
}

.social__items .zoom .social__link:before {
    background-position-x: -552px
}

.social__items .livejournal .social__link:before {
    background-position-x: -576px
}

.social__items .bitrix24 .social__link:before {
    background-position-x: -600px
}

.social__items .aspro-link .social__link:before {
    background-position-x: -432px
}

.social__items .box .social__link:before {
    background-position-x: -672px
}

.social__items .dropbox .social__link:before {
    background-position-x: -648px
}

.social__items .liveid .social__link:before {
    background-position-x: -792px
}

.social__items .liveinternet .social__link:before {
    background-position-x: -792px
}

.social__items .office365 .social__link:before {
    background-position-x: -696px
}

.social__items .apple .social__link:before {
    background-position-x: -720px
}

.social__items .blogger .social__link:before {
    background-position-x: -816px
}

.social__items .openid .social__link:before {
    background-position-x: -768px
}

.social__items--type-color {
    margin: 0;
    width: 100%;
    background: 0 0
}

.social__items--type-color .social__link {
    background-color: #f4f4f4;
    background-color: var(--light,#f4f4f4) var(--dark,#343434)
}

.footer--color-dark .footer__social .social__link,.theme-dark .social__items--type-color .social__link {
    background-color: #474747
}

.social__items--type-color .social__item {
    padding: 0
}


.social {
        position: relative;
    display: inline-block;
    width: 99px;

    top: 6px;
    margin-left: 20px;
}

.social__items {
  display: grid;
  grid-gap: 4px;
    grid-template-columns: repeat(auto-fit,30px);
}
.social__items .social__item {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}


.social_foot {
    position: relative;
}

.social__title {
    font-weight: 400;
    text-align: center;
    padding: 0 0 15px 0;
}

.popup .social__title {
    padding-top: 0;
}
.social__items_foot
{
     flex-wrap: wrap;

 
    flex-wrap: nowrap;
    align-items: center;



    display: flex;
        flex-direction: row;
    flex: 1;


    --m: 0;
    margin: var(--m);


    --gap: 16px;

    gap: var(--gap);
}

.social__items_foot .social__item_foot:before,.main ul.social__items_foot li:before {
    display: none;
}

.social__items_foot .social__item_foot {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.social__items_foot .social__item_foot span {
    display: none;
}

.social__items_foot .social__link_foot {
    --icon-size: 24px;
    align-items: center;
    border-radius: var(--theme-button-border-radius);
    display: flex;
    justify-content: center;
    min-width: var(--icon-size);
    width: 100%;
}

.social__items_foot.social__items_foot--md .social__link_foot {
    height: 40px;
    min-width: 40px;
}

@media (prefers-reduced-motion:no-preference) and (any-hover: hover) {
    .social__item_foot {
        transition:opacity .2s ease
    }

    .social__item_foot:hover {
        opacity: .5
    }
}

.social__items_foot .social__link_foot:before {
    --icon-position: 1;
    --sprite-step: -32px;
    content: "";
    width: var(--icon-size);
    height: var(--icon-size);
    display: block!important;
    position: relative;
    background: url("/images/social_foot.svg") calc(var(--sprite-step) * var(--icon-position)) 0 no-repeat;
}

.social__items_foot.social__items_foot--grid {
    grid-template-columns: repeat(auto-fit,minmax(48px,1fr));
    grid-gap: 8px;
    display: grid;
}

.social__items_foot.grid-list--items-4 {
    grid-template-columns: repeat(4,1fr);
}

.social__items_foot.social__items_foot--md.social__items_foot--grid {
    grid-template-columns: repeat(auto-fit,minmax(40px,1fr));
    grid-gap: 4px;
}

.social__items_foot .social__item_foot:where(.zoom) .social__link_foot:before {
    --icon-position: 1
}

.social__items_foot .social__item_foot:where(.office365) .social__link_foot:before {
    --icon-position: 0
}

.social__items_foot .social__item_foot:where(.vkontakte,.vk) .social__link_foot:before {
    --icon-position: 4;
}

.social__items_foot .social__item_foot:where(.odnoklassniki,.odn) .social__link_foot:before {
    --icon-position: 6;
}

.social__items_foot .social__item_foot:where(.facebook,.fb) .social__link_foot:before {
    --icon-position: 17;
}

.social__items_foot .social__item_foot:where(.twitter,.tw) .social__link_foot:before {
    --icon-position: 18;
}

.social__items_foot .social__item_foot:where(.yandex) .social__link_foot:before {
    --icon-position: 14;
}

.social__items_foot .social__item_foot:where(.mailru2,.mail) .social__link_foot:before {
    --icon-position: 15;
}

.social__items_foot .social__item_foot:where(.mymailru) .social__link_foot:before {
    --icon-position: 15;
}

.social__items_foot .social__item_foot:where(.openid-mail-ru) .social__link_foot:before {
    --icon-position: 32;
}

.social__items_foot .social__item_foot:where(.yandex-zen) .social__link_foot:before {
    --icon-position: 5;
}

.social__items_foot .social__item_foot:where(.telegram) .social__link_foot:before {
    --icon-position: 2;
}

.social__items_foot .social__item_foot:where(.whatsapp) .social__link_foot:before {
    --icon-position: 0;
}

.social__items_foot .social__item_foot:where(.viber) .social__link_foot:before {
    --icon-position: 1;
}

.social__items_foot .social__item_foot:where(.snapchat) .social__link_foot:before {
    --icon-position: 19;
}

.social__items_foot .social__item_foot:where(.tenchat) .social__link_foot:before {
    --icon-position: 20;
}

.social__items_foot .social__item_foot:where(.linkedin) .social__link_foot:before {
    --icon-position: 21;
}

.social__items_foot .social__item_foot:where(.youtube) .social__link_foot:before {
    --icon-position: 7;
}

.social__items_foot .social__item_foot:where(.rutube) .social__link_foot:before {
    --icon-position: 11;
}

.social__items_foot .social__item_foot:where(.tiktok) .social__link_foot:before {
    --icon-position: 3;
}

.social__items_foot .social__item_foot:where(.instagram,.inst) .social__link_foot:before {
    --icon-position: 22;
}

.social__items_foot .social__item_foot:where(.pinterest) .social__link_foot:before {
    --icon-position: 16;
}

.social__items_foot .social__item_foot:where(.acloud) .social__link_foot:before {
    --icon-position: 36;
}

.social__items_foot .social__item_foot:where(.avito) .social__link_foot:before {
    --icon-position: 23;
}

.social__items_foot .social__item_foot:where(.wb) .social__link_foot:before {
    --icon-position: 15;
}

.social__items_foot .social__item_foot:where(.ozon) .social__link_foot:before {
    --icon-position: 12;
}

.social__items_foot .social__item_foot:where(.google) .social__link_foot:before {
    --icon-position: 24;
}

.social__items_foot .social__item_foot:where(.livejournal) .social__link_foot:before {
    --icon-position: 25;
}

.social__items_foot .social__item_foot:where(.bitrix24,.bitrix) .social__link_foot:before {
    --icon-position: 26;
}

.social__items_foot .social__item_foot:where(.aspro-link) .social__link_foot:before {
    --icon-position: 37;
}

.social__items_foot .social__item_foot:where(.box) .social__link_foot:before {
    --icon-position: 29;
}

.social__items_foot .social__item_foot:where(.dropbox) .social__link_foot:before {
    --icon-position: 28;
}

.social__items_foot .social__item_foot:where(.liveid) .social__link_foot:before {
    --icon-position: 34;
}

.social__items_foot .social__item_foot:where(.liveinternet) .social__link_foot:before {
    --icon-position: 34;
}

.social__items_foot .social__item_foot:where(.apple) .social__link_foot:before {
    --icon-position: 31;
}

.social__items_foot .social__item_foot:where(.blogger) .social__link_foot:before {
    --icon-position: 35;
}

.social__items_foot .social__item_foot:where(.openid) .social__link_foot:before {
    --icon-position: 33;
}

.social__items_foot .social__item_foot:where(.skype) .social__link_foot:before {
    --icon-position: 28;
}

.social__items_foot--type-color {
    margin: 0;
    width: 100%;
    background: none;
}

.social__items_foot--type-color .social__link_foot {
    background-color: var(--darkerblack_bg_black);
}

.social__items_foot--type-color .social__item {
    padding: 0;
}

.subcribe{
  
  width: 254px;
  display: flex;
  color: ;
}
.subcribe p
{
  flex-grow: 1;
 color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
}
.marketing-form .error{
 flex-grow: 1;
 color: #961132;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
}

.subcribe input[type="email"]{
  flex-grow: 1; /* Поле занимает всё доступное пространство */
  border: none; /* Границы отсутствуют */
  padding: 5px;
  outline: none;
  /*width: 192px;*/
}
.subcribe input[type="button"]{
  background: #fff;
  border: none;
  padding: 5px;
  cursor: pointer;
}

.ez_section__header
{
  margin-bottom: 20px !important;;
}

.ez_inline-form__row:not(:last-child){
  margin-bottom: 20px !important;
}
/* End */


/* Start:/local/templates/novostroyrf/css/eazyweb/styles.min.css?15894397516972*/
.mm_group{max-width:1170px;margin-left:auto;margin-right:auto}.mm_container{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.mm_container._no_padding>.mm_cell{padding-left:0;padding-right:0}.mm_container._middle{align-items:center}.mm_container._bottom{align-items:flex-end}.mm_container._center{justify-content:center}.mm_container._between{justify-content:space-between}.mm_container._around{justify-content:space-around}.mm_cell{width:100%;padding-left:15px;padding-right:15px;box-sizing:border-box}@media all and (min-width:320px){.mm_group{max-width:100%}.mm_cell._xxs_12{width:100%}.mm_cell._xxs_11{width:91.66%}.mm_cell._xxs_10{width:83.33%}.mm_cell._xxs_9{width:75%}.mm_cell._xxs_8{width:66.66%}.mm_cell._xxs_7{width:58.33%}.mm_cell._xxs_6{width:50%}.mm_cell._xxs_5{width:41.66%}.mm_cell._xxs_4{width:33.33%}.mm_cell._xxs_3{width:25%}.mm_cell._xxs_2{width:16.66%}.mm_cell._xxs_1{width:8.333%}._xxs_show{display:inline-block !important}._xxs_none{display:none !important}._xxs_left{text-align:left !important}._xxs_center{text-align:center !important}}@media all and (min-width:481px){.mm_group{max-width:480px}.mm_cell._xs_12{width:100%}.mm_cell._xs_11{width:91.66%}.mm_cell._xs_10{width:83.33%}.mm_cell._xs_9{width:75%}.mm_cell._xs_8{width:66.66%}.mm_cell._xs_7{width:58.33%}.mm_cell._xs_6{width:50%}.mm_cell._xs_5{width:41.66%}.mm_cell._xs_4{width:33.33%}.mm_cell._xs_3{width:25%}.mm_cell._xs_2{width:16.66%}.mm_cell._xs_1{width:8.333%}._xs_show{display:inline-block !important}._xs_none{display:none !important}._xs_left{text-align:left !important}._xs_center{text-align:center !important}}@media all and (min-width:600px){.mm_group{max-width:600px}.mm_cell._s_12{width:100%}.mm_cell._s_11{width:91.66%}.mm_cell._s_10{width:83.33%}.mm_cell._s_9{width:75%}.mm_cell._s_8{width:66.66%}.mm_cell._s_7{width:58.33%}.mm_cell._s_6{width:50%}.mm_cell._s_5{width:41.66%}.mm_cell._s_4{width:33.33%}.mm_cell._s_3{width:25%}.mm_cell._s_2{width:16.66%}.mm_cell._s_1{width:8.333%}._s_show{display:inline-block !important}._s_none{display:none !important}._s_left{text-align:left !important}._s_center{text-align:center !important}}@media all and (min-width:768px){.mm_group{max-width:750px}.mm_cell._m_12{width:100%}.mm_cell._m_11{width:91.66%}.mm_cell._m_10{width:83.33%}.mm_cell._m_9{width:75%}.mm_cell._m_8{width:66.66%}.mm_cell._m_7{width:58.33%}.mm_cell._m_6{width:50%}.mm_cell._m_5{width:41.66%}.mm_cell._m_4{width:33.33%}.mm_cell._m_3{width:25%}.mm_cell._m_2{width:16.66%}.mm_cell._m_1{width:8.333%}._m_show{display:inline-block !important}._m_none{display:none !important}._m_left{text-align:left !important}._m_center{text-align:center !important}}@media all and (min-width:992px){.mm_group{max-width:970px}.mm_cell._l_12{width:100%}.mm_cell._l_11{width:91.66%}.mm_cell._l_10{width:83.33%}.mm_cell._l_9{width:75%}.mm_cell._l_8{width:66.66%}.mm_cell._l_7{width:58.33%}.mm_cell._l_6{width:50%}.mm_cell._l_5{width:41.66%}.mm_cell._l_4{width:33.33%}.mm_cell._l_3{width:25%}.mm_cell._l_2{width:16.66%}.mm_cell._l_1{width:8.333%}._l_show{display:inline-block !important}._l_none{display:none !important}._l_left{text-align:left !important}._l_center{text-align:center !important}}@media all and (min-width:1200px){.mm_group{max-width:1170px}.mm_cell._xl_12{width:100%}.mm_cell._xl_11{width:91.66%}.mm_cell._xl_10{width:83.33%}.mm_cell._xl_9{width:75%}.mm_cell._xl_8{width:66.66%}.mm_cell._xl_7{width:58.33%}.mm_cell._xl_6{width:50%}.mm_cell._xl_5{width:41.66%}.mm_cell._xl_4{width:33.33%}.mm_cell._xl_3{width:25%}.mm_cell._xl_2{width:16.66%}.mm_cell._xl_1{width:8.333%}._xl_show{display:inline-block !important}._xl_none{display:none !important}._xl_left{text-align:left !important}._xl_center{text-align:center !important}}@media all and (min-width:1366px){.mm_group{max-width:1170px}.mm_cell._xxl_12{width:100%}.mm_cell._xxl_11{width:91.66%}.mm_cell._xxl_10{width:83.33%}.mm_cell._xxl_9{width:75%}.mm_cell._xxl_8{width:66.66%}.mm_cell._xxl_7{width:58.33%}.mm_cell._xxl_6{width:50%}.mm_cell._xxl_5{width:41.66%}.mm_cell._xxl_4{width:33.33%}.mm_cell._xxl_3{width:25%}.mm_cell._xxl_2{width:16.66%}.mm_cell._xxl_1{width:8.333%}._xxl_show{display:inline-block !important}._xxl_none{display:none !important}._xxl_left{text-align:left !important}._xxl_center{text-align:center !important}}@media all and (min-width:1367px){.mm_group{max-width:1170px}.mm_cell._xxxl_12{width:100%}.mm_cell._xxxl_11{width:91.66%}.mm_cell._xxxl_10{width:83.33%}.mm_cell._xxxl_9{width:75%}.mm_cell._xxxl_8{width:66.66%}.mm_cell._xxxl_7{width:58.33%}.mm_cell._xxxl_6{width:50%}.mm_cell._xxxl_5{width:41.66%}.mm_cell._xxxl_4{width:33.33%}.mm_cell._xxxl_3{width:25%}.mm_cell._xxxl_2{width:16.66%}.mm_cell._xxxl_1{width:8.333%}._xxxl_show{display:inline-block !important}._xxxl_none{display:none !important}._xxxl_left{text-align:left !important}._xxxl_center{text-align:center !important}}.mm_bank_list>.mm_container>.mm_cell:not(:last-of-type){margin-bottom:30px}.rooms-layouts .mm_bank_list>.mm_container>.mm_cell:not(:last-of-type){margin-bottom:10px}.sidebar .additional_item{display:none}.sidebar ul{padding-left:0;list-style:none}.mm_bank_item{width:100%;color:#1f1f1f;font-size:12px;background:white;box-shadow:1px 1px 8px rgba(0,0,0,0.07)}.mm_bank_item-title{margin-top:0 !important;margin-bottom:5px;color:#488f3e;font-size:18px;font-weight:600}.mm_bank_item-subtitle{margin:0 !important;color:#1f1f1f;font-size:inherit;line-height:1.3;opacity:1}.mm_bank_item-inside{display:table;width:100%;text-align:center;table-layout:fixed}.mm_bank_item-link{display:block;text-decoration:none}.mm_bank_item-mobile-label{width:50%;padding-left:15px;color:#1f1f1f;font-weight:600;text-align:left;vertical-align:top}.mm_bank_item-desktop-label{display:table-cell;vertical-align:top}@media all and (min-width:320px){._xxs_visible{display:table-cell !important}._xxs_hidden{display:none !important}.mm_bank_item ._title{padding-top:15px}.mm_bank_item ._details{padding-top:15px;padding-bottom:15px}}@media all and (min-width:481px){._xs_visible{display:table-cell !important}._xs_hidden{display:none !important}}@media all and (min-width:600px){._s_visible{display:table-cell !important}._s_hidden{display:none !important}}@media all and (min-width:768px){._m_visible{display:table-cell !important}._m_hidden{display:none !important}.mm_bank_item ._title{padding-top:0}}@media all and (min-width:992px){._l_visible{display:table-cell !important}._l_hidden{display:none !important}.mm_bank_item ._details{padding-top:0;padding-bottom:0}.rooms-layouts .my-items img{width:auto;max-height:100px}}@media all and (min-width:1200px){._xl_visible{display:table-cell !important}._xl_hidden{display:none !important}}@media all and (min-width:1366px){._xxl_visible{display:table-cell !important}._xxl_hidden{display:none !important}}@media all and (min-width:1367px){._xxxl_visible{display:table-cell !important}._xxxl_hidden{display:none !important}}
/* End */


/* Start:/local/templates/novostroyrf/css/main.css?1744194378113147*/
@charset "UTF-8";
/* Prefix */
/* Sizes */
/* Font Families */
/* Colors */
/* Media Queries */
/* Other */
/*
    Personal mixins
*/
body._map-filter-opened .ez_mobile-filter {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

body._ads-list-opened .ez_fullwidth-map__ads {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

body._ads-list-opened .ez_fullwidth-map .ez_custom-map-controls {
  -webkit-transform: translateX(-35.5rem);
  -ms-transform: translateX(-35.5rem);
  transform: translateX(-35.5rem);
}

@media only screen and (max-width: 599px) {
  body._map-filter-opened {
    overflow: hidden;
  }
  body._map-filter-opened .ez_mobile-filter__button {
    top: 0;
    width: 5.5rem;
    height: 5.5rem;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  body._map-filter-opened .ez_mobile-filter__button .i._settings {
    display: none;
  }
  body._map-filter-opened .ez_mobile-filter__button .i._close {
    display: inline-block;
  }
}

::-webkit-input-placeholder {
  text-overflow: ellipsis;
}

:-moz-placeholder {
  text-overflow: ellipsis;
}

::-moz-placeholder {
  text-overflow: ellipsis;
}

:-ms-input-placeholder {
  text-overflow: ellipsis;
}

input[placeholder] {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

/*
	Set font selection according to the website color scheme
*/
*::-moz-selection {
  background: #488f3e;
  color: #ffffff;
}
*::selection {
  background: #488f3e;
  color: #ffffff;
}

*::-moz-selection {
  background: #488f3e;
  color: #ffffff;
}

._hide,
._none,
[hidden] {
  display: none !important;
  visibility: hidden !important;
}

._noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

._theme {
  color: #488f3e;
}

._align-l {
  text-align: left;
}

._align-c {
  text-align: center;
}

._align-r {
  text-align: right;
}

._align-j {
  text-align: justify;
}

b,
._bold {
  font-weight: 600;
}

._upp {
  text-transform: uppercase;
}

span.ez_value {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.i {
  display: inline-block;
  vertical-align: initial;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
Ion.RangeSlider, 2.3.0
© Denis Ineshin, 2010 - 2018, IonDen.com
Build date: 2018-12-11 23:23:51
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, white));
  background: -webkit-linear-gradient(top, #ddd -50%, white 150%);
  background: -o-linear-gradient(top, #ddd -50%, white 150%);
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #428bca), to(#b9d4ec));
  background: -webkit-linear-gradient(top, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #B4B9BE), to(white));
  background: -webkit-linear-gradient(top, white 0%, #B4B9BE 30%, white 100%);
  background: -o-linear-gradient(top, white 0%, #B4B9BE 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #919BA5), to(white));
  background: -webkit-linear-gradient(top, white 0%, #919BA5 30%, white 100%);
  background: -o-linear-gradient(top, white 0%, #919BA5 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
  background: -webkit-linear-gradient(top, #e0e4ea 0%, #d1d6e0 100%);
  background: -o-linear-gradient(top, #e0e4ea 0%, #d1d6e0 100%);
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
  background: -webkit-linear-gradient(top, #20b426 0%, #18891d 100%);
  background: -o-linear-gradient(top, #20b426 0%, #18891d 100%);
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6));
  background: -webkit-linear-gradient(top, white 0%, #e9e6e6 100%);
  background: -o-linear-gradient(top, white 0%, #e9e6e6 100%);
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #919ba5), to(#ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #919ba5 30%, #ffffff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #919ba5 30%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.ez_cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.ez_cols._align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ez_cols._align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ez_cols._align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ez_cols._start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ez_cols._center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ez_cols._end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ez_cols._space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ez_col {
  width: 100%;
  margin: 7.5px;
}

.ez_col._91 {
  width: calc(91.66% - 15px);
}

.ez_col._83 {
  width: calc(83.33% - 15px);
}

.ez_col._80 {
  width: calc(80% - 15px);
}

.ez_col._75 {
  width: calc(75% - 15px);
}

.ez_col._66 {
  width: calc(66.66% - 15px);
}

.ez_col._50 {
  width: calc(50% - 15px);
}

.ez_col._40 {
  width: calc(40% - 15px);
}

.ez_col._33 {
  width: calc(33.33% - 15px);
}

.ez_col._25 {
  width: calc(25% - 15px);
}

.ez_col._20 {
  width: calc(20% - 15px);
}

.ez_col._16 {
  width: calc(16.66% - 15px);
}

.ez_col._12 {
  width: calc(12.5% - 15px);
}

.ez_col._8 {
  width: calc(8.33% - 15px);
}

@media only screen and (max-width: 1450px) {
  .ez_col._xxl-100 {
    width: calc(100% - 15px);
  }
  .ez_col._xxl-91 {
    width: calc(91.66% - 15px);
  }
  .ez_col._xxl-83 {
    width: calc(83.33% - 15px);
  }
  .ez_col._xxl-80 {
    width: calc(80% - 15px);
  }
  .ez_col._xxl-75 {
    width: calc(75% - 15px);
  }
  .ez_col._xxl-66 {
    width: calc(66.66% - 15px);
  }
  .ez_col._xxl-50 {
    width: calc(50% - 15px);
  }
  .ez_col._xxl-40 {
    width: calc(40% - 15px);
  }
  .ez_col._xxl-33 {
    width: calc(33.33% - 15px);
  }
  .ez_col._xxl-25 {
    width: calc(25% - 15px);
  }
  .ez_col._xxl-20 {
    width: calc(20% - 15px);
  }
  .ez_col._xxl-16 {
    width: calc(16.66% - 15px);
  }
  .ez_col._xxl-12 {
    width: calc(12.5% - 15px);
  }
  .ez_col._xxl-8 {
    width: calc(8.33% - 15px);
  }
}

@media only screen and (max-width: 1285px) {
  .ez_col._xl-100 {
    width: calc(100% - 15px);
  }
  .ez_col._xl-91 {
    width: calc(91.66% - 15px);
  }
  .ez_col._xl-83 {
    width: calc(83.33% - 15px);
  }
  .ez_col._xl-80 {
    width: calc(80% - 15px);
  }
  .ez_col._xl-75 {
    width: calc(75% - 15px);
  }
  .ez_col._xl-66 {
    width: calc(66.66% - 15px);
  }
  .ez_col._xl-50 {
    width: calc(50% - 15px);
  }
  .ez_col._xl-40 {
    width: calc(40% - 15px);
  }
  .ez_col._xl-33 {
    width: calc(33.33% - 15px);
  }
  .ez_col._xl-25 {
    width: calc(25% - 15px);
  }
  .ez_col._xl-20 {
    width: calc(20% - 15px);
  }
  .ez_col._xl-16 {
    width: calc(16.66% - 15px);
  }
  .ez_col._xl-12 {
    width: calc(12.5% - 15px);
  }
  .ez_col._xl-8 {
    width: calc(8.33% - 15px);
  }
}

@media only screen and (max-width: 1199px) {
  .ez_col._l-100 {
    width: calc(100% - 15px);
  }
  .ez_col._l-91 {
    width: calc(91.66% - 15px);
  }
  .ez_col._l-83 {
    width: calc(83.33% - 15px);
  }
  .ez_col._l-80 {
    width: calc(80% - 15px);
  }
  .ez_col._l-75 {
    width: calc(75% - 15px);
  }
  .ez_col._l-66 {
    width: calc(66.66% - 15px);
  }
  .ez_col._l-50 {
    width: calc(50% - 15px);
  }
  .ez_col._l-40 {
    width: calc(40% - 15px);
  }
  .ez_col._l-33 {
    width: calc(33.33% - 15px);
  }
  .ez_col._l-25 {
    width: calc(25% - 15px);
  }
  .ez_col._l-20 {
    width: calc(20% - 15px);
  }
  .ez_col._l-16 {
    width: calc(16.66% - 15px);
  }
  .ez_col._l-12 {
    width: calc(12.5% - 15px);
  }
  .ez_col._l-8 {
    width: calc(8.33% - 15px);
  }
}

@media only screen and (max-width: 991px) {
  .ez_col._m-100 {
    width: calc(100% - 15px);
  }
  .ez_col._m-91 {
    width: calc(91.66% - 15px);
  }
  .ez_col._m-83 {
    width: calc(83.33% - 15px);
  }
  .ez_col._m-80 {
    width: calc(80% - 15px);
  }
  .ez_col._m-75 {
    width: calc(75% - 15px);
  }
  .ez_col._m-66 {
    width: calc(66.66% - 15px);
  }
  .ez_col._m-50 {
    width: calc(50% - 15px);
  }
  .ez_col._m-40 {
    width: calc(40% - 15px);
  }
  .ez_col._m-33 {
    width: calc(33.33% - 15px);
  }
  .ez_col._m-25 {
    width: calc(25% - 15px);
  }
  .ez_col._m-20 {
    width: calc(20% - 15px);
  }
  .ez_col._m-16 {
    width: calc(16.66% - 15px);
  }
  .ez_col._m-12 {
    width: calc(12.5% - 15px);
  }
  .ez_col._m-8 {
    width: calc(8.33% - 15px);
  }
}

@media only screen and (max-width: 767px) {
  .ez_col._xm-100 {
    width: calc(100% - 15px);
  }
  .ez_col._xm-91 {
    width: calc(91.66% - 15px);
  }
  .ez_col._xm-83 {
    width: calc(83.33% - 15px);
  }
  .ez_col._xm-80 {
    width: calc(80% - 15px);
  }
  .ez_col._xm-75 {
    width: calc(75% - 15px);
  }
  .ez_col._xm-66 {
    width: calc(66.66% - 15px);
  }
  .ez_col._xm-50 {
    width: calc(50% - 15px);
  }
  .ez_col._xm-40 {
    width: calc(40% - 15px);
  }
  .ez_col._xm-33 {
    width: calc(33.33% - 15px);
  }
  .ez_col._xm-25 {
    width: calc(25% - 15px);
  }
  .ez_col._xm-20 {
    width: calc(20% - 15px);
  }
  .ez_col._xm-16 {
    width: calc(16.66% - 15px);
  }
  .ez_col._xm-12 {
    width: calc(12.5% - 15px);
  }
  .ez_col._xm-8 {
    width: calc(8.33% - 15px);
  }
}

@media only screen and (max-width: 599px) {
  .ez_col._s-100 {
    width: calc(100% - 15px);
  }
  .ez_col._s-91 {
    width: calc(91.66% - 15px);
  }
  .ez_col._s-83 {
    width: calc(83.33% - 15px);
  }
  .ez_col._s-80 {
    width: calc(80% - 15px);
  }
  .ez_col._s-75 {
    width: calc(75% - 15px);
  }
  .ez_col._s-66 {
    width: calc(66.66% - 15px);
  }
  .ez_col._s-50 {
    width: calc(50% - 15px);
  }
  .ez_col._s-40 {
    width: calc(40% - 15px);
  }
  .ez_col._s-33 {
    width: calc(33.33% - 15px);
  }
  .ez_col._s-25 {
    width: calc(25% - 15px);
  }
  .ez_col._s-20 {
    width: calc(20% - 15px);
  }
  .ez_col._s-16 {
    width: calc(16.66% - 15px);
  }
  .ez_col._s-12 {
    width: calc(12.5% - 15px);
  }
  .ez_col._s-8 {
    width: calc(8.33% - 15px);
  }
}

@media only screen and (max-width: 360px) {
  .ez_col._xs-100 {
    width: calc(100% - 15px);
  }
  .ez_col._xs-91 {
    width: calc(91.66% - 15px);
  }
  .ez_col._xs-83 {
    width: calc(83.33% - 15px);
  }
  .ez_col._xs-80 {
    width: calc(80% - 15px);
  }
  .ez_col._xs-75 {
    width: calc(75% - 15px);
  }
  .ez_col._xs-66 {
    width: calc(66.66% - 15px);
  }
  .ez_col._xs-50 {
    width: calc(50% - 15px);
  }
  .ez_col._xs-40 {
    width: calc(40% - 15px);
  }
  .ez_col._xs-33 {
    width: calc(33.33% - 15px);
  }
  .ez_col._xs-25 {
    width: calc(25% - 15px);
  }
  .ez_col._xs-20 {
    width: calc(20% - 15px);
  }
  .ez_col._xs-16 {
    width: calc(16.66% - 15px);
  }
  .ez_col._xs-12 {
    width: calc(12.5% - 15px);
  }
  .ez_col._xs-8 {
    width: calc(8.33% - 15px);
  }
}

.ez_input {
  position: relative;
  width: 100%;
}

.ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  display: block;
  width: 100%;
  height: 4.8rem;
  padding: 0 3.5rem 0 1.6rem;
  font-size: 1.6rem;
  background: transparent;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: .4rem;
  outline: 0;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_input textarea {
  display: block;
  width: 100%;
  height: 15rem;
  padding: 1.6rem;
  font-size: 1.6rem;
  background: transparent;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: .4rem;
  outline: 0;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  min-height: 10rem;
  resize: vertical;
}

.ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.ez_input textarea {
  color: #475756;
  background-color: #ffffff;
  border-color: #ebebeb;
}

.ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):invalid,
.ez_input textarea:invalid {
  border-color: #ff0000;
}

.ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
.ez_input textarea:focus {
  background: #f8f8f8;
}

.ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):disabled,
.ez_input textarea:disabled {
  pointer-events: none;
  border-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::-webkit-input-placeholder,
.ez_input textarea::-webkit-input-placeholder {
  color: rgba(71, 87, 86, 0.5);
}

.ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::-moz-placeholder,
.ez_input textarea::-moz-placeholder {
  color: rgba(71, 87, 86, 0.5);
}

.ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):-ms-input-placeholder,
.ez_input textarea:-ms-input-placeholder {
  color: rgba(71, 87, 86, 0.5);
}

.ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):-moz-placeholder,
.ez_input textarea:-moz-placeholder {
  color: rgba(71, 87, 86, 0.5);
}

.ez_input._error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.ez_input._error textarea {
  color: #ff0000;
  border-color: #ff0000;
}

.ez_input._error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::-webkit-input-placeholder,
.ez_input._error textarea::-webkit-input-placeholder {
  color: #ff0000;
}

.ez_input._error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::-moz-placeholder,
.ez_input._error textarea::-moz-placeholder {
  color: #ff0000;
}

.ez_input._error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):-ms-input-placeholder,
.ez_input._error textarea:-ms-input-placeholder {
  color: #ff0000;
}

.ez_input._error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):-moz-placeholder,
.ez_input._error textarea:-moz-placeholder {
  color: #ff0000;
}

.ez_input._error .ez_input__error {
  display: block;
}

.ez_input._success input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.ez_input._success textarea {
  border-color: transparent;
}

.ez_input._type {
  max-width: 26rem;
}

.ez_input._type input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  padding-right: 7.5rem;
}

.ez_input._type::after {
  content: attr(data-input-type);
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 5rem;
  height: 100%;
  color: #475756;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: center;
  line-height: 4.8rem;
  background-color: #ffffff;
  border: 0.1rem solid #ebebeb;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ez_input._s input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  height: 3.2rem;
  font-size: 1.3rem;
}

.ez_input__error {
  display: none;
  margin: .5rem 0 0;
  color: #ff0000;
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.ez_select {
  display: block;
  width: 100%;
  max-width: 26rem;
}

.ez_select select {
  display: none;
}

.ez_select .jq-selectbox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 4.8rem;
  color: #475756;
  font-size: 1.6rem;
  cursor: pointer;
  background-color: #ffffff;
  border: 0.1rem solid #ebebeb;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.ez_select .jq-selectbox.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.ez_select .jq-selectbox__select {
  width: 100%;
  padding-left: 1.6rem;
  padding-right: 3.7rem;
}

.ez_select .jq-selectbox__select-text {
  display: block;
  width: 100%;
  line-height: 4.8rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ez_select .jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.7rem;
  height: 100%;
  background: transparent;
}

.ez_select .jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  right: 1.3rem;
  width: 1.1rem;
  height: 1rem;
  background: url(/local/templates/novostroyrf/css/../images/svg_icons/select-arrow.svg) 0 0 no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.ez_select .jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: -.1rem;
  width: calc(100% + .2rem) !important;
  margin-top: .5rem;
  padding: 0;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
}

.ez_select .jq-selectbox__dropdown ul {
  width: 100%;
  margin: 0;
  padding: 0;
  max-height: 35rem;
  overflow: auto;
}

.ez_select .jq-selectbox__dropdown ul li {
  position: relative;
  padding: 1.15rem 1.6rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_select .jq-selectbox__dropdown ul li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.ez_select .jq-selectbox__dropdown ul li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ez_select .jq-selectbox__dropdown ul li:not(:last-child) {
  margin-bottom: 0;
  border-bottom: 0.1rem solid #ebebeb;
}

.ez_select .jq-selectbox__dropdown ul li:not(:last-child)::before {
  display: none;
}

.ez_select .jq-selectbox__dropdown ul li::before {
  display: none;
}

.ez_select .jq-selectbox__dropdown ul li:hover {
  background-color: #ebebeb;
}

.ez_select .jq-selectbox__dropdown ul li.sel {
  color: #ffffff;
  background-color: #4c9641;
}

.ez_select .jq-selectbox__search {
  display: none;
}

.ez_select .jq-selectbox__search input {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0 10px;
}

.ez_select .jq-selectbox__not-found {
  padding: 5px 10px;
}

.ez_select._flat {
  width: 20rem;
}

.ez_select._flat .jq-selectbox {
  font-size: 1.1rem;
}

.ez_select._flat .jq-selectbox__select {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 1.5rem;
}

.ez_select._flat .jq-selectbox__select-text {
  display: inline-block;
  vertical-align: top;
  width: auto;
  line-height: normal;
  border-bottom: 0.1rem dotted #475756;
}

.ez_select._flat .jq-selectbox__trigger {
  width: 1.5rem;
}

.ez_select._flat .jq-selectbox__trigger-arrow {
  right: 0;
  width: .6rem;
  height: .4rem;
}

.ez_select._flat .jq-selectbox__trigger-arrow::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #475756 transparent transparent transparent;
}

.ez_select._flat .jq-selectbox__dropdown {
  margin-top: 1rem;
}

.ez_select._flat .jq-selectbox__dropdown ul {
  text-align: center;
  border-radius: 5px;
}

.ez_select._flat .jq-selectbox__dropdown ul li {
  padding: .8rem 1.2rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.ez_select._flat .jq-selectbox__dropdown ul li.sel, .ez_select._flat .jq-selectbox__dropdown ul li:hover {
  color: transparent;
}

.ez_select._flat .jq-selectbox__dropdown ul li.sel::before, .ez_select._flat .jq-selectbox__dropdown ul li:hover::before {
  color: transparent;
}

.ez_select._w-100 {
  max-width: 100%;
}

.ez_select._s .jq-selectbox {
  height: 3.2rem;
  font-size: 1.3rem;
}

.ez_select._s .jq-selectbox__select-text {
  line-height: 3rem;
}

.ez_select._s .jq-selectbox__dropdown ul li {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.3rem;
  line-height: 3rem;
}

.ez_control-group {
  position: relative;
  width: 100%;
}

.ez_control-group._table {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed;
}

.ez_control-group._table._350 {
  max-width: 35rem;
}

.ez_control-group._table._200 {
  max-width: 20rem;
}

.ez_control-group._table._auto-width {
  width: auto;
  table-layout: auto;
}

.ez_control-group._table .ez_control {
  display: table-cell;
  vertical-align: top;
}

.ez_control-group._table .ez_control__solid {
  border-right: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ez_control-group._table .ez_control__solid:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ez_control-group._table .ez_control:first-child .ez_control__solid {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.ez_control-group._table .ez_control:last-child .ez_control__solid {
  border-right: 0.1rem solid #ebebeb;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ez_control-group .ez_select {
  position: absolute;
  top: 0;
  left: 0;
  width: 20rem;
  height: 100%;
}

.ez_control-group .ez_select .jq-selectbox {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ez_control-group .ez_input {
  padding-left: 20rem;
}

.ez_control-group .ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media only screen and (max-width: 599px) {
  .ez_control-group._table._quattro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ez_control-group._table._quattro .ez_control {
    display: block;
    width: 50%;
  }
  .ez_control-group._table._quattro .ez_control:first-child .ez_control__solid, .ez_control-group._table._quattro .ez_control:nth-of-type(2) .ez_control__solid {
    border-bottom: 0;
    border-bottom-left-radius: 0;
  }
  .ez_control-group._table._quattro .ez_control:nth-of-type(2) .ez_control__solid {
    border-right: 0.1rem solid #ebebeb;
    border-top-right-radius: 5px;
  }
  .ez_control-group._table._quattro .ez_control:nth-of-type(3) .ez_control__solid {
    border-top-left-radius: 0;
    border-bottom-left-radius: 5px;
  }
  .ez_control-group._table._quattro .ez_control:nth-of-type(4) .ez_control__solid {
    border-top-right-radius: 0;
  }
  .ez_control-group._table._350, .ez_control-group._table._200 {
    max-width: 100%;
  }
  .ez_control-group._table._auto-width {
    width: 100%;
    table-layout: fixed;
  }
  .ez_control-group._table._mobile-block {
    display: block;
  }
  .ez_control-group._table._mobile-block .ez_control {
    display: block;
  }
  .ez_control-group._table._mobile-block .ez_control__solid {
    border-right: 0.1rem solid #ebebeb;
    border-radius: 5px;
  }
  .ez_control-group._table._mobile-block .ez_control:first-child .ez_control__solid {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .ez_control-group._table._mobile-block .ez_control:last-child .ez_control__solid {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .ez_control-group._table._mobile-block .ez_control:not(:last-child) {
    margin-bottom: 15px;
  }
  .ez_control-group .ez_select {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    z-index: auto;
  }
  .ez_control-group .ez_select .jq-selectbox {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .ez_control-group .ez_input {
    padding-left: 0;
  }
  .ez_control-group .ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}

@media only screen and (max-width: 360px) {
  .ez_control-group._table .ez_control__solid {
    padding-left: 0;
    padding-right: 0;
  }
}

.ez_price-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ez_price-range .ez_input {
  width: 50%;
}

.ez_price-range .ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ez_price-range .ez_input + .ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  border-left: 0;
  border-radius: 0 5px 5px 0;
}

.ez_control {
  display: inline-block;
  vertical-align: top;
}

.ez_control__label {
  position: relative;
  display: block;
  margin: 0;
  font-weight: normal;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.ez_control__input {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  z-index: 0;
}

.ez_control__input:checked + .ez_control__container .ez_control__checkbox,
.ez_control__input:checked + .ez_control__container .ez_control__radio {
  border-color: #488f3e;
}

.ez_control__input:checked + .ez_control__container .ez_control__checkbox::before,
.ez_control__input:checked + .ez_control__container .ez_control__radio::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.ez_control__input:checked + .ez_control__container .ez_control__solid {
  color: #ffffff;
  background-color: #488f3e;
  border-color: #488f3e;
}

.ez_control__input:disabled + .ez_control__container {
  pointer-events: none;
  cursor: default;
}

.ez_control__input:disabled + .ez_control__container .ez_control__checkbox,
.ez_control__input:disabled + .ez_control__container .ez_control__radio {
  color: transparent;
  border-color: transparent;
  pointer-events: none;
}

.ez_control__input:disabled + .ez_control__container .ez_control__value {
  color: #488f3e;
}

.ez_control__input:disabled:checked + .ez_control__container .ez_control__checkbox::before,
.ez_control__input:disabled:checked + .ez_control__container .ez_control__radio::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.ez_control__container {
  font-size: 0;
  cursor: pointer;
}

.ez_control__container:hover .control__checkbox, .ez_control__container:hover .control__radio {
  border-color: #488f3e;
}

.ez_control__container:hover .control__value {
  color: #488f3e;
}

.ez_control__checkbox, .ez_control__radio, .ez_control__value {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.ez_control__checkbox, .ez_control__radio {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid #ebebeb;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_control__checkbox::before, .ez_control__radio::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ez_control__checkbox {
  border-radius: .4rem;
}

.ez_control__checkbox::before {
  width: 1.2rem;
  height: 1.2rem;
  background: url(/local/templates/novostroyrf/css/../images/svg_icons/checked.svg) center no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.ez_control__radio {
  border-radius: 50%;
}

.ez_control__radio::before {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #488f3e;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.ez_control__value {
  width: calc(100% - 2.4rem);
  padding-top: .3rem;
  padding-left: 1.2rem;
  color: #475756;
  font-weight: 300;
  font-size: 1.4rem;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_control__solid, .ez_control__link {
  display: block;
  height: 4.8rem;
  padding-left: 15px;
  padding-right: 15px;
  color: #475756;
  font-size: 1.6rem;
  line-height: 4.7rem;
  text-align: center;
  background-color: #ffffff;
  border: 0.1rem solid #ebebeb;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_control__solid:hover, .ez_control__link:hover {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.ez_control__link {
  text-decoration: none;
}

.ez_control__link._active {
  color: #ffffff;
  background-color: #488f3e;
  border-color: #488f3e;
}

.ez_control._error .ez_control__checkbox,
.ez_control._error .ez_control__radio {
  border-color: #ff0000;
}

.ez_control._w-100 + ._w-100 {
  margin-top: 15px;
}

.ez_control._huge .ez_control__checkbox, .ez_control._huge .ez_control__radio {
  width: 4.8rem;
  height: 4.8rem;
}

.ez_control._huge .ez_control__checkbox {
  border-radius: 5px;
}

.ez_control._huge .ez_control__checkbox::before {
  width: 2.6rem;
  height: 2.6rem;
}

.ez_control._s .ez_control__solid {
  height: 3.2rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 1.3rem;
  line-height: 3rem;
}

.ez_fullwidth-map {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ez_fullwidth-map__filter {
  position: absolute;
  top: 0;
  left: 2rem;
  width: 50%;
  -webkit-transition: top .2s linear;
  -o-transition: top .2s linear;
  transition: top .2s linear;
  z-index: 2;
}

.ez_fullwidth-map__filter--static {
  position: static;
  top: initial;
  left: initial;
  width: 100%;
}

.ez_fullwidth-map__filter .ez_select {
  max-width: 100%;
}

.ez_fullwidth-map__map {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f3f4f6;
  z-index: 1;
}

.ez_fullwidth-map__map .ez_custom-map-controls {
  top: 0;
  height: calc(100vh - 175px);
}

.ez_fullwidth-map__ads {
  position: absolute;
  top: 0;
  right: 0;
  width: 35.5rem;
  height: 100%;
  padding-top: 40px;
  padding-left: 15px;
  background-color: #f3f4f6;
  -webkit-box-shadow: inset 0 0 2rem rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 2rem rgba(0, 0, 0, 0.25);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: top .2s linear, height .2s linear, -webkit-transform .2s ease-in-out;
  transition: top .2s linear, height .2s linear, -webkit-transform .2s ease-in-out;
  -o-transition: top .2s linear, height .2s linear, transform .2s ease-in-out;
  transition: top .2s linear, height .2s linear, transform .2s ease-in-out;
  transition: top .2s linear, height .2s linear, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  z-index: 2;
}

.ez_fullwidth-map__ads-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: transparent;
  border: 0;
  outline: 0;
}

.ez_fullwidth-map__ads-close span {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
}

.ez_fullwidth-map__ads-close span::before, .ez_fullwidth-map__ads-close span::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #475756;
}

.ez_fullwidth-map__ads-close span::before {
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ez_fullwidth-map__ads-close span::after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ez_fullwidth-map__ads-list {
  width: 100%;
  max-height: 100%;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  overflow: auto;
}

.ez_fullwidth-map__ads-element {
  width: 100%;
}

.ez_fullwidth-map__ads-element:not(:last-child) {
  margin-bottom: 15px;
}

.ez_fullwidth-map__ads .item {
  margin: 0;
}

@media only screen and (max-width: 1450px) {
  .ez_fullwidth-map__filter--fullscreen {
    width: calc(100% - 40rem);
  }
}

@media only screen and (max-width: 1199px) {
  .ez_fullwidth-map__filter--fullscreen {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .ez_fullwidth-map .ez_custom-map-controls {
    top: 0;
    height: calc(100vh - 164px);
  }
}

@media only screen and (max-width: 599px) {
  .ez_fullwidth-map .ez_building-element {
    border-radius: 5px;
  }
}

@media only screen and (max-width: 360px) {
  .ez_fullwidth-map__ads {
    width: 100%;
  }
  .ez_fullwidth-map .ez_building-element {
    max-width: 100%;
    border-radius: 0;
  }
  .ez_fullwidth-map .ez_building-element {
    max-width: 100%;
    border-radius: 0;
  }
  .ez_fullwidth-map .ez_custom-map-controls {
    top: 0;
    height: calc(100vh - 198px);
  }
}

.page-wrapper #page-content.page-content--fullscreen {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .page-wrapper #page-content.page-content--fullscreen {
    height: calc(100% - 164px);
  }
}

@media only screen and (max-width: 360px) {
  .page-wrapper #page-content.page-content--fullscreen {
    height: calc(100% - 198px);
  }
}

.ez_mobile-filter {
  position: fixed;
  top: 11.5rem;
  left: 0;
  display: none;
  width: 100%;
  max-width: 35rem;
  height: calc(100% - 11.5rem);
  background-color: #f3f4f6;
  -webkit-box-shadow: inset 0 0 2rem rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 2rem rgba(0, 0, 0, 0.25);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: top .2s linear, height .2s linear, -webkit-transform .2s ease-in-out;
  transition: top .2s linear, height .2s linear, -webkit-transform .2s ease-in-out;
  -o-transition: top .2s linear, height .2s linear, transform .2s ease-in-out;
  transition: top .2s linear, height .2s linear, transform .2s ease-in-out;
  transition: top .2s linear, height .2s linear, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  z-index: 10;
}

.ez_mobile-filter__button {
  position: absolute;
  top: 3.5rem;
  right: 0;
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  text-align: center;
  background-color: #488f3e;
  border: 0.1rem solid #ffffff;
  border-left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.ez_mobile-filter__button .i {
  vertical-align: middle;
}

.ez_mobile-filter__button .i._settings {
  width: 2.5rem;
  height: 2.5rem;
  fill: #ffffff;
}

.ez_mobile-filter__button .i._close {
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  fill: #475756;
}

.ez_mobile-filter__body {
  width: 100%;
  max-height: 100%;
  padding: 15px;
  overflow: auto;
}

.ez_mobile-filter .ez_fullwidth-map__filter {
  position: static;
  top: auto;
  left: auto;
  width: 100%;
}

.ez_mobile-filter .ez_fullwidth-map__filter .ez_col {
  width: calc(100% - 15px) !important;
}

.ez_mobile-filter .ez_fullwidth-map__filter .ez_select {
  max-width: 100%;
}

.ez_mobile-filter .ez_fullwidth-map__filter .ez_control-group .ez_select {
  position: static;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
}

.ez_mobile-filter .ez_fullwidth-map__filter .ez_control-group .ez_input {
  margin-top: 15px;
  padding-left: 0;
}

@media only screen and (max-width: 1199px) {
  .ez_mobile-filter {
    display: block;
  }
  .ez_mobile-filter .ez_fullwidth-map__filter {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .ez_mobile-filter {
    top: 11.7rem;
    height: calc(100% - 11.7rem);
  }
}

@media only screen and (max-width: 599px) {
  .ez_mobile-filter {
    max-width: 100%;
    padding-top: 5.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media only screen and (max-width: 360px) {
  .ez_mobile-filter {
    top: 15rem;
    height: calc(100% - 15rem);
  }
  .ez_mobile-filter__button {
    top: 5rem;
  }
}

.ez_custom-map-controls {
  position: relative;
  width: 4rem;
  height: 45rem;
  z-index: 1;
}

.ez_custom-map-controls__contollers {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4.5rem;
}

.ez_custom-map-controls__contollers > *:not(:last-child) {
  margin-bottom: 1rem;
}

.ez_custom-map-controls__controller {
  width: 4rem;
  height: 4rem;
  text-align: center !important;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  outline: 0;
}

.ez_custom-map-controls__controller .i {
  width: 1.5rem;
  height: 100%;
  fill: #000000;
  vertical-align: middle;
}

.ez_button {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  padding: 0.8rem 1.6rem;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  background: #488f3e;
  border: 1px solid #488f3e;
  cursor: pointer;
  border-radius: 5px;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_button:hover, .ez_button:focus {
  color: #ffffff;
  background-color: #4c9641;
  border-color: #4c9641;
}

.ez_button:active {
  background-color: #44883b;
  border-color: #44883b;
}

.ez_button._bordered {
  color: #488f3e;
  background-color: transparent;
  border-color: #ebebeb;
}

.ez_button._bordered:hover {
  color: #ffffff;
  background-color: #488f3e;
  border-color: #488f3e;
}

.ez_button._bordered-theme {
  color: #488f3e;
  background-color: transparent;
  border-color: #488f3e;
}

.ez_button._bordered-theme .i {
  fill: #488f3e;
}

.ez_button._bordered-theme:hover {
  color: #ffffff;
  background-color: #488f3e;
}

.ez_button._bordered-theme:hover .i {
  fill: #ffffff;
}

.ez_button._white {
  color: #475756;
  background-color: #ffffff;
  border-color: #ffffff;
}

.ez_button._white .i {
  fill: #475756;
}

.ez_button._white:hover {
  background-color: #f2f2f2;
}

.ez_button._s {
  padding: .8rem 1.6rem;
}

.ez_button._m {
  padding: 1.6rem 1.6rem;
  font-size: 1.6rem;
}

.ez_button._l {
  padding: 1.9rem 2.41rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
}

.ez_button._100 {
  width: 100%;
  text-align: center;
}

.ez_button .i {
  fill: #ffffff;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_button .i._paper-plane, .ez_button .i._filter {
  width: 2rem;
  height: 2rem;
}

.ez_button span {
  display: inline-block;
  vertical-align: middle;
}

.ez_button > *:first-child {
  margin-right: 1rem;
}

.ez_button > *:last-child s {
  margin: 0;
}

@media only screen and (max-width: 599px) {
  .ez_button {
    padding: 0.7rem 1.29rem;
    font-size: 1.4rem;
  }
  .ez_button._s {
    padding: 0.7rem 1.29rem;
  }
  .ez_button._m {
    padding: 1.3rem 1.29rem;
  }
  .ez_button._l {
    padding: 1.5rem 1.57rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.hero-wrapper .ez_control-group._table .ez_control:last-child .ez_control__solid {
  border-right: 0;
}

.ez_collapsible-filter {
  width: 100%;
}

.ez_collapsible-filter__body {
  display: block;
}

.ez_collapsible-filter > .ez_button {
  display: none;
}

@media only screen and (max-width: 599px) {
  .ez_collapsible-filter__body {
    display: none;
    padding-top: 15px;
  }
  .ez_collapsible-filter > .ez_button {
    display: block;
  }
}

.ez_search-filter {
  width: 100%;
}

.ez_search-filter__form {
  display: block;
  width: 100%;
}

.ez_search-filter .ez_select {
  max-width: 100%;
}

.ez_search-filter .ez_button {
  width: 100%;
}

.ez_content-section {
  width: 100%;
  font-size: 0;
}

.ez_content-section__content, .ez_content-section__aside {
  display: inline-block;
  vertical-align: top;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 5px;
}

.ez_content-section__content {
  width: calc(100% - 380px);
  margin-right: 30px;
}

.ez_content-section__content > *:first-child {
  margin-top: 0;
}

.ez_content-section__content > *:last-child {
  margin-bottom: 0;
}

.ez_content-section__aside {
  width: 350px;
}

.ez_content-section__row {
  font-size: 0;
}

.ez_content-section__row:not(:last-child) {
  margin-bottom: 30px;
}

.ez_content-section__row-label, .ez_content-section__row-details {
  display: inline-block;
  vertical-align: middle;
}

.ez_content-section__row-label {
  width: 150px;
  padding-right: 20px;
}

.ez_content-section__row-details {
  width: calc(100% - 150px);
}

.ez_content-section__heading {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
}

.ez_content-section--offset-top {
  margin-top: 50px;
}

.ez_content-section--offset-bottom {
  margin-bottom: 50px;
}

.ez_content-section--offset-both {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .ez_content-section__content, .ez_content-section__aside {
    display: block;
    width: 100%;
  }
  .ez_content-section__content {
    padding-right: 0;
  }
  .ez_content-section__aside {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .ez_content-section__row-label, .ez_content-section__row-details {
    display: block;
    width: 100%;
  }
  .ez_content-section__row-label {
    margin-bottom: 1rem;
    padding-right: 0;
  }
}

.ez_range {
  width: 100%;
  font-size: 0;
}

.ez_range .ez_input {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 5px);
}

.ez_range .ez_input:nth-child(even) {
  margin-left: 10px;
}

.ez_range__slider {
  position: relative;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.ez_range--single .ez_input {
  width: 100%;
}

.range-skin .irs--round {
  height: 10px;
}

.range-skin .irs--round .irs {
  height: 0;
}

.range-skin .irs--round .irs-line {
  top: 5px;
  height: 1px;
  background-color: #ebebeb;
  border-radius: 0;
}

.range-skin .irs--round .irs-bar {
  top: 5px;
  height: 1px;
  background-color: #488f3e;
}

.range-skin .irs--round .irs-handle {
  top: 0;
  width: 10px;
  height: 10px;
  background-color: #488f3e;
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.range-skin .irs--round .irs-min, .range-skin .irs--round .irs-max {
  top: -2px;
  padding: 0;
  color: #ebebeb;
  font-size: 12px;
  line-height: 14px;
  background-color: transparent;
  border-radius: 0;
}

.range-skin .irs-hidden-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.range-skin--with-labels .irs-min {
  left: -15px;
}

.range-skin--with-labels .irs-max {
  right: -20px;
}

.range-skin--with-labels .range__slider {
  padding-left: 15px;
  padding-right: 20px;
}

.ez_pricing {
  width: 100%;
}

.ez_pricing__row {
  width: 100%;
  font-size: 0;
}

.ez_pricing__row:not(:last-child) {
  margin-bottom: 15px;
}

.ez_pricing__row--border-top {
  padding-top: 15px;
  border-top: 1px solid #ebebeb;
}

.ez_pricing__section {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.ez_pricing__section-heading {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}

.ez_pricing__section-value {
  color: #488f3e;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

.ez_credit-offer {
  width: 100%;
}

.ez_credit-offer--offset-top {
  margin-top: 30px;
}

.ez_credit-offer--offset-bottom {
  margin-bottom: 30px;
}

.ez_credit-offer__heading {
  margin: 0 0 10px !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.ez_credit-offer__body {
  width: 100%;
}

.ez_credit-offer__footer {
  width: 100%;
  margin-top: 20px;
}

.ez_credit-offer__link {
  color: #488f3e;
  font-size: 12px;
  line-height: 14px;
  border-bottom: 1px solid rgba(72, 143, 62, 0.2);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_credit-offer__link:hover {
  border-bottom-color: transparent;
}

.ez_banks-list {
  width: 100%;
}

.ez_banks-list .ez_banks-element + .ez_banks-element {
  margin-top: 10px;
}

.ez_banks-element {
  display: block;
  height: auto;
  text-decoration: none;
  width: 100%;
  color: #000000;
  font-size: 0;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_banks-element:hover {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.ez_banks-element__image, .ez_banks-element__details, .ez_banks-element__control {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}

.ez_banks-element__image {
  width: 220px;
  padding: 10px;
}

.ez_banks-element__image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ez_banks-element__details {
  width: calc(100% - 420px);
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

.ez_banks-element__control {
  position: relative;
  width: 200px;
  min-height: 135px;
}

.ez_banks-element__control .ez_button {
  position: absolute;
  left: 15px;
  bottom: 20px;
  width: calc(100% - 30px);
}

.ez_banks-element__header {
  width: 100%;
}

.ez_banks-element__heading {
  margin: 0 !important;
  color: #488f3e;
  font-size: 22px !important;
  font-weight: normal;
  line-height: 32px;
}

.ez_banks-element__body {
  width: 100%;
  font-size: 0;
}

.ez_banks-element__prop {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-top: 10px;
  padding-right: 15px;
  color: #000000;
}

.ez_banks-element__prop-label {
  margin: 0 0 5px;
  color: inherit;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
}

.ez_banks-element__prop-value {
  color: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

@media only screen and (max-width: 1199px) {
  .ez_banks-element__prop {
    width: 50%;
  }
}

@media only screen and (max-width: 991px) {
  .ez_banks-element__image {
    width: 190px;
  }
  .ez_banks-element__details {
    width: calc(100% - 390px);
  }
}

@media only screen and (max-width: 767px) {
  .ez_banks-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ez_banks-element__prop {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .ez_banks-element__image, .ez_banks-element__details, .ez_banks-element__control {
    display: block;
    width: 100%;
  }
  .ez_banks-element__image img {
    max-width: 200px;
  }
  .ez_banks-element__details {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ebebeb;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ebebeb;
  }
  .ez_banks-element__control {
    min-height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .ez_banks-element__control .ez_button {
    position: static;
    left: auto;
    bottom: auto;
    width: 100%;
  }
  .ez_banks-element__prop {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 0;
  }
  .ez_banks-element__prop::before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
    z-index: 0;
  }
  .ez_banks-element__prop-label, .ez_banks-element__prop-value {
    font-size: 15px;
    line-height: 20px;
  }
  .ez_banks-element__prop-label .ez_value, .ez_banks-element__prop-value .ez_value {
    position: relative;
    background: #ffffff;
    z-index: 1;
  }
  .ez_banks-element__prop-label {
    margin-bottom: 0;
  }
  .ez_banks-element__prop-label .ez_value {
    padding-right: 5px;
  }
  .ez_banks-element__prop-value .ez_value {
    padding-left: 5px;
  }
}

.ez_ad-page {
  width: 100%;
  font-size: 0;
}

.ez_ad-page__description, .ez_ad-page__aside {
  display: inline-block;
  vertical-align: top;
}

.ez_ad-page__description {
  width: calc(100% - 350px);
}

.ez_ad-page__aside {
  width: 320px;
  margin-left: 30px;
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.ez_ad-page__aside-section {
  width: 100%;
  margin: 0 !important;
}

.ez_ad-page__aside-section:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #e5e5e5;
}

.ez_ad-page__aside.block--stuck {
  margin-top: 20px;
  margin-bottom: 50px;
}

.ez_ad-page__section {
  width: 100%;
  margin: 0 !important;
  padding-top: 50px;
  padding-bottom: 50px;
}

.ez_ad-page__section-header {
  width: 100%;
  margin-bottom: 40px;
}

.ez_ad-page__section-heading {
  font-size: 21px;
  font-weight: normal;
}

.ez_ad-page__section-body {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}

.ez_ad-page__section-body p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  line-height: inherit;
  opacity: 1;
}

.ez_ad-page__section-body p + p {
  margin-top: 15px;
}

.ez_ad-page__section--no-offsets {
  padding-top: 0;
  padding-bottom: 0;
}

.ez_ad-page__section--no-offset-top {
  padding-top: 0;
}

.ez_ad-page__section--no-offset-bottom {
  padding-bottom: 0;
}

.ez_ad-page__section--white {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.ez_ad-page__slider {
  position: relative;
  width: 100%;
}

.ez_ad-page__slider-element {
  width: 100%;
  height: 506px;
  outline: 0;
}

.ez_ad-page__slider-element img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 650px;
}

.ez_ad-page__slider-inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.ez_ad-page__slider .slick-arrow {
  position: absolute;
  bottom: 0;
  display: block;
  width: 45px;
  height: 35px;
  padding: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  outline: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 2;
}

.ez_ad-page__slider .slick-arrow .i {
  width: 17px;
  height: 100%;
  fill: #ffffff;
  vertical-align: middle;
}

.ez_ad-page__slider .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.ez_ad-page__slider .slick-prev {
  right: 45px;
}

.ez_ad-page__slider .slick-next {
  right: 0;
}

.ez_ad-page__props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ez_ad-page__prop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 25px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: normal;
  border-bottom: 1px solid #e5e5e5;
}

.ez_ad-page__prop-label {
  color: #a1a6aa;
  font-size: 14px;
}

.ez_ad-page__prop-value {
  font-size: 18px;
}

.ez_ad-page__agent {
  width: 100%;
  font-size: 0;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.ez_ad-page__agent-data, .ez_ad-page__agent-phone {
  display: inline-block;
  vertical-align: middle;
}

.ez_ad-page__agent-data {
  position: relative;
  width: calc(100% - 220px);
  padding-left: 20px;
  padding-right: 20ex;
}

.ez_ad-page__agent-phone {
  width: 220px;
}

.ez_ad-page__agent-callback {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #488f3e;
  font-size: 16px;
  text-decoration: none;
  will-change: transform;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.ez_ad-page__agent--offset-top {
  margin-top: 50px;
}

.ez_ad-page__agent--offset-bottom {
  margin-bottom: 50px;
}

.ez_ad-page__agent .ez_ad-agent-phone {
  border-radius: 0;
}

.ez_ad-page__features {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0;
}

.ez_ad-page__features--offset-top {
  margin-top: 50px;
}

.ez_ad-page__features--offset-bottom {
  margin-bottom: 50px;
}

.ez_ad-page__feature {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 20px);
  min-height: 68px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
  font-size: 0;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.ez_ad-page__feature-icon, .ez_ad-page__feature-value {
  display: inline-block;
  vertical-align: middle;
}

.ez_ad-page__feature-icon {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #000000;
  border-radius: 50%;
}

.ez_ad-page__feature-icon::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 3px;
  display: block;
  width: 26px;
  height: 22px;
  background: url(/local/templates/novostroyrf/css/../images/svg_icons/advantages-mark.svg) 0 0 no-repeat;
  background-size: cover;
  z-index: 1;
}

.ez_ad-page__feature-value {
  width: calc(100% - 30px);
  padding-left: 15px;
  font-size: 15px;
  line-height: normal;
}

.ez_ad-page__address {
  width: 100%;
  font-size: 16px;
}

.ez_ad-page__address a {
  border-bottom: 1px dotted #488f3e;
}

.ez_ad-page__stations {
  width: 100%;
}

.ez_ad-page__stations-element {
  width: 100%;
}

.ez_ad-page__stations-element:not(:last-child) {
  margin-bottom: 10px;
}

.ez_ad-page__stations--offset-top {
  margin-top: 15px;
}

.ez_ad-page__stations--offset-bottom {
  margin-bottom: 15px;
}

.ez_ad-page__station {
  position: relative;
  width: 100%;
  padding-left: 15px;
  font-size: 0;
}

.ez_ad-page__station-marker {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  z-index: 1;
}

.ez_ad-page__station-value, .ez_ad-page__station-suffix {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.ez_ad-page__station-suffix {
  margin-left: 10px;
  color: #a1a6aa;
}

.ez_ad-page__station .i {
  margin-right: 5px;
  fill: #131313;
  vertical-align: baseline;
}

.ez_ad-page__station .i._bus {
  width: 10px;
  height: 11px;
}

.ez_ad-page__station .i._walk {
  width: 7px;
  height: 11px;
}

.ez_ad-id {
  font-size: 14px;
  color: rgba(45, 45, 45, 0.5);
}

.ez_ad-type {
  margin-top: 5px;
  color: #000000;
  font-size: 18px;
}

.ez_ad-params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ez_ad-params__element {
  width: auto;
  max-height: 25%;
}

.ez_ad-param {
  width: 100%;
  line-height: normal;
}

.ez_ad-param__label {
  font-size: 14px;
}

.ez_ad-param__value {
  margin-top: 5px;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}

.ez_ad-prices {
  width: 100%;
}

.ez_ad-prices__element {
  width: 100%;
}

.ez_ad-prices__element:not(:last-child) {
  margin-bottom: 10px;
}

.ez_ad-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ez_ad-price__label {
  font-size: 14px;
  color: #2d2d2d;
}

.ez_ad-price__value {
  color: #000000;
}

.ez_ad-price--total .ez_ad-price__value {
  font-size: 24px;
  font-weight: 600;
}

.ez_ad-price--meter .ez_ad-price__value {
  font-size: 16px;
}

.ez_ad-price--mortgage .ez_ad-price__value {
  font-size: 16px;
}

.ez_ad-agent {
  font-size: 0;
}

.ez_ad-agent__label, .ez_ad-agent__name {
  display: inline-block;
  vertical-align: middle;
}

.ez_ad-agent__label {
  margin-right: 10px;
  color: #a1a6aa;
  font-size: 14px;
}

.ez_ad-agent__name {
  font-size: 16px;
}

.ez_ad-agent--offset-top {
  margin-top: 20px;
}

.ez_ad-agent--offset-bottom {
  margin-bottom: 20px;
}

.ez_ad-agent--align-c {
  text-align: center;
}

.ez_ad-agent-phone {
  display: block;
  width: 100%;
  height: 55px;
  padding: 0;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 53px;
  text-decoration: none;
  background-color: #488f3e;
  border: 0;
  border-radius: 5px;
}

.ez_ad-agent-phone:focus, .ez_ad-agent-phone:hover {
  color: #ffffff;
  background-color: #4c9641;
}

.ez_ad-agent-phone--offset-top {
  margin-top: 30px;
}

.ez_ad-agent-phone--offset-bottom {
  margin-bottom: 30px;
}

.ez_ad-map {
  width: 100%;
  height: 500px;
}

.ez_ad-map__container {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1199px) {
  .ez_ad-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ez_ad-page__description, .ez_ad-page__aside {
    display: block;
    width: 100%;
  }
  .ez_ad-page__aside {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .ez_ad-page__slider-element {
    height: 460px;
  }
  .ez_ad-page__slider-element img {
    max-height: 460px;
  }
}

@media only screen and (max-width: 767px) {
  .ez_ad-page {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ez_ad-page__aside {
    padding: 15px;
  }
  .ez_ad-page__section--white {
    padding: 15px;
  }
  .ez_ad-page__slider-element {
    height: 360px;
  }
  .ez_ad-page__slider-element img {
    max-height: 360px;
  }
  .ez_ad-page__prop {
    width: 100%;
  }
  .ez_ad-page__agent-data, .ez_ad-page__agent-phone {
    width: 100%;
  }
  .ez_ad-page__agent-data {
    padding: 20px;
  }
  .ez_ad-page__features--offset-top {
    margin-top: 30px;
  }
  .ez_ad-page__feature {
    width: calc(50% - 20px);
    margin-top: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .ez_ad-page__aside {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ez_ad-page__section--white {
    width: calc(100% + 30px);
    margin-left: -15px !important;
    margin-right: -15px !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ez_ad-page__slider-element {
    height: auto;
  }
  .ez_ad-page__slider-element img {
    max-height: initial;
  }
  .ez_ad-page__agent {
    text-align: center;
  }
  .ez_ad-page__agent-callback {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .ez_ad-page__agent .ez_ad-agent {
    margin-bottom: 20px;
  }
  .ez_ad-page__features {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .ez_ad-page__feature {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .ez_ad-map {
    height: 400px;
  }
}

.ez_default-filter {
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
  font-size: 0;
}

.ez_default-filter__element {
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px 0;
}

.ez_default-filter--offset-top {
  margin-top: 20px;
}

.ez_default-filter--offset-bottom {
  margin-bottom: 20px;
}

@media only screen and (max-width: 599px) {
  .ez_default-filter__element {
    width: calc(50% - 10px);
  }
  .ez_default-filter__element .ez_button {
    width: 100%;
  }
}

.ez_banners-array {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 20px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.ez_banners-array__element {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.ez_banners-array * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ez_banners-element {
  position: relative;
  width: 100%;
  height: 100%;
}

.ez_banners-element__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}

.ez_banners-element__container {
  position: relative;
  padding: 35px 60px 60px;
  z-index: 1;
}

.ez_banners-element__content {
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  text-align: right;
}

.ez_banners-element__heading {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}

.ez_banners-element__text {
  margin-top: 15px;
  font-size: 20px;
  line-height: normal;
}

.ez_banners-element__text p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

.ez_banners-element__text p + p {
  margin-top: 15px;
}

.ez_banners-element--swap .ez_banners-element__content {
  margin: 0;
  text-align: left;
}

.ez_banners-element--swap .ez_banners-callback {
  margin-left: auto;
}

.ez_banners-callback {
  width: 265px;
  margin-top: 15px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
}

.ez_banners-callback__form {
  display: block;
  width: 100%;
  margin: 0;
}

.ez_banners-callback__label {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: normal;
}

.ez_banners-callback__input {
  height: 46px !important;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 4px;
}

.ez_banners-callback__control {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 15px 25px 17px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  background: #488f3e;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

@media only screen and (max-width: 1199px) {
  .ez_banners-element__content {
    max-width: 100%;
    text-align: center;
  }
  .ez_banners-element--swap .ez_banners-element__content {
    text-align: center;
  }
  .ez_banners-element--swap .ez_banners-element .ez_banners-callback {
    margin-left: auto;
    margin-right: auto;
  }
  .ez_banners-callback {
    margin-left: auto;
    margin-right: auto;
  }
  .ez_banners-callback__label {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .ez_banners-array {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .ez_banners-array__element {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .ez_banners-array__element:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .ez_banners-element__container {
    padding: 30px 15px 45px;
  }
  .ez_banners-element__heading {
    font-size: 26px;
  }
  .ez_banners-element__text {
    font-size: 15px;
  }
  .ez_banners-callback {
    width: 100%;
    margin-top: 30px;
  }
}

.ez_statistics {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.ez_statistics-array {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 30px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.ez_statistics-array__element {
  width: calc(20% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

.ez_statistics-element {
  width: 100%;
}

.ez_statistics-element__heading {
  margin: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: normal;
}

.ez_statistics-element__description {
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
}

.ez_statistics-element__description p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

@media only screen and (max-width: 991px) {
  .ez_statistics {
    padding-top: 40px;
  }
  .ez_statistics-array {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ez_statistics-array__element {
    width: calc(33.33% - 30px);
    margin-top: 40px;
  }
}

@media only screen and (max-width: 599px) {
  .ez_statistics {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .ez_statistics-array {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ez_statistics-array__element {
    width: calc(50% - 30px);
    margin-top: 30px;
  }
  .ez_statistics-element__heading {
    font-size: 30px;
  }
  .ez_statistics-element__description {
    font-size: 14px;
    line-height: 18px;
  }
}

.ez_why-us {
  position: relative;
  width: 100%;
}

.ez_why-us__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}

.ez_why-us__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 1;
}

.ez_why-us__heading {
  width: 100%;
  max-width: 450px;
  margin: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: normal;
}

.ez_why-us__heading span {
  color: #488f3e;
}

.ez_why-us__content {
  max-width: 330px;
  padding-left: 40px;
}

.ez_why-us__element {
  width: 100%;
}

.ez_why-us__element-heading {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

.ez_why-us__element-description {
  margin-top: 10px;
  font-size: 15px;
  line-height: 19px;
}

.ez_why-us__element-description p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.ez_why-us__element + .ez_why-us__element {
  margin-top: 20px;
}

@media only screen and (max-width: 991px) {
  .ez_why-us {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ez_why-us__heading, .ez_why-us__content {
    max-width: 100%;
  }
  .ez_why-us__heading {
    text-align: center;
  }
  .ez_why-us__content {
    margin-top: 30px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 599px) {
  .ez_why-us__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ez_why-us__heading {
    font-size: 26px;
  }
  .ez_why-us__element-heading {
    font-size: 16px;
  }
  .ez_why-us__element-description {
    font-size: 14px;
    line-height: 18px;
  }
}

.ez_section {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ez_section__header {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}

.ez_section__header-text {
  margin-top: 10px;
  font-size: 16px;
  line-height: normal;
}

.ez_section__header-text p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.ez_section__heading {
  margin: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: normal;
  opacity: 1;
}

.ez_section__body {
  width: 100%;
}

.ez_section--with-image {
  padding-top: 20px;
  padding-bottom: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ez_section--with-image .container {
  padding: 40px 60px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}

.ez_section--with-image .ez_section__heading {
  font-size: 30px;
}

.ez_section--blue {
  color: #ffffff;
  background-color: #5391f4;
}


.ez_section--grey {

  background-color: #f5f5f5;
      background-color: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.ez_section--grey .ez_button
{
      background: #000;
    border: 1px solid #000;
}
.ez_section__description
{
  margin-top:20px;
  font-size: 18px;
}


.ez_section--blue .ez_section__header-text {
  color: #ffffff;
}

.ez_section--blue .ez_section__heading {
  color: #ffffff;
}

@media only screen and (max-width: 599px) {
  .ez_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ez_section__header {
    margin-bottom: 30px;
  }
  .ez_section__header-text {
    font-size: 14px;
  }
  .ez_section__heading {
    font-size: 26px;
  }
  .ez_section--with-image .container {
    padding: 30px 15px;
    border-radius: 0;
  }
  .ez_section--with-image .ez_section__heading {
    font-size: 26px;
  }
}

.ez_abilities-array {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 30px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}

.ez_abilities-array__element {
  width: calc(33.33% - 30px);
  margin: 15px;
}

.ez_abilities-element {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 180px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.ez_abilities-element__content {
  padding: 30px;
}

.ez_abilities-element__image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 180px;
}

.ez_abilities-element__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.ez_abilities-element__heading {
  margin: 0 0 25px;
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
}

.ez_abilities-element__list {
  width: 100%;
}

.ez_abilities-element__list-item {
  position: relative;
  padding-left: 25px;
}

.ez_abilities-element__list-item::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEycHgiPjxnPjxwYXRoIGQ9Im0yNTYgMGMtMTQxLjE2NDA2MiAwLTI1NiAxMTQuODM1OTM4LTI1NiAyNTZzMTE0LjgzNTkzOCAyNTYgMjU2IDI1NiAyNTYtMTE0LjgzNTkzOCAyNTYtMjU2LTExNC44MzU5MzgtMjU2LTI1Ni0yNTZ6bTEyOS43NSAyMDEuNzUtMTM4LjY2Nzk2OSAxMzguNjY0MDYyYy00LjE2MDE1NiA0LjE2MDE1Ny05LjYyMTA5MyA2LjI1MzkwNy0xNS4wODIwMzEgNi4yNTM5MDdzLTEwLjkyMTg3NS0yLjA5Mzc1LTE1LjA4MjAzMS02LjI1MzkwN2wtNjkuMzMyMDMxLTY5LjMzMjAzMWMtOC4zNDM3NS04LjMzOTg0My04LjM0Mzc1LTIxLjgyNDIxOSAwLTMwLjE2NDA2MiA4LjMzOTg0My04LjM0Mzc1IDIxLjgyMDMxMi04LjM0Mzc1IDMwLjE2NDA2MiAwbDU0LjI1IDU0LjI1IDEyMy41ODU5MzgtMTIzLjU4MjAzMWM4LjMzOTg0My04LjM0Mzc1IDIxLjgyMDMxMi04LjM0Mzc1IDMwLjE2NDA2MiAwIDguMzM5ODQ0IDguMzM5ODQzIDguMzM5ODQ0IDIxLjgyMDMxMiAwIDMwLjE2NDA2MnptMCAwIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIiBmaWxsPSIjNDg4RjNFIi8+PC9nPiA8L3N2Zz4=) 0 0 no-repeat;
  background-size: cover;
}

.ez_abilities-element__list-item:not(:last-child) {
  margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
  .ez_abilities-array {
    display: block;
    width: 100%;
    margin: 0;
  }
  .ez_abilities-array__element {
    width: 100%;
    margin: 0;
  }
  .ez_abilities-array__element:not(:last-child) {
    margin-bottom: 20px;
  }
  .ez_abilities-element {
    height: auto;
    padding-bottom: 0;
  }
  .ez_abilities-element__image {
    position: relative;
    left: auto;
    bottom: auto;
    height: 0;
    padding-bottom: 47%;
    overflow: hidden;
  }
  .ez_abilities-element__image img {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    -o-object-fit: initial;
    object-fit: initial;
    -o-object-position: initial;
    object-position: initial;
  }
}

.ez_company-features-array {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 50px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -25px;
}

.ez_company-features-array__element {
  width: calc(33.33% - 50px);
  margin: 25px;
}

.ez_company-features-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ez_company-features-element__icon {
  width: 50px;
}

.ez_company-features-element__icon .i {
  width: 100%;
  height: auto;
  fill: #d8c7ad;
}

.ez_company-features-element__value {
  width: calc(100% - 50px);
  padding-top: 10px;
  padding-left: 15px;
  font-size: 18px;
  line-height: 24px;
}

.ez_company-props-array {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 30px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.ez_company-props-array__element {
  width: calc(25% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

.ez_company-props-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.ez_company-props-element__icon {
  width: 30px;
}

.ez_company-props-element__icon .i {
  width: 100%;
  height: auto;
  fill: #ff3e13;
}

.ez_company-props-element__value {
  width: calc(100% - 30px);
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
}

@media only screen and (max-width: 1199px) {
  .ez_company-features-array__element {
    width: calc(50% - 50px);
  }
}

.ez_company-props-array {
  margin-top: -20px;
}

.ez_company-props-array__element {
  width: calc(50% - 30px);
  margin-top: 20px;
}

@media only screen and (max-width: 599px) {
  .ez_company-features-array {
    display: block;
    width: 100%;
    margin: 0;
  }
  .ez_company-features-array__element {
    width: 100%;
    margin: 0;
  }
  .ez_company-features-array__element:not(:last-child) {
    margin-bottom: 30px;
  }
  .ez_company-features-element__value {
    padding-top: 5px;
    font-size: 15px;
    line-height: 20px;
  }
  .ez_company-props-array {
    display: block;
    width: 100%;
    margin: 0;
  }
  .ez_company-props-array__element {
    width: 100%;
    margin: 0;
  }
  .ez_company-props-array__element:not(:last-child) {
    margin-bottom: 30px;
  }
  .ez_company-props-element__value {
    font-size: 15px;
    line-height: 20px;
  }
}

.ez_inline-form {
  width: 100%;
  margin: 0;
}

.ez_inline-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ez_inline-form__row:not(:last-child) {
  margin-bottom: 32px;
}

.ez_inline-form__row--agreement {
  margin-top: 40px;
}

.ez_inline-form__row--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ez_inline-form__row .ez_button._m {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ez_inline-form__element {
  width: auto;
}

.ez_inline-form__element:not(:last-child) {
  margin-right: 20px;
}

.ez_inline-form__element--type-1 {
  width: 25%;
}

.ez_inline-form__element--type-2 {
  width: 20%;
}

.ez_inline-form__element p {
  margin: 0;
  color: inherit;
  opacity: 1;
}

.ez_inline-form__element p + p {
  margin-top: 10px;
}

.ez_inline-form__prompt {
  width: 100%;
  font-size: 15px;
  line-height: normal;
  text-align: center;
}

.ez_inline-form__prompt p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.ez_inline-form__input {
  height: 46px !important;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 4px;
}

@media only screen and (max-width: 1199px) {
  .ez_inline-form__element--type-1 {
    width: 25%;
  }
  .ez_inline-form .ez_button._m {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .ez_inline-form__element {
    width: 100%;
  }
  .ez_inline-form__element:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .ez_inline-form__element--type-1, .ez_inline-form__element--type-2 {
    height: 100%;
  }
  .ez_inline-form__element p {
    text-align: center;
  }
}

.ez_carousel {
  min-width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.ez_carousel__element {
  width: 100%;
  height: 13rem;
  margin-left: 15px;
  margin-right: 15px;
  outline: 0;
}

.ez_carousel__element-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  outline: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_carousel__element-link:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.ez_carousel__element-link img {
  display: inline-block;
  vertical-align: middle;
  max-height: 13rem;
}

.ez_carousel .slick-track {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 991px) {
  .ez_carousel._dots-static .slick-dots {
    bottom: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .ez_carousel__element {
    height: 10rem;
  }
}

@media only screen and (max-width: 599px) {
  .ez_carousel__element {
    height: 7rem;
  }
}

._with-arrows .slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-align: center;
  background-color: #488f3e;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

._with-arrows .slick-arrow .i {
  width: 18px;
  height: 100%;
  fill: #ffffff;
  vertical-align: top;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

._with-arrows .slick-arrow:hover {
  background-color: #488f3e;
}

._with-arrows .slick-arrow:hover .i {
  fill: #ffffff;
}

._with-arrows .slick-prev {
  left: -50px;
}

._with-arrows .slick-next {
  right: -50px;
}

._with-arrows._arrows-inside .slick-prev {
  left: 30px;
}

._with-arrows._arrows-inside .slick-next {
  right: 30px;
}

.ez_credit-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #488f3e;
}

.ez_credit-section__description {
  width: 33.33%;
  padding: 30px 50px 40px;
  color: #ffffff;
}

.ez_credit-section__image {
  width: 66.66%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ez_credit-section__heading {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  opacity: 1;
}

.ez_credit-section__list {
  width: 100%;
  margin-top: 30px;
}

.ez_credit-section__list-element {
  position: relative;
  width: 100%;
  padding-left: 30px;
  font-size: 18px;
  line-height: normal;
}

.ez_credit-section__list-element:not(:last-child) {
  margin-bottom: 20px;
}

.ez_credit-section__list-element::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0ibTI1NiA1MTJjLTE0MS4xNjQwNjIgMC0yNTYtMTE0LjgzNTkzOC0yNTYtMjU2czExNC44MzU5MzgtMjU2IDI1Ni0yNTYgMjU2IDExNC44MzU5MzggMjU2IDI1Ni0xMTQuODM1OTM4IDI1Ni0yNTYgMjU2em0wLTQ4MGMtMTIzLjUxOTUzMSAwLTIyNCAxMDAuNDgwNDY5LTIyNCAyMjRzMTAwLjQ4MDQ2OSAyMjQgMjI0IDIyNCAyMjQtMTAwLjQ4MDQ2OSAyMjQtMjI0LTEwMC40ODA0NjktMjI0LTIyNC0yMjR6bTAgMCIgZmlsbD0id2hpdGUiLz4gICAgPHBhdGggZD0ibTIzMiAzNDEuMzMyMDMxYy00LjA5NzY1NiAwLTguMTkxNDA2LTEuNTU0Njg3LTExLjMwODU5NC00LjY5MTQwNmwtNjkuMzMyMDMxLTY5LjMzMjAzMWMtNi4yNS02LjI1MzkwNi02LjI1LTE2LjM4NjcxOSAwLTIyLjYzNjcxOXMxNi4zODI4MTMtNi4yNSAyMi42MzY3MTkgMGw1OC4wMjM0MzcgNTguMDI3MzQ0IDEyNy4zNjMyODEtMTI3LjM1OTM3NWM2LjI1LTYuMjUgMTYuMzgyODEzLTYuMjUgMjIuNjMyODEzIDBzNi4yNSAxNi4zODI4MTIgMCAyMi42MzI4MTJsLTEzOC42Njc5NjkgMTM4LjY2Nzk2OWMtMy4xNTYyNSAzLjEzNjcxOS03LjI1IDQuNjkxNDA2LTExLjM0NzY1NiA0LjY5MTQwNnptMCAwIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==) 0 0 no-repeat;
  background-size: cover;
}

.ez_credit-section__motto {
  margin-top: 30px;
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
}

@media only screen and (max-width: 1199px) {
  .ez_credit-section__description {
    width: 100%;
    color: #ffffff;
  }
  .ez_credit-section__image {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .ez_credit-section__description {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ez_credit-section__heading {
    font-size: 26px;
  }
  .ez_credit-section__list-element {
    font-size: 16px;
  }
  .ez_credit-section__motto {
    font-size: 20px;
  }
}

/*# sourceMappingURL=main.css.map */

@media only screen and (min-width: 1200px) {
.ez_fullwidth-map__filter--fullscreen {
    /* width: calc(100% - 40rem); */
    width: 32rem;
    height: 100%;
    padding: 10px;
    padding-top: 3rem;
    background-color: #f3f4f6;
    -webkit-box-shadow: inset 0 0 2rem rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 2rem rgba(0, 0, 0, 0.25);
    -webkit-transition: padding-top .3s ease;
    -o-transition: padding-top .3s ease;
    transition: padding-top .3s ease;
}

.ez_fullwidth-map__filter {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: top .2s linear;
    -o-transition: top .2s linear;
    transition: top .2s linear;
    z-index: 2;
    width: 35.5rem;
    height: 100%;
}

.ez_fullwidth-map__filter .ez_col {
     width: calc(100% - 15px) !important; 
}

.ez_control-group .ez_select {
        /* position: relative; */
        /* top: auto; */
        left: auto;
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
        z-index: auto;
    }
.ez_select .jq-selectbox__select-text {
    display: block;
    width: 100%;
    line-height: 4.8rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#_js-map-filter > form > div.ez_cols > div:nth-child(2) .ez_control._s .ez_control__solid 
{
  height: 6.2rem;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1.3rem;
    line-height: 3rem;
}

#_js-map-filter > form > div.ez_cols > div:nth-child(3) .ez_control._s .ez_control__solid 
{
  height: 6.2rem;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1.3rem;
    line-height: 3rem;
}
.ez_control-group .ez_input
{
  padding-left: unset;
}

.ez_input input
{
  width: 100%;
}
.ez_control-group .ez_select 
{
  position: unset;
}

}

#page-content .decor_text img
{
  width:100%;
  height: auto;
}

.prortytext dl.info dd
{
  text-align: right !important; 

}


/* End */
/* /local/templates/novostroyrf/components/bitrix/news.list/sedebar_last_news/style.css?1589439751150 */
/* /local/templates/novostroyrf/fonts/font-awesome.css?158943975132318 */
/* /local/templates/novostroyrf/fonts/elegant-fonts.css?158943975125237 */
/* /local/templates/novostroyrf/bootstrap/css/bootstrap.min.css?1589439750121260 */
/* /local/templates/novostroyrf/css/owl.carousel.css?15894397514614 */
/* /local/templates/novostroyrf/css/lightbox.min.css?15894397512846 */
/* /local/templates/novostroyrf/template_styles.css?158943975134766 */
/* /local/templates/novostroyrf/css/style.css?1722598178134814 */
/* /local/templates/novostroyrf/css/eazyweb/styles.min.css?15894397516972 */
/* /local/templates/novostroyrf/css/main.css?1744194378113147 */
