@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700|Ubuntu:400,400italic&subset=latin,cyrillic);/*! 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.
 */

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* 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.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

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

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

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

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

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

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* 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.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * 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.
 */

button,
select {
  text-transform: none;
}

/**
 * 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.
 */

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

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

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

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

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

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

input {
  line-height: normal;
}

/**
 * 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.
 */

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

/**
 * 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`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 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).
 */

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

/**
 * 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).
 */

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

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

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

/**
 * 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.
 */

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * 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.
 */

optgroup {
  font-weight: bold;
}

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/*
	AnythingSlider v1.8+ Minimalist Round theme
	By Rob Garrison
*/
/*****************************
  SET DEFAULT DIMENSIONS HERE
 *****************************/
/* change the ID & dimensions to match your slider */
#slider {
	width: 700px;
	height: 390px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}

/******************
  SET STYLING HERE
 ******************
 =================================
 Default state (no keyboard focus)
 ==================================*/
/* Overall Wrapper */
.anythingSlider {
	margin: 0 auto;
	/* 30px right & left padding for the navigation arrows */
	padding:0;
	position: relative;
}

.anythingSlider *{
	box-sizing: content-box;
}

/* slider window - top & bottom borders, default state */
.anythingSlider .anythingWindow {
}
/* Navigation buttons + start/stop button, default state */
.anythingSlider .anythingControls a {
	background-color: #333;
	color: #fff;
	/*border: #000 1px solid;*/
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;

}
/* Navigation current button, default state */
.anythingSlider .anythingControls a.cur,
.anythingSlider .anythingControls a:hover {
	background-color: #777;
	color: #000;
}

/* start-stop button, stopped, default state */
.anythingSlider .anythingControls a.start-stop {
	background: #040;
	color: #ddd;
	/* top shadow */
	-moz-box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.5);
}
/* start-stop button, playing, default state */
.anythingSlider .anythingControls a.start-stop.playing {
	background-color: #800;
}

/* start-stop button, default hovered text color (when visible) */
/* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */
.anythingSlider .anythingControls a.start-stop:hover,
.anythingSlider .anythingControls a.start-stop.hover,
.anythingSlider .anythingControls a.start-stop .anythingControls ul a:hover {
	color: #fff;
	/* clear top shadow */
	-moz-box-shadow: inset 0 0 0 #000000;
	-webkit-box-shadow: inset 0 0 0 #000000;
	box-shadow: inset 0 0 0 #000000;
}

/*
 =================================
 Active State (has keyboard focus)
 =================================
*/
/* slider window - top & bottom borders, active state */
.anythingSlider.activeSlider .anythingWindow {
	border-color: #164054;
}

/* Navigation buttons, active state */
.anythingSlider.activeSlider .anythingControls a {
	background-color: #fff;
	color: #fff;
}
/* Navigation current button, active state */
.anythingSlider.activeSlider .anythingControls a.cur{
	background-image: url(../images/circle.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 3px solid #d2ab66;
	color: #000;
	margin-top: 0;
}

.anythingSlider.activeSlider .anythingControls a:hover {
	background-color: #97ddb2;
}

/* start-stop button, stopped, active state */
.anythingSlider.activeSlider .anythingControls a.start-stop {
	background: #080;
	color: #fff;
}
/* start-stop button, playing, active state */
.anythingSlider.activeSlider .anythingControls a.start-stop.playing {
	color: #fff;
	background: #f00;
}
/* start-stop button, active slider hovered text color (when visible) */
.anythingSlider.activeSlider .start-stop:hover,
.anythingSlider.activeSlider .start-stop.hover {
	color: #fff;
}

/************************
  NAVIGATION POSITIONING
 ************************/
/* Navigation Arrows */
.anythingSlider .arrow {
	top: 0;
	position: absolute;
	display: block;
	height: 100%;
	background: rgba(255,255,255, 0.3);
	width:50px;
	cursor: pointer
}

.anythingSlider .arrow:hover {
	background: rgba(255,255,255, 0.5);
}

.anythingSlider .arrow a {
	display: block;
	width: 40px;
	height: 57px;
	margin: -20px 0 0 0; /* half height of image */
	text-align: center;
	outline: 0;
	top: 50%;
	position: absolute;
	background: url(../images/arrows.png) no-repeat;
}

/* back arrow */
.anythingSlider .back { left: 0; }
.anythingSlider .back a { background-position: left bottom; right:0;}
.anythingSlider .back a:hover,
.anythingSlider .back a.hover { background-position: left top; }
/* forward arrow */
.anythingSlider .forward { right: 0; }
.anythingSlider .forward a { background-position: right bottom; }
.anythingSlider .forward a:hover,
.anythingSlider .forward a.hover { background-position: right top; }

/* Navigation Links */
.anythingSlider .anythingControls {
	height: 15px; /* limit height, needed for IE9 of all things */
	outline: 0;
	display: none;
	float: center;
	position: absolute;
	bottom: 20px;
	right: 65px;
	margin: 0;
	z-index: 100;
	opacity: 0.90;
	filter: alpha(opacity=90);
}

.anythingSlider .anythingControls ul {
	margin: 0;
	padding: 0;
	float: left;
}
.anythingSlider .anythingControls ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
.anythingSlider .anythingControls ul a {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: 3px;
	padding: 0;
	text-decoration: none;
	text-align: center;
	outline: 0;
	background: #fff;
}

.anythingSlider .anythingControls span {
	display: block;
	visibility: hidden;
}

/* navigationSize window */
.anythingSlider .anythingControls .anythingNavWindow {
	overflow: hidden;
	float: left;
}
/* navigationSize nav arrow positioning */
.anythingSlider .anythingControls li.prev span,
.anythingSlider .anythingControls li.next span {
	visibility: visible;
	position: relative;
	top: -6px; /* bring navigationSize text arrows into view */
}

/* Autoplay Start/Stop button */
.anythingSlider .anythingControls .start-stop {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 3px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	z-index: 100;
	outline: 0;
}

/***********************
 IE8 AND OLDER STYLING
 ***********************/
/* Navigation Arrows */
.as-oldie .anythingSlider .arrow {
	top: 45%;
}
.as-oldie .anythingSlider .arrow a {
	margin: 0;
}

/***********************
COMMON SLIDER STYLING
***********************/
/* Overall Wrapper */
.anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}
/* anythingSlider viewport window */
.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* anythingSlider base (original element) */
.anythingSlider .anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

