/*
Author: Sergii.Rudchyk
*/
/* ---------->>> XHTML, HTML4, HTML5 Reset <<<-----------*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  vertical-align: baseline;
}

html,
body,
.container-wrap {
  height: 100%;
}

/* Correct `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, 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,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/*
Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  height: 0;
}

/*
Prevent modern browsers from displaying `audio` without controls.
Address `[hidden]` styling not present in IE 8/9.
Hide the `template` element in IE, Safari, and Firefox < 22.
*/
audio:not([controls]),
[hidden],
template {
  display: none;
}

/*
Addresses `font-family` inconsistency between `textarea` and other form elements.
*/
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* 1. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html {
  font-size: 100.01%;
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 1 */
}

body {
  color: #181818;
  background: white;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
}

pre,
code,
kbd,
samp,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  font-size: 100%;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q,
blockquote {
  quotes: none;
}
q:before, q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

sub,
sup {
  font-size: smaller;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

b,
strong {
  font-weight: bold;
}

em,
i,
dfn {
  font-style: italic;
}

u {
  text-decoration: underline;
}

small {
  font-size: 80%;
}

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

/*
Remove the gray background color from active links in IE 10.
*/
a {
  background: transparent;
}
a img {
  border: none;
}

img {
  border: 0;
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

ul,
ol {
  list-style: none;
}
ul li,
ol li {
  margin-left: 0;
}

/*  Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

h1 {
  font-size: 130%;
}

h2 {
  font-size: 120%;
}

h3 {
  font-size: 110%;
}

h4 {
  font-size: 100%;
}

h5 {
  font-size: 90%;
}

h6 {
  font-size: 80%;
}

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

/*Correct overflow displayed oddly in IE 9.*/
svg:not(:root) {
  overflow: hidden;
}

/*
1. Correct color not being inherited.
   Known issue: affects color of disabled elements.
2. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
2. Improve usability and consistency of cursor style between image-type `input` and others.
*/
a[href],
input[type="submit"],
html input[type="button"],
input[type="image"],
input[type="reset"],
label[for],
select,
button,
.btn {
  cursor: pointer;
  /* 2 */
}

/*Address `overflow` set to `hidden` in IE 8/9/10*/
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+, and Opera
Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}

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

input,
textarea {
  -webkit-user-modify: read-write-plaintext-only;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input, input:hover, input:focus,
textarea,
textarea:hover,
textarea:focus,
select,
select:hover,
select:focus,
button,
button:hover,
button:focus {
  outline: none;
}

/*
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.
3. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
4. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof).

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`.
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 {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
input[type="checkbox"] {
  vertical-align: bottom;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
  -webkit-user-modify: read-write;
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 3 */
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
Re-set default cursor for disabled elements.
*/
button[disabled],
input[disabled],
textarea,
select {
  cursor: default;
}

/*
Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

acronym,
abbr,
span.caps {
  cursor: help;
}

acronym,
abbr {
  border-bottom: 1px dashed #999;
}

textarea {
  overflow: auto;
  resize: none;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
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;
}

/* ---------->>> MY CLASSES  <<<-----------*/
.wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.tablebox,
.wrapper {
  width: 100%;
}

/* ---------->>> OTHER CLASSES  <<<-----------*/
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.dib,
.icon,
.button,
.field,
#mcspvalue,
.wrapper {
  display: inline-block;
}

.dib {
  vertical-align: top;
}

.icon,
.button,
.field, 
#mcspvalue {
  vertical-align: middle;
}

.table {
  display: table;
}

.row {
  display: table-row;
}

.cell {
  display: table-cell;
}

/* ---------->>> ALIGNMENT BLOCKS IN WIDTH  <<<-----------*/
.jbox {
  line-height: 0;
  text-align: justify;
}
.jbox:after {
  content: "\0020";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
  display: inline-block;
  width: 100%;
}
.jbox .dib {
  line-height: normal;
  text-align: left;
}

input[type="submit"],
html input[type="button"],
input[type="reset"],
button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

.no_select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.break {
  word-wrap: break-word;
}

/* ---------->>> STANDARD STYLE <<<-----------*/
a,
.link {
  color: #01cfca;
  text-decoration: underline;
}
a:hover,
.link:hover {
  color: #ff4d50;
  text-decoration: underline;
}
a:active,
.link:active {
  text-decoration: none;
}

/* ---------->>> GLOBAL <<<-----------*/
html {
  min-width: 960px;
}
html > body .container-wrap {
  height: auto;
  min-height: 100%;
}

body {
  background-color: #FFF;
  #color: #acacac;
  font: 13px/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.container {
  width: 1000px;
  margin: auto;
}

.grid {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -480px;
  width: 960px;
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgwLCAwLCAwLCAwKSIvPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYmEoMjUxLCAxODgsIDE4OCwgMC41KSIvPjxzdG9wIG9mZnNldD0iNi4yNSUiIHN0b3AtY29sb3I9InJnYmEoMjUxLCAxODgsIDE4OCwgMC41KSIvPjxzdG9wIG9mZnNldD0iNi4yNSUiIHN0b3AtY29sb3I9InJnYmEoMCwgMCwgMCwgMCkiLz48c3RvcCBvZmZzZXQ9IjguMzMzMzMlIiBzdG9wLWNvbG9yPSJyZ2JhKDAsIDAsIDAsIDApIi8+PHN0b3Agb2Zmc2V0PSI4LjMzMzMzJSIgc3RvcC1jb2xvcj0icmdiYSgyNTEsIDE4OCwgMTg4LCAwLjUpIi8+PHN0b3Agb2Zmc2V0PSIxNC41ODMzMyUiIHN0b3AtY29sb3I9InJnYmEoMjUxLCAxODgsIDE4OCwgMC41KSIvPjxzdG9wIG9mZnNldD0iMTQuNTgzMzMlIiBzdG9wLWNvbG9yPSJyZ2JhKDAsIDAsIDAsIDApIi8+PHN0b3Agb2Zmc2V0PSIxNi42NjY2NyUiIHN0b3AtY29sb3I9InJnYmEoMCwgMCwgMCwgMCkiLz48c3RvcCBvZmZzZXQ9IjE2LjY2NjY3JSIgc3RvcC1jb2xvcj0icmdiYSgyNTEsIDE4OCwgMTg4LCAwLjUpIi8+PHN0b3Agb2Zmc2V0PSIyMi45MTY2NyUiIHN0b3AtY29sb3I9InJnYmEoMjUxLCAxODgsIDE4OCwgMC41KSIvPjxzdG9wIG9mZnNldD0iMjIuOTE2NjclIiBzdG9wLWNvbG9yPSJyZ2JhKDAsIDAsIDAsIDApIi8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYmEoMCwgMCwgMCwgMCkiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0icmdiYSgyNTEsIDE4OCwgMTg4LCAwLjUpIi8+PHN0b3Agb2Zmc2V0PSIzMS4yNSUiIHN0b3AtY29sb3I9InJnYmEoMjUxLCAxODgsIDE4OCwgMC41KSIvPjxzdG9wIG9mZnNldD0iMzEuMjUlIiBzdG9wLWNvbG9yPSJyZ2JhKDAsIDAsIDAsIDApIi8+PHN0b3Agb2Zmc2V0PSIzMy4zMzMzMyUiIHN0b3AtY29sb3I9InJnYmEoMCwgMCwgMCwgMCkiLz48c3RvcCBvZmZzZXQ9IjMzLjMzMzMzJSIgc3RvcC1jb2xvcj0icmdiYSgyNTEsIDE4OCwgMTg4LCAwLjUpIi8+PHN0b3Agb2Zmc2V0PSIzOS41ODMzMyUiIHN0b3AtY29sb3I9InJnYmEoMjUxLCAxODgsIDE4OCwgMC41KSIvPjxzdG9wIG9mZnNldD0iMzkuNTgzMzMlIiBzdG9wLWNvbG9yPSJyZ2JhKDAsIDAsIDAsIDApIi8+PHN0b3Agb2Zmc2V0PSI0MS42NjY2NyUiIHN0b3AtY29sb3I9InJnYmEoMCwgMCwgMCwgMCkiLz48c3RvcCBvZmZzZXQ9IjQxLjY2NjY3JSIgc3RvcC1jb2xvcj0icmdiYSgyNTEsIDE4OCwgMTg4LCAwLjUpIi8+PHN0b3Agb2Zmc2V0PSI0Ny45MTY2NyUiIHN0b3AtY29sb3I9InJnYmEoMjUxLCAxODgsIDE4OCwgMC41KSIvPjxzdG9wIG9mZnNldD0iNDcuOTE2NjclIiBzdG9wLWNvbG9yPSJyZ2JhKDAsIDAsIDAsIDApIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9InJnYmEoMCwgMCwgMCwgMCkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiYSgyNTEsIDE4OCwgMTg4LCAwLjUpIi8+PHN0b3Agb2Zmc2V0PSI1Ni4yNSUiIHN0b3AtY29sb3I9InJnYmEoMjUxLCAxODgsIDE4OCwgMC41KSIvPjxzdG9wIG9mZnNldD0iNTYuMjUlIiBzdG9wLWNvbG9yPSJyZ2JhKDAsIDAsIDAsIDApIi8+PHN0b3Agb2Zmc2V0PSI1OC4zMzMzMyUiIHN0b3AtY29sb3I9InJnYmEoMCwgMCwgMCwgMCkiLz48c3RvcCBvZmZzZXQ9IjU4LjMzMzMzJSIgc3RvcC1jb2xvcj0icmdiYSgyNTEsIDE4OCwgMTg4LCAwLjUpIi8+PHN0b3Agb2Zmc2V0PSI2NC41ODMzMyUiIHN0b3AtY29sb3I9InJnYmEoMjUxLCAxODgsIDE4OCwgMC41KSIvPjxzdG9wIG9mZnNldD0iNjQuNTgzMzMlIiBzdG9wLWNvbG9yPSJyZ2JhKDAsIDAsIDAsIDApIi8+PHN0b3Agb2Zmc2V0PSI2Ni42NjY2NyUiIHN0b3AtY29sb3I9InJnYmEoMCwgMCwgMCwgMCkiLz48c3RvcCBvZmZzZXQ9IjY2LjY2NjY3JSIgc3RvcC1jb2xvcj0icmdiYSgyNTEsIDE4OCwgMTg4LCAwLjUpIi8+PHN0b3Agb2Zmc2V0PSI3Mi45MTY2NyUiIHN0b3AtY29sb3I9InJnYmEoMjUxLCAxODgsIDE4OCwgMC41KSIvPjxzdG9wIG9mZnNldD0iNzIuOTE2NjclIiBzdG9wLWNvbG9yPSJyZ2JhKDAsIDAsIDAsIDApIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9InJnYmEoMCwgMCwgMCwgMCkiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0icmdiYSgyNTEsIDE4OCwgMTg4LCAwLjUpIi8+PHN0b3Agb2Zmc2V0PSI4MS4yNSUiIHN0b3AtY29sb3I9InJnYmEoMjUxLCAxODgsIDE4OCwgMC41KSIvPjxzdG9wIG9mZnNldD0iODEuMjUlIiBzdG9wLWNvbG9yPSJyZ2JhKDAsIDAsIDAsIDApIi8+PHN0b3Agb2Zmc2V0PSI4My4zMzMzMyUiIHN0b3AtY29sb3I9InJnYmEoMCwgMCwgMCwgMCkiLz48c3RvcCBvZmZzZXQ9IjgzLjMzMzMzJSIgc3RvcC1jb2xvcj0icmdiYSgyNTEsIDE4OCwgMTg4LCAwLjUpIi8+PHN0b3Agb2Zmc2V0PSI4OS41ODMzMyUiIHN0b3AtY29sb3I9InJnYmEoMjUxLCAxODgsIDE4OCwgMC41KSIvPjxzdG9wIG9mZnNldD0iODkuNTgzMzMlIiBzdG9wLWNvbG9yPSJyZ2JhKDAsIDAsIDAsIDApIi8+PHN0b3Agb2Zmc2V0PSI5MS42NjY2NyUiIHN0b3AtY29sb3I9InJnYmEoMCwgMCwgMCwgMCkiLz48c3RvcCBvZmZzZXQ9IjkxLjY2NjY3JSIgc3RvcC1jb2xvcj0icmdiYSgyNTEsIDE4OCwgMTg4LCAwLjUpIi8+PHN0b3Agb2Zmc2V0PSI5Ny45MTY2NyUiIHN0b3AtY29sb3I9InJnYmEoMjUxLCAxODgsIDE4OCwgMC41KSIvPjxzdG9wIG9mZnNldD0iOTcuOTE2NjclIiBzdG9wLWNvbG9yPSJyZ2JhKDAsIDAsIDAsIDApIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDAsIDAsIDAsIDApIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 960 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(251, 188, 188, 0.5)), color-stop(6.25%, rgba(251, 188, 188, 0.5)), color-stop(6.25%, rgba(0, 0, 0, 0)), color-stop(8.33333%, rgba(0, 0, 0, 0)), color-stop(8.33333%, rgba(251, 188, 188, 0.5)), color-stop(14.58333%, rgba(251, 188, 188, 0.5)), color-stop(14.58333%, rgba(0, 0, 0, 0)), color-stop(16.66667%, rgba(0, 0, 0, 0)), color-stop(16.66667%, rgba(251, 188, 188, 0.5)), color-stop(22.91667%, rgba(251, 188, 188, 0.5)), color-stop(22.91667%, rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(25%, rgba(251, 188, 188, 0.5)), color-stop(31.25%, rgba(251, 188, 188, 0.5)), color-stop(31.25%, rgba(0, 0, 0, 0)), color-stop(33.33333%, rgba(0, 0, 0, 0)), color-stop(33.33333%, rgba(251, 188, 188, 0.5)), color-stop(39.58333%, rgba(251, 188, 188, 0.5)), color-stop(39.58333%, rgba(0, 0, 0, 0)), color-stop(41.66667%, rgba(0, 0, 0, 0)), color-stop(41.66667%, rgba(251, 188, 188, 0.5)), color-stop(47.91667%, rgba(251, 188, 188, 0.5)), color-stop(47.91667%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(251, 188, 188, 0.5)), color-stop(56.25%, rgba(251, 188, 188, 0.5)), color-stop(56.25%, rgba(0, 0, 0, 0)), color-stop(58.33333%, rgba(0, 0, 0, 0)), color-stop(58.33333%, rgba(251, 188, 188, 0.5)), color-stop(64.58333%, rgba(251, 188, 188, 0.5)), color-stop(64.58333%, rgba(0, 0, 0, 0)), color-stop(66.66667%, rgba(0, 0, 0, 0)), color-stop(66.66667%, rgba(251, 188, 188, 0.5)), color-stop(72.91667%, rgba(251, 188, 188, 0.5)), color-stop(72.91667%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(251, 188, 188, 0.5)), color-stop(81.25%, rgba(251, 188, 188, 0.5)), color-stop(81.25%, rgba(0, 0, 0, 0)), color-stop(83.33333%, rgba(0, 0, 0, 0)), color-stop(83.33333%, rgba(251, 188, 188, 0.5)), color-stop(89.58333%, rgba(251, 188, 188, 0.5)), color-stop(89.58333%, rgba(0, 0, 0, 0)), color-stop(91.66667%, rgba(0, 0, 0, 0)), color-stop(91.66667%, rgba(251, 188, 188, 0.5)), color-stop(97.91667%, rgba(251, 188, 188, 0.5)), color-stop(97.91667%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0px, rgba(251, 188, 188, 0.5) 0px, rgba(251, 188, 188, 0.5) 60px, rgba(0, 0, 0, 0) 60px, rgba(0, 0, 0, 0) 80px, rgba(251, 188, 188, 0.5) 80px, rgba(251, 188, 188, 0.5) 140px, rgba(0, 0, 0, 0) 140px, rgba(0, 0, 0, 0) 160px, rgba(251, 188, 188, 0.5) 160px, rgba(251, 188, 188, 0.5) 220px, rgba(0, 0, 0, 0) 220px, rgba(0, 0, 0, 0) 240px, rgba(251, 188, 188, 0.5) 240px, rgba(251, 188, 188, 0.5) 300px, rgba(0, 0, 0, 0) 300px, rgba(0, 0, 0, 0) 320px, rgba(251, 188, 188, 0.5) 320px, rgba(251, 188, 188, 0.5) 380px, rgba(0, 0, 0, 0) 380px, rgba(0, 0, 0, 0) 400px, rgba(251, 188, 188, 0.5) 400px, rgba(251, 188, 188, 0.5) 460px, rgba(0, 0, 0, 0) 460px, rgba(0, 0, 0, 0) 480px, rgba(251, 188, 188, 0.5) 480px, rgba(251, 188, 188, 0.5) 540px, rgba(0, 0, 0, 0) 540px, rgba(0, 0, 0, 0) 560px, rgba(251, 188, 188, 0.5) 560px, rgba(251, 188, 188, 0.5) 620px, rgba(0, 0, 0, 0) 620px, rgba(0, 0, 0, 0) 640px, rgba(251, 188, 188, 0.5) 640px, rgba(251, 188, 188, 0.5) 700px, rgba(0, 0, 0, 0) 700px, rgba(0, 0, 0, 0) 720px, rgba(251, 188, 188, 0.5) 720px, rgba(251, 188, 188, 0.5) 780px, rgba(0, 0, 0, 0) 780px, rgba(0, 0, 0, 0) 800px, rgba(251, 188, 188, 0.5) 800px, rgba(251, 188, 188, 0.5) 860px, rgba(0, 0, 0, 0) 860px, rgba(0, 0, 0, 0) 880px, rgba(251, 188, 188, 0.5) 880px, rgba(251, 188, 188, 0.5) 940px, rgba(0, 0, 0, 0) 940px, rgba(0, 0, 0, 0) 960px);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0px, rgba(251, 188, 188, 0.5) 0px, rgba(251, 188, 188, 0.5) 60px, rgba(0, 0, 0, 0) 60px, rgba(0, 0, 0, 0) 80px, rgba(251, 188, 188, 0.5) 80px, rgba(251, 188, 188, 0.5) 140px, rgba(0, 0, 0, 0) 140px, rgba(0, 0, 0, 0) 160px, rgba(251, 188, 188, 0.5) 160px, rgba(251, 188, 188, 0.5) 220px, rgba(0, 0, 0, 0) 220px, rgba(0, 0, 0, 0) 240px, rgba(251, 188, 188, 0.5) 240px, rgba(251, 188, 188, 0.5) 300px, rgba(0, 0, 0, 0) 300px, rgba(0, 0, 0, 0) 320px, rgba(251, 188, 188, 0.5) 320px, rgba(251, 188, 188, 0.5) 380px, rgba(0, 0, 0, 0) 380px, rgba(0, 0, 0, 0) 400px, rgba(251, 188, 188, 0.5) 400px, rgba(251, 188, 188, 0.5) 460px, rgba(0, 0, 0, 0) 460px, rgba(0, 0, 0, 0) 480px, rgba(251, 188, 188, 0.5) 480px, rgba(251, 188, 188, 0.5) 540px, rgba(0, 0, 0, 0) 540px, rgba(0, 0, 0, 0) 560px, rgba(251, 188, 188, 0.5) 560px, rgba(251, 188, 188, 0.5) 620px, rgba(0, 0, 0, 0) 620px, rgba(0, 0, 0, 0) 640px, rgba(251, 188, 188, 0.5) 640px, rgba(251, 188, 188, 0.5) 700px, rgba(0, 0, 0, 0) 700px, rgba(0, 0, 0, 0) 720px, rgba(251, 188, 188, 0.5) 720px, rgba(251, 188, 188, 0.5) 780px, rgba(0, 0, 0, 0) 780px, rgba(0, 0, 0, 0) 800px, rgba(251, 188, 188, 0.5) 800px, rgba(251, 188, 188, 0.5) 860px, rgba(0, 0, 0, 0) 860px, rgba(0, 0, 0, 0) 880px, rgba(251, 188, 188, 0.5) 880px, rgba(251, 188, 188, 0.5) 940px, rgba(0, 0, 0, 0) 940px, rgba(0, 0, 0, 0) 960px);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0px, rgba(251, 188, 188, 0.5) 0px, rgba(251, 188, 188, 0.5) 60px, rgba(0, 0, 0, 0) 60px, rgba(0, 0, 0, 0) 80px, rgba(251, 188, 188, 0.5) 80px, rgba(251, 188, 188, 0.5) 140px, rgba(0, 0, 0, 0) 140px, rgba(0, 0, 0, 0) 160px, rgba(251, 188, 188, 0.5) 160px, rgba(251, 188, 188, 0.5) 220px, rgba(0, 0, 0, 0) 220px, rgba(0, 0, 0, 0) 240px, rgba(251, 188, 188, 0.5) 240px, rgba(251, 188, 188, 0.5) 300px, rgba(0, 0, 0, 0) 300px, rgba(0, 0, 0, 0) 320px, rgba(251, 188, 188, 0.5) 320px, rgba(251, 188, 188, 0.5) 380px, rgba(0, 0, 0, 0) 380px, rgba(0, 0, 0, 0) 400px, rgba(251, 188, 188, 0.5) 400px, rgba(251, 188, 188, 0.5) 460px, rgba(0, 0, 0, 0) 460px, rgba(0, 0, 0, 0) 480px, rgba(251, 188, 188, 0.5) 480px, rgba(251, 188, 188, 0.5) 540px, rgba(0, 0, 0, 0) 540px, rgba(0, 0, 0, 0) 560px, rgba(251, 188, 188, 0.5) 560px, rgba(251, 188, 188, 0.5) 620px, rgba(0, 0, 0, 0) 620px, rgba(0, 0, 0, 0) 640px, rgba(251, 188, 188, 0.5) 640px, rgba(251, 188, 188, 0.5) 700px, rgba(0, 0, 0, 0) 700px, rgba(0, 0, 0, 0) 720px, rgba(251, 188, 188, 0.5) 720px, rgba(251, 188, 188, 0.5) 780px, rgba(0, 0, 0, 0) 780px, rgba(0, 0, 0, 0) 800px, rgba(251, 188, 188, 0.5) 800px, rgba(251, 188, 188, 0.5) 860px, rgba(0, 0, 0, 0) 860px, rgba(0, 0, 0, 0) 880px, rgba(251, 188, 188, 0.5) 880px, rgba(251, 188, 188, 0.5) 940px, rgba(0, 0, 0, 0) 940px, rgba(0, 0, 0, 0) 960px);
  background-image: linear-gradient(left, rgba(0, 0, 0, 0) 0px, rgba(251, 188, 188, 0.5) 0px, rgba(251, 188, 188, 0.5) 60px, rgba(0, 0, 0, 0) 60px, rgba(0, 0, 0, 0) 80px, rgba(251, 188, 188, 0.5) 80px, rgba(251, 188, 188, 0.5) 140px, rgba(0, 0, 0, 0) 140px, rgba(0, 0, 0, 0) 160px, rgba(251, 188, 188, 0.5) 160px, rgba(251, 188, 188, 0.5) 220px, rgba(0, 0, 0, 0) 220px, rgba(0, 0, 0, 0) 240px, rgba(251, 188, 188, 0.5) 240px, rgba(251, 188, 188, 0.5) 300px, rgba(0, 0, 0, 0) 300px, rgba(0, 0, 0, 0) 320px, rgba(251, 188, 188, 0.5) 320px, rgba(251, 188, 188, 0.5) 380px, rgba(0, 0, 0, 0) 380px, rgba(0, 0, 0, 0) 400px, rgba(251, 188, 188, 0.5) 400px, rgba(251, 188, 188, 0.5) 460px, rgba(0, 0, 0, 0) 460px, rgba(0, 0, 0, 0) 480px, rgba(251, 188, 188, 0.5) 480px, rgba(251, 188, 188, 0.5) 540px, rgba(0, 0, 0, 0) 540px, rgba(0, 0, 0, 0) 560px, rgba(251, 188, 188, 0.5) 560px, rgba(251, 188, 188, 0.5) 620px, rgba(0, 0, 0, 0) 620px, rgba(0, 0, 0, 0) 640px, rgba(251, 188, 188, 0.5) 640px, rgba(251, 188, 188, 0.5) 700px, rgba(0, 0, 0, 0) 700px, rgba(0, 0, 0, 0) 720px, rgba(251, 188, 188, 0.5) 720px, rgba(251, 188, 188, 0.5) 780px, rgba(0, 0, 0, 0) 780px, rgba(0, 0, 0, 0) 800px, rgba(251, 188, 188, 0.5) 800px, rgba(251, 188, 188, 0.5) 860px, rgba(0, 0, 0, 0) 860px, rgba(0, 0, 0, 0) 880px, rgba(251, 188, 188, 0.5) 880px, rgba(251, 188, 188, 0.5) 940px, rgba(0, 0, 0, 0) 940px, rgba(0, 0, 0, 0) 960px);
  background-position: 10px 0;
}
.grid:before {
  content: "960 Grid System: 12, Column Grid 12x60x20";
  position: fixed;
  top: 5px;
  left: 5px;
  font: italic 10px/normal Arial, Helvetica, sans-serif;
  color: #444;
}

