﻿/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
	font-family:'FontAwesome';
	src:url('../fonts/fontawesome-webfont.eot?v=4.1.0');
	src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
	font-weight:normal;
	font-style:normal
}
.fa {
	display:inline-block;
	font-family:FontAwesome;
	font-style:normal;
	font-weight:normal;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.fa-lg {
	font-size:1.33333333em;
	line-height:.75em;
	vertical-align:-15%
}
.fa-2x {
	font-size:2em
}
.fa-3x {
	font-size:3em
}
.fa-4x {
	font-size:4em
}
.fa-5x {
	font-size:5em
}
.fa-fw {
	width:1.28571429em;
	text-align:center
}
.fa-ul {
	padding-left:0;
	margin-left:2.14285714em;
	list-style-type:none
}
.fa-ul>li {
	position:relative
}
.fa-li {
	position:absolute;
	left:-2.14285714em;
	width:2.14285714em;
	top:.14285714em;
	text-align:center
}
.fa-li.fa-lg {
	left:-1.85714286em
}
.fa-border {
	padding:.2em .25em .15em;
	border:solid .08em #eee;
	border-radius:.1em
}
.pull-right {
	float:right
}
.pull-left {
	float:left
}
.fa.pull-left {
	margin-right:.3em
}
.fa.pull-right {
	margin-left:.3em
}
.fa-spin {
	-webkit-animation:spin 2s infinite linear;
	-moz-animation:spin 2s infinite linear;
	-o-animation:spin 2s infinite linear;
	animation:spin 2s infinite linear
}
@-moz-keyframes spin {
	0% {
		-moz-transform:rotate(0deg)
	}
	100% {
		-moz-transform:rotate(359deg)
	}
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform:rotate(0deg)
	}
	100% {
		-webkit-transform:rotate(359deg)
	}
}
@-o-keyframes spin {
	0% {
		-o-transform:rotate(0deg)
	}
	100% {
		-o-transform:rotate(359deg)
	}
}
@keyframes 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);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg)
}
.fa-rotate-180 {
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg)
}
.fa-rotate-270 {
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	transform:rotate(270deg)
}
.fa-flip-horizontal {
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform:scale(-1, 1);
	-moz-transform:scale(-1, 1);
	-ms-transform:scale(-1, 1);
	-o-transform:scale(-1, 1);
	transform:scale(-1, 1)
}
.fa-flip-vertical {
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform:scale(1, -1);
	-moz-transform:scale(1, -1);
	-ms-transform:scale(1, -1);
	-o-transform:scale(1, -1);
	transform:scale(1, -1)
}
.fa-stack {
	position:relative;
	display:inline-block;
	width:2em;
	height:2em;
	line-height:2em;
	vertical-align:middle
}
.fa-stack-1x,.fa-stack-2x {
	position:absolute;
	left:0;
	width:100%;
	text-align:center
}
.fa-stack-1x {
	line-height:inherit
}
.fa-stack-2x {
	font-size:2em
}
.fa-inverse {
	color:#fff
}
.fa-glass:before {
	content:"\f000"
}
.fa-music:before {
	content:"\f001"
}
.fa-search:before {
	content:"\f002"
}
.fa-envelope-o:before {
	content:"\f003"
}
.fa-heart:before {
	content:"\f004"
}
.fa-star:before {
	content:"\f005"
}
.fa-star-o:before {
	content:"\f006"
}
.fa-user:before {
	content:"\f007"
}
.fa-film:before {
	content:"\f008"
}
.fa-th-large:before {
	content:"\f009"
}
.fa-th:before {
	content:"\f00a"
}
.fa-th-list:before {
	content:"\f00b"
}
.fa-check:before {
	content:"\f00c"
}
.fa-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 {
	content:"\f080"
}
.fa-twitter-square:before {
	content:"\f081"
}
.fa-facebook-square:before {
	content:"\f082"
}
.fa-camera-retro:before {
	content:"\f083"
}
.fa-key:before {
	content:"\f084"
}
.fa-gears:before,.fa-cogs:before {
	content:"\f085"
}
.fa-comments:before {
	content:"\f086"
}
.fa-thumbs-o-up:before {
	content:"\f087"
}
.fa-thumbs-o-down:before {
	content:"\f088"
}
.fa-star-half:before {
	content:"\f089"
}
.fa-heart-o:before {
	content:"\f08a"
}
.fa-sign-out:before {
	content:"\f08b"
}
.fa-linkedin-square:before {
	content:"\f08c"
}
.fa-thumb-tack:before {
	content:"\f08d"
}
.fa-external-link:before {
	content:"\f08e"
}
.fa-sign-in:before {
	content:"\f090"
}
.fa-trophy:before {
	content:"\f091"
}
.fa-github-square:before {
	content:"\f092"
}
.fa-upload:before {
	content:"\f093"
}
.fa-lemon-o:before {
	content:"\f094"
}
.fa-phone:before {
	content:"\f095"
}
.fa-square-o:before {
	content:"\f096"
}
.fa-bookmark-o:before {
	content:"\f097"
}
.fa-phone-square:before {
	content:"\f098"
}
.fa-twitter:before {
	content:"\f099"
}
.fa-facebook:before {
	content:"\f09a"
}
.fa-github:before {
	content:"\f09b"
}
.fa-unlock:before {
	content:"\f09c"
}
.fa-credit-card:before {
	content:"\f09d"
}
.fa-rss:before {
	content:"\f09e"
}
.fa-hdd-o:before {
	content:"\f0a0"
}
.fa-bullhorn:before {
	content:"\f0a1"
}
.fa-bell:before {
	content:"\f0f3"
}
.fa-certificate:before {
	content:"\f0a3"
}
.fa-hand-o-right:before {
	content:"\f0a4"
}
.fa-hand-o-left:before {
	content:"\f0a5"
}
.fa-hand-o-up:before {
	content:"\f0a6"
}
.fa-hand-o-down:before {
	content:"\f0a7"
}
.fa-arrow-circle-left:before {
	content:"\f0a8"
}
.fa-arrow-circle-right:before {
	content:"\f0a9"
}
.fa-arrow-circle-up:before {
	content:"\f0aa"
}
.fa-arrow-circle-down:before {
	content:"\f0ab"
}
.fa-globe:before {
	content:"\f0ac"
}
.fa-wrench:before {
	content:"\f0ad"
}
.fa-tasks:before {
	content:"\f0ae"
}
.fa-filter:before {
	content:"\f0b0"
}
.fa-briefcase:before {
	content:"\f0b1"
}
.fa-arrows-alt:before {
	content:"\f0b2"
}
.fa-group:before,.fa-users:before {
	content:"\f0c0"
}
.fa-chain:before,.fa-link:before {
	content:"\f0c1"
}
.fa-cloud:before {
	content:"\f0c2"
}
.fa-flask:before {
	content:"\f0c3"
}
.fa-cut:before,.fa-scissors:before {
	content:"\f0c4"
}
.fa-copy:before,.fa-files-o:before {
	content:"\f0c5"
}
.fa-paperclip:before {
	content:"\f0c6"
}
.fa-save:before,.fa-floppy-o:before {
	content:"\f0c7"
}
.fa-square:before {
	content:"\f0c8"
}
.fa-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 {
	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-square:before,.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-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-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"
}