/* Navigation arrow text; indent moved to span inside "a", for IE7;
	apparently, a negative text-indent on an "a" link moves the link as well as the text */
.anythingSlider .arrow span {
	display: block;
	visibility: hidden;
}
/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.anythingSlider .arrow.disabled {
	display: none;
}
/* all panels inside the slider; horizontal mode */
.anythingSlider .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
/* vertical mode */
.anythingSlider .vertical .panel {
	float: none;
}

/* fade mode */
.anythingSlider .fade .panel {
	float: none;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index:2;
}

/***********************
  RTL STYLING
 ***********************/
/* slider autoplay right-to-left, reverse order of nav links to look better */
.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}

.anythingSlider.rtl .start-stop { /* float: right; */ } /* move start/stop button - in case you want to switch sides */

/* probably not necessary, but added just in case */
.anythingSlider .anythingWindow,
.anythingSlider .anythingControls ul a,
.anythingSlider .arrow a,
.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

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

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

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../3rd-party/fancybox2/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('../3rd-party/fancybox2/fancybox_loading.gif') center center no-repeat;
}

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

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !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('../3rd-party/fancybox2/fancybox_overlay.png');
}

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

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

/* Title helper */

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

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

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

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

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

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

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@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('../3rd-party/fancybox2/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../3rd-party/fancybox2/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Ubuntu', Tahoma, sans-serif;
	font-weight: normal;
	background: url('../images/bullet.png') no-repeat;
	background-position: left center;

	padding-left: 30px;
}

p, blockquote {
	line-height: 1.6;
}

.h3 {
	font-size: 22px;
}* html body {height: 100% } /*IE*/

body {
	background: url('../images/clock-right.png') no-repeat 100% 20%,
				url('../images/clock-left.png') no-repeat 0% 90%,
				url('../images/bg-pattern.jpg');

	font-size: 13px;
	font-family: 'Open Sans', Verdana, Arial, sans-serif;
}

div#wrap {
	
	margin:0px auto;
	height:auto !important;
	height:100%;
	min-height:100%;
	width:100%;
	padding:0;
	overflow: hidden;
}

/* slider */
#slider {
	width:100%; height:370px;
}

.any-container {
	position: relative;
}

.block-title, .block-brief {
	position: absolute;
	left: 65px;
	padding: 3px 5px;
	font-size: 30px;
	font-family: 'Ubuntu', Tahoma, sans-serif;
	background: #fff;
	background: rgba(255,255,255, 0.8);
}

.block-brief {
	top: 75px;
}

.block-title {
	top: 20px;
}