.container-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.loading {
  background: white url(../images/required/loading.gif) no-repeat center;
}

/* ---------->>> TEXT PAGE STYLE <<<-----------*/
.text {
  line-height: 18px;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6,
.text ul,
.text ol,
.text p,
.text table,
.text hr {
  margin: 0 0 15px;
}
.text h1,
.text h2,
.text h3{
  font-family: robbc;
  text-transform: uppercase;
  line-height: 1.2;
}
.text h1{
  font-size: 20px;
}
.text h2{
  font-size: 18px;
}
.text h3{
  font-size: 16px;
}
.text ul {
  list-style-image: url(../images/mar-2.png);
}
.text ol {
  list-style: none;
  counter-reset: point;
}
.text ol li:before {
content: counter(point)". ";
counter-increment: point 1;
color: tomato;
font-weight: 600;
}
.text li {
  margin-left: 20px;
  padding: 3px;
    list-style-position: inside;
}
.text table,
.text td,
.text th {
  border: 1px solid #ccc;
}
.text td,
.text th {
  padding: 5px;
}
.text hr {
  border-top: 1px solid #ddd;
  clear: both;
}
.text blockquote {
border-left: 2px solid #DB3C3F;
margin: 0 28px 15px 16px;
background: #fefcea;
background: linear-gradient(to left, #fefcea, #FF9A9C);
padding: 10px 10px 4px;
font-weight: 600;
color: rgb(107, 37, 37);
}
.text img,
.text embed,
.text object,
.text video {
  max-width: 100%;
}

/* ---------->>> IMAGES <<<-----------*/
.aligncenter {
  display: block;
  margin: 0 auto 2px;
}

.alignright {
  margin: 0 0 10px 16px;
  float: right;
}

.alignleft {
  margin: 0 16px 10px 0;
  float: left;
}

/* ---------->>> FORMS <<<-----------*/
/*field style*/
#mcspvalue{
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0 !important;
  width: 148px !important;
}
.mb20{
  margin-bottom: 20px;
}
.field, #mcspvalue {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 280px;
  max-width: 100%;
  height: 40px;
  border: 2px solid #ebebeb;
  padding: 0 10px;
  background-color: transparent;
  border-radius: 0;
  color: #2f3640;
  font: 13px Arial, Helvetica, sans-serif;
  margin: 0 0 20px;

}
.field:-moz-placeholder {
  color: #acacac;
  opacity: 1;
}
.field:focus:-moz-placeholder {
  opacity: 0;
}
.field::-moz-placeholder {
  color: #acacac;
  opacity: 1;
}
.field:focus::-moz-placeholder {
  opacity: 0;
}
.field::-webkit-input-placeholder {
  color: #acacac;
  opacity: 1;
}
.field:focus::-webkit-input-placeholder {
  opacity: 0;
}
.field:-ms-input-placeholder {
  color: #acacac;
  opacity: 1;
}
.field:focus:-ms-input-placeholder {
  opacity: 0;
}
.field.text-placeholder {
  color: #acacac;
  opacity: 1;
}
.field.text-placeholder:focus {
  opacity: 0;
}
.comment-form-comment textarea.field{
  padding: 10px;
  width: 100%;
  min-height: 150px;
}
/*end field style*/
/*buttons style*/
.btn, .form-submit input[type="submit"] {
  height: 40px;
  padding: 0 20px;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: #01cfca;
  color: #fff;
  font: 16px robbc;
  text-transform: uppercase;
}
.btn:hover, .form-submit input[type="submit"]:hover {
  background-color: #ff4d50;
}

