/* Slider */
/* 
 *  Owl Carousel - Animate Plugin
 */
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
/* 
 *  Core Owl Carousel CSS File
 */
/* No Js */
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
/* 
 * 	Owl Carousel - Video Plugin
 */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* Overlay helper */
/* Title helper */
/*Retina graphics!*/
/*.header{
		padding-top:41px;
	}
	.headbartopwrap{
		position:fixed;
		top:0;
		left:0;
		right:0;
		width:100%;
		//.opacity(50);
		background:rgba(245,245,245,.7);
		.transition(all .3s);
		.headbartop {
			.opacity(70);
		}
		&:hover{
			background:rgba(245,245,245,1);
			//.opacity(100);
			.headbartop {
				.opacity(100);
			}
		}
	}*/
/*.headbarfixedwrap{
		display:block;
	}*/
/*
.big_carusel_slider{
	margin:0 auto 40px auto;
	.clearfix;
	background:#444444;
	//width:100%;
	overflow:hidden;
	.insidewraper{
		width:670px;
		margin:0 auto;
		.clearfix;
		position:relative;
	}
	.slide_list{
		overflow:visible!important;
	}

	.slide_item{
		width:670px;
		height:375px;
		display:table;
		.opacity(60);
		background-color:#fff;
		background-position:50% 50%;
		background-size:cover;
		background-repeat:no-repeat;
	}
	.slide_item > div{
		.opacity(0);
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		color:#fff;
		font-size:22px;
		line-height:28px;
		background:rgba(0,114,188,.7);
		position:relative;
		padding:0 30px;
	}
	.slide_item.slick-active{
		.opacity(100);
	}
	.slide_item.slick-active > div{
		.opacity(100);
		.transition(all 1s);
		.transition-delay(1s);
	}
	.detlink{
		position:absolute;
		right:15px;
		bottom:20px;
		color:#fff;
		text-decoration:none;
		font-size:16px;
		line-height:30px;
		min-height:30px;
		padding:0 20px;
		background:rgba(255,255,255,.3);
		.transition(all .3s);
	&:hover{
		background:#fff;
		color:#0071bc;
	}
	}
	.slide_title{
		font-size:34px;
		line-height:1.2;
		text-transform:uppercase;
		margin:0 0 20px 0;
		font-weight:400;
	}
	.slide_item .contentimg{
		height:125px;
		margin:0 auto;
	}
	.slick-list{
		overflow:visible;
	}
	.slick-prev,.slick-next{
		position:absolute;
		z-index:2;
		width:26px;
		height:54px;
		top:50%;
		margin-top:-27px;
		background:none;
		border:none;
		outline:none;
		background-image:url(../images/buttonsslider.png);
		background-repeat:no-repeat;
		text-indent:-9999px;
	}
	.slick-prev{
		left:-60px;
		background-position:0 50%;
		//background:#ccc;
	}
	.slick-next{
		right:-60px;
		background-position:100% 50%;
	}
	.slick-dots{
		position:absolute;
		bottom:20px;
		z-index:2;
		left:0;
		right:0;
		display:block;
		width:100%;
		text-align:center;
		li{
			display:inline-block;
			vertical-align:top;
			margin:0 5px;
		}
		button{
			display:block;
			margin:0;
			padding:0;
			width:16px;
			height:16px;
			outline:none;
			.border-radius(50%);
			border:3px solid #fff;
			background:transparent;
			text-indent:-99999px;
		}
		.slick-active button{
			background:#fff;
		}
	}
}
*/
/*
.easyPaginateNav,.simplePagerNav{
	float:right;
	text-align:right;
	color:#707070;
	font-size:14px;
	line-height:1;
	>*{
		display:inline-block;
		min-width:22px;
		text-align:center;
		text-decoration:none;
		vertical-align:top;
		padding:0 0 2px 0;
		color:#707070;
		border-bottom:2px solid #c5c5c5;
		.ffbold;
	&:hover,&.current{
		color:#0072bc;
	}
	&.current{
		border-bottom:2px solid #0072bc;
	}
	& + *{
		margin-left:3px;
	}
	
	}
	.first,.last{
		display:none;
	}
}

.easyPaginateNav{
	position:absolute;
	width:100%;
	right:0;
	bottom:-30px;
}*/
/*.pagination{
	ul{
		text-align:right;
		li{
			display:inline-block;
			vertical-align:middle;
		}
		li + li{
			margin:0 0 0 5px;
		}
	}
	[class^="pagination-"]{
		span{
			color:#ccc;
		}
	}
}*/
/*.sale_teaser{
	//border:2px solid #c5c5c5;
	text-align:center;
	background:#f5f5f5;
	.pos_media{
		position:relative;
		background:#fff;
		border:2px solid #f5f5f5;
		a{
			display:block;
		}
		img{
			display:block;
			width:100%;
		}
	}
	.pos_discont{
		position:absolute;
		left:0;
		top:0;
		width:80px;
		height:80px;
		line-height:80px;
		text-align:center;
		background:#0071bc;
		color:#fff;
		font-size:30px;
		font-weight:600;
	}
	.pos_info{
		position:relative;
		padding:15px 10px 10px 10px;
	}
	.pos_title{
		line-height:50px;
		min-height:50px;
		margin:0 0 10px 0;
		font-size:22px;
		font-weight:400;
		a{
			display:inline-block;
			vertical-align:middle;
			line-height:1.1;
			color:#0071bc;
			&:hover{
				color:#707070;
			}
		}
	}
	.datemorewrap{
		display:table;
		width:100%;
		> *{
			display:table-cell;
			vertical-align:middle;
			width:50%;
		}
	}
	.pos_date{
		font-size:18px;
	}
	.datemorewrap{
		margin:15px 0 10px 0;
	}
	.order_btn {
		display:block;
		background:#0071bc;
		border:2px solid #0071bc;
		line-height:30px;
		min-height:30px;
		color:#fff;
		text-transform:uppercase;
		&:hover{
			background:#3498db;
			border:2px solid #3498db;
		}
	}
	.period_title{
		font-size:16px;
		line-height:1;
		margin:0 0 5px 0;
	}
}*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/*This file should not be edited directly. Modify LESS instead.*/
/*.transition (@what: all; @time: 0.35s) {
    -webkit-transition: @what @time;
    -moz-transition: @what @time;
    -o-transition: @what @time;
    transition: @what @time;
}*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/**
 * Remove default margin.
 */
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in Safari and Chrome.
 */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
/**
 * Address inconsistent and variable font size in all browsers.
 */
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/**
 * Address differences between Firefox and other browsers.
 */
/**
 * Contain overflow in all browsers.
 */
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* 1 */
/**
 * Re-set default cursor for disabled elements.
 */
/**
 * Remove inner padding and border in Firefox 4+.
 */
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/**
 * Define consistent border, margin, and padding.
 */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  /* position relative and z-index fix webkit rendering fonts issue */
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  /* fix for flashing background */
  overflow: hidden;
  -webkit-transform: translate3d(0px,0px,0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3,1.3);
  -moz-transition: scale(1.3,1.3);
  -ms-transition: scale(1.3,1.3);
  -o-transition: scale(1.3,1.3);
  transition: scale(1.3,1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  /* helps IE */
  background: transparent url('../images/blank.gif');
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  /* Fallback for web browsers that doesn't support RGBa */
  background: transparent;
  background: rgba(0,0,0,0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../images/fancybox_sprite@2x.png');
    /*The size of the normal image, half the size of the hi-res image*/
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url('../images/fancybox_loading@2x.gif');
    /*The size of the normal image, half the size of the hi-res image*/
    background-size: 24px 24px;
  }
}
body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #333;
  min-width: 1140px;
  cursor: default;
}
a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
section,
.moduletable,
.custom {
  *zoom: 1;
}
section:before,
section:after,
.moduletable:before,
.moduletable:after,
.custom:before,
.custom:after {
  display: table;
  content: "";
  line-height: 0;
}
section:after,
.moduletable:after,
.custom:after {
  clear: both;
}
section:before,
section:after,
.moduletable:before,
.moduletable:after,
.custom:before,
.custom:after {
  display: table;
  content: "";
  line-height: 0;
}
section:after,
.moduletable:after,
.custom:after {
  clear: both;
}
.moduletable > h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 20px 0;
  text-align: center;
}
.pos_content,
.custom.custom_content {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
header {
  *zoom: 1;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 0px;
  position: relative;
  z-index: 3;
}
header:before,
header:after {
  display: table;
  content: "";
  line-height: 0;
}
header:after {
  clear: both;
}
header:before,
header:after {
  display: table;
  content: "";
  line-height: 0;
}
header:after {
  clear: both;
}
header .headbar-right {
  width: 150px;
  text-align: center;
}
header .headbarleft {
  width: 210px;
  padding-right: 20px;
}
header .headbar-middle {
  text-align: right;
}
.headbarmiddlewrap {
  border-bottom: 3px solid #c5c5c5;
}
.headerfixed .headbartopwrap {
  margin-bottom: 120px;
}
.headerfixed .headbarmiddlewrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(245,245,245,0.8);
  border: none !important;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}
