/*
 Theme Name:   MosRegion
 Theme URI:    N/A
 Description:  MosRegion 2.0 theme
 Author:       MediaHolding
 Author URI:   N/A
 Text Domain:  mosregion
*/



/*! 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 */
}
.osntv-sidebar {
  display: inherit !important;
}
a .fa-video { color: #c1272d; }
.firstForm { background: #f1f1f1; padding:15px; }
.actualForm { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 15px }
.actualForm input { max-width: 80%; }
.fullSizeField { grid-column: span 2; }
.mejs-video, .mejs-video video { max-height: 300px; }
#menu-item-4633 {
  display: none;
}
.superdate {
  margin-bottom: 25px;
  display: block;
}
.block1 .column-1 > * h3 a {
    max-width: 560px;
    display: block;
}
  .sharebox {
    background-color: #F6F6F6;
    padding: 15px 0 ;
  }
  .shares {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding: 15px 0 ;
    justify-items: center;
  }
  .shares i {
    font-size: 18px;
  }
  .shares a > div {
    color: #FFF;
    background: #BE1D2C;
    padding: 5px;
    font-size: 12px;
    width: 130px;
  }
  .yandexnews {
    font-size: 12px;
  }
  .yandexnews, .sharetext {
    width: 500px;
    margin: 0 auto;
    text-align: center;
  }
  .yandexnews mark, .sharetext {
    color: #FB061B;
  }
  .sharetext {
    font-weight: bold;
  }
  .fi {
    font-size: 1.2rem;
    padding: 5px;
  }
/**
 * 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, .page-title {
  font-weight: 600 !important;
}

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

/**
 * 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;
}
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */


/* For devices larger than 550px */
@media (min-width: 768px) {
  
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */

body {
  background-color: #EEF1F5 !important;
  font-family: 'Open Sans', sans-serif;
  /*font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  color: #222; }




/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  /* border-radius: 4px; */
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
    /* margin-bottom: 5px;
    margin-top: 5px; */  }

#menu-mobile-menu li {
  margin-bottom: 7px !important; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol, {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

@charset "UTF-8";
/*#e40613;*/
body {
  color: #222; }

/*=== https://www.gridlover.net/try ===*/
html, .root {
  font-size: 17px;
  line-height: 130%; }
  @media (max-width: 768px) {
    html, .root {
      font-size: 18px; } }
  @media (max-width: 480px) {
    html, .root {
      font-size: 20px; } }

body, .article {
  font-size: 1em;
  line-height: 1.30769231em; }

h1, .h1 {
  font-size: 3.5em;
  font-size: 45px;
  line-height: 1.23636364em;
  margin-top: 0.30909091em;
  margin-bottom: 0.61818182em; }
  @media (max-width: 768px) {
    h1, .h1 {
      font-size: 30px; } }

h2, .h2 {
  font-size: 2.61538462em;
  line-height: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

h3, .h3 {
  font-size: 1.61538462em;
  line-height: 1.2em;
  /*line-height: 1.61904762em;*/
  margin-top: 0.80952381em;
  margin-bottom: 0.5em; }

h4, .h4 {
  font-size: 1em;
  line-height: 1.30769231em;
  margin-top: 1.30769231em;
  margin-bottom: .5em; }

h5, .h5 {
  font-size: 1em;
  line-height: 1.30769231em;
  margin-top: 1.30769231em;
  margin-bottom: 0em; }

p, ul, ol, pre, table, blockquote {
  margin-top: 0em;
  margin-bottom: 1.30769231em; }

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0em;
  margin-bottom: 0em; }

/* Let's make sure all's aligned */
hr, .hr {
  border: 1px solid;
  margin: -1px 0; }

a, b, i, strong, em, small, code {
  line-height: 0; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*@media all and (max-width: 600px) {
  html, .root {
    font-size: 16px;
    line-height: 20px;
  }

  h1, .h1 {
    font-size: 28px;
  }
}*/
h1, h3 {
  font-weight: bold; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    /* text-decoration: underline; */
    color: #F36600; }

blockquote {
  text-align: center;
  overflow: hidden;
  margin: 0;
  padding: 15px 50px;
  color: #c1272d;
  font-size: 150%;
  line-height: 130%;
  font-weight: bold;
  font-style: italic;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  margin-bottom: 1em; }
  @media all and (max-width: 979px) {
    blockquote {
      border: none;
      padding: 12px;
      text-align: left; } }

html {
  min-width: 480px; }

.container {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0px 20px 0px 20px !important; }

/* 767 */
@media all and (max-width: 979px) {
  .mobdown {
    margin-top: 10px;
  }

  .content {
    padding: 0; }

  .section-header {
    margin: 0 -20px 1em; } }
@media all and (min-width: 768px) {
  .container {
    max-width: 1240px; }

  .flex-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap; }

  .flex-content {
    flex: 1;
    padding: 0 15px 30px 0;
	/* padding-top: 15px !important; */
	}

  .flex-sidebar {
    flex: 0 0 calc(25% - 11px); } }
.menu.normal {
  /* padding-top: 6px; */
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600; 
  margin-left: 230px;
	min-height: 25px;
}
.menu.normal .menu-main-container {
	text-align: center;
    margin-bottom: 25px;
}
  .menu.normal ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
	/* border-bottom: 1px solid #c1c1c1; */
    /* margin-bottom: 15px; */ }
  .menu.normal a {
    color: #fff; padding: 7px 10px 6px 10px; }
  .menu.normal li {
    font-weight: 700;
    font-size: 13px;
    display: inline-block;
        padding-top: 4px;
	  /* padding: 3px 10px 3px 10px; */
    font-family: Roboto, 'Open Sans', sans-serif; }

    .menu.normal li.active a, .menu.normal li.current-menu-item a {
      color: #f1f1f1;
      /* border-bottom: 2px solid #f1f1f1;
      padding-bottom: 3px; */ }
	.menu.normal li a:hover { background-color: #F36600; color: #f1f1f1; border-bottom: 2px solid #f1f1f1; text-decoration: none; }
  @media all and (max-width: 979px) {
    .menu.normal {
      display: none; } }

footer ul {
  padding-top: 15px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  footer ul li {
    display: inline-block;
    padding: 0 33px 0 0;
    font-weight: normal; }
    footer ul li a {
      color: #fff;
      text-decoration: none; }
    footer ul li.active a, footer ul li.current-menu-item a {
      color: #F36600;
      border: none;
      padding-bottom: 5px; }

.responsive ul {
  padding-top: 15px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .responsive ul a {
    color: #fff;
    line-height: 100%;
    display: block;
    padding: 11px 15px 0;
    height: 40px;
    text-decoration: none; }
    .responsive ul a:hover {
      background: #971e23; }
  .responsive ul li {
    font-weight: normal;
    display: block;
    background: #c1272d;
    margin: 0 0 2px;
    line-height: 100%;
    padding: 0; }
    .responsive ul li.active, .responsive ul li.current-menu-item {
      font-weight: 600; }
      .responsive ul li.active a, .responsive ul li.current-menu-item a {
        color: #fff; }
  @media all and (min-width: 800px) {
    .responsive ul {
      display: none; } }

#hamburgerMenu {
  padding-top: 15px;
  font-weight: normal;
  text-transform: uppercase; }
  #hamburgerMenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #hamburgerMenu li {
    display: inline-block;
    padding: 0 33px 0 0;
    font-weight: normal;
    display: block;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 0;
    padding: 0; }
    #hamburgerMenu li a {
      display: block;
      text-decoration: none;
      padding: 20px;
      color: #ffffff; /* #ea979a */ }
      #hamburgerMenu li a:hover {
            background: #ffffff;
    		color: #000 !important; }

.featured {
  margin-bottom: 1em; }
  @media all and (min-width: 768px) {
    .featured .section-header {
      display: none; } }
  .featured .inner {
    position: relative; }
  .featured a {
    display: block; }
  .featured img {
    width: 100%;
    height: auto; }
  .featured .rubr {
    position: absolute;
    margin-top: -35px;
    display: block;
    background: #c1272d;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 16px;
    height: 25px;
    line-height: 100%;
    font-weight: 600;
    text-shadow: none; }
    .featured .rubr a {
      color: #fff;
      line-height: 100%; }
  .featured h3 {
    position: absolute;
    margin: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    /*background: rgba(0,0,0,.2);*/
    text-shadow: 0 0 7px black;
    color: #fff;
    font-size: 15px;
    line-height: 120%; }
    @media all and (max-width: 767px) {
      .featured h3 {
        width: 50%;
        /*height: 100%;*/
        background: transparent; } }

.recent {
  list-style-type: none; }
  .recent strong {
    font-weight: 600; }

.videos ul {
  list-style-type: none; }
  .videos ul h3 {
    line-height: 100%;
    font-weight: 600;
    font-size: 16px; }
  .videos ul li img {
    width: 100%;
    height: auto; }
  .videos ul .img {
    display: block;
    position: relative; }
    .videos ul .img:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      display: block;
      background: url(assets/images/play.png) no-repeat center;
      width: 50px;
      height: 50px;
      -webkit-background-size: 50px;
      background-size: 50px;
      margin-left: -25px;
      margin-top: -25px;
      opacity: .5; }
    .videos ul .img:hover:after {
      opacity: 1; }

.burger {
  background: url(assets/images/burger.png) no-repeat center;
  float: right;
  width: 22px;
  height: 22px;
  /* margin-right: 10px; */ }

.search input {
  text-align: left; }
.search form {
  margin: 0; }

header .search * {
  text-align: right; }

.search-result + .search-result {
  border-top: 1px solid #ccc !important; }

header {
  background: #E1E7ED; /* c1272d */
	margin-bottom: 20px;
	    min-height: 30px; }

@media (max-width: 979px){
	header {
   		margin-bottom: 20px;
	}
}
  header .header-top {
    background: #fff;/* url(assets/images/header2.png) no-repeat 20px center;*/
    padding: 10px 0 0 91px;
    height: 37px;
    color: #c1272d; }
    @media all and (max-width: 767px) {
      header .header-top {
        -ms-background-position-x: 0;
        background-position-x: 0; } }
    header .header-top span {
      font-family: 'Open Sans Condensed', sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 5px;
      font-weight: bold; }
    header .header-top .search {
      position: absolute;
      top: 5px;
      right: 40px; }
    header .header-top .search input {
      border-color: #c1272d;
      color: #c1272d; 
      background-color: #c1272d;
      background-image: url(/wp-content/themes/mosregion/assets/zoom-dark.png?2); }
      header .header-top .search input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #c1272d; }
      header .header-top .search input::-moz-placeholder {
        /* Firefox 19+ */
        color: #c1272d; }
      header .header-top .search input:-ms-input-placeholder {
        /* IE 10+ */
        color: #c1272d; }
      header .header-top .search input:-moz-placeholder {
        /* Firefox 18- */
        color: #c1272d; }
      header .header-top .search input:focus {
        border-color: #c1272d; }
  header .header-bottom-short {
    display: table; }
    header .header-bottom-short > * {
      display: table-cell;
      text-align: left;
      vertical-align: middle; }
    @media all and (max-width: 767px) {
      header .header-bottom-short {
        padding-left: 0; } }
    @media all and (min-width: 980px) {
      header .header-bottom-short {
        height: 69px;
        background: #c1272d; /* url(assets/images/header5.png) no-repeat -9px center */ }
        header .header-bottom-short .logo {
          margin-top: 12px;
          color: #fff;
          text-transform: uppercase;
          text-decoration: none;
          font-size: 14px;
          letter-spacing: 5px; }
          header .header-bottom-short .logo a {
            padding: 0px 0;
            color: #fff;
            font-weight: bold;
            display: inline-block;
            height: 40px;
            -webkit-background-size: contain;
            background-size: contain;
            padding-left: 0px;
            /*background: url(../images/logo.png) no-repeat left center;*/
            -webkit-background-size: 40px;
            background-size: 40px; }
            header .header-bottom-short .logo a span {
              font-weight: bold; } }
    @media all and (max-width: 979px) {
      header .header-bottom-short {
        height: 79px; /* min-width: 500px; */
		}
        header .header-bottom-short .logo {
          background: #c1272d; /* url(assets/images/header3.png) no-repeat 0px center */ }
          header .header-bottom-short .logo a {
            font-size: 22px;
            font-weight: bold;
            line-height: 30px;
            display: inline-block;
            width: 330px;
            height: 56px;
            padding: 0 0 0 70px;
            text-align: left;
            text-indent: 0;
            letter-spacing: 9px;
            text-transform: uppercase;
            color: #fff;
            /*background: url(../images/logo.png) no-repeat left center;*/
            background-position: left center;
            -webkit-background-size: 56px;
            background-size: 56px; }
            header .header-bottom-short .logo a:hover {
              text-decoration: none; }
            header .header-bottom-short .logo a span {
              display: inline; }
          header .header-bottom-short .logo span {
            display: none; }
        header .header-bottom-short .inf, header .header-bottom-short .search {
          /* display: none; */ } }
  header .header-bottom-full {
    display: table; }
    header .header-bottom-full > * {
      display: table-cell;
      text-align: left;
      vertical-align: middle; }
    @media all and (max-width: 767px) {
      header .header-bottom-full {
        padding-left: 0; } }
    @media all and (min-width: 980px) {
      header .header-bottom-full {
        height: 22px;
        /*.logo { @include logo-small; }*/ }
        header .header-bottom-full .logo span:nth-child(2) {
          display: none; } }
    @media all and (max-width: 979px) {
      header .header-bottom-full {
        height: 79px; }
        header .header-bottom-full .logo {
          background: #c1272d url(assets/images/header3.png) no-repeat 0px center; }
          header .header-bottom-full .logo a {
            font-size: 22px;
            font-weight: bold;
            line-height: 30px;
            display: inline-block;
            width: 330px;
            height: 56px;
            padding: 0 0 0 70px;
            text-align: left;
            text-indent: 0;
            letter-spacing: 9px;
            text-transform: uppercase;
            color: #fff;
            /*background: url(../images/logo.png) no-repeat left center;*/
            background-position: left center;
            -webkit-background-size: 56px;
            background-size: 56px; }
            header .header-bottom-full .logo a:hover {
              text-decoration: none; }
            header .header-bottom-full .logo a span {
              display: inline; }
          header .header-bottom-full .logo span {
            display: none; }
        header .header-bottom-full .logo span:nth-child(1) {
          display: none; }
        header .header-bottom-full .inf, header .header-bottom-full .search {
          display: none; } }
    @media all and (min-width: 980px) {
      header .header-bottom-full {
        background:  #fff ; /* #c1272d  url(assets/images/header1.png) no-repeat 11px center*/ } }
    header .header-bottom-full .logo .inf {
      font-family: 'Open Sans Condensed', sans-serif;
      font-size: 23px;
      letter-spacing: 11px; }
    @media all and (min-width: 980px) {
      header .header-bottom-full .logo a {
        color: #fff;
        text-transform: uppercase; } }
    @media all and (max-width: 979px) {
      header .header-bottom-full .logo {
        background: #c1272d url(assets/images/header3.png) no-repeat 0px center; }
        header .header-bottom-full .logo a {
          font-size: 22px;
          font-weight: bold;
          line-height: 30px;
          display: inline-block;
          width: 330px;
          height: 56px;
          padding: 0 0 0 70px;
          text-align: left;
          text-indent: 0;
          letter-spacing: 9px;
          text-transform: uppercase;
          color: #fff;
          /*background: url(../images/logo.png) no-repeat left center;*/
          background-position: left center;
          -webkit-background-size: 56px;
          background-size: 56px; }
          header .header-bottom-full .logo a:hover {
            text-decoration: none; }
          header .header-bottom-full .logo a span {
            display: inline; }
        header .header-bottom-full .logo span {
          display: none; } }
  header a:hover {
    color: #fff; }

.widgets {
  color: #fff;
  /*outline: 1px dashed green;*/
  position: relative;
  /* margin-top: 15px; */
	min-width: 460px;
  float: right;
  display: table; }
  .widgets > * {
    display: table-cell;
    text-align: left;
    vertical-align: middle; }
  .widgets > *:nth-child(n+2) {
    position: relative; }
    .widgets > *:nth-child(n+2):before {
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      content: ' ';
      position: absolute;
      left: 0;
      top: 7px;
      bottom: 7px; }
  .widgets .inner {
    position: relative; }
  @media all and (max-width: 979px) {
    .widgets {
      display: none !important; } }
  .widgets .time {
    text-align: right;
    text-align: right;
    padding-right: 10px;
    color: #111111 !important;
    position: absolute;
	      padding-top: 2px;
    /*left: 15px/*;*/
    /*top: 28px;*/
    font-size: 13.3px; }
    .widgets .time span {
      font-weight: bold;
      text-transform: uppercase; }

.rates {
  font-size: 9px;
  line-height: 120%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  width: 240px;
  height: 42px;
  /*background: url(../images/rates_.png) no-repeat 3px center;*/
  vertical-align: top;
  padding-top: 13px; }
  .rates b {
    font-size: 20px;
    display: block;
    float: left; }
  .rates span {
    display: inline-block;
    text-align: right; }
    .rates span:nth-child(1) {
      width: 57px;
      margin-right: 4px; }
    .rates span:nth-child(2) {
      width: 78px;
      margin-right: 10px; }
    .rates span:nth-child(3) {
      width: 77px; }

.subheader {
  position: relative;
  margin-left: 0px;
  padding-left: 147px;
  /* height: 80px; */
  margin-top: 19px;
  width: 100%;
  /* background: url(https://www.mosregion.info/wp-content/uploads/2021/11/VMR-logo-1.png) no-repeat; */
  display: table; }
  .subheader .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 85px; }
  .subheader .search {
    position: absolute;
    right: 0;
    top: 25px; margin-left: 80px; }
  .subheader > * {
    display: table-cell;
    text-align: left;
    vertical-align: middle; }
  @media all and (max-width: 979px) {
    .subheader {
      /* display: none; */ } }
  @media all and (max-width: 899px) {
    .subheader {
      margin-bottom: 20px; } }
  .subheader span {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 10px;
    color: #c1272d;
    line-height: 100%;
    text-transform: uppercase; }

.ss-result__badge {
  display: none; }

.search-results .ss-search-form .ss-search-form__input input { color: #111; }

.ss-search-form .ss-search-form__input input {
  margin: 0;
  width: 30px;
  line-height: 100%;
  height: 30px;
  color: #111;
  transition: all .4s;
  border-color: #fff;
  background: no-repeat 100% 50%;
  background-image: url(https://www.socialinform.ru/wp-content/uploads/2024/02/search1.png); 
  -webkit-background-size: 21px;
  background-size: 20px;
  padding-right: 25px; 
  font-family: 'Open Sans';
  text-align: left; }
  .ss-search-form .ss-search-form__input input:focus {
    width: 170px;
    border-color: #111; }
  .ss-search-form .ss-search-form__input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #111; }
  .ss-search-form .ss-search-form__input input::-moz-placeholder {
    /* Firefox 19+ */
    color: #111; }
  .ss-search-form .ss-search-form__input input:-ms-input-placeholder {
    /* IE 10+ */
    color: #111; }
  .ss-search-form .ss-search-form__input input:-moz-placeholder {
    /* Firefox 18- */
    color: #111; }
  .subheader .ss-search-form .ss-search-form__input input {
    border-color: #111;
    color: #111;  
    background-color: #111;
    background-image: url(https://www.mosregion.info/wp-content/uploads/2021/11/search1.png); }
    .subheader .ss-search-form .ss-search-form__input input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #111; }
    .subheader .ss-search-form .ss-search-form__input input::-moz-placeholder {
      /* Firefox 19+ */
      color: #111; }
    .subheader .ss-search-form .ss-search-form__input input:-ms-input-placeholder {
      /* IE 10+ */
      color: #111; }
    .subheader .ss-search-form .ss-search-form__input input:-moz-placeholder {
      /* Firefox 18- */
      color: #111; }
    .subheader .ss-search-form .ss-search-form__input input:focus {
      border-color: #111; }
.ss-search-form .ss-search-form__submit {
  display: none; }
footer a, footer a:hover {
  color: #F36600;
}
footer {
  /* height: 256px; */
  margin-top: 10px;
  background: #E1E7ED !important; /* #c1272d */
  position: relative;
  padding: 10px 0px; 
  font-family: Roboto, 'Open Sans', sans-serif;
}


footer .container {
    padding-top: 26px;
    height: 100%;
    /* padding-left: 120px; */
    position: relative; 
}

/*
footer .container:before {
      content: ' ';
      position: absolute;
      display: block;
      left: 20px;
      top: 50%;
      width: 60px;
      height: 60px;
      background: url(assets/images/logo-footer.png) no-repeat center;
      opacity: .4;
      -webkit-background-size: 60px;
      background-size: 60px;
      margin-top: -30px; 
}
*/

footer .menu {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
    margin-bottom: 10px;
    padding-top: 5px;
	font-size: 14px;
    font-family: Roboto,'Open Sans',sans-serif;
}
footer ul li {
	font-weight: 600 !important;
    padding: 0 25px 0 0 !important;
}


.footer-box1 { display: inline-block; width: 30%; float: left; padding-right: 10px; }
.footer-box2 { display: inline-block; width: 67%; }


}



@media (max-width: 979px){
footer nav, footer .menu { display: block !important; }
}

@media (max-width: 791px){
.footer-box1, .footer-box2 { width: 100%; float: none; }
}


    footer .menu a {
      color: #000; }
      footer .menu a:hover {
        color: #444; }
    footer .menu li {
      margin-right: 0px; }
    footer .menu li.active a {
      color: #fff;
      /*text-decoration: underline;*/ }
  footer img {
    margin-left: -6px; }
  @media all and (max-width: 979px) {
    footer {
      /* height: 400px; */  padding: 0px 20px;  }
      footer .container {
        padding-top: 0px; }
      footer .container:before {
        width: 60px;
        height: 60px;
        left: 20px; }
      footer nav, footer .menu {
        padding-top: 35px; padding-bottom: 5px; display: block; }
      footer img {
        margin-left: 24px;
        margin-top: 18px; } }

/*
.widget_a2a_follow_widget {
    opacity: .4;
    margin-left: -10px;

    .a2a_label { display: none !important; }
}*/
.slide {
  margin-bottom: 1em; }
  .slide img {
    width: 100%;
    height: auto !important;
    max-width: 100%; }
  .slide p {
    font-weight: bold;
    font-size: 16px;
    line-height: 130%; }
  .slide:after {
    display: block;
    clear: both;
    content: ' '; }
  @media all and (min-width: 980px) {
    .slide img.img {
      float: left;
      width: 100%;
      margin-right: 15px; } }

.show-more {
  display: block;
  margin: 0 auto; }
  @media (min-width: 980px) {
    .show-more {
      width: 32%;
      padding: 20px;
      text-transform: uppercase;
      border: 1px solid #ccc;
      text-decoration: none;
      color: #888;
      text-align: center;
      margin-bottom: 20px; }
      .show-more.phone-only {
        display: none; } }
  @media (max-width: 979px) {
    .show-more {
      width: 37px;
      height: 37px;
      background: url("assets/images/scroll.png") no-repeat center;
      text-indent: 100%;
      white-space: nowrap;
      margin-bottom: 25px;
      overflow: hidden; } }

.scroll {
  display: block;
  height: 40px;
  margin-bottom: 20px;
  background: url(assets/images/scroll.png) no-repeat center; }
  @media all and (min-width: 600px) {
    .scroll {
      display: none; } }

.news-theme h3 {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 110%; }
  .news-theme h3 a {
    color: #222;
    text-decoration: none; }
.news-theme .meta {
  margin-bottom: 10px; }

.partners {
  vertical-align: middle; }
  .partners span {
    display: inline-block;
    text-transform: uppercase;
    color: #aaa;
    font-size: 15px; }
  .partners img {
    vertical-align: -webkit-baseline-middle; }
  @media all and (max-width: 900px) {
    .partners {
      display: none; } }

.section-header {
  clear: both;
  position: relative;
  font-size: 25px;
  font-weight: 100;
  line-height: 50px;
  height: 40px;
  margin-top: 2px;
  margin-bottom: 15px;
  text-indent: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  /* background: #c1272d; */
  overflow: hidden; }
  .section-header strong {
	font-weight: 600 !important;
    /* НОВОЕ */
	  font-size: 16px;
    color: #444;
    font-family: 'Roboto';
    letter-spacing: 2px;
}
main .section-header strong { color: #c1272d; } 

  .section-header.homepage-header {
    padding-top: 12px; }
    @media all and (max-width: 980px) {
      .section-header.homepage-header {
        padding-top: 8px; display: none;  } }
    .section-header.homepage-header strong {
      font-weight: 600;
      margin-right: 10px;
      display: block;
      float: left;
      line-height: 100%;
      border-right: 1px solid #fff;
      padding-right: 15px; 

	color: #fff;
    background-color: #c1272d;
    padding: 12px 17px 17px 17px;
    margin-top: -12px;
	padding-left: 5px;
}
    .section-header.homepage-header .marque {
      width: 100%;
      /*background: #ccc;*/
      position: absolute;
      /* margin-top: -7px; */
      /*padding-top: 3px;*/
      /* margin-left: 180px; */ 
      text-transform: none; }

.section-header.homepage-header .marque { background: #333; margin-top: -24px; padding-top: 16px; margin-left: 128px;}

  @media all and (max-width: 979px) {
    .section-header {
      line-height: 42px;
      height: 42px;
	  } }

/*Slot types*/
/*Layout*/
.rubrica {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px; }
  .rubrica a {
    line-height: inherit; }
  .rubrica > * {
    position: relative;
    overflow: hidden; }
    @media all and (min-width: 980px) {
      .rubrica > * {
        flex: 0 0 33.3333333333%;
        padding: 0 7.5px 15px; }
        .rubrica > * .inner {
          border: 1px solid #ccc;
          height: 100%;
          padding-bottom: 30px; }
        .rubrica > * .image {
          width: 100%;
          padding-top: 58%;
          -webkit-background-size: cover;
          background-size: cover; }
        .rubrica > * .intro {
          padding: 0 10px;
          overflow: hidden;
          line-height: 1.2em;
          max-height: 6em; }
        .rubrica > * h3 {
          padding: 10px;
          line-height: 100%;
          margin-bottom: 0;
          margin-top: 0;
          color: #222;
          font-weight: bold;
          font-size: 16px; }
        .rubrica > *:nth-child(1), .rubrica > *:nth-child(2) {
          flex-basis: 50%; } }
    @media all and (max-width: 979px) and (min-width: 780px) {
      .rubrica > *:nth-child(1), .rubrica > *:nth-child(2) {
        flex-basis: 50%;
        padding: 0 5px 15px; }
        .rubrica > *:nth-child(1) .inner, .rubrica > *:nth-child(2) .inner {
          border: 1px solid #ccc;
          height: 100%;
          padding-bottom: 30px; }
        .rubrica > *:nth-child(1) .image, .rubrica > *:nth-child(2) .image {
          width: 100%;
          padding-top: 58%;
          -webkit-background-size: cover;
          background-size: cover; }
        .rubrica > *:nth-child(1) .intro, .rubrica > *:nth-child(2) .intro {
          padding: 0 10px;
          overflow: hidden;
          line-height: 1.2em;
          max-height: 6em; }
        .rubrica > *:nth-child(1) h3, .rubrica > *:nth-child(2) h3 {
          padding: 10px;
          line-height: 100%;
          margin-bottom: 0;
          margin-top: 0;
          color: #222;
          font-weight: bold;
          font-size: 16px; }
      .rubrica > *:nth-child(n+3) {
        flex-basis: 100%;
        margin-bottom: 15px; }
        .rubrica > *:nth-child(n+3):last-child .inner {
          border: none; }
        .rubrica > *:nth-child(n+3) .inner {
          border: none;
          border-bottom: 1px solid #313131 !important; }
        .rubrica > *:nth-child(n+3):last-child .inner {
          border: none !important; }
        .rubrica > *:nth-child(n+3) .image {
          float: left;
          width: 50%;
          padding-top: 29%;
          margin-right: 1em;
          position: relative;
          -webkit-background-size: cover;
          background-size: cover; } }
    @media all and (max-width: 979px) and (min-width: 780px) and (max-width: 600px) {
      .rubrica > *:nth-child(n+3) .image {
        /*  width: 1 * 30%; 
          padding-top: 0.58 * 30%; */ } }
    @media all and (max-width: 979px) and (min-width: 780px) {
        .rubrica > *:nth-child(n+3) h3 {
          line-height: 100%;
          font-size: 16px;
          padding-top: 0;
          margin-top: 0; }
        .rubrica > *:nth-child(n+3) .intro {
          clear: both;
          padding: 10px 0; }
        .rubrica > *:nth-child(n+3) .image {
          width: 30%;
          padding-top: 17.4%; } }
    @media all and (max-width: 779px) {
      .rubrica > * {
        flex-basis: 100%;
        margin-bottom: 15px; }
        .rubrica > *:last-child .inner {
          border: none; }
        .rubrica > * .inner {
          border: none;
          border-bottom: 1px solid #313131 !important; }
        .rubrica > *:last-child .inner {
          border: none !important; }
        .rubrica > * .image {
          float: left;
          width: 50%;
          padding-top: 29%;
          margin-right: 1em;
          position: relative;
          -webkit-background-size: cover;
          background-size: cover; } }
    @media all and (max-width: 779px) and (max-width: 600px) {
      .rubrica > * .image {
        /*  width: 1 * 30%; 
          padding-top: 0.58 * 30%; */ } }
    @media all and (max-width: 779px) {
        .rubrica > * h3 {
          line-height: 100%;
          font-size: 16px;
          padding-top: 0;
          margin-top: 0; }
        .rubrica > * .intro {
          clear: both;
          padding: 10px 0; } }

/*Slots types*/
.block1,
.block2,
.block3 {
  margin-bottom: 15px;
  clear: both; }

@media all and (min-width: 900px) {
  .block1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px 25px; }
    .block1 > * {
      flex: 1;
      padding: 0 7.5px; } }
.block1 .column-1 {
  flex: 0 0 50%; }
  .block1 .column-1 > * {
    position: relative; }
    .block1 .column-1 > * .rubr {
      position: absolute;
      margin-top: -35px;
      display: block;
      background: #F36600;
      color: #fff;
      padding: 5px 10px;
      text-transform: uppercase;
      font-size: 14px;
      /* height: 25px; */
      line-height: 100%;
      font-weight: 600; }
    .block1 .column-1 > * .image {
      height: 100%; }
      .block1 .column-1 > * .image::after {
        display: block;
        position: relative;
        /*background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 70%);*/
        margin-top: -100px;
        height: 100px;
        width: 100%;
        content: ''; }
      .block1 .column-1 > * .image > * {
        width: 100%;
        padding-top: 78%;
        -webkit-background-size: cover;
        background-size: cover; }
    .block1 .column-1 > * h3 {
      position: absolute;
      z-index: 1;
      left: 20px;
      bottom: 20px;
      margin: 0;
      padding: 0;
      line-height: 110%; }
      .block1 .column-1 > * h3 a {
        color: white; }
    .block1 .column-1 > * .intro {
      display: none; }
.block1 .column-2 {
  flex: 1; }

@media all and (max-width: 766px) {
.block1 .column-2 {  padding: 5px 20px; }
}
@media (max-width: 800px){
	.rubr-links { padding: 4px; color: white; background: #F36600; }
}

.block1 .flex-vert {
  height: 100%; }
  @media all and (min-width: 900px) {
    .block1 .flex-vert {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap;
      height: 100%;
      flex-direction: column; } }
  .block1 .flex-vert > * {
    position: relative; }
    .block1 .flex-vert > *:first-child {
     /* padding-bottom: 7.5px;*/ }
    .block1 .flex-vert > *:last-child {
      padding-top: 15px; }
    @media all and (min-width: 900px) {
      .block1 .flex-vert > * {
        flex: 1; }
        .block1 .flex-vert > * .inner {
          position: relative;
          height: 100%; }
        .block1 .flex-vert > * .rubr {
          position: absolute;
          margin-top: -35px;
          display: block;
          background: #F36600;
          color: #fff;
          padding: 5px 10px;
          text-transform: uppercase;
          font-size: 14px;
          /* height: 25px; */
          line-height: 100%;
          font-weight: 600; }
        .block1 .flex-vert > * .image {
          height: 100%;
          position: relative; }
          .block1 .flex-vert > * .image::after {
            display: block;
            position: relative;
            background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 70%);
            margin-top: -100px;
            height: 100px;
            width: 100%;
            content: ''; }
          .block1 .flex-vert > * .image > * {
            width: 100%;
            height: 100%;
            -webkit-background-size: cover;
            background-size: cover; }
        .block1 .flex-vert > * h3 {
          position: absolute;
          z-index: 900;
          left: 0px;
          bottom: 0px;
          margin: 0;
          padding: 0 10px 10px;
          line-height: 110%;
          font-size: 15px; }
          .block1 .flex-vert > * h3 a {
            color: white; }
        .block1 .flex-vert > * .intro {
          display: none; } }
    @media all and (max-width: 899px) {
      .block1 .flex-vert > * {
        /* border-top: 1px solid #ccc; */
        padding-top: 10px;
        padding-bottom: 10px;
        clear: both; }
        .block1 .flex-vert > *:after {
          content: ' ';
          display: block;
          clear: both; }
        .block1 .flex-vert > * .image {
          float: left;
          width: 33%;
          margin-right: 15px;
		  margin-bottom: 15px;
          position: relative; }
          .block1 .flex-vert > * .image > * {
            width: 100%;
            -webkit-background-size: cover;
            background-size: cover;
            background-color: #eee;
            padding-top: 58%; }
        .block1 .flex-vert > * .rubr {
          font-size: 16px;
          line-height: 100%;
          font-weight: 600;
          padding: 10px;
			padding-top: 0px;
          text-transform: uppercase; }
          .block1 .flex-vert > * .rubr a {
            /* color: #c1272d; */
    display: block;
    /* background: #c1272d; */
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
    /* height: 25px; */
    line-height: 100%;
    font-weight: 600;
		}
        .block1 .flex-vert > * h3 {
          /*margin-left: 120px;*/
          margin-top: 0;
          line-height: 110%;
          font-size: 16px; } }

@media all and (min-width: 980px) {
  .block3 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px; }
    .block3 > * {
      padding: 0 7.5px;
      overflow: hidden;
      margin-bottom: 15px;
      flex: 0 0 33.3333333333%; }
      .block3 > * .rubr {
        font-size: 12px;
        line-height: 100%;
        font-weight: 600;
        padding: 10px;
        text-transform: uppercase; }
        .block3 > * .rubr a {
          color: #ed7a7e; }
      .block3 > * .image {
        position: relative; }
        .block3 > * .image > * {
          width: 100%;
          padding-top: 58%;
          background-color: #eee;
          -webkit-background-size: cover;
          background-size: cover;
          position: relative; }
      .block3 > * .inner {
        border: 1px solid #ccc;
        height: 100%; }
      .block3 > * h3 {
        padding: 0 10px 10px;
        margin-top: 0;
        line-height: 110%;
        font-size: 16px;
        clear: both; } }
@media all and (max-width: 979px) {
  .block3 > * {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
    /*position: relative;*/ }
    .block3 > *:after {
      content: ' ';
      display: block;
      clear: both; }
    .block3 > * .image {
      float: left;
      width: 33%;
      margin-right: 15px;
      position: relative; }
      .block3 > * .image > * {
        width: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-color: #eee;
        padding-top: 58%; }
    .block3 > * .rubr {
      font-size: 16px;
      line-height: 100%;
      font-weight: 600;
      padding: 10px;
      text-transform: uppercase; }
      .block3 > * .rubr a {
        color: #c1272d; }
    .block3 > * h3 {
      /*margin-left: 120px;*/
      margin-top: 0;
      line-height: 110%;
      font-size: 16px; } }

.block2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  .block2 > * {
    /*padding: 0 10px;*/
    width: 100%; }
    .block2 > * .image {
      float: left;
      margin-right: 15px;
      width: 20%;
      position: relative; }
      .block2 > * .image > * {
        width: 100%;
        padding-top: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-color: #ccc; }
    .block2 > * .rubr {
      display: block;
      padding: 5px 10px;
      text-transform: uppercase;
      font-size: 12px;
      height: 25px;
      line-height: 100%;
      font-weight: 600; }
      .block2 > * .rubr a {
        color: #ed7a7e;/*#c1272d;*/ }
    .block2 > * .inner {
      border-top: 1px solid #ccc;
      height: 100%;
      padding-top: 15px; }
    .block2 > * h3 {
      /*padding: 10px 0 0;*/
      margin: 0;
      font-size: 16px;
      line-height: 110%; }
  @media all and (min-width: 800px) {
    .block2 {
      margin: 0 -7.5px 0; }
      .block2 > * {
        position: relative;
        flex: 0 0 50%;
        padding: 0 7.5px 0px; } }
  @media all and (max-width: 799px) {
    .block2 {
      /*flex-basis: 100%;*/ } }

/*
посмотреть можно тут: (последний блок снизу)
http://verstka.v57802.beget.tech/politika?theme=osn
*/
/*Стили карточек*/
.block4 {
  /*Layout*/
  /*Styles*/ }
  @media all and (min-width: 980px) {
    .block4 {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap;
      margin: 0 -7.5px; }
      .block4 .column-1,
      .block4 .column-2 {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        flex: 1;
        flex-direction: column; }
      .block4 .column-1 > * {
        flex: 1;
        margin-bottom: 15px; }
        .block4 .column-1 > *:last-child {
          margin-bottom: 0; }
      .block4 .column-2 > *:nth-child(-n+6) {
        margin-bottom: 5px;
        flex: 0 0 80px; }
      .block4 .column-2 > *:last-child {
        flex: 1; }
      .block4 > * {
        flex: auto;
        padding: 7.5px; }
        .block4 > *:first-child {
          flex: 0 0 66.6666666667%; }
        .block4 > *:last-child {
          flex: 0 0 33.3333333333%; }
        .block4 > * .inner {
          height: 100%; } }
  @media all and (min-width: 980px) {
    .block4 {
      /*Desktop*/ }
      .block4 .column-1 > * * {
        margin: 0; }
      .block4 .column-1 > * .inner {
        padding: 0 10px 10px;
        border: 1px solid #ccc;
        border-top: none; }
      .block4 .column-1 > * h3 {
        max-height: 3.3em;
        line-height: 1.1em;
        margin-bottom: .5em;
        text-overflow: ellipsis;
        overflow: hidden; }
        .block4 .column-1 > * h3 a {
          color: #c1272d; }
      .block4 .column-1 > * .intro {
        display: block;
        font-weight: bold;
        font-size: 16px;
        max-height: 3.6em;
        line-height: 1.2em;
        overflow: hidden;
        text-overflow: ellipsis; }
      .block4 .column-2 > * {
        /*первые 3*/
        /*последний*/ }
        .block4 .column-2 > *:nth-child(-n+6) {
          overflow: hidden;
          border: 1px solid #ccc;
          border-top: none; }
          .block4 .column-2 > *:nth-child(-n+6) .image {
            float: left;
            width: 80px;
            position: relative;
            margin-right: 10px; }
            .block4 .column-2 > *:nth-child(-n+6) .image > * {
              width: 100%;
              padding-top: 100%;
              -webkit-background-size: cover;
              background-size: cover;
              background-color: #ccc; }
          .block4 .column-2 > *:nth-child(-n+6) h3 {
            font-size: 13px;
            line-height: 120%;
            margin: 0 10px 0;
            max-height: 76px;
            overflow: hidden; }/*
        .block4 .column-2 > *:last-child {
          position: relative; }
          .block4 .column-2 > *:last-child * {
            margin: 0; }
          .block4 .column-2 > *:last-child .inner {
            height: 100%;
            border: 1px solid #ccc; }
          .block4 .column-2 > *:last-child .image {
            width: 100%;
            position: relative;
            float: left; }
            .block4 .column-2 > *:last-child .image > * {
              width: 100%;
              padding-top: 100%;
              -webkit-background-size: cover;
              background-size: cover;
              background-color: #ccc; }
          .block4 .column-2 > *:last-child h3 {
            padding: 10px;
            margin: 0;
            font-size: 16px;
            line-height: 120%;
            float: left; }
          .block4 .column-2 > *:last-child .intro {
            width: 100%;
            height: 3.6em;
            text-overflow: ellipsis;
            padding: 0 10px;
            margin-bottom: 1em;
            overflow: hidden; }*/ }
  @media all and (max-width: 979px) {
    .block4 {
      /*Phone*/ }
      .block4 .column-1 > * .inner,
      .block4 .column-2 > * .inner {
        border-top: 1px solid #c1272d; }
      .block4 .column-1 > * .image,
      .block4 .column-1 > * .intro,
      .block4 .column-2 > * .image,
      .block4 .column-2 > * .intro {
        display: none; }
      .block4 .column-1 > * h3,
      .block4 .column-2 > * h3 {
        font-size: 16px;
        line-height: 120%;
        padding: 0; } }

.addtoany_content {
  clear: both;
  margin: 16px 0; }

.addtoany_header {
  margin: 0 0 16px; }

.addtoany_list {
  display: inline;
  line-height: 16px; }

.addtoany_list a, .widget .addtoany_list a {
  border: 0;
  box-shadow: none;
  display: inline-block;
  font-size: 16px;
  padding: 0 4px;
  vertical-align: middle; }

.addtoany_list a img {
  border: 0;
  display: inline-block;
  opacity: 1;
  overflow: hidden;
  vertical-align: baseline; }

.addtoany_list a span {
  display: inline-block;
  float: none; }

.addtoany_list.a2a_kit_size_32 a {
  font-size: 32px; }

.addtoany_list.a2a_kit_size_32 a > span {
  height: 32px;
  line-height: 32px;
  width: 32px; }

.addtoany_list a > span {
  border-radius: 4px;
  display: inline-block;
  opacity: 1; }

.addtoany_list a .a2a_count {
  position: relative;
  vertical-align: top; }

.addtoany_list a:hover, .widget .addtoany_list a:hover {
  border: 0;
  box-shadow: none; }

.addtoany_list a:hover img, .addtoany_list a:hover span {
  opacity: .7; }

.addtoany_list a.addtoany_special_service:hover img, .addtoany_list a.addtoany_special_service:hover span {
  opacity: 1; }

.addtoany_special_service {
  display: inline-block;
  vertical-align: middle; }

.addtoany_special_service a, .addtoany_special_service div, .addtoany_special_service div.fb_iframe_widget, .addtoany_special_service iframe, .addtoany_special_service span {
  margin: 0;
  vertical-align: baseline !important; }

.addtoany_special_service iframe {
  display: inline;
  max-width: none; }

a.addtoany_share.addtoany_no_icon span.a2a_img_text {
  display: none; }

a.addtoany_share img {
  border: 0;
  width: auto;
  height: auto; }

/*Plugin CSS*/
@media all and (max-width: 979px) {
  .str_wrap {
    display: none; } }
.str_wrap {
  margin-top: 8px;
  display: inline-block; 
  font-family: Roboto,'Open Sans Condensed', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px !important;
  position: absolute;
  overflow: hidden;
  width: 100%;
  font-size: 22px;
  line-height: 16px;
  color: #fff;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap; }

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move; }

.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0; }

.str_vertical .str_move_clone {
  left: 0;
  top: 100%; }

.str_down .str_move_clone {
  left: 0;
  bottom: 100%; }

.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%; }

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit; }

.str_wrap img {
  max-width: none !important; }

.str_wrap {
  white-space: nowrap; }

.str_wrap p {
  display: inline-block;
  margin-right: 250px; }

.str_wrap p a {
  color: #fff; }

#hamburgerMenu {
  font-size: 20px;
  background: #F36600;
	
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  padding: 20px;
  padding-top: 50px;
  transition: all .2s;
  -ms-transform: translate(-100%, 0);
  /* IE 9 */
  -webkit-transform: translate(-100%, 0);
  /* Safari */
  transform: translate(-100%, 0); }
  #hamburgerMenu .close {
    position: absolute;
    display: block;
    right: 10px;
    width: 20px;
    height: 20px;
    top: 10px;
    color: #222;
    font-size: 20px;
    text-transform: uppercase;
    background: url(https://www.mosregion.info/wp-content/uploads/2021/11/close.png);
    -webkit-background-size: cover;
    background-size: cover; }
  @media all and (min-width: 980px) {
    #hamburgerMenu {
      display: none !important; } }
  #hamburgerMenu.visible {
    -ms-transform: translate(0, 0);
    /* IE 9 */
    -webkit-transform: translate(0, 0);
    /* Safari */
    transform: translate(0, 0); }

.share-buttons a {
  text-align: center;
  width: 48px;
  background: #ccc;
  height: 48px;
  display: inline-block;
  /*margin: 8px;*/
  border-radius: 3px;
  font-size: 24px;
  line-height: 48px;
  color: #fff;
  opacity: 0.75;
  transition: opacity 0.15s linear; }
  .share-buttons a:hover {
    opacity: 1; }
.share-buttons i {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }
.share-buttons.share-transparent {
  margin-left: -7px; }
  .share-buttons.share-transparent a {
    background: transparent;
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    margin: 2px 4px 0 0;
    opacity: .4; }
    .share-buttons.share-transparent a:hover {
      opacity: 1; }
.share-buttons.share-gray a {
  width: 28px;
  height: 28px;
  font-size: 15.4px;
  line-height: 28px;
  border-radius: 3px;
  background: #888;
  opacity: 1;
  margin: 2px; }
  .share-buttons.share-gray a:hover {
    opacity: .5; }
.share-buttons.share-black a {
  width: 24px;
  height: 24px;
  font-size: 13.2px;
  line-height: 24px;
  border-radius: 3px;
  background: #000;
  opacity: 1;
  margin: 2px; }
  .share-buttons.share-black a:hover {
    opacity: .5; }
.share-buttons.share-round a {
  border-radius: 50%; }
.share-buttons.share-colour a {
  width: 28px;
  height: 28px;
  font-size: 15.4px;
  line-height: 28px;
  margin: 2px;
  opacity: 1; }
  .share-buttons.share-colour a.facebook {
    background: #3b5998; }
  .share-buttons.share-colour a.twitter {
    background: #1da1f2; }
  .share-buttons.share-colour a.vk {
    background: #45668e; }
  .share-buttons.share-colour a.odnoklassniki {
    background: #ed812b; }
  .share-buttons.share-colour a.instagram {
    background: #833ab4; }
  .share-buttons.share-colour a.youtube {
    background: #ff0000; }
  .share-buttons.share-colour a.whatsapp {
    background: #25d366; }
  .share-buttons.share-colour a.telegram {
    background: #0088cc; }

/*!
 *  Weather Icons 1.3
 *  Updated November 30th, 2014
 *  Weather themed icons for Bootstrap
 *  ------------------------------------------------------------------------------
* Maintained at http://erikflowers.github.io/weather-icons
 *  http://twitter.com/Erik_UX
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Fpmt licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Weather Icons Bootstrap Package Author - Erik Flowers - erik@helloerik.com
 *  ------------------------------------------------------------------------------
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 */
/*@font-face {
  font-family: 'weathericons';
  src: url("assets/fonts/weathericons-regular-webfont.eot");
  src: url("assets/fonts/weathericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/weathericons-regular-webfont.woff") format("woff"), url("assets/fonts/weathericons-regular-webfont.ttf") format("truetype"), url("assets/fonts/weathericons-regular-webfont.svg#weathericons-regular-webfontRg") format("svg");
  font-weight: normal;
  font-style: normal; }
.wi {
  display: block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 3rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 15px; }

.wi-day-cloudy-gusts:before {
  content: "\f000"; }

.wi-day-cloudy-windy:before {
  content: "\f001"; }

.wi-day-cloudy:before {
  content: "\f002"; }

.wi-day-fog:before {
  content: "\f003"; }

.wi-day-hail:before {
  content: "\f004"; }

.wi-day-lightning:before {
  content: "\f005"; }

.wi-day-rain-mix:before {
  content: "\f006"; }

.wi-day-rain-wind:before {
  content: "\f007"; }

.wi-day-rain:before {
  content: "\f008"; }

.wi-day-showers:before {
  content: "\f009"; }

.wi-day-snow:before {
  content: "\f00a"; }

.wi-day-sprinkle:before {
  content: "\f00b"; }

.wi-day-sunny-overcast:before {
  content: "\f00c"; }

.wi-day-sunny:before {
  content: "\f00d"; }

.wi-day-storm-showers:before {
  content: "\f00e"; }

.wi-day-thunderstorm:before {
  content: "\f010"; }

.wi-cloudy-gusts:before {
  content: "\f011"; }

.wi-cloudy-windy:before {
  content: "\f012"; }

.wi-cloudy:before {
  content: "\f013"; }

.wi-fog:before {
  content: "\f014"; }

.wi-hail:before {
  content: "\f015"; }

.wi-lightning:before {
  content: "\f016"; }

.wi-rain-mix:before {
  content: "\f017"; }

.wi-rain-wind:before {
  content: "\f018"; }

.wi-rain:before {
  content: "\f019"; }

.wi-showers:before {
  content: "\f01a"; }

.wi-snow:before {
  content: "\f01b"; }

.wi-sprinkle:before {
  content: "\f01c"; }

.wi-storm-showers:before {
  content: "\f01d"; }

.wi-thunderstorm:before {
  content: "\f01e"; }

.wi-windy:before {
  content: "\f021"; }

.wi-night-alt-cloudy-gusts:before {
  content: "\f022"; }

.wi-night-alt-cloudy-windy:before {
  content: "\f023"; }

.wi-night-alt-hail:before {
  content: "\f024"; }

.wi-night-alt-lightning:before {
  content: "\f025"; }

.wi-night-alt-rain-mix:before {
  content: "\f026"; }

.wi-night-alt-rain-wind:before {
  content: "\f027"; }

.wi-night-alt-rain:before {
  content: "\f028"; }

.wi-night-alt-showers:before {
  content: "\f029"; }

.wi-night-alt-snow:before {
  content: "\f02a"; }

.wi-night-alt-sprinkle:before {
  content: "\f02b"; }

.wi-night-alt-storm-showers:before {
  content: "\f02c"; }

.wi-night-alt-thunderstorm:before {
  content: "\f02d"; }

.wi-night-clear:before {
  content: "\f02e"; }

.wi-night-cloudy-gusts:before {
  content: "\f02f"; }

.wi-night-cloudy-windy:before {
  content: "\f030"; }

.wi-night-cloudy:before {
  content: "\f031"; }

.wi-night-hail:before {
  content: "\f032"; }

.wi-night-lightning:before {
  content: "\f033"; }

.wi-night-rain-mix:before {
  content: "\f034"; }

.wi-night-rain-wind:before {
  content: "\f035"; }

.wi-night-rain:before {
  content: "\f036"; }

.wi-night-showers:before {
  content: "\f037"; }

.wi-night-snow:before {
  content: "\f038"; }

.wi-night-sprinkle:before {
  content: "\f039"; }

.wi-night-storm-showers:before {
  content: "\f03a"; }

.wi-night-thunderstorm:before {
  content: "\f03b"; }

.wi-celsius:before {
  content: "\f03c"; }

.wi-cloud-down:before {
  content: "\f03d"; }

.wi-cloud-refresh:before {
  content: "\f03e"; }

.wi-cloud-up:before {
  content: "\f040"; }

.wi-cloud:before {
  content: "\f041"; }

.wi-degrees:before {
  content: "\f042"; }

.wi-down-left:before {
  content: "\f043"; }

.wi-down:before {
  content: "\f044"; }

.wi-fahrenheit:before {
  content: "\f045"; }

.wi-horizon-alt:before {
  content: "\f046"; }

.wi-horizon:before {
  content: "\f047"; }

.wi-left:before {
  content: "\f048"; }

.wi-lightning:before {
  content: "\f016"; }

.wi-night-fog:before {
  content: "\f04a"; }

.wi-refresh-alt:before {
  content: "\f04b"; }

.wi-refresh:before {
  content: "\f04c"; }

.wi-right:before {
  content: "\f04d"; }

.wi-sprinkles:before {
  content: "\f04e"; }

.wi-strong-wind:before {
  content: "\f050"; }

.wi-sunrise:before {
  content: "\f051"; }

.wi-sunset:before {
  content: "\f052"; }

.wi-thermometer-exterior:before {
  content: "\f053"; }

.wi-thermometer-internal:before {
  content: "\f054"; }

.wi-thermometer:before {
  content: "\f055"; }

.wi-tornado:before {
  content: "\f056"; }

.wi-up-right:before {
  content: "\f057"; }

.wi-up:before {
  content: "\f058"; }

.wi-wind-west:before {
  content: "\f059"; }

.wi-wind-south-west:before {
  content: "\f05a"; }

.wi-wind-south-east:before {
  content: "\f05b"; }

.wi-wind-south:before {
  content: "\f05c"; }

.wi-wind-north-west:before {
  content: "\f05d"; }

.wi-wind-north-east:before {
  content: "\f05e"; }

.wi-wind-north:before {
  content: "\f060"; }

.wi-wind-east:before {
  content: "\f061"; }

.wi-smoke:before {
  content: "\f062"; }

.wi-dust:before {
  content: "\f063"; }

.wi-snow-wind:before {
  content: "\f064"; }

.wi-day-snow-wind:before {
  content: "\f065"; }

.wi-night-snow-wind:before {
  content: "\f066"; }

.wi-night-alt-snow-wind:before {
  content: "\f067"; }

.wi-day-sleet-storm:before {
  content: "\f068"; }

.wi-night-sleet-storm:before {
  content: "\f069"; }

.wi-night-alt-sleet-storm:before {
  content: "\f06a"; }

.wi-day-snow-thunderstorm:before {
  content: "\f06b"; }

.wi-night-snow-thunderstorm:before {
  content: "\f06c"; }

.wi-night-alt-snow-thunderstorm:before {
  content: "\f06d"; }

.wi-solar-eclipse:before {
  content: "\f06e"; }

.wi-lunar-eclipse:before {
  content: "\f070"; }

.wi-meteor:before {
  content: "\f071"; }

.wi-hot:before {
  content: "\f072"; }

.wi-hurricane:before {
  content: "\f073"; }

.wi-smog:before {
  content: "\f074"; }

.wi-alien:before {
  content: "\f075"; }

.wi-snowflake-cold:before {
  content: "\f076"; }

.wi-stars:before {
  content: "\f077"; }

.wi-night-partly-cloudy:before {
  content: "\f083"; }

.wi-umbrella:before {
  content: "\f084"; }

.wi-day-windy:before {
  content: "\f085"; }

.wi-night-alt-cloudy:before {
  content: "\f086"; }

.wi-up-left:before {
  content: "\f087"; }

.wi-down-right:before {
  content: "\f088"; }

.wi-time-12:before {
  content: "\f089"; }

.wi-time-1:before {
  content: "\f08a"; }

.wi-time-2:before {
  content: "\f08b"; }

.wi-time-3:before {
  content: "\f08c"; }

.wi-time-4:before {
  content: "\f08d"; }

.wi-time-5:before {
  content: "\f08e"; }

.wi-time-6:before {
  content: "\f08f"; }

.wi-time-7:before {
  content: "\f090"; }

.wi-time-8:before {
  content: "\f091"; }

.wi-time-9:before {
  content: "\f092"; }

.wi-time-10:before {
  content: "\f093"; }

.wi-time-11:before {
  content: "\f094"; }

.wi-day-sleet:before {
  content: "\f0b2"; }

.wi-night-sleet:before {
  content: "\f0b3"; }

.wi-night-alt-sleet:before {
  content: "\f0b4"; }

.wi-sleet:before {
  content: "\f0b5"; }

.wi-day-haze:before {
  content: "\f0b6"; }

.wi-beafort-0:before {
  content: "\f0b7"; }

.wi-beafort-1:before {
  content: "\f0b8"; }

.wi-beafort-2:before {
  content: "\f0b9"; }

.wi-beafort-3:before {
  content: "\f0ba"; }

.wi-beafort-4:before {
  content: "\f0bb"; }

.wi-beafort-5:before {
  content: "\f0bc"; }

.wi-beafort-6:before {
  content: "\f0bd"; }

.wi-beafort-7:before {
  content: "\f0be"; }

.wi-beafort-8:before {
  content: "\f0bf"; }

.wi-beafort-9:before {
  content: "\f0c0"; }

.wi-beafort-10:before {
  content: "\f0c1"; }

.wi-beafort-11:before {
  content: "\f0c2"; }

.wi-beafort-12:before {
  content: "\f0c3"; }

.wi-wind-default:before {
  content: "\f0b1"; }

.wi-wind-default._0-deg {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.wi-wind-default._15-deg {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg); }

.wi-wind-default._30-deg {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg); }

.wi-wind-default._45-deg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.wi-wind-default._60-deg {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg); }

.wi-wind-default._75-deg {
  -webkit-transform: rotate(75deg);
  transform: rotate(75deg); }

.wi-wind-default._90-deg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.wi-wind-default._105-deg {
  -webkit-transform: rotate(105deg);
  transform: rotate(105deg); }

.wi-wind-default._120-deg {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg); }

.wi-wind-default._135-deg {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.wi-wind-default._150-deg {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg); }

.wi-wind-default._165-deg {
  -webkit-transform: rotate(165deg);
  transform: rotate(165deg); }

.wi-wind-default._180-deg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.wi-wind-default._195-deg {
  -webkit-transform: rotate(195deg);
  transform: rotate(195deg); }

.wi-wind-default._210-deg {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg); }

.wi-wind-default._225-deg {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.wi-wind-default._240-deg {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg); }

.wi-wind-default._255-deg {
  -webkit-transform: rotate(255deg);
  transform: rotate(255deg); }

.wi-wind-default._270-deg {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.wi-wind-default._285-deg {
  -webkit-transform: rotate(295deg);
  transform: rotate(295deg); }

.wi-wind-default._300-deg {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg); }

.wi-wind-default._315-deg {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }

.wi-wind-default._330-deg {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg); }

.wi-wind-default._345-deg {
  -webkit-transform: rotate(345deg);
  transform: rotate(345deg); }

.wi-moon-new:before {
  content: "\f095"; }

.wi-moon-waxing-cresent-1:before {
  content: "\f096"; }

.wi-moon-waxing-cresent-2:before {
  content: "\f097"; }

.wi-moon-waxing-cresent-3:before {
  content: "\f098"; }

.wi-moon-waxing-cresent-4:before {
  content: "\f099"; }

.wi-moon-waxing-cresent-5:before {
  content: "\f09a"; }

.wi-moon-waxing-cresent-6:before {
  content: "\f09b"; }

.wi-moon-first-quarter:before {
  content: "\f09c"; }

.wi-moon-waxing-gibbous-1:before {
  content: "\f09d"; }

.wi-moon-waxing-gibbous-2:before {
  content: "\f09e"; }

.wi-moon-waxing-gibbous-3:before {
  content: "\f09f"; }

.wi-moon-waxing-gibbous-4:before {
  content: "\f0a0"; }

.wi-moon-waxing-gibbous-5:before {
  content: "\f0a1"; }

.wi-moon-waxing-gibbous-6:before {
  content: "\f0a2"; }

.wi-moon-full:before {
  content: "\f0a3"; }

.wi-moon-waning-gibbous-1:before {
  content: "\f0a4"; }

.wi-moon-waning-gibbous-2:before {
  content: "\f0a5"; }

.wi-moon-waning-gibbous-3:before {
  content: "\f0a6"; }

.wi-moon-waning-gibbous-4:before {
  content: "\f0a7"; }

.wi-moon-waning-gibbous-5:before {
  content: "\f0a8"; }

.wi-moon-waning-gibbous-6:before {
  content: "\f0a9"; }

.wi-moon-3rd-quarter:before {
  content: "\f0aa"; }

.wi-moon-waning-crescent-1:before {
  content: "\f0ab"; }

.wi-moon-waning-crescent-2:before {
  content: "\f0ac"; }

.wi-moon-waning-crescent-3:before {
  content: "\f0ad"; }

.wi-moon-waning-crescent-4:before {
  content: "\f0ae"; }

.wi-moon-waning-crescent-5:before {
  content: "\f0af"; }

.wi-moon-waning-crescent-6:before {
  content: "\f0b0"; }
*/
/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

* {
  box-sizing: border-box; }

*:focus {
  outline: none; }

a {
  line-height: inherit; }

.page-id-homepage {
  min-width: 1260px; }
  .page-id-homepage .container {
    /*padding: 0;*/ }

.page-id-homepage {
  min-width: 1220px; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome and Opera */ }

@media all and (min-width: 980px) {
  .phone-only {
    display: none; } }

.iframe {
  position: relative;
  padding-top: 58%;
  background: #222; }
  .iframe iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: none; }

/*
iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 1em;
}*/
.ellip {
  display: block;
  height: 100%; }

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%; }

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden; }

/*# sourceMappingURL=theme.css.map */


.block2 > * .inner {
	padding-bottom: 15px;
	min-height: 119px;
}
/*
.marquee {
  height: 25px;
  width: 420px;

  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  width: 200%;
  height: 30px;

  position: absolute;
  overflow: hidden;

  animation: marquee 15s linear infinite;
}

.marquee span {
  float: left;
  width: 50%;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
.block1 h3 > a:first-of-type {
  letter-spacing: 2px;
  font-weight: 600;
}*/
.killswitch {
  font-weight: bold;}
.killswitch, .mytab {
  display:table;
}
.killswitch p {
  font-size: 18px !important;
}
.override {
  display: grid;
  grid-column: 2;
  grid-template-columns: 2fr 1fr;
}
.override .column-1, .override .column-2 {
  display: inline-grid;
}


@media (max-width: 640px) {
.override {
  grid-column: 1;
  grid-template-columns: 1fr;
}

}
.metas {
  float: left;
  margin-right: 5px;
  margin-bottom: 15px;
  padding: 5px 10px;
  background: #f3f3f3;
  text-transform: uppercase;
}

main { max-width:896px; }
main p a { color: #F36600 !important; }
.alignright { float: right; }
main.slide figure { margin: 0 !important; width: 100% !important; max-width: 881px; }
main.slide figure img { max-width: 881px; width: 100%; height: 100% !important; }
main figcaption { display: block; font-size: 10px; }
.basic-yop-poll-container>.basic-inner { padding: 0 !important; }
.basic-vote-button { text-decoration: none; padding: 15px !important; }
a.basic-vote-button { padding: 15px !important; }
.bootstrap-yop a:hover { text-decoration: none; }
.bootstrap-yop .progress-bar { background-color: #c1272d !important; }
.basic-answer .basic-text { padding: 0 !important; }
.bootstrap-yop .progress, .bootstrap-yop .progress-bar { border-radius: 0 !important; }
.basic-yop-poll-container input[type=radio] { margin-right: 5px; }
.container .content > div > p > img { max-width: 881px; }
.gallery {
   margin: auto;
}
.gallery-item {
   float: left;
   margin-top: 10px !important;
   text-align: center;
  /* width: 25% !important;*/
   padding: 5px !important;
}
.gallery img {
   border: 2px solid #cfcfcf;
}
.gallery-caption {
   margin-left: 0;
}
.basic-yop-poll-container {
  padding: 12px !important;
}
@media only screen and (max-width: 767px) {
main {
  overflow: hidden;
}
iframe {
    max-width: 440px;
    /*max-height: 334px;*/
}
	iframe.instagram-media {
    max-width: 440px;
    max-height: 550px !important;
	}
}
@media (max-width: 480px) {
		/* iframe { height: 246px !important; } */
}

.metas:first-of-type {
	clear:both;
}

@media (max-width: 767px) {  .ynnews {
    display: none;
  }
  .container .content > div > p > img {
    max-width: 440px;
  }
main > * {
  padding: 0 20px;
}/*
aside > .videos > .recent {
  padding: 0 20px;
}*/
main > .section-header {
  padding: inherit;
}
.container { padding: inherit; }
.section-header {
  margin: inherit;

    /* margin: 0 -20px 1em; */
}
}
.container .content > div > p > img {
	height: 100%;
}
main figure img {
  max-width: 896px !important;
}
main figure {
  margin-left: 0 !important;
}
.maxup, .size-full {
  width:100%;
	height:100%
}
figure {
	max-width: 100% !important;
}
header .header-top .search input {
  background-size: contain;
}
.burger {
  background-size: cover;
}
@media (min-width: 963px) {
	.burger {
  	display: none;
	}
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) {   .ynnews {
    display: none;
  }
header {
    background: #c1272d;
    margin-bottom: 0px;
    /* position: fixed; */ 
    /* padding-top: 122px; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    }
    .home > div.container {

    margin-top: 25px;
    }
  
}

}
    @media (min-width: 481px) and (max-width: 767px) {
  
  .ynnews {
    display: none;
  }
header {
    background: #c1272d;
    margin-bottom: 0px;
    /* position: fixed; */
    /* padding-top: 122px; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    }
    .home > div.container {

    margin-top: 25px;
    }
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    margin-top: 10px;  /* iphone check */
  .ynnews {
    display: none;
  }
}


@media (min-width: 320px) and (max-width: 480px) {
  main {

    margin-top: 25px; /* iphone check */
  }
	.mob-hidden { display: none; }
	
header {
    background: #E1E7ED;
    margin-bottom: 0px;
    /* position: fixed; */
    /* padding-top: 122px; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    }
    .home > div.container {

    margin-top: 25px;  /* iphone check */
    }
  
}

main figure img {

/* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
border-radius: 5px;

}

blockquote {
    height: auto;/*153px*/
    border-color: white;
    background: #f1f1f1;
	/* background: #F5F5F5 url(https://www.osnmedia.ru/wp-content/uploads/2020/02/Frame-1.png) no-repeat right bottom; */
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    border-radius: 5px;
    display: grid;
    grid-template-columns: 1fr 15fr;
    color: black;
    font-style: normal;
}
blockquote:before{
    width: 50px;
    height:60px;
    content: " ";
    background-image: url("/wp-content/themes/mosregion/assets/images/social_quote.png");
    background-repeat: no-repeat;
    margin-top: 25px;
}
blockquote p {
  text-align: left;
  margin-left: 15px;
  margin-top: 17px;
}
.metas { 
/* Rectangle 14 */


background: #f1f1f1;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 5px;
 font-size: 15px; line-height: 116.7%;
 padding: 10px 15px;
 margin-right: 15px;
 }
.sharebox {
  display: none;
}
@media (max-width: 480px) and (min-width: 320px) {
main {
    margin-top: 0px;  /* iphone check */
    padding: 0;
    /* margin: 5px 5px !important; */
	margin: 0px 0px !important;  /* iphone check */
}}
.superdate {
  font-weight: normal; line-height: 146.7%; color: #808080 !important;
}
.heateor_sss_vertical_sharing .heateorSssSharing, .heateor_sss_floating_follow_icons_container .heateorSssSharing {
  
    border-radius: 5px;
    margin-bottom: 10px !important;
}
  .socialicons ul {
    list-style: none;
  }
iframe {
  width: 100%;
}

.heateor_sss_sharing_ul {
    width: 40px;
    }
.heateor_sss_horizontal_sharing {
    position: absolute;
    /* left: 112px; */
    /* top: 296px; */
    margin-top: -2px;
}

aside .section-header, main > .section-header {
    /* background: #c1272d; */ /* #D82335 */
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    /* border-radius: 5px; */
  }

.gridFace > img {
    border-radius: 150px;
}
.oneFace {
  box-shadow: 0 4px 4px rgba(0,0,0,.25);
    border-radius: 5px;
}
.gridName {

font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 146.7%;
/* identical to box height, or 21px */
text-align: center;

color: #4F4F4F;


}
.minimi {
  display: none;
}
.oneFace {
  display: block !important;
  text-align: center;
}
#wc-comment-header {
    box-shadow: none !important;
    border-radius: 0 !important;
    color: #000 !important;
    background: #fff !important;
    border-top: 1px solid #c1272d;
    border-bottom: 1px solid #c1272d;

    text-align: center;
    text-transform: none !important;
}
.metas::before {
    content: '#';
    color: #F36600;
}
.postContent > h2::before {
    /* content: '#';
    color: #000;
	font-size: 18px; */
}
.metas {
  background: #f1f1f1;
  box-shadow: none !important;
}
#wc-comment-header .wpdiscuz-comment-count {
  float: right;
  margin-right: 0;
  margin-left: -55px;
}
#wc-comment-header .wpdiscuz-comment-count .wpd-cc-value {

    background: inherit !important;
    color: #fff !important;
    position: relative !important;
    font-size: 15px !important;
    top: -8px !important;
    left: -51px !important;
    display: inline-block !important;
    /* line-height: 18px; */
    padding: inherit !important;
    min-width: inherit !important;
    letter-spacing: 0px !important;
    /* min-height: 26px; */
    /* box-sizing: border-box; */
    text-align: center;
}
.fagg {
  color: #FF0000 !important;
    font-size: 32px;
}
.superGrid {
    background: #fff !important;
}
.gridText strong {
  /*color: #BD1622;*/
}
.blockquote2 {
    height: auto;
    color: #fff;
    background: #D82335;
    display: block;
    font-style: normal;
}
.blockquote2 p {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid;
    margin: 0;
    padding: 5px;
}
.blockquote3 {
  font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #D82335;
}
.blockquote3::before {
    content: ' ';
    margin-right: 15px;
    font-size: 70px;
    width: 50px;
    height: 57px;
    background-image: url(/wp-content/uploads/2020/05/Group-2x.png);
    background-size: cover;
}
.blockquote3 p {
    display: grid;
}
.blockquote3::before {
    content: '<<';
    margin-right: 15px;
}
@media (max-width: 480px) and (min-width: 320px) {
  .superdate {
    margin-top: 10px;
  }
  .ynnews {
    display: none;
  }
.heateor_sss_sharing_ul {
    width: 100%;
    }

.heateor_sss_horizontal_sharing {
    position: inherit;
}
.slide {
      height: 324px !important;
}
}
    @supports (-webkit-touch-callout: none) {
main {
  margin: 14px 5px!important;  /* iphone check */
}
.tags {
  grid-template-columns: 1fr !important;
}
.tags figure {
  width: inherit !important;
}

.tags figure img {
  height: 240px !important;
}
  .superdate {
    margin-top: 10px;
  }
  .mobdown {
    margin-top: 20px !important;  /* iphone check */
  }
}
.block1 .image > div {
  /*filter: brightness(0.5); */
}
.footback {
	/*display: grid; grid-template-columns: 1fr 1fr 1fr; */
}

.footlock {
  width: 6%;float: left;
}

blockquote p {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
@media (max-width: 480px) and (min-width: 320px) {

.tags {
  grid-template-columns: 1fr !important;
}
.tags figure {
  width: inherit !important;
}

.tags figure img {
  height: 240px !important;
}

main figure img {
    max-width: 432px!important;
    height: auto;
}
.footlock {
  clear: left;
}

blockquote p {
  font-size: 1rem;
  line-height: 1.4rem;
}
}

.rubr2 a {
  color: #c1272d;
}

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://www.osnmedia.ru/wp-content/themes/osn/assets/fonts/memnYaGs126MiZpBA-UFUKWyV9hvIqOjjg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://www.osnmedia.ru/wp-content/themes/osn/assets/fonts/memnYaGs126MiZpBA-UFUKWyV9hrIqM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://www.osnmedia.ru/wp-content/themes/osn/assets/fonts/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://www.osnmedia.ru/wp-content/themes/osn/assets/fonts/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://www.osnmedia.ru/wp-content/themes/osn/assets/fonts/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://www.osnmedia.ru/wp-content/themes/osn/assets/fonts/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://www.osnmedia.ru/wp-content/themes/osn/assets/fonts/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://www.osnmedia.ru/wp-content/themes/osn/assets/fonts/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://www.osnmedia.ru/wp-content/themes/osn/assets/fonts/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://www.osnmedia.ru/wp-content/themes/osn/assets/fonts/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://www.osnmedia.ru/wp-content/themes/osn/assets/fonts/mem5YaGs126MiZpBA-UN8rsOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://www.osnmedia.ru/wp-content/themes/osn/assets/fonts/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'), url(https://www.osnmedia.ru/wp-content/themes/osn/assets/fonts/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuHMR6WR.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'), url(https://www.osnmedia.ru/wp-content/themes/osn/assets/fonts/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuXMRw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), url(https://www.osnmedia.ru/wp-content/themes/osn/assets/fonts/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDuHMR6WR.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), url(https://www.osnmedia.ru/wp-content/themes/osn/assets/fonts/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDuXMRw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://www.osnmedia.ru/wp-content/themes/osn/assets/fonts/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://www.osnmedia.ru/wp-content/themes/osn/assets/fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* wpel.css */
/**
 * WP External Links Plugin
 * Front Style
 */

.wpel-icon.dashicons-before:before {
    font-size: inherit;
    line-height: inherit;
    width: auto;
}

.wpel-icon-left i.wpel-icon.dashicons-before {
    margin-right: 0.2em;
}
.wpel-icon-right i.wpel-icon.dashicons-before {
    margin-left: 0.2em;
}
.wpel-icon-left i.wpel-icon {
    margin-right: 0.3em;
}
.wpel-icon-right i.wpel-icon {
    margin-left: 0.3em;
}

.wpel-icon.wpel-image {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.wpel-icon-left .wpel-icon.wpel-image {
    margin-right: 0.3em;
}
.wpel-icon-right .wpel-icon.wpel-image {
    margin-left: 0.3em;
}

.wpel-icon-1 { background-image: url('/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-1.png'); }
.wpel-icon-2 { background-image: url('/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-2.png'); }
.wpel-icon-3 { background-image: url('/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-3.png'); }
.wpel-icon-4 { background-image: url('/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-4.png'); }
.wpel-icon-5 { background-image: url('/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-5.png'); }
.wpel-icon-6 { background-image: url('/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-6.png'); }
.wpel-icon-7 { background-image: url('/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-7.png'); }
.wpel-icon-8 { background-image: url('/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-8.png'); }
.wpel-icon-9 { background-image: url('/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-9.png'); }
.wpel-icon-10 { background-image: url('/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-10.png'); }
.wpel-icon-11 { background-image: url('/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-11.png'); }
.wpel-icon-12 { background-image: url('/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-12.png'); }
.wpel-icon-13 { background-image: url('/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-13.png'); }
.wpel-icon-14 { background-image: url('/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-14.png'); }
.wpel-icon-15 { background-image: url('/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-15.png'); }
.wpel-icon-16 { background-image: url('/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-16.png'); }
.wpel-icon-17 { background-image: url('/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-17.png'); }
.wpel-icon-18 { background-image: url('/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-18.png'); }
.wpel-icon-19 { background-image: url('/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-19.png'); }
.wpel-icon-20 { background-image: url('/wp-content/plugins/wp-external-links/public/images/wpel-icons/icon-20.png'); }

/* yop-poll-public */
.bootstrap-yop{
/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *//*! normalize.css v2.1.3 | MIT License | git.io/normalize *//*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */}.bootstrap-yop article,.bootstrap-yop aside,.bootstrap-yop details,.bootstrap-yop figcaption,.bootstrap-yop figure,.bootstrap-yop footer,.bootstrap-yop header,.bootstrap-yop hgroup,.bootstrap-yop main,.bootstrap-yop nav,.bootstrap-yop section,.bootstrap-yop summary{display:block}.bootstrap-yop audio,.bootstrap-yop canvas,.bootstrap-yop video{display:inline-block}.bootstrap-yop audio:not([controls]){display:none;height:0}.bootstrap-yop [hidden],.bootstrap-yop template{display:none}.bootstrap-yop html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;margin:0}.bootstrap-yop a{background:0 0}.bootstrap-yop a:focus{outline:thin dotted}.bootstrap-yop a:active,.bootstrap-yop a:hover{outline:0}.bootstrap-yop h1{margin:.67em 0;font-size:2em}.bootstrap-yop abbr[title]{border-bottom:1px dotted}.bootstrap-yop b,.bootstrap-yop strong{font-weight:700}.bootstrap-yop dfn{font-style:italic}.bootstrap-yop hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}.bootstrap-yop mark{color:#000;background:#ff0}.bootstrap-yop code,.bootstrap-yop kbd,.bootstrap-yop pre,.bootstrap-yop samp{font-family:monospace,serif;font-size:1em}.bootstrap-yop pre{white-space:pre-wrap}.bootstrap-yop q{quotes:"\201C" "\201D" "\2018" "\2019"}.bootstrap-yop small{font-size:80%}.bootstrap-yop sub,.bootstrap-yop sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}.bootstrap-yop sup{top:-.5em}.bootstrap-yop sub{bottom:-.25em}.bootstrap-yop img{border:0}.bootstrap-yop svg:not(:root){overflow:hidden}.bootstrap-yop figure{margin:0}.bootstrap-yop fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}.bootstrap-yop legend{padding:0;border:0}.bootstrap-yop button,.bootstrap-yop input,.bootstrap-yop select,.bootstrap-yop textarea{margin:0;font-size:100%}.bootstrap-yop button,.bootstrap-yop input{line-height:normal}.bootstrap-yop button,.bootstrap-yop select{text-transform:none}.bootstrap-yop button,.bootstrap-yop html input[type=button],.bootstrap-yop input[type=reset],.bootstrap-yop input[type=submit]{cursor:pointer;-webkit-appearance:button}.bootstrap-yop button[disabled],.bootstrap-yop html input[disabled]{cursor:default}.bootstrap-yop input[type=checkbox],.bootstrap-yop input[type=radio]{padding:0;box-sizing:border-box}.bootstrap-yop input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}.bootstrap-yop input[type=search]::-webkit-search-cancel-button,.bootstrap-yop input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.bootstrap-yop button::-moz-focus-inner,.bootstrap-yop input::-moz-focus-inner{padding:0;border:0}.bootstrap-yop textarea{overflow:auto;vertical-align:top}.bootstrap-yop table{border-collapse:collapse;border-spacing:0}@media print{.bootstrap-yop *{color:#000!important;text-shadow:none!important;background:0 0!important;box-shadow:none!important}.bootstrap-yop a,.bootstrap-yop a:visited{text-decoration:underline}.bootstrap-yop a[href]:after{content:" (" attr(href) ")"}.bootstrap-yop abbr[title]:after{content:" (" attr(title) ")"}.bootstrap-yop a[href^="#"]:after,.bootstrap-yop a[href^="javascript:"]:after{content:""}.bootstrap-yop blockquote,.bootstrap-yop pre{border:1px solid #999;page-break-inside:avoid}.bootstrap-yop thead{display:table-header-group}.bootstrap-yop img,.bootstrap-yop tr{page-break-inside:avoid}.bootstrap-yop img{max-width:100%!important}@page{margin:2cm .5cm}.bootstrap-yop h2,.bootstrap-yop h3,.bootstrap-yop p{orphans:3;widows:3}.bootstrap-yop h2,.bootstrap-yop h3{page-break-after:avoid}.bootstrap-yop select{background:#fff!important}.bootstrap-yop .navbar{display:none}.bootstrap-yop .table td,.bootstrap-yop .table th{background-color:#fff!important}.bootstrap-yop .btn>.caret,.bootstrap-yop .dropup>.btn>.caret{border-top-color:#000!important}.bootstrap-yop .label{border:1px solid #000}.bootstrap-yop .table{border-collapse:collapse!important}.bootstrap-yop .table-bordered td,.bootstrap-yop .table-bordered th{border:1px solid #ddd!important}}.bootstrap-yop *,.bootstrap-yop :after,.bootstrap-yop :before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-yop html{font-size:62.5%;-webkit-tap-highlight-color:transparent}.bootstrap-yop body{font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}.bootstrap-yop a{color:#428bca;text-decoration:none}.bootstrap-yop a:focus,.bootstrap-yop a:hover{color:#2a6496;text-decoration:underline}.bootstrap-yop a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.bootstrap-yop img{vertical-align:middle}.bootstrap-yop .img-responsive{display:block;height:auto;max-width:100%}.bootstrap-yop .img-rounded{border-radius:6px}.bootstrap-yop .img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.bootstrap-yop .img-circle{border-radius:50%}.bootstrap-yop hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.bootstrap-yop .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.bootstrap-yop .h1,.bootstrap-yop .h2,.bootstrap-yop .h3,.bootstrap-yop .h4,.bootstrap-yop .h5,.bootstrap-yop .h6,.bootstrap-yop h1,.bootstrap-yop h2,.bootstrap-yop h3,.bootstrap-yop h4,.bootstrap-yop h5,.bootstrap-yop h6{font-weight:500;line-height:1.1;color:inherit}.bootstrap-yop .h1 .small,.bootstrap-yop .h1 small,.bootstrap-yop .h2 .small,.bootstrap-yop .h2 small,.bootstrap-yop .h3 .small,.bootstrap-yop .h3 small,.bootstrap-yop .h4 .small,.bootstrap-yop .h4 small,.bootstrap-yop .h5 .small,.bootstrap-yop .h5 small,.bootstrap-yop .h6 .small,.bootstrap-yop .h6 small,.bootstrap-yop h1 .small,.bootstrap-yop h1 small,.bootstrap-yop h2 .small,.bootstrap-yop h2 small,.bootstrap-yop h3 .small,.bootstrap-yop h3 small,.bootstrap-yop h4 .small,.bootstrap-yop h4 small,.bootstrap-yop h5 .small,.bootstrap-yop h5 small,.bootstrap-yop h6 .small,.bootstrap-yop h6 small{font-weight:400;line-height:1;color:#999}.bootstrap-yop h1,.bootstrap-yop h2,.bootstrap-yop h3{margin-top:20px;margin-bottom:10px}.bootstrap-yop h1 .small,.bootstrap-yop h1 small,.bootstrap-yop h2 .small,.bootstrap-yop h2 small,.bootstrap-yop h3 .small,.bootstrap-yop h3 small{font-size:65%}.bootstrap-yop h4,.bootstrap-yop h5,.bootstrap-yop h6{margin-top:10px;margin-bottom:10px}.bootstrap-yop h4 .small,.bootstrap-yop h4 small,.bootstrap-yop h5 .small,.bootstrap-yop h5 small,.bootstrap-yop h6 .small,.bootstrap-yop h6 small{font-size:75%}.bootstrap-yop .h1,.bootstrap-yop h1{font-size:36px}.bootstrap-yop .h2,.bootstrap-yop h2{font-size:30px}.bootstrap-yop .h3,.bootstrap-yop h3{font-size:24px}.bootstrap-yop .h4,.bootstrap-yop h4{font-size:18px}.bootstrap-yop .h5,.bootstrap-yop h5{font-size:14px}.bootstrap-yop .h6,.bootstrap-yop h6{font-size:12px}.bootstrap-yop p{margin:0 0 10px}.bootstrap-yop .lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media (min-width:768px){.bootstrap-yop .lead{font-size:21px}}.bootstrap-yop .small,.bootstrap-yop small{font-size:85%}.bootstrap-yop cite{font-style:normal}.bootstrap-yop .text-muted{color:#999}.bootstrap-yop .text-primary{color:#428bca}.bootstrap-yop .text-primary:hover{color:#3071a9}.bootstrap-yop .text-warning{color:#8a6d3b}.bootstrap-yop .text-warning:hover{color:#66512c}.bootstrap-yop .text-danger{color:#a94442}.bootstrap-yop .text-danger:hover{color:#843534}.bootstrap-yop .text-success{color:#3c763d}.bootstrap-yop .text-success:hover{color:#2b542c}.bootstrap-yop .text-info{color:#31708f}.bootstrap-yop .text-info:hover{color:#245269}.bootstrap-yop .text-left{text-align:left}.bootstrap-yop .text-right{text-align:right}.bootstrap-yop .text-center{text-align:center}.bootstrap-yop .page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}.bootstrap-yop ol,.bootstrap-yop ul{margin-top:0;margin-bottom:10px}.bootstrap-yop ol ol,.bootstrap-yop ol ul,.bootstrap-yop ul ol,.bootstrap-yop ul ul{margin-bottom:0}.bootstrap-yop .list-unstyled{padding-left:0;list-style:none}.bootstrap-yop .list-inline{padding-left:0;list-style:none}.bootstrap-yop .list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}.bootstrap-yop .list-inline>li:first-child{padding-left:0}.bootstrap-yop dl{margin-top:0;margin-bottom:20px}.bootstrap-yop dd,.bootstrap-yop dt{line-height:1.428571429}.bootstrap-yop dt{font-weight:700}.bootstrap-yop dd{margin-left:0}@media (min-width:768px){.bootstrap-yop .dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.bootstrap-yop .dl-horizontal dd{margin-left:180px}.bootstrap-yop .dl-horizontal dd:after,.bootstrap-yop .dl-horizontal dd:before{display:table;content:" "}.bootstrap-yop .dl-horizontal dd:after{clear:both}.bootstrap-yop .dl-horizontal dd:after,.bootstrap-yop .dl-horizontal dd:before{display:table;content:" "}.bootstrap-yop .dl-horizontal dd:after{clear:both}}.bootstrap-yop abbr[data-original-title],.bootstrap-yop abbr[title]{cursor:help;border-bottom:1px dotted #999}.bootstrap-yop .initialism{font-size:90%;text-transform:uppercase}.bootstrap-yop blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}.bootstrap-yop blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}.bootstrap-yop blockquote p:last-child{margin-bottom:0}.bootstrap-yop blockquote .small,.bootstrap-yop blockquote small{display:block;line-height:1.428571429;color:#999}.bootstrap-yop blockquote .small:before,.bootstrap-yop blockquote small:before{content:'\2014 \00A0'}.bootstrap-yop blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}.bootstrap-yop blockquote.pull-right .small,.bootstrap-yop blockquote.pull-right p,.bootstrap-yop blockquote.pull-right small{text-align:right}.bootstrap-yop blockquote.pull-right .small:before,.bootstrap-yop blockquote.pull-right small:before{content:''}.bootstrap-yop blockquote.pull-right .small:after,.bootstrap-yop blockquote.pull-right small:after{content:'\00A0 \2014'}.bootstrap-yop blockquote:after,.bootstrap-yop blockquote:before{content:""}.bootstrap-yop address{margin-bottom:20px;font-style:normal;line-height:1.428571429}.bootstrap-yop code,.bootstrap-yop kbd,.bootstrap-yop pre,.bootstrap-yop samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}.bootstrap-yop code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}.bootstrap-yop pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.bootstrap-yop pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.bootstrap-yop .pre-scrollable{max-height:340px;overflow-y:scroll}.bootstrap-yop .container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.bootstrap-yop .container:after,.bootstrap-yop .container:before{display:table;content:" "}.bootstrap-yop .container:after{clear:both}.bootstrap-yop .container:after,.bootstrap-yop .container:before{display:table;content:" "}.bootstrap-yop .container:after{clear:both}@media (min-width:768px){.bootstrap-yop .container{width:750px}}@media (min-width:992px){.bootstrap-yop .container{width:970px}}@media (min-width:1200px){.bootstrap-yop .container{width:1170px}}.bootstrap-yop .row{margin-right:-15px;margin-left:-15px}.bootstrap-yop .row:after,.bootstrap-yop .row:before{display:table;content:" "}.bootstrap-yop .row:after{clear:both}.bootstrap-yop .row:after,.bootstrap-yop .row:before{display:table;content:" "}.bootstrap-yop .row:after{clear:both}.bootstrap-yop .col-lg-1,.bootstrap-yop .col-lg-10,.bootstrap-yop .col-lg-11,.bootstrap-yop .col-lg-12,.bootstrap-yop .col-lg-2,.bootstrap-yop .col-lg-3,.bootstrap-yop .col-lg-4,.bootstrap-yop .col-lg-5,.bootstrap-yop .col-lg-6,.bootstrap-yop .col-lg-7,.bootstrap-yop .col-lg-8,.bootstrap-yop .col-lg-9,.bootstrap-yop .col-md-1,.bootstrap-yop .col-md-10,.bootstrap-yop .col-md-11,.bootstrap-yop .col-md-12,.bootstrap-yop .col-md-2,.bootstrap-yop .col-md-3,.bootstrap-yop .col-md-4,.bootstrap-yop .col-md-5,.bootstrap-yop .col-md-6,.bootstrap-yop .col-md-7,.bootstrap-yop .col-md-8,.bootstrap-yop .col-md-9,.bootstrap-yop .col-sm-1,.bootstrap-yop .col-sm-10,.bootstrap-yop .col-sm-11,.bootstrap-yop .col-sm-12,.bootstrap-yop .col-sm-2,.bootstrap-yop .col-sm-3,.bootstrap-yop .col-sm-4,.bootstrap-yop .col-sm-5,.bootstrap-yop .col-sm-6,.bootstrap-yop .col-sm-7,.bootstrap-yop .col-sm-8,.bootstrap-yop .col-sm-9,.bootstrap-yop .col-xs-1,.bootstrap-yop .col-xs-10,.bootstrap-yop .col-xs-11,.bootstrap-yop .col-xs-12,.bootstrap-yop .col-xs-2,.bootstrap-yop .col-xs-3,.bootstrap-yop .col-xs-4,.bootstrap-yop .col-xs-5,.bootstrap-yop .col-xs-6,.bootstrap-yop .col-xs-7,.bootstrap-yop .col-xs-8,.bootstrap-yop .col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.bootstrap-yop .col-xs-1,.bootstrap-yop .col-xs-10,.bootstrap-yop .col-xs-11,.bootstrap-yop .col-xs-12,.bootstrap-yop .col-xs-2,.bootstrap-yop .col-xs-3,.bootstrap-yop .col-xs-4,.bootstrap-yop .col-xs-5,.bootstrap-yop .col-xs-6,.bootstrap-yop .col-xs-7,.bootstrap-yop .col-xs-8,.bootstrap-yop .col-xs-9{float:left}.bootstrap-yop .col-xs-12{width:100%}.bootstrap-yop .col-xs-11{width:91.66666666666666%}.bootstrap-yop .col-xs-10{width:83.33333333333334%}.bootstrap-yop .col-xs-9{width:75%}.bootstrap-yop .col-xs-8{width:66.66666666666666%}.bootstrap-yop .col-xs-7{width:58.333333333333336%}.bootstrap-yop .col-xs-6{width:50%}.bootstrap-yop .col-xs-5{width:41.66666666666667%}.bootstrap-yop .col-xs-4{width:33.33333333333333%}.bootstrap-yop .col-xs-3{width:25%}.bootstrap-yop .col-xs-2{width:16.666666666666664%}.bootstrap-yop .col-xs-1{width:8.333333333333332%}.bootstrap-yop .col-xs-pull-12{right:100%}.bootstrap-yop .col-xs-pull-11{right:91.66666666666666%}.bootstrap-yop .col-xs-pull-10{right:83.33333333333334%}.bootstrap-yop .col-xs-pull-9{right:75%}.bootstrap-yop .col-xs-pull-8{right:66.66666666666666%}.bootstrap-yop .col-xs-pull-7{right:58.333333333333336%}.bootstrap-yop .col-xs-pull-6{right:50%}.bootstrap-yop .col-xs-pull-5{right:41.66666666666667%}.bootstrap-yop .col-xs-pull-4{right:33.33333333333333%}.bootstrap-yop .col-xs-pull-3{right:25%}.bootstrap-yop .col-xs-pull-2{right:16.666666666666664%}.bootstrap-yop .col-xs-pull-1{right:8.333333333333332%}.bootstrap-yop .col-xs-pull-0{right:0}.bootstrap-yop .col-xs-push-12{left:100%}.bootstrap-yop .col-xs-push-11{left:91.66666666666666%}.bootstrap-yop .col-xs-push-10{left:83.33333333333334%}.bootstrap-yop .col-xs-push-9{left:75%}.bootstrap-yop .col-xs-push-8{left:66.66666666666666%}.bootstrap-yop .col-xs-push-7{left:58.333333333333336%}.bootstrap-yop .col-xs-push-6{left:50%}.bootstrap-yop .col-xs-push-5{left:41.66666666666667%}.bootstrap-yop .col-xs-push-4{left:33.33333333333333%}.bootstrap-yop .col-xs-push-3{left:25%}.bootstrap-yop .col-xs-push-2{left:16.666666666666664%}.bootstrap-yop .col-xs-push-1{left:8.333333333333332%}.bootstrap-yop .col-xs-push-0{left:0}.bootstrap-yop .col-xs-offset-12{margin-left:100%}.bootstrap-yop .col-xs-offset-11{margin-left:91.66666666666666%}.bootstrap-yop .col-xs-offset-10{margin-left:83.33333333333334%}.bootstrap-yop .col-xs-offset-9{margin-left:75%}.bootstrap-yop .col-xs-offset-8{margin-left:66.66666666666666%}.bootstrap-yop .col-xs-offset-7{margin-left:58.333333333333336%}.bootstrap-yop .col-xs-offset-6{margin-left:50%}.bootstrap-yop .col-xs-offset-5{margin-left:41.66666666666667%}.bootstrap-yop .col-xs-offset-4{margin-left:33.33333333333333%}.bootstrap-yop .col-xs-offset-3{margin-left:25%}.bootstrap-yop .col-xs-offset-2{margin-left:16.666666666666664%}.bootstrap-yop .col-xs-offset-1{margin-left:8.333333333333332%}.bootstrap-yop .col-xs-offset-0{margin-left:0}@media (min-width:768px){.bootstrap-yop .col-sm-1,.bootstrap-yop .col-sm-10,.bootstrap-yop .col-sm-11,.bootstrap-yop .col-sm-12,.bootstrap-yop .col-sm-2,.bootstrap-yop .col-sm-3,.bootstrap-yop .col-sm-4,.bootstrap-yop .col-sm-5,.bootstrap-yop .col-sm-6,.bootstrap-yop .col-sm-7,.bootstrap-yop .col-sm-8,.bootstrap-yop .col-sm-9{float:left}.bootstrap-yop .col-sm-12{width:100%}.bootstrap-yop .col-sm-11{width:91.66666666666666%}.bootstrap-yop .col-sm-10{width:83.33333333333334%}.bootstrap-yop .col-sm-9{width:75%}.bootstrap-yop .col-sm-8{width:66.66666666666666%}.bootstrap-yop .col-sm-7{width:58.333333333333336%}.bootstrap-yop .col-sm-6{width:50%}.bootstrap-yop .col-sm-5{width:41.66666666666667%}.bootstrap-yop .col-sm-4{width:33.33333333333333%}.bootstrap-yop .col-sm-3{width:25%}.bootstrap-yop .col-sm-2{width:16.666666666666664%}.bootstrap-yop .col-sm-1{width:8.333333333333332%}.bootstrap-yop .col-sm-pull-12{right:100%}.bootstrap-yop .col-sm-pull-11{right:91.66666666666666%}.bootstrap-yop .col-sm-pull-10{right:83.33333333333334%}.bootstrap-yop .col-sm-pull-9{right:75%}.bootstrap-yop .col-sm-pull-8{right:66.66666666666666%}.bootstrap-yop .col-sm-pull-7{right:58.333333333333336%}.bootstrap-yop .col-sm-pull-6{right:50%}.bootstrap-yop .col-sm-pull-5{right:41.66666666666667%}.bootstrap-yop .col-sm-pull-4{right:33.33333333333333%}.bootstrap-yop .col-sm-pull-3{right:25%}.bootstrap-yop .col-sm-pull-2{right:16.666666666666664%}.bootstrap-yop .col-sm-pull-1{right:8.333333333333332%}.bootstrap-yop .col-sm-pull-0{right:0}.bootstrap-yop .col-sm-push-12{left:100%}.bootstrap-yop .col-sm-push-11{left:91.66666666666666%}.bootstrap-yop .col-sm-push-10{left:83.33333333333334%}.bootstrap-yop .col-sm-push-9{left:75%}.bootstrap-yop .col-sm-push-8{left:66.66666666666666%}.bootstrap-yop .col-sm-push-7{left:58.333333333333336%}.bootstrap-yop .col-sm-push-6{left:50%}.bootstrap-yop .col-sm-push-5{left:41.66666666666667%}.bootstrap-yop .col-sm-push-4{left:33.33333333333333%}.bootstrap-yop .col-sm-push-3{left:25%}.bootstrap-yop .col-sm-push-2{left:16.666666666666664%}.bootstrap-yop .col-sm-push-1{left:8.333333333333332%}.bootstrap-yop .col-sm-push-0{left:0}.bootstrap-yop .col-sm-offset-12{margin-left:100%}.bootstrap-yop .col-sm-offset-11{margin-left:91.66666666666666%}.bootstrap-yop .col-sm-offset-10{margin-left:83.33333333333334%}.bootstrap-yop .col-sm-offset-9{margin-left:75%}.bootstrap-yop .col-sm-offset-8{margin-left:66.66666666666666%}.bootstrap-yop .col-sm-offset-7{margin-left:58.333333333333336%}.bootstrap-yop .col-sm-offset-6{margin-left:50%}.bootstrap-yop .col-sm-offset-5{margin-left:41.66666666666667%}.bootstrap-yop .col-sm-offset-4{margin-left:33.33333333333333%}.bootstrap-yop .col-sm-offset-3{margin-left:25%}.bootstrap-yop .col-sm-offset-2{margin-left:16.666666666666664%}.bootstrap-yop .col-sm-offset-1{margin-left:8.333333333333332%}.bootstrap-yop .col-sm-offset-0{margin-left:0}}@media (min-width:992px){.bootstrap-yop .col-md-1,.bootstrap-yop .col-md-10,.bootstrap-yop .col-md-11,.bootstrap-yop .col-md-12,.bootstrap-yop .col-md-2,.bootstrap-yop .col-md-3,.bootstrap-yop .col-md-4,.bootstrap-yop .col-md-5,.bootstrap-yop .col-md-6,.bootstrap-yop .col-md-7,.bootstrap-yop .col-md-8,.bootstrap-yop .col-md-9{float:left}.bootstrap-yop .col-md-12{width:100%}.bootstrap-yop .col-md-11{width:91.66666666666666%}.bootstrap-yop .col-md-10{width:83.33333333333334%}.bootstrap-yop .col-md-9{width:75%}.bootstrap-yop .col-md-8{width:66.66666666666666%}.bootstrap-yop .col-md-7{width:58.333333333333336%}.bootstrap-yop .col-md-6{width:50%}.bootstrap-yop .col-md-5{width:41.66666666666667%}.bootstrap-yop .col-md-4{width:33.33333333333333%}.bootstrap-yop .col-md-3{width:25%}.bootstrap-yop .col-md-2{width:16.666666666666664%}.bootstrap-yop .col-md-1{width:8.333333333333332%}.bootstrap-yop .col-md-pull-12{right:100%}.bootstrap-yop .col-md-pull-11{right:91.66666666666666%}.bootstrap-yop .col-md-pull-10{right:83.33333333333334%}.bootstrap-yop .col-md-pull-9{right:75%}.bootstrap-yop .col-md-pull-8{right:66.66666666666666%}.bootstrap-yop .col-md-pull-7{right:58.333333333333336%}.bootstrap-yop .col-md-pull-6{right:50%}.bootstrap-yop .col-md-pull-5{right:41.66666666666667%}.bootstrap-yop .col-md-pull-4{right:33.33333333333333%}.bootstrap-yop .col-md-pull-3{right:25%}.bootstrap-yop .col-md-pull-2{right:16.666666666666664%}.bootstrap-yop .col-md-pull-1{right:8.333333333333332%}.bootstrap-yop .col-md-pull-0{right:0}.bootstrap-yop .col-md-push-12{left:100%}.bootstrap-yop .col-md-push-11{left:91.66666666666666%}.bootstrap-yop .col-md-push-10{left:83.33333333333334%}.bootstrap-yop .col-md-push-9{left:75%}.bootstrap-yop .col-md-push-8{left:66.66666666666666%}.bootstrap-yop .col-md-push-7{left:58.333333333333336%}.bootstrap-yop .col-md-push-6{left:50%}.bootstrap-yop .col-md-push-5{left:41.66666666666667%}.bootstrap-yop .col-md-push-4{left:33.33333333333333%}.bootstrap-yop .col-md-push-3{left:25%}.bootstrap-yop .col-md-push-2{left:16.666666666666664%}.bootstrap-yop .col-md-push-1{left:8.333333333333332%}.bootstrap-yop .col-md-push-0{left:0}.bootstrap-yop .col-md-offset-12{margin-left:100%}.bootstrap-yop .col-md-offset-11{margin-left:91.66666666666666%}.bootstrap-yop .col-md-offset-10{margin-left:83.33333333333334%}.bootstrap-yop .col-md-offset-9{margin-left:75%}.bootstrap-yop .col-md-offset-8{margin-left:66.66666666666666%}.bootstrap-yop .col-md-offset-7{margin-left:58.333333333333336%}.bootstrap-yop .col-md-offset-6{margin-left:50%}.bootstrap-yop .col-md-offset-5{margin-left:41.66666666666667%}.bootstrap-yop .col-md-offset-4{margin-left:33.33333333333333%}.bootstrap-yop .col-md-offset-3{margin-left:25%}.bootstrap-yop .col-md-offset-2{margin-left:16.666666666666664%}.bootstrap-yop .col-md-offset-1{margin-left:8.333333333333332%}.bootstrap-yop .col-md-offset-0{margin-left:0}}@media (min-width:1200px){.bootstrap-yop .col-lg-1,.bootstrap-yop .col-lg-10,.bootstrap-yop .col-lg-11,.bootstrap-yop .col-lg-12,.bootstrap-yop .col-lg-2,.bootstrap-yop .col-lg-3,.bootstrap-yop .col-lg-4,.bootstrap-yop .col-lg-5,.bootstrap-yop .col-lg-6,.bootstrap-yop .col-lg-7,.bootstrap-yop .col-lg-8,.bootstrap-yop .col-lg-9{float:left}.bootstrap-yop .col-lg-12{width:100%}.bootstrap-yop .col-lg-11{width:91.66666666666666%}.bootstrap-yop .col-lg-10{width:83.33333333333334%}.bootstrap-yop .col-lg-9{width:75%}.bootstrap-yop .col-lg-8{width:66.66666666666666%}.bootstrap-yop .col-lg-7{width:58.333333333333336%}.bootstrap-yop .col-lg-6{width:50%}.bootstrap-yop .col-lg-5{width:41.66666666666667%}.bootstrap-yop .col-lg-4{width:33.33333333333333%}.bootstrap-yop .col-lg-3{width:25%}.bootstrap-yop .col-lg-2{width:16.666666666666664%}.bootstrap-yop .col-lg-1{width:8.333333333333332%}.bootstrap-yop .col-lg-pull-12{right:100%}.bootstrap-yop .col-lg-pull-11{right:91.66666666666666%}.bootstrap-yop .col-lg-pull-10{right:83.33333333333334%}.bootstrap-yop .col-lg-pull-9{right:75%}.bootstrap-yop .col-lg-pull-8{right:66.66666666666666%}.bootstrap-yop .col-lg-pull-7{right:58.333333333333336%}.bootstrap-yop .col-lg-pull-6{right:50%}.bootstrap-yop .col-lg-pull-5{right:41.66666666666667%}.bootstrap-yop .col-lg-pull-4{right:33.33333333333333%}.bootstrap-yop .col-lg-pull-3{right:25%}.bootstrap-yop .col-lg-pull-2{right:16.666666666666664%}.bootstrap-yop .col-lg-pull-1{right:8.333333333333332%}.bootstrap-yop .col-lg-pull-0{right:0}.bootstrap-yop .col-lg-push-12{left:100%}.bootstrap-yop .col-lg-push-11{left:91.66666666666666%}.bootstrap-yop .col-lg-push-10{left:83.33333333333334%}.bootstrap-yop .col-lg-push-9{left:75%}.bootstrap-yop .col-lg-push-8{left:66.66666666666666%}.bootstrap-yop .col-lg-push-7{left:58.333333333333336%}.bootstrap-yop .col-lg-push-6{left:50%}.bootstrap-yop .col-lg-push-5{left:41.66666666666667%}.bootstrap-yop .col-lg-push-4{left:33.33333333333333%}.bootstrap-yop .col-lg-push-3{left:25%}.bootstrap-yop .col-lg-push-2{left:16.666666666666664%}.bootstrap-yop .col-lg-push-1{left:8.333333333333332%}.bootstrap-yop .col-lg-push-0{left:0}.bootstrap-yop .col-lg-offset-12{margin-left:100%}.bootstrap-yop .col-lg-offset-11{margin-left:91.66666666666666%}.bootstrap-yop .col-lg-offset-10{margin-left:83.33333333333334%}.bootstrap-yop .col-lg-offset-9{margin-left:75%}.bootstrap-yop .col-lg-offset-8{margin-left:66.66666666666666%}.bootstrap-yop .col-lg-offset-7{margin-left:58.333333333333336%}.bootstrap-yop .col-lg-offset-6{margin-left:50%}.bootstrap-yop .col-lg-offset-5{margin-left:41.66666666666667%}.bootstrap-yop .col-lg-offset-4{margin-left:33.33333333333333%}.bootstrap-yop .col-lg-offset-3{margin-left:25%}.bootstrap-yop .col-lg-offset-2{margin-left:16.666666666666664%}.bootstrap-yop .col-lg-offset-1{margin-left:8.333333333333332%}.bootstrap-yop .col-lg-offset-0{margin-left:0}}.bootstrap-yop table{max-width:100%;background-color:transparent}.bootstrap-yop th{text-align:left}.bootstrap-yop .table{width:100%;margin-bottom:20px}.bootstrap-yop .table>tbody>tr>td,.bootstrap-yop .table>tbody>tr>th,.bootstrap-yop .table>tfoot>tr>td,.bootstrap-yop .table>tfoot>tr>th,.bootstrap-yop .table>thead>tr>td,.bootstrap-yop .table>thead>tr>th{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.bootstrap-yop .table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.bootstrap-yop .table>caption+thead>tr:first-child>td,.bootstrap-yop .table>caption+thead>tr:first-child>th,.bootstrap-yop .table>colgroup+thead>tr:first-child>td,.bootstrap-yop .table>colgroup+thead>tr:first-child>th,.bootstrap-yop .table>thead:first-child>tr:first-child>td,.bootstrap-yop .table>thead:first-child>tr:first-child>th{border-top:0}.bootstrap-yop .table>tbody+tbody{border-top:2px solid #ddd}.bootstrap-yop .table .table{background-color:#fff}.bootstrap-yop .table-condensed>tbody>tr>td,.bootstrap-yop .table-condensed>tbody>tr>th,.bootstrap-yop .table-condensed>tfoot>tr>td,.bootstrap-yop .table-condensed>tfoot>tr>th,.bootstrap-yop .table-condensed>thead>tr>td,.bootstrap-yop .table-condensed>thead>tr>th{padding:5px}.bootstrap-yop .table-bordered{border:1px solid #ddd}.bootstrap-yop .table-bordered>tbody>tr>td,.bootstrap-yop .table-bordered>tbody>tr>th,.bootstrap-yop .table-bordered>tfoot>tr>td,.bootstrap-yop .table-bordered>tfoot>tr>th,.bootstrap-yop .table-bordered>thead>tr>td,.bootstrap-yop .table-bordered>thead>tr>th{border:1px solid #ddd}.bootstrap-yop .table-bordered>thead>tr>td,.bootstrap-yop .table-bordered>thead>tr>th{border-bottom-width:2px}.bootstrap-yop .table-striped>tbody>tr:nth-child(odd)>td,.bootstrap-yop .table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.bootstrap-yop .table-hover>tbody>tr:hover>td,.bootstrap-yop .table-hover>tbody>tr:hover>th{background-color:#f5f5f5}.bootstrap-yop table col[class*=col-]{position:static;display:table-column;float:none}.bootstrap-yop table td[class*=col-],.bootstrap-yop table th[class*=col-]{display:table-cell;float:none}.bootstrap-yop .table>tbody>.active>td,.bootstrap-yop .table>tbody>.active>th,.bootstrap-yop .table>tbody>tr>.active,.bootstrap-yop .table>tfoot>.active>td,.bootstrap-yop .table>tfoot>.active>th,.bootstrap-yop .table>tfoot>tr>.active,.bootstrap-yop .table>thead>.active>td,.bootstrap-yop .table>thead>.active>th,.bootstrap-yop .table>thead>tr>.active{background-color:#f5f5f5}.bootstrap-yop .table-hover>tbody>.active:hover>td,.bootstrap-yop .table-hover>tbody>.active:hover>th,.bootstrap-yop .table-hover>tbody>tr>.active:hover{background-color:#e8e8e8}.bootstrap-yop .table>tbody>.success>td,.bootstrap-yop .table>tbody>.success>th,.bootstrap-yop .table>tbody>tr>.success,.bootstrap-yop .table>tfoot>.success>td,.bootstrap-yop .table>tfoot>.success>th,.bootstrap-yop .table>tfoot>tr>.success,.bootstrap-yop .table>thead>.success>td,.bootstrap-yop .table>thead>.success>th,.bootstrap-yop .table>thead>tr>.success{background-color:#dff0d8}.bootstrap-yop .table-hover>tbody>.success:hover>td,.bootstrap-yop .table-hover>tbody>.success:hover>th,.bootstrap-yop .table-hover>tbody>tr>.success:hover{background-color:#d0e9c6}.bootstrap-yop .table>tbody>.danger>td,.bootstrap-yop .table>tbody>.danger>th,.bootstrap-yop .table>tbody>tr>.danger,.bootstrap-yop .table>tfoot>.danger>td,.bootstrap-yop .table>tfoot>.danger>th,.bootstrap-yop .table>tfoot>tr>.danger,.bootstrap-yop .table>thead>.danger>td,.bootstrap-yop .table>thead>.danger>th,.bootstrap-yop .table>thead>tr>.danger{background-color:#f2dede}.bootstrap-yop .table-hover>tbody>.danger:hover>td,.bootstrap-yop .table-hover>tbody>.danger:hover>th,.bootstrap-yop .table-hover>tbody>tr>.danger:hover{background-color:#ebcccc}.bootstrap-yop .table>tbody>.warning>td,.bootstrap-yop .table>tbody>.warning>th,.bootstrap-yop .table>tbody>tr>.warning,.bootstrap-yop .table>tfoot>.warning>td,.bootstrap-yop .table>tfoot>.warning>th,.bootstrap-yop .table>tfoot>tr>.warning,.bootstrap-yop .table>thead>.warning>td,.bootstrap-yop .table>thead>.warning>th,.bootstrap-yop .table>thead>tr>.warning{background-color:#fcf8e3}.bootstrap-yop .table-hover>tbody>.warning:hover>td,.bootstrap-yop .table-hover>tbody>.warning:hover>th,.bootstrap-yop .table-hover>tbody>tr>.warning:hover{background-color:#faf2cc}@media (max-width:767px){.bootstrap-yop .table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch}.bootstrap-yop .table-responsive>.table{margin-bottom:0}.bootstrap-yop .table-responsive>.table>tbody>tr>td,.bootstrap-yop .table-responsive>.table>tbody>tr>th,.bootstrap-yop .table-responsive>.table>tfoot>tr>td,.bootstrap-yop .table-responsive>.table>tfoot>tr>th,.bootstrap-yop .table-responsive>.table>thead>tr>td,.bootstrap-yop .table-responsive>.table>thead>tr>th{white-space:nowrap}.bootstrap-yop .table-responsive>.table-bordered{border:0}.bootstrap-yop .table-responsive>.table-bordered>tbody>tr>td:first-child,.bootstrap-yop .table-responsive>.table-bordered>tbody>tr>th:first-child,.bootstrap-yop .table-responsive>.table-bordered>tfoot>tr>td:first-child,.bootstrap-yop .table-responsive>.table-bordered>tfoot>tr>th:first-child,.bootstrap-yop .table-responsive>.table-bordered>thead>tr>td:first-child,.bootstrap-yop .table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.bootstrap-yop .table-responsive>.table-bordered>tbody>tr>td:last-child,.bootstrap-yop .table-responsive>.table-bordered>tbody>tr>th:last-child,.bootstrap-yop .table-responsive>.table-bordered>tfoot>tr>td:last-child,.bootstrap-yop .table-responsive>.table-bordered>tfoot>tr>th:last-child,.bootstrap-yop .table-responsive>.table-bordered>thead>tr>td:last-child,.bootstrap-yop .table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.bootstrap-yop .table-responsive>.table-bordered>tbody>tr:last-child>td,.bootstrap-yop .table-responsive>.table-bordered>tbody>tr:last-child>th,.bootstrap-yop .table-responsive>.table-bordered>tfoot>tr:last-child>td,.bootstrap-yop .table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}.bootstrap-yop fieldset{padding:0;margin:0;border:0}.bootstrap-yop legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}.bootstrap-yop label{display:inline-block;margin-bottom:5px;font-weight:700}.bootstrap-yop input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-yop input[type=checkbox],.bootstrap-yop input[type=radio]{margin:4px 0 0;line-height:normal}.bootstrap-yop input[type=file]{display:block}.bootstrap-yop select[multiple],.bootstrap-yop select[size]{height:auto}.bootstrap-yop select optgroup{font-family:inherit;font-size:inherit;font-style:inherit}.bootstrap-yop input[type=checkbox]:focus,.bootstrap-yop input[type=file]:focus,.bootstrap-yop input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.bootstrap-yop input[type=number]::-webkit-inner-spin-button,.bootstrap-yop input[type=number]::-webkit-outer-spin-button{height:auto}.bootstrap-yop output{display:block;padding-top:7px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle}.bootstrap-yop .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bootstrap-yop .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.bootstrap-yop .form-control:-moz-placeholder{color:#999}.bootstrap-yop .form-control::-moz-placeholder{color:#999;opacity:1}.bootstrap-yop .form-control:-ms-input-placeholder{color:#999}.bootstrap-yop .form-control::-webkit-input-placeholder{color:#999}.bootstrap-yop .form-control[disabled],.bootstrap-yop .form-control[readonly],.bootstrap-yop fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee}.bootstrap-yop textarea.form-control{height:auto}.bootstrap-yop .form-group{margin-bottom:15px}.bootstrap-yop .checkbox,.bootstrap-yop .radio{display:block;min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px;vertical-align:middle}.bootstrap-yop .checkbox label,.bootstrap-yop .radio label{display:inline;margin-bottom:0;font-weight:400;cursor:pointer}.bootstrap-yop .checkbox input[type=checkbox],.bootstrap-yop .checkbox-inline input[type=checkbox],.bootstrap-yop .radio input[type=radio],.bootstrap-yop .radio-inline input[type=radio]{float:left;margin-left:-20px}.bootstrap-yop .checkbox+.checkbox,.bootstrap-yop .radio+.radio{margin-top:-5px}.bootstrap-yop .checkbox-inline,.bootstrap-yop .radio-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.bootstrap-yop .checkbox-inline+.checkbox-inline,.bootstrap-yop .radio-inline+.radio-inline{margin-top:0;margin-left:10px}.bootstrap-yop .checkbox-inline[disabled],.bootstrap-yop .checkbox[disabled],.bootstrap-yop .radio-inline[disabled],.bootstrap-yop .radio[disabled],.bootstrap-yop fieldset[disabled] .checkbox,.bootstrap-yop fieldset[disabled] .checkbox-inline,.bootstrap-yop fieldset[disabled] .radio,.bootstrap-yop fieldset[disabled] .radio-inline,.bootstrap-yop fieldset[disabled] input[type=checkbox],.bootstrap-yop fieldset[disabled] input[type=radio],.bootstrap-yop input[type=checkbox][disabled],.bootstrap-yop input[type=radio][disabled]{cursor:not-allowed}.bootstrap-yop .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-yop select.input-sm{height:30px;line-height:30px}.bootstrap-yop textarea.input-sm{height:auto}.bootstrap-yop .input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.bootstrap-yop select.input-lg{height:46px;line-height:46px}.bootstrap-yop textarea.input-lg{height:auto}.bootstrap-yop .has-warning .checkbox,.bootstrap-yop .has-warning .checkbox-inline,.bootstrap-yop .has-warning .control-label,.bootstrap-yop .has-warning .help-block,.bootstrap-yop .has-warning .radio,.bootstrap-yop .has-warning .radio-inline{color:#8a6d3b}.bootstrap-yop .has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.bootstrap-yop .has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.bootstrap-yop .has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.bootstrap-yop .has-error .checkbox,.bootstrap-yop .has-error .checkbox-inline,.bootstrap-yop .has-error .control-label,.bootstrap-yop .has-error .help-block,.bootstrap-yop .has-error .radio,.bootstrap-yop .has-error .radio-inline{color:#a94442}.bootstrap-yop .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.bootstrap-yop .has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.bootstrap-yop .has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.bootstrap-yop .has-success .checkbox,.bootstrap-yop .has-success .checkbox-inline,.bootstrap-yop .has-success .control-label,.bootstrap-yop .has-success .help-block,.bootstrap-yop .has-success .radio,.bootstrap-yop .has-success .radio-inline{color:#3c763d}.bootstrap-yop .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.bootstrap-yop .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.bootstrap-yop .has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.bootstrap-yop .form-control-static{margin-bottom:0}.bootstrap-yop .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.bootstrap-yop .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.bootstrap-yop .form-inline .form-control{display:inline-block}.bootstrap-yop .form-inline select.form-control{width:auto}.bootstrap-yop .form-inline .checkbox,.bootstrap-yop .form-inline .radio{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.bootstrap-yop .form-inline .checkbox input[type=checkbox],.bootstrap-yop .form-inline .radio input[type=radio]{float:none;margin-left:0}}.bootstrap-yop .form-horizontal .checkbox,.bootstrap-yop .form-horizontal .checkbox-inline,.bootstrap-yop .form-horizontal .control-label,.bootstrap-yop .form-horizontal .radio,.bootstrap-yop .form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.bootstrap-yop .form-horizontal .checkbox,.bootstrap-yop .form-horizontal .radio{min-height:27px}.bootstrap-yop .form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.bootstrap-yop .form-horizontal .form-group:after,.bootstrap-yop .form-horizontal .form-group:before{display:table;content:" "}.bootstrap-yop .form-horizontal .form-group:after{clear:both}.bootstrap-yop .form-horizontal .form-group:after,.bootstrap-yop .form-horizontal .form-group:before{display:table;content:" "}.bootstrap-yop .form-horizontal .form-group:after{clear:both}.bootstrap-yop .form-horizontal .form-control-static{padding-top:7px}@media (min-width:768px){.bootstrap-yop .form-horizontal .control-label{text-align:right}}.bootstrap-yop .btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.bootstrap-yop .btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.bootstrap-yop .btn:focus,.bootstrap-yop .btn:hover{color:#333;text-decoration:none}.bootstrap-yop .btn.active,.bootstrap-yop .btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.bootstrap-yop .btn.disabled,.bootstrap-yop .btn[disabled],.bootstrap-yop fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;opacity:.65;-webkit-box-shadow:none;box-shadow:none}.bootstrap-yop .btn-default{color:#333;background-color:#fff;border-color:#ccc}.bootstrap-yop .btn-default.active,.bootstrap-yop .btn-default:active,.bootstrap-yop .btn-default:focus,.bootstrap-yop .btn-default:hover,.bootstrap-yop .open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.bootstrap-yop .btn-default.active,.bootstrap-yop .btn-default:active,.bootstrap-yop .open .dropdown-toggle.btn-default{background-image:none}.bootstrap-yop .btn-default.disabled,.bootstrap-yop .btn-default.disabled.active,.bootstrap-yop .btn-default.disabled:active,.bootstrap-yop .btn-default.disabled:focus,.bootstrap-yop .btn-default.disabled:hover,.bootstrap-yop .btn-default[disabled],.bootstrap-yop .btn-default[disabled].active,.bootstrap-yop .btn-default[disabled]:active,.bootstrap-yop .btn-default[disabled]:focus,.bootstrap-yop .btn-default[disabled]:hover,.bootstrap-yop fieldset[disabled] .btn-default,.bootstrap-yop fieldset[disabled] .btn-default.active,.bootstrap-yop fieldset[disabled] .btn-default:active,.bootstrap-yop fieldset[disabled] .btn-default:focus,.bootstrap-yop fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.bootstrap-yop .btn-default .badge{color:#fff;background-color:#fff}.bootstrap-yop .btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.bootstrap-yop .btn-primary.active,.bootstrap-yop .btn-primary:active,.bootstrap-yop .btn-primary:focus,.bootstrap-yop .btn-primary:hover,.bootstrap-yop .open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.bootstrap-yop .btn-primary.active,.bootstrap-yop .btn-primary:active,.bootstrap-yop .open .dropdown-toggle.btn-primary{background-image:none}.bootstrap-yop .btn-primary.disabled,.bootstrap-yop .btn-primary.disabled.active,.bootstrap-yop .btn-primary.disabled:active,.bootstrap-yop .btn-primary.disabled:focus,.bootstrap-yop .btn-primary.disabled:hover,.bootstrap-yop .btn-primary[disabled],.bootstrap-yop .btn-primary[disabled].active,.bootstrap-yop .btn-primary[disabled]:active,.bootstrap-yop .btn-primary[disabled]:focus,.bootstrap-yop .btn-primary[disabled]:hover,.bootstrap-yop fieldset[disabled] .btn-primary,.bootstrap-yop fieldset[disabled] .btn-primary.active,.bootstrap-yop fieldset[disabled] .btn-primary:active,.bootstrap-yop fieldset[disabled] .btn-primary:focus,.bootstrap-yop fieldset[disabled] .btn-primary:hover{background-color:#428bca;border-color:#357ebd}.bootstrap-yop .btn-primary .badge{color:#428bca;background-color:#fff}.bootstrap-yop .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.bootstrap-yop .btn-warning.active,.bootstrap-yop .btn-warning:active,.bootstrap-yop .btn-warning:focus,.bootstrap-yop .btn-warning:hover,.bootstrap-yop .open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.bootstrap-yop .btn-warning.active,.bootstrap-yop .btn-warning:active,.bootstrap-yop .open .dropdown-toggle.btn-warning{background-image:none}.bootstrap-yop .btn-warning.disabled,.bootstrap-yop .btn-warning.disabled.active,.bootstrap-yop .btn-warning.disabled:active,.bootstrap-yop .btn-warning.disabled:focus,.bootstrap-yop .btn-warning.disabled:hover,.bootstrap-yop .btn-warning[disabled],.bootstrap-yop .btn-warning[disabled].active,.bootstrap-yop .btn-warning[disabled]:active,.bootstrap-yop .btn-warning[disabled]:focus,.bootstrap-yop .btn-warning[disabled]:hover,.bootstrap-yop fieldset[disabled] .btn-warning,.bootstrap-yop fieldset[disabled] .btn-warning.active,.bootstrap-yop fieldset[disabled] .btn-warning:active,.bootstrap-yop fieldset[disabled] .btn-warning:focus,.bootstrap-yop fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.bootstrap-yop .btn-warning .badge{color:#f0ad4e;background-color:#fff}.bootstrap-yop .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.bootstrap-yop .btn-danger.active,.bootstrap-yop .btn-danger:active,.bootstrap-yop .btn-danger:focus,.bootstrap-yop .btn-danger:hover,.bootstrap-yop .open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.bootstrap-yop .btn-danger.active,.bootstrap-yop .btn-danger:active,.bootstrap-yop .open .dropdown-toggle.btn-danger{background-image:none}.bootstrap-yop .btn-danger.disabled,.bootstrap-yop .btn-danger.disabled.active,.bootstrap-yop .btn-danger.disabled:active,.bootstrap-yop .btn-danger.disabled:focus,.bootstrap-yop .btn-danger.disabled:hover,.bootstrap-yop .btn-danger[disabled],.bootstrap-yop .btn-danger[disabled].active,.bootstrap-yop .btn-danger[disabled]:active,.bootstrap-yop .btn-danger[disabled]:focus,.bootstrap-yop .btn-danger[disabled]:hover,.bootstrap-yop fieldset[disabled] .btn-danger,.bootstrap-yop fieldset[disabled] .btn-danger.active,.bootstrap-yop fieldset[disabled] .btn-danger:active,.bootstrap-yop fieldset[disabled] .btn-danger:focus,.bootstrap-yop fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.bootstrap-yop .btn-danger .badge{color:#d9534f;background-color:#fff}.bootstrap-yop .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.bootstrap-yop .btn-success.active,.bootstrap-yop .btn-success:active,.bootstrap-yop .btn-success:focus,.bootstrap-yop .btn-success:hover,.bootstrap-yop .open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.bootstrap-yop .btn-success.active,.bootstrap-yop .btn-success:active,.bootstrap-yop .open .dropdown-toggle.btn-success{background-image:none}.bootstrap-yop .btn-success.disabled,.bootstrap-yop .btn-success.disabled.active,.bootstrap-yop .btn-success.disabled:active,.bootstrap-yop .btn-success.disabled:focus,.bootstrap-yop .btn-success.disabled:hover,.bootstrap-yop .btn-success[disabled],.bootstrap-yop .btn-success[disabled].active,.bootstrap-yop .btn-success[disabled]:active,.bootstrap-yop .btn-success[disabled]:focus,.bootstrap-yop .btn-success[disabled]:hover,.bootstrap-yop fieldset[disabled] .btn-success,.bootstrap-yop fieldset[disabled] .btn-success.active,.bootstrap-yop fieldset[disabled] .btn-success:active,.bootstrap-yop fieldset[disabled] .btn-success:focus,.bootstrap-yop fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.bootstrap-yop .btn-success .badge{color:#5cb85c;background-color:#fff}.bootstrap-yop .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.bootstrap-yop .btn-info.active,.bootstrap-yop .btn-info:active,.bootstrap-yop .btn-info:focus,.bootstrap-yop .btn-info:hover,.bootstrap-yop .open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.bootstrap-yop .btn-info.active,.bootstrap-yop .btn-info:active,.bootstrap-yop .open .dropdown-toggle.btn-info{background-image:none}.bootstrap-yop .btn-info.disabled,.bootstrap-yop .btn-info.disabled.active,.bootstrap-yop .btn-info.disabled:active,.bootstrap-yop .btn-info.disabled:focus,.bootstrap-yop .btn-info.disabled:hover,.bootstrap-yop .btn-info[disabled],.bootstrap-yop .btn-info[disabled].active,.bootstrap-yop .btn-info[disabled]:active,.bootstrap-yop .btn-info[disabled]:focus,.bootstrap-yop .btn-info[disabled]:hover,.bootstrap-yop fieldset[disabled] .btn-info,.bootstrap-yop fieldset[disabled] .btn-info.active,.bootstrap-yop fieldset[disabled] .btn-info:active,.bootstrap-yop fieldset[disabled] .btn-info:focus,.bootstrap-yop fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.bootstrap-yop .btn-info .badge{color:#5bc0de;background-color:#fff}.bootstrap-yop .btn-link{font-weight:400;color:#428bca;cursor:pointer;border-radius:0}.bootstrap-yop .btn-link,.bootstrap-yop .btn-link:active,.bootstrap-yop .btn-link[disabled],.bootstrap-yop fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.bootstrap-yop .btn-link,.bootstrap-yop .btn-link:active,.bootstrap-yop .btn-link:focus,.bootstrap-yop .btn-link:hover{border-color:transparent}.bootstrap-yop .btn-link:focus,.bootstrap-yop .btn-link:hover{color:#2a6496;text-decoration:underline;background-color:transparent}.bootstrap-yop .btn-link[disabled]:focus,.bootstrap-yop .btn-link[disabled]:hover,.bootstrap-yop fieldset[disabled] .btn-link:focus,.bootstrap-yop fieldset[disabled] .btn-link:hover{color:#999;text-decoration:none}.bootstrap-yop .btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.bootstrap-yop .btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-yop .btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-yop .btn-block{display:block;width:100%;padding-right:0;padding-left:0}.bootstrap-yop .btn-block+.btn-block{margin-top:5px}.bootstrap-yop input[type=button].btn-block,.bootstrap-yop input[type=reset].btn-block,.bootstrap-yop input[type=submit].btn-block{width:100%}.bootstrap-yop .fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.bootstrap-yop .fade.in{opacity:1}.bootstrap-yop .collapse{display:none}.bootstrap-yop .collapse.in{display:block}.bootstrap-yop .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg')}.bootstrap-yop .glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:400;line-height:1;-moz-osx-font-smoothing:grayscale}.bootstrap-yop .glyphicon:empty{width:1em}.bootstrap-yop .glyphicon-asterisk:before{content:"\2a"}.bootstrap-yop .glyphicon-plus:before{content:"\2b"}.bootstrap-yop .glyphicon-euro:before{content:"\20ac"}.bootstrap-yop .glyphicon-minus:before{content:"\2212"}.bootstrap-yop .glyphicon-cloud:before{content:"\2601"}.bootstrap-yop .glyphicon-envelope:before{content:"\2709"}.bootstrap-yop .glyphicon-pencil:before{content:"\270f"}.bootstrap-yop .glyphicon-glass:before{content:"\e001"}.bootstrap-yop .glyphicon-music:before{content:"\e002"}.bootstrap-yop .glyphicon-search:before{content:"\e003"}.bootstrap-yop .glyphicon-heart:before{content:"\e005"}.bootstrap-yop .glyphicon-star:before{content:"\e006"}.bootstrap-yop .glyphicon-star-empty:before{content:"\e007"}.bootstrap-yop .glyphicon-user:before{content:"\e008"}.bootstrap-yop .glyphicon-film:before{content:"\e009"}.bootstrap-yop .glyphicon-th-large:before{content:"\e010"}.bootstrap-yop .glyphicon-th:before{content:"\e011"}.bootstrap-yop .glyphicon-th-list:before{content:"\e012"}.bootstrap-yop .glyphicon-ok:before{content:"\e013"}.bootstrap-yop .glyphicon-remove:before{content:"\e014"}.bootstrap-yop .glyphicon-zoom-in:before{content:"\e015"}.bootstrap-yop .glyphicon-zoom-out:before{content:"\e016"}.bootstrap-yop .glyphicon-off:before{content:"\e017"}.bootstrap-yop .glyphicon-signal:before{content:"\e018"}.bootstrap-yop .glyphicon-cog:before{content:"\e019"}.bootstrap-yop .glyphicon-trash:before{content:"\e020"}.bootstrap-yop .glyphicon-home:before{content:"\e021"}.bootstrap-yop .glyphicon-file:before{content:"\e022"}.bootstrap-yop .glyphicon-time:before{content:"\e023"}.bootstrap-yop .glyphicon-road:before{content:"\e024"}.bootstrap-yop .glyphicon-download-alt:before{content:"\e025"}.bootstrap-yop .glyphicon-download:before{content:"\e026"}.bootstrap-yop .glyphicon-upload:before{content:"\e027"}.bootstrap-yop .glyphicon-inbox:before{content:"\e028"}.bootstrap-yop .glyphicon-play-circle:before{content:"\e029"}.bootstrap-yop .glyphicon-repeat:before{content:"\e030"}.bootstrap-yop .glyphicon-refresh:before{content:"\e031"}.bootstrap-yop .glyphicon-list-alt:before{content:"\e032"}.bootstrap-yop .glyphicon-lock:before{content:"\e033"}.bootstrap-yop .glyphicon-flag:before{content:"\e034"}.bootstrap-yop .glyphicon-headphones:before{content:"\e035"}.bootstrap-yop .glyphicon-volume-off:before{content:"\e036"}.bootstrap-yop .glyphicon-volume-down:before{content:"\e037"}.bootstrap-yop .glyphicon-volume-up:before{content:"\e038"}.bootstrap-yop .glyphicon-qrcode:before{content:"\e039"}.bootstrap-yop .glyphicon-barcode:before{content:"\e040"}.bootstrap-yop .glyphicon-tag:before{content:"\e041"}.bootstrap-yop .glyphicon-tags:before{content:"\e042"}.bootstrap-yop .glyphicon-book:before{content:"\e043"}.bootstrap-yop .glyphicon-bookmark:before{content:"\e044"}.bootstrap-yop .glyphicon-print:before{content:"\e045"}.bootstrap-yop .glyphicon-camera:before{content:"\e046"}.bootstrap-yop .glyphicon-font:before{content:"\e047"}.bootstrap-yop .glyphicon-bold:before{content:"\e048"}.bootstrap-yop .glyphicon-italic:before{content:"\e049"}.bootstrap-yop .glyphicon-text-height:before{content:"\e050"}.bootstrap-yop .glyphicon-text-width:before{content:"\e051"}.bootstrap-yop .glyphicon-align-left:before{content:"\e052"}.bootstrap-yop .glyphicon-align-center:before{content:"\e053"}.bootstrap-yop .glyphicon-align-right:before{content:"\e054"}.bootstrap-yop .glyphicon-align-justify:before{content:"\e055"}.bootstrap-yop .glyphicon-list:before{content:"\e056"}.bootstrap-yop .glyphicon-indent-left:before{content:"\e057"}.bootstrap-yop .glyphicon-indent-right:before{content:"\e058"}.bootstrap-yop .glyphicon-facetime-video:before{content:"\e059"}.bootstrap-yop .glyphicon-picture:before{content:"\e060"}.bootstrap-yop .glyphicon-map-marker:before{content:"\e062"}.bootstrap-yop .glyphicon-adjust:before{content:"\e063"}.bootstrap-yop .glyphicon-tint:before{content:"\e064"}.bootstrap-yop .glyphicon-edit:before{content:"\e065"}.bootstrap-yop .glyphicon-share:before{content:"\e066"}.bootstrap-yop .glyphicon-check:before{content:"\e067"}.bootstrap-yop .glyphicon-move:before{content:"\e068"}.bootstrap-yop .glyphicon-step-backward:before{content:"\e069"}.bootstrap-yop .glyphicon-fast-backward:before{content:"\e070"}.bootstrap-yop .glyphicon-backward:before{content:"\e071"}.bootstrap-yop .glyphicon-play:before{content:"\e072"}.bootstrap-yop .glyphicon-pause:before{content:"\e073"}.bootstrap-yop .glyphicon-stop:before{content:"\e074"}.bootstrap-yop .glyphicon-forward:before{content:"\e075"}.bootstrap-yop .glyphicon-fast-forward:before{content:"\e076"}.bootstrap-yop .glyphicon-step-forward:before{content:"\e077"}.bootstrap-yop .glyphicon-eject:before{content:"\e078"}.bootstrap-yop .glyphicon-chevron-left:before{content:"\e079"}.bootstrap-yop .glyphicon-chevron-right:before{content:"\e080"}.bootstrap-yop .glyphicon-plus-sign:before{content:"\e081"}.bootstrap-yop .glyphicon-minus-sign:before{content:"\e082"}.bootstrap-yop .glyphicon-remove-sign:before{content:"\e083"}.bootstrap-yop .glyphicon-ok-sign:before{content:"\e084"}.bootstrap-yop .glyphicon-question-sign:before{content:"\e085"}.bootstrap-yop .glyphicon-info-sign:before{content:"\e086"}.bootstrap-yop .glyphicon-screenshot:before{content:"\e087"}.bootstrap-yop .glyphicon-remove-circle:before{content:"\e088"}.bootstrap-yop .glyphicon-ok-circle:before{content:"\e089"}.bootstrap-yop .glyphicon-ban-circle:before{content:"\e090"}.bootstrap-yop .glyphicon-arrow-left:before{content:"\e091"}.bootstrap-yop .glyphicon-arrow-right:before{content:"\e092"}.bootstrap-yop .glyphicon-arrow-up:before{content:"\e093"}.bootstrap-yop .glyphicon-arrow-down:before{content:"\e094"}.bootstrap-yop .glyphicon-share-alt:before{content:"\e095"}.bootstrap-yop .glyphicon-resize-full:before{content:"\e096"}.bootstrap-yop .glyphicon-resize-small:before{content:"\e097"}.bootstrap-yop .glyphicon-exclamation-sign:before{content:"\e101"}.bootstrap-yop .glyphicon-gift:before{content:"\e102"}.bootstrap-yop .glyphicon-leaf:before{content:"\e103"}.bootstrap-yop .glyphicon-fire:before{content:"\e104"}.bootstrap-yop .glyphicon-eye-open:before{content:"\e105"}.bootstrap-yop .glyphicon-eye-close:before{content:"\e106"}.bootstrap-yop .glyphicon-warning-sign:before{content:"\e107"}.bootstrap-yop .glyphicon-plane:before{content:"\e108"}.bootstrap-yop .glyphicon-calendar:before{content:"\e109"}.bootstrap-yop .glyphicon-random:before{content:"\e110"}.bootstrap-yop .glyphicon-comment:before{content:"\e111"}.bootstrap-yop .glyphicon-magnet:before{content:"\e112"}.bootstrap-yop .glyphicon-chevron-up:before{content:"\e113"}.bootstrap-yop .glyphicon-chevron-down:before{content:"\e114"}.bootstrap-yop .glyphicon-retweet:before{content:"\e115"}.bootstrap-yop .glyphicon-shopping-cart:before{content:"\e116"}.bootstrap-yop .glyphicon-folder-close:before{content:"\e117"}.bootstrap-yop .glyphicon-folder-open:before{content:"\e118"}.bootstrap-yop .glyphicon-resize-vertical:before{content:"\e119"}.bootstrap-yop .glyphicon-resize-horizontal:before{content:"\e120"}.bootstrap-yop .glyphicon-hdd:before{content:"\e121"}.bootstrap-yop .glyphicon-bullhorn:before{content:"\e122"}.bootstrap-yop .glyphicon-bell:before{content:"\e123"}.bootstrap-yop .glyphicon-certificate:before{content:"\e124"}.bootstrap-yop .glyphicon-thumbs-up:before{content:"\e125"}.bootstrap-yop .glyphicon-thumbs-down:before{content:"\e126"}.bootstrap-yop .glyphicon-hand-right:before{content:"\e127"}.bootstrap-yop .glyphicon-hand-left:before{content:"\e128"}.bootstrap-yop .glyphicon-hand-up:before{content:"\e129"}.bootstrap-yop .glyphicon-hand-down:before{content:"\e130"}.bootstrap-yop .glyphicon-circle-arrow-right:before{content:"\e131"}.bootstrap-yop .glyphicon-circle-arrow-left:before{content:"\e132"}.bootstrap-yop .glyphicon-circle-arrow-up:before{content:"\e133"}.bootstrap-yop .glyphicon-circle-arrow-down:before{content:"\e134"}.bootstrap-yop .glyphicon-globe:before{content:"\e135"}.bootstrap-yop .glyphicon-wrench:before{content:"\e136"}.bootstrap-yop .glyphicon-tasks:before{content:"\e137"}.bootstrap-yop .glyphicon-filter:before{content:"\e138"}.bootstrap-yop .glyphicon-briefcase:before{content:"\e139"}.bootstrap-yop .glyphicon-fullscreen:before{content:"\e140"}.bootstrap-yop .glyphicon-dashboard:before{content:"\e141"}.bootstrap-yop .glyphicon-paperclip:before{content:"\e142"}.bootstrap-yop .glyphicon-heart-empty:before{content:"\e143"}.bootstrap-yop .glyphicon-link:before{content:"\e144"}.bootstrap-yop .glyphicon-phone:before{content:"\e145"}.bootstrap-yop .glyphicon-pushpin:before{content:"\e146"}.bootstrap-yop .glyphicon-usd:before{content:"\e148"}.bootstrap-yop .glyphicon-gbp:before{content:"\e149"}.bootstrap-yop .glyphicon-sort:before{content:"\e150"}.bootstrap-yop .glyphicon-sort-by-alphabet:before{content:"\e151"}.bootstrap-yop .glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.bootstrap-yop .glyphicon-sort-by-order:before{content:"\e153"}.bootstrap-yop .glyphicon-sort-by-order-alt:before{content:"\e154"}.bootstrap-yop .glyphicon-sort-by-attributes:before{content:"\e155"}.bootstrap-yop .glyphicon-sort-by-attributes-alt:before{content:"\e156"}.bootstrap-yop .glyphicon-unchecked:before{content:"\e157"}.bootstrap-yop .glyphicon-expand:before{content:"\e158"}.bootstrap-yop .glyphicon-collapse-down:before{content:"\e159"}.bootstrap-yop .glyphicon-collapse-up:before{content:"\e160"}.bootstrap-yop .glyphicon-log-in:before{content:"\e161"}.bootstrap-yop .glyphicon-flash:before{content:"\e162"}.bootstrap-yop .glyphicon-log-out:before{content:"\e163"}.bootstrap-yop .glyphicon-new-window:before{content:"\e164"}.bootstrap-yop .glyphicon-record:before{content:"\e165"}.bootstrap-yop .glyphicon-save:before{content:"\e166"}.bootstrap-yop .glyphicon-open:before{content:"\e167"}.bootstrap-yop .glyphicon-saved:before{content:"\e168"}.bootstrap-yop .glyphicon-import:before{content:"\e169"}.bootstrap-yop .glyphicon-export:before{content:"\e170"}.bootstrap-yop .glyphicon-send:before{content:"\e171"}.bootstrap-yop .glyphicon-floppy-disk:before{content:"\e172"}.bootstrap-yop .glyphicon-floppy-saved:before{content:"\e173"}.bootstrap-yop .glyphicon-floppy-remove:before{content:"\e174"}.bootstrap-yop .glyphicon-floppy-save:before{content:"\e175"}.bootstrap-yop .glyphicon-floppy-open:before{content:"\e176"}.bootstrap-yop .glyphicon-credit-card:before{content:"\e177"}.bootstrap-yop .glyphicon-transfer:before{content:"\e178"}.bootstrap-yop .glyphicon-cutlery:before{content:"\e179"}.bootstrap-yop .glyphicon-header:before{content:"\e180"}.bootstrap-yop .glyphicon-compressed:before{content:"\e181"}.bootstrap-yop .glyphicon-earphone:before{content:"\e182"}.bootstrap-yop .glyphicon-phone-alt:before{content:"\e183"}.bootstrap-yop .glyphicon-tower:before{content:"\e184"}.bootstrap-yop .glyphicon-stats:before{content:"\e185"}.bootstrap-yop .glyphicon-sd-video:before{content:"\e186"}.bootstrap-yop .glyphicon-hd-video:before{content:"\e187"}.bootstrap-yop .glyphicon-subtitles:before{content:"\e188"}.bootstrap-yop .glyphicon-sound-stereo:before{content:"\e189"}.bootstrap-yop .glyphicon-sound-dolby:before{content:"\e190"}.bootstrap-yop .glyphicon-sound-5-1:before{content:"\e191"}.bootstrap-yop .glyphicon-sound-6-1:before{content:"\e192"}.bootstrap-yop .glyphicon-sound-7-1:before{content:"\e193"}.bootstrap-yop .glyphicon-copyright-mark:before{content:"\e194"}.bootstrap-yop .glyphicon-registration-mark:before{content:"\e195"}.bootstrap-yop .glyphicon-cloud-download:before{content:"\e197"}.bootstrap-yop .glyphicon-cloud-upload:before{content:"\e198"}.bootstrap-yop .glyphicon-tree-conifer:before{content:"\e199"}.bootstrap-yop .glyphicon-tree-deciduous:before{content:"\e200"}.bootstrap-yop .caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.bootstrap-yop .dropdown{position:relative}.bootstrap-yop .dropdown-toggle:focus{outline:0}.bootstrap-yop .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.bootstrap-yop .dropdown-menu.pull-right{right:0;left:auto}.bootstrap-yop .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.bootstrap-yop .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.428571429;color:#333;white-space:nowrap}.bootstrap-yop .dropdown-menu>li>a:focus,.bootstrap-yop .dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.bootstrap-yop .dropdown-menu>.active>a,.bootstrap-yop .dropdown-menu>.active>a:focus,.bootstrap-yop .dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.bootstrap-yop .dropdown-menu>.disabled>a,.bootstrap-yop .dropdown-menu>.disabled>a:focus,.bootstrap-yop .dropdown-menu>.disabled>a:hover{color:#999}.bootstrap-yop .dropdown-menu>.disabled>a:focus,.bootstrap-yop .dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none}.bootstrap-yop .open>.dropdown-menu{display:block}.bootstrap-yop .open>a{outline:0}.bootstrap-yop .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}.bootstrap-yop .dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.bootstrap-yop .pull-right>.dropdown-menu{right:0;left:auto}.bootstrap-yop .dropup .caret,.bootstrap-yop .navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.bootstrap-yop .dropup .dropdown-menu,.bootstrap-yop .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.bootstrap-yop .navbar-right .dropdown-menu{right:0;left:auto}}.bootstrap-yop .btn-group,.bootstrap-yop .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.bootstrap-yop .btn-group-vertical>.btn,.bootstrap-yop .btn-group>.btn{position:relative;float:left}.bootstrap-yop .btn-group-vertical>.btn.active,.bootstrap-yop .btn-group-vertical>.btn:active,.bootstrap-yop .btn-group-vertical>.btn:focus,.bootstrap-yop .btn-group-vertical>.btn:hover,.bootstrap-yop .btn-group>.btn.active,.bootstrap-yop .btn-group>.btn:active,.bootstrap-yop .btn-group>.btn:focus,.bootstrap-yop .btn-group>.btn:hover{z-index:2}.bootstrap-yop .btn-group-vertical>.btn:focus,.bootstrap-yop .btn-group>.btn:focus{outline:0}.bootstrap-yop .btn-group .btn+.btn,.bootstrap-yop .btn-group .btn+.btn-group,.bootstrap-yop .btn-group .btn-group+.btn,.bootstrap-yop .btn-group .btn-group+.btn-group{margin-left:-1px}.bootstrap-yop .btn-toolbar:after,.bootstrap-yop .btn-toolbar:before{display:table;content:" "}.bootstrap-yop .btn-toolbar:after{clear:both}.bootstrap-yop .btn-toolbar:after,.bootstrap-yop .btn-toolbar:before{display:table;content:" "}.bootstrap-yop .btn-toolbar:after{clear:both}.bootstrap-yop .btn-toolbar .btn-group{float:left}.bootstrap-yop .btn-toolbar>.btn+.btn,.bootstrap-yop .btn-toolbar>.btn+.btn-group,.bootstrap-yop .btn-toolbar>.btn-group+.btn,.bootstrap-yop .btn-toolbar>.btn-group+.btn-group{margin-left:5px}.bootstrap-yop .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.bootstrap-yop .btn-group>.btn:first-child{margin-left:0}.bootstrap-yop .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-yop .btn-group>.btn:last-child:not(:first-child),.bootstrap-yop .btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap-yop .btn-group>.btn-group{float:left}.bootstrap-yop .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap-yop .btn-group>.btn-group:first-child>.btn:last-child,.bootstrap-yop .btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-yop .btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap-yop .btn-group .dropdown-toggle:active,.bootstrap-yop .btn-group.open .dropdown-toggle{outline:0}.bootstrap-yop .btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-yop .btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-yop .btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.bootstrap-yop .btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.bootstrap-yop .btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.bootstrap-yop .btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.bootstrap-yop .btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.bootstrap-yop .btn .caret{margin-left:0}.bootstrap-yop .btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.bootstrap-yop .dropup .btn-lg .caret{border-width:0 5px 5px}.bootstrap-yop .btn-group-vertical>.btn,.bootstrap-yop .btn-group-vertical>.btn-group,.bootstrap-yop .btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.bootstrap-yop .btn-group-vertical>.btn-group:after,.bootstrap-yop .btn-group-vertical>.btn-group:before{display:table;content:" "}.bootstrap-yop .btn-group-vertical>.btn-group:after{clear:both}.bootstrap-yop .btn-group-vertical>.btn-group:after,.bootstrap-yop .btn-group-vertical>.btn-group:before{display:table;content:" "}.bootstrap-yop .btn-group-vertical>.btn-group:after{clear:both}.bootstrap-yop .btn-group-vertical>.btn-group>.btn{float:none}.bootstrap-yop .btn-group-vertical>.btn+.btn,.bootstrap-yop .btn-group-vertical>.btn+.btn-group,.bootstrap-yop .btn-group-vertical>.btn-group+.btn,.bootstrap-yop .btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.bootstrap-yop .btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.bootstrap-yop .btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap-yop .btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:0}.bootstrap-yop .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap-yop .btn-group-vertical>.btn-group:first-child>.btn:last-child,.bootstrap-yop .btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap-yop .btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.bootstrap-yop .btn-group-justified{display:table;width:100%;border-collapse:separate;table-layout:fixed}.bootstrap-yop .btn-group-justified>.btn,.bootstrap-yop .btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.bootstrap-yop .btn-group-justified>.btn-group .btn{width:100%}.bootstrap-yop [data-toggle=buttons]>.btn>input[type=checkbox],.bootstrap-yop [data-toggle=buttons]>.btn>input[type=radio]{display:none}.bootstrap-yop .input-group{position:relative;display:table;border-collapse:separate}.bootstrap-yop .input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.bootstrap-yop .input-group .form-control{width:100%;margin-bottom:0}.bootstrap-yop .input-group-lg>.form-control,.bootstrap-yop .input-group-lg>.input-group-addon,.bootstrap-yop .input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.bootstrap-yop select.input-group-lg>.form-control,.bootstrap-yop select.input-group-lg>.input-group-addon,.bootstrap-yop select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}.bootstrap-yop textarea.input-group-lg>.form-control,.bootstrap-yop textarea.input-group-lg>.input-group-addon,.bootstrap-yop textarea.input-group-lg>.input-group-btn>.btn{height:auto}.bootstrap-yop .input-group-sm>.form-control,.bootstrap-yop .input-group-sm>.input-group-addon,.bootstrap-yop .input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.bootstrap-yop select.input-group-sm>.form-control,.bootstrap-yop select.input-group-sm>.input-group-addon,.bootstrap-yop select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}.bootstrap-yop textarea.input-group-sm>.form-control,.bootstrap-yop textarea.input-group-sm>.input-group-addon,.bootstrap-yop textarea.input-group-sm>.input-group-btn>.btn{height:auto}.bootstrap-yop .input-group .form-control,.bootstrap-yop .input-group-addon,.bootstrap-yop .input-group-btn{display:table-cell}.bootstrap-yop .input-group .form-control:not(:first-child):not(:last-child),.bootstrap-yop .input-group-addon:not(:first-child):not(:last-child),.bootstrap-yop .input-group-btn:not(:first-child):not(:last-child){border-radius:0}.bootstrap-yop .input-group-addon,.bootstrap-yop .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.bootstrap-yop .input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.bootstrap-yop .input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.bootstrap-yop .input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.bootstrap-yop .input-group-addon input[type=checkbox],.bootstrap-yop .input-group-addon input[type=radio]{margin-top:0}.bootstrap-yop .input-group .form-control:first-child,.bootstrap-yop .input-group-addon:first-child,.bootstrap-yop .input-group-btn:first-child>.btn,.bootstrap-yop .input-group-btn:first-child>.dropdown-toggle,.bootstrap-yop .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-yop .input-group-addon:first-child{border-right:0}.bootstrap-yop .input-group .form-control:last-child,.bootstrap-yop .input-group-addon:last-child,.bootstrap-yop .input-group-btn:first-child>.btn:not(:first-child),.bootstrap-yop .input-group-btn:last-child>.btn,.bootstrap-yop .input-group-btn:last-child>.dropdown-toggle{border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap-yop .input-group-addon:last-child{border-left:0}.bootstrap-yop .input-group-btn{position:relative;white-space:nowrap}.bootstrap-yop .input-group-btn:first-child>.btn{margin-right:-1px}.bootstrap-yop .input-group-btn:last-child>.btn{margin-left:-1px}.bootstrap-yop .input-group-btn>.btn{position:relative}.bootstrap-yop .input-group-btn>.btn+.btn{margin-left:-4px}.bootstrap-yop .input-group-btn>.btn:active,.bootstrap-yop .input-group-btn>.btn:hover{z-index:2}.bootstrap-yop .nav{padding-left:0;margin-bottom:0;list-style:none}.bootstrap-yop .nav:after,.bootstrap-yop .nav:before{display:table;content:" "}.bootstrap-yop .nav:after{clear:both}.bootstrap-yop .nav:after,.bootstrap-yop .nav:before{display:table;content:" "}.bootstrap-yop .nav:after{clear:both}.bootstrap-yop .nav>li{position:relative;display:block}.bootstrap-yop .nav>li>a{position:relative;display:block;padding:10px 15px}.bootstrap-yop .nav>li>a:focus,.bootstrap-yop .nav>li>a:hover{text-decoration:none;background-color:#eee}.bootstrap-yop .nav>li.disabled>a{color:#999}.bootstrap-yop .nav>li.disabled>a:focus,.bootstrap-yop .nav>li.disabled>a:hover{color:#999;text-decoration:none;cursor:not-allowed;background-color:transparent}.bootstrap-yop .nav .open>a,.bootstrap-yop .nav .open>a:focus,.bootstrap-yop .nav .open>a:hover{background-color:#eee;border-color:#428bca}.bootstrap-yop .nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.bootstrap-yop .nav>li>a>img{max-width:none}.bootstrap-yop .nav-tabs{border-bottom:1px solid #ddd}.bootstrap-yop .nav-tabs>li{float:left;margin-bottom:-1px}.bootstrap-yop .nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.bootstrap-yop .nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.bootstrap-yop .nav-tabs>li.active>a,.bootstrap-yop .nav-tabs>li.active>a:focus,.bootstrap-yop .nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.bootstrap-yop .nav-tabs.nav-justified{width:100%;border-bottom:0}.bootstrap-yop .nav-tabs.nav-justified>li{float:none}.bootstrap-yop .nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.bootstrap-yop .nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.bootstrap-yop .nav-tabs.nav-justified>li{display:table-cell;width:1%}.bootstrap-yop .nav-tabs.nav-justified>li>a{margin-bottom:0}}.bootstrap-yop .nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.bootstrap-yop .nav-tabs.nav-justified>.active>a,.bootstrap-yop .nav-tabs.nav-justified>.active>a:focus,.bootstrap-yop .nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.bootstrap-yop .nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.bootstrap-yop .nav-tabs.nav-justified>.active>a,.bootstrap-yop .nav-tabs.nav-justified>.active>a:focus,.bootstrap-yop .nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.bootstrap-yop .nav-pills>li{float:left}.bootstrap-yop .nav-pills>li>a{border-radius:4px}.bootstrap-yop .nav-pills>li+li{margin-left:2px}.bootstrap-yop .nav-pills>li.active>a,.bootstrap-yop .nav-pills>li.active>a:focus,.bootstrap-yop .nav-pills>li.active>a:hover{color:#fff;background-color:#428bca}.bootstrap-yop .nav-stacked>li{float:none}.bootstrap-yop .nav-stacked>li+li{margin-top:2px;margin-left:0}.bootstrap-yop .nav-justified{width:100%}.bootstrap-yop .nav-justified>li{float:none}.bootstrap-yop .nav-justified>li>a{margin-bottom:5px;text-align:center}.bootstrap-yop .nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.bootstrap-yop .nav-justified>li{display:table-cell;width:1%}.bootstrap-yop .nav-justified>li>a{margin-bottom:0}}.bootstrap-yop .nav-tabs-justified{border-bottom:0}.bootstrap-yop .nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.bootstrap-yop .nav-tabs-justified>.active>a,.bootstrap-yop .nav-tabs-justified>.active>a:focus,.bootstrap-yop .nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.bootstrap-yop .nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.bootstrap-yop .nav-tabs-justified>.active>a,.bootstrap-yop .nav-tabs-justified>.active>a:focus,.bootstrap-yop .nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.bootstrap-yop .tab-content>.tab-pane{display:none}.bootstrap-yop .tab-content>.active{display:block}.bootstrap-yop .nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.bootstrap-yop .navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}.bootstrap-yop .navbar:after,.bootstrap-yop .navbar:before{display:table;content:" "}.bootstrap-yop .navbar:after{clear:both}.bootstrap-yop .navbar:after,.bootstrap-yop .navbar:before{display:table;content:" "}.bootstrap-yop .navbar:after{clear:both}@media (min-width:768px){.bootstrap-yop .navbar{border-radius:4px}}.bootstrap-yop .navbar-header:after,.bootstrap-yop .navbar-header:before{display:table;content:" "}.bootstrap-yop .navbar-header:after{clear:both}.bootstrap-yop .navbar-header:after,.bootstrap-yop .navbar-header:before{display:table;content:" "}.bootstrap-yop .navbar-header:after{clear:both}@media (min-width:768px){.bootstrap-yop .navbar-header{float:left}}.bootstrap-yop .navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.bootstrap-yop .navbar-collapse:after,.bootstrap-yop .navbar-collapse:before{display:table;content:" "}.bootstrap-yop .navbar-collapse:after{clear:both}.bootstrap-yop .navbar-collapse:after,.bootstrap-yop .navbar-collapse:before{display:table;content:" "}.bootstrap-yop .navbar-collapse:after{clear:both}.bootstrap-yop .navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.bootstrap-yop .navbar-collapse{width:auto;border-top:0;box-shadow:none}.bootstrap-yop .navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.bootstrap-yop .navbar-collapse.in{overflow-y:visible}.bootstrap-yop .navbar-fixed-bottom .navbar-collapse,.bootstrap-yop .navbar-fixed-top .navbar-collapse,.bootstrap-yop .navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.bootstrap-yop .container>.navbar-collapse,.bootstrap-yop .container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.bootstrap-yop .container>.navbar-collapse,.bootstrap-yop .container>.navbar-header{margin-right:0;margin-left:0}}.bootstrap-yop .navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.bootstrap-yop .navbar-static-top{border-radius:0}}.bootstrap-yop .navbar-fixed-bottom,.bootstrap-yop .navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.bootstrap-yop .navbar-fixed-bottom,.bootstrap-yop .navbar-fixed-top{border-radius:0}}.bootstrap-yop .navbar-fixed-top{top:0;border-width:0 0 1px}.bootstrap-yop .navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.bootstrap-yop .navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px}.bootstrap-yop .navbar-brand:focus,.bootstrap-yop .navbar-brand:hover{text-decoration:none}@media (min-width:768px){.bootstrap-yop .navbar>.container .navbar-brand{margin-left:-15px}}.bootstrap-yop .navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.bootstrap-yop .navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.bootstrap-yop .navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.bootstrap-yop .navbar-toggle{display:none}}.bootstrap-yop .navbar-nav{margin:7.5px -15px}.bootstrap-yop .navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.bootstrap-yop .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.bootstrap-yop .navbar-nav .open .dropdown-menu .dropdown-header,.bootstrap-yop .navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.bootstrap-yop .navbar-nav .open .dropdown-menu>li>a{line-height:20px}.bootstrap-yop .navbar-nav .open .dropdown-menu>li>a:focus,.bootstrap-yop .navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.bootstrap-yop .navbar-nav{float:left;margin:0}.bootstrap-yop .navbar-nav>li{float:left}.bootstrap-yop .navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.bootstrap-yop .navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.bootstrap-yop .navbar-left{float:left!important}.bootstrap-yop .navbar-right{float:right!important}}.bootstrap-yop .navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.bootstrap-yop .navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.bootstrap-yop .navbar-form .form-control{display:inline-block}.bootstrap-yop .navbar-form select.form-control{width:auto}.bootstrap-yop .navbar-form .checkbox,.bootstrap-yop .navbar-form .radio{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.bootstrap-yop .navbar-form .checkbox input[type=checkbox],.bootstrap-yop .navbar-form .radio input[type=radio]{float:none;margin-left:0}}@media (max-width:767px){.bootstrap-yop .navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.bootstrap-yop .navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-yop .navbar-form.navbar-right:last-child{margin-right:-15px}}.bootstrap-yop .navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.bootstrap-yop .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap-yop .navbar-nav.pull-right>li>.dropdown-menu,.bootstrap-yop .navbar-nav>li>.dropdown-menu.pull-right{right:0;left:auto}.bootstrap-yop .navbar-btn{margin-top:8px;margin-bottom:8px}.bootstrap-yop .navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.bootstrap-yop .navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.bootstrap-yop .navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.bootstrap-yop .navbar-text{float:left;margin-right:15px;margin-left:15px}.bootstrap-yop .navbar-text.navbar-right:last-child{margin-right:0}}.bootstrap-yop .navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.bootstrap-yop .navbar-default .navbar-brand{color:#777}.bootstrap-yop .navbar-default .navbar-brand:focus,.bootstrap-yop .navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.bootstrap-yop .navbar-default .navbar-text{color:#777}.bootstrap-yop .navbar-default .navbar-nav>li>a{color:#777}.bootstrap-yop .navbar-default .navbar-nav>li>a:focus,.bootstrap-yop .navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.bootstrap-yop .navbar-default .navbar-nav>.active>a,.bootstrap-yop .navbar-default .navbar-nav>.active>a:focus,.bootstrap-yop .navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.bootstrap-yop .navbar-default .navbar-nav>.disabled>a,.bootstrap-yop .navbar-default .navbar-nav>.disabled>a:focus,.bootstrap-yop .navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.bootstrap-yop .navbar-default .navbar-toggle{border-color:#ddd}.bootstrap-yop .navbar-default .navbar-toggle:focus,.bootstrap-yop .navbar-default .navbar-toggle:hover{background-color:#ddd}.bootstrap-yop .navbar-default .navbar-toggle .icon-bar{background-color:#ccc}.bootstrap-yop .navbar-default .navbar-collapse,.bootstrap-yop .navbar-default .navbar-form{border-color:#e7e7e7}.bootstrap-yop .navbar-default .navbar-nav>.open>a,.bootstrap-yop .navbar-default .navbar-nav>.open>a:focus,.bootstrap-yop .navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.bootstrap-yop .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.bootstrap-yop .navbar-default .navbar-link{color:#777}.bootstrap-yop .navbar-default .navbar-link:hover{color:#333}.bootstrap-yop .navbar-inverse{background-color:#222;border-color:#080808}.bootstrap-yop .navbar-inverse .navbar-brand{color:#999}.bootstrap-yop .navbar-inverse .navbar-brand:focus,.bootstrap-yop .navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.bootstrap-yop .navbar-inverse .navbar-text{color:#999}.bootstrap-yop .navbar-inverse .navbar-nav>li>a{color:#999}.bootstrap-yop .navbar-inverse .navbar-nav>li>a:focus,.bootstrap-yop .navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.bootstrap-yop .navbar-inverse .navbar-nav>.active>a,.bootstrap-yop .navbar-inverse .navbar-nav>.active>a:focus,.bootstrap-yop .navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.bootstrap-yop .navbar-inverse .navbar-nav>.disabled>a,.bootstrap-yop .navbar-inverse .navbar-nav>.disabled>a:focus,.bootstrap-yop .navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.bootstrap-yop .navbar-inverse .navbar-toggle{border-color:#333}.bootstrap-yop .navbar-inverse .navbar-toggle:focus,.bootstrap-yop .navbar-inverse .navbar-toggle:hover{background-color:#333}.bootstrap-yop .navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.bootstrap-yop .navbar-inverse .navbar-collapse,.bootstrap-yop .navbar-inverse .navbar-form{border-color:#101010}.bootstrap-yop .navbar-inverse .navbar-nav>.open>a,.bootstrap-yop .navbar-inverse .navbar-nav>.open>a:focus,.bootstrap-yop .navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.bootstrap-yop .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.bootstrap-yop .navbar-inverse .navbar-link{color:#999}.bootstrap-yop .navbar-inverse .navbar-link:hover{color:#fff}.bootstrap-yop .breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.bootstrap-yop .breadcrumb>li{display:inline-block}.bootstrap-yop .breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.bootstrap-yop .breadcrumb>.active{color:#999}.bootstrap-yop .pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.bootstrap-yop .pagination>li{display:inline}.bootstrap-yop .pagination>li>a,.bootstrap-yop .pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd}.bootstrap-yop .pagination>li:first-child>a,.bootstrap-yop .pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.bootstrap-yop .pagination>li:last-child>a,.bootstrap-yop .pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.bootstrap-yop .pagination>li>a:focus,.bootstrap-yop .pagination>li>a:hover,.bootstrap-yop .pagination>li>span:focus,.bootstrap-yop .pagination>li>span:hover{background-color:#eee}.bootstrap-yop .pagination>.active>a,.bootstrap-yop .pagination>.active>a:focus,.bootstrap-yop .pagination>.active>a:hover,.bootstrap-yop .pagination>.active>span,.bootstrap-yop .pagination>.active>span:focus,.bootstrap-yop .pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.bootstrap-yop .pagination>.disabled>a,.bootstrap-yop .pagination>.disabled>a:focus,.bootstrap-yop .pagination>.disabled>a:hover,.bootstrap-yop .pagination>.disabled>span,.bootstrap-yop .pagination>.disabled>span:focus,.bootstrap-yop .pagination>.disabled>span:hover{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}.bootstrap-yop .pagination-lg>li>a,.bootstrap-yop .pagination-lg>li>span{padding:10px 16px;font-size:18px}.bootstrap-yop .pagination-lg>li:first-child>a,.bootstrap-yop .pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.bootstrap-yop .pagination-lg>li:last-child>a,.bootstrap-yop .pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.bootstrap-yop .pagination-sm>li>a,.bootstrap-yop .pagination-sm>li>span{padding:5px 10px;font-size:12px}.bootstrap-yop .pagination-sm>li:first-child>a,.bootstrap-yop .pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.bootstrap-yop .pagination-sm>li:last-child>a,.bootstrap-yop .pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.bootstrap-yop .pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.bootstrap-yop .pager:after,.bootstrap-yop .pager:before{display:table;content:" "}.bootstrap-yop .pager:after{clear:both}.bootstrap-yop .pager:after,.bootstrap-yop .pager:before{display:table;content:" "}.bootstrap-yop .pager:after{clear:both}.bootstrap-yop .pager li{display:inline}.bootstrap-yop .pager li>a,.bootstrap-yop .pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.bootstrap-yop .pager li>a:focus,.bootstrap-yop .pager li>a:hover{text-decoration:none;background-color:#eee}.bootstrap-yop .pager .next>a,.bootstrap-yop .pager .next>span{float:right}.bootstrap-yop .pager .previous>a,.bootstrap-yop .pager .previous>span{float:left}.bootstrap-yop .pager .disabled>a,.bootstrap-yop .pager .disabled>a:focus,.bootstrap-yop .pager .disabled>a:hover,.bootstrap-yop .pager .disabled>span{color:#999;cursor:not-allowed;background-color:#fff}.bootstrap-yop .label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.bootstrap-yop .label[href]:focus,.bootstrap-yop .label[href]:hover{color:#fff;text-decoration:none;cursor:pointer}.bootstrap-yop .label:empty{display:none}.bootstrap-yop .btn .label{position:relative;top:-1px}.bootstrap-yop .label-default{background-color:#999}.bootstrap-yop .label-default[href]:focus,.bootstrap-yop .label-default[href]:hover{background-color:grey}.bootstrap-yop .label-primary{background-color:#428bca}.bootstrap-yop .label-primary[href]:focus,.bootstrap-yop .label-primary[href]:hover{background-color:#3071a9}.bootstrap-yop .label-success{background-color:#5cb85c}.bootstrap-yop .label-success[href]:focus,.bootstrap-yop .label-success[href]:hover{background-color:#449d44}.bootstrap-yop .label-info{background-color:#5bc0de}.bootstrap-yop .label-info[href]:focus,.bootstrap-yop .label-info[href]:hover{background-color:#31b0d5}.bootstrap-yop .label-warning{background-color:#f0ad4e}.bootstrap-yop .label-warning[href]:focus,.bootstrap-yop .label-warning[href]:hover{background-color:#ec971f}.bootstrap-yop .label-danger{background-color:#d9534f}.bootstrap-yop .label-danger[href]:focus,.bootstrap-yop .label-danger[href]:hover{background-color:#c9302c}.bootstrap-yop .badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:10px}.bootstrap-yop .badge:empty{display:none}.bootstrap-yop .btn .badge{position:relative;top:-1px}.bootstrap-yop a.badge:focus,.bootstrap-yop a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.bootstrap-yop .nav-pills>.active>a>.badge,.bootstrap-yop a.list-group-item.active>.badge{color:#428bca;background-color:#fff}.bootstrap-yop .nav-pills>li>a>.badge{margin-left:3px}.bootstrap-yop .jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:2.1428571435;color:inherit;background-color:#eee}.bootstrap-yop .jumbotron .h1,.bootstrap-yop .jumbotron h1{line-height:1;color:inherit}.bootstrap-yop .jumbotron p{line-height:1.4}.bootstrap-yop .container .jumbotron{border-radius:6px}.bootstrap-yop .jumbotron .container{max-width:100%}@media screen and (min-width:768px){.bootstrap-yop .jumbotron{padding-top:48px;padding-bottom:48px}.bootstrap-yop .container .jumbotron{padding-right:60px;padding-left:60px}.bootstrap-yop .jumbotron .h1,.bootstrap-yop .jumbotron h1{font-size:63px}}.bootstrap-yop .thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.bootstrap-yop .thumbnail a>img,.bootstrap-yop .thumbnail>img{display:block;height:auto;max-width:100%;margin-right:auto;margin-left:auto}.bootstrap-yop a.thumbnail.active,.bootstrap-yop a.thumbnail:focus,.bootstrap-yop a.thumbnail:hover{border-color:#428bca}.bootstrap-yop .thumbnail .caption{padding:9px;color:#333}.bootstrap-yop .alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.bootstrap-yop .alert h4{margin-top:0;color:inherit}.bootstrap-yop .alert .alert-link{font-weight:700}.bootstrap-yop .alert>p,.bootstrap-yop .alert>ul{margin-bottom:0}.bootstrap-yop .alert>p+p{margin-top:5px}.bootstrap-yop .alert-dismissable{padding-right:35px}.bootstrap-yop .alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.bootstrap-yop .alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.bootstrap-yop .alert-success hr{border-top-color:#c9e2b3}.bootstrap-yop .alert-success .alert-link{color:#2b542c}.bootstrap-yop .alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.bootstrap-yop .alert-info hr{border-top-color:#a6e1ec}.bootstrap-yop .alert-info .alert-link{color:#245269}.bootstrap-yop .alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.bootstrap-yop .alert-warning hr{border-top-color:#f7e1b5}.bootstrap-yop .alert-warning .alert-link{color:#66512c}.bootstrap-yop .alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.bootstrap-yop .alert-danger hr{border-top-color:#e4b9c0}.bootstrap-yop .alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.bootstrap-yop .progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.bootstrap-yop .progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.bootstrap-yop .progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.bootstrap-yop .progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.bootstrap-yop .progress-bar-success{background-color:#5cb85c}.bootstrap-yop .progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.bootstrap-yop .progress-bar-info{background-color:#5bc0de}.bootstrap-yop .progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.bootstrap-yop .progress-bar-warning{background-color:#f0ad4e}.bootstrap-yop .progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.bootstrap-yop .progress-bar-danger{background-color:#d9534f}.bootstrap-yop .progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.bootstrap-yop .media,.bootstrap-yop .media-body{overflow:hidden;zoom:1}.bootstrap-yop .media,.bootstrap-yop .media .media{margin-top:15px}.bootstrap-yop .media:first-child{margin-top:0}.bootstrap-yop .media-object{display:block}.bootstrap-yop .media-heading{margin:0 0 5px}.bootstrap-yop .media>.pull-left{margin-right:10px}.bootstrap-yop .media>.pull-right{margin-left:10px}.bootstrap-yop .media-list{padding-left:0;list-style:none}.bootstrap-yop .list-group{padding-left:0;margin-bottom:20px}.bootstrap-yop .list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.bootstrap-yop .list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.bootstrap-yop .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.bootstrap-yop .list-group-item>.badge{float:right}.bootstrap-yop .list-group-item>.badge+.badge{margin-right:5px}.bootstrap-yop a.list-group-item{color:#555}.bootstrap-yop a.list-group-item .list-group-item-heading{color:#333}.bootstrap-yop a.list-group-item:focus,.bootstrap-yop a.list-group-item:hover{text-decoration:none;background-color:#f5f5f5}.bootstrap-yop a.list-group-item.active,.bootstrap-yop a.list-group-item.active:focus,.bootstrap-yop a.list-group-item.active:hover{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.bootstrap-yop a.list-group-item.active .list-group-item-heading,.bootstrap-yop a.list-group-item.active:focus .list-group-item-heading,.bootstrap-yop a.list-group-item.active:hover .list-group-item-heading{color:inherit}.bootstrap-yop a.list-group-item.active .list-group-item-text,.bootstrap-yop a.list-group-item.active:focus .list-group-item-text,.bootstrap-yop a.list-group-item.active:hover .list-group-item-text{color:#e1edf7}.bootstrap-yop .list-group-item-heading{margin-top:0;margin-bottom:5px}.bootstrap-yop .list-group-item-text{margin-bottom:0;line-height:1.3}.bootstrap-yop .panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.bootstrap-yop .panel-body{padding:15px}.bootstrap-yop .panel-body:after,.bootstrap-yop .panel-body:before{display:table;content:" "}.bootstrap-yop .panel-body:after{clear:both}.bootstrap-yop .panel-body:after,.bootstrap-yop .panel-body:before{display:table;content:" "}.bootstrap-yop .panel-body:after{clear:both}.bootstrap-yop .panel>.list-group{margin-bottom:0}.bootstrap-yop .panel>.list-group .list-group-item{border-width:1px 0}.bootstrap-yop .panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.bootstrap-yop .panel>.list-group .list-group-item:last-child{border-bottom:0}.bootstrap-yop .panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.bootstrap-yop .panel>.table,.bootstrap-yop .panel>.table-responsive>.table{margin-bottom:0}.bootstrap-yop .panel>.panel-body+.table,.bootstrap-yop .panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.bootstrap-yop .panel>.table>tbody:first-child td,.bootstrap-yop .panel>.table>tbody:first-child th{border-top:0}.bootstrap-yop .panel>.table-bordered,.bootstrap-yop .panel>.table-responsive>.table-bordered{border:0}.bootstrap-yop .panel>.table-bordered>tbody>tr>td:first-child,.bootstrap-yop .panel>.table-bordered>tbody>tr>th:first-child,.bootstrap-yop .panel>.table-bordered>tfoot>tr>td:first-child,.bootstrap-yop .panel>.table-bordered>tfoot>tr>th:first-child,.bootstrap-yop .panel>.table-bordered>thead>tr>td:first-child,.bootstrap-yop .panel>.table-bordered>thead>tr>th:first-child,.bootstrap-yop .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.bootstrap-yop .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.bootstrap-yop .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.bootstrap-yop .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.bootstrap-yop .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.bootstrap-yop .panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.bootstrap-yop .panel>.table-bordered>tbody>tr>td:last-child,.bootstrap-yop .panel>.table-bordered>tbody>tr>th:last-child,.bootstrap-yop .panel>.table-bordered>tfoot>tr>td:last-child,.bootstrap-yop .panel>.table-bordered>tfoot>tr>th:last-child,.bootstrap-yop .panel>.table-bordered>thead>tr>td:last-child,.bootstrap-yop .panel>.table-bordered>thead>tr>th:last-child,.bootstrap-yop .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.bootstrap-yop .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.bootstrap-yop .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.bootstrap-yop .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.bootstrap-yop .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.bootstrap-yop .panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.bootstrap-yop .panel>.table-bordered>tbody>tr:last-child>td,.bootstrap-yop .panel>.table-bordered>tbody>tr:last-child>th,.bootstrap-yop .panel>.table-bordered>tfoot>tr:last-child>td,.bootstrap-yop .panel>.table-bordered>tfoot>tr:last-child>th,.bootstrap-yop .panel>.table-bordered>thead>tr:last-child>td,.bootstrap-yop .panel>.table-bordered>thead>tr:last-child>th,.bootstrap-yop .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.bootstrap-yop .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.bootstrap-yop .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.bootstrap-yop .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.bootstrap-yop .panel>.table-responsive>.table-bordered>thead>tr:last-child>td,.bootstrap-yop .panel>.table-responsive>.table-bordered>thead>tr:last-child>th{border-bottom:0}.bootstrap-yop .panel>.table-responsive{margin-bottom:0;border:0}.bootstrap-yop .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.bootstrap-yop .panel-heading>.dropdown .dropdown-toggle{color:inherit}.bootstrap-yop .panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.bootstrap-yop .panel-title>a{color:inherit}.bootstrap-yop .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.bootstrap-yop .panel-group .panel{margin-bottom:0;overflow:hidden;border-radius:4px}.bootstrap-yop .panel-group .panel+.panel{margin-top:5px}.bootstrap-yop .panel-group .panel-heading{border-bottom:0}.bootstrap-yop .panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.bootstrap-yop .panel-group .panel-footer{border-top:0}.bootstrap-yop .panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.bootstrap-yop .panel-default{border-color:#ddd}.bootstrap-yop .panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.bootstrap-yop .panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.bootstrap-yop .panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.bootstrap-yop .panel-primary{border-color:#428bca}.bootstrap-yop .panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.bootstrap-yop .panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.bootstrap-yop .panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.bootstrap-yop .panel-success{border-color:#d6e9c6}.bootstrap-yop .panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.bootstrap-yop .panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.bootstrap-yop .panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.bootstrap-yop .panel-warning{border-color:#faebcc}.bootstrap-yop .panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.bootstrap-yop .panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.bootstrap-yop .panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.bootstrap-yop .panel-danger{border-color:#ebccd1}.bootstrap-yop .panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.bootstrap-yop .panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.bootstrap-yop .panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.bootstrap-yop .panel-info{border-color:#bce8f1}.bootstrap-yop .panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.bootstrap-yop .panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.bootstrap-yop .panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.bootstrap-yop .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.bootstrap-yop .well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.bootstrap-yop .well-lg{padding:24px;border-radius:6px}.bootstrap-yop .well-sm{padding:9px;border-radius:3px}.bootstrap-yop .close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2}.bootstrap-yop .close:focus,.bootstrap-yop .close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5}.bootstrap-yop button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.bootstrap-yop .modal-open{overflow:hidden}.bootstrap-yop .modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:auto;overflow-y:scroll}.bootstrap-yop .modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.bootstrap-yop .modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.bootstrap-yop .modal-dialog{position:relative;z-index:1050;width:auto;margin:10px}.bootstrap-yop .modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box}.bootstrap-yop .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}.bootstrap-yop .modal-backdrop.fade{opacity:0}.bootstrap-yop .modal-backdrop.in{opacity:.5}.bootstrap-yop .modal-header{min-height:16.428571429px;padding:15px;border-bottom:1px solid #e5e5e5}.bootstrap-yop .modal-header .close{margin-top:-2px}.bootstrap-yop .modal-title{margin:0;line-height:1.428571429}.bootstrap-yop .modal-body{position:relative;padding:20px}.bootstrap-yop .modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}.bootstrap-yop .modal-footer:after,.bootstrap-yop .modal-footer:before{display:table;content:" "}.bootstrap-yop .modal-footer:after{clear:both}.bootstrap-yop .modal-footer:after,.bootstrap-yop .modal-footer:before{display:table;content:" "}.bootstrap-yop .modal-footer:after{clear:both}.bootstrap-yop .modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.bootstrap-yop .modal-footer .btn-group .btn+.btn{margin-left:-1px}.bootstrap-yop .modal-footer .btn-block+.btn-block{margin-left:0}@media screen and (min-width:768px){.bootstrap-yop .modal-dialog{width:600px;margin:30px auto}.bootstrap-yop .modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}}.bootstrap-yop .tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;opacity:0;visibility:visible}.bootstrap-yop .tooltip.in{opacity:.9}.bootstrap-yop .tooltip.top{padding:5px 0;margin-top:-3px}.bootstrap-yop .tooltip.right{padding:0 5px;margin-left:3px}.bootstrap-yop .tooltip.bottom{padding:5px 0;margin-top:3px}.bootstrap-yop .tooltip.left{padding:0 5px;margin-left:-3px}.bootstrap-yop .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.bootstrap-yop .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.bootstrap-yop .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.bootstrap-yop .tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-top-color:#000;border-width:5px 5px 0}.bootstrap-yop .tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-top-color:#000;border-width:5px 5px 0}.bootstrap-yop .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.bootstrap-yop .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.bootstrap-yop .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.bootstrap-yop .tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-bottom-color:#000;border-width:0 5px 5px}.bootstrap-yop .tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-bottom-color:#000;border-width:0 5px 5px}.bootstrap-yop .popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);background-clip:padding-box}.bootstrap-yop .popover.top{margin-top:-10px}.bootstrap-yop .popover.right{margin-left:10px}.bootstrap-yop .popover.bottom{margin-top:10px}.bootstrap-yop .popover.left{margin-left:-10px}.bootstrap-yop .popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.bootstrap-yop .popover-content{padding:9px 14px}.bootstrap-yop .popover .arrow,.bootstrap-yop .popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.bootstrap-yop .popover .arrow{border-width:11px}.bootstrap-yop .popover .arrow:after{border-width:10px;content:""}.bootstrap-yop .popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.bootstrap-yop .popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0;content:" "}.bootstrap-yop .popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.bootstrap-yop .popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0;content:" "}.bootstrap-yop .popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);border-top-width:0}.bootstrap-yop .popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0;content:" "}.bootstrap-yop .popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,.25);border-right-width:0}.bootstrap-yop .popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0;content:" "}.bootstrap-yop .carousel{position:relative}.bootstrap-yop .carousel-inner{position:relative;width:100%;overflow:hidden}.bootstrap-yop .carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.bootstrap-yop .carousel-inner>.item>a>img,.bootstrap-yop .carousel-inner>.item>img{display:block;height:auto;max-width:100%;line-height:1}.bootstrap-yop .carousel-inner>.active,.bootstrap-yop .carousel-inner>.next,.bootstrap-yop .carousel-inner>.prev{display:block}.bootstrap-yop .carousel-inner>.active{left:0}.bootstrap-yop .carousel-inner>.next,.bootstrap-yop .carousel-inner>.prev{position:absolute;top:0;width:100%}.bootstrap-yop .carousel-inner>.next{left:100%}.bootstrap-yop .carousel-inner>.prev{left:-100%}.bootstrap-yop .carousel-inner>.next.left,.bootstrap-yop .carousel-inner>.prev.right{left:0}.bootstrap-yop .carousel-inner>.active.left{left:-100%}.bootstrap-yop .carousel-inner>.active.right{left:100%}.bootstrap-yop .carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);opacity:.5}.bootstrap-yop .carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x}.bootstrap-yop .carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x}.bootstrap-yop .carousel-control:focus,.bootstrap-yop .carousel-control:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.bootstrap-yop .carousel-control .glyphicon-chevron-left,.bootstrap-yop .carousel-control .glyphicon-chevron-right,.bootstrap-yop .carousel-control .icon-next,.bootstrap-yop .carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block}.bootstrap-yop .carousel-control .glyphicon-chevron-left,.bootstrap-yop .carousel-control .icon-prev{left:50%}.bootstrap-yop .carousel-control .glyphicon-chevron-right,.bootstrap-yop .carousel-control .icon-next{right:50%}.bootstrap-yop .carousel-control .icon-next,.bootstrap-yop .carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.bootstrap-yop .carousel-control .icon-prev:before{content:'\2039'}.bootstrap-yop .carousel-control .icon-next:before{content:'\203a'}.bootstrap-yop .carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.bootstrap-yop .carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.bootstrap-yop .carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.bootstrap-yop .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.bootstrap-yop .carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.bootstrap-yop .carousel-control .glyphicons-chevron-left,.bootstrap-yop .carousel-control .glyphicons-chevron-right,.bootstrap-yop .carousel-control .icon-next,.bootstrap-yop .carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.bootstrap-yop .carousel-caption{right:20%;left:20%;padding-bottom:30px}.bootstrap-yop .carousel-indicators{bottom:20px}}.bootstrap-yop .clearfix:after,.bootstrap-yop .clearfix:before{display:table;content:" "}.bootstrap-yop .clearfix:after{clear:both}.bootstrap-yop .center-block{display:block;margin-right:auto;margin-left:auto}.bootstrap-yop .pull-right{float:right!important}.bootstrap-yop .pull-left{float:left!important}.bootstrap-yop .hide{display:none!important}.bootstrap-yop .show{display:block!important}.bootstrap-yop .invisible{visibility:hidden}.bootstrap-yop .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.bootstrap-yop .hidden{display:none!important;visibility:hidden!important}.bootstrap-yop .affix{position:fixed}@-ms-viewport{width:device-width}.bootstrap-yop .visible-xs,.bootstrap-yop td.visible-xs,.bootstrap-yop th.visible-xs,.bootstrap-yop tr.visible-xs{display:none!important}@media (max-width:767px){.bootstrap-yop .visible-xs{display:block!important}.bootstrap-yop table.visible-xs{display:table}.bootstrap-yop tr.visible-xs{display:table-row!important}.bootstrap-yop td.visible-xs,.bootstrap-yop th.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-yop .visible-xs.visible-sm{display:block!important}.bootstrap-yop table.visible-xs.visible-sm{display:table}.bootstrap-yop tr.visible-xs.visible-sm{display:table-row!important}.bootstrap-yop td.visible-xs.visible-sm,.bootstrap-yop th.visible-xs.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-yop .visible-xs.visible-md{display:block!important}.bootstrap-yop table.visible-xs.visible-md{display:table}.bootstrap-yop tr.visible-xs.visible-md{display:table-row!important}.bootstrap-yop td.visible-xs.visible-md,.bootstrap-yop th.visible-xs.visible-md{display:table-cell!important}}@media (min-width:1200px){.bootstrap-yop .visible-xs.visible-lg{display:block!important}.bootstrap-yop table.visible-xs.visible-lg{display:table}.bootstrap-yop tr.visible-xs.visible-lg{display:table-row!important}.bootstrap-yop td.visible-xs.visible-lg,.bootstrap-yop th.visible-xs.visible-lg{display:table-cell!important}}.bootstrap-yop .visible-sm,.bootstrap-yop td.visible-sm,.bootstrap-yop th.visible-sm,.bootstrap-yop tr.visible-sm{display:none!important}@media (max-width:767px){.bootstrap-yop .visible-sm.visible-xs{display:block!important}.bootstrap-yop table.visible-sm.visible-xs{display:table}.bootstrap-yop tr.visible-sm.visible-xs{display:table-row!important}.bootstrap-yop td.visible-sm.visible-xs,.bootstrap-yop th.visible-sm.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-yop .visible-sm{display:block!important}.bootstrap-yop table.visible-sm{display:table}.bootstrap-yop tr.visible-sm{display:table-row!important}.bootstrap-yop td.visible-sm,.bootstrap-yop th.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-yop .visible-sm.visible-md{display:block!important}.bootstrap-yop table.visible-sm.visible-md{display:table}.bootstrap-yop tr.visible-sm.visible-md{display:table-row!important}.bootstrap-yop td.visible-sm.visible-md,.bootstrap-yop th.visible-sm.visible-md{display:table-cell!important}}@media (min-width:1200px){.bootstrap-yop .visible-sm.visible-lg{display:block!important}.bootstrap-yop table.visible-sm.visible-lg{display:table}.bootstrap-yop tr.visible-sm.visible-lg{display:table-row!important}.bootstrap-yop td.visible-sm.visible-lg,.bootstrap-yop th.visible-sm.visible-lg{display:table-cell!important}}.bootstrap-yop .visible-md,.bootstrap-yop td.visible-md,.bootstrap-yop th.visible-md,.bootstrap-yop tr.visible-md{display:none!important}@media (max-width:767px){.bootstrap-yop .visible-md.visible-xs{display:block!important}.bootstrap-yop table.visible-md.visible-xs{display:table}.bootstrap-yop tr.visible-md.visible-xs{display:table-row!important}.bootstrap-yop td.visible-md.visible-xs,.bootstrap-yop th.visible-md.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-yop .visible-md.visible-sm{display:block!important}.bootstrap-yop table.visible-md.visible-sm{display:table}.bootstrap-yop tr.visible-md.visible-sm{display:table-row!important}.bootstrap-yop td.visible-md.visible-sm,.bootstrap-yop th.visible-md.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-yop .visible-md{display:block!important}.bootstrap-yop table.visible-md{display:table}.bootstrap-yop tr.visible-md{display:table-row!important}.bootstrap-yop td.visible-md,.bootstrap-yop th.visible-md{display:table-cell!important}}@media (min-width:1200px){.bootstrap-yop .visible-md.visible-lg{display:block!important}.bootstrap-yop table.visible-md.visible-lg{display:table}.bootstrap-yop tr.visible-md.visible-lg{display:table-row!important}.bootstrap-yop td.visible-md.visible-lg,.bootstrap-yop th.visible-md.visible-lg{display:table-cell!important}}.bootstrap-yop .visible-lg,.bootstrap-yop td.visible-lg,.bootstrap-yop th.visible-lg,.bootstrap-yop tr.visible-lg{display:none!important}@media (max-width:767px){.bootstrap-yop .visible-lg.visible-xs{display:block!important}.bootstrap-yop table.visible-lg.visible-xs{display:table}.bootstrap-yop tr.visible-lg.visible-xs{display:table-row!important}.bootstrap-yop td.visible-lg.visible-xs,.bootstrap-yop th.visible-lg.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-yop .visible-lg.visible-sm{display:block!important}.bootstrap-yop table.visible-lg.visible-sm{display:table}.bootstrap-yop tr.visible-lg.visible-sm{display:table-row!important}.bootstrap-yop td.visible-lg.visible-sm,.bootstrap-yop th.visible-lg.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-yop .visible-lg.visible-md{display:block!important}.bootstrap-yop table.visible-lg.visible-md{display:table}.bootstrap-yop tr.visible-lg.visible-md{display:table-row!important}.bootstrap-yop td.visible-lg.visible-md,.bootstrap-yop th.visible-lg.visible-md{display:table-cell!important}}@media (min-width:1200px){.bootstrap-yop .visible-lg{display:block!important}.bootstrap-yop table.visible-lg{display:table}.bootstrap-yop tr.visible-lg{display:table-row!important}.bootstrap-yop td.visible-lg,.bootstrap-yop th.visible-lg{display:table-cell!important}}.bootstrap-yop .hidden-xs{display:block!important}.bootstrap-yop table.hidden-xs{display:table}.bootstrap-yop tr.hidden-xs{display:table-row!important}.bootstrap-yop td.hidden-xs,.bootstrap-yop th.hidden-xs{display:table-cell!important}@media (max-width:767px){.bootstrap-yop .hidden-xs,.bootstrap-yop td.hidden-xs,.bootstrap-yop th.hidden-xs,.bootstrap-yop tr.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-yop .hidden-xs.hidden-sm,.bootstrap-yop td.hidden-xs.hidden-sm,.bootstrap-yop th.hidden-xs.hidden-sm,.bootstrap-yop tr.hidden-xs.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-yop .hidden-xs.hidden-md,.bootstrap-yop td.hidden-xs.hidden-md,.bootstrap-yop th.hidden-xs.hidden-md,.bootstrap-yop tr.hidden-xs.hidden-md{display:none!important}}@media (min-width:1200px){.bootstrap-yop .hidden-xs.hidden-lg,.bootstrap-yop td.hidden-xs.hidden-lg,.bootstrap-yop th.hidden-xs.hidden-lg,.bootstrap-yop tr.hidden-xs.hidden-lg{display:none!important}}.bootstrap-yop .hidden-sm{display:block!important}.bootstrap-yop table.hidden-sm{display:table}.bootstrap-yop tr.hidden-sm{display:table-row!important}.bootstrap-yop td.hidden-sm,.bootstrap-yop th.hidden-sm{display:table-cell!important}@media (max-width:767px){.bootstrap-yop .hidden-sm.hidden-xs,.bootstrap-yop td.hidden-sm.hidden-xs,.bootstrap-yop th.hidden-sm.hidden-xs,.bootstrap-yop tr.hidden-sm.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-yop .hidden-sm,.bootstrap-yop td.hidden-sm,.bootstrap-yop th.hidden-sm,.bootstrap-yop tr.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-yop .hidden-sm.hidden-md,.bootstrap-yop td.hidden-sm.hidden-md,.bootstrap-yop th.hidden-sm.hidden-md,.bootstrap-yop tr.hidden-sm.hidden-md{display:none!important}}@media (min-width:1200px){.bootstrap-yop .hidden-sm.hidden-lg,.bootstrap-yop td.hidden-sm.hidden-lg,.bootstrap-yop th.hidden-sm.hidden-lg,.bootstrap-yop tr.hidden-sm.hidden-lg{display:none!important}}.bootstrap-yop .hidden-md{display:block!important}.bootstrap-yop table.hidden-md{display:table}.bootstrap-yop tr.hidden-md{display:table-row!important}.bootstrap-yop td.hidden-md,.bootstrap-yop th.hidden-md{display:table-cell!important}@media (max-width:767px){.bootstrap-yop .hidden-md.hidden-xs,.bootstrap-yop td.hidden-md.hidden-xs,.bootstrap-yop th.hidden-md.hidden-xs,.bootstrap-yop tr.hidden-md.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-yop .hidden-md.hidden-sm,.bootstrap-yop td.hidden-md.hidden-sm,.bootstrap-yop th.hidden-md.hidden-sm,.bootstrap-yop tr.hidden-md.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-yop .hidden-md,.bootstrap-yop td.hidden-md,.bootstrap-yop th.hidden-md,.bootstrap-yop tr.hidden-md{display:none!important}}@media (min-width:1200px){.bootstrap-yop .hidden-md.hidden-lg,.bootstrap-yop td.hidden-md.hidden-lg,.bootstrap-yop th.hidden-md.hidden-lg,.bootstrap-yop tr.hidden-md.hidden-lg{display:none!important}}.bootstrap-yop .hidden-lg{display:block!important}.bootstrap-yop table.hidden-lg{display:table}.bootstrap-yop tr.hidden-lg{display:table-row!important}.bootstrap-yop td.hidden-lg,.bootstrap-yop th.hidden-lg{display:table-cell!important}@media (max-width:767px){.bootstrap-yop .hidden-lg.hidden-xs,.bootstrap-yop td.hidden-lg.hidden-xs,.bootstrap-yop th.hidden-lg.hidden-xs,.bootstrap-yop tr.hidden-lg.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-yop .hidden-lg.hidden-sm,.bootstrap-yop td.hidden-lg.hidden-sm,.bootstrap-yop th.hidden-lg.hidden-sm,.bootstrap-yop tr.hidden-lg.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-yop .hidden-lg.hidden-md,.bootstrap-yop td.hidden-lg.hidden-md,.bootstrap-yop th.hidden-lg.hidden-md,.bootstrap-yop tr.hidden-lg.hidden-md{display:none!important}}@media (min-width:1200px){.bootstrap-yop .hidden-lg,.bootstrap-yop td.hidden-lg,.bootstrap-yop th.hidden-lg,.bootstrap-yop tr.hidden-lg{display:none!important}}.bootstrap-yop .visible-print,.bootstrap-yop td.visible-print,.bootstrap-yop th.visible-print,.bootstrap-yop tr.visible-print{display:none!important}@media print{.bootstrap-yop .visible-print{display:block!important}.bootstrap-yop table.visible-print{display:table}.bootstrap-yop tr.visible-print{display:table-row!important}.bootstrap-yop td.visible-print,.bootstrap-yop th.visible-print{display:table-cell!important}.bootstrap-yop .hidden-print,.bootstrap-yop td.hidden-print,.bootstrap-yop th.hidden-print,.bootstrap-yop tr.hidden-print{display:none!important}}.bootstrap-yop .btn-danger,.bootstrap-yop .btn-default,.bootstrap-yop .btn-info,.bootstrap-yop .btn-primary,.bootstrap-yop .btn-success,.bootstrap-yop .btn-warning{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.bootstrap-yop .btn-danger.active,.bootstrap-yop .btn-danger:active,.bootstrap-yop .btn-default.active,.bootstrap-yop .btn-default:active,.bootstrap-yop .btn-info.active,.bootstrap-yop .btn-info:active,.bootstrap-yop .btn-primary.active,.bootstrap-yop .btn-primary:active,.bootstrap-yop .btn-success.active,.bootstrap-yop .btn-success:active,.bootstrap-yop .btn-warning.active,.bootstrap-yop .btn-warning:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.bootstrap-yop .btn.active,.bootstrap-yop .btn:active{background-image:none}.bootstrap-yop .btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc}.bootstrap-yop .btn-default:focus,.bootstrap-yop .btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.bootstrap-yop .btn-default.active,.bootstrap-yop .btn-default:active{background-color:#e0e0e0;border-color:#dbdbdb}.bootstrap-yop .btn-primary{background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);background-repeat:repeat-x;border-color:#2b669a}.bootstrap-yop .btn-primary:focus,.bootstrap-yop .btn-primary:hover{background-color:#2d6ca2;background-position:0 -15px}.bootstrap-yop .btn-primary.active,.bootstrap-yop .btn-primary:active{background-color:#2d6ca2;border-color:#2b669a}.bootstrap-yop .btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);background-repeat:repeat-x;border-color:#3e8f3e}.bootstrap-yop .btn-success:focus,.bootstrap-yop .btn-success:hover{background-color:#419641;background-position:0 -15px}.bootstrap-yop .btn-success.active,.bootstrap-yop .btn-success:active{background-color:#419641;border-color:#3e8f3e}.bootstrap-yop .btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);background-repeat:repeat-x;border-color:#e38d13}.bootstrap-yop .btn-warning:focus,.bootstrap-yop .btn-warning:hover{background-color:#eb9316;background-position:0 -15px}.bootstrap-yop .btn-warning.active,.bootstrap-yop .btn-warning:active{background-color:#eb9316;border-color:#e38d13}.bootstrap-yop .btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);background-repeat:repeat-x;border-color:#b92c28}.bootstrap-yop .btn-danger:focus,.bootstrap-yop .btn-danger:hover{background-color:#c12e2a;background-position:0 -15px}.bootstrap-yop .btn-danger.active,.bootstrap-yop .btn-danger:active{background-color:#c12e2a;border-color:#b92c28}.bootstrap-yop .btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);background-repeat:repeat-x;border-color:#28a4c9}.bootstrap-yop .btn-info:focus,.bootstrap-yop .btn-info:hover{background-color:#2aabd2;background-position:0 -15px}.bootstrap-yop .btn-info.active,.bootstrap-yop .btn-info:active{background-color:#2aabd2;border-color:#28a4c9}.bootstrap-yop .img-thumbnail,.bootstrap-yop .thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.bootstrap-yop .dropdown-menu>li>a:focus,.bootstrap-yop .dropdown-menu>li>a:hover{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x}.bootstrap-yop .dropdown-menu>.active>a,.bootstrap-yop .dropdown-menu>.active>a:focus,.bootstrap-yop .dropdown-menu>.active>a:hover{background-color:#357ebd;background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x}.bootstrap-yop .navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);background-repeat:repeat-x;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.bootstrap-yop .navbar-default .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.bootstrap-yop .navbar-brand,.bootstrap-yop .navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.bootstrap-yop .navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);background-repeat:repeat-x}.bootstrap-yop .navbar-inverse .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#222 0,#282828 100%);background-image:linear-gradient(to bottom,#222 0,#282828 100%);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.bootstrap-yop .navbar-inverse .navbar-brand,.bootstrap-yop .navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-yop .navbar-fixed-bottom,.bootstrap-yop .navbar-fixed-top,.bootstrap-yop .navbar-static-top{border-radius:0}.bootstrap-yop .alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.bootstrap-yop .alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);background-repeat:repeat-x;border-color:#b2dba1}.bootstrap-yop .alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);background-repeat:repeat-x;border-color:#9acfea}.bootstrap-yop .alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);background-repeat:repeat-x;border-color:#f5e79e}.bootstrap-yop .alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);background-repeat:repeat-x;border-color:#dca7a7}.bootstrap-yop .progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);background-repeat:repeat-x}.bootstrap-yop .progress-bar{background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);background-repeat:repeat-x}.bootstrap-yop .progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);background-repeat:repeat-x}.bootstrap-yop .progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);background-repeat:repeat-x}.bootstrap-yop .progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);background-repeat:repeat-x}.bootstrap-yop .progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);background-repeat:repeat-x}.bootstrap-yop .list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.bootstrap-yop .list-group-item.active,.bootstrap-yop .list-group-item.active:focus,.bootstrap-yop .list-group-item.active:hover{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);background-repeat:repeat-x;border-color:#3278b3}.bootstrap-yop .panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.bootstrap-yop .panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x}.bootstrap-yop .panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x}.bootstrap-yop .panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);background-repeat:repeat-x}.bootstrap-yop .panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);background-repeat:repeat-x}.bootstrap-yop .panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);background-repeat:repeat-x}.bootstrap-yop .panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);background-repeat:repeat-x}.bootstrap-yop .well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);background-repeat:repeat-x;border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)}/*! visualCaptcha - v0.0.8 - 2016-01-23
* http://visualcaptcha.net
* Copyright (c) 2016 emotionLoop; Licensed MIT */.visualCaptcha{margin-bottom:20px;min-height:120px}@media only screen and (min-width:750px){.visualCaptcha{margin-bottom:50px}}.visualCaptcha *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.visualCaptcha .audioField{font-size:15px;color:#495e62;font-weight:100;padding:5px;border:1px solid #3bb6e4;height:40px;width:100%;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}@media only screen and (max-width:360px){.visualCaptcha .audioField{margin-bottom:15px}}@media only screen and (min-width:360px){.visualCaptcha .audioField{width:240px;float:left}}.accessibility-description,.status.valid,.visualCaptcha-explanation{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;background-color:#c1f7e8;padding:10px;text-align:center;font-family:Oxygen,sans-serif;font-size:18px;color:#219589;font-weight:100;margin:20px 0 24px}@media only screen and (max-width:360px){.accessibility-description,.status.valid,.visualCaptcha-explanation{font-size:16px}}.visualCaptcha-accessibility-button,.visualCaptcha-button-group,.visualCaptcha-possibilities,.visualCaptcha-refresh-button{display:inline-block}.visualCaptcha-possibilities{vertical-align:middle}@media only screen and (min-width:750px){.visualCaptcha-possibilities{margin-right:15px}}.visualCaptcha-possibilities .img{padding:4px;border:1px solid #fff;display:inline-block}@media only screen and (min-width:750px){.visualCaptcha-possibilities .img{padding:10px;border:3px solid #fff}}.visualCaptcha-possibilities img{width:32px;height:32px;z-index:5;transition:all .2s;-webkit-transition:all .2s}.visualCaptcha-possibilities img:hover{cursor:pointer}@media only screen and (max-width:360px){.visualCaptcha-possibilities .visualCaptcha-button-group{text-align:center;margin-top:15px}}@media only screen and (min-width:750px){.visualCaptcha-possibilities .visualCaptcha-button-group{float:right}}.visualCaptcha-possibilities .visualCaptcha-selected{background-color:#c1f7e8;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:4px;border:1px dashed #099a9f}@media only screen and (min-width:750px){.visualCaptcha-possibilities .visualCaptcha-selected{padding:10px;border:3px dashed #099a9f}}.visualCaptcha-refresh-button{padding:9px 10px 7px;margin:0 5px;background-color:#f87056;border:1px solid #f87056;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px}.visualCaptcha-refresh-button img{width:16px;height:16px}.visualCaptcha-refresh-button:hover{cursor:pointer}.visualCaptcha-accessibility-button{padding:9px 10px 7px;border:1px solid #000;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px}.visualCaptcha-accessibility-button img{width:16px;height:16px}.visualCaptcha-accessibility-button:hover{cursor:pointer}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}div.visualCaptcha .visualCaptcha-show{-webkit-animation:fadeIn .3s;animation:fadeIn .3s}div.visualCaptcha .visualCaptcha-hide{display:none!important;-webkit-animation:fadeOut .3s;animation:fadeOut .3s}.accessibility-description,.status.valid,.visualCaptcha-explanation{background-color:#eee;color:grey}.entry-content .visualCaptcha-possibilities a{color:transparent}.entry-content .visualCaptcha-possibilities a img{display:inline}.visualCaptcha-button-group{padding:0;vertical-align:middle}.visualCaptcha-accessibility-button,.visualCaptcha-refresh-button{background-color:transparent;border:2px solid #d3d3d3;padding:1em}.visualCaptcha-possibilities .img{margin:.2em}.visualCaptcha-possibilities .img a{background-color:transparent;border:2px solid transparent;border-radius:2px;padding:.35em}.visualCaptcha-possibilities .img a.visualCaptcha-selected{background-color:#eee;border:2px solid #000}.basic-yop-poll-container{background-color:#fff;border:thin solid #000;margin-bottom:15px}.basic-yop-poll-container .basic-inner{padding:10px 10px}.basic-yop-poll-container .basic-message{font-size:12px;padding:10px;background-color:rgba(255,255,255,.75);border-left:10px solid red;color:#333;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.basic-yop-poll-container .basic-message p{margin:0 0 0}.basic-error{border-left:10px solid red!important}.basic-success{border-left:10px solid green!important}.basic-gdpr{margin-top:15px;margin-bottom:25px;color:#333;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.basic-gdpr label{font-weight:400;margin-bottom:0}.basic-captcha{margin-bottom:25px;width:auto;margin-left:15px;margin-right:15px}.basic-yop-poll-container .basic-chart-container{margin-top:15px}.basic-yop-poll-container .basic-overlay{background:rgba(0,0,0,.5);width:calc(100% - 30px);height:100%;position:absolute;top:0;left:15px;z-index:100000}.basic-yop-poll-container .basic-vote-options .btn{margin:10px 0;background-image:none;color:#fff;border:thin solid transparent;text-shadow:none;box-shadow:none;-webkit-box-shadow:none;width:200px;padding-right:15px;padding-left:15px}.basic-yop-poll-container .basic-vote-options i,.basic-yop-poll-container .basic-vote-options svg{margin-right:5px}.basic-yop-poll-container .basic-wordpress button.btn{background-color:#333}.basic-yop-poll-container .basic-facebook button.btn{background-color:#3b5998}.basic-yop-poll-container .basic-google button.btn{background-color:#db4437}.basic-yop-poll-container .basic-anonymous button.btn{background-color:#777}.basic-yop-poll-container .basic-vote-options .btn:focus,.basic-yop-poll-container .basic-vote-options .btn:hover{background-color:#e0e0e0;color:#555}.basic-yop-poll-container .basic-vote-options{display:block;width:100%;margin:0 auto;text-align:center;padding:2em;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);position:relative}.basic-yop-poll-container .basic-custom-field,.basic-yop-poll-container .basic-question{margin-top:15px}.basic-yop-poll-container .basic-question-title h5{margin-bottom:0;margin-top:0;font-size:16px}.basic-yop-poll-container ul.basic-answers{padding-left:0}.basic-yop-poll-container ul.basic-answers li.basic-answer{line-height:1.4}.basic-yop-poll-container ul.basic-answers,.basic-yop-poll-container ul.basic-answers li,.basic-yop-poll-container ul.basic-answers-results,.basic-yop-poll-container ul.basic-answers-results li{list-style:none}.basic-yop-poll-container .basic-h-answers li,.basic-yop-poll-container .basic-h-results-answers li{float:left}.basic-yop-poll-container .basic-answer{margin-top:15px;margin-bottom:15px}.basic-yop-poll-container .basic-answer input{margin-top:5px;margin-bottom:5px}.basic-yop-poll-container .basic-answer .basic-answer-content,.basic-yop-poll-container .basic-answer .progress{margin-right:10px}.basic-yop-poll-container .basic-answer:last-child .basic-answer-content,.basic-yop-poll-container .basic-answer:last-child .progress{margin-right:0}.basic-yop-poll-container .basic-answer label.basic-text{font-weight:400;margin-top:5px;margin-bottom:5px}.basic-yop-poll-container .basic-answer .progress{margin-top:5px;margin-bottom:0;background-image:none;background-color:transparent;box-shadow:none}.basic-yop-poll-container .basic-answer .progress-bar{border-radius:4px}.basic-yop-poll-container .basic-answer .basic-vertical-image{display:inline-block}.basic-yop-poll-container .basic-answer .basic-answer-results-details,.basic-yop-poll-container .basic-answer .basic-answer-total-votes,.basic-yop-poll-container .basic-answer .basic-text{font-size:14px;color:#333;margin-bottom:0;font-weight:400}.basic-yop-poll-container .basic-answer .basic-answer-results-details{margin-left:10px;margin-top:5px;margin-bottom:5px}.basic-yop-poll-container .basic-answer .basic-answer-total-votes{margin-left:5px;margin-top:5px;margin-bottom:5px}.basic-yop-poll-container .basic-text-horizontal,.basic-yop-poll-container .basic-text-vertical{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;word-break:break-word;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.basic-yop-poll-container .basic-answer .basic-input-text{margin-left:-15px;margin-bottom:10px;width:calc(100% + 30px)}.basic-yop-poll-container .basic-custom-field input.basic-input-text{margin-bottom:10px;width:calc(100% + 29px);margin-left:-15px}.basic-yop-poll-container .basic-custom-field-title{padding-bottom:5px}.basic-yop-poll-container .basic-custom-field-title label{font-weight:400;font-size:16px}.basic-yop-poll-container .basic-text-block{margin-top:15px}.basic-yop-poll-container .basic-vote{display:block;margin-right:-15px;margin-bottom:15px}.basic-yop-poll-container .basic-vote a{display:inline-block;margin-right:15px;height:auto;line-height:normal}.basic-yop-poll-container .basic-vote a{box-shadow:none}.basic-yop-poll-container .basic-stats{margin:15px auto 25px}.basic-yop-poll-container a.basic-back-to-vote-button,.basic-yop-poll-container a.basic-results-button,.basic-yop-poll-container a.basic-vote-button{padding:8px 20px;background:#ee7600;color:#fff;font-size:20px}.basic-yop-poll-container a.basic-back-to-vote-button,.basic-yop-poll-container a.basic-results-button{color:#ee7600;font-weight:400;background:0 0}.basic-yop-poll-container a.basic-back-to-vote-button:active,.basic-yop-poll-container a.basic-back-to-vote-button:focus,.basic-yop-poll-container a.basic-back-to-vote-button:hover,.basic-yop-poll-container a.basic-results-button:active,.basic-yop-poll-container a.basic-results-button:focus,.basic-yop-poll-container a.basic-results-button:hover,.basic-yop-poll-container a.basic-vote-button:active,.basic-yop-poll-container a.basic-vote-button:focus,.basic-yop-poll-container a.basic-vote-button:hover{outline:0;text-decoration:none!important}.basic-yop-poll-container .basic-answers-results .basic-answer-content{color:#333}.basic-yop-poll-container .basic-answers-results .progress{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;margin-top:10px;margin-bottom:15px;height:20px}.basic-yop-poll-container .basic-answers-results .progress .progress-bar{border-radius:4px}.basic-yop-poll-container input[type=checkbox],.basic-yop-poll-container input[type=radio]{margin-right:10px}.basic-yop-poll-container .basic-media-list{margin-left:-5px;margin-right:-5px}.basic-yop-poll-container .basic-media-list .basic-answer{margin-bottom:0}.basic-vertical-video{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.basic-yop-poll-container .media-description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.basic-yop-poll-container .media-description p{margin-bottom:0}.basic-yop-poll-container .basic-answer-results{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.basic-yop-poll-container .basic-horizontal-image .results-details,.basic-yop-poll-container .basic-horizontal-video .results-details,.basic-yop-poll-container .basic-vertical-image .results-details,.basic-yop-poll-container .basic-vertical-video .results-details{margin-left:0}.basic-yop-poll-container .basic-embed-responsive,.basic-yop-poll-container .basic-media img{margin-bottom:15px}.basic-yop-poll-container .basic-media-list .basic-horizontal-image{display:inline-block;margin-right:0;padding:0 5px}.basic-yop-poll-container .basic-horizontal-video{display:block}.basic-yop-poll-container .basic-media-list .basic-columns-image{padding:0 5px;margin-right:0}.basic-yop-poll-container li.basic-answer[class^=col-]{padding-left:0;padding-right:0}.basic-yop-poll-container li.basic-answer[class^=cols-]{position:relative;min-height:1px;float:left}@media (min-width:992px){.basic-yop-poll-container li.cols-5{width:calc(100% / 5)}.basic-yop-poll-container li.cols-7{width:calc(100% / 7)}.basic-yop-poll-container li.cols-8{width:calc(100% / 8)}.basic-yop-poll-container li.cols-9{width:calc(100% / 9)}.basic-yop-poll-container li.cols-10{width:calc(100% / 10)}.basic-yop-poll-container li.cols-11{width:calc(100% / 11)}}@media (max-width:575.98px){.basic-yop-poll-container li.col-xs-6{width:100%}}.basic-yop-poll-container .visualCaptcha-accessibility-button,.basic-yop-poll-container .visualCaptcha-refresh-button{padding:7px 13px 11px 12px;border-radius:50%;line-height:1}.basic-yop-poll-container div[class^=iradio_]{margin-right:10px}.basic-yop-poll-container div[class^=icheckbox_]{margin-right:10px}


#yandex_rtb_R-A-467211-2 > yatag > yatag > yatag,
#yandex_rtb_R-A-467211-13  > yatag > yatag > yatag
 {
  margin: 0 auto;
}
.basic-text {
    width: 208px !important;
}
.tags {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1em;
}
.gallery-item {
    margin-right: 28px!important;
}
      .section-header {}


    .superGridP11 {
      display: grid;
    grid-template-columns: 20% 1fr;
    grid-column-gap: 15px;
    padding: 15px;
    margin-right: 15px;
    float: left;
    width: 609px;
    height: 178px;
    margin-bottom: 10px;
    padding-top: 35px;
    background-image: url(https://www.osnmedia.ru/wp-content/uploads/2020/06/Group-50-1.png) !important;
    border-radius: 0;
    background-size: cover !important;
    }
    .superGridP11 img {
      width: 120px;
    }
    .superGridP11 strong {
      color: #c1272d;
    }

    .gridFace>img {

border: 2px solid #FFFFFF;

box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

    }
    .h2,.h3 {font-size:1.61538462em;font-weight: 600;}

	
	
	
	.IRPP_kangoo , .IRPP_kangoo .postImageUrl , .IRPP_kangoo .imgUrl , .IRPP_kangoo .centered-text-area { min-height: 100px; position: relative; } .IRPP_kangoo , .IRPP_kangoo:hover , .IRPP_kangoo:visited , .IRPP_kangoo:active { border:0!important; } 
	
	.IRPP_kangoo { display: block; transition: background-color 250ms; webkit-transition: background-color 250ms; width: 100%; opacity: 1; transition: opacity 250ms; webkit-transition: opacity 250ms; background-color: #eaeaea; background: #FFFFFF; /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */ border-radius: 0px;width: 295px; float: right; margin-left: 15px; margin-bottom: 15px; }
	
	@media (max-width: 480px) and (min-width: 320px) {.IRPP_kangoo { width:100%;float:none;margin:0; margin-bottom: 20px; }.IRPP_kangoo .postImageUrl, .IRPP_kangoo .imgUrl { height: 272px;}} } .IRPP_kangoo:active , .IRPP_kangoo:hover { opacity: 1; transition: opacity 250ms; webkit-transition: opacity 250ms; background-color: #FFFFFF; } 
	.IRPP_kangoo .postImageUrl , .IRPP_kangoo .imgUrl { background-position: center; background-size: cover; float: left; margin: 0; padding: 0; height: 180px;  object-fit: cover;} 
	.IRPP_kangoo .postImageUrl { width: 30%; } .IRPP_kangoo .imgUrl { width: 100%; } .IRPP_kangoo .centered-text-area { float: right; width: 70%; padding:0; margin:0; } .IRPP_kangoo .centered-text { display: table; height: 100px; left: 0; top: 0; padding:0; margin:0; } .IRPP_kangoo .IRPP_kangoo-content { display: table-cell; margin: 0; padding: 0 10px 0 10px; position: relative; vertical-align: middle; width: 100%; border-left: 5px solid #F36600; background-color: #f1f1f1; } 
	.IRPP_kangoo .ctaText { display: none; border-bottom: 0 solid #fff;/* color: #34495E;*/ font-size: 13px; font-weight: bold; letter-spacing: .125em; margin: 0; padding: 15px;/* text-decoration: underline; */ background: #D82335; color: #fff; font-weight: 500; font-size: 24px; line-height: 28px; letter-spacing: 0.03em; border-top-left-radius: 5px; border-top-right-radius: 5px; } 
.IRPP_kangoo .postTitle { color: #000000; font-size: 16px; font-weight: 600; margin: 0; padding: 15px; font-weight: bold; font-size: 18px; line-height: 126.7%; color: #000000; } .IRPP_kangoo .ctaButton { background-color: #FFFFFF; margin-left: 10px; position: absolute; right: 0; top: 0; } .IRPP_kangoo:hover .imgUrl { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } .IRPP_kangoo .imgUrl { -webkit-transition: -webkit-transform 0.4s ease-in-out; -moz-transition: -moz-transform 0.4s ease-in-out; -o-transition: -o-transform 0.4s ease-in-out; -ms-transition: -ms-transform 0.4s ease-in-out; transition: transform 0.4s ease-in-out; } .IRPP_kangoo:after { content: ""; display: block; clear: both; }

/* ОСН ТВ */
.osntv-sidebar { display: none; }
@media (min-width: 768px) {
	.osntv-sidebar { display: block; margin-bottom: 10px; }
}
.osntv-afterheader { display: none; }
@media (max-width: 800px) {
	.osntv-afterheader { display: block; margin-bottom: 30px; }
}



.postContent .section-header { height: 20px !important; margin: 0px; padding: 0px; font-size: 20px !important; line-height: 20px !important; }
@media (max-width: 767px) {
	.hide-block { display: none !important; }
}

@media (min-width: 980px){
	.phone-menu {
  	  display: none;
	}
}
.postContent { margin-bottom: 55px; }

aside .videos { border: solid 1px #ddd; margin-bottom: 20px; padding: 5px; font-size: 16px; }
@media (max-width: 979px){ aside .videos .section-header { padding: 5px 0px 5px 20px; } }

.menu-mobile-bar .icon-toggle-menu { color: #fff; font-size: 20px;margin-top: 2px; margin-left: 15px; }
@media (min-width: 980px){
 .menu-mobile-bar {
    display: none !important;
 }
}

#comments { margin: 10px auto !important; }
#wpdcom.wpd-layout-3 .wpd-thread-list {  padding: 25px 0; }
.maintext { font-family: 'Roboto'; letter-spacing: 0.2px; line-height: 1.5em; }
.new-headline { margin: 10px 0px 30px 0px; color: #000; font-size: 30px; font-family: Roboto; letter-spacing: 0.2px; line-height: 32px; }
.new-headline-red { margin: 0px 0px 10px 0px; color: #111111; font-size: 18px; font-family: Roboto; letter-spacing: 0.2px; font-weight: 600; line-height: 24px; text-transform: uppercase; padding: 10px 0px 0px 0px; border-bottom: 4px solid #f1f1f1;max-width: 100%; position: relative; } 
	@media (max-width: 767px) { 
		.new-headline-red { padding: 20px 0px 0px 20px; }
	}	
.navigation.pagination { margin-bottom: 30px; }
.page-numbers {	padding: 5px; margin: 0px 10px 0px 0px; font-weight: 600; text-decoration: none; }
.page-numbers.current {	color: #F36600; }
.tag-description { font-size: 15px; color: #666; margin-bottom: 30px; }
			.category-news-block { margin-bottom: 30px; margin-right: 10px; }
			.category-news-block .category-title { margin: 10px 0px; font-family: Roboto; font-size: 16px; font-weight: 600; line-height: 20px; letter-spacing: 0.2px; padding-right: 10px; }
			.category-news-block .category-date { font-weight:normal;font-size:0.9em; margin:0;margin-bottom:5px;color: #555;font-size: 14px; line-height: 18px; }
			.tag-news-block { margin-bottom: 30px; margin-right: 10px; }
			.tag-news-block .tag-title { margin: 10px 0px; font-family: Roboto; font-size: 16px; font-weight: 600; line-height: 20px; letter-spacing: 0.2px; padding-right: 10px; }
			.tag-news-block .tag-date { font-weight:normal;font-size:0.9em; margin:0;margin-bottom:5px;color: #555;font-size: 14px; line-height: 18px; }
.frontpage-title1 { font-weight: 600; }
.frontpage-title2-4 { font-weight: 600;  line-height: 18px; }

@media (max-width: 800px){
	.block1 .column-2 .flex-vert > * .rubr a { max-width: 410px; }
}

.trippleGrid .mytab h4 { margin-top: 0px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    padding-right: 20px; }

.postContent {
    max-width: 600px; padding: 0px 15px; background: #FFFFFF; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); border-radius: 5px; }




	@media (max-width: 768px){
		.osn-player { display: none !important; }
	}


//

		.doubleGrid {
			display: grid;
			grid-template-columns: 1fr 1fr;
		}
		.doubleGrid > div {

		}
		.doubleGrid figure{
			/*width:424px; container-width 280*/
			overflow:hidden; /*hide bounds of image */
			margin:0;   /*reset margin of figure tag*/
		}
		.doubleGrid figure img{
			display:block; /*remove inline-block spaces*/
			width:100%; /*make image streatch*/
			height: 230px; /*168*/
		}
		.trippleGrid {
			display: grid;
			grid-template-columns: 1fr 1fr 1fr;
			margin-bottom: 20px;
		}
		.trippleGrid figure{
			/* width:280px; */ /*container-width 280*/
			overflow:hidden; /*hide bounds of image */
			min-width: 150px;
			margin:0;   /*reset margin of figure tag*/
		}
		.trippleGrid figure img{
			display:block; /*remove inline-block spaces*/
			width:100%; /*make image streatch*/
			height: 180px;
			padding: 15px 15px 15px 0px;
			object-fit: cover;
		}
		@media (max-width: 480px) and (min-width: 320px)
		{
			.block1 .column-2 .flex-vert > * .rubr a {
				max-width: 460px;
			}
			.trippleGrid figure img{
				height: 150px;
			}
			.trippleGrid {
				grid-template-columns: 1fr 1fr;
			}
		}
		@media (min-width: 768px){
			.flex-content { flex: 1;  padding: 0 0px 30px 0; }
			main { max-width: 950px; }
		}
		
.articleBody img, .size-medium {
    width: 100%;
    height: auto !important;
}
    .section-header {}
    .article_mm {
    	margin-right: 5px !important;
    }
    
    @media (max-width: 800px){
    	h2.section-header { margin-top: 0px !important; }
    }
    
    @media all and (max-width: 979px) {
    	.mobdown { margin-top: 10px; }
    }

    body {
    	/* width: 1400px; */
    	margin: 0 auto;
		margin-top: -15px;
		background-color: #fff;    }
    .threeway {
    	display: grid;
    	grid-template-columns: 1fr 2fr 1fr;
    }
	@media all and (max-width: 979px) {
    	.threeway {
    		grid-template-columns: 1fr 2fr !important;
    	}
	}
	@media all and (max-width: 720px) {
    	.threeway {
    		grid-template-columns: 2fr !important;
    	}
		aside { display: none; }
	}

.news-bar-header { font-size: 18px;
	color: #fff;
    padding: 10px;
    /* border-top: 1px solid #B6BDC9;
    border-bottom: 1px solid #B6BDC9; */
    margin-bottom: 0px;
	text-transform: uppercase;  font-weight: 600; background-color: #617183; }
.news-bar, .right-bar { font-size: 16px; margin: 15px; font-size: 15px; }
.news-bar-article-title { display: block;
    /* margin-left: 10px; */
    line-height: 20px;
    margin-bottom: 10px;  }

.title-round { height: 16px; width: 16px; border-radius: 50%; display: inline-block; margin-right: 5px; }
.t-grey { background-color: #B6BDC9; }
.t-red { background-color: #E7000E; }
.t-blue { background-color: #205A9E; }
#menu-main-navigation-menu .menu-item { margin-bottom: 8px !important; }
.widgets > *:nth-child(n+2):before {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    /*content: '\f002';*/
    position: absolute;
    right: 6px;
    top: 4px;
    color: red;
    font-family: FontAwesome;
    bottom: 7px; }

.ss-search-form .ss-search-form__input input {
  height: 27px;
  background-color: #B6BDC9;
  border-radius: 5px;
  border: none;
}
.news-bar-article-datetime { color: #F36600; font-weight: 600; }
.news-bar-header { border-top-right-radius: 10px;  border-top-left-radius: 10px; }
.news-bar-content { padding: 10px; background-color: #fff; }
/* .menu-verhnee-menju-container { margin-top: 10px; line-height: 30px; } */
.news-bar, .right-bar { box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25) !important; border-radius: 10px; }
.main-category { 
	padding: 10px;
	background-color: #fff;
	box-shadow: 0px 2px 4px rgb(0 0 0 / 25%) !important;
	border-radius: 10px;
	margin-bottom: 20px; 
}
.category-news-block {
    margin-bottom: 30px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 10px;
}
.category-title, .category-date { padding: 5px !important; }
.category-news-block {
    margin-bottom: 30px;
    margin-right: 5px !important;
    margin-left: 5px !important;
}
svg:not(:root).svg-inline--fa {
    overflow: visible !important;
    color: #fff !important;
    margin-top: 5px !important;
}