@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


.slider {
	display: inline-block;
	vertical-align: middle;
	position: relative
}
.slider.slider-horizontal {
	width: 210px;
	height: 20px
}
.slider.slider-horizontal .slider-track {
	height: 10px;
	width: 100%;
	margin-top: -5px;
	top: 50%;
	left: 0
}
.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
	height: 100%;
	top: 0;
	bottom: 0
}
.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
	margin-left: -10px
}
.slider.slider-horizontal .slider-tick.triangle, .slider.slider-horizontal .slider-handle.triangle {
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-width: 0 10px 10px 10px;
	width: 0;
	height: 0;
	border-bottom-color: #2e6da4;
	margin-top: 0
}
.slider.slider-horizontal .slider-tick-container {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}
.slider.slider-horizontal .slider-tick-label-container {
	white-space: nowrap;
	margin-top: 20px
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
	padding-top: 4px;
	display: inline-block;
	text-align: center
}
.slider.slider-horizontal .tooltip {
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.slider.slider-horizontal.slider-rtl .slider-track {
	left: initial;
	right: 0
}
.slider.slider-horizontal.slider-rtl .slider-tick, .slider.slider-horizontal.slider-rtl .slider-handle {
	margin-left: initial;
	margin-right: -10px
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
	left: initial;
	right: 0
}
.slider.slider-horizontal.slider-rtl .tooltip {
	-ms-transform: translateX(50%);
	transform: translateX(50%)
}
.slider.slider-vertical {
	height: 210px;
	width: 20px
}
.slider.slider-vertical .slider-track {
	width: 10px;
	height: 100%;
	left: 25%;
	top: 0
}
.slider.slider-vertical .slider-selection {
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0
}
.slider.slider-vertical .slider-track-low, .slider.slider-vertical .slider-track-high {
	width: 100%;
	left: 0;
	right: 0
}
.slider.slider-vertical .slider-tick, .slider.slider-vertical .slider-handle {
	margin-top: -10px
}
.slider.slider-vertical .slider-tick.triangle, .slider.slider-vertical .slider-handle.triangle {
	border-width: 10px 0 10px 10px;
	width: 1px;
	height: 1px;
	border-left-color: #2e6da4;
	border-right-color: #2e6da4;
	margin-left: 0;
	margin-right: 0
}
.slider.slider-vertical .slider-tick-label-container {
	white-space: nowrap
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
	padding-left: 4px
}
.slider.slider-vertical .tooltip {
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.slider.slider-vertical.slider-rtl .slider-track {
	left: initial;
	right: 25%
}
.slider.slider-vertical.slider-rtl .slider-selection {
	left: initial;
	right: 0
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle, .slider.slider-vertical.slider-rtl .slider-handle.triangle {
	border-width: 10px 10px 10px 0
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
	padding-left: initial;
	padding-right: 4px
}
.slider.slider-disabled .slider-handle {
	background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0)
}
.slider.slider-disabled .slider-track {
	background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
	cursor: not-allowed
}
.slider input {
	display: none
}
.slider .tooltip.top {
	margin-top: -36px
}
.slider .tooltip-inner {
	white-space: nowrap;
	max-width: none
}
.slider .hide {
	display: none
}
.slider-track {
	position: absolute;
	cursor: pointer;
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	border-radius: 4px
}
.slider-selection {
	position: absolute;
	background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-sizing: border-box;
	border-radius: 4px
}
.slider-selection.tick-slider-selection {
	background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0)
}
.slider-track-low, .slider-track-high {
	position: absolute;
	background: 0 0;
	box-sizing: border-box;
	border-radius: 4px
}
.slider-handle {
	position: absolute;
	top: 0;
	width: 20px;
	height: 20px;
	background-color: #337ab7;
	background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
	filter: none;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	border: 0 solid transparent
}
.slider-handle.round {
	border-radius: 50%
}
.slider-handle.triangle {
	background: 0 0
}
.slider-handle.custom {
	background: 0 0
}
.slider-handle.custom::before {
	line-height: 20px;
	font-size: 20px;
	content: '\2605';
	color: #726204
}
.slider-tick {
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-sizing: border-box;
	filter: none;
	opacity: .8;
	border: 0 solid transparent
}
.slider-tick.round {
	border-radius: 50%
}
.slider-tick.triangle {
	background: 0 0
}
.slider-tick.custom {
	background: 0 0
}
.slider-tick.custom::before {
	line-height: 20px;
	font-size: 20px;
	content: '\2605';
	color: #726204
}
.slider-tick.in-selection {
	background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
	opacity: 1
}
.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
}
.h-link {
	text-decoration: none;
	cursor: pointer
}
.h-link:hover, .h-link:focus {
	text-decoration: underline
}
.h-link-reverse {
	text-decoration: underline
}
.h-link-reverse:hover, .h-link-reverse:focus {
	text-decoration: none
}
.h-link-simple {
	text-decoration: none!important;
	cursor: pointer
}
.h-link-disabled {
	cursor: default;
	text-decoration: none!important
}
.h-link-close {
	font-size: 8px;
	text-decoration: none!important
}
.h-link_color-inherit {
	color: inherit!important
}
.h-va.h-va_top {
	vertical-align: top
}
.h-va.h-va_middle {
	vertical-align: middle
}
.h-va.h-va_bottom {
	vertical-align: bottom
}
.h-inlbl {
	display: inline-block;
*display:inline;
*zoom:1
}
.h-text.h-text_ovf {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.h-text.h-text_size-xs {
	font-size: 11px
}
.h-text.h-text_size-sm {
	font-size: 12px
}
.h-text.h-text_size-base {
	font-size: 13px
}
.h-text.h-text_size-md {
	font-size: 14px
}
.h-text.h-text_size-lg {
	font-size: 16px
}
.h-text.h-text_size-big {
	font-size: 18px
}
.h-text.h-text_size-high {
	font-size: 20px
}
.h-text.h-text_color-primary {
	color: #a19f9d
}
a.h-text.h-text_color-primary:hover {
	color: #888683
}
.h-text.h-text_color-success {
	color: #35ca66
}
a.h-text.h-text_color-success:hover {
	color: #2aa252
}
.h-text.h-text_color-info {
	color: #aeaeae
}
a.h-text.h-text_color-info:hover {
	color: #959595
}
.h-text.h-text_color-danger {
	color: #f47b7a
}
a.h-text.h-text_color-danger:hover {
	color: #f04c4b
}
.h-text.h-text_color-warning {
	color: #ffc300
}
a.h-text.h-text_color-warning:hover {
	color: #cc9c00
}
.h-text.h-text_color-silver {
	color: #e8e8e8
}
a.h-text.h-text_color-silver:hover {
	color: #cfcfcf
}
.h-text.h-text_color-gray {
	color: #f6f6f6
}
a.h-text.h-text_color-gray:hover {
	color: #ddd
}
.h-text.h-text_color-darkgray {
	color: #323232
}
a.h-text.h-text_color-darkgray:hover {
	color: #181818
}
.h-text.h-text_color-gray_eee {
	color: #eee
}
a.h-text.h-text_color-gray_eee:hover {
	color: #d5d5d5
}
.h-text.h-text_color-white {
	color: #fff
}
a.h-text.h-text_color-white:hover {
	color: #e6e6e6
}
.h-text.h-text_color-green {
	color: #51b749
}
a.h-text.h-text_color-green:hover {
	color: #41933a
}
.h-text.h-text_color-inherit {
	color: inherit
}
.h-padding_xy-null, .h-padding_x-null {
	padding-left: 0;
	padding-right: 0
}
.h-padding_xy-null, .h-padding_y-null {
	padding-top: 0;
	padding-bottom: 0
}
.h-padding_xy-xs, .h-padding_x-xs {
	padding-left: 5px;
	padding-right: 5px
}
.h-padding_xy-xs, .h-padding_y-xs {
	padding-top: 5px;
	padding-bottom: 5px
}
.h-padding_xy-sm, .h-padding_x-sm {
	padding-left: 10px;
	padding-right: 10px
}
.h-padding_xy-sm, .h-padding_y-sm {
	padding-top: 10px;
	padding-bottom: 10px
}
.h-padding_xy-md, .h-padding_x-md {
	padding-left: 15px;
	padding-right: 15px
}
.h-padding_xy-md, .h-padding_y-md {
	padding-top: 15px;
	padding-bottom: 15px
}
.h-padding_xy-b, .h-padding_x-b {
	padding-left: 20px;
	padding-right: 20px
}
.h-padding_xy-b, .h-padding_y-b {
	padding-top: 20px;
	padding-bottom: 20px
}
.h-padding_xy-lg, .h-padding_x-lg {
	padding-left: 25px;
	padding-right: 25px
}
.h-padding_xy-lg, .h-padding_y-lg {
	padding-top: 25px;
	padding-bottom: 25px
}
.h-posr {
	position: relative
}
.h-ovh {
	overflow: hidden
}
.h-bg_primary {
	background-color: #a19f9d
}
a.h-bg_primary:hover, a.h-bg_primary:focus {
	background-color: #888683
}
.h-bg_success {
	background-color: #35ca66
}
a.h-bg_success:hover, a.h-bg_success:focus {
	background-color: #2aa252
}
.h-bg_info {
	background-color: #aeaeae
}
a.h-bg_info:hover, a.h-bg_info:focus {
	background-color: #959595
}
.h-bg_danger {
	background-color: #f47b7a
}
a.h-bg_danger:hover, a.h-bg_danger:focus {
	background-color: #f04c4b
}
.h-bg_warning {
	background-color: #ffc300
}
a.h-bg_warning:hover, a.h-bg_warning:focus {
	background-color: #cc9c00
}
.h-bg_silver {
	background-color: #e8e8e8
}
a.h-bg_silver:hover, a.h-bg_silver:focus {
	background-color: #cfcfcf
}
.h-bg_gray {
	background-color: #f6f6f6
}
a.h-bg_gray:hover, a.h-bg_gray:focus {
	background-color: #ddd
}
.h-bg_darkgray {
	background-color: #323232
}
a.h-bg_darkgray:hover, a.h-bg_darkgray:focus {
	background-color: #181818
}
.h-bg_gray_eee {
	background-color: #eee
}
a.h-bg_gray_eee:hover, a.h-bg_gray_eee:focus {
	background-color: #d5d5d5
}
.h-bg_white {
	background-color: #fff
}
a.h-bg_white:hover, a.h-bg_white:focus {
	background-color: #e6e6e6
}
.h-bg_green {
	background-color: #51b749
}
a.h-bg_green:hover, a.h-bg_green:focus {
	background-color: #41933a
}
.h-mrg_t-xs, .h-mrg_all-xs {
	margin-top: 2px
}
.h-mrg_r-xs, .h-mrg_all-xs {
	margin-right: 2px
}
.h-mrg_b-xs, .h-mrg_all-xs {
	margin-bottom: 2px
}
.h-mrg_l-xs {
	margin-left: 2px
}
.h-mrg_back-t-xs {
	margin-top: -2px
}
.h-mrg_back-r-xs {
	margin-right: -2px
}
.h-mrg_back-b-xs {
	margin-bottom: -2px
}
.h-mrg_back-l-xs {
	margin-left: -2px
}
.h-mrg_t-sm, .h-mrg_all-sm {
	margin-top: 4px
}
.h-mrg_r-sm, .h-mrg_all-sm {
	margin-right: 4px
}
.h-mrg_b-sm, .h-mrg_all-sm {
	margin-bottom: 4px
}
.h-mrg_l-sm {
	margin-left: 4px
}
.h-mrg_back-t-sm {
	margin-top: -4px
}
.h-mrg_back-r-sm {
	margin-right: -4px
}
.h-mrg_back-b-sm {
	margin-bottom: -4px
}
.h-mrg_back-l-sm {
	margin-left: -4px
}
.h-mrg_t-m, .h-mrg_all-m {
	margin-top: 6px
}
.h-mrg_r-m, .h-mrg_all-m {
	margin-right: 6px
}
.h-mrg_b-m, .h-mrg_all-m {
	margin-bottom: 6px
}
.h-mrg_l-m {
	margin-left: 6px
}
.h-mrg_back-t-m {
	margin-top: -6px
}
.h-mrg_back-r-m {
	margin-right: -6px
}
.h-mrg_back-b-m {
	margin-bottom: -6px
}
.h-mrg_back-l-m {
	margin-left: -6px
}
.h-mrg_t-lg, .h-mrg_all-lg {
	margin-top: 8px
}
.h-mrg_r-lg, .h-mrg_all-lg {
	margin-right: 8px
}
.h-mrg_b-lg, .h-mrg_all-lg {
	margin-bottom: 8px
}
.h-mrg_l-lg {
	margin-left: 8px
}
.h-mrg_back-t-lg {
	margin-top: -8px
}
.h-mrg_back-r-lg {
	margin-right: -8px
}
.h-mrg_back-b-lg {
	margin-bottom: -8px
}
.h-mrg_back-l-lg {
	margin-left: -8px
}
.h-mrg_t-xl, .h-mrg_all-xl {
	margin-top: 10px
}
.h-mrg_r-xl, .h-mrg_all-xl {
	margin-right: 10px
}
.h-mrg_b-xl, .h-mrg_all-xl {
	margin-bottom: 10px
}
.h-mrg_l-xl {
	margin-left: 10px
}
.h-mrg_back-t-xl {
	margin-top: -10px
}
.h-mrg_back-r-xl {
	margin-right: -10px
}
.h-mrg_back-b-xl {
	margin-bottom: -10px
}
.h-mrg_back-l-xl {
	margin-left: -10px
}
.h-mrg_t-m-x2, .h-mrg_all-m-x2 {
	margin-top: 12px
}
.h-mrg_r-m-x2, .h-mrg_all-m-x2 {
	margin-right: 12px
}
.h-mrg_b-m-x2, .h-mrg_all-m-x2 {
	margin-bottom: 12px
}
.h-mrg_l-m-x2 {
	margin-left: 12px
}
.h-mrg_back-t-m-x2 {
	margin-top: -12px
}
.h-mrg_back-r-m-x2 {
	margin-right: -12px
}
.h-mrg_back-b-m-x2 {
	margin-bottom: -12px
}
.h-mrg_back-l-m-x2 {
	margin-left: -12px
}
.h-mrg_t-b, .h-mrg_all-b {
	margin-top: 15px
}
.h-mrg_r-b, .h-mrg_all-b {
	margin-right: 15px
}
.h-mrg_b-b, .h-mrg_all-b {
	margin-bottom: 15px
}
.h-mrg_l-b {
	margin-left: 15px
}
.h-mrg_back-t-b {
	margin-top: -15px
}
.h-mrg_back-r-b {
	margin-right: -15px
}
.h-mrg_back-b-b {
	margin-bottom: -15px
}
.h-mrg_back-l-b {
	margin-left: -15px
}
.h-mrg_t-xl-x2, .h-mrg_all-xl-x2 {
	margin-top: 20px
}
.h-mrg_r-xl-x2, .h-mrg_all-xl-x2 {
	margin-right: 20px
}
.h-mrg_b-xl-x2, .h-mrg_all-xl-x2 {
	margin-bottom: 20px
}
.h-mrg_l-xl-x2 {
	margin-left: 20px
}
.h-mrg_back-t-xl-x2 {
	margin-top: -20px
}
.h-mrg_back-r-xl-x2 {
	margin-right: -20px
}
.h-mrg_back-b-xl-x2 {
	margin-bottom: -20px
}
.h-mrg_back-l-xl-x2 {
	margin-left: -20px
}
.h-mrg_t-b-x2, .h-mrg_all-b-x2 {
	margin-top: 30px
}
.h-mrg_r-b-x2, .h-mrg_all-b-x2 {
	margin-right: 30px
}
.h-mrg_b-b-x2, .h-mrg_all-b-x2 {
	margin-bottom: 30px
}
.h-mrg_l-b-x2 {
	margin-left: 30px
}
.h-mrg_back-t-b-x2 {
	margin-top: -30px
}
.h-mrg_back-r-b-x2 {
	margin-right: -30px
}
.h-mrg_back-b-b-x2 {
	margin-bottom: -30px
}
.h-mrg_back-l-b-x2 {
	margin-left: -30px
}
.h-content-divider-130 {
	padding-bottom: 130px
}
.h-gs {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%)
}
.h-gs:hover {
	filter: none!important;
	-webkit-filter: none!important
}
@keyframes progress-bar-stripes {
0% {
background-position:40px 0
}
to {
	background-position: 0 0
}
}
.progress {
	overflow: hidden;
	height: 22px;
	margin-bottom: 22px;
	background-color: #f5f5f5;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}
.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	background-color: #a19f9d;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	transition: width .6s ease
}
.progress-striped .progress-bar, .progress-bar-striped {
	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);
	background-size: 40px 40px
}
.progress.active .progress-bar, .progress-bar.active {
	animation: progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
	background-color: #35ca66
}
.progress-striped .progress-bar-success {
	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: #aeaeae
}
.progress-striped .progress-bar-info {
	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: #ffc300
}
.progress-striped .progress-bar-warning {
	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: #f47b7a
}
.progress-striped .progress-bar-danger {
	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)
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 10px;
	padding: 0;