/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/


/* Secondary version */




/* Accordion info */

/*Secondary Version*/

.b-timeline__block-finish:before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 28px;
  height: 350px;
  width: 4px;
  background: #fff; }
  @media only screen and (min-width: 1024px) {
    .b-timeline:not(.b-timeline-full-width) .b-timeline__block-finish:before {
      left: 0;
      margin-left: -2px; } }

.b-timeline__content-finish {
  border: none; }
  .b-timeline__content-finish:before {
    border-right-color: #e9682e; }
    @media only screen and (min-width: 1024px) {
      .b-timeline:not(.b-timeline-full-width) .b-timeline__content-finish:before {
        border-color: transparent;
        border-left-color: #e9682e; }
      .b-timeline:not(.b-timeline-full-width) .b-timeline__block:nth-child(even) .b-timeline__content-finish:before {
        border-color: transparent;
        border-right-color: #e9682e; } }
  .b-timeline__content-finish:after {
    border-width: 0; }

.b-timeline__marker-finish {
  height: 52px; }

.b-timeline__infoblock-finish {
  background-color: #e9682e;
  margin-top: 8px;
  height: 31px;
  border-radius: 2px;
  padding: 8px 15px 0 15px;
  display: inline-block; }
  @media only screen and (min-width: 1024px) {
    .b-timeline:not(.b-timeline-full-width) .b-timeline__block:nth-child(odd) .b-timeline__infoblock-finish {
      float: right; } }

.f-timeline__infoblock-finish {
  font-size: 1.07692em;
  line-height: 1.2;
  color: #fff; }

.b-blog-timeline__infoblock {
  padding: 15px 28px 10px 20px; }

.b-blog-timeline__infoblock-title {
  border-bottom: 2px solid #e9682e; }

.b-timeline__date {
  position: relative;
  background: #fff;
  border: 1px solid #c3c3c3;
  border-radius: 2px;
  padding: 5px 8px;
  top: 15px;
  white-space: nowrap;
  width: 64px;
  text-align: center;
  margin-left: 0;
  box-shadow: inset 0 -4px 4px 0 rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 1024px) {
    .b-timeline:not(.b-timeline-full-width) .b-timeline__date {
      left: -50%;
      margin-left: 3px; } }
  .b-timeline__date:before, .b-timeline__date:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    pointer-events: none; }
  .b-timeline__date:after {
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -8px; }
  .b-timeline__date:before {
    border-bottom-color: #c3c3c3;
    border-width: 7px;
    margin-left: -9px; }

.f-timeline__date {
  font-size: 1em;
  line-height: 1.2;
  color: #e9682e;
  text-transform: uppercase; }

.b-search-result-box {
  margin: 30px 0 0; }

.b-search-item {
  border: 1px solid #dedede;
  padding: 3px 25px 7px 21px;
  margin: 0 0 26px; }
  .b-search-item:hover {
    border-color: #e26228; }

.b-search-item .is-global-title {
  color: #e26228;
  margin-bottom: 5px; }

.b-search-item .b-infoblock-with-icon__icon {
  width: 22px;
  padding: 2px 1px; }
.b-search-item .b-blog-one-column__info_container {
  padding: 4px 10px 0 29px; }

.b-search-item .f-infoblock-with-icon__icon .fa {
  font-size: 0.92308em;
  line-height: 1; }

.b-search-item .f-blog-one-column__info {
  font-size: 0.92308em;
  line-height: 1; }

.b-search-item .f-btn {
  font-size: 0.92308em;
  line-height: 1;
  text-transform: none; }

.b-form--mini.b-form-row {
  margin-bottom: 5px; }

.b-page-error {
  background: url(../img/bg_error.jpg) no-repeat 50% 100%;
  background-size: cover;
  padding: 106px 0 84px; }

.b-title-error span,
.b-title-error strong {
  display: block;
  text-align: center; }

.f-title-error strong {
  font-size: 2.92308em;
  line-height: 0.94737;
  color: #6d7a83;
  font-weight: normal; }
.f-title-error span {
  font-size: 13.07692em;
  line-height: 0.76471;
  color: #b5b5b5; }
@media screen and (max-width: 767px) {
  .f-title-error span {
    font-size: 11.53846em;
    line-height: 0.73333; }
  .f-title-error strong {
    font-size: 2.76923em;
    line-height: 0.94444; } }

.b-error-description {
  margin: 46px 0 0; }
  .b-error-description span,
  .b-error-description strong {
    display: block;
    text-align: center; }
  .b-error-description span {
    margin: 11px 0 0; }

.f-error-description span,
.f-error-description strong {
  color: #e26228; }
.f-error-description strong {
  font-size: 1.84615em;
  line-height: 1.2; }
.f-error-description span {
  font-size: 1.07692em;
  line-height: 1.2; }

.b-error-search {
  max-width: 374px;
  margin: 48px auto 0; }
  .b-error-search .form-control {
    height: 42px; }
  .b-error-search .b-btn-search {
    width: 43px;
    height: 41px; }
  .b-error-search .b-input-search {
    padding-right: 53px; }

.b-error-search .f-btn-search {
  font-size: 1.38462em;
  line-height: 2.33333; }

.settings-wrap {
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  -ms-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
  display: block;
  position: fixed;
  top: 160px;
  right: -182px;
  width: 182px;
  z-index: 200; }
  .settings-wrap h3 {
    font-size: 1.15385em;
    line-height: 1.2;
    color: #898989;
    margin-bottom: 0;
    text-transform: none; }
  .settings-wrap.active {
    right: 0; }

.settings-inner {
  background: #f5f5f5;
  border-radius: 0 0 0 4px;
  padding: 14px 12px 10px;
  overflow: hidden; }
  .settings-inner h3 {
    margin: 0px 12px 11px 0; }

.settings-box {
  padding-bottom: 25px; }

.settings-box--pattern {
  padding-bottom: 20px; }

.settings-box--img {
  padding-bottom: 14px; }

.settings-box--color {
  padding-bottom: 12px; }

.settings-title {
  background: #fff;
  position: relative;
  padding: 8px 12px 16px; }
  .settings-title .label {
    background: #fff;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    height: 100%;
    padding-right: 5px;
    padding-left: 10px;
    position: absolute;
    right: 100%;
    top: 0; }
    .settings-title .label:before {
      content: '';
      display: inline-block;
      font-size: 0;
      height: 100%;
      vertical-align: middle; }
    .settings-title .label .fa {
      color: #e26228;
      font-size: 30px;
      vertical-align: middle; }

.settings-btn-container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }
.settings-btn-container .settings-btn {
  font-size: 1em;
  line-height: 1;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  background: #898989;
  color: #fff;
  cursor: pointer;
  float: left;
  padding: 8px 0 6px;
  text-align: center;
  width: 66px; }
  .settings-btn-container .settings-btn:first-child {
    border-radius: 3px 0 0 3px; }
  .settings-btn-container .settings-btn:last-child {
    border-radius: 0px 3px 3px 0; }
  .settings-btn-container .settings-btn.active {
    background: #fff;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    color: #898989;
    cursor: auto; }

.settings-bg {
  margin: 0;
  padding: 0; }
  .settings-bg:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .settings-bg:hover {
    color: #e26228; }

.settings-reset {
  font-size: 0.92308em;
  line-height: 1.2;
  color: #898989;
  cursor: pointer; }
  .settings-reset:hover {
    color: #e26228; }

[data-bg] {
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  border: 1px solid #c3c4c5;
  overflow: hidden;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  float: left;
  height: 23px;
  list-style: none;
  margin: 0px 7px 10px 0;
  width: 23px; }
  [data-bg] img {
    display: block;
    margin: 0;
    height: 100%;
    width: 100%; }
  [data-bg].active {
    border: 2px solid #e26228; }

.color-themes {
  list-style: none;
  padding: 0;
  margin: 0; }
  .color-themes > li {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    margin: 1px; }
    .color-themes > li.is-active {
      border: 2px solid #fff; }
  .color-themes .default-color {
    background-color: #e9682e; }
  .color-themes .cyan-color {
    background-color: #5ca2c4; }
  .color-themes .red-color {
    background-color: #f44a53; }
  .color-themes .yellow-color {
    background-color: #dca13b; }
  .color-themes .green-color {
    background-color: #72bf59; }
  .color-themes .blue-color {
    background-color: #4496d2; }

.html-bg {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; }

.html-bg-pattern {
  background-repeat: repeat; }

@media screen and (max-width: 1360px) {
  .settings-box-hidden {
    display: none; } }
@media screen and (max-width: 1024px) {
  .settings-wrap {
    top: 60px; } }
@keyframes loader {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes loader {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
.loader-lock {
  position: relative;
  overflow: visible; }
  .loader-lock body {
    overflow: hidden;
    visibility: hidden; }
  .loader-lock .l-wrapper {
    visibility: visible;
    overflow-y: scroll; }

.l-wrapper {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background: #fff;
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  overflow: auto;
  text-align: center;
  z-index: 200;
  opacity: 1; }
  .l-wrapper:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0; }
  .l-wrapper.is-hide {
    visibility: hidden;
    z-index: 0; }

.b-loading-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.b-loading-img {
  height: 295px;
  transform-origin: center center;
  animation: loader 1s infinite linear;
  -webkit-animation: loader 1s infinite linear;
  width: 295px; }

.b-loading-logo {
  width: 100%;
  margin-top: -53px;
  position: absolute;
  top: 50%;
  text-align: center; }

.container-load {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  overflow: auto;
  text-align: center;
  z-index: 200;
  opacity: 1; }
  .container-load:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0; }

.b-load-page {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 442px; }
  @media screen and (max-width: 480px) {
    .b-load-page {
      width: 260px; } }

.b-logo-big {
  margin-bottom: 50px; }

.b-load-name {
  margin-top: 30px; }

.f-load-name {
  font-size: 0.92308em;
  line-height: 1.16667;
  color: #515151; }

.b-daily-row > [class*='col-'] {
  margin-top: 0px;
  margin-bottom: 22px; }

.b-daily-wrap:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.f-daily_day {
  font-size: 1.07692em;
  line-height: 1.71429;
  color: #e26228;
  text-transform: uppercase; }

.b-daily_day {
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.f-daily_description {
  font-size: 0.92308em;
  line-height: 2; }

.b-daily_description {
  overflow: hidden; }

.b-review-wrap {
  border: 1px solid #dedede;
  margin: 22px 0 23px; }

.b-review_title {
  background: #fafafa;
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 10px 10px 123px; }
  .b-review_title:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  @media screen and (max-width: 767px) {
    .b-review_title {
      padding-left: 20px; } }

.b-review_title-text {
  overflow: hidden; }

.f-review_title-text {
  font-size: 1.07692em;
  line-height: 1.2;
  color: #e26228; }

.b-review_info {
  padding: 12px 5px 16px 20px; }
  .b-review_info:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.b-review_user {
  float: left;
  margin-right: 20px;
  margin-top: -30px; }

.b-review_msg {
  overflow: hidden; }

.b-review_user_img {
  border: 1px solid #fff;
  margin-bottom: 7px; }
  .b-review_user_img img {
    display: block;
    width: 84px; }

.f-review_user_name {
  font-size: 1.15385em;
  line-height: 1.13333;
  color: #e26228;
  text-transform: uppercase; }

.f-review_msg-info {
  font-size: 0.92308em;
  line-height: 1.2;
  color: #919191; }

.b-review_msg-info {
  padding: 0;
  margin: 0; }
  .b-review_msg-info li {
    display: inline-block; }
    .b-review_msg-info li:after {
      content: "/";
      margin-left: 8px;
      margin-right: 8px; }
    .b-review_msg-info li:last-child:after {
      content: "";
      margin: 0; }

.b-tab-search-result {
  display: table;
  border-color: #f2f2f2;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-collapse: collapse;
  width: 100%; }

.b-tab-search-result_row {
  display: table-row; }

.b-tab-search-result_col {
  display: table-cell;
  border-color: #ececec;
  border-width: 0 1px 1px;
  border-style: solid;
  padding: 17px 15px;
  vertical-align: top; }
  @media screen and (max-width: 767px) {
    .b-tab-search-result_col {
      display: block; } }
  .b-tab-search-result_col:first-child {
    border-left-width: 0; }
    @media screen and (max-width: 767px) {
      .b-tab-search-result_col:first-child {
        border-width: 0px; } }
  .b-tab-search-result_col:last-child {
    max-width: 190px;
    width: 190px; }
    @media screen and (max-width: 767px) {
      .b-tab-search-result_col:last-child {
        border-width: 0 0 1px 0;
        max-width: 100%;
        padding-top: 0;
        width: 100%; } }

.b-tab-search-result_img {
  float: left;
  width: 45%; }
  @media screen and (max-width: 639px) {
    .b-tab-search-result_img {
      float: none;
      margin: 0 auto 10px;
      width: 100%; } }
  .b-tab-search-result_img img {
    border-bottom-width: 0;
    max-width: 100%;
    width: 100%;
    border-radius: 2px;
    display: block; }

.b-tab-search-result_info {
  overflow: hidden;
  padding-left: 18px; }
  @media screen and (max-width: 639px) {
    .b-tab-search-result_info {
      padding-left: 0; } }
  .b-tab-search-result_info .h4 {
    display: block;
    margin-bottom: 10px;
    margin-top: 0; }
  .b-tab-search-result_info a.h4:hover {
    color: #898989; }

.b-tab-search-result_list {
  padding-top: 35px; }
  .b-tab-search-result_list:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  @media screen and (max-width: 767px) {
    .b-tab-search-result_list {
      padding-top: 0; } }
  .b-tab-search-result_list .users .fa {
    margin-right: 3px; }
  @media screen and (max-width: 767px) {
    .b-tab-search-result_list .b-btn {
      float: right; } }
  @media screen and (max-width: 479px) {
    .b-tab-search-result_list .b-btn {
      float: none;
      margin: 18px auto 0;
      width: 100%; } }

@media screen and (max-width: 767px) {
  .b-tab-search-result_list-wrap {
    background: #fff;
    background: -webkit-linear-gradient(top, #fff, #fafafa);
    background: -moz-linear-gradient(top, #fff, #fafafa);
    background: -o-linear-gradient(top, #fff, #fafafa);
    background: -ms-linear-gradient(top, #fff, #fafafa);
    background: linear-gradient(to bottom, #fff, #fafafa); } }

.b-tab-search-result_list-row {
  margin-bottom: 17px; }
  @media screen and (max-width: 767px) {
    .b-tab-search-result_list-row {
      display: inline-block;
      margin: 10px 10px 0 0;
      border-left: 1px solid #ececec;
      padding-left: 10px; } }
  @media screen and (max-width: 767px) {
    .b-tab-search-result_list-row:first-child {
      padding-left: 0;
      border-left: 0; } }
  @media screen and (max-width: 767px) {
    .b-tab-search-result_list-row [class*="col-"] {
      display: inline-block;
      padding: 0; } }

.f-tab-search-result_list {
  color: #666666; }

.f-home-detail-option {
  font-size: 0.92308em;
  line-height: 1.16667;
  color: #666666; }

.b-home-detail-option_row {
  margin-top: 15px; }
  .b-home-detail-option_row:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
    position: relative; }
  .b-home-detail-option_row:first-child {
    margin: 0; }

.b-home-detail-option_item_title {
  float: left;
  min-width: 156px; }

.b-home-detail-option_item_value {
  overflow: hidden; }

.f-detail-home-content_title {
  font-size: 2.30769em;
  line-height: 1.26667; }

.b-detail-home-content {
  padding: 30px 0 0; }
  .b-detail-home-content .b-icon {
    vertical-align: sub; }
  .b-detail-home-content .b-btn-title-real-estate {
    vertical-align: middle; }

.b-info {
  margin: 0 0 0 5px; }
  .b-info span {
    margin: 0 13px 0 0px; }

.f-info {
  font-size: 1.07692em;
  line-height: 1.14286; }
  .f-info span {
    text-transform: uppercase; }

.b-blog-one-column__info_container .b-btn-title-real-estate.button-xs {
  font-size: 14px;
  vertical-align: top;
  padding: 6px 8px 3px; }

.b-employee-item--left h4, .b-employee-item--left p {
  padding: 0 15px; }

.b-contact-form-box--bord {
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  padding: 15px; }
  .b-contact-form-box--bord .b-form--contact-size textarea.form-control {
    height: 150px; }

.b-contact-form-box--bord .f-title-description {
  color: #666666; }

.b-icons {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 20px;
  background: url(../img/icon-2.png) no-repeat 0 0; }
  .b-icons.b-icon--shower {
    background-position: 0 0; }
  .b-icons.b-icon--bed2 {
    background-position: 0 -30px; }

.b-info-container--home .b-blog-one-column__info_container {
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  padding: 5px 0; }
.b-info-container--home.b-some-examples__item_info_level {
  border-color: transparent;
  padding: 0px 0 10px; }

.b-item-apartment-block {
  margin-bottom: 30px; }

.b-box-important {
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 8px 15px 8px 8px; }

.f-title-big--name {
  color: #e26228; }
  .f-title-big--name.f-title-big a {
    color: #e26228; }
    .f-title-big--name.f-title-big a:hover {
      color: #666666; }

.b-form-properties {
  padding: 26px 28px 0 31px;
  margin-bottom: 30px; }
  .b-form-properties .b-full-search-form_check {
    margin-bottom: 31px; }
  .b-form-properties .b-form-row {
    margin-bottom: 33px; }
  .b-form-properties input[type="text"],
  .b-form-properties span[class="ui-selectmenu-text"] {
    text-transform: uppercase;
    color: #555; }

.b-option-panel {
  height: 66px;
  background: #e26228;
  padding: 0 15px;
  position: fixed;
  z-index: 9999;
  width: 100%; }
  @media screen and (max-width: 479px) {
    .b-option-panel {
      padding: 0 9px; } }

.b-panel--logo {
  display: inline-block;
  vertical-align: middle;
  height: 66px;
  line-height: 65px; }
  .b-panel--logo:hover {
    opacity: 0.7; }
  @media screen and (max-width: 479px) {
    .b-panel--logo img {
      width: 40px; } }

.b-panel--list-project {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 12px; }

.f-panel--list-project {
  font-size: 1.07692em;
  line-height: 1;
  color: #fff; }
  .f-panel--list-project a {
    color: #fff; }
  @media screen and (max-width: 479px) {
    .f-panel--list-project {
      margin-left: 12px; } }
  @media screen and (min-width: 1025px) {
    .f-panel--list-project:hover .b-list-project--items {
      display: block; }
    .f-panel--list-project:hover .b-list-project--title {
      color: #fce4dc; } }
  .f-panel--list-project.is-active .b-list-project--items {
    display: block; }
  .f-panel--list-project.is-active .b-list-project--title {
    color: #fce4dc; }

.b-list-project--title {
  width: 194px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  padding: 16px 15px 14px 17px;
  background: #f47d47; }
  .b-list-project--title .fa {
    position: absolute;
    top: 15px;
    right: 17px; }
  @media screen and (max-width: 479px) {
    .b-list-project--title {
      width: 136px; } }

.b-list-project--items {
  display: none;
  position: absolute;
  top: 44px;
  left: 0px;
  padding: 0; }
  .b-list-project--items li {
    list-style-type: none;
    position: relative;
    width: 194px; }
    .b-list-project--items li a {
      cursor: pointer;
      text-transform: uppercase;
      display: block;
      background: #f47d47;
      padding: 13px 15px 12px 17px; }
      .b-list-project--items li a:hover {
        background: #fe996b; }
        .b-list-project--items li a:hover .b-list-progect--example {
          display: block; }
      .b-list-project--items li a .fa-html {
        font-size: 0.76923em;
        line-height: 1;
        display: block;
        float: right;
        font-style: normal;
        color: #e26228;
        background: #fff;
        padding: 2px 6px 3px 4px; }
    .b-list-project--items li:hover .b-list-progect--example {
      display: block; }
      @media screen and (max-width: 767px) {
        .b-list-project--items li:hover .b-list-progect--example {
          display: none; } }
    .b-list-project--items li .b-list-progect--example {
      display: none;
      position: absolute;
      top: 0;
      left: 204px;
      border: 3px solid #e26228;
      box-shadow: 1px 2px 5px rgba(108, 108, 108, 0.7); }
      @media screen and (max-width: 979px) {
        .b-list-project--items li .b-list-progect--example {
          width: 300px; }
          .b-list-project--items li .b-list-progect--example img {
            width: 100%; } }
    @media screen and (max-width: 479px) {
      .b-list-project--items li {
        width: 166px; } }

.b-option--resize {
  display: inline-block;
  vertical-align: middle;
  margin-left: 47px; }
  .b-option--resize .fa {
    font-size: 1.69231em;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    margin-right: 9px; }
    .b-option--resize .fa.fa-horizontal {
      -moz-transform: rotate(270deg);
      /* â•¨Ã¶â•¨â•—â•¤Ã… Firefox */
      -ms-transform: rotate(270deg);
      /* â•¨Ã¶â•¨â•—â•¤Ã… IE */
      -webkit-transform: rotate(270deg);
      /* â•¨Ã¶â•¨â•—â•¤Ã… Safari, Chrome, iOS */
      -o-transform: rotate(270deg);
      /* â•¨Ã¶â•¨â•—â•¤Ã… Opera */
      transform: rotate(270deg); }
    .b-option--resize .fa.fa-current, .b-option--resize .fa:hover {
      opacity: 0.7; }
  @media screen and (max-width: 1023px) {
    .b-option--resize {
      display: none; } }

.b-option-item {
  float: right;
  border-left: 1px solid #e88153;
  height: 66px;
  padding: 0 23px 0 26px;
  cursor: pointer; }
  .b-option-item:first-child {
    padding-right: 0; }
  .b-option-item:hover {
    opacity: 0.7; }
  @media screen and (max-width: 479px) {
    .b-option-item {
      padding: 0 11px 0; } }

.f-option-item {
  color: #fff;
  line-height: 65px; }

.f-option-item.b-option-close {
  vertical-align: middle;
  font-size: 28px; }
  .f-option-item.b-option-close:hover {
    color: #fff; }
  @media screen and (max-width: 479px) {
    .f-option-item.b-option-close {
      font-size: 18px; } }

.f-option-item.b-option-cart {
  vertical-align: middle;
  font-size: 18px; }
  .f-option-item.b-option-cart:hover {
    color: #fff; }
  .f-option-item.b-option-cart .fa {
    font-size: 28px;
    vertical-align: middle; }
    @media screen and (max-width: 479px) {
      .f-option-item.b-option-cart .fa {
        font-size: 18px; } }
  .f-option-item.b-option-cart span {
    margin: 0 0 0 10px; }
    @media screen and (max-width: 639px) {
      .f-option-item.b-option-cart span {
        display: none; } }

.b-product-cart {
  width: 100%; }
  .b-product-cart table {
    width: 100%;
    border-collapse: collapse; }
  .b-product-cart th {
    border: 1px solid #dfdfdf;
    background: #fafafa;
    padding: 1em; }
    @media screen and (max-width: 639px) {
      .b-product-cart th {
        padding: 0.5em; } }
    @media screen and (max-width: 767px) {
      .b-product-cart th:nth-child(4) {
        display: none; } }
    .b-product-cart th span {
      color: #515151; }
  .b-product-cart td {
    border: 1px solid #dfdfdf;
    background: #fff;
    padding: 1em;
    vertical-align: top; }
    @media screen and (max-width: 639px) {
      .b-product-cart td {
        padding: 0.5em; } }
    @media screen and (max-width: 767px) {
      .b-product-cart td:nth-child(4) {
        display: none; } }
  .b-product-cart span {
    display: block;
    line-height: 20px; }
    .b-product-cart span span {
      display: inline; }
  .b-product-cart p {
    font-size: 1em; }
  .b-product-cart .b-product-card__info_count {
    margin-right: 0; }
  .b-product-cart .b-align-middle {
    vertical-align: middle; }

.b-product-cart-small {
  border: 1px solid #dedede; }
  .b-product-cart-small + .b-product-cart-small {
    border-top: 0 none; }

.b-product-cart-small__header {
  padding: 0.9em 0.9em 0.7em;
  border-bottom: 1px solid #dedede;
  box-shadow: 0 -1px 1px #e8e8e8 inset; }

.b-product-cart-small__content {
  padding: 1em; }

.b-product-cart-small__content_row-half {
  float: left;
  width: 50%; }
  .b-product-cart-small__content_row-half:first-child {
    padding-right: 0.4em; }
  .b-product-cart-small__content_row-half:last-child {
    padding-left: 0.4em; }

.b-product-cart-small__content_info_row {
  border-bottom: 1px solid #dedede;
  padding: 8px 0 5px;
  overflow: hidden; }
  .b-product-cart-small__content_info_row:first-child {
    padding-top: 0; }

.b-product-cart-small__content_info_value {
  float: right; }

.b-product-cart-small__content_info_title {
  float: left;
  line-height: 16px; }

.b-product-cart-small__content_info {
  margin-bottom: 1em; }

.f-product-cart-small__content_info {
  font-size: 0.92308em;
  line-height: 2; }

.f-product-cart-small__content_row {
  font-size: 0.92308em;
  line-height: 2; }

.b-product-card .b-stars-group {
  display: inline-block; }
.b-product-card .b-btn {
  padding: 7px 9px 6px 9px;
  line-height: 16px;
  min-height: 30px; }
.b-product-card .b-tag {
  margin-top: 0;
  margin-bottom: 0; }
.b-product-card .form-control {
  display: inline-block; }

.b-product-card__visual-wrap {
  float: left;
  margin-right: 30px;
  width: 380px; }
  @media screen and (max-width: 767px) {
    .b-product-card__visual-wrap {
      width: 100%;
      float: none;
      margin-right: 0; } }

.b-product-card__visual {
  margin-bottom: 22px; }

.b-product-card__visual-thumb {
  border: 0;
  box-shadow: none; }

.b-product-card__info {
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .b-product-card__info {
      margin-top: 30px; } }

.b-product-card__info_row {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0; }
  .b-product-card__info_row:last-child {
    border-bottom: 0 none; }

.f-product-card__info_price {
  font-size: 1.38462em;
  line-height: 1.2; }

.b-product-card__info_title {
  display: inline-block;
  width: 70px;
  margin-right: 1.5em; }
  .b-product-card__info_title:after {
    content: ":";
    float: right;
    position: relative;
    left: 0.7em; }

.b-product-card__info_like {
  background-color: #049ab0;
  display: inline-block;
  line-height: 17px; }
  .b-product-card__info_like:hover {
    background-color: #2bc2d5; }

.b-product-card__info_count {
  width: 60px;
  display: inline-block;
  margin-right: 0.3em; }
  @media screen and (max-width: 979px) {
    .b-product-card__info_count {
      min-width: 86px; } }

.b-product-card__info_add {
  display: inline-block;
  margin-right: 0.3em;
  font-size: 0.92308em;
  line-height: 1.2; }
  .b-product-card__info_add i {
    font-size: 1.07692em;
    line-height: 1.2; }

.b-product-card__info_code {
  display: inline-block;
  margin-right: 0.3em; }

.f-product-card__info_description {
  font-size: 0.92308em;
  line-height: 2; }

textarea.b-product-card-textarea {
  height: 222px; }

.b-container-login-page {
  margin-top: 43px;
  margin-bottom: 47px; }

.b-log-in-form {
  border-right: 1px solid #ebebeb;
  padding-right: 10px; }
  .b-log-in-form .b-hr {
    margin: 14px 0 25px;
    max-width: 470px; }
  @media screen and (max-width: 979px) {
    .b-log-in-form {
      border-right: 0;
      margin-bottom: 20px; } }

.b-social-links-box {
  margin: 19px 0 0; }

.b-social__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  border-bottom: 3px solid;
  height: 33px;
  width: 105px;
  margin: 0 7px 0 0; }
  .b-social__item .fa {
    position: relative;
    padding: 2px 8px 0 8px;
    margin: 0 2px 0 0; }
    .b-social__item .fa:after {
      content: '';
      display: block;
      height: 30px;
      position: absolute;
      top: 0;
      left: 100%;
      border-right: 1px solid rgba(255, 255, 255, 0.2); }
  .b-social__item:last-child {
    margin: 0; }
  .b-social__item.b-social__item--fb {
    background: #3b5998;
    border-bottom-color: #31497d; }
    .b-social__item.b-social__item--fb:hover {
      background: #31497d; }
  .b-social__item.b-social__item--tw, .b-social__item.b-social__item--g {
    background: #56adee;
    border-bottom-color: #468ec3; }
    .b-social__item.b-social__item--tw:hover, .b-social__item.b-social__item--g:hover {
      background: #468ec3; }
  .b-social__item.b-social__item--ld {
    background: #0182b3;
    border-bottom-color: #0182b3; }
    .b-social__item.b-social__item--ld:hover {
      background: #016287;
      border-bottom-color: #016287; }

.f-social__item {
  font-size: 1.07692em;
  line-height: 1.85714;
  color: #fff; }
  .f-social__item:hover {
    color: #fff; }
  .f-social__item .fa {
    font-size: 1.23077em;
    line-height: 1.625; }

.b-education-box .b-some-examples__item {
  margin: 10px 0 20px; }

.b-education-detail-box .b-information-box__name {
  width: 112px; }

.b-sort-panel__inner__portfolio.b-sort-panel__inner {
  margin: 40px 0 0; }

.b-portfolio-item {
  padding: 27px 0 29px;
  border-top: 1px solid #e3e3e3; }
  .b-portfolio-item:first-child {
    border: 0; }

.b-portfolio_image {
  position: relative; }
  .b-portfolio_image img {
    border-radius: 2px;
    width: 100%; }
  .b-portfolio_image .b-item-hover-action {
    border-radius: 2px; }
  @media screen and (max-width: 979px) {
    .b-portfolio_image {
      margin-bottom: 15px; } }

.f-portfolio_info_title {
  font-size: 1.84615em;
  line-height: 1;
  color: #e26228;
  text-transform: uppercase; }
  .f-portfolio_info_title a {
    color: #e26228; }
    .f-portfolio_info_title a:hover {
      color: #666666; }

.b-portfolio_info_rating {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 7px 0 6px 5px;
  margin: 9px 0 0;
  overflow: hidden; }
  .b-portfolio_info_rating .b-stars-group {
    display: block;
    vertical-align: middle;
    float: left;
    padding-top: 2px; }
  .b-portfolio_info_rating .b-portfolio_rating_category {
    display: block;
    vertical-align: middle;
    overflow: hidden;
    padding-top: 3px;
    padding-bottom: 2px; }
    @media screen and (max-width: 767px) {
      .b-portfolio_info_rating .b-portfolio_rating_category {
        display: block; } }

.b-rating_bord {
  height: 20px;
  vertical-align: middle;
  display: block;
  border-left: 1px solid #e3e3e3;
  margin: 0 8px 0 6px;
  float: left; }

.b-portfolio_info_description {
  margin: 12px 0 10px; }

.f-portfolio_category_title {
  font-size: 0.92308em;
  line-height: 1.16667;
  color: #515151; }

.f-portfolio_category_name {
  font-size: 0.92308em;
  line-height: 1.16667;
  color: #e26228; }
  .f-portfolio_category_name:hover {
    color: #898989; }

.f-portfolio_info_description {
  font-size: 0.92308em;
  line-height: 2.16667;
  color: #515151; }

.b-portfolio-item__style-bord.b-portfolio-item {
  border: 1px solid #e3e3e3;
  margin: 43px 0 0;
  padding: 0;
  border-radius: 2px; }
  .b-portfolio-item__style-bord.b-portfolio-item:first-child {
    border: 1px solid #e3e3e3;
    margin: 0; }
.b-portfolio-item__style-bord .b-portfolio_image img {
  border-radius: 2px 0 0 2px; }
.b-portfolio-item__style-bord .b-portfolio_info_button {
  margin: 0 0 10px; }
.b-portfolio-item__style-bord .b-portfolio_info {
  margin: 18px 28px 0 0; }
  @media screen and (max-width: 979px) {
    .b-portfolio-item__style-bord .b-portfolio_info {
      margin: 18px 20px; } }

.f-portfolio_info_button .button-sm {
  text-transform: uppercase;
  padding: 13px 16px 6px; }
  .f-portfolio_info_button .button-sm:hover {
    color: #fff; }

.b-portfolio_image_box--arrow.b-portfolio_image_box {
  position: relative; }
  .b-portfolio_image_box--arrow.b-portfolio_image_box:after {
    content: '';
    display: block;
    position: absolute;
    top: 36px;
    right: 0;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #fff;
    border-left: 0; }
    @media screen and (max-width: 979px) {
      .b-portfolio_image_box--arrow.b-portfolio_image_box:after {
        top: auto;
        bottom: 0;
        left: 36px;
        border-bottom-color: #fff;
        border-top: 0;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent; } }

.b-category-filter--portfolio.b-category-filter {
  border: 0;
  padding: 2px 0 25px; }
  .b-category-filter--portfolio.b-category-filter ul {
    padding: 0; }

.b-portfolio-gallery {
  margin-top: 12px; }
  .b-portfolio-gallery .b-app-with-img__item {
    margin: 0 0 20px; }
  .b-portfolio-gallery .b-item-hover-action__inner-bottom-title {
    padding: 15px 0 8px 0;
    text-transform: uppercase; }
  .b-portfolio-gallery .b-item-hover-action__inner-bottom {
    height: 73px; }

.hover-action__inner-bottom-big .b-item-hover-action__inner-bottom-title {
  font-size: 1.23077em;
  line-height: 1.5;
  padding: 19px 0 6px 0; }
.hover-action__inner-bottom-big .b-item-hover-action__inner-bottom {
  height: 82px; }
  .hover-action__inner-bottom-big .b-item-hover-action__inner-bottom .f-portfolio_category_name {
    color: #fff; }

.b-h4-special--portfolio.b-h4-special {
  margin: 20px 0 5px; }

.b-remaining--max-box .b-hr-with-btn:before, .b-remaining--max-box .b-hr-with-btn:after {
  width: 526px; }

.b-portfolio-overview {
  padding: 0 0 30px;
  margin: 50px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }

.b-title-b-hr--position.b-title-b-hr {
  margin-bottom: 16px; }

.b-portfolio-overview__project {
  margin: 25px 0 0; }

.f-project {
  color: #e26228;
  text-transform: uppercase; }
  .f-project:hover {
    color: #898989; }

.b-information-box ul {
  padding: 0;
  margin: 0; }
  .b-information-box ul li {
    list-style-type: none;
    padding: 11px 0 9px;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
    vertical-align: middle; }

.f-information-box {
  text-transform: uppercase; }

.f-information-box__name {
  color: #e26228; }

.b-information-box__name {
  display: inline-block;
  width: 74px;
  float: left; }

.f-dotted {
  color: #e26228; }

.b-dotted {
  margin: 0 14px 0 0;
  font-style: normal; }

.b-information-box .b-dotted {
  float: left;
  display: block; }

.f-information_data {
  color: #515151;
  display: block;
  overflow: hidden; }

.b-overview__comment {
  margin: 25px 0 0; }

.b-portfolio__example-box .b-app-with-img__item_text {
  background-image: url("../img/diagonal-line-bg-light.png");
  background-color: #f6f6f6;
  background-repeat: repeat;
  background-position: 0 0; }
.b-portfolio__example-box .b-carousel-title {
  border-bottom: 1px solid #e3e3e3;
  margin: 0 0 25px; }
  .b-portfolio__example-box .b-carousel-title.b-diagonal-line-bg-light {
    border-top: 1px solid #e3e3e3;
    padding-top: 8px; }
    .b-portfolio__example-box .b-carousel-title.b-diagonal-line-bg-light:after {
      content: '';
      display: block;
      position: relative;
      clear: both;
      width: 100%; }
.b-portfolio__example-box .b-app-with-img__item:hover .b-app-with-img__item_text {
  background-color: #e26228; }
.b-portfolio__example-box .b-app-with-img__item:hover .f-app-with-img__item_name a {
  color: #fff; }
.b-portfolio__example-box .b-app-with-img__item:hover .f-app-with-img__item_info {
  color: #fff; }
.b-portfolio__example-box .b-app-with-img__item:hover .b-app-with-img__item_img {
  border-color: #fff; }
.b-portfolio__example-box.b-carousel-secondary .bx-controls {
  top: -71px; }

.f-carousel-title__color.f-carousel-title {
  color: #e26228; }
  @media screen and (max-width: 639px) {
    .f-carousel-title__color.f-carousel-title {
      font-size: 0.92308em;
      line-height: 2; } }

.b-portfolio-slider-box {
  margin-top: 54px; }
  .b-portfolio-slider-box .b-carousel-secondary .b-carousel-title {
    padding-top: 8px;
    border-top: 1px solid #e3e3e3; }

.b-portfolio-slider-box__items {
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  padding: 10px 10px 7px;
  border-radius: 3px; }
  .b-portfolio-slider-box__items img {
    border-radius: 2px;
    float: none !important;
    /* For vertical alignment */
    display: inline-block;
    vertical-align: middle; }

.b-carousel-arr-square--big.b-carousel-arr-square .bx-controls-direction a {
  background: #fff;
  height: 33px;
  width: 33px;
  padding: 9px 0 3px; }
  .b-carousel-arr-square--big.b-carousel-arr-square .bx-controls-direction a:after {
    color: #aeafb1; }
  .b-carousel-arr-square--big.b-carousel-arr-square .bx-controls-direction a:hover {
    background: #e26228; }
    .b-carousel-arr-square--big.b-carousel-arr-square .bx-controls-direction a:hover:after {
      color: #fff; }

.b-arrow-title-box {
  float: right;
  padding: 4px 0 0; }
  .b-arrow-title-box a {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    background: #828282;
    border-radius: 3px; }
    .b-arrow-title-box a:hover {
      background: #e26228; }
    @media screen and (max-width: 639px) {
      .b-arrow-title-box a {
        width: 18px; } }
  @media screen and (max-width: 639px) {
    .b-arrow-title-box {
      padding: 2px 0 0; } }

.f-arrow-title-box {
  line-height: 24px; }
  .f-arrow-title-box a {
    text-align: center; }
    .f-arrow-title-box a .fa {
      line-height: 26px;
      font-size: 30px;
      vertical-align: middle;
      color: #fff; }
      @media screen and (max-width: 639px) {
        .f-arrow-title-box a .fa {
          font-size: 20px;
          line-height: 16px; } }
  @media screen and (max-width: 639px) {
    .f-arrow-title-box {
      line-height: 16px; } }

.b-welcome-box {
  margin-bottom: 25px; }
  .b-welcome-box .is-global-title {
    color: #e26228; }

.b-title-description {
  border-bottom: 1px solid #e4e4e4;
  padding: 0 0 10px;
  margin: 0 0 22px; }
  .b-title-description .b-title-description__comment {
    margin: 6px 0 0; }

.f-title-description {
  font-size: 1.38462em;
  line-height: 1.11111;
  color: #e26228; }
  .f-title-description .f-title-description__comment {
    font-size: 0.69231em;
    line-height: 1.55556;
    color: #515151;
    text-transform: none; }

.b-form--contact-size textarea.form-control {
  height: 179px; }

.b-bord-box {
  border-top: 1px solid #cdcdcd;
  padding: 35px 0 54px; }
  .b-bord-box.b-google-map {
    border-bottom: 1px solid #cdcdcd;
    padding: 0; }

.b-contact-form-box {
  margin-bottom: 38px; }

.f-infoblock-with-icon--color .f-infoblock-with-icon__info_title {
  color: #e26228; }

/*# sourceMappingURL=main-default.css.map */














