/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* BEGIN Bold */
@font-face {
  font-family: "ProximaNova";
  src: url('/vendor/fonts/ProximaNova//ProximaNovaBold.woff2?v=2.137') format('woff2'), url('/vendor/fonts/ProximaNova//ProximaNovaBold.woff?v=2.137') format('woff'), url('/vendor/fonts/ProximaNova//ProximaNovaBold.ttf?v=2.137') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url('/vendor/fonts/ProximaNova//ProximaNovaBold.woff2?v=2.137') format('woff2'), url('/vendor/fonts/ProximaNova//ProximaNovaBold.woff?v=2.137') format('woff'), url('/vendor/fonts/ProximaNova//ProximaNovaBold.ttf?v=2.137') format('truetype');
  font-weight: bold;
  font-style: normal;
}
/* END Bold */
/* BEGIN ExtraBold */
@font-face {
  font-family: "ProximaNova";
  src: url('/vendor/fonts/ProximaNova//ProximaNovaExtrabold.woff2?v=2.137') format('woff2'), url('/vendor/fonts/ProximaNova//ProximaNovaExtrabold.woff?v=2.137') format('woff'), url('/vendor/fonts/ProximaNova//ProximaNovaExtrabold.ttf?v=2.137') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url('/vendor/fonts/ProximaNova//ProximaNovaExtraboldItalic.woff2?v=2.137') format('woff2'), url('/vendor/fonts/ProximaNova//ProximaNovaExtraboldItalic.woff?v=2.137') format('woff'), url('/vendor/fonts/ProximaNova//ProximaNovaExtraboldItalic.ttf?v=2.137') format('truetype');
  font-weight: 900;
  font-style: italic;
}
/* END Bold */
/* BEGIN Regular */
@font-face {
  font-family: "ProximaNova";
  src: url('/vendor/fonts/ProximaNova//ProximaNovaRegular.woff2?v=2.137') format('woff2'), url('/vendor/fonts/ProximaNova//ProximaNovaRegular.woff?v=2.137') format('woff'), url('/vendor/fonts/ProximaNova//ProximaNovaRegular.ttf?v=2.137') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url('/vendor/fonts/ProximaNova//ProximaNovaRegular.woff2?v=2.137') format('woff2'), url('/vendor/fonts/ProximaNova//ProximaNovaRegular.woff?v=2.137') format('woff'), url('/vendor/fonts/ProximaNova//ProximaNovaRegular.ttf?v=2.137') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* END Regular */
/* BEGIN Thin */
@font-face {
  font-family: "ProximaNova";
  src: url('/vendor/fonts/ProximaNova//ProximaNovaSemiBold.woff2?v=2.137') format('woff2'), url('/vendor/fonts/ProximaNova//ProximaNovaSemiBold.woff?v=2.137') format('woff'), url('/vendor/fonts/ProximaNova//ProximaNovaSemiBold.ttf?v=2.137') format('truetype');
  font-weight: 500;
  font-style: normal;
}
/* END Thin */
@font-face {
  font-family: "ProximaNova";
  src: url('/vendor/fonts/ProximaNova//ProximaNovaLight.woff2?v=2.137') format('woff2'), url('/vendor/fonts/ProximaNova//ProximaNovaLight.woff?v=2.137') format('woff'), url('/vendor/fonts/ProximaNova//ProximaNovaLight.ttf?v=2.137') format('truetype');
  font-weight: 300;
  font-style: normal;
}
body.desktop {
  min-width: 1200px;
}
body.desktop .footer {
  min-width: 1200px;
}
/*
.widgetarrowdown(@bottom-color: @bgcolor, @top-color: @bgcolor) {
	position: relative;
	@color-r: red(@bottom-color);
	@color-g: green(@bottom-color);
	@color-b: blue(@bottom-color);
    @svg: escape('<svg xmlns="http://www.w3.org/2000/svg" width="60" height="23"><g><path fill="rgb(@{color-r},@{color-g},@{color-b})" d="M 0 0 L 30 18 L 60 0 " /><rect stroke-dasharray="null" stroke-width="null" fill="rgb(@{color-r},@{color-g},@{color-b})" height="5" width="60" y="25" x="0"/></g></svg>');
	&:after{
   	    background: url( "data:image/svg+xml,@{svg}" ) no-repeat scroll 50% 0;
        bottom: -23px;
    	content: "";
	    display: block;
    	height: 23px;
	    width: 100%;
    	left: 0;
	    position: absolute;
    	right: 0;
    	z-index: 999;
    }
}
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/vendor/fonts/glyphicons/glyphicons-halflings-regular.eot');
  src: url('/vendor/fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/vendor/fonts/glyphicons/glyphicons-halflings-regular.woff2') format('woff2'), url('/vendor/fonts/glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('/vendor/fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('/vendor/fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'ProximaNova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #191919;
  background-color: #222222;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0bac3e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0fec57;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 22px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 12.5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 80px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid transparent;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 25px;
}
dt,
dd {
  line-height: 1.6;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 80px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.6;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 12px;
  margin: 0 0 12.5px;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 80px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 80px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row,
ul.ul {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 80px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 80px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #222222;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f3f5f6;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 20000px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #777777;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-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;
}
.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, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #aaaaaa;
}
.form-control::-webkit-input-placeholder {
  color: #aaaaaa;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 40px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 25px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 41px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 39px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 45px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 30px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #595959;
}
@media (min-width: 80px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 80px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 80px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 20px;
  }
}
@media (min-width: 80px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #ff7212;
  border-color: #ff8c40;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #de5a00;
  border-color: #c04c00;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #de5a00;
  border-color: #ff6703;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #de5a00;
  border-color: #ff6703;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #ba4b00;
  border-color: #c04c00;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ff7212;
  border-color: #ff8c40;
}
.btn-primary .badge {
  color: #ff7212;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #ff7212;
  border-color: #ff8c40;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #de5a00;
  border-color: #c04c00;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #de5a00;
  border-color: #ff6703;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #de5a00;
  border-color: #ff6703;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #ba4b00;
  border-color: #c04c00;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #ff7212;
  border-color: #ff8c40;
}
.btn-success .badge {
  color: #ff7212;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #ff7212;
  border-color: #ff8c40;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #de5a00;
  border-color: #c04c00;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #de5a00;
  border-color: #ff6703;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #de5a00;
  border-color: #ff6703;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #ba4b00;
  border-color: #c04c00;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #ff7212;
  border-color: #ff8c40;
}
.btn-info .badge {
  color: #ff7212;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #ff7212;
  border-color: #ff8c40;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #de5a00;
  border-color: #c04c00;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #de5a00;
  border-color: #ff6703;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #de5a00;
  border-color: #ff6703;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #ba4b00;
  border-color: #c04c00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ff7212;
  border-color: #ff8c40;
}
.btn-warning .badge {
  color: #ff7212;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #ff7212;
  border-color: #ff8c40;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #de5a00;
  border-color: #c04c00;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #de5a00;
  border-color: #ff6703;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #de5a00;
  border-color: #ff6703;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ba4b00;
  border-color: #c04c00;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ff7212;
  border-color: #ff8c40;
}
.btn-danger .badge {
  color: #ff7212;
  background-color: #ffffff;
}
.btn-link {
  color: #0bac3e;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0fec57;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.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;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #222222;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  color: #ffffff;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ff8c40;
  background-color: #222222;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #d9d8d8;
  text-decoration: none;
  outline: 0;
  background-color: #222222;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 80px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #777777;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0bac3e;
}
.nav .nav-divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 80px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 80px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 80px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 80px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 9px;
  border: 1px solid transparent;
}
@media (min-width: 80px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 80px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 80px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 80px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 80px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 80px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 80px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 7.5px 0;
  font-size: 20px;
  line-height: 25px;
  height: 40px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 80px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 80px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 3.75px 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}
@media (max-width: 20000px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 80px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
}
.navbar-form {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (min-width: 80px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 20000px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 80px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 0px;
  margin-bottom: 0px;
}
.navbar-btn.btn-sm {
  margin-top: 3.5px;
  margin-bottom: 3.5px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
@media (min-width: 80px) {
  .navbar-text {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 80px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: 0;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #222222;
  border-color: #222222;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ff8c40;
  background-color: #222222;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #d9d8d8;
  background-color: #222222;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #222222;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #222222;
  color: #d9d8d8;
}
@media (max-width: 20000px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ff8c40;
    background-color: #222222;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #d9d8d8;
    background-color: #222222;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ff8c40;
}
.navbar-default .btn-link {
  color: #ffffff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #ff8c40;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 20000px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 25px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #000000;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: block;
  padding-left: 0;
  margin: 25px 0 6.25px;
}
.pagination .pagination {
  text-align: center;
}
.pagination .prev {
  float: left;
}
.pagination .next {
  float: right;
}
.pagination .list {
  width: 100%;
  text-align: center;
}
.pagination li {
  display: inline-block;
}
.pagination li > a,
.pagination li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination li > a:hover,
.pagination li > span:hover,
.pagination li > a:focus,
.pagination li > span:focus {
  z-index: 3;
  color: #ff8c40;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pagination .active > a,
.pagination .active > span,
.pagination .active > a:hover,
.pagination .active > span:hover,
.pagination .active > a:focus,
.pagination .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ff7212;
  border-color: #ff7212;
  cursor: default;
}
.pagination .disabled > span,
.pagination .disabled > span:hover,
.pagination .disabled > span:focus,
.pagination .disabled > a,
.pagination .disabled > a:hover,
.pagination .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination.pn {
  margin: 0;
  display: table;
  width: 100%;
}
div.pagination.pn {
  padding: 16px 0 4px;
}
.pagination.pn .prev,
.pagination.pn .next,
.pagination.pn .pagination {
  display: table-cell;
  vertical-align: baseline;
}
.pagination.pn .pagination {
  text-align: center;
}
.pagination.pn .prev a,
.pagination.pn .next a {
  float: left;
  position: relative;
  width: 34px;
  height: 34px;
  display: inline-block;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination.pn .prev a:hover,
.pagination.pn .next a:hover,
.pagination.pn .prev a:focus,
.pagination.pn .next a:focus {
  z-index: 3;
  color: #ff8c40;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pagination.pn .prev a:after,
.pagination.pn .next a:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  width: 20px;
  height: 20px;
}
.pagination.pn .next {
  float: none;
}
.paginmore a {
  display: block;
  margin: 5px 0;
  padding: 30px 10px 4px;
  text-align: center;
  color: #000;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -ms-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.paginmore a:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 50%;
  width: 23px;
  height: 23px;
  margin-left: -11.5px;
  background: url('/templates/belyo/images/icons/icons.svg') no-repeat;
  background-position: 0 -69px;
  background-size: 23px auto;
}
.paginmore a:hover {
  background-color: #f5f5f5;
  color: #337ab7;
}
.paginmore a:hover:after {
  background-position: 0 -92px;
}
.pager {
  padding-left: 0;
  margin: 25px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #ffffff;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0bac3e;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 80px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 25px;
  line-height: 1.6;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0bac3e;
}
.thumbnail .caption {
  padding: 9px;
  color: #191919;
}
.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.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;
  }
}
.progress {
  overflow: hidden;
  height: 25px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 25px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 25px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.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, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.6px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.6;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 80px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 80px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'ProximaNova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'ProximaNova', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 80px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
ul.ul:before,
ul.ul:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
ul.ul:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 20000px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 20000px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 20000px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 20000px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 80px) and (max-width: 20000px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 80px) and (max-width: 20000px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 80px) and (max-width: 20000px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 80px) and (max-width: 20000px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 80px) and (max-width: 20000px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 80px) and (max-width: 20000px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 80px) and (max-width: 20000px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 80px) and (max-width: 20000px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 20000px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 80px) and (max-width: 20000px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 80px) and (max-width: 20000px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* -------------------------------------------------- NavBar -------------------------------------------------- */
.navbar.navbar-default {
  margin-bottom: 9px;
}
.navbar.navbar-default a {
  outline: medium none;
}
.navbar.navbar-default ul.nav.navbar-nav {
  margin-left: -15px;
  margin-right: -15px;
}
.navbar.navbar-default ul.nav.navbar-nav > li > a {
  text-transform: none;
}
.navbar.navbar-default li {
  position: relative;
}
.navbar.navbar-default li a {
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  font-size: 14px;
}
.navbar.navbar-default li .nav-btn-menu {
  line-height: 40px;
  height: 100%;
}
.navbar.navbar-default li > .dropdown-menu {
  min-width: 100%;
  border: none;
}
.navbar.navbar-default .dropdown-menu > li > a {
  color: #ffffff;
}
.navbar.navbar-default .dropdown-menu .active a {
  color: #ff8c40;
  background-color: #222222;
}
.navbar.navbar-default .nav-btn-menu {
  margin-top: 0;
  text-decoration: none;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  position: relative;
  z-index: 3;
  float: right;
  padding: 0 10px 0 0;
  border: 0;
  margin: 0;
  background-color: transparent;
  color: #ffffff;
}
.navbar.navbar-default .nav-btn-menu:hover {
  background-color: transparent;
}
.navbar.navbar-default .dropdown input:checked ~ ul.dropdown-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.navbar.navbar-default .dropdown input:checked + .nav-btn-menu > .caret {
  -moz-transform: rotate(-180deg);
  /* FF3.5/3.6 */
  -o-transform: rotate(-180deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(-180deg);
  /* Saf3.1+ */
  transform: rotate(-180deg);
  /* Newer browsers (incl IE9) */
  filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',M11=-1, M12=1.2246467991473532e-16, M21=-1.2246467991473532e-16, M22=-1)";
}
.navbar.navbar-default .dropdown .nav-btn-menu > .glyphicon-pushpin {
  font-size: 10px;
}
.navbar.navbar-default .dropdown > a {
  display: block;
  position: relative;
}
.navbar.navbar-default ul.nav > li.dropdown > a {
  padding-right: 25px;
}
.navbar.navbar-default .dropdown .dropdown {
  height: 40px;
}
.navbar.navbar-default .dropdown .dropdown > .nav-btn-menu {
  position: absolute;
  right: 0;
}
.navbar.navbar-default .dropdown .dropdown a {
  display: inline-block;
  width: 100%;
}
.navbar.navbar-default .dropdown .dropdown .dropdown-menu {
  left: -100%;
  top: 0;
}
.navbar.navbar-default .dropdown .dropdown .dropdown-menu a {
  color: #ffffff;
  background-color: #222222;
}
.navbar.navbar-default .dropdown .dropdown .nav-btn-menu {
  color: #ffffff;
  background-color: #222222;
}
.navbar.navbar-default .nav.navbar-nav > li > .nav-btn-menu {
  display: none;
}
/*
body.index .navbar {
	margin-bottom: @navbar-index-margin-bottom;
    .nav-btn-menu {
      background-color: transparent;
      color: @navbar-index-default-link-color;
      &:hover {
        background-color: transparent;
      }
    }
    .dropdown .dropdown {
        .dropdown-menu {
            a {
                color: @navbar-index-default-link-color;
                background-color: @navbar-index-default-link-hover-bg;
            }
        }
        .nav-btn-menu {
            color: @navbar-index-default-link-color;
            background-color: @navbar-index-default-bg;
        }
    }
      ul.nav li.dropdown:hover > ul.dropdown-menu,
      ul.nav li.dropdown > li.dropdown > ul.dropdown-menu:hover {
        background-color: @navbar-index-drop-bg;
        color: @navbar-index-drop-link-color;
        & > li > a:hover {
	        background-color: @navbar-index-drop-active-bg;
    	    color: @navbar-index-drop-active-link-color;
        }
      }
      .dropdown .dropdown:hover > .nav-btn-menu {
            color: @navbar-index-default-link-hover-color;
            background-color: @navbar-index-default-link-hover-bg;
      }
      .nav-btn-menu:hover {
	      	cursor: pointer;
      		& ~ a {
            	color: @navbar-index-default-link-hover-color;
	            background-color: @navbar-index-default-link-hover-bg;
            }
      }
      .nav-btn-menu:hover .caret {
        border-top-color: @navbar-index-default-link-hover-color;
      }
}
*/
.navbar .nav-cab .widget {
  float: left;
  height: 40px;
}
.navbar.navbar-default .navbar-collapse.collapse.row {
  margin-left: -15px;
  margin-right: -15px;
}
.navbar.navbar-default ul.navbar-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  float: none;
}
.navbar.navbar-default ul.navbar-nav:before,
.navbar.navbar-default ul.navbar-nav:after {
  display: none;
}
.navbar.navbar-default ul.navbar-nav > li {
  text-align: center;
  /*
		& > a {
			padding-left:0; 
			padding-right:0;
		}
		*/
}
.navbar.navbar-default ul.nav > li.dropdown > a {
  padding-right: 15px;
}
.footer-menu {
  height: 295px;
}
.footer {
  z-index: 1000;
}
.footer-menu .footer-submenu {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  float: none;
}
.footer-menu .footer-submenu > li {
  flex: auto;
  text-align: center;
  width: auto;
}
.footer-menu .footer-submenu > li > a {
  padding-left: 0;
  padding-right: 0;
}
.footer-menu {
  padding: 30px 0 0;
  color: #191919;
  background-color: #ffffff;
}
.footer-menu .footer-submenu {
  border: 1px solid #888888;
  margin-top: -1px;
  list-style: none outside none;
  padding: 25px 0px;
}
.footer-menu .footer-submenu li a {
  color: #0bac3e;
  font-size: 14px;
  font-weight: 20px;
}
.footer-menu .footer-submenu li a:hover,
.footer-menu .footer-submenu li a:focus {
  color: #0fec57;
}
.footer-menu .nav.container {
  padding: 0 30px;
}
.footer-menu .navbar.navbar-footer {
  box-shadow: none;
}
.footer-menu .navbar.navbar-footer ul.navbar-nav {
  border: none;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  float: none;
}
.footer-menu .navbar.navbar-footer ul.navbar-nav:before,
.footer-menu .navbar.navbar-footer ul.navbar-nav:after {
  display: none;
}
.footer-menu .navbar.navbar-footer ul.navbar-nav li {
  text-align: center;
  background-color: #ffffff;
}
.footer-menu .navbar.navbar-footer ul.navbar-nav li > a {
  background: transparent;
  font-size: 18px;
  color: #191919;
  padding-left: 15px;
  padding-right: 15px;
}
.footer-menu .navbar.navbar-footer ul.navbar-nav li > a:hover,
.footer-menu .navbar.navbar-footer ul.navbar-nav li > a:focus {
  color: #191919;
  background: transparent;
}
.footer-menu .navbar.navbar-footer ul.navbar-nav li.active {
  background: #ffffff;
  margin-bottom: -1px;
}
.footer-menu .navbar.navbar-footer ul.navbar-nav li.active > a {
  background: transparent;
  border: 1px solid #888888;
  border-bottom: none;
  position: relative;
  min-height: 79%;
}
.footer-menu .navbar.navbar-footer ul.navbar-nav li.dropdown > a::after,
.footer-menu .navbar.navbar-footer ul.navbar-nav .nav-btn-menu,
.footer-menu .navbar.navbar-footer ul.navbar-nav .dropdown-menu {
  display: none !important;
}
.footer-menu.rounded .footer-submenu {
  border-radius: 15px;
}
.footer-menu.rounded .navbar.navbar-footer ul.navbar-nav {
  margin: 0 40px;
}
.footer-menu.rounded .navbar.navbar-footer ul.navbar-nav li.active {
  padding: 0 15px;
}
.footer-menu.rounded .navbar.navbar-footer ul.navbar-nav li.active > a {
  border-radius: 15px 15px 0 0;
  padding-top: 7.5px;
  padding-bottom: -2.5px;
  margin-bottom: 10px;
}
.footer-menu.rounded .navbar.navbar-footer ul.navbar-nav li.active:before,
.footer-menu.rounded .navbar.navbar-footer ul.navbar-nav li.active:after {
  content: "";
  position: absolute;
  bottom: 0px;
  z-index: 100;
  display: block;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #888888;
}
.footer-menu.rounded .navbar.navbar-footer ul.navbar-nav li.active:after {
  right: -14px;
  transform: rotate(180deg);
  border-radius: 0 15px 0 0;
  border-width: 1px 1px 0px 0px;
}
.footer-menu.rounded .navbar.navbar-footer ul.navbar-nav li.active:before {
  left: -14px;
  transform: rotate(180deg);
  border-radius: 15px 0 0 0;
  border-width: 1px 0px 0px 1px;
}
.footer-menu.filled .footer-submenu {
  background: #888888;
  border-color: transparent;
}
.footer-menu.filled .navbar.navbar-footer ul.navbar-nav li.active > a {
  background: #888888;
  border-color: transparent;
}
.footer-menu.filled .navbar.navbar-footer ul.navbar-nav li.active:before,
.footer-menu.filled .navbar.navbar-footer ul.navbar-nav li.active:after {
  border-color: #888888;
}
.footer-menu.rounded.filled .navbar.navbar-footer ul.navbar-nav li.active > a {
  padding-bottom: 7.5px;
  margin-bottom: 0px;
}
.footer-menu.rounded.filled .navbar.navbar-footer ul.navbar-nav li.active:after {
  right: -5px;
  border-radius: 0 25px 0 0;
  border-width: 10px 10px 0px 0px;
  bottom: -9px;
}
.footer-menu.rounded.filled .navbar.navbar-footer ul.navbar-nav li.active:before {
  left: -5px;
  border-radius: 25px 0 0 0;
  border-width: 10px 0px 0px 10px;
  bottom: -9px;
}
@media (max-width: 1200px) {
  .navbar.navbar-fixed-top ul.nav {
    margin-left: -15px;
    margin-right: -15px;
  }
  .navbar.navbar-fixed-top ul.nav > li > a {
    padding: 10px 15px;
  }
}
.navbar.navbar-default ul.nav.navbar-nav li.catalog-menu > a {
  background: #ff7212;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.navbar.navbar-default ul.nav.navbar-nav li.catalog-menu > a:hover,
.navbar.navbar-default ul.nav.navbar-nav li.catalog-menu > a:focus {
  background: #ff8c40;
  color: #ffffff;
}
.navbar.navbar-default ul.nav.navbar-nav li.catalog-menu > a:after {
  display: none;
}
.navbar.navbar-default ul.nav.navbar-nav li.catalog-menu > a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSI+PHBhdGggZD0iTTAgMTEuNDI5VjE1aDE1di0zLjU3MUgwem0wLTUuNzE1djMuNTcyaDE1VjUuNzE0SDB6TTAgMHYzLjU3MWgxNVYwSDB6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat scroll 0 0;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 475px;
  background: #222222 url(/templates/benzospb/images/body-background-image.jpg) no-repeat scroll 50% 0;
}
@media (min-width: 1920px) {
  body {
    margin: 0 auto 475px;
    max-width: 1980px;
  }
  html {
    background: #222;
  }
  .footer {
    max-width: 1980px;
  }
}
html * {
  max-height: 1000000px;
}
.footer a.atel,
.footer a.atel:hover,
a.atel,
a.atel span,
a.atel b,
a.atel strong,
a.atel em,
a.atel i {
  text-decoration: none;
  text-transform: none;
  color: inherit;
}
header.header {
  color: #191919;
}
header.header a {
  color: #ff7212;
}
header.header a:hover,
header.header a:active,
header.header a:focus {
  color: #ff8c40;
}
header.header .header-bg {
  min-height: 110px;
  background-image: ;
  background-color: #ffffff;
  background-position: 50% 0;
}
header.header a.atel {
  color: #191919;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
section.pad {
  padding: 15px;
}
div.widget .wheader h3,
section.widget .wheader h3 {
  margin-bottom: 20px;
  text-align: left;
  font-size: 24px;
  font-weight: 900;
}
div.widget .wheader > span,
section.widget .wheader > span {
  margin: 10px 0;
  display: block;
  text-align: left;
  font-size: 19.2px;
  font-weight: 900;
}
/*
section.widget.fill {
	background: #e8e8e8;
	.wheader {
		text-align: center;
		text-transform: inherit;

	}
}
section.widget.highlight {
	.container {
		border: 1px solid #e8e8e8;
	}
}
*/
.fancybox-inner .confirm,
.fancybox-inner form {
  margin: 20px;
}
.capture-form .col-sm-12 input {
  width: 100%;
  margin-bottom: 10px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 475px;
  background-color: #ffffff;
}
.footer .base {
  color: #191919;
}
.footer .base a {
  color: #191919;
}
.footer .base a:hover,
.footer .base a:focus,
.footer .base a:active {
  color: #191919;
}
.footer .base .foot-col {
  background-color: #ffffff;
  padding-top: 80px;
}
.footer .creator {
  padding: 0;
  font-size: 14px;
}
.footer .creator .pixelon {
  background-position: 0 4px;
}
.main-content > div.container {
  background: #ffffff;
}
.main-content .content-main > .in img {
  max-width: 100%;
}
.main-content .content-main > .in > *:last-child {
  padding-bottom: 50px;
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
.list-style {
  list-style-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215px%22%20height%3D%2215px%22%3E%3Cpath%20d%3D%22M12.857%200L15%202.812l-7.143%209.376L5.714%2015l-2.143-2.812L0%207.5l2.143-2.812%203.571%204.687L12.857%200z%22%20fill%3D%22rgb%2811,172,62%29%22/%3E%3C/svg%3E");
}
.two-col ul li,
.two-col-right ul li,
.content-main .in > ul li:not([class]) {
  list-style-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215px%22%20height%3D%2215px%22%3E%3Cpath%20d%3D%22M12.857%200L15%202.812l-7.143%209.376L5.714%2015l-2.143-2.812L0%207.5l2.143-2.812%203.571%204.687L12.857%200z%22%20fill%3D%22rgb%2811,172,62%29%22/%3E%3C/svg%3E");
}
.pixelon {
  background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214px%22%20height%3D%2214px%22%3E%3Cg%20id%3D%22Pixelon%22%3E%3Cpath%20fill%3D%22rgb%2825,25,25%29%22%20d%3D%22M%2010%206%20L%2012%206%20L%2012%208%20L%2010%208%20L%2010%206%20ZM%208%206%20L%208%208%20L%209%208%20L%209%209%20L%2010%209%20L%2010%2010%20L%2012%2010%20L%2012%209%20L%2013%209%20L%2013%208%20L%2014%208%20L%2014%206%20L%2013%206%20L%2013%205%20L%2012%205%20L%2012%204%20L%2010%204%20L%2010%205%20L%209%205%20L%209%206%20L%208%206%20ZM%2010%2012%20L%2010%2010%20L%209%2010%20L%209%209%20L%208%209%20L%208%208%20L%206%208%20L%206%209%20L%205%209%20L%205%2010%20L%204%2010%20L%204%2012%20L%205%2012%20L%205%2013%20L%206%2013%20L%206%2014%20L%208%2014%20L%208%2013%20L%209%2013%20L%209%2012%20L%2010%2012%20ZM%202%2010%20L%204%2010%20L%204%209%20L%205%209%20L%205%208%20L%206%208%20L%206%206%20L%205%206%20L%205%205%20L%204%205%20L%204%204%20L%202%204%20L%202%205%20L%201%205%20L%201%206%20L%200%206%20L%200%208%20L%201%208%20L%201%209%20L%202%209%20L%202%2010%20ZM%204%202%20L%204%204%20L%205%204%20L%205%205%20L%206%205%20L%206%206%20L%208%206%20L%208%205%20L%209%205%20L%209%204%20L%2010%204%20L%2010%202%20L%209%202%20L%209%201%20L%208%201%20L%208%200%20L%206%200%20L%206%201%20L%205%201%20L%205%202%20L%204%202%20Z%22/%3E%3C/g%3E%3C/svg%3E") no-repeat scroll 0 3px;
  padding-left: 17px;
  min-height: 18px;
  display: inline-block;
}
.fancybox-inner .confirm {
  padding: 45px;
  font-size: 18px;
}
a {
  text-decoration: none;
}
a.btn:not(.btn-link) {
  text-decoration: none;
}
header.header .layout-widget-popupform a.btn.btn-link.btn-icon {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215px%22%20height%3D%2215px%22%3E%3Cpath%20d%3D%22M%208%201.4375%20C%2011.6182%201.4375%2014.5625%204.3818%2014.5625%208%20C%2014.5625%2011.6182%2011.6182%2014.5625%208%2014.5625%20C%204.3818%2014.5625%201.4375%2011.6182%201.4375%208%20C%201.4375%204.3818%204.3818%201.4375%208%201.4375%20L%208%201.4375%20ZM%208%200.5%20C%203.8582%200.5%200.5%203.8582%200.5%208%20C%200.5%2012.1418%203.8582%2015.5%208%2015.5%20C%2012.1418%2015.5%2015.5%2012.1418%2015.5%208%20C%2015.5%203.8582%2012.1418%200.5%208%200.5%20L%208%200.5%20ZM%2012.1812%2010.5076%20L%2012.1392%2010.3795%20C%2012.0403%2010.0847%2011.7144%209.7771%2011.4141%209.6946%20L%2010.3053%209.3916%20C%2010.005%209.3101%209.5765%209.42%209.356%209.6406%20L%208.9548%2010.0416%20C%207.4973%209.647%206.3539%208.5035%205.9602%207.046%20L%206.3612%206.645%20C%206.5809%206.4253%206.6908%205.9968%206.6094%205.6956%20L%206.3071%204.5869%20C%206.2257%204.2866%205.9163%203.9607%205.6215%203.8618%20L%205.4951%203.8197%20C%205.1995%203.7208%204.7773%203.8206%204.5576%204.0413%20L%203.957%204.6418%20C%203.8499%204.748%203.7813%205.0529%203.7813%205.0538%20C%203.7611%206.96%204.5082%208.7956%205.8558%2010.1442%20C%207.1998%2011.4882%209.0291%2012.2344%2010.9287%2012.2178%20C%2010.9388%2012.2178%2011.2529%2012.151%2011.36%2012.0439%20L%2011.9606%2011.4433%20C%2012.1803%2011.2245%2012.2792%2010.8024%2012.1812%2010.5076%20Z%22%20fill%3D%22rgb%28255,114,18%29%22/%3E%3C/svg%3E") no-repeat scroll 0 0px;
  padding: 0 0 0 20px;
  height: auto;
  display: inline-block;
  line-height: 1.23;
  min-height: 20px;
}
/*    */
.form-error {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 15px;
  width: 15px;
  overflow: hidden;
  background: #da2d2d none repeat scroll 0 0;
  opacity: 0.8;
  height: 100%;
}
.form-error li {
  background: transparent;
  padding: 3px;
  margin: 0;
  opacity: 1;
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
}
.form-error:before {
  background: #da2d2d none repeat scroll 0 0;
  content: "?";
  height: 100%;
  line-height: 55px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 15px;
  color: #fff;
}
.form-error:hover {
  width: 100%;
  padding-left: 0;
}
.form-error:hover:before {
  content: "";
  width: 0px;
}
.form-error + input {
  border: 1px solid #da2d2d;
}
.form-group .controls {
  position: relative;
}
input,
.form-control {
  box-shadow: none;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 23, 2016 */
@font-face {
  font-family: 'pt_sans_rub';
  src: url('/vendor/fonts/rub/ptsansrub-bold-webfont.eot');
  src: url('/vendor/fonts/rub/ptsansrub-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/vendor/fonts/rub/ptsansrub-bold-webfont.woff2') format('woff2'), url('/vendor/fonts/rub/ptsansrub-bold-webfont.woff') format('woff'), url('/vendor/fonts/rub/ptsansrub-bold-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sans_rub';
  src: url('/vendor/fonts/rub/ptsansrub-bolditalic-webfont.eot');
  src: url('/vendor/fonts/rub/ptsansrub-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('/vendor/fonts/rub/ptsansrub-bolditalic-webfont.woff2') format('woff2'), url('/vendor/fonts/rub/ptsansrub-bolditalic-webfont.woff') format('woff'), url('/vendor/fonts/rub/ptsansrub-bolditalic-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'pt_sans_rub';
  src: url('/vendor/fonts/rub/ptsansrub-italic-webfont.eot');
  src: url('/vendor/fonts/rub/ptsansrub-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/vendor/fonts/rub/ptsansrub-italic-webfont.woff2') format('woff2'), url('/vendor/fonts/rub/ptsansrub-italic-webfont.woff') format('woff'), url('/vendor/fonts/rub/ptsansrub-italic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'pt_sans_rub';
  src: url('/vendor/fonts/rub/ptsansrub-regular-webfont.eot');
  src: url('/vendor/fonts/rub/ptsansrub-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/vendor/fonts/rub/ptsansrub-regular-webfont.woff2') format('woff2'), url('/vendor/fonts/rub/ptsansrub-regular-webfont.woff') format('woff'), url('/vendor/fonts/rub/ptsansrub-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
span.RUR {
  font-family: 'pt_sans_rub';
  line-height: normal;
}
/* Em to Light */
em {
  font-weight: 300;
  font-style: normal;
}
section.widget .wtext em {
  font-weight: 300;
  font-style: normal;
}
/* /Em to Light */
.main-widget-form .controls.checkbox {
  clear: left;
}
section.main-widget-form.highlight {
  padding: 45px 0 90px;
  position: relative;
  border: 0px;
}
section.main-widget-form.highlight .wtext {
  text-align: center;
}
section.main-widget-form.highlight .wtext p {
  margin: 0 0 2px;
}
section.main-widget-form.highlight .wtext p > strong {
  font-size: 40px;
}
section.main-widget-form.highlight .wtext p.special {
  position: absolute;
  bottom: 56px;
  left: 0;
  width: 100%;
  font-size: 16px;
}
section.main-widget-form.highlight form {
  margin: 45px auto 0;
  width: 75%;
}
section.main-widget-form.highlight .tob {
  position: relative;
  top: 140px;
}
section.main-widget-form.highlight .btn {
  border-radius: 0;
  font-size: 24px;
  width: 275px;
  height: 65px;
  padding: 10px 20px;
}
section.main-widget-form.highlight .controls.checkbox {
  clear: left;
}
section.main-widget-form.highlight .controls {
  margin: 0 -10px;
}
section.main-widget-form.highlight input[type="text"] {
  box-shadow: none;
  border: none;
  border-radius: 0;
  height: 65px;
  font-size: 18px;
  text-align: center;
}
section.main-widget-form.highlight .rprivacy {
  text-align: center;
}
section.main-widget-form.highlight .confirm {
  text-align: center;
}
section.main-widget-form.highlight .confirm h3 {
  font-size: 36px;
}
section.main-widget-form.highlight .confirm p {
  font-size: 24px;
}
section.main-widget-form.highlight .confirm p span {
  font-size: 24px !important;
}
.all {
  padding-top: 40px;
}
.navbar {
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.05);
  z-index: 655;
}
.navbar {
  box-shadow: none;
}
header.header {
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.05);
}
.layout-widget-email .emails.showicon .email-line a .glyphicon {
  font-size: 90%;
}
a:focus {
  outline: none;
}
.aside-secondary > section:first-child,
.aside-primary > section:first-child {
  margin-top: 40px;
}
form .rprivacy {
  font-size: 11px;
  clear: left;
  padding: 0;
}
form .rprivacy em {
  display: none;
}
.fancybox-inner .privacy {
  padding: 50px;
}
ul.ul:after {
  content: "";
  display: block;
  clear: both;
}
ul.ul li {
  float: left;
  position: relative;
  min-height: 1px;
  padding: 0 15px;
}
ul.ul.ul-3 li {
  width: 33.333%;
}
ul.ul.ul-2 li {
  width: 50%;
}
.col-sm-2_4 {
  width: 20%;
}
.header-bg > .container {
  position: relative;
}
.header .search-widget-search .input-group {
  width: 100%;
}
header.header {
  position: relative;
  z-index: 510;
}
.breadcrumbs {
  z-index: 490;
}
.btn-arrow:before {
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  top: 3px;
  width: 0;
}
.layout-widget-basket .ino .glyphicon-shopping-cart {
  position: relative;
  margin-right: 10px;
}
.layout-widget-basket .ino .glyphicon-shopping-cart .badge.basket_amount {
  position: absolute;
  top: -7px;
  right: -9px;
  border: 1px solid white;
  padding: 1px 6px 5px;
  font-size: 12px;
  font-weight: normal;
}
.btn,
.form-control {
  border-radius: 0;
}
.form-inline .input-group {
  width: 100%;
}
ul.thumbnails {
  list-style: outside none none;
  padding: 0;
}
ul.thumbnails .thumbnail {
  border: 0;
}
ul.categories .caption {
  text-align: center;
  font-size: 24px;
}
.nopadding {
  padding: 0;
  margin: 0;
}
.page-header {
  margin: 25px 0 25px;
}
.page-header h1 {
  margin: 0;
  text-align: left;
  font-size: 24px;
  font-weight: 900;
}
.footer {
  font-size: 14px;
}
.footer .brand {
  font-weight: bold;
}
.breadcrumb.breadcrumb {
  padding: 25px 15px 5px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumb.breadcrumb li > a {
  color: #777777;
}
.breadcrumb.breadcrumb li {
  color: #777777;
}
.breadcrumb.breadcrumb > li + li::before {
  color: #ddd;
  padding: 0 5px 0 10px;
}
a.zoom {
  outline: none;
}
.posti,
.prei {
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.btn:not(.btn-link):not(.btn-default):not(.btn-primary) {
  font-size: 16px;
  height: 40px;
  padding: 7px 5px;
  color: #ffffff;
  background: #ff7212;
  border-color: #ff8c40;
  border-width: 0px;
}
.btn:not(.btn-link):not(.btn-default):not(.btn-primary):hover,
.btn:not(.btn-link):not(.btn-default):not(.btn-primary):focus {
  color: #ffffff;
  background: #ff8c40;
}
.btn.btn-default {
  font-size: 16px;
  height: 40px;
  padding: 7px;
  color: #ff7212;
  background: #ffffff;
  border-color: #ff7212;
  border-width: 1px;
}
.btn.btn-default:hover,
.btn.btn-default:focus {
  color: #ffffff;
  background: #ff7212;
}
.btn.btn-primary {
  font-size: 16px;
  height: 40px;
  padding: 7px;
  color: #ffffff;
  background: #ff7212;
  border-color: #ff8c40;
  border-width: 0px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  color: #ffffff;
  background: #ff8c40;
}
.btn.btn-lg {
  height: 55px;
  font-size: 18px;
  padding: 14px;
}
.btn.btn-xs {
  height: 30px;
  font-size: 14px;
  padding: 3px;
}
.col-xs-2_4 {
  width: 20%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.productID {
  font-size: 12px;
  color: #777;
}
.basket table .center {
  text-align: center;
}
.basket table input {
  max-width: 100px;
}
.basket table.table > thead > tr:first-child th {
  background: #f3f5f6;
}
.basket table.table.table tr > th,
.basket table.table.table tr > td {
  vertical-align: inherit;
  text-align: center;
}
.basket table .center .close {
  float: none;
  border: 1px solid #000;
  border-radius: 24px;
  display: inline-block;
  height: 24px;
  width: 24px;
}
.basket .price-basket {
  margin-bottom: 10px;
}
.basket_list {
  margin-bottom: 10px;
}
.basket_list .basket_amount,
.basket_list .basket_price {
  font-weight: bold;
}
.basket-summ {
  white-space: nowrap;
  text-align: right;
}
.basket-count {
  text-align: center;
}
.basket .ar {
  white-space: nowrap;
}
.basket .summtotal {
  /*font-weight: bold;*/
  font-size: 24px;
}
.basket .basketbottom .basket_price {
  font-weight: bold;
  font-size: 20px;
}
.basket .close:hover::after {
  content: attr(data-descr);
  position: absolute;
  border: 1px #aaaaaa solid;
  border-radius: 2px;
  padding: 5px;
  color: #000000;
  font-size: 12px;
  z-index: 1;
}
.basket .btnsetop {
  margin-top: 4px;
}
.basket .basket-form {
  max-width: 600px;
}
.basket table.table.table img {
  max-height: 60px;
}
.basket table.table.table a {
  font-weight: bold;
  color: #000;
}
.basket table.table.table .nobg.nobg.nobg {
  background: none;
}
.basket table.table.table .nobg.nobg.nobg td {
  background: none;
}
.basket table.table.table .noborder.noborder.noborder {
  border: 1px solid transparent;
  background: transparent;
}
.basket table.table.table .noborder.noborder.noborder.cnt {
  border-right: 1px solid #ddd;
}
.basket table.table.table .itar.summtotal {
  border-left: 1px solid #ddd;
  padding: 30px 60px 30px 30px;
  background: #f3f5f6;
}
.basket table.table.table .itar.summtotal .itogs {
  width: 100%;
}
.basket table.table.table .itar.summtotal .itogs .total {
  color: #0bac3e;
  font-weight: bold;
  font-size: 24px;
}
@media (min-width: 80px) {
  .basket table.table.table td.center {
    width: 120px;
  }
  .basket table.table.table .summtotal {
    width: 275px;
  }
}
.basket table.table.table .itord .btn {
  width: 100%;
  background: #ff7212;
  border-color: #ff7212;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
}
.basket table.table.table .itord .btn:hover {
  background: #ff8c40;
}
.cnt .counter {
  min-width: 100px;
}
.nobasket {
  padding: 40px 0;
}
.basket_f > form {
  width: 70%;
}
.basket_f > form .hint {
  font-size: 12px;
  font-weight: 300;
}
body.module-basket .content-main {
  padding-bottom: 65px;
}
.content-main .basket {
  background: #fff;
}
.content-main .basket table.table.table {
  border: 1px solid #ddd;
  border-width: 1px 0;
}
.content-main .basket table.table.table tr th:first-child,
.content-main .basket table.table.table tr td:first-child {
  text-align: left;
}
.content-main .basket table.table.table .summtotal {
  width: auto;
}
.content-main .basket table.table.table a {
  font-weight: normal;
}
.content-main .basket table.table.table > thead > tr:first-child th {
  border: none;
}
.content-main .basket table.table.table > tbody > tr:first-child td {
  border: none;
}
.content-main .basket .description-text {
  font-size: 14px;
  line-height: 1.3;
  padding: 20px 0 0;
}
.content-main .basket .itar,
.content-main .basket .itord {
  text-align: left;
  font-size: 24px;
  padding: 10px 0 0 40px;
}
.content-main .basket .itar .itogs,
.content-main .basket .itord .itogs {
  text-align: left;
  display: inline-block;
  min-width: 20%;
}
.content-main .basket .itar .itogs small,
.content-main .basket .itord .itogs small {
  font-size: 12px;
  margin: 0px 0 -5px;
  display: block;
}
.content-main .basket .itar .btn,
.content-main .basket .itord .btn {
  width: 200px;
  /*
            height: 55px;
            font-size: 24px;
            margin-top: 15px;
            */
}
.content-main .basket .itar .total,
.content-main .basket .itord .total {
  white-space: nowrap;
}
.content-main .basket .itar .basket_price,
.content-main .basket .itord .basket_price,
.content-main .basket .itar .basket_amount,
.content-main .basket .itord .basket_amount {
  font-weight: 900;
}
section.basket-process {
  background: #fff;
  padding: 40px;
}
section.basket-process .basket_f {
  text-align: center;
}
section.basket-process .basket_f > form {
  width: 450px;
  text-align: left;
  display: inline-block;
}
section.basket-process .basket_f > form input[type="text"],
section.basket-process .basket_f > form textarea {
  background: #F6F6F6;
}
section.basket-process .basket_f > form .rprivacy {
  padding: 0;
}
section.basket-process .basket_f > form .btn {
  border-radius: 5px;
}
section.basket-process table.table.table {
  /*& > thead > tr:first-child th {

			border: none;
			background: #F6F6F6;
		}
		& > tbody > tr:first-child td {
			border: none;
		}
		*/
}
section.basket-process table.table.table tr th:first-child,
section.basket-process table.table.table tr td:first-child {
  text-align: left;
}
section.basket-process table.table.table .summtotal {
  width: auto;
}
section.basket-process table.table.table a {
  font-weight: normal;
}
.cnt .counter {
  min-width: auto;
}
.cnt .counter input {
  background: #eee;
}
.cnt .counter .btn.btn-default {
  background: #eee;
  border-color: #bbb;
  color: #777;
}
.cnt .counter .btn.btn-default:hover {
  background: #bbb;
  border-color: #bbb;
  color: #777;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-buttons div,
.owl-controls .owl-page {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
  cursor: url(/base/grabbing.png) 8 8, move;
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  opacity: .5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  opacity: .5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-item.loading {
  min-height: 150px;
  background: url(/generic/module/carousel/images/AjaxLoader.gif) no-repeat center center;
}
.carousel_wrap {
  position: relative;
  padding: 0 28px !important;
}
.owl-carousel .item {
  text-align: center;
  margin: 0 4px;
}
.customNav {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.customNav.prev {
  left: 14px;
}
.customNav.next {
  right: 14px;
}
.carousel-widget-carousel {
  padding: 25px 0 50px;
}
.carousel-widget-carousel .carousel_wrap .owl-theme .owl-controls .owl-page span {
  border-radius: 0;
  margin: 25px 7px;
  background: #777777;
  opacity: 0.3;
  width: 15px;
  height: 15px;
}
.carousel-widget-carousel .carousel_wrap .owl-theme .owl-controls .owl-page.active span,
.carousel-widget-carousel .carousel_wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
}
.carousel-widget-carousel .item a {
  border: 1px solid #fff;
  display: inline-block;
}
.carousel-widget-carousel .carousel_wrap {
  margin: 25px -15px;
  padding: 0 25px !important;
}
.carousel-widget-carousel .customNav {
  top: 49%;
  z-index: 8001;
}
.carousel-widget-carousel .customNav.prev {
  left: 0px;
}
.carousel-widget-carousel .customNav.next {
  right: 0px;
}
.carousel-widget-carousel .glyphicon {
  width: 25px;
  height: 60px;
  display: block;
}
.carousel-widget-carousel .glyphicon:before {
  display: none;
}
.carousel-widget-carousel .glyphicon.glyphicon-arrow-right {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSI2MCI+PHBhdGggZD0iTTIgMmwyMiAyOS41TDIgNTciIHN0cm9rZT0iIzMzMyIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIi8+PC9zdmc+) no-repeat scroll 0 0;
}
.carousel-widget-carousel .glyphicon.glyphicon-arrow-left {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSI2MCI+PHBhdGggZD0iTTIyIDJMMiAyOS41IDIyIDU3IiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==) no-repeat scroll 0 0;
}
.carousel-widget-carousel .item .img {
  display: block;
}
.carousel-widget-carousel.hilight .item .caption {
  display: inline-block;
  padding: 32px  0 0 37px;
  color: #303338;
  font-size: 18px;
  font-weight: 300;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAgCAYAAAAMq2gFAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTIvMTUvMTa/LrshAAABvklEQVRIib3Wz2vPcRwH8MeX2Wk14TC1iGlKkolctF05+BOcJCspF3kf1Lu3Uq/LkuLk4ioOLm6SHyWlEHGwg4PViJbDmLTMYZ9lfbcW2+fzfdb78Hp96vPoXe/35/Vpzc3NaU8qMYiPkdPMkoerzLplkGG8xGhdyBIolTiMC5jB0q3WAaUS+/GsWg9xrHYolRjBJQzhdwVNpBLHa4NSiUO4irHI6RUG8A53cbo2CFdwKnJ6VPUGMI776Ekl9tQCRU5HIqfnbf2p6mjfxtlaoMVFKtGFVuT0vWrdUNMx72qre7B+oYicfqFVB9R+YWfRXceLV4Qip2nMphIbGoWqTGNLJ6Av2NYJaBLbOwG9x2AnoLfY2wnoBTamEv2NQpHTD/ODb7hRqMoDHO0E9AS9qcSuRqHI6af5SXuyUajKTRxMJXY3CkVOk+an7LVUorcxqMKu4w0urxVqLfcD2Z5U4hYmkKsv/H9nxR0tyhlswlgq0bca6J92tJBUYhQXcS5yutMYVGFDOI+t5k/mvcjpa+1QhXVhH05gJz7gMZ5GTp9qg9rQfozggL/jZRqf8Q1TeL1maBm4DzuwuVrdGP8D16GRwBOeZwoAAAAASUVORK5CYII=) no-repeat scroll 0 15px;
}
@media (max-width: 1270px) {
  .carousel_wrap .customNavigation {
    display: none;
  }
  .owl-carousel {
    overflow: hidden;
  }
}
span.RUR {
  font-family: 'pt_sans_rub';
  line-height: normal;
}
body.m-catalog .page-header {
  margin: 0;
}
body.m-catalog .page-header h1 {
  text-align: left;
}
.catalog-item-classic .page-header,
.catalog-index .page-header {
  text-align: left;
  margin: 5px 0 40px;
  padding: 0 0 0px;
}
.catalog-item-classic .page-header h1,
.catalog-index .page-header h1 {
  text-align: left;
}
.catalog-item-classic .page-header h1:after,
.catalog-index .page-header h1:after {
  display: none;
}
.catalog-item-classic .page-header {
  margin: 10px 0 25px;
  padding: 0 0 35px;
  border-bottom: 1px solid #DDDDDD;
}
article.content-main {
  /*
	.sortables{
		margin-bottom: 30px;
		font-size: 14px;
		.sort_name {
			color: #000;
		}
        .sortin {
            display: inline-block;
            width: 300px;
        }
		.sort {
            display: inline;
            padding: 0 0 0 20px;
            position: relative;
            & > div {
                position: absolute;
                z-index: 100;
                top: -5px;
                left: 7px;
                white-space: nowrap;
                padding: 4px 15px;
                @svg: escape('<svg xmlns="http://www.w3.org/2000/svg" width="9" height="6"><path d="M0 0h9L4.625 6 0 0z" fill="#aaa"/></svg>');
                background: #fff url( "data:image/svg+xml,@{svg}" ) no-repeat scroll 3px 13px;
                & > span {
                    display: block;
                }
            }
            a {
                line-height: 1.3;
                margin: 0 0 5px;
                color: #aaa;
                display: none;
                clear: both;
                &:hover {
                    text-decoration: none;
                }
                &.selected {
                    display: inline-block;
                    border-bottom: 1px dotted #aaa;
                }
		    }
        }
        .sortin:hover {
            .sort > div {
                box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            }
            a{
                display: inline-block;
                &.selected {
                    color: #000;
                    border-bottom: none;
                }

            }
        }
	}
	*/
  /* Картинка поверх товара символизирующая акцию */
  /*
	.action{
		background: url("/templates/lighttechnician/images/label-orange.png") repeat scroll 0 0 transparent;
		color: white;
		display: block;
		font-size: 22px;
		font-weight: bold;
		height: 80px;
		padding-top: 23px;
		position: absolute;
		right: 23px;
		text-align: center;
		top: 0px;
		width: 80px;
	}
	.old-cost{
		text-decoration: line-through;
		color: red;
	}
	*/
}
article.content-main .catalog_item .item_header {
  text-decoration: none;
  font-size: 14px;
}
article.content-main .catalog_item .caption {
  text-decoration: none;
  font-size: 14px;
}
article.content-main .offers-table table {
  border-bottom: 1px solid #ddd;
}
article.content-main .cat-text {
  padding: 25px 0;
}
article.content-main .thumbnail {
  outline: none;
}
article.content-main .thumbnail .item_image {
  width: 100%;
}
article.content-main .catalog .desc {
  min-height: 2em;
  margin-bottom: 0px;
  text-align: center;
}
article.content-main .catalog .desc a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
article.content-main .catalog .desc a:hover,
article.content-main .catalog .desc a:focus,
article.content-main .catalog .desc a:active {
  text-decoration: none;
}
article.content-main .params {
  font-size: 14px;
  padding-top: 15px;
}
article.content-main .t_proce,
article.content-main .proce {
  font-size: 24px;
}
article.content-main .t_proce span[itemprop="price"],
article.content-main .proce span[itemprop="price"] {
  font-weight: 700;
}
article.content-main div.counter {
  display: inline-block;
  width: 80px;
  height: 25px;
  padding: 5px 0 10px 5px;
}
article.content-main div.counter input[type=text] {
  text-align: center;
}
article.content-main div.counter .input-group-sm > .form-control,
article.content-main div.counter .input-group-sm > .input-group-addon,
article.content-main div.counter .input-group-sm > .input-group-btn > .btn {
  height: 25px;
  padding: 0 6px;
  border-radius: 0;
}
article.content-main .offer-price {
  display: inline-block;
}
article.content-main .rone {
  text-align: center;
  padding: 10px 0;
}
article.content-main .rtwo {
  text-align: center;
  padding: 10px 0;
}
article.content-main .buy.cl {
  margin-top: 0px;
  display: inline-block;
}
article.content-main .btn-buy {
  padding: 7.2px 5px;
  height: 40px;
  font-size: 16px;
  margin-top: 0px;
  width: auto;
  width: 130px;
}
article.content-main .t_buy .btn-buy {
  margin: 0;
}
article.content-main .t_proce {
  white-space: nowrap;
}
article.content-main .btn-buyoneclick {
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  display: inline-block;
  width: 130px;
  margin: 0;
  background: #F6F6F6;
  padding: 8px 5px;
  height: 40px;
}
article.content-main .btn-buyoneclick:hover {
  text-decoration: none;
  color: #000;
  background: #E6E6E6;
}
article.content-main.col-sm-4 .btn-buy,
article.content-main.col-sm-8 .btn-buy,
article.content-main.col-sm-4 .btn-buyoneclick,
article.content-main.col-sm-8 .btn-buyoneclick {
  width: 115px;
}
article.content-main.col-sm-4 .btn-buyoneclick,
article.content-main.col-sm-8 .btn-buyoneclick {
  font-size: 12px;
  padding: 10px 5px;
}
article.content-main .btn-bookmarks {
  float: right;
  font-size: 13px;
  color: grey;
  text-decoration: underline dotted;
  cursor: pointer;
  margin-bottom: 0px;
}
article.content-main .btn-bookmarks:hover {
  text-decoration: none;
  color: black;
}
article.content-main .btn-compare {
  float: right;
  font-size: 13px;
  color: grey;
  text-decoration: underline dotted;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
article.content-main .btn-compare :hover {
  text-decoration: none;
  color: black;
}
article.content-main .index_picscols {
  padding-left: 1px;
  margin: 0 0 25px 0;
}
article.content-main .index_picscols .item_block {
  padding: 20px 20px 25px;
  border: 1px solid #efefef;
  border-color: #efefef transparent transparent transparent;
  margin-left: -1px;
}
article.content-main .index_picscols .item_block .thumbnail {
  padding: 0;
  outline: none;
}
article.content-main .index_picscols .item_block:hover {
  border-color: #000;
  z-index: 100;
}
/* Переключатель
 .view {
    .viewtype {
        display: inline-block;
        width: 20px;
        height: 20px;
        float: right;
        margin: 0 0 0 6px;
		font-size: 15px;
		line-height: 1;
		color: @link-color;
        &.active {
            color: @text-color;
        }
    }
 }
 */
/* Сравнение */
body .compare_text {
  font-size: 12px;
  /*line-height: @font-size-small;*/
  vertical-align: text-top;
  font-weight: normal;
  padding-left: 4px;
  cursor: pointer;
}
body .compare {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
body .compare:checked + .compare_text {
  background: #888;
}
.catalog-compare.diff-only .nodiff {
  display: none;
}
.catalog-compare .old-cost {
  display: none;
}
.catalog-compare td,
.catalog-compare .offerstable {
  text-align: center;
}
.catalog-compare th {
  text-align: left;
}
.catalog-compare .offers .proce {
  float: none;
}
.catalog-compare .close {
  width: 22px;
  height: 22px;
  border: 1px solid #c0c2c2;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(top, #fefefe 0%, #e5e7e8 100%);
  background-image: -o-linear-gradient(top, #fefefe 0%, #e5e7e8 100%);
  background-image: linear-gradient(to bottom, #fefefe 0%, #e5e7e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#ffe5e7e8', GradientType=0);
  line-height: 22px;
}
/* Comments New Styles */
/* ---------- */
#comments textarea {
  width: 98%;
}
.catalog.item .stars {
  padding-top: 15px;
}
.catalog.item .labels {
  margin-bottom: 30px;
}
.catalog.item .item_header {
  font-weight: bold;
}
.stars > .star {
  width: 21px;
  height: 21px;
  background: url(/generic/module/catalog/images/star-on.png) no-repeat 0 0;
  display: inline-block;
}
.stars > .off {
  width: 21px;
  height: 21px;
  background: url(/generic/module/catalog/images/star-off.png) no-repeat 0 0;
  display: inline-block;
}
.form-group.rcomment {
  clear: both;
}
.form-group.rrating .controls {
  margin-left: 0;
  padding: 0;
}
.form-group.rrating .controls input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-group.rrating .controls > label {
  width: 21px;
  height: 21px;
  background: url(/generic/module/catalog/images/star-off.png) no-repeat 0 0;
  display: inline-block;
  text-indent: -999em;
  float: right;
  cursor: pointer;
  margin: 0;
  min-width: 16px;
}
.form-group.rrating .controls > label.active {
  background: url(/generic/module/catalog/images/star-on.png) no-repeat 0 0;
}
.tab-content .stars {
  float: right;
  margin-right: 10px;
}
.row > .stars {
  margin-left: 30px;
}
.discussion_item {
  margin-bottom: 5px;
}
.discussion_item .di_header {
  background: none;
  border-bottom: 1px solid #e3e3e3;
  padding: 4px;
}
.discussion_item .di_body {
  padding: 4px;
}
.btn-compare .compare-minus {
  display: none;
}
.btn-compare .compare-plus {
  display: block;
}
input.compare:checked + .btn-compare .compare-minus {
  display: block;
}
input.compare:checked + .btn-compare .compare-plus {
  display: none;
}
.btn-bookmarks {
  font-weight: normal;
}
.btn-bookmarks .bookmarks-minus {
  display: none;
}
.btn-bookmarks .bookmarks-plus {
  display: block;
}
input.bookmarks:checked + .btn-bookmarks .bookmarks-minus {
  display: block;
}
input.bookmarks:checked + .btn-bookmarks .bookmarks-plus {
  display: none;
}
.orderp ul {
  list-style: none outside none;
  padding: 0;
}
.orderp .color-preview {
  display: inline-block;
  width: 73px;
  height: 73px;
}
.orderp .option-list .option-item {
  text-align: center;
}
.orderp .option-list .option-item label {
  border: 1px solid transparent;
  display: inline-block;
  width: 81px;
  height: 81px;
  padding: 3px;
  margin-bottom: 15px;
}
.orderp .option-list .option-item label:hover {
  border: 1px solid #ff7212;
}
.orderp .option-list .option-item input:checked + label {
  border: 1px solid #333;
}
.params {
  clear: both;
  padding-bottom: 0;
  padding-top: 0;
}
.params ul {
  list-style: outside none none;
  padding: 0;
  margin: 0px 0 20px;
}
.params ul li::after {
  border-bottom: 1px dotted #CCCCCC;
  content: " ";
  display: block;
}
.params .params_argument,
.params .params_value {
  position: relative;
  top: 4px;
  background: #ffffff;
}
.params .params_argument:after {
  content: ":";
  display: inline-block;
  padding-right: 4px;
}
.params .params_value {
  float: right;
  top: 3px;
}
.params .params_value a {
  margin-left: 10px;
}
.item_image {
  width: 100%;
}
section.description {
  margin-top: 30px;
}
section.description table {
  border: none;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}
section.description table td {
  border: none;
}
section.description table > thead > tr > th,
section.description table > tbody > tr > th,
section.description table > tfoot > tr > th,
section.description table > thead > tr > td,
section.description table > tbody > tr > td,
section.description table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
section.description table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
section.description table > caption + thead > tr:first-child > th,
section.description table > colgroup + thead > tr:first-child > th,
section.description table > thead:first-child > tr:first-child > th,
section.description table > caption + thead > tr:first-child > td,
section.description table > colgroup + thead > tr:first-child > td,
section.description table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
section.description table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
section.description table .table {
  background-color: #222222;
}
section.description table > thead > tr > th,
section.description table > tbody > tr > th,
section.description table > tfoot > tr > th,
section.description table > thead > tr > td,
section.description table > tbody > tr > td,
section.description table > tfoot > tr > td {
  padding: 5px;
}
section.description table > tbody > tr:hover {
  background-color: #f5f5f5;
}
section.description table tr > th:last-child,
section.description table tr > td:last-child {
  text-align: right;
}
.item-classic .productID {
  float: none;
  text-align: right;
  display: block;
}
/* Widget: Navigate */
.catalog-widget-navigate {
  /*@navbar-second-bg: #DCF2F0;*/
  padding-top: 10px;
  /*border-top: 1px solid @well-border;*/
  /*.navmenu > li:last-child > a{
       	color: @background_buy;
	}
	*/
  /* отступы и размеры */
  /* цвета */
}
.catalog-widget-navigate ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.catalog-widget-navigate ul.navmenu {
  padding: 13px 20px 0 0;
}
.catalog-widget-navigate a {
  font-size: 14px;
}
.catalog-widget-navigate .navmenu > li > a {
  font-size: 16px;
}
.catalog-widget-navigate li > a {
  display: block;
  text-decoration: none;
}
.catalog-widget-navigate li > a {
  padding: 5px 0px;
  font-size: 14px;
  line-height: 15px;
  margin-left: 0px;
  color: #000;
}
.catalog-widget-navigate li > a:hover {
  color: #FF8C40;
}
.catalog-widget-navigate li > .nav-btn-menu {
  padding: 5px 0px 0;
}
.catalog-widget-navigate li.l1 > a {
  padding: 15px 0px 5px;
  font-size: 14px;
  margin-left: 0px;
  font-weight: 900;
}
.catalog-widget-navigate li.l1 > .nav-btn-menu {
  padding: 15px 0px 0;
}
.catalog-widget-navigate li.l2 > a {
  padding: 5px 0px;
  margin-left: 0px;
  font-size: 14px;
}
.catalog-widget-navigate li.l2 > .nav-btn-menu {
  padding: 10px 0px 0;
}
.catalog-widget-navigate li.l3 > a {
  padding: 3px 0px;
  font-size: 15px;
  margin-left: 20px;
}
.catalog-widget-navigate li.l3.active > a {
  font-weight: bold;
}
.catalog-widget-navigate li.l3 > .nav-btn-menu {
  padding: 3px 0px 0;
}
.catalog-widget-navigate li.l1.active li > a {
  background-color: #ffffff;
}
.catalog-widget-navigate li.l1.active li > a:hover {
  background-color: #ffffff;
}
.catalog-widget-navigate li.l1.active li.active > a {
  background-color: #ffffff;
  color: #000;
}
.catalog-widget-navigate li.l1 {
  /*
        &:not(.active) > .nav-btn-menu .caret{
        	border-top: 4px dashed #cbcbcb;
        }
        */
}
.catalog-widget-navigate li.l1 > a {
  color: #000;
  background-color: #ffffff;
}
.catalog-widget-navigate li.l1.active > a {
  background-color: #ffffff;
  color: #000000;
}
.catalog-widget-navigate li.l1 > a:hover {
  color: #FF8C40;
}
.catalog-widget-navigate li.l1:not(.active) .caret {
  border-top: 4px dashed #cbcbcb;
}
.catalog-widget-navigate li.l1.active > .nav-btn-menu > .caret.caret.caret {
  border-top: 4px dashed #888;
  -moz-transform: rotate(-90deg);
  /* Для Firefox */
  -ms-transform: rotate(-90deg);
  /* Для IE */
  -webkit-transform: rotate(-90deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(-90deg);
  /* Для Opera */
  transform: rotate(-90deg);
}
.catalog-widget-navigate li.l1.active li.l2.active > a {
  color: #000;
}
.catalog-widget-navigate li.l1.active li.l2 > a:hover {
  color: #FF8C40;
}
.catalog-widget-navigate .drop-menu {
  display: none;
}
.catalog-widget-navigate .nav-btn-menu {
  display: inline-block;
  float: right;
}
.catalog-widget-navigate .drop input:checked ~ ul.drop-menu {
  display: block;
}
.catalog-widget-navigate .drop input:checked + .nav-btn-menu > .caret {
  -moz-transform: rotate(-180deg);
  /* FF3.5/3.6 */
  -o-transform: rotate(-180deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(-180deg);
  /* Saf3.1+ */
  transform: rotate(-180deg);
  /* Newer browsers (incl IE9) */
  filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',M11=-1, M12=1.2246467991473532e-16, M21=-1.2246467991473532e-16, M22=-1)";
}
.btn-buy {
  color: #ffffff;
  background-color: #ff7212;
  border-color: #ff7212;
}
.btn-buy:hover,
.btn-buy:active,
.btn-buy:focus {
  color: #ffffff;
  background-color: #ff8c40;
  border-color: #ff8c40;
}
aside .catalog-widget-filter select {
  width: 100%;
}
aside .catalog-widget-filter input[type="text"] {
  width: 100%;
}
aside .catalog-widget-filter label.for_checkbox {
  width: 100%;
}
aside .catalog-widget-filter .group {
  margin-bottom: 20px;
}
aside .catalog-widget-filter .diap {
  width: 100%;
  position: relative;
  height: 26px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
aside .catalog-widget-filter .dash {
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #fff;
  width: 10px;
  height: 26px;
  margin-left: -5px;
  line-height: 26px;
}
aside .catalog-widget-filter .toshow {
  max-height: 1.4em;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
aside .catalog-widget-filter .fhide .toshow {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
aside .catalog-widget-filter .half {
  width: 50%;
  float: left;
}
aside .catalog-widget-filter .half input {
  width: 100%;
  height: 26px;
  border: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*Firefox 1-3*/
  -webkit-box-sizing: border-box;
  /* Safari */
}
aside .catalog-widget-filter .half.first input {
  padding-right: 10px;
}
aside .catalog-widget-filter .half.last input {
  text-align: right;
  padding-left: 10px;
  *margin-left: -14px;
}
.content-main .catalog-widget-filter .panel-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.content-main .catalog-widget-filter select {
  width: 100%;
}
.content-main .catalog-widget-filter input[type="text"] {
  width: 100%;
}
.content-main .catalog-widget-filter label.for_checkbox {
  width: 100%;
}
.content-main .catalog-widget-filter .diap {
  width: 100%;
}
.content-main .catalog-widget-filter .dash {
  left: 50%;
  float: left;
  padding: 6px 0;
}
.content-main .catalog-widget-filter .half {
  width: 45%;
}
.content-main .catalog-widget-filter .half input {
  width: 100%;
  padding-left: 5px;
}
.content-main .catalog-widget-filter .half.first {
  float: left;
}
.content-main .catalog-widget-filter .half.last {
  float: right;
}
.content-main .catalog-widget-filter form {
  margin-top: 5px;
}
.content-main .catalog-widget-filter h4 {
  margin: 2px 0;
  font-weight: bold;
  float: left;
  width: 45%;
  font-size: 14px;
  padding-right: 5%;
}
.content-main .catalog-widget-filter .param_content {
  float: right;
  width: 45%;
  padding-right: 5%;
}
.content-main .catalog-widget-filter .group {
  margin-bottom: 5px;
  width: 45%;
  float: left;
}
.content-main .catalog-widget-filter .group:nth-child(2n) {
  clear: both;
}
.filter-submit .set {
  background-color: #ff7212;
  border-color: #f86400;
}
.filter-submit .set:hover,
.filter-submit .set:active,
.filter-submit .set:focus {
  color: #f2f2f2;
  background-color: #f86400;
  border-color: #de5a00;
}
.filter-submit .reset {
  background-color: transparent;
  border-color: transparent;
  color: #000;
}
.filter-submit .reset:hover,
.filter-submit .reset:active,
.filter-submit .reset:focus {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}
.index_picscols .item_block {
  padding: 0 60px;
}
.buy.cl-counter .btn-buy {
  width: auto;
}
article.content-main .catalog .thumbnails.main-gallery {
  margin: 0 -2.5px;
  padding: 40px 0 25px;
}
article.content-main .catalog .thumbnails.main-gallery li {
  min-height: 44px;
  padding: 2.5px;
}
article.content-main .catalog .thumbnails.main-gallery li .thumbnail {
  padding: 6px;
  margin: 0;
  border-radius: 0;
  border: 1px solid #EEEEEE;
  outline: medium none;
  display: flex;
  min-width: 80px;
  min-height: 65px;
  align-items: center;
}
article.content-main .catalog .thumbnails.main-gallery li .thumbnail:hover {
  border: 1px solid #ff7212;
}
article.content-main .catalog .thumbnails.main-gallery li.active .thumbnail {
  border: 1px solid #000;
}
.catalog.item.item-classic .remark {
  font-size: 12px;
  font-weight: 300;
  border: 1px solid #ddd;
  padding: 30px 25px 15px;
  margin: 40px 0 0 0;
  position: relative;
}
.catalog.item.item-classic .remark:before {
  content: "";
  display: block;
  width: 25px;
  height: 26px;
  position: absolute;
  top: -25px;
  left: -1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK6wAACusBgosNWgAAAPRJREFUeNpifP78+VV2dnbd9+/fA/RPSUmJgRaA6du3b1o/f/68JCgoyHTv3j3aWAIigJZoA/FlQCv1ceUwDMRgmBeFAqhAluD+a3NaRwV4bRzm9LOB72EEwSAWmed5geBEhry/SZqmKf39/fGJhCyv7/sVOp1ObCIhem3bplqrEgliEZ1uGAawDI7Y6a7Xq5+OQwSN4+hlYBFBy+nO57MlAhFBy390u92sDCAiKOe8JLLTUYglsjJwiJVhgSwRhDhkW4cigoKtIxBLZFuHIpqgYOsgJNg6Fgm2jkXieguBId86FBFUSvkpA4tYGbR1GBIkOrwAMWT1UDnjCZcAAAAASUVORK5CYII=) no-repeat scroll 0 0;
}
.catalog.item.item-classic .remark .remark-title {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  padding: 0 0 25px;
}
.catalog.item.item-classic .remark .remarkd {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAVCAYAAAC6wOViAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAU1JREFUeNq9ldlRxDAQRKUt/lEIzgBCWDIgAxSCM8AhmAhQCA5BIZgMFIKIoGmo5pq9tN6jq540ssbVnvHlAbhPee8Tp44s0Qygb03+a8pguQD41twbs34jPTlGI7lTvMi0AsiuUepQVbjUdLloPii0RYwXM6Wed1yMk/FFTB/MuiOvZKDxBKA4aUXOIj0LhazFRF7ILUk2+QsKJGvdDJUJFK8JxEACqVo/6hxWejn1mqPmxDaHs1e6C7UaJF26Ulv1O3liteEqpnpyZ8WVptfXatfXhRQCMpGu8asUSCJVjCRoO+x8ZchAYCgkNLwyE4Fh0h6Ut2FaBciaBJK1nhUblK88rTtRzJ4x1cmi/jmuypvJtgu26m3tmpWQSPxb+YF3MRCI3lxsgPJ2md7/rVqkxg9FJDBEm+fBwUpPa9SyAEhH/Ff1wXdOrc425wPCWrP/2YOCywAAAABJRU5ErkJggg==) no-repeat scroll 0 7px;
  padding: 0 0 25px 40px;
}
.catalog.item.item-classic .remark .remarkp {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAVCAYAAAC6wOViAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAASZJREFUeNq1k+F1REAUhR/8XyVsB1EBtoKkhJSw6UAqyJawJWwagA5GB0qQCibXnvsDsDDznfMBuN6bGUdrLS2O46TYJWKOAt9OZYJuqBbD4NuOTODDLhW8ynFu8G3pb54CDQv4AbVhP5851JUxoZjnLB18jmfC86DzwBdUsh/FAnKZ4A61BR8w4XHaba/fqayCjZghZtfk1ey94i8KMcCr5eeu/UjHGj5gKDtxZT1/sOQQvMMCwYHtUIX2J7Ct8BeeYGg3lLC6M9yN/yIg6ayzeDBBKk48s6EcvxLGHFMFa+7vtiZSwMCWE49rVHiDja1QBS88rni8tsIY5pvb21bDpfHNCgvZh5oLDfFxmaHoTKy1lO0Sm6u04fEPtA9DU5Zvmtlv/gPi2qB9Lb2zhgAAAABJRU5ErkJggg==) no-repeat scroll 0 7px;
  padding: 0 0 25px 40px;
}
.catalog.item.item-classic .description {
  clear: left;
  padding: 40px 0 0;
  font-size: 14px;
}
.catalog.item.item-classic .rtwo {
  text-align: left;
  padding: 30px 0 15px;
  line-height: 1.47;
}
.catalog.item.item-classic .price-container .params {
  padding: 40px 0 0;
  font-size: 14px;
}
.catalog.item.item-classic .price-container .params .params-title {
  font-weight: 400;
}
.catalog.item.item-classic .price-container .prices {
  width: 100%;
  min-height: 1px;
  float: left;
}
.catalog.item.item-classic .price-container .price-block .itemright {
  color: #AAAAAA;
  font-size: 14px;
  text-align: right;
}
.catalog.item.item-classic .price-container .price-block .offer-price {
  margin-bottom: 0px;
  float: left;
}
.catalog.item.item-classic .price-container .price-block .counter {
  margin-left: 15px;
  float: left;
}
.catalog.item.item-classic .price-container .price-block .buy.cl {
  display: inline-block;
  margin: 0;
}
.catalog.item.item-classic .price-container .price-block .buy.cl .btn-buy {
  font-size: 16px;
  margin: 0;
  width: 130px;
  height: 40px;
  padding: 9px 5px;
}
.catalog.item.item-classic .price-container .price-block .btn-buyoneclick {
  display: inline-block;
  font-size: 14px;
  margin: 0;
  width: 130px;
  height: 40px;
  padding: 9px 5px;
}
.catalog.item.item-classic .price-container td h4 {
  margin-top: 0px;
}
.catalog.item.item-classic .price-container .t_name_offering {
  padding-top: 15px;
}
/*
.price-container .prices{
	width:100%;
	min-height: 1px;
	float: left;
	.price-block{
		margin-bottom: 60px;
		border: 1px solid #efefef;
		padding: 16px;
		min-height: 150px;
		.proce {
			font-size: 25px;
		}
		.buy.cl{
			margin-top: 5px;
		}
	}
	.rightatprice {
		padding-top: 15px;
	}
}
*/
.offer-price > .buy {
  min-height: 65px;
}
table td.offers {
  white-space: nowrap;
  text-align: right;
  padding-right: 7px;
}
table td.orderpt {
  min-width: 25%;
}
table td.orderpt select {
  padding: 3px;
}
.main-image-container img {
  max-width: 100%;
}
.catalog_item .offer-price > .price_null {
  min-height: 106px;
  display: block;
  padding: 50px 0 0;
}
.content-main > .catalog {
  padding-bottom: 65px;
}
.widget.catalog-widget-bookmarks a {
  position: fixed;
  bottom: 0px;
  right: 100px;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  padding: 5px 15px;
  background: #333;
  border-radius: 3px 3px 0 0;
  color: #fff;
}
.widget.catalog-widget-bookmarks .catalog_bookmarks_list_title {
  display: none;
  margin-right: 5px;
}
.widget.catalog-widget-bookmarks:hover .catalog_bookmarks_list_title {
  display: inline-block;
}
.catalog .top-cat {
  background: #F7F7F7;
  padding: 15px 10px 10px;
}
.catalog .top-cat ul {
  list-style: none outside none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.catalog .top-cat ul li {
  padding: 4px 15px;
  float: left;
}
.catalog .listh {
  margin: 25px 0;
  padding: 0;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
}
.catalog .listh li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  list-style: none;
  padding: 0 1px;
  -webkit-box-flex: 1 auto;
  -moz-box-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
}
.catalog .listh li a {
  margin: 2px 0;
  width: 100%;
}
.catalog .listh li.active a {
  border-width: 2px;
  margin: 1px 0 -1px;
}
.catalog .listv {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}
.effect-transfer {
  position: absolute;
  z-index: 10000;
}
.effect-transfer img {
  border: 1px solid #6E4B0A;
  opacity: 0.5;
  width: 100%;
}
.index_picscols .catalog_item .productID {
  display: block;
}
.index_picscols .catalog_item .offer-price > .price_null {
  padding: 5px 0 0;
}
footer.footer .catalog-widget-compare ul {
  display: none;
}
footer.footer .catalog-widget-compare a.catalog-compare-link {
  display: inline-block;
  height: 40px;
  padding: 5px 15px;
  position: fixed;
  bottom: 0px;
  right: 10%;
  background: #eee;
  border-radius: 7px 7px 0 0;
}
footer.footer .catalog-widget-compare a.catalog-compare-link .catalog_compare_list_count {
  text-align: center;
  border: 2px solid #ff7212;
  color: #000;
  padding: 2px;
  display: inline-block;
  min-width: 30px;
  min-height: 30px;
}
.social .small {
  text-decoration: none;
  display: block;
  margin: 20px 0 0;
  color: #AAAAAA;
  border-bottom: 1px dotted #AAAAAA;
  line-height: 1.3;
}
.catalog-categories.pics-center li,
.catalog-categories.pics-centerb li,
.catalog-categories.blocks li,
.catalog-categories.pics li {
  background: #fff none repeat scroll 0 0;
  position: relative;
  border: none;
  padding: 15px;
}
.catalog-categories.pics-center li:hover .thumbnail,
.catalog-categories.pics-centerb li:hover .thumbnail,
.catalog-categories.blocks li:hover .thumbnail,
.catalog-categories.pics li:hover .thumbnail {
  border-color: #000;
  z-index: 100;
}
.catalog-categories.pics-center li .thumbnail,
.catalog-categories.pics-centerb li .thumbnail,
.catalog-categories.blocks li .thumbnail,
.catalog-categories.pics li .thumbnail {
  padding: 0 0 25px;
  margin: 0;
  color: #191919;
  text-decoration: none;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  outline: none;
}
.catalog-categories.pics-center li .thumbnail .caption,
.catalog-categories.pics-centerb li .thumbnail .caption,
.catalog-categories.blocks li .thumbnail .caption,
.catalog-categories.pics li .thumbnail .caption {
  color: #303338;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  padding: 20px 25px 0px;
  min-height: 75px;
  position: relative;
}
.catalog-categories.pics-center li .thumbnail .caption .mor,
.catalog-categories.blocks li .thumbnail .caption .mor,
.catalog-categories.pics li .thumbnail .caption .mor {
  display: inline-block;
  font-size: 16px;
  color: #0bac3e;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%224%22%20height%3D%227%22%3E%3Cpath%20d%3D%22M0%200l4%203.5L0%207V0z%22%20fill%3D%22rgb%2811,172,62%29%22/%3E%3C/svg%3E") no-repeat scroll 100% 60%;
  padding-right: 7px;
}
.catalog-categories.pics-center li .thumbnail .caption,
.catalog-categories.pics-centerb li .thumbnail .caption {
  text-align: center;
}
.catalog-categories.pics-center li .thumbnail .caption .cap,
.catalog-categories.pics-centerb li .thumbnail .caption .cap {
  padding-bottom: 15px;
}
.catalog-categories.pics-centerb li .thumbnail .caption .mor {
  width: 130px;
  height: 40px;
  border-radius: 20px;
  margin: 0 auto;
  padding: 6px;
  color: #ffffff;
  background-color: #ff7212;
  border: 2px solid #ff7212;
}
.catalog-categories.pics-centerb li .thumbnail .caption .mor:hover,
.catalog-categories.pics-centerb li .thumbnail .caption .mor:active,
.catalog-categories.pics-centerb li .thumbnail .caption .mor:focus {
  color: #ff7212;
  background-color: transparent;
  border-color: #ff7212;
}
.offers.price {
  position: relative;
}
.offer-price {
  display: inline-block;
  position: relative;
}
.offer-price .old-cost {
  position: absolute;
  top: -11px;
  right: 0;
  font-size: 14px;
  color: #BF1E2E;
  text-decoration: line-through;
  white-space: nowrap;
}
.catalog .thumbnail {
  position: relative;
}
.catalog .thumbnail .action_op {
  position: absolute;
  top: 0;
  right: 0;
  color: #ea6b48;
  border: 1px solid #ea6b48;
  border-radius: 4px;
  font-size: 12px;
  padding: 2px 10px;
  line-height: 1.3;
}
.producers {
  list-style: none;
}
.producers li span {
  padding: 0;
}
.producers div.caption {
  font-size: 30px;
}
.producers .producer-logo {
  float: right;
  margin: 15px auto 40px;
  background: transparent;
  width: 282px;
  height: 118px;
  border: 8px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  position: relative;
}
.producers .producer-logo:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  z-index: -1;
}
.producers .thumb-nail {
  background: url(/templates/marlin/images/produbox.png) no-repeat scroll 0 0 transparent;
  width: 250px;
  height: 93px;
  display: block;
  padding: 25px 10px 10px;
  text-align: center;
  color: #fff;
  z-index: 100;
  position: relative;
}
.producers .thumb-nail:hover,
.producers .thumb-nail.active {
  background: url(/templates/marlin/images/produbox_active.png) no-repeat scroll 0 0 transparent;
}
.producers .thumb-nail:hover {
  z-index: 1000;
}
.producers .btn-danger {
  background-color: #ed050f;
  padding: 5px 30px;
  font-size: 18px;
  background-image: -webkit-linear-gradient(top, #ff0b15 0%, #dd0009 100%);
  background-image: -o-linear-gradient(top, #ff0b15 0%, #dd0009 100%);
  background-image: linear-gradient(to bottom, #ff0b15 0%, #dd0009 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0b15', endColorstr='#ffdd0009', GradientType=0);
  border-bottom: 3px solid #a60007;
}
.producers .btn-danger:hover {
  background: #f0040d;
  border-bottom: 3px solid #a60007;
}
.catalog_producers-index,
.catalog_producers-item {
  background: url('/templates/marlin/images/seria.jpg') repeat-x scroll 50% 0 transparent;
}
.catalog.item .main-image,
.catalog_item .main-image {
  position: relative;
}
.catalog.item .producer,
.catalog_item .producer {
  position: absolute;
  top: 0;
  left: 0;
}
.contacts h2.org {
  border-bottom: 1px solid #EEEEEE;
  font-size: 14px;
  color: #000000;
  padding: 0 0 13px;
}
.contacts .table > .inline {
  min-height: 65px;
}
.contacts .table > .inline .th {
  font-size: 12px;
  font-weight: normal;
  color: #AAAAAA;
  text-transform: lowercase;
}
.contacts .table > .inline .td {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  padding-top: 0;
}
.map-canvas {
  width: 100%;
  height: 300px;
}
.map-canvas .row {
  margin: 0;
}
.table .th {
  padding-top: 15px;
  font-weight: bold;
}
.table .td {
  padding-top: 15px;
}
@media (min-width: 80px) {
  .contacts-widget-multimap .captureframe,
  .contacts-widget-map .captureframe {
    position: absolute;
  }
}
.contacts-widget-multimap,
.contacts-widget-map {
  position: relative;
}
.contacts-widget-multimap .multimaps,
.contacts-widget-map .multimaps {
  position: relative;
}
.contacts-widget-multimap .captureframe,
.contacts-widget-map .captureframe {
  top: 0;
  left: 0;
  /*height: 100%;*/
  width: 100%;
}
.contacts-widget-multimap .captureframe .capture,
.contacts-widget-map .captureframe .capture {
  position: relative;
  /*padding-top: 30px;*/
}
.contacts-widget-multimap .formframe,
.contacts-widget-map .formframe {
  padding: 20px 0;
  position: absolute;
  right: 0px;
  top: 40px;
}
.contacts-widget-multimap .head,
.contacts-widget-map .head {
  font-size: 30px;
  text-align: center;
  color: #000;
}
.contacts-widget-multimap .subhead,
.contacts-widget-map .subhead {
  font-size: 18px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}
.contacts-widget-multimap .description,
.contacts-widget-map .description {
  padding: 0;
  margin: 0;
}
.contacts-widget-multimap .capture-form .btn.submit,
.contacts-widget-map .capture-form .btn.submit {
  min-width: 50%;
  width: 100%;
}
table.culist {
  margin-top: 15px;
}
table.culist tr td:first-child {
  white-space: nowrap;
}
ul.files {
  list-style: none;
  margin-left: 0px;
}
ul.files li {
  list-style-image: none !important;
}
ul.files li a {
  margin-bottom: 5px;
}
.rootnav {
  text-align: center;
  margin: 25px 0;
}
.rootnav ul.objects {
  display: inline-block;
  margin: 0 auto;
}
.rootnav .oitem {
  display: inline-block;
}
.module-gallery .galhead {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.module-gallery .gallery .thumbnails {
  padding: 0;
  /*overflow: hidden;*/
}
.module-gallery .gallery .thumbnails li {
  list-style: none;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
}
.module-gallery .gallery .thumbnails li img {
  max-width: 100%;
}
.module-gallery .gallery .thumbnails li .getthesame {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  display: block;
  z-index: 1000;
  padding: 0 22px;
}
.module-gallery .gallery .thumbnails li .getthesame .btn {
  display: block;
  background-color: #e40137;
  border-color: #fff;
  border-top-width: 10px;
  border-radius: 0px;
  font-size: 16px;
  height: 55px;
  text-decoration: none;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
}
.module-gallery .gallery .thumbnails li .getthesame .btn:hover {
  background-color: #f9003b;
}
.module-gallery .gallery .thumbnails li:hover .getthesame {
  visibility: visible;
}
.module-gallery .gallery .thumbnail {
  border-radius: 0;
  padding: 7px;
  /*background-color: #f3f5f6;*/
  border: 1px solid transparent;
  text-align: center;
  margin: 0;
  /*.video-js {
                height: 0;
                padding-bottom: 56.25%;
            }*/
  /*.video-frame {
                overflow: hidden;
                position: absolute;
                left:0;
                top: 0;
                width: 100%;
                height: 100%;
                background-color: #f3f5f6;
                background: #000;
            }*/
}
.module-gallery .gallery .thumbnail .caption {
  padding: 8px 2px 4px;
}
.module-gallery .gallery .thumbnail .thumb-frame {
  position: relative;
  margin: 0 auto;
}
.module-gallery .gallery .thumbnail .thumb-frame img {
  padding: 0;
}
.module-gallery .gallery .thumbnail video {
  width: 100% !important;
  height: auto !important;
}
.module-gallery .gallery .thumbnail:hover {
  border: 1px solid #000;
}
.module-gallery .gallery.wall li {
  padding: 0;
}
.module-gallery .gallery.wall .thumbnails {
  padding: 0 25px;
}
.module-gallery .gallery.wall .thumbnail {
  border-radius: 0;
  padding: 7px;
  position: relative;
}
.module-gallery .gallery.wall .thumbnail .caption {
  position: absolute;
  bottom: 5px;
  right: 5px;
  text-shadow: 0 0 4px #ffffff;
  background: rgba(255, 255, 255, 0.3);
  font-size: 12px;
}
/*-- Catalog widget gallery --*/
.gallery-widget-gallery .thumbnails {
  padding: 0;
}
.gallery-widget-gallery .thumbnails li {
  list-style: none;
  margin-bottom: 15px;
}
/* Widget: Navigate */
.gallery-widget-navigate .btn-menu {
  line-height: 40px;
}
.gallery-widget-navigate .active > a {
  font-weight: bold;
}
.gallery-widget-navigate ul {
  list-style: none;
  padding: 0;
}
.gallery-widget-navigate a {
  font-size: 15px;
}
.gallery-widget-navigate li:not(.picture) > a,
.gallery-widget-navigate .dropdown-menu > li:not(.picture) > a {
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  border-bottom: 1px solid #e3e3e3;
}
.gallery-widget-navigate li:not(.picture) > a:hover,
.gallery-widget-navigate .dropdown-menu > li:not(.picture) > a:hover {
  background-color: #9899b5;
  color: #ffffff;
}
.gallery-widget-navigate .dropdown-menu {
  background-color: transparent;
  position: static;
}
.gallery-widget-navigate .dropdown li a {
  padding-left: 35px;
}
.gallery-widget-navigate .dropdown li li a {
  padding-left: 55px;
}
.gallery-widget-navigate .dropdown input ~ .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  height: 0;
  padding: 0;
  border: 0;
  width: 100%;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
}
.gallery-widget-navigate .dropdown input ~ .dropdown-menu > li {
  max-height: 0;
  -webkit-transition: max-height 0.01s linear;
  -o-transition: max-height 0.01s linear;
  transition: max-height 0.01s linear;
  overflow: hidden;
}
.gallery-widget-navigate .dropdown input:checked ~ .dropdown-menu {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.gallery-widget-navigate .dropdown input:checked ~ .dropdown-menu > li {
  max-height: 3em;
}
.catalog.item .video {
  margin-top: 25px;
  background: #f3f5f6;
  text-align: center;
  color: #888;
  position: relative;
}
.catalog.item .thumb-frame video {
  max-width: 100%;
}
.catalog.item .video .gallery {
  overflow: hidden;
}
.catalog.item .video .gallery .thumbnails {
  height: 10000px;
}
.catalog.item .video .gallery .thumbnail {
  background: #f3f5f6;
  border-width: 0;
  margin-bottom: 0;
}
.catalog.item .video .gallery .thumb-frame {
  margin: 0 auto;
}
.clearleft {
  clear: left;
}
figure.thumbnail iframe {
  max-width: 100%;
}
.gallery .objects.thumbnails {
  padding: 15px 36px 0;
  margin: 0;
}
.gallery .objects.thumbnails .thumbnail {
  padding: 15px 20px 20px;
  text-decoration: none;
}
.gallery .objects.thumbnails .thumbnail:hover,
.gallery .objects.thumbnails .thumbnail:focus,
.gallery .objects.thumbnails .thumbnail:active {
  text-decoration: none;
  border-color: transparent;
}
.gallery .objects.thumbnails .thumbnail:hover .caption:after,
.gallery .objects.thumbnails .thumbnail:focus .caption:after,
.gallery .objects.thumbnails .thumbnail:active .caption:after {
  background: #FFF542;
  background-image: -webkit-linear-gradient(top, #fff542 0%, #fff317 100%);
  background-image: -o-linear-gradient(top, #fff542 0%, #fff317 100%);
  background-image: linear-gradient(to bottom, #fff542 0%, #fff317 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff542', endColorstr='#fffff317', GradientType=0);
  border-bottom: 3px solid #D9B803;
}
.gallery .objects.thumbnails .thumbnail img {
  border: 15px solid #EEEEEE;
  border-bottom: none;
  width: 340px;
}
.gallery .objects.thumbnails .thumbnail .caption {
  border: 15px solid #EEEEEE;
  border-top: none;
  width: 340px;
  display: block;
  margin: 0 auto;
  padding: 25px 5px 10px;
}
.gallery .objects.thumbnails .thumbnail .caption h4 {
  font-size: 24px;
  font-weight: 300;
  padding: 7px 0px;
}
.gallery .objects.thumbnails .thumbnail .caption:after {
  content: "ПОДРОБНЕЕ";
  background: #FFF31F;
  background-image: -webkit-linear-gradient(top, #fff31f 0%, #fbd506 100%);
  background-image: -o-linear-gradient(top, #fff31f 0%, #fbd506 100%);
  background-image: linear-gradient(to bottom, #fff31f 0%, #fbd506 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff31f', endColorstr='#fffbd506', GradientType=0);
  height: 58px;
  width: 170px;
  color: #000;
  font-family: 'Bebas Neue';
  border: none;
  border-bottom: 3px solid #D9B803;
  padding: 11px 5px;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  margin: 15px 0 25px;
  display: inline-block;
}
.gallery-widget-slider .dotsNavigation {
  text-align: center;
}
.gallery-widget-slider .dotsNavigation .dots {
  display: inline-block;
  list-style: none outside none;
  padding: 0;
}
.gallery-widget-slider .dotsNavigation .dots .dot {
  display: block;
  float: left;
  width: 30px;
  text-align: center;
}
.gallery-widget-slider .dotsNavigation .dots .dot a {
  display: block;
  width: 15px;
  height: 15px;
  background: #EFF0F1;
}
.gallery-widget-slider .dotsNavigation .dots .dot.active a {
  background: #919599;
}
.video-container figure {
  margin: 0;
}
.video-container figure .video-js {
  height: 0;
  padding-bottom: 56.25%;
}
.gallery-widget-video {
  border-radius: 0;
  padding: 7px;
  /*background-color: #f3f5f6;*/
  border: 1px solid transparent;
  text-align: center;
  margin: 0;
  /*.video-js {
                height: 0;
                padding-bottom: 56.25%;
            }*/
  /*.video-frame {
                overflow: hidden;
                position: absolute;
                left:0;
                top: 0;
                width: 100%;
                height: 100%;
                background-color: #f3f5f6;
                background: #000;
            }*/
}
.gallery-widget-video .caption {
  padding: 8px 2px 4px;
}
.gallery-widget-video .thumb-frame {
  position: relative;
  margin: 0 auto;
}
.gallery-widget-video .thumb-frame img {
  padding: 0;
}
.gallery-widget-video video {
  width: 100% !important;
  height: auto !important;
}
.gallery-widget-video:hover {
  border: 1px solid #000;
}
.review {
  padding: 10px 0;
}
.review .review__author {
  display: inline-block;
  color: #4f4f4f;
  font-weight: bold;
}
.review .review__text {
  padding: 4px 0;
}
.review .review__reply {
  padding: 6px 10px;
  margin-top: 5px;
  color: #4f4f4f;
  border-left: 2px solid #4f4f4f;
}
.review .review__time {
  font-size: 10px;
}
div.review {
  padding: 100px 40px 10px 40px;
  clear: both;
  font-size: 14px;
}
div.review:after {
  content: " ";
  display: table;
  clear: both;
}
div.review .review__author {
  float: left;
  width: 18%;
  margin-right: 2%;
  margin-top: -5px;
}
div.review .review__author div {
  font-weight: normal;
}
div.review .review__author div.phone a {
  color: #000;
}
div.review .review__text {
  float: left;
  width: 80%;
  background: #F7F7F7;
  border-radius: 20px;
  padding: 40px 30px 30px;
  position: relative;
}
div.review .review__text:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 25px solid #fff;
  border-color: #F7F7F7 transparent transparent transparent;
  left: -20px;
  position: absolute;
  top: 0;
}
div.review .review__reply {
  border: none;
  padding: 25px 0 0;
  margin: 0;
  clear: both;
}
div.review .review__reply:after {
  content: " ";
  display: table;
  clear: both;
}
div.review .review__reply .review__reply__text {
  float: left;
  width: 80%;
  background: #F8FCE0;
  border-radius: 20px;
  padding: 40px 30px 30px;
  position: relative;
}
div.review .review__reply .review__reply__text:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 25px solid #fff;
  border-color: #F8FCE0 transparent transparent transparent;
  right: -20px;
  position: absolute;
  top: 0;
}
div.review .review__reply .review__reply__author {
  margin-top: -5px;
  float: left;
  width: 18%;
  margin-left: 2%;
  text-align: right;
  font-weight: bold;
}
div.review .review__reply .review__reply__author a {
  color: #527298;
  font-weight: normal;
}
div.review .review__time {
  display: block;
  text-align: center;
  margin-top: -50px;
  font-size: 14px;
  color: #70747D;
}
.rating a {
  color: #333;
}
.rating .smile {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAAAsCAYAAADRqm7CAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAABaBJREFUeNpi+P///4DimTNnCoDogcaMIAIXmLtNKABIOQCxAZLwBSA+kOz1bgMDGWDWrFkKQCoBiEFm66NJXwRikLkL0tLSHpBj/n9BH5xuZny/BdCO1d5IbsNQYLH/Mx3EqSBOBadUEKeCzFUQdXBOBeet4LwVZLaCeDtQKshsB04FCQU8DogHytwP3/cRIGZXX358oiiRTcyVCDb+ID8Z+t3GN/8VnYSQ8QkkTPLzOxm+4u8DEXMjZORHGv8kzELI2CQCJFQWZwPoFjt0FoML+nsw/psxJkn/ukFABbrUdRUM7Tp5CwzC2jJu3SChiVkMLuh3MUv/ykRUEiqIYgAMYlzTPTH+BAAPor1HBgwsdZyuG7k9CDnpHBnfN0joGLMYR2vTeMKsZFyZcScseCsG9UwCC/oTduB7zG8dByUhPebsY0zCnB+xhicXzGJQzySwoN/BDI+Q3a1n5o3ovRiYIqCOd+iOv5b5M+3sPzgOfUCCR6Ld8R90Pnb3glkMTM8IqhfMMn9WjzjaXw2aopNo5ptEdEZQVdExI365fVIj1EtE/xPNpm1A20KeMdFaEMKMoCk6iWa+SURn0SbmKzEowU3u6DgkRPi3CJIqfyLoZHNMKvj7ug6NTfidyQgdMzhtr7SB5iZj2AWzHgfGLGM2Mcu8C+Y69sp8gM94EX3AObUfu4erL3xeGbAJdmfHU/6gXZ7Q9qsTL/6mq3V3zNe4v6ucnWDY8dnaiCEFvwdzZVZZnWBYMN62reqmLLyGhxm7zJi1PcR8BZf8zGR/zJWIpXETZA2ILAikObgCzYvxxcJrLMGN0Ilm0REa3irXxu16+sCIszh49zfGT3Ru2V31HdDhrOuRObYIAp4ZROIKxTsE4mKG4MZ4i38fEFTfSPtd/a4+oBjztS4EcBMFtHey86cKrCZZSMIyIvtr7zojYAuMOJrznwC0KSDzFKxrMTMJt6JZjdZ2rJk8zPqgKgD8M65CPQIwQFiFgOVciaFx7/hB5j2o0N5veQSCafSgumDGVVjbFic4Mkk/IQe5YK7jlYg68S8A7jhnQL95M0AoRyEiKeOME6h2okaZKN4SFnPdfeQSq3V/nlNJszmKEmmTrhmPjjDhamSrNzInf+CkC5jjhKuRrd7InKy3hu700TxcCtx9i4RsduyWSSBJdm0xdBTtPAJqXx1jE7WNJMpihrtvkpAtZpDQLMzY4skDJhZoEu3wi7gBT/i4hZknY7YkMBEcE7LoLxvfv0OFavnYpTqQ8WjMGlwjIrhs11v3VLYRUD8pASFNzBxEYyI+rFTgH53U66C/WRGGCz9HHnU0OKEi2R2zV+M/iI6iq2hT0D/y/EAnWqOILtBCfVOw1q6YuaEnQLPogHbtP6JdpQBIBLQQmM4Z16lBwdq7YyYQBoAPlMcrgHMAuMTrNtcuTv/umD2w8xNdUpleguMQ727bi+iY7I9ZO0fuCNUHdOQdQPsa7Fa44zR/d8zaeHY+dsBOZFpgEJ1pd5O6W8MbxkZ7pnU9w0bHK3bHbBtOzmSV3rSrsHGLM7YwWBq7kMEQ9gqOFftjvn5ERXh1KsJ9oyL8CusVW8UW9arYA31zMt+14lexd8bMVWwG0ImyhBVh+l0bY9ngx1exd8ccV7G/VbHhvoeN/CBKkT9KFRvSAd8I/TSq2ACm7Y+qYhtcj65iQ9wqtugdvru6mBFdvRfc0UTmwUTlBe3H+Drj6xNrxDIE12cLc0Y7X5XavrQw8zWXmAwMtnIGUI+0JXpQGUNSQ/v4QdXEvBAGj6Tew8z38uo+gw3Q4PWXPuAT28PcBd9ILcx20BwlL0HmN334pGs/zC3AK8cAR7Nhdf7wafi+mKPiyRkTsmgCyJnixvThCzP7Y946SyfRpqA/PTOjHGE4S2Fv8XV3zGHxtlkR/vgF130x/w9YyoJEdT35iQAAAABJRU5ErkJggg==) no-repeat scroll 0 0;
  width: 22px;
  height: 22px;
  float: left;
}
.rating.r1,
.rating.r1 a {
  color: #9CB511;
}
.rating.r1 .smile,
.rating.r1 a .smile {
  background-position-x: 0px;
}
.rating.r2,
.rating.r2 a {
  color: #999999;
}
.rating.r2 .smile,
.rating.r2 a .smile {
  background-position-x: -22px;
}
.rating.r3,
.rating.r3 a {
  color: #FE104B;
}
.rating.r3 .smile,
.rating.r3 a .smile {
  background-position-x: -44px;
}
.rating.active,
.rating.active a {
  background: #999;
  color: #fff;
}
.rating.active .smile,
.rating.active a .smile {
  background-position-y: -22px;
}
.rating {
  margin: -25px 0 15px;
  padding: 0;
  position: relative;
}
.rating .rating-in {
  padding: 7px 10px;
  border-radius: 17px;
  height: 35px;
  background: #fff;
  display: inline-block;
}
.rating .smile {
  margin-right: 5px;
}
div.ratings {
  text-align: center;
  margin: 25px 0;
}
div.ratings .rating {
  background: #fff;
  display: inline-block;
}
div.ratings .rating .rating-in {
  padding: 5px 25px;
  min-width: 140px;
  text-decoration: none;
  border-radius: 0px;
}
div.ratings .rating:hover,
div.ratings .rating:hover a {
  background: #999;
  color: #fff;
  text-decoration: none;
}
div.ratings .rating:hover .smile,
div.ratings .rating:hover a .smile {
  background-position-y: -22px;
}
div.ratings .rating:first-child,
div.ratings .rating:first-child .rating-in {
  border-radius: 17px 0 0 17px;
}
div.ratings .rating:last-child,
div.ratings .rating:last-child .rating-in {
  border-radius: 0 17px 17px 0;
}
.form-group.rratings .controls {
  margin-left: 0;
  padding: 0;
  background: #F7F7F7;
  border-radius: 17px;
  height: 35px;
  display: inline-block;
}
.form-group.rratings .controls input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-group.rratings .controls > label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin: 0;
  min-width: 16px;
  padding: 4px 10px 7px 36px;
  background: #fff;
}
.form-group.rratings .controls > label:first-child {
  border-radius: 17px 0 0 17px;
}
.form-group.rratings .controls > label:last-child {
  border-radius: 0 17px 17px 0;
}
.form-group.rratings .controls > label:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAAAsCAYAAADRqm7CAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAABaBJREFUeNpi+P///4DimTNnCoDogcaMIAIXmLtNKABIOQCxAZLwBSA+kOz1bgMDGWDWrFkKQCoBiEFm66NJXwRikLkL0tLSHpBj/n9BH5xuZny/BdCO1d5IbsNQYLH/Mx3EqSBOBadUEKeCzFUQdXBOBeet4LwVZLaCeDtQKshsB04FCQU8DogHytwP3/cRIGZXX358oiiRTcyVCDb+ID8Z+t3GN/8VnYSQ8QkkTPLzOxm+4u8DEXMjZORHGv8kzELI2CQCJFQWZwPoFjt0FoML+nsw/psxJkn/ukFABbrUdRUM7Tp5CwzC2jJu3SChiVkMLuh3MUv/ykRUEiqIYgAMYlzTPTH+BAAPor1HBgwsdZyuG7k9CDnpHBnfN0joGLMYR2vTeMKsZFyZcScseCsG9UwCC/oTduB7zG8dByUhPebsY0zCnB+xhicXzGJQzySwoN/BDI+Q3a1n5o3ovRiYIqCOd+iOv5b5M+3sPzgOfUCCR6Ld8R90Pnb3glkMTM8IqhfMMn9WjzjaXw2aopNo5ptEdEZQVdExI365fVIj1EtE/xPNpm1A20KeMdFaEMKMoCk6iWa+SURn0SbmKzEowU3u6DgkRPi3CJIqfyLoZHNMKvj7ug6NTfidyQgdMzhtr7SB5iZj2AWzHgfGLGM2Mcu8C+Y69sp8gM94EX3AObUfu4erL3xeGbAJdmfHU/6gXZ7Q9qsTL/6mq3V3zNe4v6ucnWDY8dnaiCEFvwdzZVZZnWBYMN62reqmLLyGhxm7zJi1PcR8BZf8zGR/zJWIpXETZA2ILAikObgCzYvxxcJrLMGN0Ilm0REa3irXxu16+sCIszh49zfGT3Ru2V31HdDhrOuRObYIAp4ZROIKxTsE4mKG4MZ4i38fEFTfSPtd/a4+oBjztS4EcBMFtHey86cKrCZZSMIyIvtr7zojYAuMOJrznwC0KSDzFKxrMTMJt6JZjdZ2rJk8zPqgKgD8M65CPQIwQFiFgOVciaFx7/hB5j2o0N5veQSCafSgumDGVVjbFic4Mkk/IQe5YK7jlYg68S8A7jhnQL95M0AoRyEiKeOME6h2okaZKN4SFnPdfeQSq3V/nlNJszmKEmmTrhmPjjDhamSrNzInf+CkC5jjhKuRrd7InKy3hu700TxcCtx9i4RsduyWSSBJdm0xdBTtPAJqXx1jE7WNJMpihrtvkpAtZpDQLMzY4skDJhZoEu3wi7gBT/i4hZknY7YkMBEcE7LoLxvfv0OFavnYpTqQ8WjMGlwjIrhs11v3VLYRUD8pASFNzBxEYyI+rFTgH53U66C/WRGGCz9HHnU0OKEi2R2zV+M/iI6iq2hT0D/y/EAnWqOILtBCfVOw1q6YuaEnQLPogHbtP6JdpQBIBLQQmM4Z16lBwdq7YyYQBoAPlMcrgHMAuMTrNtcuTv/umD2w8xNdUpleguMQ727bi+iY7I9ZO0fuCNUHdOQdQPsa7Fa44zR/d8zaeHY+dsBOZFpgEJ1pd5O6W8MbxkZ7pnU9w0bHK3bHbBtOzmSV3rSrsHGLM7YwWBq7kMEQ9gqOFftjvn5ERXh1KsJ9oyL8CusVW8UW9arYA31zMt+14lexd8bMVWwG0ImyhBVh+l0bY9ngx1exd8ccV7G/VbHhvoeN/CBKkT9KFRvSAd8I/TSq2ACm7Y+qYhtcj65iQ9wqtugdvru6mBFdvRfc0UTmwUTlBe3H+Drj6xNrxDIE12cLc0Y7X5XavrQw8zWXmAwMtnIGUI+0JXpQGUNSQ/v4QdXEvBAGj6Tew8z38uo+gw3Q4PWXPuAT28PcBd9ILcx20BwlL0HmN334pGs/zC3AK8cAR7Nhdf7wafi+mKPiyRkTsmgCyJnixvThCzP7Y946SyfRpqA/PTOjHGE4S2Fv8XV3zGHxtlkR/vgF130x/w9YyoJEdT35iQAAAABJRU5ErkJggg==) no-repeat scroll 0 0;
  margin-right: 5px;
  position: absolute;
  top: 6px;
  left: 9px;
}
.form-group.rratings .controls > label:nth-child(1):before {
  background-position-x: 0px;
}
.form-group.rratings .controls > label:nth-child(2):before {
  background-position-x: -22px;
}
.form-group.rratings .controls > label:nth-child(3):before {
  background-position-x: -44px;
}
.form-group.rratings .controls > label:nth-child(1) {
  color: #9CB511;
}
.form-group.rratings .controls > label:nth-child(2) {
  color: #999999;
}
.form-group.rratings .controls > label:nth-child(3) {
  color: #FE104B;
}
.form-group.rratings .controls > label.active {
  background: #999;
  color: #fff;
}
.form-group.rratings .controls > label.active:before {
  background-position-y: -22px;
}
.landing-widget-form .head {
  font-size: 30px;
  text-align: center;
  color: #fff;
}
.landing-widget-form .subhead {
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.landing-widget-form .description {
  color: #fff;
  padding: 50px;
}
.landing-widget-form .description strong {
  color: #000000;
}
.landing-widget-form .capture-form .btn.submit {
  min-width: 50%;
}
.landing-widget-svglist,
.landing-widget-imagelist {
  padding: 40px 0 65px;
}
.landing-widget-svglist .stitle,
.landing-widget-imagelist .stitle {
  padding-top: 15px;
  display: inline-block;
}
.landing-widget-svglist ul,
.landing-widget-imagelist ul,
.landing-widget-svglist li,
.landing-widget-imagelist li {
  list-style: none outside none;
}
.landing-widget-svglist ul,
.landing-widget-imagelist ul {
  padding: 15px 0;
}
.landing-widget-svglist .fullwidth .w1,
.landing-widget-imagelist .fullwidth .w1 {
  width: 50%;
}
.landing-widget-svglist .fullwidth .w2,
.landing-widget-imagelist .fullwidth .w2 {
  width: 50%;
}
.landing-widget-svglist .fullwidth .w3,
.landing-widget-imagelist .fullwidth .w3 {
  width: 33.3333%;
}
.landing-widget-svglist .fullwidth .w4,
.landing-widget-imagelist .fullwidth .w4 {
  width: 25%;
}
.landing-widget-svglist .fullwidth .w5,
.landing-widget-imagelist .fullwidth .w5 {
  width: 20%;
}
.landing-widget-svglist .fullwidth .w6,
.landing-widget-imagelist .fullwidth .w6 {
  width: 16.6667%;
}
.landing-widget-svglist .fullwidth .w1,
.landing-widget-imagelist .fullwidth .w1,
.landing-widget-svglist .fullwidth .w2,
.landing-widget-imagelist .fullwidth .w2,
.landing-widget-svglist .fullwidth .w3,
.landing-widget-imagelist .fullwidth .w3,
.landing-widget-svglist .fullwidth .w4,
.landing-widget-imagelist .fullwidth .w4,
.landing-widget-svglist .fullwidth .w5,
.landing-widget-imagelist .fullwidth .w5,
.landing-widget-svglist .fullwidth .w6,
.landing-widget-imagelist .fullwidth .w6 {
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.landing-widget-svglist .litem,
.landing-widget-imagelist .litem {
  position: relative;
}
.landing-widget-svglist .arrow,
.landing-widget-imagelist .arrow {
  display: block;
  height: 64px;
  left: 85%;
  position: absolute;
  top: 21%;
  width: 64px;
}
.landing-widget-imagelist .stitle {
  font-size: 18px;
  font-weight: bold;
}
.landing-widget-imagelist .litem:hover .stitle {
  color: #dd0009;
  text-decoration: underline;
}
.landing-widget-imagelist .litem:hover .sdesc.only {
  color: #dd0009;
}
.landing-widget-imagelist .litem:hover .wimg .hover {
  display: inline !important;
}
.landing-widget-imagelist .litem:hover .passive {
  display: none;
}
.landing-widget-imagelist .sdesc {
  font-size: 16px;
  font-weight: normal;
}
.landing-widget-imagelist .sdesc.only {
  font-weight: bold;
}
.landing-widget-imagelist .stitle {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 25px;
}
.landing-widget-svglist .list.horizontal {
  padding: 15px 0 5px;
}
.landing-widget-svglist .list.horizontal .simg {
  float: left;
  margin: 5px 30px 0 0;
}
.landing-widget-svglist .list.horizontal .stitle {
  padding-top: 0;
}
.discount_top .description {
  float: left;
  max-width: 650px;
  padding: 18px 0 18px 10px;
  font-size: 24px;
  margin-bottom: 0;
}
.discount_top .description .dtitle {
  font-size: 24px;
}
.discount_top .description img {
  float: left;
  margin: 0 15px 5px 5px;
}
.landing-widget-menu .item-top-in {
  margin-top: 0px;
}
.landing-widget-menu a.item-top-in {
  display: block;
}
.landing-widget-menu a.item-top-in .caption {
  display: block;
}
.landing-widget-menu .item-bottom-in {
  background: #fff;
  margin-bottom: 25px;
  border: 1px solid #eee;
}
.landing-widget-menu .description {
  min-height: 113px;
  padding: 37px 0 0;
  font-size: 16px;
  font-weight: 300;
}
.landing-widget-menu .btn-link {
  margin: 40px 0 48px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  border-bottom: 1px dotted #000;
  color: #000;
  padding: 0;
  text-decoration: none;
}
.landing-widget-menu .btn-link:hover,
.landing-widget-menu .btn-link:active,
.landing-widget-menu .btn-link:focus {
  border-bottom: 1px solid #000;
}
.landing-widget-menu .btn-default {
  font-size: 16px;
  font-weight: bold;
  height: 55px;
  padding: 15px 40px;
}
.landing-widget-menu.fill .item-bottom-in {
  background: #fff;
  margin-bottom: 25px;
  border: none;
}
.landing-widget-slides {
  text-align: center;
  position: relative;
}
.landing-widget-slides .wtext {
  display: none;
}
.landing-widget-slides div.container-slides-dots {
  position: absolute;
  top: -40px;
  left: 0;
  text-align: center;
  width: 100%;
}
.landing-widget-slides ul.slides-dots {
  list-style: none outside none;
  display: inline-block;
  margin: 0 auto 0;
  height: 40px;
  padding: 5px 15px;
  background: #fff;
}
.landing-widget-slides ul.slides-dots li {
  display: inline-block;
}
.landing-widget-slides ul.slides-dots li a {
  display: block;
  width: 20px;
  padding: 10px 5px;
}
.landing-widget-slides ul.slides-dots li a .dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 1px solid #3D4247;
}
.landing-widget-slides ul.slides-dots li.active a .dot {
  background: #3D4247;
}
.landing-widget-slides ul.slides-tabs {
  list-style: none outside none;
  display: inline-block;
  margin: 0 auto;
}
.landing-widget-slides ul.slides-tabs li {
  float: left;
}
.landing-widget-slides ul.slides-tabs li a {
  display: block;
  min-width: 230px;
  height: 65px;
  padding: 21px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #39526A;
  background: transparent;
  border: 1px solid #D2DFE3;
  border-width: 0 0px 1px 1px;
}
.landing-widget-slides ul.slides-tabs li a:last-child {
  border-width: 0 1px 1px 1px;
}
.landing-widget-slides ul.slides-tabs li a:hover {
  background: #F7F9FA;
}
.landing-widget-slides ul.slides-tabs li.active a {
  background: #fff;
  border-color: #fff;
}
.landing-widget-assemble .widget .container {
  width: auto;
  padding: 0;
}
.widget.layout-widget-icons.highlight img {
  -webkit-filter: contrast(999%) grayscale(100%);
  -moz-filter: contrast(999%) grayscale(100%);
  -ms-filter: contrast(999%) grayscale(100%);
  -o-filter: contrast(999%) grayscale(100%);
  filter: contrast(999%) grayscale(100%);
  filter: #808080;
}
.widget.layout-widget-icons.highlight a:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
.layout-widget-addr {
  font-size: 12px;
}
.layout-widget-email .center-block,
.layout-widget-phone .center-block {
  text-align: center;
}
.layout-widget-email .email-info,
.layout-widget-phone .email-info,
.layout-widget-email .phone-info,
.layout-widget-phone .phone-info {
  margin-top: 2px;
}
.layout-widget-email .emails.inline > div,
.layout-widget-phone .emails.inline > div,
.layout-widget-email .phones.inline > div,
.layout-widget-phone .phones.inline > div {
  display: inline-block;
  margin-right: 20px;
}
.layout-widget-email .text-uppercase,
.layout-widget-phone .text-uppercase {
  font-weight: bold;
}
.layout-widget-email .email-line,
.layout-widget-phone .email-line,
.layout-widget-email .phone-number,
.layout-widget-phone .phone-number {
  white-space: nowrap;
}
.layout-widget-email .email-line div.prefix,
.layout-widget-phone .email-line div.prefix,
.layout-widget-email .phone-number div.prefix,
.layout-widget-phone .phone-number div.prefix {
  float: left;
}
.layout-widget-email .phone-number,
.layout-widget-phone .phone-number {
  color: #000;
  font-size: 18px;
}
.layout-widget-email .phone-number span,
.layout-widget-phone .phone-number span {
  color: #333;
  font-size: 0.65em;
}
.layout-widget-email .large .email-line,
.layout-widget-phone .large .email-line,
.layout-widget-email .large .phone-number,
.layout-widget-phone .large .phone-number {
  font-size: 24px;
}
.layout-widget-phone {
  margin-bottom: 5px;
}
.layout-widget-phone .phone-number {
  position: relative;
}
.layout-widget-phone .phones.whatsapp .phone-number {
  padding-right: 30px;
}
.layout-widget-phone .phones.whatsapp .phone-number .whatsapp {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MCA0MCIgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIj48cGF0aCBmaWxsPSIjMDBFNjc2IiBkPSJNMTAuNyAzMi44bC42LjNjMi41IDEuNSA1LjMgMi4yIDguMSAyLjIgOC44IDAgMTYtNy4yIDE2LTE2IDAtNC4yLTEuNy04LjMtNC43LTExLjNzLTctNC43LTExLjMtNC43Yy04LjggMC0xNiA3LjItMTUuOSAxNi4xIDAgMyAuOSA1LjkgMi40IDguNGwuNC42LTEuNiA1LjkgNi0xLjV6Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTMyLjQgNi40QzI5IDIuOSAyNC4zIDEgMTkuNSAxIDkuMyAxIDEuMSA5LjMgMS4yIDE5LjRjMCAzLjIuOSA2LjMgMi40IDkuMUwxIDM4bDkuNy0yLjVjMi43IDEuNSA1LjcgMi4yIDguNyAyLjIgMTAuMSAwIDE4LjMtOC4zIDE4LjMtMTguNCAwLTQuOS0xLjktOS41LTUuMy0xMi45ek0xOS41IDM0LjZjLTIuNyAwLTUuNC0uNy03LjctMi4xbC0uNi0uMy01LjggMS41TDYuOSAyOGwtLjQtLjZjLTQuNC03LjEtMi4zLTE2LjUgNC45LTIwLjlzMTYuNS0yLjMgMjAuOSA0LjkgMi4zIDE2LjUtNC45IDIwLjljLTIuMyAxLjUtNS4xIDIuMy03LjkgMi4zem04LjgtMTEuMWwtMS4xLS41cy0xLjYtLjctMi42LTEuMmMtLjEgMC0uMi0uMS0uMy0uMS0uMyAwLS41LjEtLjcuMiAwIDAtLjEuMS0xLjUgMS43LS4xLjItLjMuMy0uNS4zaC0uMWMtLjEgMC0uMy0uMS0uNC0uMmwtLjUtLjJjLTEuMS0uNS0yLjEtMS4xLTIuOS0xLjktLjItLjItLjUtLjQtLjctLjYtLjctLjctMS40LTEuNS0xLjktMi40bC0uMS0uMmMtLjEtLjEtLjEtLjItLjItLjQgMC0uMiAwLS40LjEtLjUgMCAwIC40LS41LjctLjguMi0uMi4zLS41LjUtLjcuMi0uMy4zLS43LjItMS0uMS0uNS0xLjMtMy4yLTEuNi0zLjgtLjItLjMtLjQtLjQtLjctLjVoLTEuMWMtLjIgMC0uNC4xLS42LjFsLS4xLjFjLS4yLjEtLjQuMy0uNi40LS4yLjItLjMuNC0uNS42LS43LjktMS4xIDItMS4xIDMuMSAwIC44LjIgMS42LjUgMi4zbC4xLjNjLjkgMS45IDIuMSAzLjYgMy43IDUuMWwuNC40Yy4zLjMuNi41LjguOCAyLjEgMS44IDQuNSAzLjEgNy4yIDMuOC4zLjEuNy4xIDEgLjJoMWMuNSAwIDEuMS0uMiAxLjUtLjQuMy0uMi41LS4yLjctLjRsLjItLjJjLjItLjIuNC0uMy42LS41LjItLjIuNC0uNC41LS42LjItLjQuMy0uOS40LTEuNHYtLjdzLS4xLS4xLS4zLS4yeiIvPjwvc3ZnPg==) no-repeat scroll 0 0;
  width: 24px;
  height: 24px;
  display: block;
  background-size: contain;
  float: right;
  position: absolute;
  right: 0px;
  top: 0;
}
footer.footer .layout-widget-basket .widget-basket {
  position: fixed;
  bottom: 0;
  right: 10%;
  background: #777;
  border: 1px solid #999;
  border-width: 1px 1px 0 1px;
  border-radius: 10px 10px 0 0;
  padding: 10px 8px 0px 8px;
  margin: 0;
}
footer.footer .layout-widget-basket .widget-basket .ino .glyphicon-shopping-cart {
  font-size: 24px;
}
/* Widget: LangsIco */
/*.lang {
	.header-bg & {
        position: absolute;
    	top: 0;
    	right: 30px;
    	background: white;
    	padding: 3px 5px;
    	border-radius: 0 0 5px 5px;
    }
    > a,
    > span {
      display: inline-block;
      width: 24px;
      height: 16px;
    }
}
*/
/* Widget: Submenu */
.main-widget-submenu.null ul {
  list-style: none outside none;
}
.main-widget-submenu.null ul ul {
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.main-widget-submenu.null ul li:last-child ul {
  border: 0;
}
.main-widget-submenu.null .btn-menu {
  line-height: 40px;
  z-index: 1;
}
.main-widget-submenu.null li > a {
  text-decoration: none;
  padding: 5px 10px;
  font-size: 16px;
  display: block;
  color: #ffffff;
  background: #222222;
  margin: 0;
}
.main-widget-submenu.null li > a:hover {
  color: #ff8c40;
}
.main-widget-submenu.null li > ul > li > a {
  font-weight: normal;
  font-size: 14px;
  padding: 5px 10px 5px 25px;
}
.main-widget-submenu.null .dropdown-menu {
  background-color: transparent;
  position: static;
}
.main-widget-submenu.widget.highlight {
  border: none;
  padding: 30px 0 50px;
}
.main-widget-submenu.widget.highlight ul li {
  float: left;
  margin: 0 23px 15px 0;
  list-style: none outside none;
  display: list-item;
}
.main-widget-submenu.widget.highlight ul li a {
  color: #0bac3e;
  text-decoration: none;
  font-weight: normal;
  border: 1px solid #0bac3e;
  border-radius: 3px;
}
.main-widget-submenu.widget.highlight ul li a:hover,
.main-widget-submenu.widget.highlight ul li a:focus,
.main-widget-submenu.widget.highlight ul li a:active {
  border: 1px solid #0fec57;
  background: transparent;
  color: #0fec57;
}
.main-widget-submenu.widget.highlight ul li.active {
  background: #eee;
}
.main-widget-submenu.widget.highlight ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  float: none;
}
.main-widget-submenu.widget.highlight ul > li {
  flex: auto;
  text-align: center;
}
#vk_comments,
#vk_comments iframe,
.fb-comments,
.fb-comments iframe[style],
.fb-like-box,
.fb-like-box iframe[style],
.fb-comments span,
.fb-comments iframe span[style],
.fb-like-box span,
.fb-like-box iframe span[style] {
  width: 100% !important;
}
.main-widget-instagram .widgetData a.image {
  float: left;
  padding: 3px;
}
.main-widget-instagram .widgetData .image span {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.module-news article.news {
  overflow: hidden;
  clear: both;
}
.module-news article.news img {
  margin: 25px 15px 10px 0;
  border: none;
}
.module-news article.news time {
  color: #000;
  font-size: 12px;
  text-decoration: none;
}
.module-news article.news time:hover {
  text-decoration: none;
}
article.news-one img {
  max-width: 100%;
  margin: 10px 0 15px;
}
article.news-one a.main-image img {
  padding: 0 0 25px 25px;
  float: right;
}
article.news-one .btn.btn.btn.btn.btn {
  width: auto;
  padding: 0 20px;
}
article.news-one time {
  color: #000;
  font-size: 12px;
  text-decoration: none;
}
article.news-one time:hover {
  text-decoration: none;
}
.news-widget-news .in a {
  margin-bottom: 10px;
}
.news-widget-news img {
  max-width: 100%;
}
.news-widget-news .ttl {
  padding-bottom: 15px;
}
.news-widget-slider .dotsNavigation {
  text-align: center;
}
.news-widget-slider .dotsNavigation .dots {
  display: inline-block;
  list-style: none outside none;
  padding: 0;
}
.news-widget-slider .dotsNavigation .dots .dot {
  display: block;
  float: left;
  width: 30px;
  text-align: center;
}
.news-widget-slider .dotsNavigation .dots .dot a {
  display: block;
  width: 15px;
  height: 15px;
  background: #EFF0F1;
}
.news-widget-slider .dotsNavigation .dots .dot.active a {
  background: #919599;
}
.personal-personal {
  padding: 5px;
}
form.login .rpassword-retrieval a,
form.login .rregister a {
  margin: 12px 5px;
}
form.login .rsave label {
  font-size: 12px;
}
body.module-personal .content-main > .in {
  padding: 25px 0 105px;
}
body.module-personal .content-main > .in .history {
  padding: 20px 0;
}
.personal-menu .active {
  background: #ff7212;
  border-color: #ff7212;
  color: #ffffff;
}
.personal-menu .active:hover {
  background: #ff8c40;
  border-color: #ff8c40;
}
.history table.form td,
.history table.form th {
  border-bottom: 1px solid #ddd;
  padding: 4px 8px;
}
.personal-widget-button {
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
}
.userorderlist .status {
  width: 100px;
}
.userorder .status {
  width: 100px;
}
.userorderlist th,
.userorderlist td {
  padding: 2px;
}
dl.tabs dt {
  background: #f0f0f5 url("/images/tabs.jpg") no-repeat scroll -11px 0;
  color: black;
  cursor: pointer;
  float: left;
  font-size: 11px;
  font-weight: normal;
  height: 20px;
  padding: 6px 12px 0;
  position: relative;
  margin: 0 3px 0 -2px;
}
dl.tabs dt:hover {
  text-decoration: underline;
  color: #CD0214;
}
dl.tabs dt span {
  background: url("/images/tabs.jpg") no-repeat scroll 0 0 transparent;
  float: right;
  height: 26px;
  width: 11px;
  margin: -6px -12px 0 0;
}
dl.tabs dt:hover span {
  color: #CD0214;
}
dl.tabs dt.active span {
  background-position: 0 100%;
}
dl.tabs dd {
  display: none;
  float: right;
  margin: 26px 0 0 -100%;
  position: relative;
  width: 100%;
  z-index: 2;
  border: 1px solid #CCCCD1;
}
dl.tabs dd div {
  padding: 10px;
}
dl.tabs dt.active {
  background: #ccccd1 url("/images/tabs.jpg") no-repeat scroll -11px 100%;
  color: #fff;
}
dl.tabs dt.active:hover {
  cursor: default;
  color: #fff;
  text-decoration: none;
}
dl.tabs dt.active:hover span {
  color: #fff;
}
dl.tabs dd.active {
  display: block;
}
.review-formin {
  text-align: center;
}
.reviews.guest-item {
  padding: 0 0 10px 75px;
}
.reviews.guest-item .col-xs-2 {
  text-align: right;
}
.reviews.guest-item .col-xs-2 .img-pixc {
  border-radius: 50%;
  margin-right: 24px;
}
.reviews.guest-item .review {
  background: #E3E3E3;
  border-radius: 0 10px 10px;
  padding: 18px 25px;
  margin: 0 11px 0 -13px;
  font-size: 16px;
  font-weight: 300;
  color: #303438;
  position: relative;
}
.reviews.guest-item .review:before {
  content: "";
  display: block;
  width: 15px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: -15px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215px%22%20height%3D%2220px%22%3E%3Cpath%20d%3D%22M%2015%200.5%20L%200%200.5%20L%2015%2019.5%20L%2015%200.5%20Z%22%20fill%3D%22%23e3e3e3%22/%3E%3C/svg%3E") no-repeat scroll 0 0;
}
.reviews.guest-item .author {
  font-size: 24px;
  font-weight: bold;
  padding: 0px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTIvMTYvMTatmxTPAAAAm0lEQVQokY2QUQ2DUAxFz5b970mYg1lAChKQgIRJQAISmAMk4GA4OPspSfdGAk2atM1p701RSfnyP9rMZLgNoIu+qEPMmr2FSR0rRdRF7bf+ynGsP1261NXye7O8UNQ1gDmsbHWpLfXAAtyBd9hYon4Cn2DIr+zzpUq5D2YgwTVYZ6e6WZpOfGsGuEXTAs3BwgPgoo5AOaEAsH4BY34lDTM9E3IAAAAASUVORK5CYII=) no-repeat scroll 0 18px;
  line-height: 1.1;
}
.reviews.guest-item time {
  float: right;
}
.reviews.guest-item .contact {
  font-size: 14px;
}
.reviews.guest-item .contact a.social.vk {
  color: #A3BBD3;
  font-size: 14px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxMSI+PHBhdGggZD0iTTE2LjY2OCA1Ljc4NmMuMi0uMzU0LjkwOC0xLjM2NyAxLjQ0MS0yLjEyMkMxOS43MSAxLjQzMyAyMCAuOTYxIDIwIC42OGMwLS4yMTctLjE4Ni0uMzkzLS40MTctLjM5M2gtMy43NDhhLjQxMi40MTIgMCAwIDAtLjQwOS4zMjJDMTUuMjE4IDEuNjkyIDEyLjUyIDQuODA0IDEyLjA5NCA1Yy0uMTc1IDAtLjQxNi0uNDA5LS40MTYtMS4xNzlWLjUwNWEuODg2Ljg4NiAwIDAgMC0uMi0uNzNDMTEuMTkzLS41IDEwLjc3LS41IDkuNTg2LS41IDcuNDM3LS41IDYuNjcxLjEwNSA2LjY3MS42NzlhLjM2OS4zNjkgMCAwIDAgLjM3NS4zOTJzLjQ1OC4yODMuNDU4IDEuOTY1Yy4wMjQuNjU2LS4wMTIgMS4zMTMtLjEwOCAxLjk2NEM2LjMzOCA0LjgyIDQuODcyIDIuMzI5IDQuMTcyLjUzN2EuNDIuNDIgMCAwIDAtLjQxNi0uMjUxSC40MjRDLjE5NC4yODIuMDA0LjQ1NiAwIC42NzJjMCAuMDI2LjAwMi4wNTIuMDA3LjA3N0MuNDczIDMuMTIyIDUuNzYzIDEwLjUgOS4xNyAxMC41aDEuNjY2Yy44ODMgMCAuOTUtLjkwNCAxLTEuNTAxLjA1LS41OTcuMDkxLS44NTYuMjUtLjg1Ni41MTcgMCAxLjU3NC44NjQgMi4yNjYgMS40My42OTEuNTY2IDEuMTQxLjkyNyAxLjQ4My45MjdoMi4wODJjMS4wNzUgMCAyLjA4MyAwIDIuMDgzLS43ODYgMC0uMjk4LS4yNzUtLjY0NC0xLjg1OC0yLjM1N2E1Mi4xOTEgNTIuMTkxIDAgMCAxLTEuNDc0LTEuNTcxeiIgZmlsbD0iI2EzYmJkMyIvPjwvc3ZnPg==) no-repeat scroll 0 3px;
  padding-left: 25px;
}
.reviews.guest-item .desc {
  margin: 20px 0px;
}
.fotorama__html .reviews.guest-item {
  padding: 0 0 10px 0;
}
.reviews-widget-reviews .author {
  font-size: 12px;
  font-weight: 300;
  padding: 15px 0 0 0px;
}
.reviews-widget-carousel .item {
  padding: 25px;
}
.reviews-widget-carousel .item > .review {
  border: 15px solid #EEEEEE;
  padding: 15px;
  text-align: left;
  min-height: 550px;
  position: relative;
}
.reviews-widget-carousel .item > .review:before {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background: #DDDDDD;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  top: 150px;
}
.reviews-widget-carousel .item img {
  border-radius: 33px;
  padding: 10px;
}
.reviews-widget-carousel .item .caption {
  padding: 0 0 0 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAA3NCSVQICAjb4U/gAAAAe1BMVEVEZ42dr8P4+ftIa5C8yNZkgaDd4+qsvMx0jqtXdpnN1uGEm7S5xtVxi6hMbpLM1eCru8xbepvm6/D////X3uZ9lbBVdZegssXU3OVif5/DztpnhKKxwND7/P1QcZRefJ2js8evvs7f5et3kKxzjapphaOGnbW5x9VohaWN2Dc7AAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABZ0RVh0Q3JlYXRpb24gVGltZQAwOC8xOS8xNp0iW0kAAABmSURBVBiVrY/REkNAFEO3VrG1mDo6bZW6S/n/T6TcT5C3nEkyE2POUCHi3Cu5lSYXuW5gAm8C3F0P8z/SwEfAeQh75wdjBR0k9liJUV109lsr6B9KhnFzWQvRW4ld0tTap/fzKU9WxPMG2XDcmrgAAAAASUVORK5CYII=) no-repeat scroll 15px 0;
}
.reviews-widget-carousel .item .desc {
  margin: 105px 0 0 0;
  font-size: 14px;
  font-weight: 300;
  height: 310px;
  overflow-y: auto;
}
.reviews-widget-fotorama .fotorama__out {
  top: 62px;
  height: 64px;
  width: 26px;
  border-radius: 0;
}
.reviews-widget-fotorama .fotorama__out .glyphicon:before {
  display: none;
}
.reviews-widget-fotorama .fotorama__out.fotorama__next {
  right: 7px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNnB4IiBoZWlnaHQ9IjYxcHgiPg0KCTxwYXRoIGQ9Ik0gMC41IDAuNSBMIDI1LjUgMzEuMTI1IEwgMC41IDYwLjUgIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIvPg0KPC9zdmc+) no-repeat scroll 0 0;
}
.reviews-widget-fotorama .fotorama__out.fotorama__prev {
  left: 7px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNnB4IiBoZWlnaHQ9IjYxcHgiPg0KCTxwYXRoIGQ9Ik0gMjUuNSAwLjUgTCAwLjUgMzEuMTI1IEwgMjUuNSA2MC41ICIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiLz4NCjwvc3ZnPg==) no-repeat scroll 0 0;
}
.reviews-in .pagination li {
  padding: 0 5px;
}
.reviews-in .pagination li a {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.reviews-in .pagination .next a,
.reviews-in .pagination .prev a {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
/* Поиск */
.search_menu {
  margin-right: -4px;
}
.search_menu .search-query {
  margin: 4px 0;
}
.search_menu .search-query:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #626262;
  border-color: #626262;
}
/* Widget: Search */
.search-widget-search .panel-body {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.sitemap ul,
.sitemap ol,
.sitemap li {
  list-style-position: initial;
  list-style-type: initial;
}
div.in.staff {
  text-align: center;
}
div.in.staff .picture {
  padding-bottom: 65px;
  list-style: outside none none;
}
div.in.staff .picture .title {
  font-size: 16px;
  margin: 15px 0 15px;
  color: #303438;
}
div.in.staff .picture .position {
  font-size: 12px;
  color: #778087;
  min-height: 4.8em;
}
div.in.staff .picture .position:after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background: #B89880;
  margin: 20px auto 0;
}
div.in.staff .picture .experience {
  font-size: 12px;
  margin: 15px 0 15px;
  color: #777F86;
}
div.in.staff .picture .btn {
  width: 170px;
  height: 40px;
  font-size: 14px;
  padding: 8px 10px;
  margin-top: 20px;
}
.staff-widget-tn div.in.staff.slide {
  width: 960px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 500px;
}
.staff-widget-tn div.in.staff.slide ul {
  height: 500px;
  width: 1000%;
  margin-left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.staff-widget-tn div.in.staff.slide ul li {
  width: 240px;
}
.staff-widget-tn div.in.staff.slide ul li.clear {
  clear: none;
}
.staff-widget-tn div.in.staff.slide ul li .desc {
  padding: 5px 0;
}
.staff-widget-tn .container {
  position: relative;
}
.staff-widget-tn .prei {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  margin-top: -32px;
  width: 30px;
  height: 65px;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAABECAYAAABwDE53AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDQvMTQvMTao6OngAAADT0lEQVRYhb2ZX2iOURzHP0NyoUTSQnFmF1pxotRSh7hASYsUMyUJY9uFv8XSqzRripZZaovaBcrKBeV/pHPjX9pJ7ULqSJSkZfKnLJuLc15e827P+zzvc/a9PM85ffr9vs/59zslQ0NDjJXGjQVESJUZE5iQqgEoA5gQGLQE2AxUB4UJqUqB88Bha/RbCJvG40C3NfpBtiFIZEKqHcBUa3RtbnvqMCHVImALsHv4t1TT6H1qBS5Yo18HhQGNwF1r9OV8H1ODCamqgenAmZH6pOKZkGomUA/stEb/GKlf0ZEJqaYB14AOa3TvaH3TSONR4L41uiuqY1FpFFJVARXAxkL6J4Z5nw4CDdbo74WMSZRGIdUUoAu4ao3uKXRcUs8OAb3W6LY4g2KnUUi1GpDAprhjY0Xml6MDQFOhPiWCCakmA53AHWv047igWDCgDugHziYBQYGeCamWA5W45WggKSwyMp++E0CrNfpTUlAkTEg1CTefblijHxUDioThdtsS3IZYtEb0TEhVCawCthfjU65Gi6wdaLNGf0wDBHkiE1JNBDqAm9bo22mB8sJwJ6PZwK40QTAsjd6ndbj59DMoDGgBOq3RNm0Q+DQKqcbjTkVP0vbpPxhQAywFVoQCwd80rgVarNFfxwJ2BdgbEgRQkr1TC6nacFtIxhr9KwQs929sxC1PG0KA/oFZo7/gJnK1kKoiKMwDe4Bu3HxLXSX56iBCqkvAS+CUNXowLdhIq34dsA3nYWrKC7NGf8aVE/YIqeYFhXlgD3ALaAoO87oIfBNS1Ub0K0h5f5Bc+VPwM2BrsYeeyKOcNfoDsB44JqSaHRTmgc+Be0AmOMyrHRgsxr9Iz3Ll/XsFKGu0iQuLdWXy/lUBGQ8OB/PAh7il7EhwmNdpoFRIVRNnUCzPciWkmgW8A+Zki5dRSlx0sUa/x/nXXKh/RVV4rNHXgTfA/uAwr1ZghpAqssqT2LNcCanKgRdA2Wi301Tqjb5q2gB0+CpdOJgHdhHhX9pl22agXEi1Jt/HVDzLlZBqPvAUmGuN7gsK88B6YDGwzxrdn20P8mJhjT4HDODqxn8U8nkkAywUUq3MNgRJY1ZCqmW4G9ICa3Rf6PczDZzEHXrDRjZcvwHlXhiFPbbr4wAAAABJRU5ErkJggg==) no-repeat scroll 0 0;
  cursor: pointer;
}
.staff-widget-tn .posti {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -32px;
  width: 30px;
  height: 65px;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAABECAYAAABwDE53AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDQvMTQvMTao6OngAAADU0lEQVRYhb3YS6hWVRjG8Z+iQRcqoqJBxFkQDYTOii7W4CykqCTpApFKdzBIuosNpIuRRTVKAsuyCBqkNoiIalANhFoQQkQsCmlgbYsKCTGCBtHka/Bt7eMcz/G77OUDmw3rwp93PWuv/b5rUa/Xc6K0+ISRsARCTJtxGNubkquFuqR9v4bv2ufLWrDF0JR8GHfjwRDTeVVhLXAPvseW6rBW27A0xPRwDdii2Vs/xHQWDmB5U/IPXcLmbP3WvzV4NsR0TlVYC/wU+/FEdVirrZgKMd3bFWyOZ4MKMZ2Nn3BpU/L+SWELHldNyYewDk934d9xz8am5PfxBzZUh7U64t/Nk8AW9GxQIaYL8DPOb0r+bRzY0L+YpuRfcBe2hphOrwprgTtxEI9Xh7V6CReHmK4edeLQng0qxBSRcVFT8sGqsBa4HpdhY1Py38PMGTsHaUregUV4aNg5kyY8W3BdiOnyYQaPvYxHFGJagXdxxfH8mxjWAtdjOR5oSv53vnGd5I2tf6fqH9rzqssk9SncEGK6pDqsKflHvI7dIaYzq8JafY53sP2Yvb1er/Nnanrm46npmdtnt9cqLDZh9Wz/qsCakvdhN94c/B3VLJk+0PfwhaMtNTyb5d+eqemZW2p6NqjtuJPKlWeI6TT9zfJJdRiewVfYyf+VZ+cKMa3ElU3JK460VYksxBSwXn8Jj6pzWIjpJLyFj5qS91aFYTN+xa45PR1/Uyunpme+ma+/s8hCTOfiMQskQJ3AQkxL8QY+m+1T5zD9cqqHHQsNmvg7a7Orm7CqKfmfhcZOFFlbBm/A5mGy4rFhrU+vYG9T8hfDzJkkskdxhv4l21Aay7MQ01VYiXuGLSoYI7IQ0yn6OeLWUcqlsWD6xWBpb4FG0kjLGGJ6BMtw26igkWBtWrYGa5uS/xoHNtQytj69iJebkn8fBzQ0DE9iX1Pyh+OCGGIZ21u5a7FqEhDHiSzEtAz349b20rMOLMR0sv5f99VJfBoKho041JS8uwsQ83gWYroD12NtVyCOEVmI6ULchw2jHkcjw/Srjl1Nyd92CZoDCzFtwp9NyW93DWLAsxDTNViNG2uAaCNrb0mf17806dSnOTA8h/eakr+uBRqEHWhK3lYTBP8Bp4TmMAhA5OgAAAAASUVORK5CYII=) no-repeat scroll 0 0;
  cursor: pointer;
}
.discount_top {
  height: 105px;
}
.discount_top .description {
  float: right;
  max-width: 450px;
  padding: 18px 0 18px 10px;
  font-size: 16px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
.discount_top .description img {
  float: left;
  margin: 0 15px 5px 5px;
}
.cntdwn {
  float: right;
  padding: 14px 10px 14px 0;
}
.cntdwn .cntdwn-title {
  text-align: left;
  margin: 4px 0 0 15px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}
.cntdwn .cntdwn-elem {
  float: left;
  white-space: nowrap;
}
.cntdwn .cntdwn-elem span {
  display: inline-block;
  margin: 0 0 0 14px;
  font-size: 0;
  text-align: center;
  color: #fff;
}
.cntdwn .cntdwn-elem span ins {
  position: relative;
  display: inline-block;
  width: 25px;
  margin: 0 1px;
  background: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}
.cntdwn .cntdwn-elem span em {
  display: block;
  margin: 2px 0 0;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
}
/*# sourceMappingURL=//templates/benzospb/css/less_d.css.map */