a {
	color: #407A56;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

table {
	border: 2px solid #8EB79E;
	border-collapse: collapse;
	width: 100%;
}

table td, table th {
	border: 2px solid #8EB79E;
	padding: 6px 12px;
}

.form-group {
	margin-bottom: 15px;
}

.form-group * {
	box-sizing: border-box;
}


.form-group input,
.form-group textarea {
	width: 100%;
	max-width: 100%;
	outline: none;
	border: 1px solid #8EB79E;
	border-radius: 3px;
	padding: 5px 10px;
}

.form-group input:focus,
.form-group textarea:focus {
	border-color: #004416;
} 

.form-processing {
	display: none;
}

.text-danger {
	color: #981717;
}

.small {
	font-size: 12px;
}

.cred, .message-error {
	color: @red-color;
}
.form {
	position: relative;
}

.form-processing {
	background: rgba(255,255,255,0.85);
	color: #000;
	text-align: center;
	line-height: 15em;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
}

.message {
	padding: 10px 0;
}

.message-error {
	color: red;
}

.message-success {
	color: green;
}

.block-link {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

#news .news-item {
	width: 100%;
}
header {
	/*height: 150px;*/
	border-bottom: 6px solid #004416;
	background: #f2f2f2 url('../images/clock-header.png') no-repeat -80px 0;
	margin-bottom: 28px;
}

.header-nav {
	width: 100%;
    float: left;
}
.header-nav nav{
	display: table;
    margin: 0 auto;
}

.wrap {
	width: 1105px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 13px;
}

header .wrap {
	overflow: visible;
}

header .wrap:after {
	content: '';
	display: block;
	clear: both;
}

#logo {
	width: 333px;
	float: left;
	padding-top: 15px;
	text-align: center;
}

#header_info {
	width: 744px;
	float: left;
	margin-left: 15px;
}

#header_contacts {
	padding-top: 15px;
    font-family: Ubuntu, sans-serif;
    /* overflow: hidden; */
    display: table;
    width: 100%;
    position: relative;
}
#contacts{
	width: 33.33%;
	float: left;
	text-align: left;
}
#contacts1{
	width: 33.33%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    /*padding: 35px 0;*/
	padding: 12px 0;
}
#contacts_2{
	width: 33.33%;
    float: left;
    text-align: left;
    /*padding: 14px 0% 14px 5%;*/
	padding: 0px 0% 14px 4%;
    box-sizing: border-box;
}
#contacts_3{
	width: 100%;
	float: left;
	text-align: center;
}
.rep{
	font-size: 18px;
    margin-bottom: 5px;
    display: block;
}
/*
#contacts, #contacts_2, #contacts_3 {
	margin-top: -6px;
	width: 230px;
	float: left;
	text-align: center;
}
*/

#contacts_3 {
	position: absolute;
    right: 7%;
    bottom: -71px;
}

#callback {
/*	width: 360px;
	float: right;*/
	font-size: 12px;
	color: #919191;
	position: relative;
}

#callback_info {
	position: relative;
	font-size: 11px;
color: #919191;
margin-top: 5px;
}

#phone, #phone_2, #phone_3  {
	font-size: 24px;
	color: #074720;
	margin-bottom: 5px;
}

#phone_3 {
	position: relative;
}

#email {
	font-size: 13px;
}

#email_container {
	margin-top: 5px;
}


#callback a, a.send, button.send {
	border: 1px solid #00380b ;
	display: inline-block;
	text-decoration: none;
	border-radius: 8px;
	background: #fff;

	padding: 6px 18px;
	font-size: 14px;
	font-family: Ubuntu, sans-serif;
	color: #F9E693;

	/* фоновый градиент */
	background: #024A1C;
	background: linear-gradient(to top, #024A1C, #117345);
}

#feedback_form {
	width: 450px;
}