*zoom:1;
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.bx-wrapper img {
	max-width: 100%;
	display: block
}
.bxslider {
	margin: 0;
	padding: 0
}
ul.bxslider {
	list-style: none
}
.bx-viewport {
	-webkit-transform: translatez(0)
}
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx-slider/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100
}
.bx-wrapper .bx-pager {
	font-size: .85em;
	font-family: Arial;
	font-weight: 700;
	color: #fff;
	position: absolute;
	bottom: 35px;
	width: 100%;
	text-align: center
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 5px
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #ffc300
}
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
*zoom:1;
*display:inline
}
.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0
}
.bx-wrapper .bx-controls-direction {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
@media (min-width:768px) {
.bx-wrapper .bx-controls-direction {
	width: 750px
}
}
@media (min-width:992px) {
.bx-wrapper .bx-controls-direction {
	width: 970px
}
}
@media (min-width:1170px) {
.bx-wrapper .bx-controls-direction {
	width: 1170px
}
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom: 0;
	outline: 0;
	z-index: 10;
	overflow: hidden;
	opacity: .6
}
.bx-wrapper .bx-controls-direction a:before {
	display: inline-block;
	content: ''
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none
}
.bx-wrapper .bx-controls-direction a:hover, .bx-wrapper .bx-controls-direction a:focus {
	opacity: 1
}
.bx-wrapper .bx-controls-auto {
	text-align: center
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/bx-slider/controls.png) -86px -11px no-repeat;
	margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
	background-position: -86px 0
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/bx-slider/controls.png) -86px -44px no-repeat;
	margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
	background-position: -86px -33px
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80,80,80,.75);
	width: 100%
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px
}
@media (max-width:767px) {
.bx-wrapper .bx-controls-direction {
	display: none
}
.bx-wrapper .bx-pager {
	bottom: -10px
}
.bx-wrapper .bx-pager.bx-default-pager a {
	border: 1px solid #ffc300
}
}
.fadeOut {
	animation-name: fadeOut
}
@keyframes fadeOut {
0% {
opacity:1
}
to {
	opacity: 0
}
}