a.btn,
span.btn {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  text-align: center;
}
a.btn, a.btn:hover,
span.btn,
span.btn:hover {
  text-decoration: none;
}
.field:focus, #mcspvalue:focus{
  background-color: #f1f1f1;
  color: #2f3640;
  border-color: #cccccc;
}
.comment-form label, .comment-form .required{
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
  font-family: robbk;
  font-size: 12px;
  text-transform: uppercase;
}
.comment-form label{
  line-height: 40px;
}
/*end buttons style*/
/* ---------->>> FONTS <<<-----------*/
@font-face {
    font-family: robbk;
    src: url('../fonts/roboto-black.eot');
    src: url('../fonts/roboto-black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-black.woff') format('woff'),
         url('../fonts/roboto-black.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: robbki;
    src: url('../fonts/roboto-blackitalic.eot');
    src: url('../fonts/roboto-blackitalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-blackitalic.woff') format('woff'),
         url('../fonts/roboto-blackitalic.ttf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: robb;
    src: url('../fonts/roboto-bold.eot');
    src: url('../fonts/roboto-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold.woff') format('woff'),
         url('../fonts/roboto-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: robbc;
    src: url('../fonts/roboto-boldcondensed.eot');
    src: url('../fonts/roboto-boldcondensed.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-boldcondensed.woff') format('woff'),
         url('../fonts/roboto-boldcondensed.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: robbci;
    src: url('../fonts/roboto-boldcondenseditalic.eot');
    src: url('../fonts/roboto-boldcondenseditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-boldcondenseditalic.woff') format('woff'),
         url('../fonts/roboto-boldcondenseditalic.ttf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: robbi;
    src: url('../fonts/roboto-bolditalic.eot');
    src: url('../fonts/roboto-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bolditalic.woff') format('woff'),
         url('../fonts/roboto-bolditalic.ttf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: robc;
    src: url('../fonts/roboto-condensed.eot');
    src: url('../fonts/roboto-condensed.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-condensed.woff') format('woff'),
         url('../fonts/roboto-condensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: robci;
    src: url('../fonts/roboto-condenseditalic.eot');
    src: url('../fonts/roboto-condenseditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-condenseditalic.woff') format('woff'),
         url('../fonts/roboto-condenseditalic.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: robi;
    src: url('../fonts/roboto-italic.eot');
    src: url('../fonts/roboto-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-italic.woff') format('woff'),
         url('../fonts/roboto-italic.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: robl;
    src: url('../fonts/roboto-light.eot');
    src: url('../fonts/roboto-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light.woff') format('woff'),
         url('../fonts/roboto-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: robli;
    src: url('../fonts/roboto-lightitalic.eot');
    src: url('../fonts/roboto-lightitalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-lightitalic.woff') format('woff'),
         url('../fonts/roboto-lightitalic.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: robm;
    src: url('../fonts/roboto-medium.eot');
    src: url('../fonts/roboto-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-medium.woff') format('woff'),
         url('../fonts/roboto-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: robmi;
    src: url('../fonts/roboto-mediumitalic.eot');
    src: url('../fonts/roboto-mediumitalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-mediumitalic.woff') format('woff'),
         url('../fonts/roboto-mediumitalic.ttf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: robr;
    src: url('../fonts/roboto-regular.eot');
    src: url('../fonts/roboto-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular.woff') format('woff'),
         url('../fonts/roboto-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: robt;
    src: url('../fonts/roboto-thin.eot');
    src: url('../fonts/roboto-thin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-thin.woff') format('woff'),
         url('../fonts/roboto-thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: robti;
    src: url('../fonts/roboto-thinitalic.eot');
    src: url('../fonts/roboto-thinitalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-thinitalic.woff') format('woff'),
         url('../fonts/roboto-thinitalic.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: robsb;
    src: url('../fonts/robotoslab-bold.eot');
    src: url('../fonts/robotoslab-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotoslab-bold.woff') format('woff'),
         url('../fonts/robotoslab-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: robsl;
    src: url('../fonts/robotoslab-light.eot');
    src: url('../fonts/robotoslab-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotoslab-light.woff') format('woff'),
         url('../fonts/robotoslab-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: robsr;
    src: url('../fonts/robotoslab-regular.eot');
    src: url('../fonts/robotoslab-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotoslab-regular.woff') format('woff'),
         url('../fonts/robotoslab-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: robst;
    src: url('../fonts/robotoslab-thin.eot');
    src: url('../fonts/robotoslab-thin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotoslab-thin.woff') format('woff'),
         url('../fonts/robotoslab-thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* ---------->>> HEADER <<<-----------*/
.header{
  height: 290px;
  width: 100%;
  margin-bottom: 30px;
}
.top_head{
  height: 90px;
}
.head_logo{
  margin-top: 20px;
}
.main_menu{
  height: 90px;
}
.main_menu .menu {
  display: table;
}
.main_menu .menu>li{
  float: left;
}
.main_menu .menu>li>a{
  display: table-cell;
  height: 87px;
  vertical-align: middle;
  font-family: robbk;
  font-size: 12px;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
  padding: 0 15px;
  max-width: 750px;
  color: #fff;
  text-decoration: none;
}
.main_menu .menu>li>a:hover{
  background-color: #2f3640;
  border-color: #01cfca;
  color: #0aa6a2;
}
.main_menu .menu>li.current-menu-item>a{
  background-color: #2f3640;
  border-color: #01cfca;
  color: #0aa6a2;
}
.main_menu .menu>li.current-menu-item>a:hover{
  cursor: default;
}
.head_middle{
  height: 150px;
  width: 100%;
  position: relative;

}
.how_post{
  width: 285px;
  padding: 30px 0 0 0;
}
.how_post div{
  font-family: robbc;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
  padding-left: 10px;
}
.how_post p{
  padding-left: 70px;
  position: relative;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
}
.how_post p span{
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1;
}
.how_post p:before{
  content: ".";
  width: 50px;
  height: 3px;
  background-color: #01cfca;
  color: #01cfca; 
  position: absolute;
  left: 10px;
  top: 8px;
  line-height: 0;
}
.head_banner{
  position: absolute;
  right: 0;
  top: 45px;
}
.head_bottom{
  height: 50px;
  position: relative;
}
.throw_link{
  height: 50px;
  width: 160px;
  text-align: center;
  float: left;
  margin-right: 20px;
}
.throw_link a{
  font-size: 14px;
  font-weight: bold;
  line-height: 50px;
  display: block;
  width: 160px;
  color: #fff;
  text-decoration: none;
}
.throw_link a:hover{
  color: #ff4d50;
}
.throw_link a:after{
  content: url(../images/mar-1.png);
  margin-left: 10px;
}
.wrapper_share{
  float: left;
  height: 50px;
}
.wrapper_share .share_ico-0{
  background-image: url(../images/fb.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  width: 7px;
  display: block;
  float: left;
  height: 50px;
  margin-right: 20px;
}
.wrapper_share .share_ico-0:hover{
  background-image: url(../images/fbh.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}
.wrapper_share .share_ico-2{
  background-image: url(../images/tw.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  width: 16px;
  display: block;
  float: left;
  height: 50px;
  margin-right: 20px;
}
.wrapper_share .share_ico-2:hover{
  background-image: url(../images/twh.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}
.wrapper_share .share_ico-3{
  background-image: url(../images/vk.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  width: 11px;
  display: block;
  float: left;
  height: 50px;
  margin-right: 20px;
}
.wrapper_share .share_ico-3:hover{
  background-image: url(../images/vkh.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}
.wrapper_share .share_ico-1{
  background-image: url(../images/ok.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  width: 8px;
  display: block;
  margin-right: 20px;
  float: left;
  height: 50px;
}
.wrapper_share .share_ico-1:hover{
  background-image: url(../images/okh.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}
.head_menu{
  margin-left: 100px;
}
.head_menu .menu{}
.head_menu .menu>li{
  float: left;
  margin-right: 10px;
}
.head_menu .menu>li>a{
  display: block;
  height: 47px;
  border-bottom: 3px solid transparent;
  line-height: 47px;
  color: #fff;
  text-decoration: none;
  font-family: robbk;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 10px;
}
.head_menu .menu>li>a:hover{
  border-color: #b44042;
  color: #fff568;
}
.search{
  background-color: #db3c3f;
  width: 220px;
  height: 30px;
  position: relative;
  margin-top: 10px;
}
.search .field-search{
  width: 190px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: transparent;
  border-radius: 0;
  border: none;
  font-weight: bold;
  color: #ffffff;
  font-size: 13px;
}
.search .button-search{
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.search .button-search:hover{
  background-image: url(../images/searchh.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.search:focus{
  background-color: #c44446;
}

/* ---------->>> SIDEBAR <<<-----------*/
.aside-left{
  width: 160px;
  float: left;
  margin-right: 20px;
  margin-top:-22px;
}
.aside-right{
  width: 220px;
  float: right;
   margin-top:-22px;
}
.widget{
  margin-bottom: 25px;
}
.widget-title{
  font-family: robbc;
  text-transform: uppercase;
  color: #272d35;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 18px;
  padding-left: 35px;
  position: relative;
}
.widget-title:before{
 /* content: "."; */
  width: 20px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: #eeeeee;  
  color: #eeeeee;
}
.aside-right .widget-title{
  padding-left: 50px;
}
.aside-right .widget-title:before{
  width: 60px;
}
.widget_drugs_post{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 15px;
  font-size: 12px;
  text-transform: uppercase;
  line-height:1.5 !important;
  
}
.widget_drugs_post:first-child{
  margin-top: 0;
}
/* drugs img */
.drugs_img{
  width: 158px;
  height: 158px;
  border: 1px solid #ececec;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  display: block;
}
.drugs_img img{
  width: 100%;
  height: auto;
  min-height: 100%;
}
/* End drugs img */
.widget_news_post{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 15px;
}
.widget_news_post:first-child{
  margin-top: 0;`
}
/* widget_news img */
.widget_news_img{
	margin-right:5px;
  width: 90px;
  overflow: hidden;
  position: relative;
  float: left;
  
}
.widget_news_img img{
  width: 100%;
  height: 45px;
}
.widget_news_img span{
  display: block;
  font-family: robbk;
  color: #a8afb8;
  font-size: 11px;
  margin-top: 8px;
}
/* End widget_news img */
.widget_news_content{
  padding-left: 80px;
}
.widget_video_post{
  margin-top: 20px;
}
.widget_video_post:first-child{
  margin-top: 0;
}
.widget_video_post a{
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden;
  position: relative;
}
.widget_video_post a img{
  width: 100%;
  height: auto;
  min-height: 100%;
}
.all{
  font-size: 11px;
  font-family: robc;
  text-transform: uppercase;
}
.all a{
  color: #2f3640;
}
.all a:hover{
  color: #ff4d50;
}
aside .all{
  text-align: center;
  margin-top: 15px;
}
/*.widget_list{
  list-style-image: url(../images/mar-2.png);
}*/
.widget_list li{
  margin-left: 13px;
  margin-top: 15px;
}
.widget_list li:first-child{
  margin-top: 0;
}

/* ---------->>> CONTENT <<<-----------*/
.content {
  padding-bottom: 215px;
}
.content img{
  max-width: 100%;
 height: auto;
  margin-right:10px;
}
.main-section{
  width: 580px;
  float: left;
}
.trips_post{
  float: left;
  margin-left: 20px;
  width: 172px;
  height:220px;
}
/*.trips_post:first-child{
  margin-left: 0; */
}
.trips_post a{
  font-family: robbc;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.25;
  display: block;
}
.trips_post a span{
  display: block;
}
.trips_post a .trips_title{
  padding-top: 17px;
  position: relative;
}
.line, .comment-reply-title{
  position: relative;
  padding-top: 17px;
}
.trips_post a .trips_title:before, .line:before, .comment-reply-title:before{
 /* content: "."; */
  color: #eeeeee;
  background-color: #eeeeee;  
  height: 5px;
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.trips_post a .trips_img{
  width: 180px;
  height: 135px;
}
.border{
  position: relative;
}
.border:before{
  content: ".";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: transparent;
  border: 3px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
a:hover .border:before{
  border-color: #ff4d50;
}
.trips_post a .trips_img img{}
.trips_post a:hover .trips_title{}
.trips_post a:hover .trips_img{}
.trips_post a:hover{
}
.mb30{
  margin-bottom: 30px;
}
.title, .comment-reply-title {
  margin-bottom: 20px;
  font-size: 24px;
  color: #272d35;
  font-family: robbc;
  text-transform: uppercase;
}
.comment-reply-title{
  font-size: 20px;
}
.category_post{
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 20px;
}
.category_post:first-child{
  margin-top: 0;
}
.date{
  width: 55px;
  font-family: robbk;
  color: #a8afb8;
  font-size: 30px;
  text-transform: uppercase;
  float: left;
}
.date span{
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

.dates{
  width: 75px;
  font-family: robbk;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  top: 17px;
  z-index: 10;
  background-color: #01CFCA;
  padding: 2px;
}
.dates span{
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
/* category img */
.category_img{
 /* width: 140px;
  height: 105px;
  overflow: hidden; */
  margin-right:8px;
  position: relative;
  float: left;
  
}
.category_img img{
    width: 100%;
    height: auto;
    min-height: 100%;
  }

  .category_imgs{
 /* width: 140px;
  height: 105px;
  overflow: hidden; */
  margin-right:8px;
  position: relative;
  
}
.category_imgs img{
    width: 100%;
    height: auto;
    min-height: 100%;
  }
/* End category img */
.category_content{
  padding-left: 215px;
  line-height: 16px;
}
.category_content a{
  font-family: robbc;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  line-height: 1;
}
.wrapper_category .all{
  margin-top: 20px;
}
.breadcrumbs{
  padding: 10px 15px;
  background-color: #eeeeee;
  font-family: robbk;
  font-size: 12px;
  line-height: 1.25;
  color: #272d35;
  text-transform: uppercase;
}
/* wp-pagenavi */
.wp-pagenavi{
  text-align: center;
  font-size: 14px;
  font-family: robbc;
  margin-top: 30px;


}
.navi-num{
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 470px;
}
.widget_video_post a span{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 15px;
  width: 190px;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: robbc;
  display: block;
}
.widget_video_post a:hover span{
  background: #000;
}
.wp-pagenavi .current,
  .wp-pagenavi .extend,
  .wp-pagenavi .pages,
  .wp-pagenavi a{
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    min-width: 24px;
    padding: 0 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 3px 6px;
  }
.wp-pagenavi a{
    background-color: #ebebeb;
    color: #acacac;
    text-decoration: none;
    

  }
.wp-pagenavi a:hover{
      background-color: #ff4d50;
      color: #fff;
    }
a.prev{
      float: left;
    }
a.next{
  float: right;
}
.current{
  background-color: #ebebeb;
  color: #272d35;
  }
  .extend{}
  .pages{}
/* End wp-pagenavi */
.single_date{
  font-family: robbc;
  font-size: 13px;
  margin-bottom: 20px;
}
/* ---------->>> FOOTER <<<-----------*/
.footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 180px;
  background-image: url(../images/bg_foot.png);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  background-color: #2f3640;
}
.foot_block{
  height: 100px;
  width: 100%;
  padding-top: 30px;
}
.foot_logo{
  float: left;
}
.foot_nav_block{
  float: right;
  width: 680px;
}
.foot_menu{
  float: left;
  margin-left: 15px;
}
.foot_menu li{
  margin-bottom: 20px;
  width:120px;
}
.foot_menu a{
  display: block;
  padding-left: 10px;
  background-image: url(../images/mar-3.png);
  background-repeat: no-repeat;
  background-position: 0 4px;
  color: #fff;
  text-decoration: none;
}
.foot_menu a:hover{
  text-decoration: underline;
  color: #01cfca;
}
.wrapper_copy{
  line-height: 50px;
  height: 50px;
  font-size: 12px;
  color: #fff;
}
.counter{}
.counter li{
  float: left;
  margin-left: 20px;
}
/* ---------->>> IE8 <<<-----------*/
.ie8 .field {
  line-height: 30px;
}

/* ---------->>> Comments <<<-----------*/
.comment-container{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  min-height: 75px;
  padding-top:10px;
}
.comment-text{
  padding-left: 80px;
}
.coment-autor-name{
  font-family: robbc;
  color: #272d35;
  font-size: 11px;
  text-transform: uppercase;
  margin-right: 20px;
  font-style: normal;
}
.no-caps-date{
  font-family: robbk;
  font-size: 11px;
  color: #a8afb8;
}
.comment-content{
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.comment-content .text p:last-child{
  margin-bottom: 0;
}
.reply{
  font-family: robbc;
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  padding-right: 15px;
}
.reply a:after{
  content: " →";
  position: absolute;
  right: 0;
}
.comment-container{
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.children{
  padding-left: 20px;
}
.children .comment-container:first-child{
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.comment-content-container{
  margin-bottom: 30px;
}
.logged-in-as{
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: robbc;
}
.mabr ul{
text-align: left;
display: inline-block;
padding-left:415px;
width: 585px;
}
.mabr li {
display: inline-block !important;
list-style-type: none !important;
width: 116px;
margin-left: 15px;
}
.mabr li a{
display: block;
padding-left: 10px;
background-image: url(../images/mar-3.png);
background-repeat: no-repeat;
background-position: 0 4px;
color: #fff;
text-decoration: none;
}
.mabr li a:hover{
text-decoration: underline;
color: #01cfca;
}
  .comment-notes{
    line-height: 40px;
    font-family: robbk;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: -227px;
  }
.comment-notes .required{}
.comment-form{
  overflow: hidden;
  position: relative;
}
.comment-form p{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 448px;
}
.comment-form p.comment-notes,
.comment-form p.form-submit{
  position: static;
  width: auto;
}
.form-submit{
  text-align: right;
}
.linkiway{
	margin:10px 0 30px 0}

.linkiway li{
margin-bottom:10px;
margin-left: 13px;
/*list-style-image: url(../images/mar-2.png);*/
}

.fix li{

  margin-bottom: 15px;
}
.footer-submenu{
list-style: none;
}
.footer-menu li{
padding-left: 225px;
}

.footer-submenu li ul{
display: none;
margin-top: -12px;/*подгоняем чтобы пункты меню выводились*/
margin-left: 40px;/* в одну строчку с главным элементом*/
}
.footer-submenu li ul li{

margin-left: 16px;
}
.footer-submenu li a{
display: block;
padding-left: 10px;

background-repeat: no-repeat;
background-position: 0 4px;
color: #fff;
text-decoration: none;
}
a:hover, .link:hover {
color: #ff4d50;
text-decoration: underline;
}
.footer-submenu li a:hover{
display: block;
text-decoration: underline;
color: #01cfca;
}
.footer-submenu li:hover ul{
display: block;
list-style: none;
text-decoration: underline;
 color:#2F3640;/*тут должен быть цвет фона футера*/
}
.mavr-list{
width: 760px;
position: relative;
bottom: 10px;
left:10px;
}
.razn {
background-image: url(../images/mar-3.png);
}
.clear {display: block;}
#tabber{display:none;background:#fff;height:auto;overflow:hidden;margin:0 0 25px}
#tabber .inside{border:1px solid #e6e6e6;padding:10px 20px}
#tabber ul.tabs{border:none;border-left:1px solid #e6e6e6;overflow:hidden;height:40px;margin:0 0 -1px}
#tabber ul.tabs li{/*background:url(../images/bg-heading.png) repeat;*/ border-top:1px solid #e6e6e6;float:left;display:inline;font-size:12px;cursor:pointer}
#tabber ul.tabs li a.selected{background:#fff;border-bottom:1px solid #fff;color:#333}
#tabber ul.tabs li a{border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;color:#999;display:block;float:left;line-height:38px;text-transform:uppercase;padding:0 12px;font-family: robbc;text-decoration:none;color: #272d35;}
#tabber .inside li{background:none;border-bottom:1px solid #e6e6e6;padding:10px 0}
#tabber .inside li a{line-height:18px}
#tabber .inside li div.info{display:table;top:0!important;margin:0!important;padding:0!important}
#tabber .inside li span.meta{display:block;font-size:11px;margin-top:2px;text-transform:uppercase;color:#999}
#tabber .inside li img.avatar,#tabber .inside li img.entry-thumb{float:left;display:inline;margin:0 15px 10px 0}

/* обратная связь */
.wpcf7 { text-align:center; border:solid #FF4D51 ; border-radius:10px;}
.cf_head { font-size:18px; width:145px; margin:0 auto; border-right:solid #FF4D51; border-left:solid #FF4D51 ; background-color: #FF4D51; color:#fff; height:22px; }
.wpcf7-form-control { border: solid 1px #FF4D51 ; }
.wpcf7-submit { background-color: #FF4D51 ; color:#fff; }
.wpcf7-submit:hover{color:#FFBE00;}
/* обратная связь */

/*     стили   меню биржразделов   */

#main_list_menu a {  background-image: url("../images/mar-3.png");
    background-position: 0 4px;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    padding-left: 10px;
	padding-right:10px;
    text-decoration: none;
	
	
	}

#main_list_menu { position:relative; left:-60px;top:-72px; float:right; }


#menu_list ul, #menu_list  li {
    margin:0;
	
    padding:5px;;
    list-style-type:none;  
	list-style-image: none;
	display:inline-block;
	float:left;
}
 
/*Задаём параметры блока, содержащего основное меню*/

 
/*Задаём стили для разделов нашего меню*/
#menu_list > li {
    display: inline-block;
    height:30px;
    position:relative;
	list-style-type:none; 
	list-style-image: none;
}
 
/*Стили для скрытого выпадающего меню*/
#menu_list > li > ul {
    position:absolute;
	display:inline-block;
	background-color:#2F3640;
	border-top-right-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	
	
    bottom:20px;
	left:60px;
    display:none; 
	

}
 
/*Делаем скрытую часть видимой*/
#menu_list > li:hover > ul {
	display:block;
  	list-style-type:none; 
	list-style-image: none;
	float:left;
	 
}

.titles {
  text-align: center;
  font-size: 20px;
}



/*         / стили меню биржразделов   */

/* стили видеопоста начало */

.tab_changer > div, .tab_changer > input { display: none; }
.tab_changer label { padding:2px 5px;
border: 1px solid #fff;
line-height: 28px;
cursor: pointer;
bottom: 1px;
background: #FF4D51 none repeat scroll 0% 0%;
color:#fff;
height: 25px;
max-width: 250px !important;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;}
.tab_changer input[type="radio"]:checked + label { border-bottom: 2px solid #01CFCA; }.tab_changer > input:nth-of-type(1):checked ~ div:nth-of-type(1),.tab_changer > input:nth-of-type(2):checked ~ div:nth-of-type(2),.tab_changer > input:nth-of-type(3):checked ~ div:nth-of-type(3) { display: block; padding: 5px; border: 1px solid #aaa; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;text-align:center;}

figure.vkl2 { width: 170px;background: white;box-shadow: 0 3px 10px #ccc;-webkit-transition: all 0.7s ease;-moz-transition: all 1s ease; -moz-osx-font-smoothing: grayscale;-o-transition: all 0.7s ease;-ms-transition: all 0.7s ease;text-indent: 0px;text-align: center;padding: 5px;z-index: 100;display:inline-block;height: 165px;overflow:hidden;vertical-align: top;}figure.vkl2 img {width: 100%; padding: 0px; height: 135px;}figure.vkl2:hover {-webkit-transform: rotate(-5deg); -moz-transform: rotate(5deg); -o-transform: rotate(-5deg); -ms-transform: rotate(5deg);box-shadow: 0 2px 3px #666;}figure.vkl2:focus {position:absolute;-webkit-transform: rotate(-3deg) scale(2.5); -moz-transform: rotate(-3deg) scale(2.5); -o-transform: rotate(-3deg) scale(2.5); -ms-transform: rotate(-3deg) scale(2.5);box-shadow: 0 2px 3px #666;}h2.h2_t {margin-top: 10px;text-align: center;}
.tab_changer p {text-align:left;padding: 0px 10px;padding-top:7px;}

/* стили видеопоста конец */
.menu  ul a {color:#fff;text-decoration:none;font-family: robbk;font-size: 12px; text-transform: uppercase;}
.menu  ul li {padding:5px 0;}
.menu  ul a:hover {color:#fff568;}
.menu  ul {position:absolute;opacity:0;left:-9999px;z-index:100;display:block;background:#FF4D51;padding:7px;}
.dropdown:hover ul {opacity:1; left:inherit; -webkit-transition:0.85s linear opacity;-moz-transition:0.85s linear opacity;}