#callback a:active, 
#callback a:focus,
a.send:active, 
a.send:focus,
button.send:active, 
button.send:focus {
	background: linear-gradient(to bottom, #024A1C, #117345);
	outline: none;
}

#callback a:hover, a.send:hover, button.send:hover {
	background: #E8F2EB;
	background: linear-gradient(to bottom, #024A1C, #117345);
}

nav > ul {
	list-style: none;
	padding: 0;
}

nav > ul > li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

nav a {
	border-left: 2px solid #7a8c81;
	padding: 5px 18px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

nav a:hover {
	text-decoration: underline;
	color: #7a8c81;
}

nav > ul > li > ul {
	display: none;
	width: 220px;
	background: #fff;
	position: absolute;
	top: 120%;
	left: 0;
	list-style: none;
	padding: 10px 0;
	margin: 0;
	border-left: 2px solid #7a8c81;
	background: #f2f2f2;
	box-shadow: 3px 4px 3px rgba(0,0,0,0.15);
	z-index: 9900;
}

nav > ul > li:hover > ul {
	display: block;

}

nav > ul > li:hover > ul > li > a {
	display: block;
	padding: 5px 15px;
	border: 0;
}

nav > ul > li:hover > ul > li:hover {
	background: #004416;
}

nav > ul > li:hover > ul > li:hover > a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

/* выбираем последнюю ссылку внутри блока nav */
nav li:last-child a {
	border-right: 2px solid #7a8c81;
}

nav {
	padding-top: 5px;
}

aside {
	width: 333px;
	background: #fff;
	padding: 22px 0;
	float: left;

	padding-bottom: 10040px;
	margin-bottom: -10000px;

}

#content {
	width: 744px;
	background: #fff;
	margin-left: 28px;
	float: left;

	padding-bottom: 10040px;
	margin-bottom: -10000px;
}

.title {
	background: url('../images/menu-bg.png') no-repeat;
	height: 30px;

	padding-top: 2px;

	padding-bottom: 10px;
	padding-left: 33px;

	color: #f4f7ff;
	font-style: italic;
	font-family: Ubuntu, sans-serif;
	font-size: 24px;

	margin-left: -13px;
}

.menu {
	padding: 0 19px 45px 29px;
	list-style: none;
}

.side-promo {
	padding: 0 19px 45px 29px;
}

.menu a{
	color: #000;
	font-family: Ubuntu, sans-serif;
	font-size: 14px;
	display: block;
	padding: 5px 0;
}

.menu a:hover {
	text-decoration: none;
}

.menu .current > a {
	font-weight: bold;
	text-decoration: none;
}

.menu ul {
	display: none;
}

.menu .current ul, .menu .active ul {
	display: block;
	list-style: none;
	margin:0;
	padding:0 0 0 20px;
}
.menu .current ul a, .menu .active ul a {
	font-size: 14px;
	padding: 3px 0;
}

.socials {
	padding: 0 19px 45px 29px;
}

.social {
	width: 40px;
	height: 39px;

	display: inline-block;
	margin: 0 4px;
}

.vk {
	background: url('../images/vk.png') no-repeat;
}

.fb {
	background: url('../images/fb.png') no-repeat;
}

.tw {
	background: url('../images/tw.png') no-repeat;
}

.mw {
	background: url('../images/mw.png') no-repeat;
}

#main_photo {
	margin-bottom: 20px;
}

main, #news {
	padding: 0 15px 40px;
}

.news-item {
	display: inline-block;
	width: 167px;
	margin-right: 9px;

	font-family: Ubuntu, sans-serif;
	color: #000;
	text-decoration: none;
	vertical-align: top;
	margin-bottom: 20px
}

.news-item:hover {
	text-decoration: underline;
}

.news-item img {
	width: 100%;
}

.news-item:nth-child(5n) {
	margin: 0;
}

#news {
	overflow: hidden;
}

#footer {
	background: url(../images/footer-bg.jpg);
	color: #ecffff;
	margin-top: 60px;
}

#footer:before {
	content: '';
	display: block;
	height: 8px;
	background: #d2ab67 url(../images/footer-border.jpg) no-repeat center top;
}

footer.wrap {
	padding-bottom: 50px;
	padding-top: 20px;
}

#copyrights {
	width: 733px;
	float: left;
}

#footer_contacts {
	width: 220px;
	float: right;
}

.ico {
	width: 39px;
	height: 33px;
	display: inline-block;
}

.home {
	background: url('../images/home.png') no-repeat center center;
}

.sitemap {
	background: url('../images/sitemap.png') no-repeat center center;
}

.mail {
	background: url('../images/mail.png') no-repeat center center;
}


#footer_contacts {
	font-family: Ubuntu, sans-serif;
}

#footer_phone {
	font-size: 24px;
}

#footer_email {
	font-size: 16px;
	padding: 7px 0;
}

#address {
	font-size: 12px;
}

#breadcrumbs {
	padding: 15px;
	font-size: 12px;
}

.socials {
	padding-top: 15px;
}


.page-title {
	background: none;
	padding-left: 0;
}

.photos-list {
	padding: 15px;
	margin-right: -20px;
}

.photo-image-container {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	height: 165px;
	margin-right: 14px;
	overflow: hidden;
	margin-bottom: 20px
}

.hidden {
	display: none;
}

.f-menu {
	list-style: none;
	padding: 0;
}

.f-menu > li {
	display: inline-block;
	vertical-align: top;
}

.f-menu  a {
	border-left: 1px solid #7a8c81;
	padding: 5px 18px;
	color: #ecffff;
	text-decoration: none;
	font-weight: normal;
}

.f-menu  a:hover {
	text-decoration: underline;
	color: #7a8c81;
}

/* выбираем последнюю ссылку внутри блока nav */
.f-menu  li:last-child a {
	border-right: 1px solid #7a8c81;
}

.f-menu  {
	margin-bottom: 24px;
}

    