.page__header {
	position: relative;
	z-index: 999
}
.wow {
	visibility: hidden
}
.row10 {
	margin-left: -5px;
	margin-right: -5px
}
.row10-col {
	padding-left: 5px;
	padding-right: 5px
}
.b-header {
	padding-top: 50px;
	position: relative
}
.b-header.b-header_homepage:before {
	background: linear-gradient(to bottom, rgba(30,87,153,.72) 0%, rgba(125,185,232,0) 101%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150%;
	content: ''
}
.b-header .b-logotype img {
	width: 120px
}
.getQmobile {
	display: none
}
.menu-item-278, .quot-btn {
	background: #ff8c00;
	border-left: none!important;
	float: right
}
.menu-item-278:hover, .quot-btn:hover {
	background: #ffc70b!important
}
.menu-item-278 a, .quot-btn a {
	color: #fff!important;
	font-size: 15px;
	padding: 15px 25px
}
.b-navigation ul {
	padding: 0;
	margin: 0
}
.b-navigation ul li {
	list-style: none;
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align: top;
	position: relative;
	border-left: 1px solid #00aeef;
	margin-left: -6px
}
.b-navigation ul li.current-menu-parent, .b-navigation ul li.current_page_item {
	background: #00aeef
}
.b-navigation ul li.current-menu-parent a, .b-navigation ul li.current_page_item a {
	color: #fff
}
.b-navigation ul li:hover {
	background: #00aeef
}
.b-navigation ul li:hover a {
	color: #fff
}
.b-navigation ul li:hover ul {
	display: block
}
.b-navigation ul li ul {
	display: none;
	width: 280px;
	padding-left: 30px;
	background: #00aeef;
	position: absolute;
	left: -1px
}
.b-navigation ul li ul li {
	border-bottom: 1px solid #26baf1;
	border-left: none;
	display: block
}
.b-navigation ul li ul li a {
	padding: 10px 15px 10px 0;
	font-weight: 400;
	color: #fff!important;
	font-size: 14px;
	text-transform: none
}
.b-navigation ul li ul li a:hover {
	color: #fff!important;
	text-decoration: underline
}
.b-navigation ul li a {
	display: block;
	font-weight: 700;

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-size: 13px;
	color: #00aeef
}
.bx-viewport {
	-ms-transform: none!important;
	transform: none!important
}
.b-topBanner {
	background-image: url(../img/banner-bg1-245.png);
	height: 245px;
	background-size: cover;
	background-position: center;
	padding-top: 70px;
	margin-top: 25px
}
.b-topBanner .h1 {
	color: #fff;
	width: 300px
}
.b-topBanner .blue_link {
	position: relative;
	top: 30px
}
.b-contactSection {
	padding-top: 100px
}
.b-contactSection .b-titleSection {
	padding-bottom: 50px
}
.b-contactSection__address {
	padding-bottom: 70px
}
.b-contactSection__address-title {
	font-size: 24px;
	padding-bottom: 10px;
	font-weight: 400;
	color: #5c6c79;
	margin-bottom: 20px;
	border-bottom: 1px solid #ff8c00
}
.b-contactSection__address-item {
	margin-bottom: 5px
}
.b-contactSection__address-name {
	width: 100px;
	font-size: 16px;
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: top;
	color: #5c6c79;
	font-weight: 400
}
.b-contactSection__address-text {
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: top;
	font-size: 16px;
	color: #5c6c79;
	font-weight: 300;
	width: 265px
}
.b-contactSection__address-text a {
	color: #00aeef;
	text-decoration: underline
}
.b-contactSection__address-text a:hover {
	color: #ff8c00;
	text-decoration: none
}
.blue_link {
	background-image: url(../img/btn-blue.png);
	width: 170px;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	border: none;
	font-weight: 700;

	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	padding: 15px 0;
	background-size: 100%;
	display: inline-block;
*display:inline;
*zoom:1;
	transition: filter .5s
}
.blue_link:hover {
	text-decoration: none;
	filter: saturate(75%);
	-webkit-filter: saturate(75%);
	color: #fff
}
.b-contactsForm {
	background-image: url(../img/contact-bg-678.png);
	-webkit-background-size: cover;
	background-attachment: fixed;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 140px
}
.b-contactsForm .b-titleSection {
	padding-bottom: 30px
}
.b-contactsForm .b_title {
	color: #fff
}
.b-contactsForm__item {
	margin-bottom: 20px
}
.b-contactsForm__item span {
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: top;
	width: 100px;
	font-weight: 400;
	color: #fff;
	font-size: 16px
}
.b-contactsForm__item .form-input {
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: top;
	width: 270px
}
.b-contactsForm__item .form-input input {
	width: 100%;
	border-radius: 5px;
	border: 3px solid transparent;
	font-weight: 400;
	font-size: 16px;
	color: #5c6c79;
	line-height: 1.25;
	padding: 7px 25px;
	outline: none
}
.b-contactsForm__item .form-input input:focus {
	border-color: #00aeef
}
.b-contactsForm__item .form-textarea {
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: top;
	width: 570px
}
.b-contactsForm__item .form-textarea textarea {
	width: 100%;
	height: 180px;
	border-radius: 5px;
	border: 3px solid transparent;
	font-weight: 400;
	font-size: 16px;
	color: #5c6c79;
	line-height: 1.25;
	padding: 20px 25px;
	outline: none
}
.b-contactsForm__item .form-textarea textarea:focus {
	border-color: #00aeef
}
.b-map {
	position: relative;
	width: 100%;
	height: 560px
}
.b-map iframe {
	position: absolute;
	width: 100%;
	height: 100%
}
.b_title {
	font-size: 30px;
	color: #292a2d;
	text-transform: uppercase;
	position: relative;
	left: -22px;
	font-weight: 300;

	padding-left: 20px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-image: url(../img/line-title.png);
	background-position: 0 bottom;
	margin-bottom: 0;
	line-height: 1.4
}
.b-metadate {
	color: #5c6c79;
	text-transform: uppercase;
	font-weight: 700;

	font-size: 13px
}
.preloader {
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background-color: #fff
}
.preloader-images {
	position: fixed;
	width: 300px;
	height: 210px;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.preloader-images div {
	background-size: 300px;
	background-image: url(../i/src/logotype.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%
}
.preloader-images .img1 {
	animation-name: move;
	animation-iteration-count: 777;
	animation-duration: 5s;
	z-index: 55
}
.preloader-images .img2 {
	width: 100%!important;
	-moz-filter: grayscale(70%);
	-o-filter: grayscale(70%);
	filter: grayscale(70%)
}
.b-newsBig {
	background-color: #eee;
	padding: 115px 0 120px
}
.b-newsBig .the_content {
	padding: 30px 0
}
.b-newsBig__image img {
	width: 100%
}
.b-newsBig .b-metadate {
	position: relative;
	top: -25px;
	margin-top: -25px
}
.b-newsBig .h2 {
	text-transform: none
}
.b-news__qarousel {
	padding: 50px 0 0;
	margin-bottom: 140px
}
.b-news__qarousel .owl-nav {
	display: block!important;
	font-size: 52px;
	color: #00aeef
}
.b-news__qarousel__item {
	border: 1px solid #eee
}
.b-news__qarousel__item__image a {
	display: block
}
.b-news__qarousel__item .b-metadate {
	font-family: 'OpenSans';
	font-size: 12px
}
.b-news__qarousel__item__content {
	padding: 20px 20px 25px
}
.b-news__qarousel__item__content a {
	font-weight: 400;
	font-size: 16px
}
.b-news__qarousel__item__content .the_content {
	font-weight: 400;
	font-size: 14px;
	color: #5c6c79;
	margin-top: 10px
}
.homepage_section {
	margin:20px 0px;
}
.b-homeSlider {
	overflow: hidden
}
.b-homeSlider .owl-item {
	opacity: 0
}
.b-homeSlider .owl-item.active {
	opacity: 1
}
.b-homeSlider .owl-dots {
	width: 1170px;
	position: absolute;
	bottom: 165px;
	padding-left: 45px;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}
.b-homeSlider .owl-dots div {
	margin-right: 35px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 20px;
	top: -23px;
	height: 15px;
	background-size: 100%;
	background-image: url(../img/plane-white.png)
}
.b-homeSlider .owl-dots div.active {
	background-image: url(../img/plane-blue.png)
}
.b-homeSlider .owl-dots div:last-child {
	margin-right: 0
}
.b-homeSlider__item {
	position: relative;
	height: 840px
}
.b-homeSlider__item .container.content_wrapper {
	position: absolute;
	left: 50%;
	z-index: 5;
	bottom: 160px;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}
.b-homeSlider__item:before {
	content: '';
	width: 100%;
	height: 500px;
	background-size: cover;
	position: absolute;
	bottom: -128px;
	background-position: 0 0;
	left: 0;
	z-index: 2;
	background-image: url(../img/home-slider-cloud.png)
}
.b-homeSlider__item:after {
	content: '';
	width: 100%;
	z-index: 1;
	height: 300px;
	background: linear-gradient(to top, #fff 24%, rgba(255,255,255,0) 100%);
	position: absolute;
	bottom: 0;
	left: 0
}
.b-homeSlider__item__image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	top: 0;
	left: 0
}
.b-homeSlider__item__image:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .1
}
.b-homeSlider__item__content {
	position: relative;
	z-index: 5;
	width: 1000px;
	padding: 30px;
	border-radius: 5px;
	background: rgba(0,48,81,.75);
	font-family: 'Germes'
}
.b-homeSlider__item__content .title_slide {
	font-size: 18px;
	font-weight: 700;
	color: #00aeef;
	text-transform: uppercase
}
.b-homeSlider__item__content .text_slide {
	width: 80%;
	font-weight: 300;
	font-size: 25px;
	color: #fff;
	margin-top: 20px
}
.fly_destination2 {
	position: absolute;
	top: -60px;
	left: -136px;
	width: 233px;
	height: 384px;
	background-size: 100%;
	background-image: url(../img/footer-plane-left.png)
}
.b-posts-links-item {
	padding-left: 60px;
	position: relative
}
.b-posts-links-item.next-post {
	padding-left: 0;
	padding-right: 60px
}
.b-posts-links-item.next-post .b-posts-links-item__image {
	left: auto;
	right: 0
}
.b-posts-links-item__image {
	width: 52px;
	height: 52px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #e9e7e5
}
.b-posts-links-item__image img {
	width: 100%
}
.b-team {
	padding: 80px 0 140px
}
.b-team-item {
	margin-bottom: 80px
}
.b-team-item:last-child {
	margin-bottom: 0
}
.b-team-item__image img {
	max-width: 100%
}
.b-team-item .b-team-item__content .b-metadate {
	margin-bottom: 30px
}
.b-team-item .b-team-item__content .the_content {
	margin-top: 50px
}
.slider_soc {
	position: fixed;
	top: 50%;
	right: 20px;
	z-index: 888;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin-top: 0
}
.slider_soc li {
	display: block!important;
	margin-bottom: 20px;
	text-align: right;
	margin-right: 0!important
}
.slider_soc li a {
	display: inline-block;
*display:inline;
*zoom:1;
	border: 2px solid #00aeef
}
.slider_soc li:last-child {
	margin-bottom: 0
}
.b-newsList__title {
	position: relative
}

.b-newsList__title {
    font-size: 24px;
    font-weight: 700;
    color: #85939f;
    padding-bottom: 35px;
}
.b-progressesFlying .slider_bar__title {
    font-size: 18px;
    color: #292a2d;
    font-weight: 400;
}
.b-newsList__title a {
	position: relative;
	z-index: 55
}
.b-orangeBlue_line {
	position: absolute;
	width: 1898px;
	height: 1190px;
	background-image: url(../img/lines-blue-orange.png);
	background-size: 100%;
	right: 0;
	top: -60px
}
.wing_container {
	position: relative
}
.wing_container .blue_layer {
	background-image: url(../img/big_blue_bg.png);
	width: 1581px;
	height: 1237px;
	position: absolute;
	background-size: 100%;
	top: 170px;
	left: -433px;
	background-repeat: no-repeat;
	z-index: 2
}
.blue_layer__noslide {
	background-image: url(../img/big_blue_bg.png);
	width: 1581px;
	height: 1237px;
	position: absolute;
	background-size: 100%;
	bottom: -141px;
	left: -432px;
	background-repeat: no-repeat;
	z-index: 0
}
.b-BlockFeature {
	margin-top: 80px;
	position: relative;
	z-index: 3
}
.b-BlockFeature__image {
	position: relative;
	left: -45px;
	top: -1px
}
.b-BlockFeature__image:before {
	content: '';
	width: 150%;
	background-repeat: no-repeat;
	height: 100%;
	background-size: 100%;
	position: absolute;
	bottom: -33px;
	background-position: 0 100%;
	left: -60px;
	background-image: url(../img/home-slider-cloud.png)
}
.b-BlockFeature__image img {
	width: 110%;
	position: relative
}
.b-BlockFeature__value {
	position: relative
}
.b-BlockFeature__icon {
	text-align: center;
	margin-bottom: 35px
}
.b-BlockFeature__icon:last-child {
	margin-bottom: 0
}
.b-BlockFeature__icon img {
	width: 120px;
	display: inline-block;
*display:inline;
*zoom:1
}
.b-BlockFeature__value {
	margin-bottom: 60px
}
.b-BlockFeature__value:last-child {
	margin-bottom: 0
}
.b-BlockFeature__item {

	font-weight: 300;
	color: #fff;
	width: 200px;
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: bottom
}
.b-BlockFeature__item span {
	font-size: 16px
}
.b-BlockFeature__item span.b-number {
	display: block;
	font-size: 42px;
	padding: 10px 0;
	line-height: 26px
}
.b-servicesLinks {
	margin-top: -145px;
	position: relative;
	z-index: 5;
	overflow: hidden
}
.b-servicesLinks__item {
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: top;
	position: relative
}
.b-servicesLinks__item:hover a:last-child {
	opacity: 1
}
.b-servicesLinks__item:hover a:first-child {
	opacity: 0
}
.b-servicesLinks__item a {
	display: block;
	height: 110px;
	width: 275px;
	line-height: 21px;
	background-size: 100%;
	padding-top: 29px;
	padding-left: 50px;

	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	font-size: 18px
}
.b-servicesLinks__item a:last-child {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}
.b-companyNews {
	padding-bottom: 70px;
	padding-top: 75px
}
.b-companyNews__item {
	margin-bottom: 30px;
	position: relative;
	border-radius: 5px;
	overflow: hidden
}
.b-companyNews__item:hover .b-companyNews__item__image:before {
	opacity: 1
}
.b-companyNews__item:hover .b-companyNews__item__image:after {
	opacity: 0
}
.b-companyNews__item:hover img {
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.b-companyNews__item:hover .b-metadate {
	color: #006489
}
.b-companyNews__item__image {
	position: relative
}
.b-companyNews__item__image img {
	transition: all .5s
}
.b-companyNews__item__image:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url(../img/gradient-news.png);
	transition: all .5s;
	z-index: 55
}
.b-companyNews__item__image:before {
	opacity: 0;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/gradient-news__hover.png);
	background-position: bottom;
	background-repeat: repeat-x;
	transition: all .5s;
	z-index: 55
}
.b-companyNews__item__footer {
	padding: 0 20px 20px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 56
}
.b-companyNews__item__footer a {
	display: block;
	color: #fff;

	font-size: 16px;
	font-weight: 400
}
.b-companyNews__item__footer a:hover {
	color: #fff
}
.b-companyNews__item__footer .b-metadate {
	font-size: 12px;
	color: #00aeef;
	transition: all .5s
}
.b-calculateForm {
	padding: 30px 40px;
	background: #eee;
	border-radius: 5px
}
.b-calculateForm .b-newsList__title {
	padding-bottom: 20px
}
.b-calculateForm .form-item {
	margin-right: 30px;
	width: 170px;
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: bottom;

	position: relative
}
.b-calculateForm .form-item__kg:before {
	content: 'kg'!important
}
.b-calculateForm .form-item:last-child:before {
	display: none
}
.b-calculateForm .form-item:before {
	content: 'cm';
	position: absolute;
	right: 20px;
	bottom: 14px;
	z-index: 5;
	font-size: 14px;
	color: #5c6c79;
	outline: none;
	font-weight: 400
}
.b-calculateForm .form-item span, .b-calculateForm .form-item label {
	color: #292a2d;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
	font-weight: 400
}
.b-calculateForm .form-item input {
	width: 100%;
	border-radius: 2px;
	border: 2px solid #b7c5d2;
	text-align: left;
	padding: 0 50px 0 10px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #5c6c79;
	outline: none;
	font-weight: 400;
	position: relative
}
.b-calculateForm .form-item input:focus {
	border-color: #00aeef
}
.b-calculateForm .form-item input::-webkit-input-placeholder {
color:#5c6c79
}
.b-calculateForm .form-item input::-moz-placeholder {
color:#5c6c79
}
.b-calculateForm .form-item input:-moz-placeholder {
color:#5c6c79
}
.b-calculateForm .form-item input:-ms-input-placeholder {
color:#5c6c79
}
.b-calculateForm .form-item:last-child {
	margin-right: 0
}
.b-calculateForm .form-item button i {
	margin-right: 10px
}
.progress-sm {
	height: 10px
}
.rotating_plane {
	-ms-transform: rotate(45deg)!important;
	transform: rotate(45deg)!important
}
.b-searchFormPage {
	background-color: #0064a7;
	padding: 25px
}
.b-searchFormPage .form-input {
	width: 480px;
	vertical-align: middle
}
.b-search-result {
	padding: 100px 0
}
.b-search-result h2 {
	font-size: 36px
}
.b-search-result-item {
	margin-bottom: 40px
}
.b-search-result-item:last-child {
	margin-bottom: 0
}
.b-search-result-item__title a {
	font-size: 18px;
	position: relative;
	color: #00aeef;
	text-decoration: underline;
	font-weight: 400
}
.b-search-result-item__title a:before {
	content: "\f061";
	display: inline-block;
	font: 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	color: #ff8c00;
	margin-right: 5px
}
.b-search-result-item__title a:hover {
	text-decoration: none
}
.b-search-result-item__content .the_content {
	margin-top: 5px
}
.b-progressesFlying {
	margin-top: 0;
	padding: 30px 35px;
	border-radius: 5px;
}
.b-progressesFlying .progress-sm {
	overflow: inherit;
	box-shadow: none;
	background: 0 0
}
.b-progressesFlying .progress-sm .progress-bar {
	background: url(../img/progress_middle.png);
	box-shadow: none;
	background-size: 15%;
	border-radius: 2px;
	max-width: 85%!important
}
.b-progressesFlying .progress-sm .progress-bar.min {
	background-image: url(../img/progress_min.png)
}
.b-progressesFlying .progress-sm .progress-bar.middle {
	filter: saturate(600%);
	-webkit-filter: saturate(600%)
}
.b-progressesFlying .destination_progress {
font-weight: 600;
    font-size: 18px;
    color: #00aeef;
    padding-left: 35px;
    position: relative;
    top: -10px;
    float: left;
    left: -35px;
}
.b-progressesFlying .destination_progress:before {
	height: 100%;
	content: '';
	position: absolute;
	left: -7px;
	top: 0;
	width: 43px;
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	background: linear-gradient(to right, #fff 25%, rgba(255,255,255,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1)
}
.b-progressesFlying__container {
	padding: 0 65px
}
.b-progressesFlying__item {
	margin-top: 30px
}
.b-progressesFlying__item:first-child {
	margin-top: 0
}
.b-progressesFlying .slider_bar__title {
	font-size: 14px;

	color: #292a2d;
	font-weight: 400
}
.b-progressesFlying .slider_bar .slider.slider-horizontal {
	width: 100%
}
.b-progressesFlying .slider_bar .slider-handle.custom::before {
	content: '';
	background-image: url(../img/tooltip_slide_arrow.png);
	width: 22px;
	height: 20px;
	display: block
}
.b-progressesFlying .slider_bar .slider-handle.custom {
	top: 8px;
	cursor: pointer
}
.b-progressesFlying .slider_bar .tooltip-main {
	margin-top: -28px
}
.b-progressesFlying .slider_bar .tooltip-inner {
	background-color: transparent;
	padding: 0!important;
	color: #292a2d;
	font-size: 14px;
	font-weight: 400;

	margin-bottom: 0!important;
	direction: ltr
}
.b-progressesFlying .slider_bar .tooltip-arrow {
	display: none
}
.b-progressesFlying .slider_bar .slider.slider-horizontal .slider-track {
	height: 3px;
	background: #85939f;
	box-shadow: none;
	border: none
}
.b-progressesFlying .slider_bar .slider.slider-horizontal .slider-track .slider-selection {
	background: #ff8c00;
	box-shadow: none;
	border: none
}
.progress__title {
	margin-bottom: 10px
}
.progress__title__image {
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: bottom;
	width: 200px;
	margin-right: 10px
}
.progress__title__name {

	font-size: 14px;
	color: #85939f;
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: bottom;
	font-weight: 400
}
#stats {
	display: none!important
}
@keyframes move {
0% {
width:0%
}
to {
	width: 100%
}
}
.b-newsSingle {
	padding-top: 80px;
	padding-bottom: 180px
}
.b-newsSingle .b-metadate {
	padding-bottom: 20px
}
.b-newsSingle .b-titleSection {
	padding-bottom: 50px
}
.b-newsSingle .b-shortContent {
	padding-bottom: 45px
}
.b-newsSingle .b-imageSingle {
	padding-bottom: 45px
}
.the_content {
	font-weight: 300;
	font-size: 18px;
	color: #5c6c79
}
.the_content p {
	margin-bottom: 40px
}
.the_content p:last-child {
	margin-bottom: 0
}
.the_content a {
	text-decoration: underline
}
.the_content h2, .the_content h3, .the_content h4, .the_content h5 {
	margin-bottom: 40px;
	font-weight: 400;
	color: #5c6c79;
	font-family: 'OpenSans';
	text-transform: none
}
.the_content strong, .the_content b {
	font-weight: 400
}
.the_content ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 40px
}
.the_content ul li {
	margin-bottom: 15px
}
.the_content ul li:before {
	content: "\f061";
	display: inline-block;
*display:inline;
*zoom:1;
	font: 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	color: #ff8c00;
	margin-right: 20px
}
.the_content ol {
	padding-left: 20px;
	margin-bottom: 40px
}
.the_content ol li {
	margin-bottom: 15px
}
.b-posts-links {
	border-top: 1px solid #eee;
	margin-top: 70px;
	padding-top: 60px
}
.b-posts-links-item strong {
	display: block;
	text-transform: uppercase;
	color: #5c6c79;
	font-size: 12px;
	margin-bottom: 5px
}
.b-posts-links-item a {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6
}
.b-pageSingle {
	padding: 120px 0 110px
}
.b-pageSingle .b-miniPosts__wrapper {
	position: absolute;
	right: -408px;
	top: 70px;
	width: 170px
}
.b-pageSingle .othersBlock {
	margin: 60px 0 90px
}
.b-pageSingle .b-titleSection {
	padding-bottom: 50px
}
.b-pageSingle .b-shortContent {
	padding-bottom: 45px
}
.b-pageSingle .b-imageSingle {
	padding-bottom: 45px
}
.b-pageSingle .b-content {
	padding-bottom: 45px
}
.b-pageSingle__images__item {
	padding-bottom: 45px
}
.b-pageSingle__images__item img {
	width: 100%
}
.b-slider__one .owl-nav i {
	font-size: 28px;
	color: #fff
}
.b-slider__one .owl-nav .owl-prev {
	left: 40px
}
.b-slider__one .owl-nav .owl-next {
	right: 40px
}
.b-slider__one .owl-dots {
	padding-top: 20px
}
.b-slider__one .owl-dot {
	display: inline-block;
*display:inline;
*zoom:1;
	margin-right: 15px;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background-color: #c3c3c3;
	vertical-align: top
}
.b-slider__one .owl-dot.active {
	background-color: #5c6c79
}
.b-slider__one .owl-dot:last-child {
	margin-right: 0
}