.headerfixed .headbarmiddlewrap .logoslogan {
  display: none;
}
.headerfixed .headbarmiddlewrap .btn_trblue {
  background: transparent;
}
.headerfixed .headbarmiddlewrap .btn_trblue:hover {
  background: #0071bc;
}
.headerfixed .headbarmiddlecontent {
  padding: 5px 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
.headerfixed .headbarmiddlewrap:hover {
  background: #f5f5f5;
}
.headerfixed .headbarmiddlewrap:hover .headbarmiddlecontent {
  opacity: 1;
  filter: alpha(opacity=100);
}
.headerfixed .textlogo {
  border: 2px solid #0071bc;
  font-size: 20px;
}
.headerfixed .textlogo .logo_left,
.headerfixed .textlogo .logo_right {
  padding: 5px 5px;
}
.headerfixed header .headbarleft {
  width: 150px;
  padding: 0;
}
.headerfixed .moduletable.callbackhead {
  margin-left: 60px;
}
.headbarfixedwrap {
  display: none;
  background: rgba(245,245,245,0.8);
  color: #444;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}
.headbarfixedwrap:hover {
  background: #f5f5f5;
}
.headbarfixedwrap:hover .custom.fixedmenuwrap {
  opacity: 1;
  filter: alpha(opacity=100);
}
.custom.fixedmenuwrap {
  display: table;
  width: 100%;
  height: 40px;
  font-size: 20px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
.custom.fixedmenuwrap > div {
  display: table-cell;
  vertical-align: middle;
  width: 33%;
}
.custom.fixedmenuwrap .logowrap img {
  width: 100px;
}
.custom.fixedmenuwrap .col_middle {
  text-align: center;
}
.custom.fixedmenuwrap .col_right {
  text-align: right;
}
.headbartopwrap {
  background: #f5f5f5;
  color: #444;
}
.headbartopwrap p {
  margin: 0;
}
.headbarright {
  text-align: right;
}
.headbarright > div {
  display: inline-block;
  vertical-align: middle;
}
.headbarmiddlecontent {
  padding-top: 15px;
  padding-bottom: 15px;
  display: table;
}
.headbarmiddlecontent >* {
  display: table-cell;
  vertical-align: middle;
}
.headbar-top + .headbarmiddlewrap {
  margin-top: 0px;
}
table.foundationtable {
  width: 100%;
  color: #707070;
  font-size: 16px;
}
table.foundationtable td {
  width: 16.5%;
  text-align: center;
  vertical-align: top;
}
table.foundationtable img {
  margin: 0 0 10px 0;
}
table.foundationtable strong {
  font-size: 22px;
  color: #444444;
}
.moduletable.modeba {
  font-size: 16px;
  color: #acacac;
}
.moduletable.modeba .custom {
  display: table;
  text-align: right;
}
.moduletable.modeba .custom >p {
  display: table-cell;
  vertical-align: middle;
}
.moduletable.modeba .custom p + p {
  width: 110px;
}
.moduletable_menu {
  display: inline-block;
}
.moduletable_menu .nav.menu {
  display: table;
  margin: 0 auto;
}
.moduletable_menu .nav.menu >li {
  display: table-cell;
  border-color: transparent;
}
.moduletable_menu .nav.menu >li span {
  cursor: default;
}
.moduletable_menu .nav.menu >li > a,
.moduletable_menu .nav.menu >li > span {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 15px;
}
.moduletable_menu .nav.menu >li > a:hover,
.moduletable_menu .nav.menu >li.active > a,
.moduletable_menu .nav.menu >li.parent:hover > a {
  background: #0071bc;
  color: #fff;
}
.moduletable_menu .nav.menu >li + li {
  padding-left: 10px;
}
.moduletable_menu .nav.menu li.parent {
  position: relative;
}
.moduletable_menu .nav-child {
  position: absolute;
  z-index: 10;
  display: none;
  left: 10px;
  background: #0072bc;
  list-style: none;
  padding: 0;
  text-align: left;
}
.moduletable_menu .nav-child li,
.moduletable_menu .nav-child li + li {
  border: none;
  border-left: none;
}
.moduletable_menu .nav-child li:hover {
  background: #4d9dd0;
}
.moduletable_menu .nav-child li:hover a:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.moduletable_menu .nav-child a {
  color: #fff;
  line-height: 40px;
  white-space: nowrap;
  word-wrap: normal;
  padding: 0 15px;
  display: block;
  text-decoration: none;
}
.moduletable_menu .nav-child a:before {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 15px;
  vertical-align: middle;
  margin: -3px 7px 0 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.moduletable_menu .nav-child .image-wrap {
  display: none !important;
}
.moduletable_menu li.parent:hover .nav-child {
  display: block;
}
.moduletable_menu .item-106 .nav-child a,
.moduletable_menu .item-144 .nav-child a,
.moduletable_menu .item-161 .nav-child a,
.moduletable_menu .item-179 .nav-child a {
  width: 100%;
  padding: 0 40px 0 20px;
}
.moduletable_menu .item-106 .nav-child a > *,
.moduletable_menu .item-144 .nav-child a > *,
.moduletable_menu .item-161 .nav-child a > *,
.moduletable_menu .item-179 .nav-child a > * {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer !important;
}
.moduletable_menu .item-106 .nav-child .image-wrap,
.moduletable_menu .item-144 .nav-child .image-wrap,
.moduletable_menu .item-161 .nav-child .image-wrap,
.moduletable_menu .item-179 .nav-child .image-wrap {
  line-height: 1;
  width: 50px;
  text-align: center;
  margin: 0 15px 0 0;
}
.moduletable_menu .item-106 .nav-child a:before,
.moduletable_menu .item-144 .nav-child a:before,
.moduletable_menu .item-161 .nav-child a:before,
.moduletable_menu .item-179 .nav-child a:before {
  display: none;
}
.moduletable.modslogan {
  padding: 20px;
  background: #f0f0f0;
}
.moduletable.modslogan .custom {
  width: 1120px;
  margin: 0 auto;
}
.moduletable.modslogan >h3 {
  width: 1120px;
  margin: 0 auto 20px auto;
  padding: 0 0 0px 0;
  border-bottom: 1px solid #c5c5c5;
  font-size: 75px;
  letter-spacing: -5px;
  text-transform: uppercase;
  text-align: center;
  color: #444444;
  font-weight: normal;
}
.moduletable.modslogan p {
  margin: 0;
  color: #707070;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.sidebarright,
.sidebarleft {
  position: relative;
  /*.nav.menu,.category_list{
		background:#0072bc;
		//.ffbold;
		text-transform:uppercase;
		font-size:16px;
		line-height:20px;
		li{
			display:block;
			
		}
		a{
			display:block;
			padding:10px 15px 10px 15px;
			color:#fff;
			position:relative;
		&:hover{
			color:#80b9de;
		}
		&:before{
			content: '';
			position: absolute;
			width: 0;
			height: 0;
			border: 6px solid;
			color: transparent;
			border-right-color: transparent;
			left: -12px;
			top: 50%;
			margin-top: -6px;		
		}
		}
		li.current a{
			background:#4d9dd0;
			color:#fff;
		}
		li.current a:before{
			border-right-color: #4d9dd0;
		}
		a span{
			display:table-cell;
			vertical-align:middle;
		}
		a .image-wrap{
			width:50px;
			padding:0 10px 0 0;
		}
		.image-wrap{
			display:none;
		}
	}*/
}
.sidebarright .moduletable,
.sidebarleft .moduletable {
  /*> h3{
			width: 100%;
			display: block;
			text-align: center;
			font-size: 16px;
			line-height: 45px;
			min-height: 45px;
			color: #fff;
			background: #0072bc;
			font-family: 'LiberationSerif-Bold', Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
			font-weight: normal;
			position: relative;
		&:before{
			content: '';
			color: transparent;
			position: absolute;
			width: 0;
			height: 0;
			border: 10px solid;
			border-top-color: #0072bc;
			top: 100%;
			left: 50%;
			margin-left: -10px;		
		}
		}*/
  margin: 0 0 30px 0;
}
.sidebarright .moduletable > h3,
.sidebarleft .moduletable > h3 {
  text-align: center;
  color: #0072bc;
  font-size: 20px;
  text-transform: uppercase;
}
.sidebarright .nav.menu,
.sidebarright .category_list,
.sidebarleft .nav.menu,
.sidebarleft .category_list {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
}
.sidebarright .nav.menu li,
.sidebarright .category_list li,
.sidebarleft .nav.menu li,
.sidebarleft .category_list li {
  display: block;
  border-bottom: 1px solid #ccc;
}
.sidebarright .nav.menu li:first-child,
.sidebarright .category_list li:first-child,
.sidebarleft .nav.menu li:first-child,
.sidebarleft .category_list li:first-child {
  border-top: 1px solid #ccc;
}
.sidebarright .nav.menu a,
.sidebarright .category_list a,
.sidebarleft .nav.menu a,
.sidebarleft .category_list a {
  display: block;
  padding: 10px 15px 10px 30px;
  color: #333;
  position: relative;
}
.sidebarright .nav.menu a:before,
.sidebarright .category_list a:before,
.sidebarleft .nav.menu a:before,
.sidebarleft .category_list a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: url(../images/categoryicon.png) 50% 50% no-repeat;
}
.sidebarright .nav.menu a:hover,
.sidebarright .category_list a:hover,
.sidebarleft .nav.menu a:hover,
.sidebarleft .category_list a:hover {
  color: #0071bc;
}
.sidebarright .nav.menu li.current a,
.sidebarright .category_list li.current a,
.sidebarleft .nav.menu li.current a,
.sidebarleft .category_list li.current a {
  color: #0071bc;
}
.sidebarright .nav.menu li.current a:before,
.sidebarright .category_list li.current a:before,
.sidebarleft .nav.menu li.current a:before,
.sidebarleft .category_list li.current a:before {
  border-right-color: #4d9dd0;
}
.sidebarright .nav.menu a span,
.sidebarright .category_list a span,
.sidebarleft .nav.menu a span,
.sidebarleft .category_list a span {
  display: table-cell;
  vertical-align: middle;
}
.sidebarright .nav.menu a .image-wrap,
.sidebarright .category_list a .image-wrap,
.sidebarleft .nav.menu a .image-wrap,
.sidebarleft .category_list a .image-wrap {
  width: 50px;
  padding: 0 10px 0 0;
}
.sidebarright .nav.menu .image-wrap,
.sidebarright .category_list .image-wrap,
.sidebarleft .nav.menu .image-wrap,
.sidebarleft .category_list .image-wrap {
  display: none;
}
.sidebarleft .nav.menu a:before,
.sidebarleft .category_list a:before {
  left: auto;
  right: -12px;
  top: 50%;
  margin-top: -6px;
}
.sidebarleft .nav.menu li.current a:before,
.sidebarleft .category_list li.current a:before {
  border-right-color: transparent;
  border-left-color: #4d9dd0;
}
.moduletable.modsbservices.affix {
  width: 285px;
  position: fixed;
  top: 20px;
}
.moduletable.modservices .nav.menu {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
}
.moduletable.modservices .nav.menu li {
  display: block;
  margin: 0;
  padding: 0;
}
.moduletable.modservices .nav.menu li:before {
  display: none;
}
.moduletable.modservices .nav.menu li + li {
  margin: 20px 0 0 0;
}
.moduletable.modservices .nav.menu a {
  display: table;
  width: 100%;
  color: #0072bc;
}
.moduletable.modservices .nav.menu a:hover {
  color: #707070;
}
.moduletable.modservices .nav.menu a span {
  display: table-cell;
  text-align: left;
}
.moduletable.modservices .nav.menu .image-wrap {
  width: 74px;
}
footer {
  background: #444444;
}
footer .footerwrap {
  width: 1120px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.showcase {
  width: 1120px;
  margin: 0 auto;
}
.showcase .moduletable {
  width: 100%;
  margin: 0 0 40px 0;
}
.footer-top {
  display: table;
  width: 100%;
  color: #b7b7b7;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 10px 0;
}
.footer-top > * {
  display: table-cell;
  vertical-align: top;
  width: 25%;
}
.footer-top .nav.menu {
  list-style: none;
  font-size: 15px;
}
.footer-top .nav.menu li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5px 0;
  width: 100%;
}
.footer-top .nav.menu a {
  display: block;
  color: #b7b7b7;
  text-decoration: none;
}
.footer-top .nav.menu a:hover {
  color: #fff;
}
.footer-top .moduletable > h3 {
  text-align: left;
  margin: 0 0 10px 0;
  font-size: 20px;
  line-height: 1;
}
.moduletable.footerservices li.item-214,
.moduletable.footerservices li.item-228 {
  display: none;
}
.moduletable.modsoc {
  width: 270px;
  vertical-align: middle;
}
.moduletable.modsoc table {
  width: auto;
}
.moduletable.modsoc a {
  margin: 0 1px;
  display: block;
  line-height: 30px;
  width: 34px;
  text-align: center;
  -webkit-transform: skew(-10deg,0);
  -moz-transform: skew(-10deg,0);
  -ms-transform: skewX(-10deg) skewY(0);
  -o-transform: skew(-10deg,0);
  transform: skew(-10deg,0);
  -webkit-backface-visibility: hidden;
  background: #787878;
}
.moduletable.modsoc a img {
  -webkit-transform: skew(10deg,0);
  -moz-transform: skew(10deg,0);
  -ms-transform: skewX(10deg) skewY(0);
  -o-transform: skew(10deg,0);
  transform: skew(10deg,0);
  -webkit-backface-visibility: hidden;
}
.moduletable.modsoc a:hover {
  background-color: #952e34;
  background-image: -moz-linear-gradient(left,#e61e25,#952e34);
  background-image: -webkit-gradient(linear,0 0,100% 0,from(#e61e25),to(#952e34));
  background-image: -webkit-linear-gradient(left,#e61e25,#952e34);
  background-image: -o-linear-gradient(left,#e61e25,#952e34);
  background-image: linear-gradient(to right,#e61e25,#952e34);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe61e25', endColorstr='#ff952e34', GradientType=1);
}
.moduletable.modsoc .ico-youtube {
  background: #787878;
}
.moduletable.modsoc .ico-youtube:hover {
  background-color: #952e34;
  background-image: -moz-linear-gradient(left,#e61e25,#952e34);
  background-image: -webkit-gradient(linear,0 0,100% 0,from(#e61e25),to(#952e34));
  background-image: -webkit-linear-gradient(left,#e61e25,#952e34);
  background-image: -o-linear-gradient(left,#e61e25,#952e34);
  background-image: linear-gradient(to right,#e61e25,#952e34);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe61e25', endColorstr='#ff952e34', GradientType=1);
}
.moduletable.modsoc .ico-facebook {
  background: #787878;
}
.moduletable.modsoc .ico-facebook:hover {
  background-color: #1d3f87;
  background-image: -moz-linear-gradient(left,#4665a5,#1d3f87);
  background-image: -webkit-gradient(linear,0 0,100% 0,from(#4665a5),to(#1d3f87));
  background-image: -webkit-linear-gradient(left,#4665a5,#1d3f87);
  background-image: -o-linear-gradient(left,#4665a5,#1d3f87);
  background-image: linear-gradient(to right,#4665a5,#1d3f87);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4665a5', endColorstr='#ff1d3f87', GradientType=1);
}
.moduletable.modsoc .ico-in {
  background: #787878;
}
.moduletable.modsoc .ico-in:hover {
  background-color: #0c4d7f;
  background-image: -moz-linear-gradient(left,#377aac,#0c4d7f);
  background-image: -webkit-gradient(linear,0 0,100% 0,from(#377aac),to(#0c4d7f));
  background-image: -webkit-linear-gradient(left,#377aac,#0c4d7f);
  background-image: -o-linear-gradient(left,#377aac,#0c4d7f);
  background-image: linear-gradient(to right,#377aac,#0c4d7f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff377aac', endColorstr='#ff0c4d7f', GradientType=1);
}
.moduletable.modsoc .ico-twitter {
  background: #787878;
}
.moduletable.modsoc .ico-twitter:hover {
  background-color: #1270b7;
  background-image: -moz-linear-gradient(left,#52aaec,#1270b7);
  background-image: -webkit-gradient(linear,0 0,100% 0,from(#52aaec),to(#1270b7));
  background-image: -webkit-linear-gradient(left,#52aaec,#1270b7);
  background-image: -o-linear-gradient(left,#52aaec,#1270b7);
  background-image: linear-gradient(to right,#52aaec,#1270b7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff52aaec', endColorstr='#ff1270b7', GradientType=1);
}
.moduletable.modcontact {
  width: 440px;
}
.moduletable.modcontact img {
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.moduletable.modcontact p {
  position: relative;
  margin: 0;
  padding: 0 0 0 25px;
}
.moduletable.modcontact .phone img {
  top: 6px;
}
.moduletable.modcontact .location img {
  top: 4px;
}
.moduletable.modcontact .mail img {
  top: 8px;
}
.moduletable.modcopyright {
  color: #b7b7b7;
  font-size: 13px;
  text-align: center;
  padding: 10px 0 20px 0;
}
.moduletable.modsertificate {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 40px auto;
  display: table;
}
.moduletable.modsertificate >* {
  display: table-cell;
  vertical-align: middle;
}
.moduletable.modsertificate > h3 {
  width: 245px;
  background: #0072bc;
  padding: 0 0 0 30px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.moduletable.modsertificate > h3:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 15px solid;
  border-color: transparent;
  border-left-color: #0072bc;
  left: 100%;
  top: 50%;
  margin-top: -15px;
}
.moduletable.modsertificate > .custom {
  background: #f0f0f0;
  padding: 40px 40px 50px 40px;
  color: #444444;
  font-size: 18px;
  line-height: 1.2;
  position: relative;
}
.moduletable.modsertificate > .custom p {
  margin: 0;
}
.moduletable.modsertificate > .custom .readmore a {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: inline-block;
  line-height: 30px;
  min-height: 30px;
  text-align: center;
  padding: 0 15px;
  background: #8d8d8d;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.moduletable.modsertificate > .custom .readmore a:hover {
  background: #fff;
  color: #0071bc;
}
.moduletable.modhomeslider {
  margin: 0 0 40px 0;
}
.slideriaviokon.fullscreenslider {
  *zoom: 1;
  background: #444444;
  width: 100%;
  overflow: hidden;
}
.slideriaviokon.fullscreenslider:before,
.slideriaviokon.fullscreenslider:after {
  display: table;
  content: "";
  line-height: 0;
}
.slideriaviokon.fullscreenslider:after {
  clear: both;
}
.slideriaviokon.fullscreenslider:before,
.slideriaviokon.fullscreenslider:after {
  display: table;
  content: "";
  line-height: 0;
}
.slideriaviokon.fullscreenslider:after {
  clear: both;
}
.slideriaviokon.fullscreenslider .sliderpart {
  width: 670px;
  margin: 0 auto;
  *zoom: 1;
  position: relative;
}
.slideriaviokon.fullscreenslider .sliderpart:before,
.slideriaviokon.fullscreenslider .sliderpart:after {
  display: table;
  content: "";
  line-height: 0;
}
.slideriaviokon.fullscreenslider .sliderpart:after {
  clear: both;
}
.slideriaviokon.fullscreenslider .sliderpart:before,
.slideriaviokon.fullscreenslider .sliderpart:after {
  display: table;
  content: "";
  line-height: 0;
}
.slideriaviokon.fullscreenslider .sliderpart:after {
  clear: both;
}
.slideriaviokon.fullscreenslider .insidewraper {
  overflow: visible !important;
}
.slideriaviokon.fullscreenslider .owl-stage-outer {
  overflow: visible;
}
.slideriaviokon.fullscreenslider .owl-item {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
.slideriaviokon.fullscreenslider .owl-item.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.slideriaviokon.fullscreenslider .itemcontent {
  width: 670px;
  height: 375px;
  display: table;
  opacity: 0.4;
  filter: alpha(opacity=40);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slideriaviokon.fullscreenslider .itemcontent > div {
  opacity: 0;
  filter: alpha(opacity=0);
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  background: rgba(0,114,188,0.8);
  position: relative;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.slideriaviokon.fullscreenslider .itemcontent.slick-active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.slideriaviokon.fullscreenslider .itemcontent.slick-active > div:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.slideriaviokon.fullscreenslider .detlink {
  position: absolute;
  right: 15px;
  bottom: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 30px;
  min-height: 30px;
  padding: 0 20px;
  background: rgba(255,255,255,0.3);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.slideriaviokon.fullscreenslider .detlink:hover {
  background: #fff;
  color: #0071bc;
}
.slideriaviokon.fullscreenslider .itemcontent .contentimg {
  height: 125px;
  margin: 0 auto;
}
.slideriaviokon.fullscreenslider .slick-list {
  overflow: visible;
}
.slideriaviokon.fullscreenslider .slick-prev,
.slideriaviokon.fullscreenslider .slick-next {
  position: absolute;
  z-index: 2;
  width: 26px;
  height: 54px;
  top: 50%;
  margin-top: -27px;
  background: none;
  border: none;
  outline: none;
  background-image: url(../images/buttonsslider.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.slideriaviokon.fullscreenslider .slick-prev {
  left: -60px;
  background-position: 0 50%;
}
.slideriaviokon.fullscreenslider .slick-next {
  right: -60px;
  background-position: 100% 50%;
}
.slideriaviokon.fullscreenslider .imgnav {
  background-image: url(../images/navigationbg.jpg);
  background-position: 0 0;
  background-repeat: repeat-x;
}
.slideriaviokon.fullscreenslider .imgnav img {
  height: 30px;
}
.slideriaviokon.fullscreenslider .imgnav .imgnavinsidewrap {
  display: table;
  margin: 0 auto;
  -webkit-transform: skew(-16deg,0);
  -moz-transform: skew(-16deg,0);
  -ms-transform: skewX(-16deg) skewY(0);
  -o-transform: skew(-16deg,0);
  transform: skew(-16deg,0);
  -webkit-backface-visibility: hidden;
}
.slideriaviokon.fullscreenslider .imgnav .imgnavinsidewrap img {
  -webkit-transform: skew(16deg,0);
  -moz-transform: skew(16deg,0);
  -ms-transform: skewX(16deg) skewY(0);
  -o-transform: skew(16deg,0);
  transform: skew(16deg,0);
  -webkit-backface-visibility: hidden;
}
.slideriaviokon.fullscreenslider .imgnav .itemnavwrap {
  display: table-cell;
  vertical-align: middle;
  border-right: 3px solid #fff;
  text-align: center;
  width: 56px;
  height: 36px;
  cursor: pointer;
}
.slideriaviokon.fullscreenslider .imgnav .itemnavwrap:first-child {
  width: 59px;
  border-left: 3px solid #fff;
}
.slideriaviokon.fullscreenslider .imgnav .go-1 {
  background-color: #004e8c;
  background-image: -moz-linear-gradient(left,#0067af,#004e8c);
  background-image: -webkit-gradient(linear,0 0,100% 0,from(#0067af),to(#004e8c));
  background-image: -webkit-linear-gradient(left,#0067af,#004e8c);
  background-image: -o-linear-gradient(left,#0067af,#004e8c);
  background-image: linear-gradient(to right,#0067af,#004e8c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0067af', endColorstr='#ff004e8c', GradientType=1);
}
.slideriaviokon.fullscreenslider .imgnav .go-2 {
  background-color: #8f0e14;
  background-image: -moz-linear-gradient(left,#df001a,#8f0e14);
  background-image: -webkit-gradient(linear,0 0,100% 0,from(#df001a),to(#8f0e14));
  background-image: -webkit-linear-gradient(left,#df001a,#8f0e14);
  background-image: -o-linear-gradient(left,#df001a,#8f0e14);
  background-image: linear-gradient(to right,#df001a,#8f0e14);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdf001a', endColorstr='#ff8f0e14', GradientType=1);
}
.slideriaviokon.fullscreenslider .imgnav .go-3 {
  background-color: #e53317;
  background-image: -moz-linear-gradient(left,#fcc000,#e53317);
  background-image: -webkit-gradient(linear,0 0,100% 0,from(#fcc000),to(#e53317));
  background-image: -webkit-linear-gradient(left,#fcc000,#e53317);
  background-image: -o-linear-gradient(left,#fcc000,#e53317);
  background-image: linear-gradient(to right,#fcc000,#e53317);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcc000', endColorstr='#ffe53317', GradientType=1);
}
.slideriaviokon.fullscreenslider .imgnav .go-4 {
  background-color: #006227;
  background-image: -moz-linear-gradient(left,#008e36,#006227);
  background-image: -webkit-gradient(linear,0 0,100% 0,from(#008e36),to(#006227));
  background-image: -webkit-linear-gradient(left,#008e36,#006227);
  background-image: -o-linear-gradient(left,#008e36,#006227);
  background-image: linear-gradient(to right,#008e36,#006227);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008e36', endColorstr='#ff006227', GradientType=1);
}
.slideriaviokon.fullscreenslider .imgnav .go-5 {
  background-color: #51227d;
  background-image: -moz-linear-gradient(left,#960f7e,#51227d);
  background-image: -webkit-gradient(linear,0 0,100% 0,from(#960f7e),to(#51227d));
  background-image: -webkit-linear-gradient(left,#960f7e,#51227d);
  background-image: -o-linear-gradient(left,#960f7e,#51227d);
  background-image: linear-gradient(to right,#960f7e,#51227d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff960f7e', endColorstr='#ff51227d', GradientType=1);
}
.slideriaviokon.fullscreenslider .imgnav .go-6 {
  background-color: #c6007b;
  background-image: -moz-linear-gradient(left,#e0007a,#c6007b);
  background-image: -webkit-gradient(linear,0 0,100% 0,from(#e0007a),to(#c6007b));
  background-image: -webkit-linear-gradient(left,#e0007a,#c6007b);
  background-image: -o-linear-gradient(left,#e0007a,#c6007b);
  background-image: linear-gradient(to right,#e0007a,#c6007b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0007a', endColorstr='#ffc6007b', GradientType=1);
}
.big_carusel_slider {
  margin: 0 auto 40px auto;
  *zoom: 1;
  background: #444444;
  overflow: hidden;
  border: 1px solid #ccc;
  max-height: 375px;
}
.big_carusel_slider:before,
.big_carusel_slider:after {
  display: table;
  content: "";
  line-height: 0;
}
.big_carusel_slider:after {
  clear: both;
}
.big_carusel_slider:before,
.big_carusel_slider:after {
  display: table;
  content: "";
  line-height: 0;
}
.big_carusel_slider:after {
  clear: both;
}
.big_carusel_slider .insidewraper {
  width: 670px;
  margin: 0 auto;
  *zoom: 1;
  position: relative;
}
.big_carusel_slider .insidewraper:before,
.big_carusel_slider .insidewraper:after {
  display: table;
  content: "";
  line-height: 0;
}
.big_carusel_slider .insidewraper:after {
  clear: both;
}
.big_carusel_slider .insidewraper:before,
.big_carusel_slider .insidewraper:after {
  display: table;
  content: "";
  line-height: 0;
}
.big_carusel_slider .insidewraper:after {
  clear: both;
}
.big_carusel_slider .slide_list {
  overflow: visible !important;
}
.big_carusel_slider .slide_item {
  position: relative;
  width: 670px;
  height: 375px;
  display: table;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background-color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.big_carusel_slider .slide_content {
  opacity: 0;
  filter: alpha(opacity=0);
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  background: rgba(0,114,188,0.7);
  position: relative;
  padding: 0 30px;
}
.big_carusel_slider .slide_item.slick-active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.big_carusel_slider .slick-active .slide_content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.big_carusel_slider .detlink {
  position: absolute;
  right: 15px;
  bottom: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 30px;
  min-height: 30px;
  padding: 0 20px;
  background: rgba(255,255,255,0.3);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.big_carusel_slider .detlink:hover {
  background: #fff;
  color: #0071bc;
}
.big_carusel_slider .item_link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.big_carusel_slider .slide_title {
  font-size: 34px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-weight: 400;
}
.big_carusel_slider .slide_item .contentimg {
  height: 125px;
  margin: 0 auto;
}
.big_carusel_slider .slick-list {
  overflow: visible;
}
.big_carusel_slider .slick-prev,
.big_carusel_slider .slick-next {
  position: absolute;
  z-index: 2;
  width: 225px;
  height: 375px;
  top: 0%;
  background: none;
  border: none;
  outline: none;
  text-indent: -99999px;
}
.big_carusel_slider .slick-prev:before,
.big_carusel_slider .slick-next:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -13px;
  margin-top: -27px;
  width: 26px;
  height: 54px;
  background-image: url(../images/buttonsslider.png);
  background-repeat: no-repeat;
}
.big_carusel_slider .slick-prev {
  left: -225px;
}
.big_carusel_slider .slick-prev:before {
  background-position: 0 50%;
}
.big_carusel_slider .slick-next {
  right: -225px;
}
.big_carusel_slider .slick-next:before {
  background-position: 100% 50%;
}
.big_carusel_slider .slick-dots {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  text-align: center;
}
.big_carusel_slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.big_carusel_slider .slick-dots button {
  display: block;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  background: transparent;
  text-indent: -99999px;
}
.big_carusel_slider .slick-dots .slick-active button {
  background: #fff;
}
.moduletable.modservicetext {
  color: #707070;
  font-size: 16.5px;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
}
.moduletable.modservicetext p {
  margin: 0;
}
section.banner {
  position: fixed;
  top: 0;
  width: 100%;
  height: 550px;
  text-align: center;
  background-position: 50% 50%;
  background-repeat: repeat-x;
}
section.banner .modbanner img {
  display: none;
}
section.banner + * {
  margin-top: 410px;
}
section.banner ~ * {
  position: relative;
  z-index: 2;
}
.maincontentwrap {
  *zoom: 1;
  width: 100%;
  background: #fff;
}
.maincontentwrap:before,
.maincontentwrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.maincontentwrap:after {
  clear: both;
}
.maincontentwrap:before,
.maincontentwrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.maincontentwrap:after {
  clear: both;
}
.maincontent {
  *zoom: 1;
  margin: 0 auto;
  background: #fff;
  padding: 25px 0px 35px 0;
}
.maincontent:before,
.maincontent:after {
  display: table;
  content: "";
  line-height: 0;
}
.maincontent:after {
  clear: both;
}
.maincontent:before,
.maincontent:after {
  display: table;
  content: "";
  line-height: 0;
}
.maincontent:after {
  clear: both;
}
.moduletable.modbreadcrumb {
  font-size: 16px;
  line-height: 1;
  color: #acacac;
  margin: 0 0 20px 0;
}
.moduletable.modbreadcrumb a {
  color: #acacac;
  text-decoration: none;
}
.moduletable.modbreadcrumb a:hover {
  color: #0071bc;
}
.moduletable.modbreadcrumb .breadcrumb li {
  display: inline-block;
}
.moduletable.modbreadcrumb .divider {
  margin: 0 10px;
}
.moduletable.modbreadcrumb .divider.icon-location {
  display: none;
}
.page-header {
  margin: 0;
  padding: 0;
}
.page-header h1,
.page-header h2,
.page-header h3 {
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
  border-bottom: 3px solid #c5c5c5;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  line-height: 1;
  color: #0072bc;
  text-transform: uppercase;
  font-weight: 600;
}
#yoo-zoo .details {
  margin: 0;
  padding: 0;
}
#yoo-zoo .details div.heading {
  margin: 0;
  padding: 0;
  border: none;
}
#yoo-zoo .details div.heading h1,
#yoo-zoo .details div.heading h2,
#yoo-zoo .details div.heading h3 {
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
  border-bottom: 3px solid #c5c5c5;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  line-height: 1;
  color: #0072bc;
  text-transform: uppercase;
  font-weight: 600;
}
.moduletable .zoo-item-list-aviokon {
  margin: 0px;
  padding: 20px;
}
.moduletable .zoo-item-list-aviokon > li {
  display: inline-block;
  vertical-align: top;
  margin: 15.5px;
  padding: 0;
  width: 325px;
}
.moduletable .zoo-item-list-aviokon .media {
  margin: 0;
}
.moduletable .zoo-item-list-aviokon .title {
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  font-weight: normal;
  margin: 0;
}
.moduletable .zoo-item-list-aviokon .title a {
  line-height: 1;
  color: #0072bc;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.moduletable .zoo-item-list-aviokon .description {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  color: #707070;
}
.moduletable .simplePagerNav {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  right: 0;
  bottom: -30px;
}
.moduletable .simplePagerNav >* {
  margin-left: 4px;
  display: inline-block;
  min-width: 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  padding: 0 0 2px 0;
  color: #707070;
}
.moduletable .simplePagerNav >*:hover a,
.moduletable .simplePagerNav >*.currentPage a {
  color: #0072bc !important;
}
.moduletable .simplePagerNav >*.currentPage a {
  border-color: #0072bc;
}
.moduletable .simplePagerNav a {
  display: block;
  color: #707070;
  border-bottom: 3px solid #c5c5c5;
  text-decoration: none;
}
.moduletable .simplePagerNav a:hover {
  color: #0072bc;
}
.tab-pane {
  display: none;
  position: relative;
}
.tab-pane.active {
  display: block;
}
.portfoliotabs {
  background: #f0f0f0;
  border: 1px solid #c8c8c8;
  margin: 0 0 50px 0;
}
.portfoliotabs .nav.nav-tabs {
  display: table;
  width: 100%;
}
.portfoliotabs .nav.nav-tabs > li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 32px;
  min-height: 32px;
  border-bottom: 1px solid #d3d3d3;
}
.portfoliotabs .nav.nav-tabs a {
  display: block;
  padding: 0 60px;
  color: #fff;
  background: #0072bc;
  text-decoration: none;
  text-transform: uppercase;
}
.portfoliotabs .nav.nav-tabs a:hover {
  background: #4d9dd0;
}
.portfoliotabs .nav.nav-tabs li.active a {
  color: #444444;
  background: transparent;
}
.portfoliotabs .nav.nav-tabs > li + li {
  border-left: 1px solid #d3d3d3;
}
.portfoliotabs .nav.nav-tabs li.active {
  border-bottom: 1px solid transparent;
}
.portfoliofull {
  display: table;
  width: 100%;
}
.portfoliofull .pos-title {
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
  border-bottom: 3px solid #c5c5c5;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  line-height: 1;
  color: #0072bc;
  text-transform: uppercase;
  font-weight: 600;
  display: table-caption;
}
.portfoliofull .leftcolumn,
.portfoliofull .rightcolumn {
  display: table-cell;
  vertical-align: top;
}
.portfoliofull .leftcolumn {
  width: 310px;
}
.portfoliofull .rightcolumn {
  padding: 0 0 0 30px;
}
.portfoliofull .shortdescription {
  font-size: 18px;
  line-height: 1;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 3px solid #c5c5c5;
}
.portfoliofull .shortdescription > div + div {
  margin-top: 10px;
}
.portfoliofull .shortdescription > div > span {
  display: block;
  margin: 0 0 5px 0;
  font-weight: 600;
  color: #0072bc;
}
.portfoliofull .pos-content {
  *zoom: 1;
  padding: 25px;
  background: #eeeeee;
  border: 1px solid #c8c8c8;
}
.portfoliofull .pos-content:before,
.portfoliofull .pos-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.portfoliofull .pos-content:after {
  clear: both;
}
.portfoliofull .pos-content:before,
.portfoliofull .pos-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.portfoliofull .pos-content:after {
  clear: both;
}
.portfoliofull .pos-content h1,
.portfoliofull .pos-content h2,
.portfoliofull .pos-content h3,
.portfoliofull .pos-content h4,
.portfoliofull .pos-content h5,
.portfoliofull .pos-content h6 {
  margin: 0 0 25px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.portfoliofull .pos-content ol,
.portfoliofull .pos-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.portfoliofull .pos-content ol li:before,
.portfoliofull .pos-content ul li:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #0072bc;
  margin: -2px 10px 0 0;
}
.portfoliofull .pos-content p {
  margin: 0;
}
.portfoliofull .pos-content strong,
.portfoliofull .pos-content b {
  font-weight: bold;
}
.portfoliofull .bigimg {
  margin: 0 0 12px 0;
}
.portfoliofull .bigimg .owl-stage-outer {
  width: 100%;
  max-width: 780px;
}
.portfoliofull [class^="pos-"] {
  *zoom: 1;
}
.portfoliofull [class^="pos-"]:before,
.portfoliofull [class^="pos-"]:after {
  display: table;
  content: "";
  line-height: 0;
}
.portfoliofull [class^="pos-"]:after {
  clear: both;
}
.portfoliofull [class^="pos-"]:before,
.portfoliofull [class^="pos-"]:after {
  display: table;
  content: "";
  line-height: 0;
}
.portfoliofull [class^="pos-"]:after {
  clear: both;
}
.portfoliofull .smallimg {
  *zoom: 1;
  width: 100%;
  padding: 0 45px;
}
.portfoliofull .smallimg:before,
.portfoliofull .smallimg:after {
  display: table;
  content: "";
  line-height: 0;
}
.portfoliofull .smallimg:after {
  clear: both;
}
.portfoliofull .smallimg:before,
.portfoliofull .smallimg:after {
  display: table;
  content: "";
  line-height: 0;
}
.portfoliofull .smallimg:after {
  clear: both;
}
.portfoliofull .smallimg .owl-stage-outer {
  width: 100%;
  max-width: 690px;
}
.portfoliofull .owl-prev,
.portfoliofull .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  background: url(../images/strportfolio.png) 0 50% no-repeat;
  background-color: #eeeeee;
}
.portfoliofull .owl-prev {
  left: 0;
  background-position: 5px 50%;
}
.portfoliofull .owl-prev:hover {
  background-position: -112px 50%;
}
.portfoliofull .owl-next {
  right: 0;
  background-position: -52px 50%;
}
.portfoliofull .owl-next:hover {
  background-position: -176px 50%;
}
.reviewinfullwrap {
  *zoom: 1;
  position: relative;
  margin: 15px 0 0 0;
  padding: 15px;
  background: rgba(0,0,0,0.6);
  color: #fff;
}
.reviewinfullwrap:before,
.reviewinfullwrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.reviewinfullwrap:after {
  clear: both;
}
.reviewinfullwrap:before,
.reviewinfullwrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.reviewinfullwrap:after {
  clear: both;
}
.reviewinfullwrap .reviewtop {
  display: table;
  width: 100%;
  margin: 0 0 10px 0;
}
.reviewinfullwrap .reviewtop > * {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.reviewinfullwrap .reviewtop .reviewmedia {
  position: relative;
  width: 90px;
  padding-right: 10px;
}
.reviewinfullwrap .reviewtop .reviewmedia img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.reviewinfullwrap .reviewtop .reviewmedia a {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  text-indent: -99999px;
}
.reviewinfullwrap .reviewtitle {
  text-align: left;
  color: #ccc;
  font-size: 15px;
}
.reviewinfullwrap .reviewtitle span {
  display: block;
  margin: 0 0 5px 0;
  font-weight: 600;
  color: #ffeb3b;
  font-size: 17px;
  line-height: 1;
}
.reviewinfullwrap .reviewcontent {
  font-size: 16px;
}
.reviewinfullwrap .revieworiginlabel {
  position: relative;
  padding: 0 0 0 26px;
  margin: 5px 0 0 0;
  color: #fff;
}
.reviewinfullwrap .revieworiginlabel.videolbl:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../images/playbtn.png) 50% 50% / contain no-repeat;
}
.reviewinfullwrap .revieworiginlabel.imagelbl {
  padding: 0 0 0 19px;
}
.reviewinfullwrap .revieworiginlabel.imagelbl i {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  font-size: 16px;
  line-height: 20px;
  margin-top: -11px;
}
.reviewinfullwrap .reviewabslink {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.contentwrap.sbrighttrue .sidebarright {
  float: right;
  width: 300px;
  padding: 0 0 0 40px;
}
.contentwrap.sbrighttrue .content {
  float: left;
  width: 820px;
}
.contentwrap.sblefttrue .sidebarleft {
  float: left;
  width: 300px;
  padding: 0 20px 0 0;
}
.contentwrap.sblefttrue .content {
  float: right;
  width: 820px;
}
.rsform .style1 {
  color: #898989;
}
.rsform .style1 .formRed,
.rsform .style1 .formError {
  display: none;
}
.rsform .style1 .formFieldset {
  *zoom: 1;
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  background: #f0f0f0;
  color: #898989;
}
.rsform .style1 .formFieldset:before,
.rsform .style1 .formFieldset:after {
  display: table;
  content: "";
  line-height: 0;
}
.rsform .style1 .formFieldset:after {
  clear: both;
}
.rsform .style1 .formFieldset:before,
.rsform .style1 .formFieldset:after {
  display: table;
  content: "";
  line-height: 0;
}
.rsform .style1 .formFieldset:after {
  clear: both;
}
.rsform .style1 legend {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
  min-height: 45px;
  color: #fff;
  background: #0072bc;
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}
.rsform .style1 legend:after {
  content: '';
  color: transparent;
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid;
  border-top-color: #0072bc;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}
.rsform .style1 .formContainer {
  *zoom: 1;
  padding: 30px 30px 50px 30px;
}
.rsform .style1 .formContainer:before,
.rsform .style1 .formContainer:after {
  display: table;
  content: "";
  line-height: 0;
}
.rsform .style1 .formContainer:after {
  clear: both;
}
.rsform .style1 .formContainer:before,
.rsform .style1 .formContainer:after {
  display: table;
  content: "";
  line-height: 0;
}
.rsform .style1 .formContainer:after {
  clear: both;
}
.rsform .style1 .rsform-block {
  *zoom: 1;
  padding: 0;
  margin: 0;
}
.rsform .style1 .rsform-block:before,
.rsform .style1 .rsform-block:after {
  display: table;
  content: "";
  line-height: 0;
}
.rsform .style1 .rsform-block:after {
  clear: both;
}
.rsform .style1 .rsform-block:before,
.rsform .style1 .rsform-block:after {
  display: table;
  content: "";
  line-height: 0;
}
.rsform .style1 .rsform-block:after {
  clear: both;
}
.rsform .style1 .rsform-block + .rsform-block {
  margin-top: 20px;
}
.rsform .style1 .rsform-block.rsform-block-rscaptcha {
  margin-top: 20px;
  width: 41%;
  display: inline-block;
  vertical-align: top;
}
.rsform .style1 .rsform-block.rsform-block-rscaptcha .formCaption2 {
  display: none;
}
.rsform .style1 .rsform-block.rsform-block-rscaptcha img {
  border: 1px solid #c5c5c5;
  width: 100px;
  margin: 0 0 5px 0;
}
.rsform .style1 .rsform-block.rsform-block-rscaptcha input {
  width: 100px;
  text-align: center;
}
.rsform .style1 .rsform-block.rsform-block-rssend {
  margin-top: 30px;
  width: 49%;
  float: right;
  display: inline-block;
  vertical-align: top;
}
.rsform .style1 .rsform-text-box,
.rsform .style1 .rsform-input-box,
.rsform .style1 .rsform-captcha-box {
  width: 100%;
  border: none;
  border: 1px solid transparent;
  border-top: 1px solid #c5c5c5;
  outline: none;
  padding: 5px;
  line-height: 20px;
  font-size: 16px;
  color: #444444;
  resize: none;
}
.rsform .style1 .rsform-text-box:hover,
.rsform .style1 .rsform-input-box:hover,
.rsform .style1 .rsform-captcha-box:hover {
  border: 1px solid transparent;
  border-top: 1px solid #c5c5c5;
}
.rsform .style1 .rsform-text-box.rsform-error,
.rsform .style1 .rsform-input-box.rsform-error,
.rsform .style1 .rsform-captcha-box.rsform-error {
  border-color: #CF4D4D;
  border-style: dashed;
}
.rsform .style1 .rsform-text-box:focus,
.rsform .style1 .rsform-input-box:focus,
.rsform .style1 .rsform-captcha-box:focus {
  border-color: #c5c5c5;
}
.rsform .style1 .rsform-text-box {
  min-width: 245px;
  max-width: 245px;
}
.rsform .style1 .formCaption2 {
  margin: 0 0 5px 0;
}
.rsform .style1 .formBody {
  width: 100%;
}
.rsform .style1 .rsform-submit-button {
  display: block;
  width: 100%;
  line-height: 35px;
  min-height: 35px;
  border: none;
  outline: none;
  background: #0072bc;
  color: #fff;
  text-transform: uppercase;
}
.rsform .style1 .rsform-submit-button:hover {
  color: #0072bc;
  background: #fff;
}
.contacttable {
  width: 100%;
  font-size: 18px;
}
.contacttable td {
  width: 50%;
  padding: 10px 0;
}
.contacttable strong {
  display: inline-block;
  margin: 0 0 5px 0;
}
.aviokon-management-of-the-company .itemwrap {
  display: table;
  width: 100%;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #c5c5c5;
}
.aviokon-management-of-the-company .itemwrap > div {
  display: table-cell;
}
.aviokon-management-of-the-company .leftpart {
  width: 220px;
  vertical-align: top;
}
.aviokon-management-of-the-company .rightpart {
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;
}
.aviokon-management-of-the-company img {
  width: 100%;
  margin: 0 0 10px 0;
}
.aviokon-management-of-the-company h3 {
  font-size: 16px;
  color: #0072bc;
  font-weight: normal;
  margin: 0 0 10px 0;
}
.aviokon-management-of-the-company .dolgnost {
  margin: 0;
}
.aviokon-management-of-the-company .kredo {
  margin: 0;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
  /*&:before{
		margin:-20px 20px 0 0;
		content:" ";
		width:26px;
		height:18px;
		display:inline-block;
		vertical-align:middle;
		background:url(../images/skobki.png) 50% 0% no-repeat;
	}
	&:after{
		margin:0px 0px -20px 20px;
		content:" ";
		width:26px;
		height:18px;
		display:inline-block;
		vertical-align:middle;
		background:url(../images/skobki.png) 50% 100% no-repeat;
	}*/
}
.aviokon-management-of-the-company .kredo > span {
  display: table-cell;
  vertical-align: middle;
}
.aviokon-management-of-the-company .kredo .skobka {
  width: 26px;
}
.aviokon-management-of-the-company .kredo .skobka.l {
  vertical-align: top;
}
.aviokon-management-of-the-company .kredo .skobka.l:before {
  margin: 0;
  content: " ";
  width: 26px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/skobki.png) 50% 0% no-repeat;
}
.aviokon-management-of-the-company .kredo .skobka.r {
  vertical-align: bottom;
  text-align: right;
}
.aviokon-management-of-the-company .kredo .skobka.r:before {
  margin: 0;
  content: " ";
  width: 26px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/skobki.png) 50% 100% no-repeat;
}
.aviokon-management-of-the-company .kredo .kredotext {
  padding: 12px;
}
.aboutusnavwrap {
  *zoom: 1;
  margin: 20px 0 0px 0;
}
.aboutusnavwrap:before,
.aboutusnavwrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.aboutusnavwrap:after {
  clear: both;
}
.aboutusnavwrap:before,
.aboutusnavwrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.aboutusnavwrap:after {
  clear: both;
}
.aboutusnavwrap.fixed {
  top: 0;
  width: 1120px;
  margin: 0;
  position: fixed;
  z-index: 99;
}
.aboutusnavwrap.fixed + * {
  margin-top: 70px;
}
.aboutusnavwrap .nav {
  display: table;
  width: 100%;
  background: #0072bc;
  height: 47px;
  margin: 0;
}
.aboutusnavwrap .nav > li {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
.aboutusnavwrap .nav > li+ li:before {
  content: ' ';
  background: url(../images/forfixmenu.png) 50% 50% no-repeat;
  position: absolute;
  width: 10px;
  height: 47px;
  line-height: 47px;
  top: 0;
  left: -5px;
  font-size: 30px;
  color: #ccc;
}
.aboutusnavwrap .nav > li.active a {
  color: #80b9de;
}
.aboutusnavwrap .nav > li.active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #fff;
  left: 50%;
  bottom: 0%;
  margin-left: -5px;
}
.aboutusnavwrap a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.aboutusnavwrap a:hover {
  color: #80b9de;
}
#part1 {
  padding: 50px 0 0 0;
  font-size: 18px;
}
#part1 h3 {
  margin: 0 0 35px 0;
}
#part1 p {
  margin: 0 0 25px 0;
}
#part1 strong,
#part1 b {
  font-weight: bold;
  color: #0072bc;
}
#part2,
#part3 {
  padding-top: 50px;
}
.kerivnyctvowrap {
  *zoom: 1;
  position: relative;
  width: 100%;
  color: #fff;
}
.kerivnyctvowrap:before,
.kerivnyctvowrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.kerivnyctvowrap:after {
  clear: both;
}
.kerivnyctvowrap:before,
.kerivnyctvowrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.kerivnyctvowrap:after {
  clear: both;
}
.kerivnyctvowrap .kerivnyctvotext {
  *zoom: 1;
  background: #0072bc;
  padding: 50px 100px;
}
.kerivnyctvowrap .kerivnyctvotext:before,
.kerivnyctvowrap .kerivnyctvotext:after {
  display: table;
  content: "";
  line-height: 0;
}
.kerivnyctvowrap .kerivnyctvotext:after {
  clear: both;
}
.kerivnyctvowrap .kerivnyctvotext:before,
.kerivnyctvowrap .kerivnyctvotext:after {
  display: table;
  content: "";
  line-height: 0;
}
.kerivnyctvowrap .kerivnyctvotext:after {
  clear: both;
}
.kerivnyctvowrap .kerivnyctvotext h3 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 40px 0;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
}
.kerivnyctvowrap .kerivnyctvotext p {
  font-size: 18px;
  text-align: justify;
  margin: 0;
}
.kerivnyctvowrap .kerivnyctvoall {
  position: relative;
}
.kerivnyctvowrap .personlink {
  position: absolute;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
.kerivnyctvowrap .personlink:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.kerivnyctvowrap .personlink >div {
  display: inline-block;
  cursor: default;
}
.kerivnyctvowrap .personlink .name {
  background: rgba(255,255,255,0.8);
  color: #0072bc;
  min-width: 180px;
  text-align: center;
  padding: 0 25px;
  min-height: 36px;
  line-height: 36px;
  margin: 0 0 5px 0;
  font-size: 18px;
}
.kerivnyctvowrap .personlink .link {
  cursor: pointer;
  font-size: 16px;
  background: #0072bc;
  color: #fff;
  min-width: 110px;
  padding: 0 10px;
  min-height: 32px;
  line-height: 32px;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.kerivnyctvowrap .personlink .link:hover {
  color: #0072bc;
  background: #fff;
}
.kerivnyctvowrap .kerivnyk-0 {
  width: 242px;
  height: 320px;
  padding: 200px 0 0 0;
  left: 77px;
  bottom: 0;
}
.kerivnyctvowrap .kerivnyk-1 {
  width: 220px;
  height: 293px;
  padding: 200px 0 0 0;
  left: 345px;
  bottom: 0;
}
.kerivnyctvowrap .kerivnyk-2 {
  width: 222px;
  height: 294px;
  padding: 200px 0 0 0;
  left: 557px;
  bottom: 0;
}
.kerivnyctvowrap .kerivnyk-3 {
  width: 222px;
  height: 314px;
  padding: 220px 0 0 0;
  left: 787px;
  bottom: 0;
}
.kerivnyctvowrap .bigdescription {
  display: none;
  position: absolute;
  padding: 50px 100px;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #0072bc;
  min-height: 746px;
}
.kerivnyctvowrap .bigdescription.active {
  display: block;
}
.kerivnyctvowrap .bigdescription >h3 {
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.kerivnyctvowrap .bigdescription .dolzhnost {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  padding: 0 0 20px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #444444;
}
.kerivnyctvowrap .bigdescription .descriptionwrap {
  display: table;
  width: 100%;
  font-size: 18px;
  color: #fff;
}
.kerivnyctvowrap .bigdescription .descriptionwrap > div {
  display: table-cell;
  vertical-align: top;
}
.kerivnyctvowrap .bigdescription .img {
  width: 360px;
  padding: 0 25px 0 0;
}
.kerivnyctvowrap .bigdescription .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(../images/strclose.png) 50% 50% no-repeat;
  background-color: rgba(255,255,255,0.2);
  cursor: pointer;
}
.kerivnyctvowrap .bigdescription .close:hover {
  background-color: rgba(255,255,255,0.4);
}
.kerivnyctvowrap + h3 {
  margin: 50px 0 30px 0;
  text-transform: uppercase;
}
.aviokontab-wrap {
  *zoom: 1;
  background: #f0f0f0;
  border: 1px solid #c8c8c8;
}
.aviokontab-wrap:before,
.aviokontab-wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.aviokontab-wrap:after {
  clear: both;
}
.aviokontab-wrap:before,
.aviokontab-wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.aviokontab-wrap:after {
  clear: both;
}
.aviokontab-wrap .nav-tabs {
  display: table;
  width: 100%;
  margin: 0;
}
.aviokontab-wrap .nav-tabs > li {
  display: table-cell;
  width: 25%;
  text-align: center;
  background: #0072bc;
  border-bottom: 1px solid #c8c8c8;
  line-height: 47px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.aviokontab-wrap .nav-tabs > li + li {
  border-left: 1px solid #c8c8c8;
}
.aviokontab-wrap .nav-tabs > li:hover {
  background: #338ec9;
}
.aviokontab-wrap .nav-tabs > li.active {
  background: transparent;
  border-bottom-color: transparent;
}
.aviokontab-wrap .nav-tabs > li.active a {
  color: #444444;
}
.aviokontab-wrap .nav-tabs > li a {
  color: #fff;
  display: block;
}
.aviokontab-wrap .tab-pane {
  *zoom: 1;
  padding: 40px 95px;
  font-size: 18px;
}
.aviokontab-wrap .tab-pane:before,
.aviokontab-wrap .tab-pane:after {
  display: table;
  content: "";
  line-height: 0;
}
.aviokontab-wrap .tab-pane:after {
  clear: both;
}
.aviokontab-wrap .tab-pane:before,
.aviokontab-wrap .tab-pane:after {
  display: table;
  content: "";
  line-height: 0;
}
.aviokontab-wrap .tab-pane:after {
  clear: both;
}
.aviokontab-wrap + .aviokon-verttab-wrap {
  margin: 50px 0 0 0;
}
.aviokon-verttab-wrap .aviokonverttab {
  display: table;
  width: 100%;
  min-height: 345px;
}
.aviokon-verttab-wrap .vert-nav-tabs {
  display: table-cell;
  width: 270px;
}
.aviokon-verttab-wrap .vert-nav-tabs li,
.aviokon-verttab-wrap .vert-nav-tabs a,
.aviokon-verttab-wrap .vert-nav-tabs li:before {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.aviokon-verttab-wrap .tab-content {
  display: table-cell;
  vertical-align: middle;
}
.aviokon-verttab-wrap .vert-nav-tabs li {
  display: table;
  width: 100%;
  height: 115px;
  line-height: 115px;
  background: #0072bc;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.aviokon-verttab-wrap .vert-nav-tabs li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid;
  color: transparent;
  border-left-color: transparent;
  left: 100%;
  top: 50%;
  margin-top: -10px;
}
.aviokon-verttab-wrap .vert-nav-tabs li.active:before {
  border-left-color: #0072bc;
}
.aviokon-verttab-wrap .vert-nav-tabs li.active:hover:before {
  border-left-color: #308bc6;
}
.aviokon-verttab-wrap .vert-nav-tabs li:hover {
  background: #308bc6;
}
.aviokon-verttab-wrap .vert-nav-tabs > li + li {
  border-top: 1px solid #fff;
}
.aviokon-verttab-wrap .vert-nav-tabs a {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  padding: 0 50px;
}
.aviokon-verttab-wrap .vert-nav-tabs .active a {
  color: #80b9de;
}
.aviokon-verttab-wrap .tab-content {
  background: #f0f0f0;
  border: 1px solid #c5c5c5;
  border-left: none;
  padding: 50px;
}
.aviokon-slideset-gallery .slides-wrap {
  margin: 0;
}
.aviokon-slideset-gallery .slides-wrap li {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}
.aviokon-slideset-gallery .slides-wrap img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-height: 240px;
}
.aviokon-slideset-gallery .owl-stage-outer {
  width: 747px;
}
.aviokon-slideset-gallery .owl-prev,
.aviokon-slideset-gallery .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 20px;
  height: 40px;
  background: url(../images/strportfolio.png) 0 50% no-repeat;
}
.aviokon-slideset-gallery .owl-prev {
  left: -30px;
  background-position: 0 50%;
}
.aviokon-slideset-gallery .owl-prev:hover {
  background-position: -117px 50%;
}
.aviokon-slideset-gallery .owl-next {
  right: -30px;
  background-position: -56px 50%;
}
.aviokon-slideset-gallery .owl-next:hover {
  background-position: -180px 50%;
}
.aviokon-verttab-wrap .aviokon-slideset-gallery .slides-wrap {
  width: 747px;
}
.zoo-vacancy-list {
  font-size: 16px;
}
.zoo-vacancy-list .zoo-vacancy-item {
  list-style: none;
  display: table;
  min-height: 85px;
  border: 1px solid #0072bc;
  width: 100%;
  margin: 0 0 10px 0;
}
.zoo-vacancy-list .zoo-vacancy-item > * {
  display: table-cell;
  vertical-align: middle;
}
.zoo-vacancy-list .column1 {
  padding: 20px 35px;
}
.zoo-vacancy-list .column1 h4 {
  margin: 0 0 0px 0;
  font-size: 18px;
  text-transform: none;
  font-weight: normal;
}
.zoo-vacancy-list .column1 h4 a {
  color: #444444;
}
.zoo-vacancy-list .column1 h4 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.zoo-vacancy-list .column1 p {
  color: #707070;
  margin: 0;
}
.zoo-vacancy-list .column2,
.zoo-vacancy-list .column3 {
  width: 220px;
  text-align: center;
}
.zoo-vacancy-list .column2 a,
.zoo-vacancy-list .column3 a {
  display: block;
  color: #fff;
  background: #0072bc;
  line-height: 83px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.zoo-vacancy-list .column2 a:hover,
.zoo-vacancy-list .column3 a:hover {
  background: #338ec9;
}
.zoo-vacancy-list .column3 {
  border-left: 1px solid #fff;
}
#yoo-zoo .items {
  margin: 0;
}
.yoo-zoo.blog-default .items .teaser-item {
  padding: 0 !important;
}
.yoo-zoo.blog-default .items .teaser-item-bg {
  background: none !important;
  border: none;
  padding: 0 !important;
  margin: 0;
  list-style: none;
  display: table;
  min-height: 85px;
  border: 1px solid #0072bc !important;
  width: 100%;
  margin: 0 0 10px 0;
}
.yoo-zoo.blog-default .items .teaser-item-bg > * {
  display: table-cell;
  vertical-align: middle;
}
.yoo-zoo.blog-default .items .teaser-item-bg .column1 {
  padding: 0px 35px;
}
.yoo-zoo.blog-default .items .teaser-item-bg .column1 h4 {
  margin: 0 0 5px 0;
  font-size: 18px;
  text-transform: none;
  font-weight: normal;
}
.yoo-zoo.blog-default .items .teaser-item-bg .column1 h4 a {
  color: #444444;
  text-transform: none;
  text-decoration: none;
}
.yoo-zoo.blog-default .items .teaser-item-bg .column1 h4 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.yoo-zoo.blog-default .items .teaser-item-bg .column1 p {
  color: #707070;
  margin: 0;
  font-size: 16px;
}
.yoo-zoo.blog-default .items .teaser-item-bg .column2,
.yoo-zoo.blog-default .items .teaser-item-bg .column3 {
  width: 220px;
  text-align: center;
}
.yoo-zoo.blog-default .items .teaser-item-bg .column2 a,
.yoo-zoo.blog-default .items .teaser-item-bg .column3 a {
  text-transform: uppercase;
  display: block;
  color: #fff;
  background: #0072bc;
  line-height: 83px;
  text-decoration: none;
  font-weight: bold;
}
.yoo-zoo.blog-default .items .teaser-item-bg .column2 a:hover,
.yoo-zoo.blog-default .items .teaser-item-bg .column3 a:hover {
  background: #338ec9;
}
.yoo-zoo.blog-default .items .teaser-item-bg .column3 {
  border-left: 1px solid #fff;
}
.vacancyfull {
  display: table;
  width: 100%;
}
.vacancyfull p {
  margin: 0 0 10px 0;
}
.vacancyfull ul {
  margin: 10px 0 20px 0;
}
.vacancyfull .pos-title {
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
  border-bottom: 3px solid #c5c5c5;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  line-height: 1;
  color: #0072bc;
  text-transform: uppercase;
  font-weight: 600;
  display: table-caption;
}
.vacancyfull .leftcolumn,
.vacancyfull .rightcolumn {
  display: table-cell;
  vertical-align: top;
}
.vacancyfull .rightcolumn {
  padding: 0 0 0 20px;
  width: 420px;
}
.style1.vacancyform .formContainer {
  padding: 30px 30px 30px 30px;
}
.style1.vacancyform .formDescription {
  display: none;
}
.style1.vacancyform .rsform-block.rsform-block-rscaptcha {
  margin: 10px 0 0 0;
  width: 100%;
}
.style1.vacancyform .rsform-block.rsform-block-rscaptcha .formCaption2 {
  display: block;
}
.style1.vacancyform .rsform-block.rsform-block-rscaptcha img {
  margin: 0;
  height: 32px;
}
.style1.vacancyform .rsform-block.rsform-block-rscaptcha br {
  display: none;
}
.style1.vacancyform .rsform-block.rsform-block-rscaptcha .rsform-captcha-box {
  float: right;
  margin: 0;
  width: 200px;
}
.style1.vacancyform .rsform-block.rsform-block-rssend {
  margin: 10px 0 0 0;
}
.style1.vacancyform .rsform-block.rsform-block-rssend .formBody {
  margin: 0;
}
.style1.vacancyform .jq-file.rsform-upload-box {
  display: table !important;
  width: 100%;
  margin: 0;
}
.style1.vacancyform .jq-file__name,
.style1.vacancyform .jq-file__browse {
  display: table-cell;
  line-height: 30px;
}
.style1.vacancyform .jq-file__name {
  background: #fff;
  padding: 0 5px;
  border-top: 1px solid #c5c5c5;
}
.style1.vacancyform .jq-file__browse {
  width: 120px;
  text-align: center;
  background: #8d8d8d;
  color: #fff;
  border-top: 1px solid #c5c5c5;
}
.style1.vacancyform .jq-file__browse:hover {
  background: #fff;
  color: #0071bc;
}
.style1.vacancyform .rsform-text-box {
  min-width: 340px;
  max-width: 340px;
}
.blog > h2 {
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
  border-bottom: 3px solid #c5c5c5;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  line-height: 1;
  color: #0072bc;
  text-transform: uppercase;
  font-weight: 600;
}
.blog .items-leading .page-header h2 {
  margin: 0 0 10px 0;
  padding: 0;
  border: none;
  font-size: 24px;
  color: #444;
  font-weight: normal;
}
.blog [class^="leading-"] {
  *zoom: 1;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #c5c5c5;
}
.blog [class^="leading-"]:before,
.blog [class^="leading-"]:after {
  display: table;
  content: "";
  line-height: 0;
}
.blog [class^="leading-"]:after {
  clear: both;
}
.blog [class^="leading-"]:before,
.blog [class^="leading-"]:after {
  display: table;
  content: "";
  line-height: 0;
}
.blog [class^="leading-"]:after {
  clear: both;
}
.blog [class^="leading-"] > .item-image {
  width: 200px;
  float: left;
}
.blog [class^="leading-"] > .item-image ~ * {
  width: 900px;
  float: right;
}
.blog [class^="leading-"] p {
  margin: 0;
}
.blog [class^="leading-"] .readmore {
  margin: 10px 0 0 0;
  text-align: right;
}
.blog [class^="leading-"] .readmore a {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  padding: 0 15px;
  background: #8d8d8d;
  color: #fff;
}
.blog [class^="leading-"] .readmore a:hover {
  background: #0071bc;
}
.pagination {
  text-align: right;
  padding: 30px 0;
}
.pagination ul > * {
  margin-left: 4px;
  display: inline-block;
  min-width: 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  padding: 0 0 2px 0;
  color: #707070;
}
.pagination ul > *:hover a,
.pagination ul > *li span {
  color: #0072bc !important;
}
.pagination a,
.pagination span {
  display: block;
  color: #707070;
  border-bottom: 3px solid #c5c5c5;
  text-decoration: none;
}
.pagination a:hover,
.pagination span:hover {
  color: #0072bc;
}
.pagination span {
  color: #0072bc;
  border-color: #0072bc;
}
.pagination .pagination-start,
.pagination .pagination-end {
  display: none;
}
.pagination [class^="pagination-"] span {
  color: #707070;
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
  border-bottom: 3px solid #c5c5c5;
}
body.error404 .page-header,
body.error404 .contenttop {
  display: none;
}
body.error404 .maincontentwrap {
  width: 100%;
  color: #fff;
}
body.error404 .maincontent {
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
body.error404 .contentwrap {
  display: block;
}
body.error404 .content {
  display: block;
  width: 100%;
  padding: 0;
}
body.error404 .contentwrap .item-page {
  width: 100%;
}
body.error404 .error-content {
  min-height: 720px;
  background: url(../images/error404bg.png) 50% 50% no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
}
body.error404 .error-content > div {
  display: table-cell;
  vertical-align: middle;
}
body.error404 .numb-error {
  font-size: 120px;
  line-height: 1;
  margin: 0 0 50px 0;
}
body.error404 h6 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
}
body.error404 p {
  font-size: 18px;
  line-height: 1.3;
}
body.error404 .btn-wrap {
  margin: 50px 0 0 0;
}
body.error404 .btn-error {
  display: inline-block;
  min-width: 100px;
  font-size: 16px;
  margin: 0 10px;
  background: #8d8d8d;
  color: #fff;
  text-decoration: none;
  line-height: 30px;
  padding: 0 15px;
  cursor: pointer;
}
body.error404 .btn-error:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.moduletable.contactshead {
  font-size: 18px;
  line-height: 40px;
}
.moduletable.contactshead .custom.contactshead {
  display: table;
  width: 100%;
  height: 40px;
}
.moduletable.contactshead .custom.contactshead > div {
  display: table-cell;
  vertical-align: middle;
  width: 33%;
}
.moduletable.contactshead .col_right {
  text-align: right;
}
.moduletable.contactshead .col_center {
  text-align: center;
}
.moduletable.contactshead p {
  display: inline-block;
  vertical-align: middle;
}
.moduletable.contactshead p + p {
  margin-left: 20px;
}
.moduletable.contactshead .grey {
  color: #898989;
  font-weight: 400;
}
.moduletable.contactshead .sociallinkswrap {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.moduletable.contactshead [class^="soc_"] {
  vertical-align: baseline;
  margin: 0 0 0 4px;
}
.moduletable.contactshead .shoplink {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  color: #898989;
}
.moduletable.contactshead .shoplink:hover {
  color: #0071bc;
}
.moduletable.contactshead .shoplink:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url(../images/shopico.png) 50% 50%/contain no-repeat;
}
.btn_trblue {
  display: inline-block;
  padding: 9px 10px;
  line-height: 1;
  font-size: 20px;
  border: 2px solid #0071bc;
  background: #fff;
  color: #0071bc;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  outline: none;
}
.btn_trblue:hover {
  background: #0071bc;
  color: #fff;
  text-decoration: none;
}
.btn_blue {
  display: inline-block;
  padding: 9px 10px;
  line-height: 1;
  font-size: 20px;
  border: 2px solid #0071bc;
  background: #0071bc;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  outline: none;
}
.btn_blue:hover {
  background: #0071bc;
  color: #fff;
  text-decoration: none;
}
.moduletable.callbackhead {
  margin-left: 10px;
}
.cyfryblock {
  display: table;
  width: 100%;
  position: relative;
  background: #0071bc;
  color: #fff;
  min-height: 95px;
}
.cyfryblock > div {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.cyfryblock .label {
  text-align: center;
  background: #f0f0f0;
  color: #444444;
  width: 95px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
}
.cyfryblock .label span {
  display: block;
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}
.cyfryblock p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}
.cyfryblock .blocktitle {
  margin: 0 0 5px 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}
.reshenielist {
  *zoom: 1;
  margin: 0 -1%;
}
.reshenielist:before,
.reshenielist:after {
  display: table;
  content: "";
  line-height: 0;
}
.reshenielist:after {
  clear: both;
}
.reshenielist:before,
.reshenielist:after {
  display: table;
  content: "";
  line-height: 0;
}
.reshenielist:after {
  clear: both;
}
.reshenielist > * {
  width: 31.33%;
  float: left;
  margin: 0 1%;
}
.reshenielist .liststyle1 {
  font-size: 18px;
  line-height: 1.2;
  margin: 20px 0;
}
.reshenielist .liststyle1 li + li {
  margin-top: 10px;
}
.reshenielist .liststyle1 span {
  display: block;
  margin: 3px 0 0 0;
}
.reshenielist .liststyle1 a {
  color: #333;
}
.reshenielist .liststyle1 a:hover {
  color: #0071bc;
}
.reshenielist .grey {
  color: #898989;
}
.reshenielist .small {
  font-size: 14px;
}
.liststyle1 {
  margin: 30px 0;
}
.liststyle1 li {
  display: block;
  position: relative;
  padding: 0 0 0 15px;
  margin: 0;
}
.liststyle1 li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 0;
  height: 0;
  line-height: 0;
  border: 8px solid transparent;
  border-left-color: #0071bc;
}
.liststyle1 li + li {
  margin-top: 5px;
}
.partners_list {
  margin: 0px -2%;
}
.partners_list img {
  display: inline-block;
  vertical-align: middle;
  width: 29.3%;
  margin: 18px 1.6%;
}
.modsubtitle {
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 30px 0;
}
.advantages_list {
  text-align: center;
}
.advantages_list .advantage_item {
  display: table;
  width: 25%;
  float: left;
  height: 100px;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
}
.advantages_list .advantage_item > * {
  display: table-cell;
  vertical-align: middle;
}
.advantages_list .advantage_item .col_img {
  width: 35%;
  text-align: center;
}
.pluso {
  margin-top: 20px;
}
body,
html {
  min-height: 100vh;
}
.baseconteiner {
  position: relative;
  padding: 0 0 550px 0;
  min-height: 100vh;
  overflow: hidden;
}
.baseconteiner .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.logo {
  display: inline-block;
  text-decoration: none;
}
.logo:hover {
  text-decoration: none;
}
.textlogo {
  display: table;
  width: 100%;
  font-weight: 300;
  border: 3px solid #0071bc;
  color: #0071bc;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.textlogo > span {
  display: table-cell;
  vertical-align: middle;
}
.textlogo .logo_left {
  padding: 5px 10px;
  background: #0071bc;
  color: #fff;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.textlogo .logo_right {
  padding: 5px 10px;
}
.logoslogan {
  display: block;
  margin: 10px 0 0 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.modnews_list li {
  display: block;
}
.modnews_list > li + li {
  margin-top: 25px;
}
.modnews_teaser {
  display: table;
  width: 100%;
}
.modnews_teaser > div {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.modnews_teaser .col_image {
  width: 95px;
  padding-right: 15px;
  position: relative;
}
.modnews_teaser .videolink {
  position: absolute;
  left: 0;
  top: 0;
  right: 15px;
  bottom: 0;
  height: 100%;
  background: url(../images/playbtn.png) 50% 50% no-repeat;
  background-size: 50px auto;
}
.modnews_teaser .videolink:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.modnews_teaser .col_info {
  padding-bottom: 30px;
}
.modnews_teaser .pos_title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  max-height: 38px;
  overflow: hidden;
}
.modnews_teaser .pos_title a {
  color: #fff;
  text-decoration: none;
}
.modnews_teaser .pos_title a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modnews_teaser .pos_date {
  position: absolute;
  left: 0;
  bottom: 0;
  vertical-align: bottom;
  background: url(../images/clock.png) 0 50% no-repeat;
  padding: 0 0 0 20px;
  color: rgba(255,255,255,0.6);
  font-size: 15px;
  line-height: 25px;
  min-height: 25px;
}
.modnews_teaser .pos_links {
  position: absolute;
  right: 0;
  bottom: 0;
}
.modnews_teaser .pos_links a {
  display: block;
  padding: 0px 10px;
  background: rgba(255,255,255,0.3);
  color: #fff;
  line-height: 30px;
  min-height: 30px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modnews_teaser .pos_links a:hover {
  background: #fff;
  color: #0071bc;
  text-decoration: none;
}
.moduletable.modhomenews {
  width: 360px;
  background: #0072bc;
  padding: 0 20px 20px 20px;
}
.moduletable.modhomenews > h3 {
  line-height: 62px;
  min-height: 62px;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
.portfolio_list {
  margin: -10px -15px;
  padding: 0;
}
.portfolio_list > * {
  display: inline-block;
  vertical-align: top;
  margin: 10px 15px;
  padding: 0;
  width: 350px;
}
.portfolio_teaser {
  position: relative;
}
.portfolio_teaser .media {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.portfolio_teaser .media > img {
  display: block;
  width: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.portfolio_teaser .title {
  display: block;
  position: relative;
  padding: 8px 0 10px 0;
  font-size: 20px;
  line-height: 44px;
  min-height: 44px;
  font-weight: 400;
  margin: 0;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.portfolio_teaser .title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #0072bc;
}
.portfolio_teaser .title span {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
}
.portfolio_teaser .title a {
  line-height: 1.2;
  color: #0072bc;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.portfolio_teaser .title a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.portfolio_teaser .description {
  position: absolute;
  left: 0;
  top: 10px;
  margin: 0;
  padding: 8px 15px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  background: rgba(0,0,0,0.4);
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.portfolio_teaser > a {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  text-indent: -9999px;
}
.portfolio_teaser .reviewwrap {
  display: table;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  min-width: 100%;
  height: 240px;
  background: rgba(0,0,0,0.4);
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.portfolio_teaser .reviewwrap > * {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.portfolio_teaser .reviewwrap .reviewtop {
  width: 45%;
  text-align: center;
}
.portfolio_teaser .reviewwrap img {
  display: block;
  width: auto;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.portfolio_teaser .reviewwrap .reviewtitle {
  font-size: 18px;
  color: #ffeb3b;
}
.portfolio_teaser .reviewwrap .reviewmedia + .reviewtitle {
  margin: 10px 0 0 0;
}
.portfolio_teaser .reviewwrap .reviewcontent {
  font-size: 24px;
  line-height: 1.2;
}
.portfolio_teaser:hover .title {
  color: #0072bc;
}
.portfolio_teaser:hover .media > img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.portfolio_teaser.reviewactive:hover .description {
  opacity: 0;
  filter: alpha(opacity=0);
}
.portfolio_teaser.reviewactive:hover .reviewwrap {
  opacity: 1;
  filter: alpha(opacity=100);
}
.zoo-pagination {
  text-align: right;
  padding: 30px 0;
}
.zoo-pagination >* {
  margin-left: 4px;
  display: inline-block;
  min-width: 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  padding: 0 0 2px 0;
  color: #707070;
}
.zoo-pagination >*:hover a,
.zoo-pagination >*.currentPage a {
  color: #0072bc !important;
}
.zoo-pagination a,
.zoo-pagination span {
  color: #707070;
  border-bottom: 3px solid #c5c5c5;
  text-decoration: none;
  margin: 0 5px;
}
.zoo-pagination a:hover,
.zoo-pagination span:hover {
  color: #0072bc;
}
.zoo-pagination span {
  border-color: #0072bc;
}
.zoo-pagination .start,
.zoo-pagination .end {
  display: none;
}
ul:not([class]) {
  margin-bottom: 20px;
  padding: 0;
}
ul:not([class]) li {
  display: block;
  padding-left: 20px;
  position: relative;
}
ul:not([class]) li:before {
  content: " ";
  position: absolute;
  left: 5px;
  top: 7px;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  padding: 0;
  background: #0072bc;
}
ul:not([class]) li + li {
  margin-top: 5px;
}
ul:not([class]) ul {
  margin: 10px 0;
}
ul:not([class]) ul li:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.news_list {
  margin: -15px -10px;
}
.news_list > * {
  display: inline-block;
  vertical-align: top;
  width: 398px;
  margin: 15px 10px;
}
.newsitem_teaser {
  position: relative;
}
.newsitem_teaser .pos_media {
  position: relative;
}
.newsitem_teaser .pos_media:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.newsitem_teaser .pos_media a {
  display: block;
}
.newsitem_teaser .pos_media img {
  display: block;
  width: 100%;
}
.newsitem_teaser .videolink {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0;
  height: 100%;
  background: url(../images/playbtn.png) 50% 50% no-repeat;
  background-size: 80px auto;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.newsitem_teaser .videolink:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.newsitem_teaser .pos_title {
  display: block;
  position: relative;
  padding: 8px 0 10px 0;
  font-size: 20px;
  line-height: 44px;
  min-height: 44px;
  font-weight: 400;
  margin: 0;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.newsitem_teaser .pos_title > * {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
}
.newsitem_teaser .pos_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #0072bc;
}
.newsitem_teaser .pos_views {
  position: absolute;
  right: 20px;
  top: 22px;
  color: #fff;
  fill: #fff;
  padding: 0 0 0 22px;
  font-size: 12px;
  line-height: 14px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.newsitem_teaser .pos_views .view_ico {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 14px;
}
.newsitem_teaser .pos_views .view_ico svg {
  display: block;
  width: 14px;
  height: 14px;
}
.newsitem_teaser .pos_date {
  position: absolute;
  left: 20px;
  top: 22px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.newsitem_teaser .pos_category {
  position: absolute;
  left: 20px;
  top: 40px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.newsitem_teaser > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.newsitem_teaser:hover .pos_date,
.newsitem_teaser:hover .pos_category,
.newsitem_teaser:hover .pos_views {
  color: #0072bc;
  fill: #0072bc;
}
.newsitem_teaser:hover .pos_title {
  color: #0072bc;
}
.newsitem_teaser:hover .pos_media:before {
  background: rgba(255,255,255,0.8);
}
.newsitem_full .page-header h1,
.newsitem_full .page-header h2,
.newsitem_full .page-header h3 {
  font-size: 34px;
}
.newsitem_full .pos_date {
  margin: -10px 0 10px 0;
  color: #898989;
}
.newsitem_full .pos_related {
  margin: 0px -10px;
}
.newsitem_full .pos_related > * {
  display: inline-block;
  vertical-align: top;
  width: 398px;
  margin: 15px 10px;
}
.saleitem_full .page-header h1,
.saleitem_full .page-header h2,
.saleitem_full .page-header h3 {
  font-size: 34px;
}
.saleforminfullwrap {
  position: relative;
  width: 50%;
  float: right;
  margin: 0 0 30px 50px;
  padding: 10px;
  background-size: cover;
  background-position: 50% 50%;
}
.saleforminfullwrap form {
  *zoom: 1;
  margin: 0;
  padding: 0;
}
.saleforminfullwrap form:before,
.saleforminfullwrap form:after {
  display: table;
  content: "";
  line-height: 0;
}
.saleforminfullwrap form:after {
  clear: both;
}
.saleforminfullwrap form:before,
.saleforminfullwrap form:after {
  display: table;
  content: "";
  line-height: 0;
}
.saleforminfullwrap form:after {
  clear: both;
}
.saleforminfullwrap form.hide {
  display: none;
}
.saleforminfullwrap .form_title {
  margin: 0 0 20px 0;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #0071bc;
}
.saleforminfullwrap .form_subtitle {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #0071bc;
}
.saleforminfullwrap .inputswrap {
  *zoom: 1;
  margin: 0 -1% 12px -1%;
}
.saleforminfullwrap .inputswrap:before,
.saleforminfullwrap .inputswrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.saleforminfullwrap .inputswrap:after {
  clear: both;
}
.saleforminfullwrap .inputswrap:before,
.saleforminfullwrap .inputswrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.saleforminfullwrap .inputswrap:after {
  clear: both;
}
.saleforminfullwrap .inputswrap .inputbox {
  float: left;
  width: 31.33%;
  margin: 0 1%;
}
.saleforminfullwrap .inputbox {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  min-height: 40px;
  outline: none;
  border: 2px solid #ccc;
  resize: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.saleforminfullwrap .inputbox:focus {
  border: 2px solid #0071bc;
}
.saleforminfullwrap .btnwrap {
  *zoom: 1;
  margin: 12px 0 0 0;
}
.saleforminfullwrap .btnwrap:before,
.saleforminfullwrap .btnwrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.saleforminfullwrap .btnwrap:after {
  clear: both;
}
.saleforminfullwrap .btnwrap:before,
.saleforminfullwrap .btnwrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.saleforminfullwrap .btnwrap:after {
  clear: both;
}
.saleforminfullwrap .button {
  display: block;
  float: right;
  line-height: 20px;
  min-height: 40px;
  font-size: 20px;
  padding: 10px 20px;
  background: #0071bc;
  color: #fff;
  outline: none;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.saleforminfullwrap .thankmessage {
  display: none;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #0071bc;
}
.saleforminfullwrap .thankmessage.visible {
  display: block;
}
.saleforminfullwrap .plusowrap {
  position: absolute;
  left: 10px;
  bottom: 13px;
}
.saleforminfullwrap .plusowrap .pluso {
  margin: 0;
}
.saleforminfullwrap .visible ~ .plusowrap {
  position: static;
}
.map_canvas {
  height: 100%;
  min-height: 402px;
  margin: 0px;
  padding: 0px;
}
.map_canvas img {
  max-width: none;
}
.tableondiv {
  display: table;
  width: 100%;
}
.tableondiv > div {
  display: table-cell;
  vertical-align: top;
}
.tableondiv .width40 {
  width: 40%;
}
.tableondiv .width50 {
  width: 50%;
}
.contenttitle {
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-weight: 400;
  font-size: 18px;
  color: #0072bc;
}
ul+ .contenttitle,
ol+ .contenttitle,
table+ .contenttitle,
p+ .contenttitle {
  margin-top: 20px;
}
.moduletable.modcallback {
  background: #f5f5f5;
  padding: 25px 0;
  text-align: center;
}
.moduletable.modcallback .modtitle {
  padding: 0;
  margin: 0 0 10px 0;
  position: relative;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
}
.moduletable.modcallback .phone {
  display: inline-block;
  font-size: 45px;
  line-height: 1;
  margin: 0px 0 10px 0;
  font-weight: 300;
  color: #333;
  text-decoration: none;
}
.moduletable.modcallback .form_title {
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.callbackform {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.callbackform .formCaption,
.callbackform .formRed,
.callbackform .formError {
  display: none;
}
.callbackform fieldset.formFieldset {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
.callbackform .formContainer {
  display: table;
  width: 100%;
}
.callbackform .formContainer > li {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.callbackform fieldset.formFieldset ol.formContainer li {
  margin: 0;
  padding: 0;
}
.callbackform .rsform-block.rsform-block-rssend {
  padding-left: 10px !important;
  width: 158px;
}
.callbackform .rsform-input-box {
  display: block;
  width: 100%;
  line-height: 48px;
  min-height: 48px;
  border: 2px solid #ccc;
  background: #fff;
  outline: none;
  padding: 0 15px;
}
.callbackform .rsform-input-box:focus {
  border: 2px solid #0071bc;
}
.callbackform .rsform-input-box.rsform-error {
  border: 2px dashed #CF4D4D;
}
.callbackform div.formBody {
  width: 100%;
  float: none;
}
.callbackform .rsform-submit-button {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 15px;
  font-size: 20px;
  line-height: 52px;
  min-height: 52px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: none;
  background: #0071bc;
  letter-spacing: 2px;
  text-align: center;
}
.popupform {
  margin: 15px;
  width: 250px;
}
.popupform .formCaption2,
.popupform .formRed,
.popupform .formError {
  display: none;
}
.popupform fieldset.formFieldset ol.formContainer li {
  *zoom: 1;
  padding: 0;
}
.popupform fieldset.formFieldset ol.formContainer li:before,
.popupform fieldset.formFieldset ol.formContainer li:after {
  display: table;
  content: "";
  line-height: 0;
}
.popupform fieldset.formFieldset ol.formContainer li:after {
  clear: both;
}
.popupform fieldset.formFieldset ol.formContainer li:before,
.popupform fieldset.formFieldset ol.formContainer li:after {
  display: table;
  content: "";
  line-height: 0;
}
.popupform fieldset.formFieldset ol.formContainer li:after {
  clear: both;
}
.popupform fieldset.formFieldset ol.formContainer li + li {
  margin-top: 20px;
}
.popupform fieldset.formFieldset {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
.popupform fieldset.formFieldset legend {
  display: block;
  width: 100%;
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}
.popupform .rsform-input-box {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  min-height: 40px;
  outline: none;
  border: 2px solid #ccc;
}
.popupform .rsform-input-box:focus {
  border: 2px solid #0071bc;
}
.popupform .rsform-input-box.rsform-error {
  border: 2px dashed #CF4D4D;
}
.popupform div.formBody {
  float: none;
}
.popupform .rsform-submit-button {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 15px;
  font-size: 20px;
  line-height: 52px;
  min-height: 52px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: none;
  background: #0071bc;
  letter-spacing: 2px;
  text-align: center;
}
.thankyoumessage {
  display: block;
  width: 100%;
  max-width: 540px;
  text-align: center;
  margin: 40px auto;
  border: 2px solid #0071bc;
  padding: 20px;
  font-size: 20px;
  line-height: 1.2;
}
.thankyoumessage .modtitle {
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.thankyoumessage .phone {
  margin: 15px 0 0 0;
  font-size: 40px;
  line-height: 1;
}
.contactpagewrap {
  position: relative;
}
.contactpagewrap .contactinfo {
  padding: 20px;
  background: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 47px;
  margin-top: -160px;
  width: 370px;
}
.contactpagewrap .tableondiv {
  margin-top: 20px;
}
.contactpagewrap img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.contactpagewrap .videolink {
  display: block;
  width: 100%;
}
.soc_vk {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.soc_vk:hover {
  color: #4c75a3;
}
.skypelink:hover {
  color: #01aef2;
}
.soc_fb {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.soc_fb:hover {
  color: #3b5997;
}
.soc_gp {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.soc_gp:hover {
  color: #d73d32;
}
.services_big_list {
  margin: 0 -1.5%;
}
.services_big_list > li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 1.5% 20px 1.5%;
}
.services_big_list .service_teaser .item_title {
  display: block;
  position: relative;
  padding: 0 0 0px 40px;
  font-size: 18px;
  min-height: 40px;
  line-height: 40px;
  color: #0072bc;
  text-decoration: none;
  border-bottom: 2px solid #0072bc;
  margin: 0 0 10px 0;
}
.services_big_list .service_teaser .item_title i {
  font-size: 30px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.services_big_list .service_teaser .item_title span {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
}
.services_big_list .service_teaser ul {
  margin: 0;
  padding: 0;
}
.sales_list {
  margin: -10px -15px;
}
.sales_list > * {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  margin: 10px 15px;
}
.sale_teaser {
  position: relative;
}
.sale_teaser .saleteaser_media {
  display: block;
  position: relative;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.sale_teaser .saleteaser_media img {
  display: block;
  width: 100%;
}
.sale_teaser .saleteaser_media:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.sale_teaser .saleteaser_date {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 14px;
  font-weight: 300;
}
.sale_teaser .saleteaser_anons {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 15px;
  color: #0072bc;
  padding: 0 20px;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.sale_teaser .saleteaser_anons p {
  margin: 0;
}
.sale_teaser .saleteaser_anonsbtn {
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 8px 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.4;
  border: 2px solid #0072bc;
  font-weight: 600;
}
.sale_teaser .period_title {
  margin: 0 0 5px 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}
.sale_teaser .saleteaser_title {
  display: block;
  position: relative;
  padding: 8px 0 10px 0;
  font-size: 20px;
  line-height: 44px;
  min-height: 44px;
  font-weight: 400;
  margin: 0;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.sale_teaser .saleteaser_title a {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
}
.sale_teaser .saleteaser_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #0072bc;
}
.sale_teaser > a {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}
.sale_teaser:hover .saleteaser_media {
  color: #0072bc;
}
.sale_teaser:hover .saleteaser_media:before {
  background: rgba(255,255,255,0.9);
}
.sale_teaser:hover .saleteaser_title a {
  color: #0072bc;
}
.sale_teaser:hover .saleteaser_anons {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 20px;
}
.sale_teaser.arhiv {
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.salecallbackmodal .rsform-block.rsform-block-rstext {
  display: none;
}
.sales_relatedlist {
  margin: 0px -15px;
}
.sales_relatedlist > * {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  margin: 10px 15px;
}
.errorpagewrap {
  *zoom: 1;
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100vh;
  text-align: center;
  position: relative;
}
.errorpagewrap:before,
.errorpagewrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.errorpagewrap:after {
  clear: both;
}
.errorpagewrap:before,
.errorpagewrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.errorpagewrap:after {
  clear: both;
}
.errorpagewrap p {
  margin: 0;
}
.errorpagewrap .error_content {
  position: absolute;
  left: 0%;
  right: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.errorpagewrap .errornumb {
  font-size: 300px;
  line-height: 0.8;
  margin: 0 0 20px 0;
  color: #0071bc;
}
.errorpagewrap .errortitle {
  font-size: 40px;
  line-height: 1.2;
}
.errorpagewrap .errordescription {
  font-size: 20px;
  line-height: 1.2;
  margin: 20px 0 40px 0;
}
.mailformwrap .iconwrap {
  text-align: center;
  margin: 0 0 20px 0;
}
.mailformwrap svg {
  display: inline-block;
  width: 60px;
  fill: #0072bc;
}
.mailformwrap form {
  display: block;
}
.mailformwrap form.hide {
  display: none;
}
.mailformwrap .inputbox {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0 0 15px 0;
  font-size: 18px;
  line-height: 20px;
  min-height: 40px;
  outline: none;
  border: 2px solid #ccc;
}
.mailformwrap .inputbox:focus {
  border-color: #0072bc;
}
.mailformwrap .btnwrap {
  text-align: center;
}
.mailformwrap .button {
  display: block;
  width: 100%;
  line-height: 40px;
  min-height: 40px;
  padding: 0 10px;
  text-transform: uppercase;
  border: 2px solid #0072bc;
  outline: none;
  color: #0072bc;
  background: #fff;
  font-size: 20px;
}
.mailformwrap .button:hover {
  background: #0072bc;
  color: #fff;
}
.mailformwrap .thankmessage {
  display: none;
  margin: 15px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
}
.mailformwrap .thankmessage.visible {
  display: block;
}
.slick-slider * {
  outline: none;
}
.salessb_list {
  display: block;
  padding: 20px 0;
}
.salessb_list li {
  display: block;
  margin: 5px 0;
}
.salessb_list .slick_prev {
  position: absolute;
  z-index: 2;
  top: -5px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 20px;
  cursor: pointer;
  overflow: hidden;
}
.salessb_list .slick_prev:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border: 20px solid;
  border-bottom-color: #0072bc;
  color: transparent;
}
.salessb_list .slick_next {
  position: absolute;
  z-index: 2;
  bottom: -5px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 20px;
  cursor: pointer;
  overflow: hidden;
}
.salessb_list .slick_next:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border: 20px solid;
  border-top-color: #0072bc;
  color: transparent;
}
.salesb_teaser {
  position: relative;
}
.salesb_teaser > a {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.salesb_teaser .item_media {
  position: relative;
}
.salesb_teaser .item_media:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.salesb_teaser .item_contentwrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 100%;
  padding: 0 10px;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.salesb_teaser .item_date {
  position: relative;
  display: block;
  padding: 0 0 0 20px;
  font-size: 14px;
  line-height: 1;
  margin: 0 0 5px 0;
}
.salesb_teaser .item_title {
  position: relative;
  display: block;
  padding: 0 0 0 20px;
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
}
.salesb_teaser .item_title svg {
  top: 10px;
}
.salesb_teaser svg {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 13px;
  height: 13px;
  fill: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.salesb_teaser .label {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
  background: #0071bc;
  line-height: 30px;
  min-height: 30px;
  padding: 0 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.salesb_teaser:hover .item_contentwrap {
  color: #0071bc;
}
.salesb_teaser:hover svg {
  fill: #0071bc;
}
.salesb_teaser:hover .item_media:before {
  background: rgba(255,255,255,0.5);
}
.big_slider .item_wrap + .item_wrap {
  display: none;
}
.big_slider .item_wrap.slick-slide {
  display: block;
}
.big_slider a {
  display: block;
}
.big_slider img {
  display: block;
  margin: 0 auto;
}
.big_slider .slick-arrow {
  position: absolute;
  z-index: 99;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,0.5);
  text-indent: -9999px;
  border: none;
  outline: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.big_slider .slick-arrow:hover {
  background: #0071bc;
}
.big_slider .slick-arrow:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -5.5px;
  width: 11px;
  height: 20px;
}
.big_slider .slick-prev {
  left: -50px;
}
.big_slider .slick-prev:before {
  background: url(../images/arrowsbs.png) 0 50% no-repeat;
  background-size: auto 20px;
}
.big_slider .slick-next {
  right: -50px;
}
.big_slider .slick-next:before {
  background: url(../images/arrowsbs.png) 100% 50% no-repeat;
  background-size: auto 20px;
}
.big_slider:hover .slick-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}
.big_slider:hover .slick-prev {
  left: 0px;
}
.big_slider:hover .slick-next {
  right: 0px;
}
.big_slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  min-width: 100%;
  text-align: center;
}
.big_slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}
.big_slider .slick-dots button {
  display: block;
  margin: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.5);
  border: none;
  outline: none;
  text-indent: -9999px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.big_slider .slick-dots li.slick-active button,
.big_slider .slick-dots button:hover {
  background: #0071bc;
}
.moduletable.modmainslider {
  margin: 0 0 40px 0;
}
.portfolioshort_teaser .subtitle {
  margin: 3px 0 0 0;
  color: #898989;
  font-size: 14px;
}
.moduletable.modprojectslistfp {
  margin: 0;
}
.moduletable.modprojectsnewswrap .custom {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.moduletable.modprojectsnewswrap .custom > div {
  display: table-cell;
  vertical-align: top;
}
.moduletable.modprojectsnewswrap .custom > div:first-child {
  width: 765px;
  overflow: hidden;
}
.moduletable.modlastprojects {
  background: #707070;
}
.moduletable.modlastprojects .modtitle {
  background: url(../images/headbg.jpg) 50% 50%;
  line-height: 62px;
  min-height: 62px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 0;
}
.moduletable.modlastprojects .modtitle span {
  display: inline-block;
  background: #707070;
  position: relative;
  padding: 0 15px;
}
.moduletable.modlastprojects > h3 {
  line-height: 62px;
  min-height: 62px;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
.lastprojects_list {
  list-style: none;
}
.lastprojects_list .owl-stage-outer {
  width: 765px;
}
.lastprojects_list .description {
  margin: 0;
  font-size: 16px;
  color: #fff;
}
.lastprojects_list .link a {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: #8d8d8d;
  color: #fff;
  text-decoration: none;
  line-height: 30px;
  padding: 0 15px;
}
.lastprojects_list .link a:hover {
  background: #fff;
  color: #0071bc;
}
.lastprojects_list .slick-arrow {
  position: absolute;
  z-index: 2;
  bottom: 110px;
  width: 30px;
  height: 30px;
  background: url(../images/strlastproject.png) 0 50% no-repeat;
  background-color: rgba(141,141,141,0.5);
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  text-indent: -9999px;
  border: none;
  outline: none;
}
.lastprojects_list .slick-arrow:hover {
  background-color: #707070;
}
.lastprojects_list .slick-prev {
  right: 45px;
  background-position: 8px 50%;
}
.lastprojects_list .slick-next {
  right: 12px;
  background-position: -36px 50%;
}
.hompageproject {
  position: relative;
}
.hompageproject .textinfo {
  *zoom: 1;
  padding: 15px 120px 15px 30px;
  position: relative;
}
.hompageproject .textinfo:before,
.hompageproject .textinfo:after {
  display: table;
  content: "";
  line-height: 0;
}
.hompageproject .textinfo:after {
  clear: both;
}
.hompageproject .textinfo:before,
.hompageproject .textinfo:after {
  display: table;
  content: "";
  line-height: 0;
}
.hompageproject .textinfo:after {
  clear: both;
}
.hompageproject .title {
  margin: 0;
  font-size: 20px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: normal;
}
.hompageproject .title a {
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
  color: #fff;
  text-decoration: none;
}
.hompageproject .title a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.hompageproject .media {
  position: relative;
}
.hompageproject img {
  background: #fff;
}
.hompageproject .reviewwrap {
  *zoom: 1;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 20px;
  max-width: 450px;
  font-size: 17px;
  line-height: 1.2;
}
.hompageproject .reviewwrap:before,
.hompageproject .reviewwrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.hompageproject .reviewwrap:after {
  clear: both;
}
.hompageproject .reviewwrap:before,
.hompageproject .reviewwrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.hompageproject .reviewwrap:after {
  clear: both;
}
.hompageproject .reviewwrap .reviewtop {
  display: table;
  width: 100%;
  margin: 0 0 10px 0;
}
.hompageproject .reviewwrap .reviewtop > * {
  display: table-cell;
  vertical-align: middle;
}
.hompageproject .reviewwrap .reviewmedia {
  position: relative;
  width: 95px;
  padding: 0 25px 0 0;
}
.hompageproject .reviewwrap .reviewmedia img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.hompageproject .reviewwrap .reviewmedia a {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  text-indent: -99999px;
}
.hompageproject .reviewwrap p {
  margin: 0;
}
.hompageproject .reviewwrap .reviewtitle {
  font-size: 16px;
  line-height: 1.2;
  color: #ccc;
}
.hompageproject .reviewwrap .reviewtitle span:first-child {
  display: block;
  color: #ffeb3b;
  font-size: 18px;
  font-weight: 600;
}
.hompageproject .reviewwrap >a {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-indent: -99999px;
}
.moduletable.modkomandafp {
  margin: 40px 0;
}
.komandafp_list {
  margin: 0 -7px;
}
.komandafp_list .item_wrap {
  margin: 0 7px;
  background: #fff;
}
.sotrudnikteaserfp {
  text-align: center;
  position: relative;
}
.sotrudnikteaserfp > a {
  position: absolute;
  z-index: 3;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}
.sotrudnikteaserfp .teaser_media {
  position: relative;
}
.sotrudnikteaserfp .img {
  display: block;
  width: 100%;
  padding-bottom: 140%;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: grayscale(1);
  -ms-filter: grayscale(100%);
  filter: grayscale(1);
}
.sotrudnikteaserfp .imghover {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.sotrudnikteaserfp .teaser_title {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
  color: #fff;
  padding: 10px;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
}
.sotrudnikteaserfp .teaser_subtitle {
  margin: 5px 0 0 0;
  padding: 10px 3px;
  background: #f8f8f8;
  border: 2px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
}
.sotrudnikteaserfp:hover .imghover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mod_title {
  padding: 0 0 5px 0;
  margin: 0 0 15px 0;
  border-bottom: 3px solid #c5c5c5;
  font-size: 24px;
  line-height: 1;
  color: #0072bc;
  text-transform: uppercase;
  font-weight: 600;
}
.mod_title a {
  color: #0071bc;
  text-decoration: none;
}
.mod_title a:hover {
  color: #0071bc;
}
.komandaextlist_list {
  display: block;
  width: 100%;
  margin: -15px -5px;
}
.komandaextlist_list .item_wrap {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  margin: 15px 5px;
  background: #fff;
}
.moduletable.modkomandakont {
  margin: 0 0 30px 0;
}
.sotrudnikteaserbig {
  display: table;
  width: 100%;
  /*.teaser_email a{
		&:before{
			display:inline-block;
			margin:0 3px 0 0;
			content: "\f0e0";
			font: normal normal normal 14px/1 FontAwesome;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}
	}
	.dd{
		//"\f098"
	}*/
}
.sotrudnikteaserbig > * {
  display: table-cell;
  vertical-align: top;
}
.sotrudnikteaserbig .teaser_media {
  position: relative;
  width: 40%;
}
.sotrudnikteaserbig .img {
  display: block;
  width: 100%;
  padding-bottom: 140%;
  min-height: 200px;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: grayscale(1);
  -ms-filter: grayscale(100%);
  filter: grayscale(1);
}
.sotrudnikteaserbig .imghover {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.sotrudnikteaserbig .teaser_content {
  padding: 0 0 0 15px;
}
.sotrudnikteaserbig .teaser_content > * + * {
  margin: 8px 0 0 0;
}
.sotrudnikteaserbig .teaser_title {
  font-size: 17px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.sotrudnikteaserbig .teaser_dolzhnost {
  color: #0072bc;
  font-size: 14px;
  text-transform: uppercase;
}
.sotrudnikteaserbig .teaser_email,
.sotrudnikteaserbig .teaser_telefon,
.sotrudnikteaserbig .teaser_viber,
.sotrudnikteaserbig .teaser_skype {
  position: relative;
  padding: 0 0 0 20px;
}
.sotrudnikteaserbig .teaser_email:before,
.sotrudnikteaserbig .teaser_telefon:before,
.sotrudnikteaserbig .teaser_viber:before,
.sotrudnikteaserbig .teaser_skype:before {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  font: normal normal normal 18px/18px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.sotrudnikteaserbig .teaser_email:before {
  content: "\f0e0";
  font-size: 15px;
}
.sotrudnikteaserbig .teaser_skype:before {
  content: "\f17e";
}
.sotrudnikteaserbig .teaser_telefon:before {
  content: "\f098";
}
.sotrudnikteaserbig .teaser_viber:before {
  content: "";
  top: 1px;
  width: 15px;
  height: 15px;
  background: url(../images/viber_icon_black.svg) 50% 50%/contain no-repeat;
}
.sotrudnikteaserbig:hover .imghover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sotrudnikteaserbig:hover .teaser_email:before,
.sotrudnikteaserbig:hover .teaser_telefon:before,
.sotrudnikteaserbig:hover .teaser_skype:before {
  color: #0072bc;
}
.sotrudnikteaserbig:hover .teaser_skype:before {
  color: #01aef2;
}
.sotrudnikteaserbig:hover .teaser_viber:before {
  background: url(../images/viber_icon_color.svg) 50% 50%/contain no-repeat;
}
.inputbox {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  min-height: 40px;
  outline: none;
  border: 2px solid #ccc;
  resize: none;
}
.inputbox:focus {
  border: 2px solid #0071bc;
}
.inputbox.rsform-error {
  border: 2px dashed #CF4D4D;
}
.sotrudnikcallbackwrap {
  text-align: center;
  margin: 15px;
  width: 250px;
}
.sotrudnikcallbackwrap form.hide {
  display: none;
}
.sotrudnikcallbackwrap .form_title {
  display: block;
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}
.sotrudnikcallbackwrap .inputbox {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.sotrudnikcallbackwrap input[type="submit"] {
  display: block;
  width: 100%;
}
.sotrudnikcallbackwrap .thankmessage {
  display: none;
}
.sotrudnikcallbackwrap .thankmessage.visible {
  display: block;
}
.nodisplay {
  display: none;
}
ul:not([class]) {
  margin-bottom: 20px;
  padding: 0;
}
ul:not([class]) >li {
  display: block;
  padding-left: 20px;
  position: relative;
}
ul:not([class]) >li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 5px;
  font-size: 18px;
  line-height: 1;
  background: #0071bc;
}
ul:not([class]) >li + li {
  margin-top: 5px;
}
ul:not([class]) ul,
ul:not([class]) ol {
  margin: 10px 0;
}
ol:not([class]) {
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
}
ol:not([class]) >li {
  display: block;
  position: relative;
  counter-increment: item;
  padding-left: 20px;
  line-height: 18px;
}
ol:not([class]) >li + li {
  margin-top: 5px;
}
ol:not([class]) >li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(item);
  color: #0071bc;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
ol:not([class]) ul,
ol:not([class]) ol {
  margin: 10px 0;
}
@font-face {
  font-family: 'UniversCondensedMedium';
  src: url('../fonts/UniversCondensedMedium.eot');
  src: url('../fonts/UniversCondensedMedium.eot') format('embedded-opentype'), url('../fonts/UniversCondensedMedium.woff2') format('woff2'), url('../fonts/UniversCondensedMedium.woff') format('woff'), url('../fonts/UniversCondensedMedium.ttf') format('truetype'), url('../fonts/UniversCondensedMedium.svg#UniversCondensedMedium') format('svg');
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul>li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.ffroboto {
  font-family: 'Roboto Condensed', sans-serif;
}
a {
  color: #707070;
  text-decoration: none;
}
a:hover {
  color: #0071bc;
}
p {
  margin: 0 0 10px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0 0 20px 0;
  line-height: 1.2;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
#jquery-lightbox,
#jquery-lightbox * {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.clear,
.nvg_clear {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
li {
  margin: 0;
  padding: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
img.left {
  margin: 0 20px 20px 0;
}
img.right {
  margin: 0 0 20px 20px;
}
img.center {
  display: block;
  margin: 0 auto 20px auto;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.hidden {
  display: none !important;
}
.lighthidden {
  display: none;
}
p + h1,
p +h2,
p +h3,
ol + h1,
ol +h2,
ol +h3,
ul + h1,
ul +h2,
ul +h3 {
  margin-top: 30px;
}
.shownext {
  text-decoration: underline;
  cursor: pointer;
}
.shownext.opened {
  cursor: default;
}
.tooltip {
  display: none !important;
}
.supwrap {
  *zoom: 1;
  width: ;
  margin: 0 auto;
}
.supwrap:before,
.supwrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.supwrap:after {
  clear: both;
}
.supwrap:before,
.supwrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.supwrap:after {
  clear: both;
}
#system-message > div {
  width: 400px;
  position: fixed;
  left: 50%;
  top: 30%;
  margin-left: -200px;
  z-index: 999;
  background: white;
  padding: 45px;
  border: 1px solid #cfaaea;
  box-shadow: 0 0 10px 4px rgba(50,153,225,0.3);
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
#system-message > div .close {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  line-height: 20px;
  width: 20px;
  border: 1px solid #cfaaea;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 3px 1px rgba(50,153,225,0.3);
}
#system-message > div h4 {
  margin-top: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
#system-message > div p {
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}
#system-message > div.alert-warning h4 {
  color: #ef4036;
}
#lightbox-wrap,
#lightbox-overlay,
#lightbox-wrap *,
#lightbox-overlay *,
#lightbox-wrap *:before,
#lightbox-overlay *:before,
#lightbox-wrap *:after,
#lightbox-overlay *:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
img {
  max-width: 100%;
  width: auto \9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: ;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  /* 1 */
  font-family: sans-serif;
  /* 2 */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  /* 1 */
  display: inline-block;
  /* 2 */
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  color: inherit;
  /* 2 */
  font: inherit;
  /* 3 */
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  /* 2 */
  -webkit-appearance: button;
  /* 3 */
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  /* 1 */
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  /* 2 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  /* 1 */
  border: 0;
  /* 2 */
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.jInputFile-input {
  position: absolute;
}
.jInputFile-customFile {
  position: absolute;
  width: 219px;
  margin-left: -140px;
  cursor: default;
  height: 21px;
  z-index: 2;
  /*!!!!!!!!!!!!!!*/
  font: 13px Verdana;
  opacity: 0;
  filter: alpha(opacity=0);
}
.jInputFile-fakeButton {
  position: absolute;
  z-index: 1;
  width: 85px;
  height: 21px;
  background: url(images/button.png) no-repeat left top;
  float: left;
}
.jInputFile-blocker {
  position: absolute;
  z-index: 3;
  width: 150px;
  height: 21px;
  background: url(images/transparent.gif);
  margin-left: -155px;
}
.jInputFile-fileName {
  position: absolute;
  height: 15px;
  line-height: 15px;
  margin-left: 100px;
  font-family: Trebuchet;
  font-size: 13px;
  color: gray;
  margin-top: 2px;
  padding-top: 1px;
  padding-left: 19px;
  background: url(images/icons.png);
  display: none;
}
.jInputFile-activeBrowseButton {
  background: url(images/button_active.png) no-repeat left top;
  display: none;
}
.item-page ol,
.vacancyfull ol {
  /* Инициализируем счетчик */
  counter-reset: li;
  /* Удаляем  установленное по умолчанию левое поле*/
  padding: 0;
  /* Отменяем нумерацию установленную по умолчанию */
  list-style: none;
}
.item-page ol li,
.vacancyfull ol li {
  /* Создаем контекст для позиционирования элементов */
  position: relative;
  /* Даем каждому элементу списка отступ слева, что бы освободить пространство для нумерации */
  margin: 0 0 6px 1.5em;
  padding: 3px;
  /* Отменяем нумерацию установленную по умолчанию */
  list-style: none;
}
.item-page ol li:before,
.vacancyfull ol li:before {
  /* В качестве данных используем счетчик */
  content: counter(li) ".";
  /* Увеличиваем значение счетчика на 1 */
  /* Позиционируем и оформляем цифры */
  counter-increment: li;
  position: absolute;
  top: 0px;
  left: -1.5em;
  width: 2em;
  padding: 4px 0;
  color: #0072bc;
}
.item-page ul,
.vacancyfull ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
.item-page ul li,
.vacancyfull ul li {
  list-style: none;
  margin: 0 0 10px 0;
}
.item-page ul li:before,
.vacancyfull ul li:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #0072bc;
  margin: -2px 10px 0 0;
}
.aviokontab-wrap .nav-tabs > li:before,
.aviokon-slideset-gallery .slides-wrap li:before,
.zoo-vacancy-list .zoo-vacancy-item:before {
  display: none;
}
.aviokon-verttab-wrap .vert-nav-tabs li:before {
  background: none;
  margin: 0;
  margin-top: -10px;
}
