  

/* Start:/local/templates/main/css/chosen.css?160217091812590*/
select[name*="IBLOCK_SECTION"]{
	width:500px;
}
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  user-select: none;
}
.chosen-container * {
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border-top: 0;
  background: #ededed;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 6px 10px;
  height: 40px;
  border-radius: 3px;
  background-color: #ededed;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
  color:inherit;
}
#content_page .chosen-container-single .chosen-single{
border-bottom:none;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/local/templates/main/css/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/local/templates/main/css/chosen-sprite.png') no-repeat 0 10px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url('/local/templates/main/css/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: 0;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding:0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0!important;
  padding: 5px 6px!important;
  list-style: none!important;
  line-height: 40px!important;
  word-wrap: break-word!important;
  -webkit-touch-callout: none!important;
  background:#ededed;
  border-bottom: 1px solid #e5e5e5!important;
  color: #222;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
	background:#ddd!important;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container-multi .chosen-choices, #content_page .chosen-container-multi .chosen-choices{
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 15px;
  width: 100%;
  height: auto !important;
  border-radius: 2px;
  background-color: #ededed;
  cursor: text;
}
.chosen-container-multi .chosen-choices li, #content_page .chosen-container-multi .chosen-choices li{
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field, #content_page .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"], #content_page .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  color: #000;
  font-size: 15px;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  min-height: 36px;
}
.chosen-container-multi .chosen-choices li.search-field .default, #content_page .chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice, #content_page .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 5px 0 5px 5px;
  padding: 5px 25px 5px 15px;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-clip: padding-box;
  color: #666666;
  line-height: 16px;
  font-size: 16px;
  border: 1px solid #bababa;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/local/templates/main/css/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results, #content_page .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0 0 15px 0;
}
.chosen-container-multi .chosen-results li, #content_page .chosen-container-multi .chosen-results li {
  display: inline-block !important;
  border-radius: 2px;
  font-size: 13px;
  border: 1px solid #bababa;
  margin: 7px 0 7px 15px !important;
}
.chosen-container-multi .chosen-drop .result-selected, #content_page .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #000;
  background: #d8d8d8;
  cursor: default;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close,#content_page .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/local/templates/main/css/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
  border-bottom:0;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #eee;
  cursor: default;
}

.chosen-container-active .chosen-single {
	border: 1px solid #52ac4f;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 10px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url('/local/templates/main/css/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('/local/templates/main/css/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}


/* End */


/* Start:/local/templates/main/polytech-framework/external-plugins/external-plugins.css?1602170919177970*/
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 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 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"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-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;
  }
  select {
    background: #fff !important;
  }
  .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('/local/templates/main/polytech-framework/fonts/glyphicons-halflings-regular.eot');
  src: url('/local/templates/main/polytech-framework/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/polytech-framework/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/local/templates/main/polytech-framework/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/local/templates/main/polytech-framework/fonts/glyphicons-halflings-regular.svg') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings',sans-serif;
  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";
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  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 {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  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: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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: 10px;
  margin-bottom: 10px;
}
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: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.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: #777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 1em;
  border-left: 5px solid #eee;
}
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.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.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: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
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: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -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-right: 15px;
  padding-left: 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: 768px) {
  .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: 992px) {
  .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: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
thead > tr > td.active,
tbody > tr > td.active,
tfoot > tr > td.active,
thead > tr > th.active,
tbody > tr > th.active,
tfoot > tr > th.active,
thead > tr.active > td,
tbody > tr.active > td,
tfoot > tr.active > td,
thead > tr.active > th,
tbody > tr.active > th,
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;
}
thead > tr > td.success,
tbody > tr > td.success,
tfoot > tr > td.success,
thead > tr > th.success,
tbody > tr > th.success,
tfoot > tr > th.success,
thead > tr.success > td,
tbody > tr.success > td,
tfoot > tr.success > td,
thead > tr.success > th,
tbody > tr.success > th,
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;
}
thead > tr > td.info,
tbody > tr > td.info,
tfoot > tr > td.info,
thead > tr > th.info,
tbody > tr > th.info,
tfoot > tr > th.info,
thead > tr.info > td,
tbody > tr.info > td,
tfoot > tr.info > td,
thead > tr.info > th,
tbody > tr.info > th,
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;
}
thead > tr > td.warning,
tbody > tr > td.warning,
tfoot > tr > td.warning,
thead > tr > th.warning,
tbody > tr > th.warning,
tfoot > tr > th.warning,
thead > tr.warning > td,
tbody > tr.warning > td,
tfoot > tr.warning > td,
thead > tr.warning > th,
tbody > tr.warning > th,
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;
}
thead > tr > td.danger,
tbody > tr > td.danger,
tfoot > tr > td.danger,
thead > tr > th.danger,
tbody > tr > th.danger,
tfoot > tr > th.danger,
thead > tr.danger > td,
tbody > tr.danger > td,
tfoot > tr.danger > td,
thead > tr.danger > th,
tbody > tr.danger > th,
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 {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  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-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 1.42857143;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 1.5;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 1.33;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  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;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline:none;
}
.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.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: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.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: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.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: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.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: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.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: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.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: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  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: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  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;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 2px 4px -1px rgba(0,0,0,0.35);

}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
}
/*
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}*/
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background: transparent;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
  display:none;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.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:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.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-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  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-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.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-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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-right: 0;
  padding-left: 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: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  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: 46px;
  line-height: 46px;
}
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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  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: 30px;
  line-height: 30px;
}
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: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav.filter > li > a {
  position: relative;
  display: block;
  padding: 5px 12px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #fafafa;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #e6e6e6;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  color:#595959;
  margin-right: 2px;
  line-height: 1.42857143;
  border-bottom: 4px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-bottom: 4px solid transparent;
  color:#3A3A3A;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #4B9D74;
  cursor: default;
  border-bottom: 4px solid #21a649;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .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 #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    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 {
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 1px;
}
.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: #fff;
  background-color:  #21a649;
}
.filter-container{ text-align:center;
  margin-bottom:15px; margin-top:5px;}
.nav-pills.filter{
  display:inline-block;
}
.nav-pills.filter>li{
  background:#fff;
  margin-bottom:2px;
}
.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 {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
#dropdownTab{
  border-bottom:#21a649 4px solid;
  padding:20px 1.6em 16px;
  color:#21a649;
  width:55%;
  float:left;
  display:none;
}
.polytech-media .tab-external {
  width:20%;
  border-bottom:1px solid #e6e6e6;
  text-align:right;
}
.polytech-media .tab-external.mobile{
  width:45%;
  padding-top:0px;
}
.polytech-media .tab-external a{
  padding:20px 0px;
  color:#a1a1a1;
  display:inline-block;
  text-transform:lowercase;
}
.polytech-media .tab-external a:hover {
  text-decoration:none;
}
#dropdownTab span{
  float:left;
}
#dropdownTab i{
  float:right;
  line-height:1em;
  padding:4px 10px 0px;
  text-align:center;
  font-size:1.2em;
}
#media-filter{
  float:left;
  width:80%;
}
@media (min-width: 768px) {
  #uniMenu .nav-justified >li {
    display: table-cell;
    width: 1%;
    float:none;
  }
  .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 #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #fff;
  }
}
.tab-content > .tab-pane {
  margin-left:-10px;
  margin-right:-10px;
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .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;
    visibility: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) 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: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .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: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-image: none;
  background-color:transparent;
  border: 1px solid transparent;
}
.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;
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .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: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 1025px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
@media (min-width: 767px) and (max-width:1323px) {
  /*#uniMenu .nav-justified.nav-polytech-justified>li{
      display:block;
      float:left;
      width:100%;
      margin:
      }*/
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .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: #555;
    background-color: #e7e7e7;
  }
  .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: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.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: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  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: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.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 {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .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: #fff;
    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: #fff;
    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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.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: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  font-family: 'custom-icons';
  padding: 0 5px;
  color: #ccc;
  /* content: "/\00a0";*/
  content: " \e8cc";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.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: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.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: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.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: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  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: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.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 {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.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: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.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: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.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 {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.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 {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.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 {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.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: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 5px 30px 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  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-left-radius: 3px;
  border-top-right-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-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-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-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-right-radius: 3px;
  border-bottom-left-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 #ddd;
}
.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 {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 8px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition:         transform .3s ease-out;
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  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: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.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: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  opacity: 0;
}
.tooltip.in {
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  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: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(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 {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  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 {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

.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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  opacity: .5;
}
.carousel-control.left {
  background-image:linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  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;
  margin-top: -10px;
  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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .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 {
    right: 20%;
    left: 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 {
  display: table;
  content: " ";
}
.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 {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}

.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: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  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: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .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;
  }
  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;
  }
}




/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
  color: #cccccc; }
.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, sans-serif; }
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
}
.mfp-arrow:active {
  margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }
.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 30px 0 20px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor:url(/local/templates/main/polytech-framework/external-plugins/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -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 Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls{
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
  color: #838383;
  display: inline-block;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
  display: inline-block;
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
  min-height: 150px;
  background: url(/local/templates/main/AjaxLoader.gif) no-repeat center center
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x : 50%;
  -webkit-perspective-origin-y : 50%;
  -moz-perspective : 1200px;
  -moz-perspective-origin-x : 50%;
  -moz-perspective-origin-y : 50%;
  perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */

@keyframes empty {
  0% {opacity: 1}
}

@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}

@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}

@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}

@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}

@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}

@keyframes goDown {
  from { transform: translateY(-100%); }
}


@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}


/*
 * Swiper 2.7.0
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: August 30, 2014
*/
/* ===============================================================
Basic Swiper Styles
================================================================*/
.swiper-container {
  margin:0 auto;
  position:relative;
  overflow:hidden;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  /* Fix of Webkit flickering */
  z-index:1;
}
.swiper-wrapper {
  position:relative;
  width:100%;
  -webkit-transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
  -o-transform:translate3d(0,0,0);
  -ms-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);

  transition-property:transform, left, top;
  transition-duration:0s;
  transition-timing-function:ease;
  box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
  box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */

  /*width:200px;
  height: 100px;*/
}
.swiper-slide {
  /* Specify Slides's Size: */

  /*width: 100%;
  height: 100%;*/
}
.swiper-slide-active {
  /* Specific active slide styling: */

}
.swiper-slide-visible {
  /* Specific visible slide styling: */

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */

}
.swiper-active-switch {
  /* Specific active button style: */

}
.swiper-visible-switch {
  /* Specific visible button style: */

}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1)
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}


@font-face {
  font-family: 'ytpregular';
  src: url('/local/templates/main/polytech-framework/external-plugins/ytp-regular.eot');
}

@font-face {
  font-family: 'ytpregular';
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=) format('woff'),
  url('/local/templates/main/polytech-framework/external-plugins/ytp-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}
.mb_YTVPlayer :focus {
  outline: 0;
}


.mb_YTVPlayer{
  display:block;
  transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform:translate3d(0,0,0);
  animation-timing-function: linear;

}

.mb_YTVPlayer.fullscreen{
  display:block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0!important;
}


.mbYTP_wrapper iframe{
  max-width: 4000px !important;
}

.inline_YTPlayer{
  margin-bottom: 20px;
  vertical-align:top;
  position:relative;
  left:0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0,0,0,.7);
  background: rgba(0,0,0,.5);
}

.inline_YTPlayer img{
  border: none!important;
  transform: none!important;
  margin:0!important;
  padding:0!important
}

/*CONTROL BAR*/

.mb_YTVPBar .ytpicon{
  font-size: 20px;
  font-family: 'ytpregular';
}

.mb_YTVPBar .mb_YTVPUrl.ytpicon{
  font-size: 30px;
}


.mb_YTVPBar{
  transition: opacity 1s;
  display:block;
  width:100%;
  height:10px;
  padding:5px;
  background:#333;
  position:fixed;
  bottom:0;
  left:0;
  box-sizing: border-box;
  text-align:left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color:white;
  opacity:.1;
}

.mb_YTVPBar.visible, .mb_YTVPBar:hover{
  opacity:1;
}


.mb_YTVPBar .buttonBar{
  background:transparent;
  font:12px/14px;
  position:absolute;
  top:-30px;
  left:0;
  padding: 5px;
  width:100%;
  box-sizing: border-box;
}
.mb_YTVPBar:hover .buttonBar{
  background: rgba(0,0,0,0.4);
}

.mb_YTVPBar span{
  display:inline-block;
  font:16px/20px Calibri, sans-serif;
  position:relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}
.mb_YTVPBar span.mb_YTVPTime{
  width: 130px;
}

.mb_YTVPBar span.mb_YTVPUrl,.mb_YTVPBar span.mb_OnlyYT {
  position: absolute;
  width: auto;
  display:block;
  top:6px;
  right:10px;
  cursor: pointer;
}
.mb_YTVPBar span.mb_YTVPUrl img{
  width: 60px;
}

.mb_YTVPBar span.mb_OnlyYT {
  left:185px;
  right: auto;
}
.mb_YTVPBar span.mb_OnlyYT img{
  width: 25px;
}

.mb_YTVPBar span.mb_YTVPUrl a{
  color:white;
}

.mb_YTVPPlaypause,.mb_YTVPlayer .mb_YTVPPlaypause img{
  cursor:pointer;
}

.mb_YTVPMuteUnmute{
  cursor:pointer;
}

/*PROGRESS BAR*/
.mb_YTVPProgress{
  height:10px;
  width:100%;
  background:#222;
  bottom:0;
  left:0;
}

.mb_YTVPLoaded{
  height:10px;
  width:0;
  background:#444;
  left:0;
}

.mb_YTVTime{
  height:5px;
  width:0;
  background:#fff;
  bottom:0;
  left:0;
  box-shadow:#666666 1px 1px 3px;
}

.YTPOverlay.raster{
  background: url("/local/templates/main/img/raster.png");
}

.YTPOverlay.raster.retina{
  background: url("/local/templates/main/img/raster@2x.png");
}


/*
 * fullPage 2.4.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 */
html.fp, html.fp body {
  margin: 0;
  padding: 0;
  overflow:hidden;

  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
  height: 100%;
  position: relative;
}
.fp-section {
  position: relative;
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index:1;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: scroll;

}
.fp-notransition {
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav{
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position:relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
  background: #333;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
}
#fp-nav ul li:hover .fp-tooltip {
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}



.mejs-offscreen{
  /* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). */
  position: absolute !important;
  top: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.mejs-container {
  position: relative;
  background: #000;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
}

.me-plugin {
  position: absolute;
  height: auto;
  width: auto;
}

.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}

.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important;
}

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}

.mejs-clear {
  clear: both;
}

.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain ;
  background-position: 50% 50% ;
  background-repeat: no-repeat ;
}
:root .mejs-poster img {
  display: none ;
}

.mejs-poster img {
  border: 0;
  padding: 0;
}

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-overlay-play {
  cursor: pointer;
}

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(/local/templates/main/polytech-framework/external-plugins/bigplay.svg) no-repeat;
}

.no-svg .mejs-overlay-button {
  background-image: url(/local/templates/main/polytech-framework/external-plugins/bigplay.png);
}

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px ;
}

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(/local/templates/main/polytech-framework/external-plugins/background.png);
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(rgba(50,50,50,0.9), rgba(0,0,0,0.9));
}

.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(/local/templates/main/polytech-framework/external-plugins/loading.gif) 50% 50% no-repeat;
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(/local/templates/main/polytech-framework/external-plugins/background.png);
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));
  height: 30px;
  width: 100%;
}
.mejs-container .mejs-controls  div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  border: 0;
}

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(/local/templates/main/polytech-framework/external-plugins/controls.svg) no-repeat;
}

.no-svg .mejs-controls .mejs-button button {
  background-image: url(/local/templates/main/polytech-framework/external-plugins/controls.png);
}

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999;
}

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px ;
  overflow: hidden;
  text-align: center;
  box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time a {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}
/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
  background-position: 0 0;
}

.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}
/* Start: Play/Pause/Stop */

/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px;
}

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  border-radius: 2px;
  cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50,50,50,0.8);
  background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  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: 15px 15px;
  animation: buffering-stripes 2s linear infinite;
}

@keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60,170,200,0.8);
  background: linear-gradient(rgba(44,124,145,0.8), rgba(78,183,212,0.8));
  width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255,255,255,0.8);
  background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
  width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  border-radius: 0;
  top: 15px;
  left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}

/* End: Progress Bar */

/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}
/* End: Fullscreen */


/* Start: Mute/Volume */
.mejs-controls .mejs-volume-button {
}

.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
  position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(/local/templates/main/polytech-framework/external-plugins/background.png);
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
  border-radius: 0 0 4px 4px;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  border-radius: 1px;
  margin: 0;
}

.mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 60px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #333;
  background: rgba(50,50,50,0.8);
  background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255,255,255,0.8);
  background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}

/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
  position: relative;
}

.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url(/local/templates/main/polytech-framework/external-plugins/background.png);
  background: rgba(50,50,50,0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  border-radius: 0;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  width: 10000px;
  z-index: 1;
}

.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));
  overflow: hidden;
  border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102,102,102, 0.7);
  background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align:center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}

.mejs-captions-layer  a {
  color: #fff;
  text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}

.mejs-captions-position-hover {
  bottom: 35px;
}

.mejs-captions-text {
  padding: 3px 5px;
  background: url(/local/templates/main/polytech-framework/external-plugins/background.png);
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap;
}
/* End: Track (Captions and Chapters) */

/* Start: Error */
.me-cannotplay {
}

.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}

.me-cannotplay span {
  padding: 15px;
  display: block;
}
/* End: Error */


/* Start: Loop */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}

/* End: Loop */

/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}
/* End: backlight */

/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}
/* End: Picture Controls */


/* context menu */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001; /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}

.mejs-contextmenu .mejs-contextmenu-item {
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(/local/templates/main/polytech-framework/external-plugins/background.png);
  background: rgba(50,50,50,0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-size: 10px;
}
/* End: Source Chooser */

/* Start: Postroll */
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/local/templates/main/polytech-framework/external-plugins/background.png);
  background: rgba(50,50,50,0.7);
  z-index: 1000;
  overflow: hidden;
}
.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}
.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(/local/templates/main/polytech-framework/external-plugins/background.png);
  background: rgba(50,50,50,0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}
/* End: Postroll */


/* Start: Speed */
div.mejs-speed-button {
  width: 46px !important;
  position: relative;
}

.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #ffffff;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
  visibility: hidden;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url(/local/templates/main/polytech-framework/external-plugins/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
}

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  visibility: visible;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: rgba(33, 248, 248, 1);
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: Arial, sans-serif;
  font-size: 11.5px;
  color: white;
  margin-left: 5px;
  cursor: pointer;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: rgb(200, 200, 200) !important;
  background-color: rgba(255,255,255,.4) !important;
}
.mejs-controls .mejs-button.mejs-skip-back-button {
  background: transparent url(/local/templates/main/polytech-framework/external-plugins/skipback.png) no-repeat;
  background-position: 3px 3px;
}
.mejs-controls .mejs-button.mejs-skip-back-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff;
}


/* End */


/* Start:/local/templates/main/css/polytech-framework-layout.css?1764321200507382*/
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");:root{--heading-color: #0A3340;--text-color: #425766;--text-shadow: 0 1px 2px rgba(0,0,0,.5);--shadow-level-1: 0 0.125em 0.313em rgba(10, 37, 64, .09), 0 0.063em 0.125em rgba(0, 0, 0, .07);--shadow-level-2: 0 0.250em 0.375em rgba(10, 37, 64, .09), 0 0.063em 0.188em rgba(0, 0, 0, .08);--shadow-level-3: 0 0.063em 0.313em 0 rgba(10, 37, 64, .07), 0 0.438em 1.063em 0 rgba(0, 0, 0, .1);--shadow-level-4: 0 0.938em 1.5625em rgba(10, 37, 64, .1), 0 0.313em 0.938em rgba(0, 0, 0, .07);--shadow-level-5: 0 1.25em 2.5em rgba(10, 37, 64, .15), 0 0.313em 0.938em rgba(0, 0, 0, .1);--drop-shadow-svg:drop-shadow(0 1px 2px rgba(0,0,0,.5))}.accordion,.accordion.partners>li .desc ul,.dropdown-lang__menu,.news-sections-panel__list{padding-left:0;margin-top:0;margin-bottom:0;list-style:none}.stepwizard-message{box-shadow:0 1px 1px 0 rgba(0,0,0,0.29)}#audienceMenu{margin-top:15px;padding:0;margin-bottom:10px}#audienceMenu .dropdown a{font-size:11px;color:#616161}#audienceMenu .dropdown>a{border-radius:3px}#audienceMenu .dropdown>a:hover,#audienceMenu .dropdown>a:focus{background:#fafafa;text-decoration:none}#audienceMenu .dropdown-menu{border:none;z-index:203;border-radius:3px}#audienceMenu .dropdown-menu a{padding:12px 20px}#audienceMenu .dropdown-menu a:hover,#audienceMenu .dropdown-menu a.active{background:#21a649;color:#fff}#menu-container,.uniPanel{max-width:1440px}.color-for-menu{background:#fafafa}.institution-item:nth-child(3n-2){clear:both}.small-eye{display:none;width:100%;padding:15px 22px;background:#fafafa;border-top:#f0f0f0 1px solid;color:#757575;font-weight:bold}.small-eye i{line-height:1;padding-right:12px}.inst-menu .lang{float:left;padding:10px 11px;background:#f8f8f8;text-transform:uppercase;margin-top:15px;display:block;font-size:14px;font-weight:bold;margin-right:20px;border-radius:2px;color:#5D5D5D}.inst-menu .eye{float:left;background:#f8f8f8;text-transform:uppercase;margin-top:15px;display:block;font-weight:bold;margin-right:20px;border-radius:2px;color:#5D5D5D;line-height:1em;font-size:16px;padding:13px;text-align:center}.inst-menu .lang:hover,.inst-menu .lang:focus{background:#21a649;color:white;text-decoration:none}.inst-menu .eye:hover{background:#21a649;color:white;text-decoration:none}.inst-menu .eye.on{color:white;text-decoration:none;background:#5F5F5F}.inst-menu .lang:active,.inst-menu .eye:active{background:#34C47B;color:white}@media (max-width: 1024px){.small-eye{display:block}.inst-menu .lang,.inst-menu .eye{display:none}.uni-menu .Nactive .has-sub-menu{border-bottom:#f3f3f3 1px solid}.sub-menu li a{background:white}#uniMenu{background:#F3F3F3}#uniMenu ul{margin:0px !important}#uniMenu ul li a{padding:18px !important;border-bottom:none;border-top:#E6E6E6 1px solid}}.sb-search-input-small{border:#E9E9E9 1px solid;width:100%;height:40px;border-radius:4px;font-size:12px;padding-left:15px}.small-search{padding:15px 22px;background:#fafafa;border-top:#f0f0f0 1px solid;display:none;position:relative}.small-search .sb-icon-search{position:absolute;background:none;right:21px;left:auto;top:15px;bottom:auto;display:block;color:#444444}@media (max-width: 1024px){.small-search{display:block}}@media (max-width: 1024px){#menu-container{padding:0px}#audienceMenu{width:100%;margin:0px;overflow:visible;border-top:1px solid #F0F0F0}#menu-container .col-md-12{padding:0px}#menu-container .nav-pills li{margin-left:0px}#audienceMenu li.dropdown{width:100%;display:block}#audienceMenu li.dropdown a{padding:20px}#audienceMenu li.dropdown .dropdown-menu{position:static;box-shadow:none;width:100%}#audienceMenu li.dropdown .dropdown-menu a{padding-left:40px;text-transform:none;font-size:14px;font-weight:normal;color:#2B2B2B}#audienceMenu li.dropdown>a{border-bottom:#EBEBEB 1px solid;background:#Fafafa;padding:0;color:#2B2B2B;font-size:13px;text-transform:none}#audienceMenu li.dropdown.open .dropdown-menu,#audienceMenu li.dropdown.open>a:hover{background:#ffffff}#audienceMenu li.dropdown>a:hover{background:#F5F5F5}#audienceMenu .dropdown.open a{background:#ffffff}#audienceMenu li.dropdown.open>a{color:#21a649}#audienceMenu .dropdown-toggle .caret-wrapper{float:right;padding:18px 20px;background:#ffffff}#audienceMenu .dropdown-toggle .aud-name{float:left;padding:18px}#audienceMenu li.dropdown .dropdown-menu a:hover{background:#21a649;color:#ffffff}}#instMenu>ul{margin-top:15px}#instMenu .inst-small-screen{display:none}.institution-item:nth-child(3n-2){clear:both}@media (max-width: 1024px){.color-for-menu{display:none}#instMenu{width:100%;padding:0px}#instMenu .inst-small-screen{display:block}#sb-search{display:none}#instMenu .nav{display:none}#instMenu .inst-small-screen{width:100%;list-style:none;padding:0;margin:0}#instMenu .inst-small-screen li{float:left;width:50%}#instMenu .inst-small-screen li a{display:block;padding:15px 25px;text-decoration:none;background:#e9e9e9;text-align:center;color:#555555;font-weight:bold;font-size:14px;border-top:1px solid #e3e3e3}#instMenu .inst-small-screen li:last-child{border-left:1px solid #e1e1e1}#instMenu .inst-small-screen li a:hover{background:#21a649;color:#FDFDFD}.menu-header{background:#FDFDFD}.menu-header .uniPanel{padding:0}.menu-header .uniPanel .col-md-12{padding:0}.menu-header .uniPanel .col-md-12 nav{padding:0}.menu-header .uniPanel .col-md-12 nav ul{width:100%;margin:0}.menu-header .uniPanel .col-md-12 nav ul li a{padding:18px !important}}#instMenu .polytech-mega-menu-trigger:first-child a.has-sub-menu{border-bottom-left-radius:4px;border-top-left-radius:4px}#instMenu .polytech-mega-menu-trigger a.has-sub-menu:after{font-family:"FontAwesome",sans-serif;color:#333;padding:0 10px;content:'\f107';transform-origin:50% 50%;-webkit-backface-visibility:hidden;backface-visibility:hidden}#instMenu .polytech-mega-menu-trigger:nth-child(2){padding-right:0}#instMenu .additional_buttons{padding:0;margin:0}#instMenu .additional_buttons>a{float:right;cursor:pointer;margin:5px 10px;width:20%}#instMenu .polytech-mega-menu-trigger.opened>a{background:#21a649;color:#fff}#uniMenu .polytech-mega-menu-trigger>a:focus{background:#fafafa}#uniMenu .polytech-mega-menu-trigger.opened>a{background:#fff;color:#21a649}@media screen and (max-width: 1024px){#uniMenu .polytech-mega-menu-trigger.opened>a{border-bottom:#EBEBEB 1px solid}}#instMenu .polytech-mega-menu-trigger.opened>a.has-sub-menu:after{color:#fff}@media screen and (min-width: 240px) and (max-width: 640px){.menu-header .nav>li .sub-menu{margin:0 !important;width:100% !important}#uniMenu .nav>li div.polytech-mega-menu.sub-menu{-o-box-shadow:none;box-shadow:none;padding:0px}}img.poly_logo{width:130px;display:block;float:left;margin-right:20px}.uniPanel{background:#F6F9FC}.menu-header.navbar-fixed-top{z-index:500}#instMenu .nav{padding-right:60px;z-index:202}#instMenu .nav>li>a{padding:0.625rem 1rem;background:#f8f9fa;color:#212529;text-transform:none}#uniMenu .nav{z-index:202}#instMenu .nav .sub-menu{z-index:204}#uniMenu .nav .sub-menu{z-index:204}#uniMenu .nav-polytech-justified{width:100%}#uniMenu .nav-polytech-justified>li:nth-child(1){width:15%}#uniMenu .nav-polytech-justified>li:nth-child(2){width:15%}#uniMenu .nav-polytech-justified>li:nth-child(3){width:13%}#uniMenu .nav-polytech-justified>li:nth-child(4){width:13%}#uniMenu .nav-polytech-justified>li:nth-child(5){width:34%}#uniMenu .nav-polytech-justified>li:nth-child(6){width:10%}#uniMenu .nav-polytech-justified>li>a{text-align:center}#uniMenu.en-main-menu .nav-polytech-justified>li:nth-child(1),#uniMenu.en-main-menu .nav-polytech-justified>li:nth-child(2){width:15%}#uniMenu.en-main-menu .nav-polytech-justified>li:nth-child(3){width:20%}#uniMenu.en-main-menu .nav-polytech-justified>li:nth-child(4){width:25%}#uniMenu.en-main-menu .nav-polytech-justified>li:nth-child(5){width:15%}#uniMenu.en-main-menu .nav-polytech-justified>li:nth-child(6){width:10%}.navbar-default{border:none}.navbar-default .navbar-toggle{border:none;border-radius:0}.navbar-brand{padding:26.5px 0}.navbar-nav.navbar-right:last-child{margin-right:0}.menu-header .navbar[role="navigation"]{margin-bottom:0}.menu-header .navbar-brand{height:auto;padding-left:0}.sub-menu{display:none}.menu-header .nav a{display:block;font-size:14px;text-transform:uppercase;font-weight:bold;font-family:'Ubuntu', sans-serif;letter-spacing:0.05em}.menu-header .nav li{position:relative}.menu-header .nav>li .sub-menu{list-style:none;margin-left:20px;padding:12.8px 0;line-height:1.5;font-size:14px;text-transform:none;font-weight:normal}.menu-header .nav>li .sub-menu a:not(.btn){padding-top:12.8px;padding-bottom:12.8px;line-height:1.5;font-size:14px;text-transform:none;font-weight:normal}.menu-header .nav>li .sub-menu a:hover,.menu-header .nav>li .sub-menu a:active,.menu-header .nav>li .sub-menu a:focus{text-decoration:none}.menu-header .nav>li .sub-menu>li .sub-menu{padding-left:0}@media (max-width: 1024px){.menu-header .nav>li .sub-menu{margin-left:0px}}.polytech-mega-menu{width:100%}.polytech-mega-menu h2,.polytech-mega-menu .mega-heading{text-transform:uppercase;font-size:14px;margin-bottom:10px}.polytech-mega-menu ul{list-style:none;padding-left:0}.polytech-mega-menu .mega-inner{padding:15px}#pre-header{padding:5px 0;font-size:12px}#pre-header .contact-phone,#pre-header .social-icons{display:inline-block;color:white}#pre-header .contact-phone{margin-right:16px}.quick-menu{margin:0;padding:0}.quick-menu li{display:inline-block}.quick-menu li a{padding:0 1em 0 0}.quick-menu li a:hover{text-decoration:none}.quick-contact{text-align:right}@media (max-width: 768px){.quick-contact{text-align:center}}@media (max-width: 1024px){#uniMenu ul.nav-polytech-justified.mega-list>li{width:100%}.menu-header.navbar-fixed-top .container{width:auto !important}.menu-header .navbar-header{float:none !important}.menu-header .navbar-header .navbar-toggle{display:block !important;margin-top:23px !important}.menu-header .navbar-nav{margin-bottom:15px !important}.menu-header .navbar-nav.navbar-right{float:none !important}.menu-header .navbar-nav>li{float:none !important}.menu-header .navbar-nav>li>a{padding-top:10px !important;padding-bottom:10px !important;line-height:20px !important}.menu-header .navbar-collapse.collapse{display:none !important}.menu-header .navbar-collapse.collapse.in{display:block !important;overflow-y:auto !important}.menu-header .polytech-mega-menu{width:100% !important;padding-top:20px !important}.menu-header .polytech-mega-menu:before{content:" ";display:table}.menu-header .polytech-mega-menu:after{content:" ";display:table;clear:both}.menu-header .polytech-mega-menu .mega-inner{padding:0}.menu-header .polytech-mega-menu .col-md-3{width:100% !important;padding:0 !important}.menu-header .navbar-nav>li .has-sub-menu{margin-bottom:0px}.menu-header .navbar-nav>li.opened .has-sub-menu{background:#ffffff;color:#21a649 !important}.menu-header .navbar-nav>li>a{border-bottom:1px solid #F0F0F0}}@media (min-width: 992px){.navbar-nav>li>a{padding:31px 10px}}@media (max-width: 991px){.box.widget{box-shadow:none}}@media (min-width: 1025px){.poly_menu_buttons{display:none !important}}@media (min-width: 1025px){#uniMenu .nav a{padding:15px 5px}#uniMenu .nav>li .sub-menu a{padding:10px 15px}.menu-header .nav a{padding-left:16px;padding-right:16px}.menu-header .nav>li:not(:first-child):not(:last-child):before{content:''}.menu-header .nav li .btn{margin-top:21px}.menu-header .nav>li .sub-menu{left:0;margin-left:0;border-radius:3px}#uniMenu .mega-list>li:last-child>ul{left:auto;right:0}.menu-header .nav>li .sub-menu>li .sub-menu{top:0;left:130px}.menu-header .nav>li .sub-menu a{width:100%;padding:10px}.menu-header .nav li.polytech-mega-menu-trigger{position:static !important}.menu-header .sub-menu{position:absolute;z-index:1;min-width:220px}.polytech-mega-menu{right:0;left:0 !important;padding-left:0}.polytech-mega-menu h2,.polytech-mega-menu .mega-heading{padding-left:10px}.polytech-mega-menu .mega-inner{padding:20px 0}#uniMenu .inner-mega-menu .mega-inner{padding:10px 0px}.polytech-mega-menu .mega-inner ul>li>a{padding-top:2px;padding-bottom:2px}.quick-contact{text-align:right}}.menu-header .nav a{font-size:13px}.menu-header .nav>li .sub-menu a:not(.btn){transition:all 1000ms cubic-bezier(0.23, 1, 0.32, 1)}.menu-header .nav>li .sub-menu a:not(.btn):hover{transition:all 300ms cubic-bezier(0.77, 0, 0.175, 1)}#instMenu .nav>li .polytech-mega-menu.sub-menu{padding:10px 22px 30px;border:none;box-shadow:0 2px 5px 0 rgba(0,0,0,0.26)}#uniMenu .nav>li .polytech-mega-menu.sub-menu{box-shadow:0 2px 5px 0 rgba(0,0,0,0.26);background:#ffffff}#uniMenu .nav>li .polytech-mega-menu.sub-menu a{transition:all 0.1s linear}@media (max-width: 1024px){#uniMenu .nav>li .polytech-mega-menu.sub-menu{box-shadow:none}}.menu-header .nav>li .polytech-mega-menu.sub-menu{display:none;padding:30px 22px 30px}.menu-header .nav>li .polytech-mega-menu.sub-menu .mega-heading{margin-top:10px;margin-left:15px;padding:0 0 5px;font-weight:bold;border-bottom:2px solid #eaeaea}.menu-header .nav>li .polytech-mega-menu.sub-menu .h2{color:#21a649;background:none;letter-spacing:normal;font-size:13px;text-transform:uppercase;margin:0 0 10px 0;padding:10px 0 10px 5px;font-weight:bold;border-bottom:2px solid #eaeaea;line-height:1.6em}.menu-header .nav>li .polytech-mega-menu.sub-menu .h2 a:hover{color:#21a649}.menu-header .nav>li .polytech-mega-menu.sub-menu .institution-item{padding-left:0;transition:all ease-in 0.5s}.menu-header .search-menu{z-index:111}.menu-header .nav>li .polytech-mega-menu.sub-menu .mega-inner ul>li>a:not(.btn){padding:10px 15px;border-radius:3px;transition:all 500ms cubic-bezier(0.23, 1, 0.32, 1)}.menu-header .nav>li .polytech-mega-menu.sub-menu .mega-inner ul>li>a:not(.btn):hover{background:none;transition:all 300ms cubic-bezier(0.77, 0, 0.175, 1)}@media only screen and (min-width: 768px){.dropdown:hover .dropdown-menu{display:block}}@media (max-width: 1024px){.menu-header .nav>li .polytech-mega-menu.sub-menu .h2{padding-left:22px}}@media (max-width: 1025px){.menu-header .nav>li .polytech-mega-menu.sub-menu .col-md-3:not(:first-child){margin-top:20px}}@media (min-width: 1025px){.menu-header .nav>li .polytech-mega-menu.sub-menu .col-md-3{display:table-cell;float:none}.menu-header .nav>li .polytech-mega-menu.sub-menu .col-md-3:not(:last-child){border-right:1px solid #ced4da}}.polytech-transition-in{transition:all 300ms cubic-bezier(0.77, 0, 0.175, 1)}.polytech-transition-out{transition:all 1000ms cubic-bezier(0.23, 1, 0.32, 1)}.animated-invisible{opacity:0}.animated-visible{opacity:1}.animated{animation-duration:1s;animation-fill-mode:both}.animated.hinge{animation-duration:2s}.animated-fast{animation-duration:0.5s;animation-fill-mode:both}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.shake{animation-name:shake}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.bounce{animation-name:bounce}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}100%{transform:scale(1) rotate(0)}}.tada{animation-name:tada}@keyframes swing{20%,40%,60%,80%,100%{transform-origin:top center}20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}100%{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes wobble{0%{transform:translateX(0%)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}100%{transform:translateX(0%)}}.wobble{animation-name:wobble}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.pulse{animation-name:pulse}@keyframes flip{0%{transform:perspective(400px) rotateY(0);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in}80%{transform:perspective(400px) rotateY(360deg) scale(0.95);animation-timing-function:ease-in}100%{transform:perspective(400px) scale(1);animation-timing-function:ease-in}}.flip{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}100%{transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInX}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}100%{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}100%{transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInY}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1}100%{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipOutY}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}100%{opacity:1;transform:translateY(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}100%{opacity:1;transform:translateY(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}100%{opacity:1;transform:translateX(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}100%{opacity:1;transform:translateX(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-20px)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(20px)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-20px)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(20px)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{animation-name:fadeOutDownBig}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(2000px)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes bounceIn{0%{opacity:0;transform:scale(0.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(0.9)}100%{transform:scale(1);opacity:1}}.bounceIn{animation-name:bounceIn}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}100%{transform:translateY(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}100%{opacity:1;transform:translateY(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}100%{transform:translateX(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}100%{transform:translateX(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(0.95)}50%{opacity:1;transform:scale(1.1)}100%{opacity:0;transform:scale(0.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}100%{opacity:0;transform:translateY(-2000px)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}100%{opacity:0;transform:translateY(2000px)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}100%{opacity:0;transform:translateX(-2000px)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}100%{opacity:0;transform:translateX(2000px)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}100%{transform-origin:center center;transform:rotate(0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}.rotateOut{animation-name:rotateOut}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out}100%{transform:translateY(700px);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;transform:translateX(0px) rotate(0deg)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1;transform:translateX(0px) rotate(0deg)}100%{opacity:0;transform:translateX(100%) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0%) skewX(-15deg);opacity:1}100%{transform:translateX(0%) skewX(0deg);opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}.animated.lightSpeedIn{animation-duration:0.5s}@keyframes lightSpeedOut{0%{transform:translateX(0%) skewX(0deg);opacity:1}100%{transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}.animated.lightSpeedOut{animation-duration:0.25s}@keyframes wiggle{0%{transform:skewX(9deg)}10%{transform:skewX(-8deg)}20%{transform:skewX(7deg)}30%{transform:skewX(-6deg)}40%{transform:skewX(5deg)}50%{transform:skewX(-4deg)}60%{transform:skewX(3deg)}70%{transform:skewX(-2deg)}80%{transform:skewX(1deg)}90%{transform:skewX(0deg)}100%{transform:skewX(0deg)}}.wiggle{animation-name:wiggle;animation-timing-function:ease-in}.animated.wiggle{animation-duration:0.75s}.accordion{margin:15px 0}.accordion>li{background:#ffffff;border:1px solid #eee;transition:background 0.2s ease-out;margin-bottom:10px;box-shadow:0 1px 1px 0 rgba(0,0,0,0.16)}.accordion>li:before{display:none}.accordion>li:last-child{border-bottom:none}.accordion>li .title{transition:background 0.2s ease-out;font-weight:bold;font-size:18px;cursor:pointer;padding:15px 70px 15px 15px;margin:0;position:relative;background:#ffffff}.accordion>li .title img{width:30px;margin-right:12px;display:inline-block;padding-bottom:4px}.accordion>li .title:before,.accordion>li .title:after{content:"";display:block;width:13px;height:3px;background:#585858;position:absolute;right:20px;top:25px;transform-origin:50% 50%;transition:transform .2s ease-out}.accordion>li .title:before{transform:rotate(45deg);right:calc(27px)}.accordion>li .title:after{transform:rotate(-45deg)}.accordion>li .desc{overflow:hidden;padding:0 15px;margin:15px 0}.accordion>li .desc ul>li:before{display:none}.accordion>li.opened{background:#fff}.accordion>li.opened .title{background:#fafafa}.accordion>li.opened .title:before{transform:rotate(-45deg)}.accordion>li.opened .title:after{transform:rotate(45deg)}.accordion.partners>li .desc ul>li{margin-bottom:5px}.accordion.partners>li .desc ul>li>a{color:#555;display:inline;font-size:16px;padding:3px 0}.accordion.partners>li .desc ul>li>a:hover{text-decoration:none;border-bottom:#d3d3d3 1px dashed;color:#333}.stepwizard-row{display:table-row}.stepwizard{display:table;width:100%;position:relative;margin-bottom:45px}.stepwizard-step button[disabled]{opacity:1 !important}.stepwizard-row:before{top:18px;bottom:0;position:absolute;content:"";width:100%;height:1px;background-color:#ccc}.stepwizard-step{width:25%;display:table-cell;text-align:center;position:relative}.stepwizard-step p{display:none}@media screen and (min-width: 768px){.stepwizard-step p{display:block}}.stepwizard-step .btn.btn-default[disabled]{opacity:1 !important;filter:alpha(opacity=100) !important}.stepwizard-step>a.btn.btn-default{width:40px;height:40px;display:inline-block;border-radius:100%;text-decoration:none;padding:8px 0 0 0;font-size:16px;font-weight:bold;box-shadow:none;background:#21a649;border:1px solid #1d9140;color:#fff}.stepwizard-step>a.btn.btn-default:not(.btn-primary){background:#fff;color:#444;border:1px solid #ccc}.setup-content#step-1::after{clear:both;content:"";display:table}@media screen and (min-width: 768px){.setup-content#step-1 .form-group{width:50%;float:left}.setup-content#step-1 .form-group:nth-child(even){padding-right:15px}.setup-content#step-1 .form-group:nth-child(odd){padding-left:15px}}.setup-content#step-2::after{clear:both;content:"";display:table}@media screen and (min-width: 768px){.setup-content#step-2 .form-group.input{width:50%;float:left}.setup-content#step-2 .form-group.input:nth-of-type(even){padding-right:15px}.setup-content#step-2 .form-group.input:nth-of-type(odd){padding-left:15px}.setup-content#step-2 .form-group.input+.form-group:not(.input){clear:both}}.setup-content h3{font-size:28px;font-weight:bold}.setup-content .form-group{margin-bottom:15px}.setup-content .form-group .control-label{display:block;font-size:1.3em;margin-bottom:10px}.setup-content .form-group .control-label span{color:red}.setup-content .form-group input,.setup-content .form-group textarea{width:100%;background:#ededed;border:1px solid #ededed;border-radius:3px;font-size:18px;padding:6px 10px}.setup-content .form-group input:focus,.setup-content .form-group textarea:focus{border-color:#21a649;outline:none}.setup-content .form-group.has-error input,.setup-content .form-group.has-error textarea{border-color:red}.setup-content .btn.btn-primary,.setup-content .btn.btn-default{font-weight:bold;margin-top:10px}.setup-content .btn.btn-primary:focus,.setup-content .btn.btn-default:focus{outline:none}.setup-content .btn.btn-primary{background:#21a649;border:1px solid #21a649}.setup-content .btn.btn-default{background:#ccc;color:#444;border:1px solid #ccc}.setup-content .stepwizard-btn-group{text-align:right}.stepwizard-message{margin:30px 0 60px;font-size:16px;background:#fafafa;padding:25px}.stepwizard-message h3{text-align:center;font-weight:bold;font-size:28px}@font-face{font-family:'polytech';src:url("/local/templates/main/fonts/polytech.eot?58629307");src:url("/local/templates/main/fonts/polytech.eot?58629307#iefix") format("embedded-opentype"),url("/local/templates/main/fonts/polytech.woff?58629307") format("woff"),url("/local/templates/main/fonts/polytech.ttf?58629307") format("truetype"),url("/local/templates/main/fonts/polytech.svg?58629307") format("svg");font-weight:normal;font-style:normal}.p-icon{font-weight:normal;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;margin-left:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;font-family:"polytech",sans-serif;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.p-icon:before{content:"\e800";box-sizing:border-box}[class^="p-icon-"]:before,[class*=" p-icon-"]:before{font-family:"polytech", sans-serif;font-style:normal;font-weight:normal;speak:never;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.p-icon-pi::before{content:'\e800'}.p-icon-dzen::before{content:'\e802'}.p-icon-rutube:before{content:'\e803'}.p-icon-max:before{content:'\e902'}@font-face{font-family:'custom-icons';src:url("/local/templates/main/fonts/custom-icons.eot?46333765");src:url("/local/templates/main/fonts/custom-icons.eot?46333765#iefix") format("embedded-opentype"),url("/local/templates/main/fonts/custom-icons.woff?46333765") format("woff"),url("/local/templates/main/fonts/custom-icons.ttf?46333765") format("truetype"),url("/local/templates/main/fonts/custom-icons.svg?46333765") format("svg");font-weight:normal;font-style:normal}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"custom-icons";font-style:normal;font-weight:normal;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.icon-glyph:before{content:'\e800'}.icon-glyph-1:before{content:'\e801'}.icon-glyph-2:before{content:'\e802'}.icon-glyph-3:before{content:'\e803'}.icon-glyph-4:before{content:'\e804'}.icon-glyph-5:before{content:'\e805'}.icon-glyph-6:before{content:'\e806'}.icon-glyph-7:before{content:'\e807'}.icon-glyph-8:before{content:'\e808'}.icon-glyph-9:before{content:'\e809'}.icon-glyph-10:before{content:'\e80a'}.icon-glyph-11:before{content:'\e80b'}.icon-glyph-12:before{content:'\e80c'}.icon-glyph-13:before{content:'\e80d'}.icon-glyph-14:before{content:'\e80e'}.icon-glyph-15:before{content:'\e80f'}.icon-glyph-16:before{content:'\e810'}.icon-glyph-17:before{content:'\e811'}.icon-glyph-18:before{content:'\e812'}.icon-glyph-19:before{content:'\e813'}.icon-glyph-20:before{content:'\e814'}.icon-glyph-21:before{content:'\e815'}.icon-glyph-22:before{content:'\e816'}.icon-glyph-23:before{content:'\e817'}.icon-glyph-24:before{content:'\e818'}.icon-glyph-25:before{content:'\e819'}.icon-glyph-26:before{content:'\e81a'}.icon-glyph-27:before{content:'\e81b'}.icon-glyph-28:before{content:'\e81c'}.icon-glyph-29:before{content:'\e81d'}.icon-glyph-30:before{content:'\e81e'}.icon-glyph-31:before{content:'\e81f'}.icon-glyph-32:before{content:'\e820'}.icon-glyph-33:before{content:'\e821'}.icon-glyph-34:before{content:'\e822'}.icon-glyph-35:before{content:'\e823'}.icon-glyph-36:before{content:'\e824'}.icon-glyph-37:before{content:'\e825'}.icon-glyph-38:before{content:'\e826'}.icon-glyph-39:before{content:'\e827'}.icon-glyph-40:before{content:'\e828'}.icon-glyph-41:before{content:'\e829'}.icon-glyph-42:before{content:'\e82a'}.icon-glyph-43:before{content:'\e82b'}.icon-glyph-44:before{content:'\e82c'}.icon-glyph-45:before{content:'\e82d'}.icon-glyph-46:before{content:'\e82e'}.icon-glyph-47:before{content:'\e82f'}.icon-glyph-48:before{content:'\e830'}.icon-glyph-49:before{content:'\e831'}.icon-glyph-50:before{content:'\e832'}.icon-glyph-51:before{content:'\e833'}.icon-glyph-52:before{content:'\e834'}.icon-glyph-53:before{content:'\e835'}.icon-glyph-54:before{content:'\e836'}.icon-glyph-55:before{content:'\e837'}.icon-glyph-56:before{content:'\e838'}.icon-glyph-57:before{content:'\e839'}.icon-glyph-58:before{content:'\e83a'}.icon-glyph-59:before{content:'\e83b'}.icon-glyph-60:before{content:'\e83c'}.icon-glyph-61:before{content:'\e83d'}.icon-glyph-62:before{content:'\e83e'}.icon-glyph-63:before{content:'\e83f'}.icon-glyph-64:before{content:'\e840'}.icon-glyph-65:before{content:'\e841'}.icon-glyph-66:before{content:'\e842'}.icon-glyph-67:before{content:'\e843'}.icon-glyph-68:before{content:'\e844'}.icon-glyph-69:before{content:'\e845'}.icon-glyph-70:before{content:'\e846'}.icon-glyph-71:before{content:'\e847'}.icon-glyph-72:before{content:'\e848'}.icon-glyph-73:before{content:'\e849'}.icon-glyph-74:before{content:'\e84a'}.icon-glyph-75:before{content:'\e84b'}.icon-glyph-76:before{content:'\e84c'}.icon-glyph-77:before{content:'\e84d'}.icon-glyph-78:before{content:'\e84e'}.icon-glyph-79:before{content:'\e84f'}.icon-glyph-80:before{content:'\e850'}.icon-glyph-81:before{content:'\e851'}.icon-glyph-82:before{content:'\e852'}.icon-glyph-83:before{content:'\e853'}.icon-glyph-84:before{content:'\e854'}.icon-glyph-85:before{content:'\e855'}.icon-glyph-86:before{content:'\e856'}.icon-glyph-87:before{content:'\e857'}.icon-glyph-88:before{content:'\e858'}.icon-glyph-89:before{content:'\e859'}.icon-glyph-90:before{content:'\e85a'}.icon-glyph-91:before{content:'\e85b'}.icon-glyph-92:before{content:'\e85c'}.icon-glyph-93:before{content:'\e85d'}.icon-glyph-94:before{content:'\e85e'}.icon-glyph-95:before{content:'\e85f'}.icon-glyph-96:before{content:'\e860'}.icon-glyph-97:before{content:'\e861'}.icon-glyph-98:before{content:'\e862'}.icon-glyph-99:before{content:'\e863'}.icon-glyph-100:before{content:'\e864'}.icon-glyph-101:before{content:'\e865'}.icon-glyph-102:before{content:'\e866'}.icon-glyph-103:before{content:'\e867'}.icon-glyph-104:before{content:'\e868'}.icon-glyph-105:before{content:'\e869'}.icon-glyph-106:before{content:'\e86a'}.icon-glyph-107:before{content:'\e86b'}.icon-glyph-108:before{content:'\e86c'}.icon-glyph-109:before{content:'\e86d'}.icon-glyph-110:before{content:'\e86e'}.icon-glyph-111:before{content:'\e86f'}.icon-glyph-112:before{content:'\e870'}.icon-glyph-113:before{content:'\e871'}.icon-glyph-114:before{content:'\e872'}.icon-glyph-115:before{content:'\e873'}.icon-glyph-116:before{content:'\e874'}.icon-glyph-117:before{content:'\e875'}.icon-glyph-118:before{content:'\e876'}.icon-glyph-119:before{content:'\e877'}.icon-glyph-120:before{content:'\e878'}.icon-glyph-121:before{content:'\e879'}.icon-glyph-122:before{content:'\e87a'}.icon-glyph-123:before{content:'\e87b'}.icon-glyph-124:before{content:'\e87c'}.icon-glyph-125:before{content:'\e87d'}.icon-glyph-126:before{content:'\e87e'}.icon-glyph-127:before{content:'\e87f'}.icon-glyph-128:before{content:'\e880'}.icon-glyph-129:before{content:'\e881'}.icon-glyph-130:before{content:'\e882'}.icon-glyph-131:before{content:'\e883'}.icon-glyph-132:before{content:'\e884'}.icon-glyph-133:before{content:'\e885'}.icon-glyph-134:before{content:'\e886'}.icon-glyph-135:before{content:'\e887'}.icon-glyph-136:before{content:'\e888'}.icon-glyph-137:before{content:'\e889'}.icon-glyph-138:before{content:'\e88a'}.icon-glyph-139:before{content:'\e88b'}.icon-glyph-140:before{content:'\e88c'}.icon-glyph-141:before{content:'\e88d'}.icon-glyph-142:before{content:'\e88e'}.icon-glyph-143:before{content:'\e88f'}.icon-glyph-144:before{content:'\e890'}.icon-glyph-145:before{content:'\e891'}.icon-glyph-146:before{content:'\e892'}.icon-glyph-147:before{content:'\e893'}.icon-glyph-148:before{content:'\e894'}.icon-glyph-149:before{content:'\e895'}.icon-glyph-150:before{content:'\e896'}.icon-glyph-151:before{content:'\e897'}.icon-glyph-152:before{content:'\e898'}.icon-glyph-153:before{content:'\e899'}.icon-glyph-154:before{content:'\e89a'}.icon-glyph-155:before{content:'\e89b'}.icon-glyph-156:before{content:'\e89c'}.icon-glyph-157:before{content:'\e89d'}.icon-glyph-158:before{content:'\e89e'}.icon-glyph-159:before{content:'\e89f'}.icon-glyph-160:before{content:'\e8a0'}.icon-glyph-161:before{content:'\e8a1'}.icon-glyph-162:before{content:'\e8a2'}.icon-glyph-163:before{content:'\e8a3'}.icon-glyph-164:before{content:'\e8a4'}.icon-glyph-165:before{content:'\e8a5'}.icon-glyph-166:before{content:'\e8a6'}.icon-glyph-167:before{content:'\e8a7'}.icon-glyph-168:before{content:'\e8a8'}.icon-glyph-169:before{content:'\e8a9'}.icon-glyph-170:before{content:'\e8aa'}.icon-glyph-171:before{content:'\e8ab'}.icon-glyph-172:before{content:'\e8ac'}.icon-glyph-173:before{content:'\e8ad'}.icon-glyph-174:before{content:'\e8ae'}.icon-glyph-175:before{content:'\e8af'}.icon-glyph-176:before{content:'\e8b0'}.icon-glyph-177:before{content:'\e8b1'}.icon-glyph-178:before{content:'\e8b2'}.icon-glyph-179:before{content:'\e8b3'}.icon-glyph-180:before{content:'\e8b4'}.icon-glyph-181:before{content:'\e8b5'}.icon-glyph-182:before{content:'\e8b6'}.icon-glyph-183:before{content:'\e8b7'}.icon-glyph-184:before{content:'\e8b8'}.icon-glyph-185:before{content:'\e8b9'}.icon-glyph-186:before{content:'\e8ba'}.icon-glyph-187:before{content:'\e8bb'}.icon-glyph-188:before{content:'\e8bc'}.icon-glyph-189:before{content:'\e8bd'}.icon-glyph-190:before{content:'\e8be'}.icon-glyph-191:before{content:'\e8bf'}.icon-glyph-192:before{content:'\e8c0'}.icon-glyph-193:before{content:'\e8c1'}.icon-glyph-194:before{content:'\e8c2'}.icon-glyph-195:before{content:'\e8c3'}.icon-glyph-196:before{content:'\e8c4'}.icon-glyph-197:before{content:'\e8c5'}.icon-glyph-198:before{content:'\e8c6'}.icon-glyph-199:before{content:'\e8c7'}.icon-glyph-200:before{content:'\e8c8'}.icon-glyph-201:before{content:'\e8c9'}.icon-glyph-202:before{content:'\e8ca'}.icon-glyph-203:before{content:'\e8cb'}.icon-glyph-204:before{content:'\e8cc'}.icon-glyph-205:before{content:'\e8cd'}.icon-glyph-206:before{content:'\e8ce'}.icon-glyph-207:before{content:'\e8cf'}.icon-glyph-208:before{content:'\e8d0'}.icon-glyph-209:before{content:'\e8d1'}.icon-glyph-210:before{content:'\e8d2'}.icon-glyph-211:before{content:'\e8d3'}.icon-glyph-212:before{content:'\e8d4'}.icon-glyph-213:before{content:'\e8d5'}.icon-glyph-214:before{content:'\e8d6'}.icon-glyph-215:before{content:'\e8d7'}.icon-glyph-216:before{content:'\e8d8'}.icon-glyph-217:before{content:'\e8d9'}.icon-glyph-218:before{content:'\e8da'}.icon-glyph-219:before{content:'\e8db'}.icon-glyph-220:before{content:'\e8dc'}.icon-glyph-221:before{content:'\e8dd'}.icon-glyph-222:before{content:'\e8de'}.icon-glyph-223:before{content:'\e8df'}.icon-glyph-224:before{content:'\e8e0'}.icon-glyph-225:before{content:'\e8e1'}.icon-glyph-226:before{content:'\e8e2'}.icon-glyph-227:before{content:'\e8e3'}.icon-glyph-228:before{content:'\e8e4'}.icon-glyph-229:before{content:'\e8e5'}.icon-glyph-230:before{content:'\e8e6'}.icon-glyph-231:before{content:'\e8e7'}.icon-glyph-232:before{content:'\e8e8'}.icon-glyph-233:before{content:'\e8e9'}.icon-glyph-234:before{content:'\e8ea'}.icon-glyph-235:before{content:'\e8eb'}.icon-glyph-236:before{content:'\e8ec'}.icon-glyph-237:before{content:'\e8ed'}.icon-glyph-238:before{content:'\e8ee'}.icon-glyph-239:before{content:'\e8ef'}.icon-glyph-240:before{content:'\e8f0'}.icon-glyph-241:before{content:'\e8f1'}.icon-glyph-242:before{content:'\e8f2'}.icon-glyph-243:before{content:'\e8f3'}.icon-glyph-244:before{content:'\e8f4'}.icon-glyph-245:before{content:'\e8f5'}.icon-glyph-246:before{content:'\e8f6'}.icon-glyph-247:before{content:'\e8f7'}.icon-glyph-248:before{content:'\e8f8'}.icon-glyph-249:before{content:'\e8f9'}.icon-glyph-250:before{content:'\e8fa'}.icon-glyph-251:before{content:'\e8fb'}.icon-glyph-252:before{content:'\e8fc'}.icon-glyph-253:before{content:'\e8fd'}.icon-glyph-254:before{content:'\e8fe'}.icon-glyph-255:before{content:'\e8ff'}.icon-glyph-256:before{content:'\e900'}.icon-glyph-257:before{content:'\e901'}.icon-glyph-258:before{content:'\e902'}.icon-glyph-259:before{content:'\e903'}.icon-glyph-260:before{content:'\e904'}.icon-glyph-261:before{content:'\e905'}.icon-glyph-262:before{content:'\e906'}.icon-glyph-263:before{content:'\e907'}.icon-glyph-264:before{content:'\e908'}.icon-glyph-265:before{content:'\e909'}.icon-glyph-266:before{content:'\e90a'}.icon-glyph-267:before{content:'\e90b'}.icon-glyph-268:before{content:'\e90c'}.icon-glyph-269:before{content:'\e90d'}.icon-glyph-270:before{content:'\e90e'}.icon-glyph-271:before{content:'\e90f'}.icon-glyph-272:before{content:'\e910'}.icon-glyph-273:before{content:'\e911'}.icon-glyph-274:before{content:'\e912'}.icon-glyph-275:before{content:'\e913'}.icon-glyph-276:before{content:'\e914'}.icon-glyph-277:before{content:'\e915'}.icon-glyph-278:before{content:'\e916'}.icon-glyph-279:before{content:'\e917'}.icon-glyph-280:before{content:'\e918'}.icon-glyph-281:before{content:'\e919'}.icon-glyph-282:before{content:'\e91a'}.icon-glyph-283:before{content:'\e91b'}.icon-glyph-284:before{content:'\e91c'}.icon-glyph-285:before{content:'\e91d'}.icon-glyph-286:before{content:'\e91e'}.icon-glyph-287:before{content:'\e91f'}.icon-glyph-288:before{content:'\e920'}.icon-glyph-289:before{content:'\e921'}.icon-glyph-290:before{content:'\e922'}.icon-glyph-291:before{content:'\e923'}.icon-glyph-292:before{content:'\e924'}.icon-glyph-293:before{content:'\e925'}.icon-glyph-294:before{content:'\e926'}.icon-glyph-295:before{content:'\e927'}.icon-glyph-296:before{content:'\e928'}.icon-glyph-297:before{content:'\e929'}.icon-glyph-298:before{content:'\e92a'}.icon-glyph-299:before{content:'\e92b'}.icon-glyph-300:before{content:'\e92c'}.icon-glyph-301:before{content:'\e92d'}.icon-glyph-302:before{content:'\e92e'}.icon-glyph-303:before{content:'\e92f'}.icon-glyph-304:before{content:'\e930'}.icon-glyph-305:before{content:'\e931'}.icon-glyph-306:before{content:'\e932'}.icon-glyph-307:before{content:'\e933'}.icon-glyph-308:before{content:'\e934'}.icon-glyph-309:before{content:'\e935'}.icon-glyph-310:before{content:'\e936'}.icon-glyph-311:before{content:'\e937'}.icon-glyph-312:before{content:'\e938'}.icon-glyph-313:before{content:'\e939'}.icon-glyph-314:before{content:'\e93a'}.icon-glyph-315:before{content:'\e93b'}.icon-glyph-316:before{content:'\e93c'}.icon-glyph-317:before{content:'\e93d'}.icon-glyph-318:before{content:'\e93e'}.icon-glyph-319:before{content:'\e93f'}.icon-glyph-320:before{content:'\e940'}.icon-glyph-321:before{content:'\e941'}.icon-glyph-322:before{content:'\e942'}.icon-glyph-323:before{content:'\e943'}.icon-glyph-324:before{content:'\e944'}.icon-glyph-325:before{content:'\e945'}.icon-glyph-326:before{content:'\e946'}.icon-glyph-327:before{content:'\e947'}.icon-glyph-328:before{content:'\e948'}.icon-glyph-329:before{content:'\e949'}.icon-glyph-330:before{content:'\e94a'}.icon-glyph-331:before{content:'\e94b'}.icon-glyph-332:before{content:'\e94c'}.icon-glyph-333:before{content:'\e94d'}.icon-glyph-334:before{content:'\e94e'}.icon-glyph-335:before{content:'\e94f'}.icon-glyph-336:before{content:'\e950'}.icon-glyph-337:before{content:'\e951'}.icon-glyph-338:before{content:'\e952'}.icon-glyph-339:before{content:'\e953'}.icon-glyph-340:before{content:'\e954'}.icon-glyph-341:before{content:'\e955'}.icon-glyph-342:before{content:'\e956'}.icon-glyph-343:before{content:'\e957'}.icon-glyph-344:before{content:'\e958'}.icon-glyph-345:before{content:'\e959'}.icon-glyph-346:before{content:'\e95a'}.icon-glyph-347:before{content:'\e95b'}.icon-glyph-348:before{content:'\e95c'}.icon-glyph-349:before{content:'\e95d'}.icon-glyph-350:before{content:'\e95e'}.icon-down-open:before{content:'\e95f'}.icon-up-open:before{content:'\e960'}.icon-left-open:before{content:'\e961'}.icon-right-open:before{content:'\e962'}@font-face{font-family:'FontAwesome';src:url("/local/templates/main/fonts/fontawesome-webfont.eot?v=4.7.0");src:url("/local/templates/main/fonts/fontawesome-webfont.eot") format("embedded-opentype"),url("/local/templates/main/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),url("/local/templates/main/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),url("/local/templates/main/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),url("/local/templates/main/fonts/fontawesome-webfont.svg?v=4.7.0") format("svg");font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14286em;width:2.14286em;top:.14286em;text-align:center}.fa-li.fa-lg{left:-1.85714em}.fa-border{padding:.2em .25em .15em;border:solid 0.08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-yc:before,.fa-y-combinator:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-tv:before,.fa-television:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-signing:before,.fa-sign-language:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-vcard:before,.fa-address-card:before{content:""}.fa-vcard-o:before,.fa-address-card-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}#main-slider{font-size:18px}#main-slider .tp-bullet{background:transparent;width:23px;height:23px;padding-top:4px}#main-slider .tp-bullet .tp-bullet-form{display:block;width:15px;height:15px;background:#f8f8f8;margin:auto;border-radius:100%;transition:background 0.2s ease-out}#main-slider .tp-bullet:hover{background:transparent}#main-slider .tp-bullet:hover .tp-bullet-form{background:#21a649}#main-slider .tp-bullet.selected .tp-bullet-form{background:#21a649}#main-slider .tparrows.big{background:transparent;width:60px}#main-slider .tparrows.big:before{font-size:36px;color:#fff;transition:color 0.2s ease-out}#main-slider .tparrows.big:hover:before{color:rgba(255,255,255,0.5)}#main-slider .tp-bannertimer{background:rgba(255,255,255,0.1)}.tp-caption a{color:#fff;text-decoration:none;transition:color 0.2s ease-out}.tp-caption a:hover{color:#21a649}.dropdown-lang{display:block;position:relative;text-transform:uppercase;font-weight:bold;float:right;margin:9px 10px 0 0}.dropdown-lang::after{clear:both;content:"";display:table}@media (min-width: 1024px){.dropdown-lang{margin:16px 10px 0 0;float:left}}.dropdown-lang__link{display:block;border-radius:.25rem;background:#f8f9fa;padding:0.625rem 1rem;color:#212529;text-decoration:none;position:relative}.dropdown-lang__link:hover,.dropdown-lang__link:active{background:#e9ecef;color:#212529;text-decoration:none}.dropdown-lang__link::after{margin-left:.5rem;font-family:"FontAwesome", sans-serif;content:'\f107';display:inline-block}.dropdown-lang__menu{width:100%;overflow:hidden;border-radius:.25rem;box-shadow:0 0.5rem 1.25rem rgba(35,38,45,0.125);z-index:2;position:absolute;background:#fbfbfb;transform:translateY(15px);transition:transform .2s,opacity 0.2s,visibility 0.2s;opacity:0;visibility:hidden}.dropdown-lang__menu.is-visible{transform:translateY(0);opacity:1;visibility:visible}.dropdown-lang__menu-link{display:block;text-align:left;text-decoration:none;padding:0.625rem 1rem;color:#212529}.dropdown-lang__menu-link:hover,.dropdown-lang__menu-link:active{text-decoration:none;background:#e9ecef;color:#212529}footer>.footer-info .info-menu>a{padding:10px 10px;display:inline-block}footer .social_networks>a:hover{background:#162c22;color:#FFFFFF}footer .top_footer{background:#0f5d3b}.top_footer .we_social{color:#e8e8e8;padding:15px 30px 0 30px;font-size:14px;display:inline-block}.bottom_footer{background:linear-gradient(to right, #00392a, #0e5032);padding-top:15px;padding-bottom:15px}.bottom_footer .fot_ancors{padding-left:40px}.bottom_footer .fot_ancors a{padding:15px 20px;display:inline-block}.bottom_footer .contacts i{color:#fff;margin:0 10px}.bottom_footer a{color:#DFDFDF}.bottom_footer .contacts{text-align:right;padding-right:40px}.bottom_footer .contacts div{float:left}.bottom_footer a:hover{text-decoration:none;color:#fff}.bottom_footer .contacts a:last-child{color:#27bc7b}.bottom_footer .contacts a:last-child:hover{color:#2edb8f}.bottom_footer .contacts span{color:#a9a9a9;padding-top:20px;padding-bottom:15px}.bottom_footer .contacts i,.bottom_footer .contacts a{padding-top:20px;padding-bottom:15px}@media screen and (max-width: 992px){.bottom_footer .contacts div{text-align:center;float:none}.top_footer .social_networks,.bottom_footer .fot_ancors{text-align:center}}@media screen and (max-width: 768px){.bottom_footer .contacts div{text-align:center}.top_footer .we_social{display:none}}.clear{clear:both}footer{color:#b2bbb8}footer a,footer a:focus{color:#b2bbb8;text-decoration:none}footer a:hover{color:#ffffff !important;text-decoration:none}footer p{line-height:1.6em;padding-bottom:5px;font-size:14px;margin:0}footer .f-head{display:block;color:#dadbdd;font-weight:600;padding-bottom:20px;padding-top:30px}footer ul{padding:0;margin:0;list-style:none}.f-bottom{background:#00392a;padding-top:20px;padding-bottom:45px}.f-bottom .f-socials a{display:inline-block;margin-right:3px;margin-bottom:8px;text-align:center}.f-bottom .f-socials a i{width:40px;height:40px;border-radius:50%;background:#00251b;font-size:18px;line-height:40px}.f-bottom .f-socials a:hover i{background:#001510;color:#ffffff}.f-bottom .f-apps a{display:block;padding-bottom:20px}.f-bottom .f-apps a i{font-size:24px;padding-right:10px;float:left}.f-bottom .f-apps a span{float:left;padding-top:2px;padding-right:15px;font-size:14px}.f-bottom .f-apps a:hover{color:#dadbdd}.f-bottom .f-contacts .b{font-weight:500;padding-right:15px;color:#dadbdd}.f-bottom .f-contacts i{padding-right:10px}.f-bottom .f-contacts span{float:left;padding-top:0;padding-bottom:15px;line-height:1.6em;font-size:14px}.f-bottom .f-contacts a{color:#d1d1d1}.f-bottom .f-contacts a:hover{color:#ffffff}.footer-info{background:#105d3b}.footer-info .info-menu{padding-top:8px;padding-bottom:8px}.footer-info .info-menu a:hover{color:#ffffff}.footer-info i.fa-angle-down{background:#0d4c30;line-height:30px;text-align:center;border-radius:50%;width:30px;height:30px;margin-left:5px}.footer-info #footer_menu{border-top:#0d4c30 1px solid}.footer-info #footer_menu>div{padding-top:20px;padding-bottom:5px}.footer-info #footer_menu a{display:block}.footer-info #footer_menu li{padding-bottom:20px}.f-contacts .sect{margin-right:20px}.minobr{display:inline-block}.minobr-link{display:inline-block;margin:5px 5px 5px 0;color:#333;background:#e6ecea;padding:5px 10px;border-radius:5px;font-size:12px}.minobr-link:hover{color:#21a649}.footer__section{margin-top:1.875rem;margin-bottom:2rem}.footer__heading{font-weight:600;color:rgba(255,255,255,0.8);margin-bottom:1rem}.footer__section-contacts{display:flex}body{font-family:'Ubuntu', sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased !important;-moz-osx-font-smoothing:grayscale !important}h1,h2,h3,h4,h5,h6,.mega-heading{font-family:'Ubuntu', sans-serif;line-height:1.1}h1,.h1,h2,.h2,h3,.h3{margin-top:24px}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%}h1.page_h1{font-size:1.5em;letter-spacing:0;padding-bottom:0;font-weight:500}h4,.h4,h5,.h5,h6,.h6{margin-top:12px}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{font-size:30px;font-weight:700;text-transform:none;margin-top:0;margin-bottom:0.5em}h1.upper{text-transform:uppercase}h2{font-size:24px;font-weight:700;text-transform:uppercase;margin-bottom:0.5em}h3{font-size:20px;font-weight:400;margin-bottom:0.75em}h4{font-size:18px;font-weight:400;text-transform:uppercase;margin-bottom:0.75em}h5{font-size:16px;font-weight:700;text-transform:none;margin-bottom:0.75em}h6{font-size:14px;font-weight:400;text-transform:none;margin-bottom:0.75em}h1.large,.page-header h1.large,.cta-box-text h1.large,.footer-widget h1.large,span.large{font-size:24px;font-weight:700;text-transform:uppercase;margin-bottom:0.33em}@media (min-width: 768px){h1.large,.page-header h1.large,.cta-box-text h1.large,.footer-widget h1.large,span.large{font-size:33px}}@media (min-width: 992px){h1.large,.page-header h1.large,.cta-box-text h1.large,.footer-widget h1.large,span.large{font-size:58px}}h1.x-large,.page-header h1.x-large,.cta-box-text h1.x-large,.footer-widget h1.x-large,span.x-large{font-size:33px;font-weight:700;text-transform:uppercase;margin-bottom:0.25em}.sidebar-menu{font-size:14px}@media (min-width: 768px){h1.x-large,.page-header h1.x-large,.cta-box-text h1.x-large,.footer-widget h1.x-large,span.x-large{font-size:44px}}@media (min-width: 992px){h1.x-large,.page-header h1.x-large,.cta-box-text h1.x-large,.footer-widget h1.x-large,span.x-large{font-size:71px}}.text-no-format{text-transform:none}.lead{font-weight:400;font-size:20px}[class^="col"] h1:first-child,[class^="col"] h2:first-child,[class^="col"] h3:first-child,[class^="col"] h4:first-child,[class^="col"] h5:first-child,[class^="col"] h6:first-child{margin-top:0}p{margin-bottom:1.25rem}p.small{font-size:80%}mark,.mark{padding:0.1em 0.4em 0.2em}a{outline:none}a:hover,a:focus,a:active{outline:none}a.box-link:hover{text-decoration:none}blockquote{border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;position:relative;padding:24px;font-weight:400}blockquote:before{font-family:'custom-icons';font-size:24px;text-align:left;padding:0;margin:0;display:inline-block;line-height:1em;content:'\e89e';position:absolute;left:16px}blockquote p{margin-bottom:0;margin-left:24px}blockquote footer{margin-left:24px}blockquote cite{display:inline-block;margin-top:6px}.blockquote-reverse{padding:24px;border-right-width:1px;border-left:1px solid transparent}.blockquote-reverse p{margin-right:24px}.blockquote-reverse:before{content:'\e88b';text-align:right;left:auto;right:16px}.blockquote-reverse footer{margin-right:24px}.text-center blockquote,blockquote.text-center{padding-top:48px}.text-center blockquote:before,blockquote.text-center:before{top:24px;left:50%;margin-left:-12px}ul li ul li:last-child,ul li ol li:last-child{border:none}ul.border li{border-bottom:1px solid;margin-bottom:0.5em;padding-bottom:0.5em}.arrow li:before{content:'\e8cc'}.star li:before{content:'\e80a'}.hyphen li:before{content:'\e822'}.plus li:before{content:'\e81a'}.list-icon li{padding:5px}.list-icon li:before{font-family:'custom-icons';font-size:12px;text-align:left;padding:0;margin:0;display:inline-block;margin-right:10px;line-height:1em}li>i[class^="icon-"]:before,li>i[class*=" icon-"]:before{font-family:'custom-icons';font-size:12px;text-align:left;padding:0;margin:0;display:inline-block;margin-right:10px;line-height:1em}.list-icon.rounded li:before{height:22px;width:22px;line-height:23px;display:inline-block;text-align:center;border-radius:50%;font-size:8px}li>i[class^="icon-"].rounded:before,li>i[class*=" icon-"].rounded:before{height:22px;width:22px;line-height:23px;display:inline-block;text-align:center;border-radius:50%;font-size:8px}@-moz-document url-prefix(){.list-icon.rounded li:before{line-height:22px}li>i[class^="icon-"].rounded:before,li>i[class*=" icon-"].rounded:before{line-height:22px}}.pl15{padding-left:15px}q{font-style:italic;color:#222}.text-bold{font-weight:600}.table{margin-bottom:24px;border-top:0;border-bottom:1px solid transparent}.table>thead>tr>th{border:none;padding:24px}.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:24px}.table>thead>tr>th,.table>thead>tr>td{border-top:0;border-bottom:1px solid transparent}.table>tbody>tr>td,.table>tfoot>tr>td{border-top:0;border-bottom:1px solid transparent}@media (max-width: 768px){.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}}@media (max-width: 768px){.table{font-size:14px}}.table-responsive table tr td{white-space:normal !important}@media (max-width: 768px){.table-responsive{margin-bottom:60px}}@media (max-width: 768px) and (min-width: 768px){.table-responsive{margin-bottom:120px}}.table-bordered{border:1px solid transparent}.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 transparent}table.table-bordered.table-pad.table-sm-font td,table.table-bordered.table-pad.table-sm-font th{padding:10px}.form-control{padding:6px 10px;height:40px;font-size:16px}.form-control:focus{outline:none;-moz-box-shadow:none;-webkit-box-shadow:none;border-width:1px}.form-group{position:relative}.form-control-feedback{top:31px}.securityCheck .form-control-feedback{top:52px}.icon-error:before{content:'\e864'}.result{margin-top:44px}.input-group:not(.input-group-lg) .input-group-btn .btn{height:40px}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{border-radius:0}.form-minimal .form-line{content:' ';display:block;width:0%;height:2px;position:absolute;bottom:-1px;left:0;transition:all 300ms cubic-bezier(0.77, 0, 0.175, 1)}.form-minimal .form-control{border:none;border-bottom:2px solid transparent;border-radius:0;padding-left:0}.form-minimal .form-control:focus ~ .form-line{width:100%}.form-minimal .has-error .form-control:focus ~ .form-line{width:0%}.form-group:after,.form-group:before{display:table;content:""}.form-group:after{clear:both}.btn{font-weight:bold;text-transform:uppercase;border:1px solid transparent;transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1);padding:13px 22px;font-size:12px;line-height:1.33;border-radius:0}#content_page .parallax .btn,#content_page .btn-container a.btn{font-weight:bold;text-transform:uppercase;border:1px solid transparent;transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1);padding:13px 22px;font-size:12px;line-height:1.33;border-radius:0}.btn-container a.btn{font-weight:bold;text-transform:uppercase;border:1px solid transparent;transition:all 0.5s cubic-bezier(0.23, 1, 0.32, 1);padding:13px 22px;font-size:12px;line-height:1.33;border-radius:0}.btn.btn-default.btn-border{border:1px solid #21a649 !important}.widget .btn.btn-default{box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12)}.widget .btn.btn-default:hover{box-shadow:none}@media (max-width: 767px){.btn{white-space:normal}}.btn:hover{transition:all 300ms cubic-bezier(0.77, 0, 0.175, 1)}.btn:active,.btn.active{outline:none;box-shadow:none}.btn-lg,.btn.large{padding:23px 45px;font-size:16px;line-height:1.33;border-radius:0}.btn-sm,.btn.small{padding:8px 20px;font-size:10px;line-height:1.5;border-radius:0}.btn-xs{padding:2px 10px;font-size:8px;line-height:1.5;border-radius:0}.btn.x-small{padding:2px 10px;font-size:8px;line-height:1.5;border-radius:0}.btn.facebook i:before{margin-right:0}@media (max-width: 991px){.btn-group.responsive .btn{white-space:normal;margin-bottom:10px}.btn-group.responsive .pull-left,.btn-group.responsive .pull-right{float:none !important}}ul.social-icons{padding:0;margin:0}ul.social-icons li{display:inline-block}ul.social-icons a{font-size:14px;display:inline-block}ul.social-icons a:hover,ul.social-icons a:focus,ul.social-icons a:active{text-decoration:none}ul.social-icons.squared a,ul.social-icons.circle a,ul.social-icons.rounded a{height:40px;width:40px;line-height:40px;text-align:center}ul.social-icons.squared a i[class^="icon-"]:before,ul.social-icons.circle a i[class^="icon-"]:before,ul.social-icons.rounded a i[class^="icon-"]:before,ul.social-icons.squared a i[class*=" icon-"]:before,ul.social-icons.circle a i[class*=" icon-"]:before,ul.social-icons.rounded a i[class*=" icon-"]:before{text-align:center;margin-right:0}ul.social-icons.squared a{border-radius:0}ul.social-icons.circle a{border-radius:50%}ul.social-icons.rounded a{border-radius:0}ul.social-icons.medium a .polytech-transition-out i:before{font-size:22px}ul.social-icons.medium.squared a,ul.social-icons.medium.circle a,ul.social-icons.medium.rounded a{height:56px;width:56px}ul.social-icons.medium.squared i:before,ul.social-icons.medium.circle i:before,ul.social-icons.medium.rounded i:before{line-height:56px;font-size:22px}ul.social-icons.large a .polytech-transition-out i:before{font-size:40px}ul.social-icons.large.squared a,ul.social-icons.large.circle a,ul.social-icons.large.rounded a{height:75px;width:75px}ul.social-icons.large.squared i:before,ul.social-icons.large.circle i:before,ul.social-icons.large.rounded i:before{line-height:75px;font-size:40px}ul.social-icons.x-large a .polytech-transition-out i:before{font-size:80px}ul.social-icons.x-large.squared a,ul.social-icons.x-large.circle a,ul.social-icons.x-large.rounded a{height:120px;width:120px}ul.social-icons.x-large.squared i:before,ul.social-icons.x-large.circle i:before,ul.social-icons.x-large.rounded i:before{line-height:120px;font-size:60px}ul.social-icons a.facebook.rounded>i:before{width:6px}ul.social-icons-2 a.facebook.rounded>i:before,ul.social-icons a.facebook.squared>i:before,ul.social-icons-2 a.facebook.squared>i:before,ul.social-icons a.facebook.circle>i:before,ul.social-icons-2 a.facebook.circle>i:before{width:6px}ul.social-icons-bar{margin:0;padding:0;list-style:none}a.link-icon{font-size:14px;display:inline-block;text-decoration:none}a.link-icon.squared,a.link-icon.circle,a.link-icon.rounded{height:40px;width:40px;line-height:40px;text-align:center}a.link-icon.squared>i:before,a.link-icon.circle>i:before,a.link-icon.rounded>i:before{margin-right:0;text-align:center}a.link-icon.squared{border-radius:0}a.link-icon.circle{border-radius:50%}a.link-icon.rounded{border-radius:0}.btn i:before{margin-right:0}.btn.large i:before,.btn.btn-lg i:before,.btn.btn.large i:before{font-size:24px}.btn.small i:before,.btn.btn-sm i:before,.btn.btn.small i:before{font-size:9px}.btn-icon{position:relative;display:inline-block;vertical-align:middle;transition:all 1000ms cubic-bezier(0.23, 1, 0.32, 1)}.btn-icon:hover{transition:all 300ms cubic-bezier(0.77, 0, 0.175, 1)}.btn-icon i,.btn-icon span{position:relative;float:left;padding:12.8px 16px;font-size:12px;line-height:1.5;border-radius:0;border:1px solid transparent}.btn-icon.large i,.btn-icon.large span{padding:14.4px 24px;font-size:20px;line-height:1.33;border-radius:0}.btn-icon.medium i,.btn-icon.medium span{padding:12.8px 16px;font-size:16px;line-height:1.5;border-radius:0}.btn-icon.small i,.btn-icon.small span{padding:8px 16px;font-size:10px;line-height:1.5;border-radius:0}.btn-icon i,.btn-icon.large i,.btn-icon.medium i,.btn-icon.small i{border-bottom-right-radius:0;border-top-right-radius:0;padding-right:0}.btn-icon span,.btn-icon.large span,.btn-icon.medium span,.btn-icon.small span{border-bottom-left-radius:0;border-top-left-radius:0;text-transform:uppercase;font-weight:bold;margin-left:-1px}.btn-icon:hover i,.btn-icon:hover span{border:1px solid transparent;cursor:pointer}.btn-icon.large,.btn-icon.medium,.btn-icon.small{padding:0;border-radius:0}.btn-icon i[class^="icon-"]:before,.btn-icon i[class*=" icon-"]:before{margin-right:9px}.btn-icon.large i:before{font-size:24px;margin-right:18px}.btn-icon.medium i:before{margin-right:11px}.btn-icon.small i{padding-left:8px}.btn-icon.small i:before{font-size:9px;margin-right:8px}.btn-block{white-space:normal}.btn.block{white-space:normal}.btn.border i{transition:all 300ms cubic-bezier(0.77, 0, 0.175, 1)}.btn-icon.border i{transition:all 300ms cubic-bezier(0.77, 0, 0.175, 1)}.tab-content{padding:24px;padding-top:42px;border-right:1px solid transparent;border-left:1px solid transparent;border-bottom:1px solid transparent}.tab-content h1:first-child,.tab-content h2:first-child,.tab-content h3:first-child,.tab-content h4:first-child,.tab-content h5:first-child,.tab-content h6:first-child,.tab-content p:first-child{margin-top:0}.tab-content h1:last-child,.tab-content h2:last-child,.tab-content h3:last-child,.tab-content h4:last-child,.tab-content h5:last-child,.tab-content h6:last-child,.tab-content p:last-child{margin-bottom:0}.nav.nav-tabs{padding-top:1px}.nav.nav-tabs>li>a{margin-right:0;border-top-right-radius:0;border-top-left-radius:0}.polytech-media .nav.nav-tabs>li>a{padding:1.25rem 1.5rem 17px}.polytech-media .tab-external{float:right}.polytech-media .tab-external>a i.fa{display:inline-block;text-align:center;line-height:1em;padding:2px 8px 0}.polytech-media .nav.nav-tabs>li.tab-external>a{color:#595959;padding-right:0}.polytech-media .nav.nav-tabs>li.tab-external:hover>a{color:#21a649}.nav.nav-tabs>li>a i[class^="icon-"]:before,.nav.nav-tabs>li>a i[class*=" icon-"]:before{margin-right:3px}@media (max-width: 1200px){.nav.nav-tabs>li{width:100%;float:none;margin-bottom:-1px;border-bottom:1px solid transparent}#media-filter{width:100%}#media-filter.nav.nav-tabs>li{width:auto}.polytech-media .nav{padding:0}.nav.nav-tabs>li>a{border:none}.nav.nav-tabs>li.active:last-child{margin-bottom:0}div:not(.tabs-minimal)>.nav.nav-tabs>li{border:1px solid transparent}div:not(.tabs-minimal)>.nav.nav-tabs>li.active>a{border:none}div:not(.tabs-minimal)>.nav.nav-tabs>li.active>a:hover,div:not(.tabs-minimal)>.nav.nav-tabs>li.active>a:focus{border:none}}@media screen and (max-width: 639px){#media-filter.nav.nav-tabs>li{font-size:0.9em}}.tabs-right .nav.nav-tabs,.tabs-left .nav.nav-tabs{border:none}.tabs-right .nav.nav-tabs>li,.tabs-left .nav.nav-tabs>li{border:1px solid transparent}.tabs-right .nav.nav-tabs>li>a,.tabs-left .nav.nav-tabs>li>a{margin-bottom:auto}.tabs-right .nav.nav-tabs>li.active:last-child{margin-bottom:-1px}.tabs-left .nav.nav-tabs>li.active:last-child{margin-bottom:-1px}.tabs-left>.nav-tabs>li{float:none}.tabs-right>.nav-tabs>li{float:none}.tabs-left>.nav-tabs>li.active>a,.tabs-right>.nav-tabs>li.active>a,.tabs-left>.nav-tabs>li.active>a:focus,.tabs-right>.nav-tabs>li.active>a:focus,.tabs-left>.nav-tabs>li.active>a:hover,.tabs-right>.nav-tabs>li.active>a:hover{border:none}.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{margin-right:0;border:none}.tabs-left .tab-content,.tabs-right .tab-content{overflow:hidden;border-top:1px solid transparent}@media (min-width: 768px){.tabs-left>.nav.nav-tabs{float:left}.tabs-left>.nav.nav-tabs>li{margin-right:-1px}.tabs-left>.nav.nav-tabs>li>a{border-radius:0;border-right:none}.tabs-left>.nav.nav-tabs>li:first-child>a,.tabs-left>.nav.nav-tabs>li:last-child>a{border-radius:0}}@media (min-width: 768px){.tabs-right>.nav.nav-tabs{float:right}.tabs-right>.nav.nav-tabs>li{margin-left:-1px}.tabs-right>.nav.nav-tabs>li>a{border-radius:0;border-left:none}.tabs-right>.nav.nav-tabs>li:first-child>a,.tabs-right>.nav.nav-tabs>li:last-child>a{border-radius:0}}.tabs-minimal .tab-content{border:none;padding:24px 0 0}.tabs-minimal .nav.nav-tabs{border-width:2px;border-top:none}.tabs-minimal .nav.nav-tabs>li>a{margin-bottom:0;border:none;text-transform:uppercase;padding-left:0;padding-right:24px}.tabs-minimal .nav.nav-tabs>li>a:after{content:' ';display:block;width:0;height:2px;position:absolute;bottom:-1px;left:0;transition:all 300ms cubic-bezier(0.77, 0, 0.175, 1)}.tabs-minimal .nav.nav-tabs>li>a:hover{border:none}.tabs-minimal .nav.nav-tabs>li>a:hover:after{width:100%}.tabs-minimal .nav.nav-tabs>li:first-child>a{padding-left:0}.tabs-minimal .nav.nav-tabs>li.active>a{border:none}.tabs-minimal .nav.nav-tabs>li.active>a:focus{border:none}.tabs-minimal .nav.nav-tabs>li.active>a:after,.tabs-minimal .nav.nav-tabs>li.active>a:focus:after{width:100%}@media (min-width: 768px){.tabs-minimal .nav.nav-tabs>li>a{padding-left:24px}}i[class^="icon-"].rounded:before,i[class*=" icon-"].rounded:before,i[class^="icon-"].squared:before,i[class*=" icon-"].squared:before,i[class^="icon-"].circle:before,i[class*=" icon-"].circle:before{border:1px solid transparent}i[class^="icon-"]:before,i[class*=" icon-"]:before{font-family:'custom-icons',sans-serif;text-align:left;padding:0;margin:0 5px 0 0;display:inline-block;line-height:1em;font-size:14px}i[class^="icon-"].x-large:before,i[class*=" icon-"].x-large:before{font-size:80px}i[class^="icon-"].large:before,i[class*=" icon-"].large:before{font-size:40px}i[class^="icon-"].medium:before,i[class*=" icon-"].medium:before{font-size:22px}i[class^="icon-"].small:before,i[class*=" icon-"].small:before{font-size:10px}i[class^="icon-"].squared:before,i[class*=" icon-"].squared:before{display:inline-block;text-align:center;margin-right:0}i[class^="icon-"].circle:before,i[class*=" icon-"].circle:before{display:inline-block;text-align:center;margin-right:0;border-radius:50%}i[class^="icon-"].rounded:before,i[class*=" icon-"].rounded:before{display:inline-block;text-align:center;margin-right:0;border-radius:0}i[class^="icon-"].rounded:before,i[class*=" icon-"].rounded:before,i[class^="icon-"].squared:before,i[class*=" icon-"].squared:before,i[class^="icon-"].circle:before,i[class*=" icon-"].circle:before{height:40px;width:40px;line-height:40px;font-size:14px}i[class^="icon-"].x-large.rounded:before,i[class*=" icon-"].x-large.rounded:before,i[class^="icon-"].x-large.squared:before,i[class*=" icon-"].x-large.squared:before,i[class^="icon-"].x-large.circle:before,i[class*=" icon-"].x-large.circle:before{height:120px;width:120px;line-height:120px;font-size:60px}i[class^="icon-"].large.rounded:before,i[class*=" icon-"].large.rounded:before,i[class^="icon-"].large.squared:before,i[class*=" icon-"].large.squared:before,i[class^="icon-"].large.circle:before,i[class*=" icon-"].large.circle:before{height:75px;width:75px;line-height:75px;font-size:40px}i[class^="icon-"].medium.rounded:before,i[class*=" icon-"].medium.rounded:before,i[class^="icon-"].medium.squared:before,i[class*=" icon-"].medium.squared:before,i[class^="icon-"].medium.circle:before,i[class*=" icon-"].medium.circle:before{height:56px;width:56px;line-height:56px;font-size:22px}i[class^="icon-"].small.rounded:before,i[class*=" icon-"].small.rounded:before,i[class^="icon-"].small.squared:before,i[class*=" icon-"].small.squared:before,i[class^="icon-"].small.circle:before,i[class*=" icon-"].small.circle:before{height:22px;width:22px;line-height:23px;font-size:8px}i.animated:before{transition:all 0.8s}i.animated:hover:before{transform:rotate(360deg);transition:all 0.2s}@media (min-width: 768px){.feature-box.media-right i:before{margin-right:0;margin-left:5px;margin-top:2px}.feature-box.media-right i.x-large:before,.feature-box.media-right i.large:before{margin-right:0;margin-left:16px;margin-top:7px}.feature-box.media-right i.medium:before{margin-right:0;margin-left:11px;margin-top:7px}.feature-box.media-right img{margin-right:0;margin-left:5px;margin-top:2px}.feature-box.media-right img.x-large,.feature-box.media-right img.large{margin-right:0;margin-left:16px;margin-top:7px}.feature-box.media-right img.medium{margin-right:0;margin-left:11px;margin-top:7px}}.box-icon{text-align:center;padding:24px 24px 0 24px}.box-icon:before{content:" ";display:table}.box-icon:after{content:" ";display:table;clear:both}.box-icon.main-color,.box-icon.dark-main-color,.box-icon.light-main-color,.box-icon.dark-color,.box-icon.light-color{padding-bottom:24px}.box-icon i{margin-bottom:24px}.box-icon i:before{margin-right:0}.box-icon p,.box-icon .btn{margin-bottom:0}.box-icon a h1,.box-icon a h2,.box-icon a h3,.box-icon a h4,.box-icon a h5,.box-icon a h6{transition:all 0.2s}.box-icon a h1:nth-child(2),.box-icon a h2:nth-child(2),.box-icon a h3:nth-child(2),.box-icon a h4:nth-child(2),.box-icon a h5:nth-child(2),.box-icon a h6:nth-child(2){margin-top:24px}.box-icon a p{transition:all 0.2s}.box-icon a:hover{text-decoration:none}.box-icon.animated a:hover i:before{transform:rotate(360deg);transition:all 0.2s}.icon img{width:40px;height:40px;display:inline-block}.icon.circle{width:40px;height:40px;border-radius:50%;display:inline-block;padding:10px}.icon.circle img{width:20px;height:20px;display:block}.icon.x-large img{width:160px;height:160px}.icon.x-large.circle{width:160px;height:160px;border-radius:50%;display:inline-block;padding:40px}.icon.x-large.circle img{width:80px;height:80px}.icon.large img{width:100px;height:100px}.icon.large.circle{width:100px;height:100px;border-radius:50%;display:inline-block;padding:25px}.icon.large.circle img{width:50px;height:50px}.icon.medium img{width:56px;height:56px}.icon.medium.circle{width:56px;height:56px;border-radius:50%;display:inline-block;padding:14px}.icon.medium.circle img{width:28px;height:28px}.icon.small img{width:22px;height:22px}.icon.small.circle{width:22px;height:22px;border-radius:50%;display:inline-block;padding:5px}.icon.small.circle img{width:12px;height:12px}.icon.animated img:hover{transform:rotate(360deg);transition:all 0.2s}i[class^="icon-"].rounded:before,i[class*=" icon-"].rounded:before,i[class^="icon-"].squared:before,i[class*=" icon-"].squared:before,i[class^="icon-"].circle:before,i[class*=" icon-"].circle:before{height:40px;width:40px;line-height:40px;font-size:14px}i[class^="icon-"].large.rounded:before,i[class*=" icon-"].large.rounded:before,i[class^="icon-"].large.squared:before,i[class*=" icon-"].large.squared:before,i[class^="icon-"].large.circle:before,i[class*=" icon-"].large.circle:before{height:100px;width:100px;line-height:100px;font-size:40px}i[class^="icon-"].medium.rounded:before,i[class*=" icon-"].medium.rounded:before,i[class^="icon-"].medium.squared:before,i[class*=" icon-"].medium.squared:before,i[class^="icon-"].medium.circle:before,i[class*=" icon-"].medium.circle:before{height:56px;width:56px;line-height:56px;font-size:22px}i[class^="icon-"].small.rounded:before,i[class*=" icon-"].small.rounded:before,i[class^="icon-"].small.squared:before,i[class*=" icon-"].small.squared:before,i[class^="icon-"].small.circle:before,i[class*=" icon-"].small.circle:before{height:22px;width:22px;line-height:23px;font-size:8px}.box-icon.main-color a:not(.btn),.box-icon.dark-main-color a:not(.btn),.box-icon.light-main-color a:not(.btn),.box-icon.light-color a:not(.btn),.box-icon.dark-color a:not(.btn){display:block}.main-color .box-icon a:not(.btn),.dark-main-color .box-icon a:not(.btn),.light-main-color .box-icon a:not(.btn),.light-color .box-icon a:not(.btn),.dark-color .box-icon a:not(.btn){display:block}.feature-box:after{content:"";display:table;clear:both}.feature-box.media-right{padding-left:0}.feature-box.media-left{padding-right:0}.feature-box .feature-box-content{text-align:center;margin-bottom:22px}.feature-box .polytech-center-media{display:block;margin-bottom:24px;margin-right:auto;margin-left:auto;float:none}.feature-box img.x-large,.feature-box img.large,.feature-box img.medium,.feature-box img.avatar{display:block;margin-bottom:24px;margin-right:auto;margin-left:auto;float:none}.feature-box .icon{display:block;margin-bottom:24px;margin-right:auto;margin-left:auto;float:none}.feature-box .icon.x-large.circle,.feature-box .icon.large.circle,.feature-box .icon.medium.circle,.feature-box .icon.x-large.rounded,.feature-box .icon.large.rounded,.feature-box .icon.medium.rounded,.feature-box .icon.x-large.squared,.feature-box .icon.large.squared,.feature-box .icon.medium.squared,.feature-box .icon.circle,.feature-box .icon.rounded,.feature-box .icon.squared,.feature-box .icon img{display:block;margin-bottom:24px;margin-right:auto;margin-left:auto;float:none}.feature-box i[class^="icon-"].circle:before,.feature-box i[class*=" icon-"].circle:before,.feature-box i[class^="icon-"].rounded:before,.feature-box i[class*=" icon-"].rounded:before,.feature-box i[class^="icon-"].squared:before,.feature-box i[class*=" icon-"].squared:before{display:block;margin-bottom:24px;margin-right:auto;margin-left:auto;float:none}.feature-box .polytech-float-media{float:left;margin-right:16px}.feature-box p:last-child,.feature-box .btn:last-child{margin-bottom:0}.feature-box h1,.feature-box h2,.feature-box h3,.feature-box h4,.feature-box h5,.feature-box h6{margin-bottom:0.5em}.feature-box h1:first-child,.feature-box h2:first-child,.feature-box h3:first-child,.feature-box h4:first-child,.feature-box h5:first-child,.feature-box h6:first-child{margin-top:5px}.feature-box.media-left{text-align:center}.feature-box.media-left i:before{margin-top:2px}.feature-box.media-left i.x-large:before,.feature-box.media-left i.large:before,.feature-box.media-left i.medium:before{margin-top:7px}.feature-box.media-right i:before{margin-top:2px}.feature-box.media-right i.x-large:before,.feature-box.media-right i.large:before,.feature-box.media-right i.medium:before{margin-top:7px}@media (min-width: 480px){.feature-box i{float:left}.feature-box a,.feature-box .post-date{float:left;margin-right:16px}.feature-box img.x-large,.feature-box img.large,.feature-box img.medium,.feature-box img.avatar{float:left;margin-right:16px}.feature-box .icon{float:left;margin-right:16px}.feature-box .icon.x-large.circle,.feature-box .icon.large.circle,.feature-box .icon.medium.circle,.feature-box .icon.x-large.rounded,.feature-box .icon.large.rounded,.feature-box .icon.medium.rounded,.feature-box .icon.x-large.squared,.feature-box .icon.large.squared,.feature-box .icon.medium.squared,.feature-box .icon.circle,.feature-box .icon.rounded,.feature-box .icon.squared,.feature-box .icon img{float:left;margin-right:16px}.feature-box i[class^="icon-"].circle:before,.feature-box i[class*=" icon-"].circle:before,.feature-box i[class^="icon-"].rounded:before,.feature-box i[class*=" icon-"].rounded:before,.feature-box i[class^="icon-"].squared:before,.feature-box i[class*=" icon-"].squared:before{float:left;margin-right:16px}.feature-box .feature-box-content{overflow:hidden;padding-top:0;text-align:left}.feature-box .feature-box-content i,.feature-box .feature-box-content a,.feature-box .feature-box-content img,.feature-box .feature-box-content .icon,.feature-box .feature-box-content .post-date{float:none}.feature-box .entry-meta>li>a,.feature-box .entry-meta>li>i{margin-right:0}.feature-box h2,.feature-box p{text-align:left}}@media (min-width: 991px){.feature-box.media-left h2,.feature-box.media-left h3,.feature-box.media-left h4,.feature-box.media-left h5,.feature-box.media-left h6,.feature-box.media-left p{text-align:left}}@media (min-width: 480px){.feature-box.media-left i:before{margin-right:5px;margin-top:2px}.feature-box.media-left i.x-large:before,.feature-box.media-left i.large:before{margin-right:16px;margin-top:7px}.feature-box.media-left i.medium:before{margin-right:11px;margin-top:7px}}@media (min-width: 768px){.feature-box.media-right i,.feature-box.media-right a,.feature-box.media-right img,.feature-box.media-right .icon{float:right}.feature-box.media-right h2,.feature-box.media-right h3,.feature-box.media-right h4,.feature-box.media-right h5,.feature-box.media-right h6,.feature-box.media-right p,.feature-box.media-right .feature-box-content{text-align:right}}.timeline{list-style:none;padding:20px 0 0;position:relative}.timeline:before{top:40px;bottom:0;position:absolute;content:"";width:3px;background-color:#eeeeee;left:25px}@media (max-width: 767px){.timeline:before{left:40px}}.timeline>li,.timeline__item{margin-bottom:40px !important;position:relative}.timeline>li:after,.timeline__item:after{content:"";display:table;clear:both}.timeline-badge{color:#fff;width:50px;height:50px;line-height:50px;font-size:1.4em;text-align:center;position:absolute;top:19px;left:25px;margin-left:-25px;background-color:#21a649;z-index:1;border-radius:50%;box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}@media (max-width: 767px){.timeline-badge{left:15px;margin-left:0;top:16px}}.timeline-badge.primary{background-color:#2e6da4 !important}.timeline-badge.success{background-color:#3f903f !important}.timeline-badge.warning{background-color:#f0ad4e !important}.timeline-badge.danger{background-color:#d9534f !important}.timeline-badge.info{background-color:#5bc0de !important}.timeline-panel{width:92%;float:right;border-radius:.5rem;padding:1.5rem;position:relative;box-shadow:0 1px 6px rgba(0,0,0,0.175)}@media (max-width: 767px){.timeline-panel{width:calc(100% - 90px);margin-bottom:1rem}}.timeline-title{margin-top:0;line-height:1.2;text-transform:none;font-weight:500}.timeline-body p+p{margin-top:5px}.timeline-body ul:last-child,.timeline-body p:last-child{margin-bottom:0 !important}.pricing-table{text-align:center;margin-top:16px;border:1px solid transparent;border-radius:0}.pricing-table ul{list-style-type:none;margin:0;padding:0 24px}.pricing-table ul li{padding:24px 0;font-size:12px}.pricing-table h2{text-transform:none;margin:0;padding:24px;font-weight:800;text-align:center}.pricing-table .pricing h3{font-weight:800;font-size:71px;display:block;padding:24px;margin:0}.pricing-table .pricing h3 span{font-size:14px;font-weight:300;margin-bottom:0;display:block;line-height:14px}.pricing-table .pricing img{margin:0 auto}.pricing-table p{margin-bottom:0;padding:24px}.pricing-table.focus-plan{margin-top:0}.pricing-table.focus-plan h3{padding:24px}.pricing-table ul li{border-bottom:1px solid transparent}.pricing-table ul li:last-child{border-bottom:none}.pricing-table .pricing{border-top:1px solid transparent;border-bottom:1px solid transparent}.pricing-table.focus-plan{margin-top:0}.pricing-table.focus-plan .pricing{padding:16px;border-top:1px solid transparent;border-bottom:1px solid transparent}.pagination>li:first-child>a,.pagination .pagination>li:first-child>span{border-top-left-radius:0;border-bottom-left-radius:0}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:0;border-bottom-right-radius:0}.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;cursor:default}.pagination.circle>li>a,.pagination.rounded>li>a,.pagination.circle>li>span,.pagination.rounded>li>span{margin:0 4.8px;text-align:center;height:40px;width:40px;line-height:24px}.pagination.circle>li:first-child>a,.pagination.rounded>li:first-child>a,.pagination.circle>li:first-child>span,.pagination.rounded>li:first-child>span,.pagination.circle>li:last-child>a,.pagination.rounded>li:last-child>a,.pagination.circle>li:last-child>span,.pagination.rounded>li:last-child>span{border:none}.pagination.circle>li>a,.pagination.circle>li>span{border-radius:50%}.pagination.rounded>li>a,.pagination.rounded>li>span{border-radius:0}.pagination.pagination-minimal>li:first-child>a,.pagination.pagination-minimal .pagination>li:first-child>span{border-radius:0}.pagination.pagination-minimal>li:last-child>a,.pagination.pagination-minimal>li:last-child>span{border-radius:0}.pagination.pagination-minimal>li>a,.pagination.pagination-minimal>li>span{color:red;border-top:none;border-left:none;border-right:none;border-bottom-width:2px}.pagination.pagination-minimal>li>a:after,.pagination.pagination-minimal>li>span:after{content:' ';display:block;width:0;height:2px;position:absolute;bottom:-1px;left:0;transition:all 300ms cubic-bezier(0.77, 0, 0.175, 1);background:red}.pagination.pagination-minimal>li>a:focus,.pagination.pagination-minimal>li>span:focus,.pagination.pagination-minimal>li>a:hover,.pagination.pagination-minimal>li>span:hover{background:none}.pagination.pagination-minimal>li>a:focus:after,.pagination.pagination-minimal>li>span:focus:after,.pagination.pagination-minimal>li>a:hover:after,.pagination.pagination-minimal>li>span:hover:after{width:100%}.page-header{padding:24px 0;margin:0}.page-header h1,.page-header h2,.page-header h3,.page-header h4,.page-header h5,.page-header h6,.page-header p{display:inline-block}.page-header h1:first-child,.page-header h2:first-child,.page-header h3:first-child,.page-header h4:first-child,.page-header h5:first-child,.page-header h6:first-child,.page-header p:first-child{margin-top:0}.page-header h1:last-child,.page-header h2:last-child,.page-header h3:last-child,.page-header h4:last-child,.page-header h5:last-child,.page-header h6:last-child,.page-header p:last-child{margin-bottom:0}.page-header h1 small,.page-header h2 small,.page-header h3 small,.page-header h4 small,.page-header h5 small,.page-header h6 small,.page-header p small,.page-header h1 .small,.page-header h2 .small,.page-header h3 .small,.page-header h4 .small,.page-header h5 .small,.page-header h6 .small,.page-header p .small{font-size:75%;font-family:'Ubuntu', sans-serif}.page-header h1{font-size:20px}.page-header h2{font-size:18px}.page-header h3{font-size:16px}.page-header .mask .container{padding-top:24px;padding-bottom:24px}.page-header.large,.page-header.x-large{height:auto}.page-header.center{text-align:center}.page-header.center h1,.page-header.center h2,.page-header.center h3,.page-header.center h4,.page-header.center h5,.page-header.center h6,.page-header.center p{text-align:center}.page-header .v-align-center.container{padding-top:24px;padding-bottom:24px}@media (min-width: 768px){.page-header.large{height:320px}}@media (min-width: 768px){.page-header.x-large{height:650px}}@media (min-width: 480px){.page-header .v-align-center.container{display:table;height:100%;position:relative}.page-header .v-align-center.container>.row{display:table-row;height:100%;float:none}.page-header .v-align-center.container>.row>div[class*='col-']{display:table-cell;vertical-align:middle;float:none}}html body .bvi-panel{font-family:Arial,sans-serif !important;padding:10px 10px;color:black;top:0;left:0;right:0;letter-spacing:0;position:relative;text-shadow:none;line-height:normal;border:0;margin-bottom:0.3rem;background-color:#f7f7f7;border-color:black;box-shadow:0 1px 3px 0 rgba(0,0,0,0.23);z-index:999999 !important}@media (max-width: 575.98px){html body .bvi-panel{padding:10px 0 10px 0}html body .bvi-panel .bvi-panel-toggler{display:block;text-align:center}html body .bvi-panel .bvi-panel-container{overflow:auto;width:auto;height:145px;border-top:1px solid #bcbcbc;box-shadow:inset 0 5px 15px 0 #d6d6d6}html body .bvi-panel .bvi-panel-container,html body .bvi-panel #bvi-panel-close,html body .bvi-panel #bvi-panel-hide{display:none;margin-top:10px;border-top:1px solid #dfdfdf}}@media (min-width: 576px) and (max-width: 767.98px){html body .bvi-panel{padding:10px 0 10px 0}html body .bvi-panel .bvi-panel-toggler{display:block;text-align:center}html body .bvi-panel .bvi-panel-container{overflow:auto;width:auto;height:145px;border-top:1px solid #bcbcbc;box-shadow:inset 0 5px 15px 0 #d6d6d6}html body .bvi-panel .bvi-panel-container,html body .bvi-panel #bvi-panel-close,html body .bvi-panel #bvi-panel-hide{display:none;text-align:right;margin-top:10px;border-top:1px solid #dfdfdf}}@media (min-width: 768px) and (max-width: 991.98px){html body .bvi-panel{padding:10px 0 10px 0}html body .bvi-panel .bvi-panel-toggler{display:block;text-align:right}html body .bvi-panel .bvi-panel-container,html body .bvi-panel #bvi-panel-close,html body .bvi-panel #bvi-panel-hide{display:none;text-align:right;margin-top:10px;border-top:1px solid #dfdfdf}}@media (min-width: 992px) and (max-width: 1199.98px){html body .bvi-panel .bvi-panel-toggler{display:none}}@media (min-width: 1200px){html body .bvi-panel .bvi-panel-toggler{display:none}}@media (max-width: 575.98px){html body .bvi-panel *{font-size:12px !important}}@media (min-width: 576px) and (max-width: 767.98px){html body .bvi-panel *{font-size:14px !important}}@media (min-width: 768px) and (max-width: 991.98px){html body .bvi-panel *{font-size:14px !important}}@media (min-width: 992px) and (max-width: 1199.98px){html body .bvi-panel *{font-size:16px !important}}@media (min-width: 1200px){html body .bvi-panel *{font-size:16px !important}}html body .bvi-panel a{color:#2a2a2a;background-color:transparent;outline:0;text-decoration:underline}html body .bvi-panel a:hover{color:black;outline:0;background-color:transparent;text-decoration:underline}html body .bvi-panel a:focus{color:black;outline:0;background-color:transparent;text-decoration:underline}html body .bvi-panel a.bvi-link-copy{text-decoration:underline;color:black;outline:0}html body .bvi-panel a.bvi-link-copy.active{color:black;outline:0;text-decoration:none}html body .bvi-panel a.bvi-link-copy:hover{color:black;outline:0;text-decoration:none}html body .bvi-panel a.bvi-link-copy:focus{color:black;outline:0;text-decoration:none}html body .bvi-panel a.bvi-link{text-decoration:none;color:black;background-color:transparent;text-align:center;transition:background-color 0.2s ease-out;cursor:pointer;border-radius:2px;display:inline-block;height:36px;font-weight:bold;line-height:36px;padding:0 10px;vertical-align:middle;border:1px solid #b2b2b2}@media (max-width: 575.98px){html body .bvi-panel a.bvi-link{height:28px;line-height:28px;padding:0 5px}}@media (min-width: 576px) and (max-width: 767.98px){html body .bvi-panel a.bvi-link{height:28px;line-height:28px;padding:0 5px}}@media (min-width: 768px) and (max-width: 991.98px){html body .bvi-panel a.bvi-link{height:30px;line-height:30px;padding:0 8px}}@media (min-width: 992px) and (max-width: 1199.98px){html body .bvi-panel a.bvi-link{height:34px;line-height:34px;padding:0 9px}}html body .bvi-panel a.bvi-link.active{color:inherit;outline:0;background-color:#dbdbdb;text-decoration:none}html body .bvi-panel a.bvi-link:hover{color:black;outline:0;background-color:#dbdbdb;text-decoration:none}html body .bvi-panel a.bvi-link:focus{color:black;outline:0;background-color:#dbdbdb;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-white{background-color:white;color:black;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-white:hover{background-color:white;color:black;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-black{background-color:black;color:white;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-black:hover{background-color:black;color:white;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-blue{background-color:#9DD1FF;color:#063462;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-blue:hover{background-color:#9DD1FF;color:#063462;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-brown{background-color:#F7F3D6;color:#4D4B43;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-brown:hover{background-color:#F7F3D6;color:#4D4B43;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-green{background-color:#3B2716;color:#A9E44D;text-decoration:none}html body .bvi-panel a.bvi-link.bvi-link-green:hover{background-color:#3B2716;color:#A9E44D;text-decoration:none}html body .bvi-panel .bvi-title{text-shadow:none;text-decoration:none;background-color:transparent;display:block;font-weight:bold;text-transform:uppercase;vertical-align:middle;margin:10px 0 15px 0}html body .bvi-panel .bvi-text-center{text-align:center}html body .bvi-panel .bvi-text-left{text-align:left}html body .bvi-panel .bvi-text-right{text-align:right}html body .bvi-panel .bvi-setting-menu{margin-top:10px;border-top:1px solid #dfdfdf;display:none}html body .bvi-panel .bvi-images{margin-top:10px;width:16px;height:16px;font-weight:normal;font-style:normal;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal}@media (max-width: 575.98px){html body .bvi-panel .bvi-images{margin-top:6px}}@media (min-width: 576px) and (max-width: 767.98px){html body .bvi-panel .bvi-images{margin-top:6px}}@media (min-width: 768px) and (max-width: 991.98px){html body .bvi-panel .bvi-images{margin-top:7px}}@media (min-width: 992px) and (max-width: 1199.98px){html body .bvi-panel .bvi-images{margin-top:9px}}html body .bvi-panel .bvi-images.bvi-images-eye-slash{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA0ElEQVQYGbXBMSuEARgA4Oe77zocXTdISBYMXKFMJvkBkoVF6iw33n8wmXVXymi0SUnZzQaJTNcNd9MNBsnwuq9uOVaexx8rKJuwqGXKDzm7noUQwqcRQya9aXu3ruBWOMSMooFlbXMubdnwJXTlsKZrWl9ZWwk9JS0hbGMeC3rGeVCRedQRwpNE6kRmT4MzRzL7QggVVK3INNTIe7WJxI1wh1F1mZp7ib6iF8cSF8Is8ihoupEaSJ3qCOdILan7UJUYci2U0HRlx5hfVh34F999xzhj5hTP0AAAAABJRU5ErkJggg==")}html body .bvi-panel .bvi-images.bvi-images-arrow{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAVFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU4H24AAAAG3RSTlMAAQIDBgkMExQiRmJoaXN0dX6Aj5GbwcPR4vHLNuV5AAAAWElEQVQYV23NNxKAMAADQQEm52y4//+TwuSxuttGkn/J2n97g+nXb3H9yNWXPO0k3oAOmC0wSgXQCqiNBYyihUYCahlLKSnIdILC9H528JoPqg8M7Ln8OwBv7gmtk0G77wAAAABJRU5ErkJggg==")}html body .bvi-panel .bvi-images.bvi-images-volume-on{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA0ElEQVQYGZ3BPyvEcQAH4Od3F+5O/tXXdCVZFWXCWzARgzIZrgxewM1WqzfBYjZI6bJYpS6jLJdJ5o8upY6UPI//mdOz4IcJt5o+LXvSMaLhURSM6agb17PlS8OjiILKiTs1k9612NPV1RcRBasqpw5w7JCIiIgouHRk2gBtt0RERETBlAGiruWNiIiIKNhwpSYqs555FRERUVQezFtzjnVn1DU07ImIYmjGizaurfiyI6Kg6c0mdt0YsS2KoTHs6xv3zaLKUNO9C02/qlnyVx8tHEkl/4bN1wAAAABJRU5ErkJggg==")}html body .bvi-panel .bvi-images.bvi-images-volume-on{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA0ElEQVQYGZ3BPyvEcQAH4Od3F+5O/tXXdCVZFWXCWzARgzIZrgxewM1WqzfBYjZI6bJYpS6jLJdJ5o8upY6UPI//mdOz4IcJt5o+LXvSMaLhURSM6agb17PlS8OjiILKiTs1k9612NPV1RcRBasqpw5w7JCIiIgouHRk2gBtt0RERETBlAGiruWNiIiIKNhwpSYqs555FRERUVQezFtzjnVn1DU07ImIYmjGizaurfiyI6Kg6c0mdt0YsS2KoTHs6xv3zaLKUNO9C02/qlnyVx8tHEkl/4bN1wAAAABJRU5ErkJggg==")}html body .bvi-panel .bvi-images.bvi-images-volume-off{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAP1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzJYIvAAAAFHRSTlMAAQIcHh8rLjx8hpKUlZi6vsXz/c3U9VgAAABHSURBVBhXrci3AYAwDADBtwFjcpD2n5WGIKnmyoNXGgestOjuYlYfk37R1FpXNXHq7Qn9IY4Y5Jx7sQFQJARFQlBk80HbARfdYAcpeUBcogAAAABJRU5ErkJggg==")}html body .bvi-panel .bvi-images.bvi-images-adjust{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAqFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAs30iGAAAAN3RSTlMAAQIDBAUHCQsMExQVFh4fJSsuLztGS1FYYWJkZnh7f4KIiYyRmKWmqMHO1dna3Ovt7/P3+fv9mqZ1DQAAAIJJREFUGBlNwVUCglAURdEtGNgd2N2BGGf+M5PL48O1MI31Q7pMAxx/K+c7wHhnvSaVvMycxE7nMqBUD5qKAxJKRR5LhRg5ba6qY+SEvFXCyJlxVw0jZ8JKI4ycLi1FRRJKxT4cdCoCSvWB/E3PYZCT2WAKR2XGZDr7jxQtqvwp+Dg/vREcKt7EoBcAAAAASUVORK5CYII=")}html body .bvi-panel .bvi-images.bvi-images-off{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAARVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADc6ur3AAAAFnRSTlMAAQIFBgcSGRowMVhZW128wMHDxfX3KcFjjgAAAGpJREFUGBlVwQkSgzAMA0CJUpKYuzX6/1ObeoAJuwhMpSTiwslV+UiEftNpfaHirttKALMaI0BXw4mshwSTZEMwSQUmyYZgkgqyHhJ4qOEEFjUmAN1Ht42o3l+d9h6hWw5VPhMXZrNM/P0AZ7gN/s4xaEgAAAAASUVORK5CYII=")}html body .bvi-panel .bvi-images.bvi-images-on{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD6T+iNAAAAH3RSTlMAAQIDBycwOUJKS0xPUW1whZGVmJ2erbfT2uDk6Pv9OeeoXAAAAGJJREFUGFdlzkcCgDAIBVGMvSb27r//LTUxFnRW8NhA9E3N46uppU2wOwgiXCSHBfD07F8g0euxRGKB9N2pAGQWKBBODRgxEKNrzI7BQIq7E57dQv4UHbC6n08LsNTxAYt+7bh0DPt8j/8TAAAAAElFTkSuQmCC")}html body .bvi-panel .bvi-images.bvi-images-minus-square-o{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAHlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3KG9qAAAACXRSTlMAODs8dnfx8vPK0lEjAAAAJElEQVR4AWOgD2BkYUUCLIwM7JwogI2BA1WAnYGZFQUw0cehAOJeAaqtH8h4AAAAAElFTkSuQmCC)}html body .bvi-panel.bvi-fixed-top{position:fixed;top:0;right:0;left:0;z-index:999999}html body .bvi-panel .bvi-container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){html body .bvi-panel .bvi-container{max-width:540px}}@media (min-width: 768px){html body .bvi-panel .bvi-container{max-width:720px}}@media (min-width: 992px){html body .bvi-panel .bvi-container{max-width:960px}}@media (min-width: 1200px){html body .bvi-panel .bvi-container{max-width:1140px}}html body .bvi-panel .bvi-container-fluid,html body .bvi-panel .bvi-container-xl,html body .bvi-panel .bvi-container-lg,html body .bvi-panel .bvi-container-md,html body .bvi-panel .bvi-container-sm{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){html body .bvi-panel .bvi-container-sm,html body .bvi-panel .bvi-container{max-width:540px}}@media (min-width: 768px){html body .bvi-panel .bvi-container-md,html body .bvi-panel .bvi-container-sm,html body .bvi-panel .bvi-container{max-width:720px}}@media (min-width: 992px){html body .bvi-panel .bvi-container-lg,html body .bvi-panel .bvi-container-md,html body .bvi-panel .bvi-container-sm,html body .bvi-panel .bvi-container{max-width:960px}}@media (min-width: 1200px){html body .bvi-panel .bvi-container-xl,html body .bvi-panel .bvi-container-lg,html body .bvi-panel .bvi-container-md,html body .bvi-panel .bvi-container-sm,html body .bvi-panel .bvi-container{max-width:1140px}}html body .bvi-panel .bvi-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}html body .bvi-panel .bvi-no-gutters{margin-right:0;margin-left:0}html body .bvi-panel .bvi-no-gutters>.bvi-col,html body .bvi-panel .bvi-no-gutters>[class*=bvi-col-]{padding-right:0;padding-left:0}html body .bvi-panel .bvi-col-xl,html body .bvi-panel .bvi-col-xl-auto,html body .bvi-panel .bvi-col-xl-12,html body .bvi-panel .bvi-col-xl-11,html body .bvi-panel .bvi-col-xl-10,html body .bvi-panel .bvi-col-xl-9,html body .bvi-panel .bvi-col-xl-8,html body .bvi-panel .bvi-col-xl-7,html body .bvi-panel .bvi-col-xl-6,html body .bvi-panel .bvi-col-xl-5,html body .bvi-panel .bvi-col-xl-4,html body .bvi-panel .bvi-col-xl-3,html body .bvi-panel .bvi-col-xl-2,html body .bvi-panel .bvi-col-xl-1,html body .bvi-panel .bvi-col-lg,html body .bvi-panel .bvi-col-lg-auto,html body .bvi-panel .bvi-col-lg-12,html body .bvi-panel .bvi-col-lg-11,html body .bvi-panel .bvi-col-lg-10,html body .bvi-panel .bvi-col-lg-9,html body .bvi-panel .bvi-col-lg-8,html body .bvi-panel .bvi-col-lg-7,html body .bvi-panel .bvi-col-lg-6,html body .bvi-panel .bvi-col-lg-5,html body .bvi-panel .bvi-col-lg-4,html body .bvi-panel .bvi-col-lg-3,html body .bvi-panel .bvi-col-lg-2,html body .bvi-panel .bvi-col-lg-1,html body .bvi-panel .bvi-col-md,html body .bvi-panel .bvi-col-md-auto,html body .bvi-panel .bvi-col-md-12,html body .bvi-panel .bvi-col-md-11,html body .bvi-panel .bvi-col-md-10,html body .bvi-panel .bvi-col-md-9,html body .bvi-panel .bvi-col-md-8,html body .bvi-panel .bvi-col-md-7,html body .bvi-panel .bvi-col-md-6,html body .bvi-panel .bvi-col-md-5,html body .bvi-panel .bvi-col-md-4,html body .bvi-panel .bvi-col-md-3,html body .bvi-panel .bvi-col-md-2,html body .bvi-panel .bvi-col-md-1,html body .bvi-panel .bvi-col-sm,html body .bvi-panel .bvi-col-sm-auto,html body .bvi-panel .bvi-col-sm-12,html body .bvi-panel .bvi-col-sm-11,html body .bvi-panel .bvi-col-sm-10,html body .bvi-panel .bvi-col-sm-9,html body .bvi-panel .bvi-col-sm-8,html body .bvi-panel .bvi-col-sm-7,html body .bvi-panel .bvi-col-sm-6,html body .bvi-panel .bvi-col-sm-5,html body .bvi-panel .bvi-col-sm-4,html body .bvi-panel .bvi-col-sm-3,html body .bvi-panel .bvi-col-sm-2,html body .bvi-panel .bvi-col-sm-1,html body .bvi-panel .bvi-col,html body .bvi-panel .bvi-col-auto,html body .bvi-panel .bvi-col-12,html body .bvi-panel .bvi-col-11,html body .bvi-panel .bvi-col-10,html body .bvi-panel .bvi-col-9,html body .bvi-panel .bvi-col-8,html body .bvi-panel .bvi-col-7,html body .bvi-panel .bvi-col-6,html body .bvi-panel .bvi-col-5,html body .bvi-panel .bvi-col-4,html body .bvi-panel .bvi-col-3,html body .bvi-panel .bvi-col-2,html body .bvi-panel .bvi-col-1{position:relative;width:100%;padding-right:15px;padding-left:15px}html body .bvi-panel .bvi-col{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi-panel .row-cols-1>*{flex:0 0 100%;max-width:100%}html body .bvi-panel .row-cols-2>*{flex:0 0 50%;max-width:50%}html body .bvi-panel .row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .row-cols-4>*{flex:0 0 25%;max-width:25%}html body .bvi-panel .row-cols-5>*{flex:0 0 20%;max-width:20%}html body .bvi-panel .row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-auto{flex:0 0 auto;width:auto;max-width:100%}html body .bvi-panel .bvi-col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}html body .bvi-panel .bvi-col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-3{flex:0 0 25%;max-width:25%}html body .bvi-panel .bvi-col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .bvi-col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}html body .bvi-panel .bvi-col-6{flex:0 0 50%;max-width:50%}html body .bvi-panel .bvi-col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}html body .bvi-panel .bvi-col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}html body .bvi-panel .bvi-col-9{flex:0 0 75%;max-width:75%}html body .bvi-panel .bvi-col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}html body .bvi-panel .bvi-col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}html body .bvi-panel .bvi-col-12{flex:0 0 100%;max-width:100%}html body .bvi-panel .bvi-order-first{order:-1}html body .bvi-panel .bvi-order-last{order:13}html body .bvi-panel .bvi-order-0{order:0}html body .bvi-panel .bvi-order-1{order:1}html body .bvi-panel .bvi-order-2{order:2}html body .bvi-panel .bvi-order-3{order:3}html body .bvi-panel .bvi-order-4{order:4}html body .bvi-panel .bvi-order-5{order:5}html body .bvi-panel .bvi-order-6{order:6}html body .bvi-panel .bvi-order-7{order:7}html body .bvi-panel .bvi-order-8{order:8}html body .bvi-panel .bvi-order-9{order:9}html body .bvi-panel .bvi-order-10{order:10}html body .bvi-panel .bvi-order-11{order:11}html body .bvi-panel .bvi-order-12{order:12}html body .bvi-panel .bvi-offset-1{margin-left:8.3333333333%}html body .bvi-panel .bvi-offset-2{margin-left:16.6666666667%}html body .bvi-panel .bvi-offset-3{margin-left:25%}html body .bvi-panel .bvi-offset-4{margin-left:33.3333333333%}html body .bvi-panel .bvi-offset-5{margin-left:41.6666666667%}html body .bvi-panel .bvi-offset-6{margin-left:50%}html body .bvi-panel .bvi-offset-7{margin-left:58.3333333333%}html body .bvi-panel .bvi-offset-8{margin-left:66.6666666667%}html body .bvi-panel .bvi-offset-9{margin-left:75%}html body .bvi-panel .bvi-offset-10{margin-left:83.3333333333%}html body .bvi-panel .bvi-offset-11{margin-left:91.6666666667%}@media (min-width: 576px){html body .bvi-panel .bvi-col-sm{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi-panel .row-cols-sm-1>*{flex:0 0 100%;max-width:100%}html body .bvi-panel .row-cols-sm-2>*{flex:0 0 50%;max-width:50%}html body .bvi-panel .row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .row-cols-sm-4>*{flex:0 0 25%;max-width:25%}html body .bvi-panel .row-cols-sm-5>*{flex:0 0 20%;max-width:20%}html body .bvi-panel .row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}html body .bvi-panel .bvi-col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}html body .bvi-panel .bvi-col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-sm-3{flex:0 0 25%;max-width:25%}html body .bvi-panel .bvi-col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .bvi-col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}html body .bvi-panel .bvi-col-sm-6{flex:0 0 50%;max-width:50%}html body .bvi-panel .bvi-col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}html body .bvi-panel .bvi-col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}html body .bvi-panel .bvi-col-sm-9{flex:0 0 75%;max-width:75%}html body .bvi-panel .bvi-col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}html body .bvi-panel .bvi-col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}html body .bvi-panel .bvi-col-sm-12{flex:0 0 100%;max-width:100%}html body .bvi-panel .bvi-order-sm-first{order:-1}html body .bvi-panel .bvi-order-sm-last{order:13}html body .bvi-panel .bvi-order-sm-0{order:0}html body .bvi-panel .bvi-order-sm-1{order:1}html body .bvi-panel .bvi-order-sm-2{order:2}html body .bvi-panel .bvi-order-sm-3{order:3}html body .bvi-panel .bvi-order-sm-4{order:4}html body .bvi-panel .bvi-order-sm-5{order:5}html body .bvi-panel .bvi-order-sm-6{order:6}html body .bvi-panel .bvi-order-sm-7{order:7}html body .bvi-panel .bvi-order-sm-8{order:8}html body .bvi-panel .bvi-order-sm-9{order:9}html body .bvi-panel .bvi-order-sm-10{order:10}html body .bvi-panel .bvi-order-sm-11{order:11}html body .bvi-panel .bvi-order-sm-12{order:12}html body .bvi-panel .bvi-offset-sm-0{margin-left:0}html body .bvi-panel .bvi-offset-sm-1{margin-left:8.3333333333%}html body .bvi-panel .bvi-offset-sm-2{margin-left:16.6666666667%}html body .bvi-panel .bvi-offset-sm-3{margin-left:25%}html body .bvi-panel .bvi-offset-sm-4{margin-left:33.3333333333%}html body .bvi-panel .bvi-offset-sm-5{margin-left:41.6666666667%}html body .bvi-panel .bvi-offset-sm-6{margin-left:50%}html body .bvi-panel .bvi-offset-sm-7{margin-left:58.3333333333%}html body .bvi-panel .bvi-offset-sm-8{margin-left:66.6666666667%}html body .bvi-panel .bvi-offset-sm-9{margin-left:75%}html body .bvi-panel .bvi-offset-sm-10{margin-left:83.3333333333%}html body .bvi-panel .bvi-offset-sm-11{margin-left:91.6666666667%}}@media (min-width: 768px){html body .bvi-panel .bvi-col-md{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi-panel .row-cols-md-1>*{flex:0 0 100%;max-width:100%}html body .bvi-panel .row-cols-md-2>*{flex:0 0 50%;max-width:50%}html body .bvi-panel .row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .row-cols-md-4>*{flex:0 0 25%;max-width:25%}html body .bvi-panel .row-cols-md-5>*{flex:0 0 20%;max-width:20%}html body .bvi-panel .row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-md-auto{flex:0 0 auto;width:auto;max-width:100%}html body .bvi-panel .bvi-col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}html body .bvi-panel .bvi-col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-md-3{flex:0 0 25%;max-width:25%}html body .bvi-panel .bvi-col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .bvi-col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}html body .bvi-panel .bvi-col-md-6{flex:0 0 50%;max-width:50%}html body .bvi-panel .bvi-col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}html body .bvi-panel .bvi-col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}html body .bvi-panel .bvi-col-md-9{flex:0 0 75%;max-width:75%}html body .bvi-panel .bvi-col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}html body .bvi-panel .bvi-col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}html body .bvi-panel .bvi-col-md-12{flex:0 0 100%;max-width:100%}html body .bvi-panel .bvi-order-md-first{order:-1}html body .bvi-panel .bvi-order-md-last{order:13}html body .bvi-panel .bvi-order-md-0{order:0}html body .bvi-panel .bvi-order-md-1{order:1}html body .bvi-panel .bvi-order-md-2{order:2}html body .bvi-panel .bvi-order-md-3{order:3}html body .bvi-panel .bvi-order-md-4{order:4}html body .bvi-panel .bvi-order-md-5{order:5}html body .bvi-panel .bvi-order-md-6{order:6}html body .bvi-panel .bvi-order-md-7{order:7}html body .bvi-panel .bvi-order-md-8{order:8}html body .bvi-panel .bvi-order-md-9{order:9}html body .bvi-panel .bvi-order-md-10{order:10}html body .bvi-panel .bvi-order-md-11{order:11}html body .bvi-panel .bvi-order-md-12{order:12}html body .bvi-panel .bvi-offset-md-0{margin-left:0}html body .bvi-panel .bvi-offset-md-1{margin-left:8.3333333333%}html body .bvi-panel .bvi-offset-md-2{margin-left:16.6666666667%}html body .bvi-panel .bvi-offset-md-3{margin-left:25%}html body .bvi-panel .bvi-offset-md-4{margin-left:33.3333333333%}html body .bvi-panel .bvi-offset-md-5{margin-left:41.6666666667%}html body .bvi-panel .bvi-offset-md-6{margin-left:50%}html body .bvi-panel .bvi-offset-md-7{margin-left:58.3333333333%}html body .bvi-panel .bvi-offset-md-8{margin-left:66.6666666667%}html body .bvi-panel .bvi-offset-md-9{margin-left:75%}html body .bvi-panel .bvi-offset-md-10{margin-left:83.3333333333%}html body .bvi-panel .bvi-offset-md-11{margin-left:91.6666666667%}}@media (min-width: 992px){html body .bvi-panel .bvi-col-lg{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi-panel .row-cols-lg-1>*{flex:0 0 100%;max-width:100%}html body .bvi-panel .row-cols-lg-2>*{flex:0 0 50%;max-width:50%}html body .bvi-panel .row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .row-cols-lg-4>*{flex:0 0 25%;max-width:25%}html body .bvi-panel .row-cols-lg-5>*{flex:0 0 20%;max-width:20%}html body .bvi-panel .row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}html body .bvi-panel .bvi-col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}html body .bvi-panel .bvi-col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-lg-3{flex:0 0 25%;max-width:25%}html body .bvi-panel .bvi-col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .bvi-col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}html body .bvi-panel .bvi-col-lg-6{flex:0 0 50%;max-width:50%}html body .bvi-panel .bvi-col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}html body .bvi-panel .bvi-col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}html body .bvi-panel .bvi-col-lg-9{flex:0 0 75%;max-width:75%}html body .bvi-panel .bvi-col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}html body .bvi-panel .bvi-col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}html body .bvi-panel .bvi-col-lg-12{flex:0 0 100%;max-width:100%}html body .bvi-panel .bvi-order-lg-first{order:-1}html body .bvi-panel .bvi-order-lg-last{order:13}html body .bvi-panel .bvi-order-lg-0{order:0}html body .bvi-panel .bvi-order-lg-1{order:1}html body .bvi-panel .bvi-order-lg-2{order:2}html body .bvi-panel .bvi-order-lg-3{order:3}html body .bvi-panel .bvi-order-lg-4{order:4}html body .bvi-panel .bvi-order-lg-5{order:5}html body .bvi-panel .bvi-order-lg-6{order:6}html body .bvi-panel .bvi-order-lg-7{order:7}html body .bvi-panel .bvi-order-lg-8{order:8}html body .bvi-panel .bvi-order-lg-9{order:9}html body .bvi-panel .bvi-order-lg-10{order:10}html body .bvi-panel .bvi-order-lg-11{order:11}html body .bvi-panel .bvi-order-lg-12{order:12}html body .bvi-panel .bvi-offset-lg-0{margin-left:0}html body .bvi-panel .bvi-offset-lg-1{margin-left:8.3333333333%}html body .bvi-panel .bvi-offset-lg-2{margin-left:16.6666666667%}html body .bvi-panel .bvi-offset-lg-3{margin-left:25%}html body .bvi-panel .bvi-offset-lg-4{margin-left:33.3333333333%}html body .bvi-panel .bvi-offset-lg-5{margin-left:41.6666666667%}html body .bvi-panel .bvi-offset-lg-6{margin-left:50%}html body .bvi-panel .bvi-offset-lg-7{margin-left:58.3333333333%}html body .bvi-panel .bvi-offset-lg-8{margin-left:66.6666666667%}html body .bvi-panel .bvi-offset-lg-9{margin-left:75%}html body .bvi-panel .bvi-offset-lg-10{margin-left:83.3333333333%}html body .bvi-panel .bvi-offset-lg-11{margin-left:91.6666666667%}}@media (min-width: 1200px){html body .bvi-panel .bvi-col-xl{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi-panel .row-cols-xl-1>*{flex:0 0 100%;max-width:100%}html body .bvi-panel .row-cols-xl-2>*{flex:0 0 50%;max-width:50%}html body .bvi-panel .row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .row-cols-xl-4>*{flex:0 0 25%;max-width:25%}html body .bvi-panel .row-cols-xl-5>*{flex:0 0 20%;max-width:20%}html body .bvi-panel .row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}html body .bvi-panel .bvi-col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}html body .bvi-panel .bvi-col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}html body .bvi-panel .bvi-col-xl-3{flex:0 0 25%;max-width:25%}html body .bvi-panel .bvi-col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}html body .bvi-panel .bvi-col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}html body .bvi-panel .bvi-col-xl-6{flex:0 0 50%;max-width:50%}html body .bvi-panel .bvi-col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}html body .bvi-panel .bvi-col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}html body .bvi-panel .bvi-col-xl-9{flex:0 0 75%;max-width:75%}html body .bvi-panel .bvi-col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}html body .bvi-panel .bvi-col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}html body .bvi-panel .bvi-col-xl-12{flex:0 0 100%;max-width:100%}html body .bvi-panel .bvi-order-xl-first{order:-1}html body .bvi-panel .bvi-order-xl-last{order:13}html body .bvi-panel .bvi-order-xl-0{order:0}html body .bvi-panel .bvi-order-xl-1{order:1}html body .bvi-panel .bvi-order-xl-2{order:2}html body .bvi-panel .bvi-order-xl-3{order:3}html body .bvi-panel .bvi-order-xl-4{order:4}html body .bvi-panel .bvi-order-xl-5{order:5}html body .bvi-panel .bvi-order-xl-6{order:6}html body .bvi-panel .bvi-order-xl-7{order:7}html body .bvi-panel .bvi-order-xl-8{order:8}html body .bvi-panel .bvi-order-xl-9{order:9}html body .bvi-panel .bvi-order-xl-10{order:10}html body .bvi-panel .bvi-order-xl-11{order:11}html body .bvi-panel .bvi-order-xl-12{order:12}html body .bvi-panel .bvi-offset-xl-0{margin-left:0}html body .bvi-panel .bvi-offset-xl-1{margin-left:8.3333333333%}html body .bvi-panel .bvi-offset-xl-2{margin-left:16.6666666667%}html body .bvi-panel .bvi-offset-xl-3{margin-left:25%}html body .bvi-panel .bvi-offset-xl-4{margin-left:33.3333333333%}html body .bvi-panel .bvi-offset-xl-5{margin-left:41.6666666667%}html body .bvi-panel .bvi-offset-xl-6{margin-left:50%}html body .bvi-panel .bvi-offset-xl-7{margin-left:58.3333333333%}html body .bvi-panel .bvi-offset-xl-8{margin-left:66.6666666667%}html body .bvi-panel .bvi-offset-xl-9{margin-left:75%}html body .bvi-panel .bvi-offset-xl-10{margin-left:83.3333333333%}html body .bvi-panel .bvi-offset-xl-11{margin-left:91.6666666667%}}html body .bvi-body[data-bvi-theme=white]{background-color:#ffffff !important;fill:#000000 !important}html body .bvi-body[data-bvi-theme=white] *{background-color:#ffffff !important;box-shadow:none !important;text-shadow:none !important;border-color:#000000 !important;color:#000000 !important;fill:#000000 !important}html body .bvi-body[data-bvi-theme=white] * .bvi-background-image{background-color:transparent !important}html body .bvi-body[data-bvi-theme=white] * a{text-decoration:underline !important;outline:0 !important}html body .bvi-body[data-bvi-theme=white] * a.bvi-link{color:#000000 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=white] * a.bvi-link.disabled{color:rgba(0,0,0,0.5) !important;border:1px solid rgba(0,0,0,0.5) !important;pointer-events:none;cursor:no-drop;text-decoration:none !important}html body .bvi-body[data-bvi-theme=white] * a.bvi-link.disabled:focus{color:rgba(0,0,0,0.5) !important;border:1px solid rgba(0,0,0,0.5) !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=white] * a.bvi-link:hover{color:#ffffff !important;background-color:#000000 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=white] * a.bvi-link:focus{color:#000 !important;background-color:#ffffff !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=white] * :-moz-read-write{background-color:#ffffff !important;box-shadow:none !important;text-shadow:none !important;border-color:#000000 !important;color:#000000 !important;fill:#000000 !important}html body .bvi-body[data-bvi-theme=white] * :checked,html body .bvi-body[data-bvi-theme=white] * :default,html body .bvi-body[data-bvi-theme=white] * :disabled,html body .bvi-body[data-bvi-theme=white] * :empty,html body .bvi-body[data-bvi-theme=white] * :enabled,html body .bvi-body[data-bvi-theme=white] * :first-child,html body .bvi-body[data-bvi-theme=white] * :first-of-type,html body .bvi-body[data-bvi-theme=white] * :focus,html body .bvi-body[data-bvi-theme=white] * :indeterminate,html body .bvi-body[data-bvi-theme=white] * :hover,html body .bvi-body[data-bvi-theme=white] * :last-child,html body .bvi-body[data-bvi-theme=white] * :last-of-type,html body .bvi-body[data-bvi-theme=white] * :link,html body .bvi-body[data-bvi-theme=white] * :only-child,html body .bvi-body[data-bvi-theme=white] * :only-of-type,html body .bvi-body[data-bvi-theme=white] * :optional,html body .bvi-body[data-bvi-theme=white] * :read-write,html body .bvi-body[data-bvi-theme=white] * :required,html body .bvi-body[data-bvi-theme=white] * :root,html body .bvi-body[data-bvi-theme=white] * :target,html body .bvi-body[data-bvi-theme=white] * :valid,html body .bvi-body[data-bvi-theme=white] * :visited,html body .bvi-body[data-bvi-theme=white] * :first-child:first-letter,html body .bvi-body[data-bvi-theme=white] * :default{background-color:#ffffff !important;box-shadow:none !important;text-shadow:none !important;border-color:#000000 !important;color:#000000 !important;fill:#000000 !important}html body .bvi-body[data-bvi-theme=white] *:after{background-color:rgba(255,255,255,0) !important;color:#000000 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=white] *:before{background-color:rgba(255,255,255,0) !important;color:#000000 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=white] *::-moz-selection{background-color:#000000 !important;color:#ffffff !important}html body .bvi-body[data-bvi-theme=white] *::selection{background-color:#000000 !important;color:#ffffff !important}html body .bvi-body[data-bvi-theme=white] * a{outline:0 !important;color:#000000 !important;background-color:transparent !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme=white] * a.active{color:#000000 !important;background-color:#ffffff !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=white] * a:hover{color:#ffffff !important;background-color:#000000 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=white] * a:hover:after{background-color:rgba(255,255,255,0) !important;color:#ffffff !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=white] * a:hover:before{background-color:rgba(255,255,255,0) !important;color:#ffffff !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=white] * a:hover *{color:#ffffff !important;background-color:#000000 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=white] * a:hover *:after{background-color:rgba(255,255,255,0) !important;color:#ffffff !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=white] * a:hover *:before{background-color:rgba(255,255,255,0) !important;color:#ffffff !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=white] * button,html body .bvi-body[data-bvi-theme=white] * input[type=submit],html body .bvi-body[data-bvi-theme=white] * input[type=button],html body .bvi-body[data-bvi-theme=white] * button[type=submit],html body .bvi-body[data-bvi-theme=white] * button[type=button]{color:#ffffff !important;background-color:#000000 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=white] * button:hover.active,html body .bvi-body[data-bvi-theme=white] * input[type=button]:hover.active,html body .bvi-body[data-bvi-theme=white] * input[type=submit]:hover.active,html body .bvi-body[data-bvi-theme=white] * button[type=submit]:hover.active,html body .bvi-body[data-bvi-theme=white] * button[type=button]:hover.active{color:#ffffff !important;background-color:#000000 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=white] * button:hover:hover,html body .bvi-body[data-bvi-theme=white] * input[type=button]:hover:hover,html body .bvi-body[data-bvi-theme=white] * input[type=submit]:hover:hover,html body .bvi-body[data-bvi-theme=white] * button[type=submit]:hover:hover,html body .bvi-body[data-bvi-theme=white] * button[type=button]:hover:hover{color:#ffffff !important;background-color:#000000 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=white] * button:hover:hover *,html body .bvi-body[data-bvi-theme=white] * input[type=button]:hover:hover *,html body .bvi-body[data-bvi-theme=white] * input[type=submit]:hover:hover *,html body .bvi-body[data-bvi-theme=white] * button[type=submit]:hover:hover *,html body .bvi-body[data-bvi-theme=white] * button[type=button]:hover:hover *{color:#ffffff !important;background-color:#000000 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=black]{background-color:#000000 !important;fill:#ffffff !important}html body .bvi-body[data-bvi-theme=black] *{background-color:#000000 !important;box-shadow:none !important;text-shadow:none !important;border-color:#ffffff !important;color:#ffffff !important;fill:#ffffff !important}html body .bvi-body[data-bvi-theme=black] * .bvi-background-image{background-color:transparent !important}html body .bvi-body[data-bvi-theme=black] * a{text-decoration:underline !important;outline:0 !important}html body .bvi-body[data-bvi-theme=black] * a.bvi-link{color:#ffffff !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=black] * a.bvi-link.disabled{color:rgba(255,255,255,0.5) !important;border:1px solid rgba(255,255,255,0.5) !important;pointer-events:none;cursor:no-drop;text-decoration:none !important}html body .bvi-body[data-bvi-theme=black] * a.bvi-link.disabled:focus{color:rgba(255,255,255,0.5) !important;border:1px solid rgba(255,255,255,0.5) !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=black] * a.bvi-link:hover{color:#000 !important;background-color:#ffffff !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=black] * a.bvi-link:focus{color:#fff !important;background-color:#000 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=black] * :-moz-read-write{background-color:#000000 !important;box-shadow:none !important;text-shadow:none !important;border-color:#fff !important;color:#fff !important;fill:#fff !important}html body .bvi-body[data-bvi-theme=black] * :checked,html body .bvi-body[data-bvi-theme=black] * :default,html body .bvi-body[data-bvi-theme=black] * :disabled,html body .bvi-body[data-bvi-theme=black] * :empty,html body .bvi-body[data-bvi-theme=black] * :enabled,html body .bvi-body[data-bvi-theme=black] * :first-child,html body .bvi-body[data-bvi-theme=black] * :first-of-type,html body .bvi-body[data-bvi-theme=black] * :focus,html body .bvi-body[data-bvi-theme=black] * :indeterminate,html body .bvi-body[data-bvi-theme=black] * :hover,html body .bvi-body[data-bvi-theme=black] * :last-child,html body .bvi-body[data-bvi-theme=black] * :last-of-type,html body .bvi-body[data-bvi-theme=black] * :link,html body .bvi-body[data-bvi-theme=black] * :only-child,html body .bvi-body[data-bvi-theme=black] * :only-of-type,html body .bvi-body[data-bvi-theme=black] * :optional,html body .bvi-body[data-bvi-theme=black] * :read-write,html body .bvi-body[data-bvi-theme=black] * :required,html body .bvi-body[data-bvi-theme=black] * :root,html body .bvi-body[data-bvi-theme=black] * :target,html body .bvi-body[data-bvi-theme=black] * :valid,html body .bvi-body[data-bvi-theme=black] * :visited,html body .bvi-body[data-bvi-theme=black] * :first-child:first-letter,html body .bvi-body[data-bvi-theme=black] * :default{background-color:#000000 !important;box-shadow:none !important;text-shadow:none !important;border-color:#fff !important;color:#fff !important;fill:#fff !important}html body .bvi-body[data-bvi-theme=black] *:after{background-color:rgba(255,255,255,0) !important;color:#fff !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=black] *:before{background-color:rgba(255,255,255,0) !important;color:#ffffff !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=black] *::-moz-selection{background-color:#ffffff !important;color:#000000 !important}html body .bvi-body[data-bvi-theme=black] *::selection{background-color:#ffffff !important;color:#000000 !important}html body .bvi-body[data-bvi-theme=black] * a{outline:0 !important;color:#ffffff !important;background-color:transparent !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme=black] * a.active{color:#ffffff !important;background-color:#000000 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=black] * a:hover{color:#000000 !important;background-color:#ffffff !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=black] * a:hover:after{background-color:rgba(255,255,255,0) !important;color:#000000 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=black] * a:hover:before{background-color:rgba(255,255,255,0) !important;color:#000000 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=black] * a:hover *{color:#000000 !important;background-color:#ffffff !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=black] * a:hover *:after{background-color:rgba(255,255,255,0) !important;color:#000000 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=black] * a:hover *:before{background-color:rgba(255,255,255,0) !important;color:#000000 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=black] * button,html body .bvi-body[data-bvi-theme=black] * input[type=submit],html body .bvi-body[data-bvi-theme=black] * input[type=button],html body .bvi-body[data-bvi-theme=black] * button[type=submit],html body .bvi-body[data-bvi-theme=black] * button[type=button]{color:#000000 !important;background-color:#ffffff !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=black] * button:hover.active,html body .bvi-body[data-bvi-theme=black] * input[type=button]:hover.active,html body .bvi-body[data-bvi-theme=black] * input[type=submit]:hover.active,html body .bvi-body[data-bvi-theme=black] * button[type=submit]:hover.active,html body .bvi-body[data-bvi-theme=black] * button[type=button]:hover.active{color:#000000 !important;background-color:#ffffff !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=black] * button:hover:hover,html body .bvi-body[data-bvi-theme=black] * input[type=button]:hover:hover,html body .bvi-body[data-bvi-theme=black] * input[type=submit]:hover:hover,html body .bvi-body[data-bvi-theme=black] * button[type=submit]:hover:hover,html body .bvi-body[data-bvi-theme=black] * button[type=button]:hover:hover{color:#000000 !important;background-color:#ffffff !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=black] * button:hover:hover *,html body .bvi-body[data-bvi-theme=black] * input[type=button]:hover:hover *,html body .bvi-body[data-bvi-theme=black] * input[type=submit]:hover:hover *,html body .bvi-body[data-bvi-theme=black] * button[type=submit]:hover:hover *,html body .bvi-body[data-bvi-theme=black] * button[type=button]:hover:hover *{color:#000000 !important;background-color:#ffffff !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=blue]{background-color:#9DD1FF !important;fill:#063462 !important}html body .bvi-body[data-bvi-theme=blue] *{background-color:#9DD1FF !important;box-shadow:none !important;text-shadow:none !important;border-color:#063462 !important;color:#063462 !important;fill:#063462 !important}html body .bvi-body[data-bvi-theme=blue] * .bvi-background-image{background-color:transparent !important}html body .bvi-body[data-bvi-theme=blue] * a{text-decoration:underline !important;outline:0 !important}html body .bvi-body[data-bvi-theme=blue] * a.bvi-link{color:#063462 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=blue] * a.bvi-link.disabled{color:rgba(6,52,98,0.5) !important;border:1px solid rgba(6,52,98,0.5) !important;pointer-events:none;cursor:no-drop;text-decoration:none !important}html body .bvi-body[data-bvi-theme=blue] * a.bvi-link.disabled:focus{color:rgba(6,52,98,0.5) !important;border:1px solid rgba(6,52,98,0.5) !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=blue] * a.bvi-link:hover{color:#9DD1FF !important;background-color:#063462 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=blue] * a.bvi-link:focus{color:#063462 !important;background-color:#9DD1FF !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=blue] * :-moz-read-write{background-color:#9DD1FF !important;box-shadow:none !important;text-shadow:none !important;border-color:#063462 !important;color:#063462 !important;fill:#063462 !important}html body .bvi-body[data-bvi-theme=blue] * :checked,html body .bvi-body[data-bvi-theme=blue] * :default,html body .bvi-body[data-bvi-theme=blue] * :disabled,html body .bvi-body[data-bvi-theme=blue] * :empty,html body .bvi-body[data-bvi-theme=blue] * :enabled,html body .bvi-body[data-bvi-theme=blue] * :first-child,html body .bvi-body[data-bvi-theme=blue] * :first-of-type,html body .bvi-body[data-bvi-theme=blue] * :focus,html body .bvi-body[data-bvi-theme=blue] * :indeterminate,html body .bvi-body[data-bvi-theme=blue] * :hover,html body .bvi-body[data-bvi-theme=blue] * :last-child,html body .bvi-body[data-bvi-theme=blue] * :last-of-type,html body .bvi-body[data-bvi-theme=blue] * :link,html body .bvi-body[data-bvi-theme=blue] * :only-child,html body .bvi-body[data-bvi-theme=blue] * :only-of-type,html body .bvi-body[data-bvi-theme=blue] * :optional,html body .bvi-body[data-bvi-theme=blue] * :read-write,html body .bvi-body[data-bvi-theme=blue] * :required,html body .bvi-body[data-bvi-theme=blue] * :root,html body .bvi-body[data-bvi-theme=blue] * :target,html body .bvi-body[data-bvi-theme=blue] * :valid,html body .bvi-body[data-bvi-theme=blue] * :visited,html body .bvi-body[data-bvi-theme=blue] * :first-child:first-letter,html body .bvi-body[data-bvi-theme=blue] * :default{background-color:#9DD1FF !important;box-shadow:none !important;text-shadow:none !important;border-color:#063462 !important;color:#063462 !important;fill:#063462 !important}html body .bvi-body[data-bvi-theme=blue] *:after{background-color:rgba(255,255,255,0) !important;color:#063462 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=blue] *:before{background-color:rgba(255,255,255,0) !important;color:#063462 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=blue] *::-moz-selection{background-color:#063462 !important;color:#9DD1FF !important}html body .bvi-body[data-bvi-theme=blue] *::selection{background-color:#063462 !important;color:#9DD1FF !important}html body .bvi-body[data-bvi-theme=blue] * a{outline:0 !important;color:#063462 !important;background-color:transparent !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme=blue] * a.active{color:#063462 !important;background-color:#9DD1FF !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=blue] * a:hover{color:#9DD1FF !important;background-color:#063462 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=blue] * a:hover:after{background-color:rgba(255,255,255,0) !important;color:#9DD1FF !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=blue] * a:hover:before{background-color:rgba(255,255,255,0) !important;color:#9DD1FF !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=blue] * a:hover *{color:#9DD1FF !important;background-color:#063462 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=blue] * a:hover *:after{background-color:rgba(255,255,255,0) !important;color:#9DD1FF !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=blue] * a:hover *:before{background-color:rgba(255,255,255,0) !important;color:#9DD1FF !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=blue] * button,html body .bvi-body[data-bvi-theme=blue] * input[type=submit],html body .bvi-body[data-bvi-theme=blue] * input[type=button],html body .bvi-body[data-bvi-theme=blue] * button[type=submit],html body .bvi-body[data-bvi-theme=blue] * button[type=button]{color:#9DD1FF !important;background-color:#063462 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=blue] * button:hover.active,html body .bvi-body[data-bvi-theme=blue] * input[type=button]:hover.active,html body .bvi-body[data-bvi-theme=blue] * input[type=submit]:hover.active,html body .bvi-body[data-bvi-theme=blue] * button[type=submit]:hover.active,html body .bvi-body[data-bvi-theme=blue] * button[type=button]:hover.active{color:#9DD1FF !important;background-color:#063462 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=blue] * button:hover:hover,html body .bvi-body[data-bvi-theme=blue] * input[type=button]:hover:hover,html body .bvi-body[data-bvi-theme=blue] * input[type=submit]:hover:hover,html body .bvi-body[data-bvi-theme=blue] * button[type=submit]:hover:hover,html body .bvi-body[data-bvi-theme=blue] * button[type=button]:hover:hover{color:#9DD1FF !important;background-color:#063462 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=blue] * button:hover:hover *,html body .bvi-body[data-bvi-theme=blue] * input[type=button]:hover:hover *,html body .bvi-body[data-bvi-theme=blue] * input[type=submit]:hover:hover *,html body .bvi-body[data-bvi-theme=blue] * button[type=submit]:hover:hover *,html body .bvi-body[data-bvi-theme=blue] * button[type=button]:hover:hover *{color:#9DD1FF !important;background-color:#063462 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=brown]{background-color:#F7F3D6 !important;fill:#4D4B43 !important}html body .bvi-body[data-bvi-theme=brown] *{background-color:#F7F3D6 !important;box-shadow:none !important;text-shadow:none !important;border-color:#4D4B43 !important;color:#4D4B43 !important;fill:#4D4B43 !important}html body .bvi-body[data-bvi-theme=brown] * .bvi-background-image{background-color:transparent !important}html body .bvi-body[data-bvi-theme=brown] * a{text-decoration:underline !important;outline:0 !important}html body .bvi-body[data-bvi-theme=brown] * a.bvi-link{color:#4D4B43 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=brown] * a.bvi-link.disabled{color:rgba(77,75,67,0.5) !important;border:1px solid rgba(77,75,67,0.5) !important;pointer-events:none;cursor:no-drop;text-decoration:none !important}html body .bvi-body[data-bvi-theme=brown] * a.bvi-link.disabled:focus{color:rgba(77,75,67,0.5) !important;border:1px solid rgba(77,75,67,0.5) !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=brown] * a.bvi-link:hover{color:#F7F3D6 !important;background-color:#4D4B43 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=brown] * a.bvi-link:focus{color:#4D4B43 !important;background-color:#F7F3D6 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=brown] * :-moz-read-write{background-color:#F7F3D6 !important;box-shadow:none !important;text-shadow:none !important;border-color:#4D4B43 !important;color:#4D4B43 !important;fill:#4D4B43 !important}html body .bvi-body[data-bvi-theme=brown] * :checked,html body .bvi-body[data-bvi-theme=brown] * :default,html body .bvi-body[data-bvi-theme=brown] * :disabled,html body .bvi-body[data-bvi-theme=brown] * :empty,html body .bvi-body[data-bvi-theme=brown] * :enabled,html body .bvi-body[data-bvi-theme=brown] * :first-child,html body .bvi-body[data-bvi-theme=brown] * :first-of-type,html body .bvi-body[data-bvi-theme=brown] * :focus,html body .bvi-body[data-bvi-theme=brown] * :indeterminate,html body .bvi-body[data-bvi-theme=brown] * :hover,html body .bvi-body[data-bvi-theme=brown] * :last-child,html body .bvi-body[data-bvi-theme=brown] * :last-of-type,html body .bvi-body[data-bvi-theme=brown] * :link,html body .bvi-body[data-bvi-theme=brown] * :only-child,html body .bvi-body[data-bvi-theme=brown] * :only-of-type,html body .bvi-body[data-bvi-theme=brown] * :optional,html body .bvi-body[data-bvi-theme=brown] * :read-write,html body .bvi-body[data-bvi-theme=brown] * :required,html body .bvi-body[data-bvi-theme=brown] * :root,html body .bvi-body[data-bvi-theme=brown] * :target,html body .bvi-body[data-bvi-theme=brown] * :valid,html body .bvi-body[data-bvi-theme=brown] * :visited,html body .bvi-body[data-bvi-theme=brown] * :first-child:first-letter,html body .bvi-body[data-bvi-theme=brown] * :default{background-color:#F7F3D6 !important;box-shadow:none !important;text-shadow:none !important;border-color:#4D4B43 !important;color:#4D4B43 !important;fill:#4D4B43 !important}html body .bvi-body[data-bvi-theme=brown] *:after{background-color:rgba(255,255,255,0) !important;color:#4D4B43 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=brown] *:before{background-color:rgba(255,255,255,0) !important;color:#4D4B43 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=brown] *::-moz-selection{background-color:#4D4B43 !important;color:#F7F3D6 !important}html body .bvi-body[data-bvi-theme=brown] *::selection{background-color:#4D4B43 !important;color:#F7F3D6 !important}html body .bvi-body[data-bvi-theme=brown] * a{outline:0 !important;color:#4D4B43 !important;background-color:transparent !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme=brown] * a.active{color:#4D4B43 !important;background-color:#F7F3D6 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=brown] * a:hover{color:#F7F3D6 !important;background-color:#4D4B43 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=brown] * a:hover:after{background-color:rgba(255,255,255,0) !important;color:#F7F3D6 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=brown] * a:hover:before{background-color:rgba(255,255,255,0) !important;color:#F7F3D6 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=brown] * a:hover *{color:#F7F3D6 !important;background-color:#4D4B43 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=brown] * a:hover *:after{background-color:rgba(255,255,255,0) !important;color:#F7F3D6 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=brown] * a:hover *:before{background-color:rgba(255,255,255,0) !important;color:#F7F3D6 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=brown] * button,html body .bvi-body[data-bvi-theme=brown] * input[type=submit],html body .bvi-body[data-bvi-theme=brown] * input[type=button],html body .bvi-body[data-bvi-theme=brown] * button[type=submit],html body .bvi-body[data-bvi-theme=brown] * button[type=button]{color:#F7F3D6 !important;background-color:#4D4B43 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=brown] * button:hover.active,html body .bvi-body[data-bvi-theme=brown] * input[type=button]:hover.active,html body .bvi-body[data-bvi-theme=brown] * input[type=submit]:hover.active,html body .bvi-body[data-bvi-theme=brown] * button[type=submit]:hover.active,html body .bvi-body[data-bvi-theme=brown] * button[type=button]:hover.active{color:#F7F3D6 !important;background-color:#4D4B43 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=brown] * button:hover:hover,html body .bvi-body[data-bvi-theme=brown] * input[type=button]:hover:hover,html body .bvi-body[data-bvi-theme=brown] * input[type=submit]:hover:hover,html body .bvi-body[data-bvi-theme=brown] * button[type=submit]:hover:hover,html body .bvi-body[data-bvi-theme=brown] * button[type=button]:hover:hover{color:#F7F3D6 !important;background-color:#4D4B43 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=brown] * button:hover:hover *,html body .bvi-body[data-bvi-theme=brown] * input[type=button]:hover:hover *,html body .bvi-body[data-bvi-theme=brown] * input[type=submit]:hover:hover *,html body .bvi-body[data-bvi-theme=brown] * button[type=submit]:hover:hover *,html body .bvi-body[data-bvi-theme=brown] * button[type=button]:hover:hover *{color:#F7F3D6 !important;background-color:#4D4B43 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=green]{background-color:#3B2716 !important;fill:#A9E44D !important}html body .bvi-body[data-bvi-theme=green] *{background-color:#3B2716 !important;box-shadow:none !important;text-shadow:none !important;border-color:#A9E44D !important;color:#A9E44D !important;fill:#A9E44D !important}html body .bvi-body[data-bvi-theme=green] * .bvi-background-image{background-color:transparent !important}html body .bvi-body[data-bvi-theme=green] * a{text-decoration:underline !important;outline:0 !important}html body .bvi-body[data-bvi-theme=green] * a.bvi-link{color:#A9E44D !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=green] * a.bvi-link.disabled{color:rgba(169,228,77,0.5) !important;border:1px solid rgba(169,228,77,0.5) !important;pointer-events:none;cursor:no-drop;text-decoration:none !important}html body .bvi-body[data-bvi-theme=green] * a.bvi-link.disabled:focus{color:rgba(169,228,77,0.5) !important;border:1px solid rgba(169,228,77,0.5) !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=green] * a.bvi-link:hover{color:#3B2716 !important;background-color:#A9E44D !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=green] * a.bvi-link:focus{color:#A9E44D !important;background-color:#3B2716 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=green] * :-moz-read-write{background-color:#3B2716 !important;box-shadow:none !important;text-shadow:none !important;border-color:#A9E44D !important;color:#A9E44D !important;fill:#A9E44D !important}html body .bvi-body[data-bvi-theme=green] * :checked,html body .bvi-body[data-bvi-theme=green] * :default,html body .bvi-body[data-bvi-theme=green] * :disabled,html body .bvi-body[data-bvi-theme=green] * :empty,html body .bvi-body[data-bvi-theme=green] * :enabled,html body .bvi-body[data-bvi-theme=green] * :first-child,html body .bvi-body[data-bvi-theme=green] * :first-of-type,html body .bvi-body[data-bvi-theme=green] * :focus,html body .bvi-body[data-bvi-theme=green] * :indeterminate,html body .bvi-body[data-bvi-theme=green] * :hover,html body .bvi-body[data-bvi-theme=green] * :last-child,html body .bvi-body[data-bvi-theme=green] * :last-of-type,html body .bvi-body[data-bvi-theme=green] * :link,html body .bvi-body[data-bvi-theme=green] * :only-child,html body .bvi-body[data-bvi-theme=green] * :only-of-type,html body .bvi-body[data-bvi-theme=green] * :optional,html body .bvi-body[data-bvi-theme=green] * :read-write,html body .bvi-body[data-bvi-theme=green] * :required,html body .bvi-body[data-bvi-theme=green] * :root,html body .bvi-body[data-bvi-theme=green] * :target,html body .bvi-body[data-bvi-theme=green] * :valid,html body .bvi-body[data-bvi-theme=green] * :visited,html body .bvi-body[data-bvi-theme=green] * :first-child:first-letter,html body .bvi-body[data-bvi-theme=green] * :default{background-color:#3B2716 !important;box-shadow:none !important;text-shadow:none !important;border-color:#A9E44D !important;color:#A9E44D !important;fill:#A9E44D !important}html body .bvi-body[data-bvi-theme=green] *:after{background-color:rgba(255,255,255,0) !important;color:#A9E44D !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=green] *:before{background-color:rgba(255,255,255,0) !important;color:#A9E44D !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=green] *::-moz-selection{background-color:#A9E44D !important;color:#3B2716 !important}html body .bvi-body[data-bvi-theme=green] *::selection{background-color:#A9E44D !important;color:#3B2716 !important}html body .bvi-body[data-bvi-theme=green] * a{outline:0 !important;color:#A9E44D !important;background-color:transparent !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme=green] * a.active{color:#A9E44D !important;background-color:#3B2716 !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=green] * a:hover{color:#3B2716 !important;background-color:#A9E44D !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=green] * a:hover:after{background-color:rgba(255,255,255,0) !important;color:#3B2716 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=green] * a:hover:before{background-color:rgba(255,255,255,0) !important;color:#3B2716 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=green] * a:hover *{color:#3B2716 !important;background-color:#A9E44D !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=green] * a:hover *:after{background-color:rgba(255,255,255,0) !important;color:#3B2716 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=green] * a:hover *:before{background-color:rgba(255,255,255,0) !important;color:#3B2716 !important;box-shadow:none !important;text-shadow:none !important;border-color:transparent !important}html body .bvi-body[data-bvi-theme=green] * button,html body .bvi-body[data-bvi-theme=green] * input[type=submit],html body .bvi-body[data-bvi-theme=green] * input[type=button],html body .bvi-body[data-bvi-theme=green] * button[type=submit],html body .bvi-body[data-bvi-theme=green] * button[type=button]{color:#3B2716 !important;background-color:#A9E44D !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=green] * button:hover.active,html body .bvi-body[data-bvi-theme=green] * input[type=button]:hover.active,html body .bvi-body[data-bvi-theme=green] * input[type=submit]:hover.active,html body .bvi-body[data-bvi-theme=green] * button[type=submit]:hover.active,html body .bvi-body[data-bvi-theme=green] * button[type=button]:hover.active{color:#3B2716 !important;background-color:#A9E44D !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=green] * button:hover:hover,html body .bvi-body[data-bvi-theme=green] * input[type=button]:hover:hover,html body .bvi-body[data-bvi-theme=green] * input[type=submit]:hover:hover,html body .bvi-body[data-bvi-theme=green] * button[type=submit]:hover:hover,html body .bvi-body[data-bvi-theme=green] * button[type=button]:hover:hover{color:#3B2716 !important;background-color:#A9E44D !important;text-decoration:none !important}html body .bvi-body[data-bvi-theme=green] * button:hover:hover *,html body .bvi-body[data-bvi-theme=green] * input[type=button]:hover:hover *,html body .bvi-body[data-bvi-theme=green] * input[type=submit]:hover:hover *,html body .bvi-body[data-bvi-theme=green] * button[type=submit]:hover:hover *,html body .bvi-body[data-bvi-theme=green] * button[type=button]:hover:hover *{color:#3B2716 !important;background-color:#A9E44D !important;text-decoration:none !important}html body .bvi-body[data-bvi-size="40"] *{font-size:40px !important}html body .bvi-body[data-bvi-size="40"] * h1,html body .bvi-body[data-bvi-size="40"] * h1 *{font-size:47px !important}html body .bvi-body[data-bvi-size="40"] * h2,html body .bvi-body[data-bvi-size="40"] * h2 *{font-size:46px !important}html body .bvi-body[data-bvi-size="40"] * h3,html body .bvi-body[data-bvi-size="40"] * h3 *{font-size:45px !important}html body .bvi-body[data-bvi-size="40"] * h4,html body .bvi-body[data-bvi-size="40"] * h4 *{font-size:44px !important}html body .bvi-body[data-bvi-size="40"] * h5,html body .bvi-body[data-bvi-size="40"] * h5 *{font-size:43px !important}html body .bvi-body[data-bvi-size="40"] * h6,html body .bvi-body[data-bvi-size="40"] * h6 *{font-size:42px !important}html body .bvi-body[data-bvi-size="39"] *{font-size:39px !important}html body .bvi-body[data-bvi-size="39"] * h1,html body .bvi-body[data-bvi-size="39"] * h1 *{font-size:46px !important}html body .bvi-body[data-bvi-size="39"] * h2,html body .bvi-body[data-bvi-size="39"] * h2 *{font-size:45px !important}html body .bvi-body[data-bvi-size="39"] * h3,html body .bvi-body[data-bvi-size="39"] * h3 *{font-size:44px !important}html body .bvi-body[data-bvi-size="39"] * h4,html body .bvi-body[data-bvi-size="39"] * h4 *{font-size:43px !important}html body .bvi-body[data-bvi-size="39"] * h5,html body .bvi-body[data-bvi-size="39"] * h5 *{font-size:42px !important}html body .bvi-body[data-bvi-size="39"] * h6,html body .bvi-body[data-bvi-size="39"] * h6 *{font-size:41px !important}html body .bvi-body[data-bvi-size="38"] *{font-size:38px !important}html body .bvi-body[data-bvi-size="38"] * h1,html body .bvi-body[data-bvi-size="38"] * h1 *{font-size:45px !important}html body .bvi-body[data-bvi-size="38"] * h2,html body .bvi-body[data-bvi-size="38"] * h2 *{font-size:44px !important}html body .bvi-body[data-bvi-size="38"] * h3,html body .bvi-body[data-bvi-size="38"] * h3 *{font-size:43px !important}html body .bvi-body[data-bvi-size="38"] * h4,html body .bvi-body[data-bvi-size="38"] * h4 *{font-size:42px !important}html body .bvi-body[data-bvi-size="38"] * h5,html body .bvi-body[data-bvi-size="38"] * h5 *{font-size:41px !important}html body .bvi-body[data-bvi-size="38"] * h6,html body .bvi-body[data-bvi-size="38"] * h6 *{font-size:40px !important}html body .bvi-body[data-bvi-size="37"] *{font-size:37px !important}html body .bvi-body[data-bvi-size="37"] * h1,html body .bvi-body[data-bvi-size="37"] * h1 *{font-size:44px !important}html body .bvi-body[data-bvi-size="37"] * h2,html body .bvi-body[data-bvi-size="37"] * h2 *{font-size:43px !important}html body .bvi-body[data-bvi-size="37"] * h3,html body .bvi-body[data-bvi-size="37"] * h3 *{font-size:42px !important}html body .bvi-body[data-bvi-size="37"] * h4,html body .bvi-body[data-bvi-size="37"] * h4 *{font-size:41px !important}html body .bvi-body[data-bvi-size="37"] * h5,html body .bvi-body[data-bvi-size="37"] * h5 *{font-size:40px !important}html body .bvi-body[data-bvi-size="37"] * h6,html body .bvi-body[data-bvi-size="37"] * h6 *{font-size:39px !important}html body .bvi-body[data-bvi-size="36"] *{font-size:36px !important}html body .bvi-body[data-bvi-size="36"] * h1,html body .bvi-body[data-bvi-size="36"] * h1 *{font-size:43px !important}html body .bvi-body[data-bvi-size="36"] * h2,html body .bvi-body[data-bvi-size="36"] * h2 *{font-size:42px !important}html body .bvi-body[data-bvi-size="36"] * h3,html body .bvi-body[data-bvi-size="36"] * h3 *{font-size:41px !important}html body .bvi-body[data-bvi-size="36"] * h4,html body .bvi-body[data-bvi-size="36"] * h4 *{font-size:40px !important}html body .bvi-body[data-bvi-size="36"] * h5,html body .bvi-body[data-bvi-size="36"] * h5 *{font-size:39px !important}html body .bvi-body[data-bvi-size="36"] * h6,html body .bvi-body[data-bvi-size="36"] * h6 *{font-size:38px !important}html body .bvi-body[data-bvi-size="35"] *{font-size:35px !important}html body .bvi-body[data-bvi-size="35"] * h1,html body .bvi-body[data-bvi-size="35"] * h1 *{font-size:42px !important}html body .bvi-body[data-bvi-size="35"] * h2,html body .bvi-body[data-bvi-size="35"] * h2 *{font-size:41px !important}html body .bvi-body[data-bvi-size="35"] * h3,html body .bvi-body[data-bvi-size="35"] * h3 *{font-size:40px !important}html body .bvi-body[data-bvi-size="35"] * h4,html body .bvi-body[data-bvi-size="35"] * h4 *{font-size:39px !important}html body .bvi-body[data-bvi-size="35"] * h5,html body .bvi-body[data-bvi-size="35"] * h5 *{font-size:38px !important}html body .bvi-body[data-bvi-size="35"] * h6,html body .bvi-body[data-bvi-size="35"] * h6 *{font-size:37px !important}html body .bvi-body[data-bvi-size="34"] *{font-size:34px !important}html body .bvi-body[data-bvi-size="34"] * h1,html body .bvi-body[data-bvi-size="34"] * h1 *{font-size:41px !important}html body .bvi-body[data-bvi-size="34"] * h2,html body .bvi-body[data-bvi-size="34"] * h2 *{font-size:40px !important}html body .bvi-body[data-bvi-size="34"] * h3,html body .bvi-body[data-bvi-size="34"] * h3 *{font-size:39px !important}html body .bvi-body[data-bvi-size="34"] * h4,html body .bvi-body[data-bvi-size="34"] * h4 *{font-size:38px !important}html body .bvi-body[data-bvi-size="34"] * h5,html body .bvi-body[data-bvi-size="34"] * h5 *{font-size:37px !important}html body .bvi-body[data-bvi-size="34"] * h6,html body .bvi-body[data-bvi-size="34"] * h6 *{font-size:36px !important}html body .bvi-body[data-bvi-size="33"] *{font-size:33px !important}html body .bvi-body[data-bvi-size="33"] * h1,html body .bvi-body[data-bvi-size="33"] * h1 *{font-size:40px !important}html body .bvi-body[data-bvi-size="33"] * h2,html body .bvi-body[data-bvi-size="33"] * h2 *{font-size:39px !important}html body .bvi-body[data-bvi-size="33"] * h3,html body .bvi-body[data-bvi-size="33"] * h3 *{font-size:38px !important}html body .bvi-body[data-bvi-size="33"] * h4,html body .bvi-body[data-bvi-size="33"] * h4 *{font-size:37px !important}html body .bvi-body[data-bvi-size="33"] * h5,html body .bvi-body[data-bvi-size="33"] * h5 *{font-size:36px !important}html body .bvi-body[data-bvi-size="33"] * h6,html body .bvi-body[data-bvi-size="33"] * h6 *{font-size:35px !important}html body .bvi-body[data-bvi-size="32"] *{font-size:32px !important}html body .bvi-body[data-bvi-size="32"] * h1,html body .bvi-body[data-bvi-size="32"] * h1 *{font-size:39px !important}html body .bvi-body[data-bvi-size="32"] * h2,html body .bvi-body[data-bvi-size="32"] * h2 *{font-size:38px !important}html body .bvi-body[data-bvi-size="32"] * h3,html body .bvi-body[data-bvi-size="32"] * h3 *{font-size:37px !important}html body .bvi-body[data-bvi-size="32"] * h4,html body .bvi-body[data-bvi-size="32"] * h4 *{font-size:36px !important}html body .bvi-body[data-bvi-size="32"] * h5,html body .bvi-body[data-bvi-size="32"] * h5 *{font-size:35px !important}html body .bvi-body[data-bvi-size="32"] * h6,html body .bvi-body[data-bvi-size="32"] * h6 *{font-size:34px !important}html body .bvi-body[data-bvi-size="31"] *{font-size:31px !important}html body .bvi-body[data-bvi-size="31"] * h1,html body .bvi-body[data-bvi-size="31"] * h1 *{font-size:38px !important}html body .bvi-body[data-bvi-size="31"] * h2,html body .bvi-body[data-bvi-size="31"] * h2 *{font-size:37px !important}html body .bvi-body[data-bvi-size="31"] * h3,html body .bvi-body[data-bvi-size="31"] * h3 *{font-size:36px !important}html body .bvi-body[data-bvi-size="31"] * h4,html body .bvi-body[data-bvi-size="31"] * h4 *{font-size:35px !important}html body .bvi-body[data-bvi-size="31"] * h5,html body .bvi-body[data-bvi-size="31"] * h5 *{font-size:34px !important}html body .bvi-body[data-bvi-size="31"] * h6,html body .bvi-body[data-bvi-size="31"] * h6 *{font-size:33px !important}html body .bvi-body[data-bvi-size="30"] *{font-size:30px !important}html body .bvi-body[data-bvi-size="30"] * h1,html body .bvi-body[data-bvi-size="30"] * h1 *{font-size:37px !important}html body .bvi-body[data-bvi-size="30"] * h2,html body .bvi-body[data-bvi-size="30"] * h2 *{font-size:36px !important}html body .bvi-body[data-bvi-size="30"] * h3,html body .bvi-body[data-bvi-size="30"] * h3 *{font-size:35px !important}html body .bvi-body[data-bvi-size="30"] * h4,html body .bvi-body[data-bvi-size="30"] * h4 *{font-size:34px !important}html body .bvi-body[data-bvi-size="30"] * h5,html body .bvi-body[data-bvi-size="30"] * h5 *{font-size:33px !important}html body .bvi-body[data-bvi-size="30"] * h6,html body .bvi-body[data-bvi-size="30"] * h6 *{font-size:32px !important}html body .bvi-body[data-bvi-size="29"] *{font-size:29px !important}html body .bvi-body[data-bvi-size="29"] * h1,html body .bvi-body[data-bvi-size="29"] * h1 *{font-size:36px !important}html body .bvi-body[data-bvi-size="29"] * h2,html body .bvi-body[data-bvi-size="29"] * h2 *{font-size:35px !important}html body .bvi-body[data-bvi-size="29"] * h3,html body .bvi-body[data-bvi-size="29"] * h3 *{font-size:34px !important}html body .bvi-body[data-bvi-size="29"] * h4,html body .bvi-body[data-bvi-size="29"] * h4 *{font-size:33px !important}html body .bvi-body[data-bvi-size="29"] * h5,html body .bvi-body[data-bvi-size="29"] * h5 *{font-size:32px !important}html body .bvi-body[data-bvi-size="29"] * h6,html body .bvi-body[data-bvi-size="29"] * h6 *{font-size:31px !important}html body .bvi-body[data-bvi-size="28"] *{font-size:28px !important}html body .bvi-body[data-bvi-size="28"] * h1,html body .bvi-body[data-bvi-size="28"] * h1 *{font-size:35px !important}html body .bvi-body[data-bvi-size="28"] * h2,html body .bvi-body[data-bvi-size="28"] * h2 *{font-size:34px !important}html body .bvi-body[data-bvi-size="28"] * h3,html body .bvi-body[data-bvi-size="28"] * h3 *{font-size:33px !important}html body .bvi-body[data-bvi-size="28"] * h4,html body .bvi-body[data-bvi-size="28"] * h4 *{font-size:32px !important}html body .bvi-body[data-bvi-size="28"] * h5,html body .bvi-body[data-bvi-size="28"] * h5 *{font-size:31px !important}html body .bvi-body[data-bvi-size="28"] * h6,html body .bvi-body[data-bvi-size="28"] * h6 *{font-size:30px !important}html body .bvi-body[data-bvi-size="27"] *{font-size:27px !important}html body .bvi-body[data-bvi-size="27"] * h1,html body .bvi-body[data-bvi-size="27"] * h1 *{font-size:34px !important}html body .bvi-body[data-bvi-size="27"] * h2,html body .bvi-body[data-bvi-size="27"] * h2 *{font-size:33px !important}html body .bvi-body[data-bvi-size="27"] * h3,html body .bvi-body[data-bvi-size="27"] * h3 *{font-size:32px !important}html body .bvi-body[data-bvi-size="27"] * h4,html body .bvi-body[data-bvi-size="27"] * h4 *{font-size:31px !important}html body .bvi-body[data-bvi-size="27"] * h5,html body .bvi-body[data-bvi-size="27"] * h5 *{font-size:30px !important}html body .bvi-body[data-bvi-size="27"] * h6,html body .bvi-body[data-bvi-size="27"] * h6 *{font-size:29px !important}html body .bvi-body[data-bvi-size="26"] *{font-size:26px !important}html body .bvi-body[data-bvi-size="26"] * h1,html body .bvi-body[data-bvi-size="26"] * h1 *{font-size:33px !important}html body .bvi-body[data-bvi-size="26"] * h2,html body .bvi-body[data-bvi-size="26"] * h2 *{font-size:32px !important}html body .bvi-body[data-bvi-size="26"] * h3,html body .bvi-body[data-bvi-size="26"] * h3 *{font-size:31px !important}html body .bvi-body[data-bvi-size="26"] * h4,html body .bvi-body[data-bvi-size="26"] * h4 *{font-size:30px !important}html body .bvi-body[data-bvi-size="26"] * h5,html body .bvi-body[data-bvi-size="26"] * h5 *{font-size:29px !important}html body .bvi-body[data-bvi-size="26"] * h6,html body .bvi-body[data-bvi-size="26"] * h6 *{font-size:28px !important}html body .bvi-body[data-bvi-size="25"] *{font-size:25px !important}html body .bvi-body[data-bvi-size="25"] * h1,html body .bvi-body[data-bvi-size="25"] * h1 *{font-size:32px !important}html body .bvi-body[data-bvi-size="25"] * h2,html body .bvi-body[data-bvi-size="25"] * h2 *{font-size:31px !important}html body .bvi-body[data-bvi-size="25"] * h3,html body .bvi-body[data-bvi-size="25"] * h3 *{font-size:30px !important}html body .bvi-body[data-bvi-size="25"] * h4,html body .bvi-body[data-bvi-size="25"] * h4 *{font-size:29px !important}html body .bvi-body[data-bvi-size="25"] * h5,html body .bvi-body[data-bvi-size="25"] * h5 *{font-size:28px !important}html body .bvi-body[data-bvi-size="25"] * h6,html body .bvi-body[data-bvi-size="25"] * h6 *{font-size:27px !important}html body .bvi-body[data-bvi-size="24"] *{font-size:24px !important}html body .bvi-body[data-bvi-size="24"] * h1,html body .bvi-body[data-bvi-size="24"] * h1 *{font-size:31px !important}html body .bvi-body[data-bvi-size="24"] * h2,html body .bvi-body[data-bvi-size="24"] * h2 *{font-size:30px !important}html body .bvi-body[data-bvi-size="24"] * h3,html body .bvi-body[data-bvi-size="24"] * h3 *{font-size:29px !important}html body .bvi-body[data-bvi-size="24"] * h4,html body .bvi-body[data-bvi-size="24"] * h4 *{font-size:28px !important}html body .bvi-body[data-bvi-size="24"] * h5,html body .bvi-body[data-bvi-size="24"] * h5 *{font-size:27px !important}html body .bvi-body[data-bvi-size="24"] * h6,html body .bvi-body[data-bvi-size="24"] * h6 *{font-size:26px !important}html body .bvi-body[data-bvi-size="23"] *{font-size:23px !important}html body .bvi-body[data-bvi-size="23"] * h1,html body .bvi-body[data-bvi-size="23"] * h1 *{font-size:30px !important}html body .bvi-body[data-bvi-size="23"] * h2,html body .bvi-body[data-bvi-size="23"] * h2 *{font-size:29px !important}html body .bvi-body[data-bvi-size="23"] * h3,html body .bvi-body[data-bvi-size="23"] * h3 *{font-size:28px !important}html body .bvi-body[data-bvi-size="23"] * h4,html body .bvi-body[data-bvi-size="23"] * h4 *{font-size:27px !important}html body .bvi-body[data-bvi-size="23"] * h5,html body .bvi-body[data-bvi-size="23"] * h5 *{font-size:26px !important}html body .bvi-body[data-bvi-size="23"] * h6,html body .bvi-body[data-bvi-size="23"] * h6 *{font-size:25px !important}html body .bvi-body[data-bvi-size="22"] *{font-size:22px !important}html body .bvi-body[data-bvi-size="22"] * h1,html body .bvi-body[data-bvi-size="22"] * h1 *{font-size:29px !important}html body .bvi-body[data-bvi-size="22"] * h2,html body .bvi-body[data-bvi-size="22"] * h2 *{font-size:28px !important}html body .bvi-body[data-bvi-size="22"] * h3,html body .bvi-body[data-bvi-size="22"] * h3 *{font-size:27px !important}html body .bvi-body[data-bvi-size="22"] * h4,html body .bvi-body[data-bvi-size="22"] * h4 *{font-size:26px !important}html body .bvi-body[data-bvi-size="22"] * h5,html body .bvi-body[data-bvi-size="22"] * h5 *{font-size:25px !important}html body .bvi-body[data-bvi-size="22"] * h6,html body .bvi-body[data-bvi-size="22"] * h6 *{font-size:24px !important}html body .bvi-body[data-bvi-size="21"] *{font-size:21px !important}html body .bvi-body[data-bvi-size="21"] * h1,html body .bvi-body[data-bvi-size="21"] * h1 *{font-size:28px !important}html body .bvi-body[data-bvi-size="21"] * h2,html body .bvi-body[data-bvi-size="21"] * h2 *{font-size:27px !important}html body .bvi-body[data-bvi-size="21"] * h3,html body .bvi-body[data-bvi-size="21"] * h3 *{font-size:26px !important}html body .bvi-body[data-bvi-size="21"] * h4,html body .bvi-body[data-bvi-size="21"] * h4 *{font-size:25px !important}html body .bvi-body[data-bvi-size="21"] * h5,html body .bvi-body[data-bvi-size="21"] * h5 *{font-size:24px !important}html body .bvi-body[data-bvi-size="21"] * h6,html body .bvi-body[data-bvi-size="21"] * h6 *{font-size:23px !important}html body .bvi-body[data-bvi-size="20"] *{font-size:20px !important}html body .bvi-body[data-bvi-size="20"] * h1,html body .bvi-body[data-bvi-size="20"] * h1 *{font-size:27px !important}html body .bvi-body[data-bvi-size="20"] * h2,html body .bvi-body[data-bvi-size="20"] * h2 *{font-size:26px !important}html body .bvi-body[data-bvi-size="20"] * h3,html body .bvi-body[data-bvi-size="20"] * h3 *{font-size:25px !important}html body .bvi-body[data-bvi-size="20"] * h4,html body .bvi-body[data-bvi-size="20"] * h4 *{font-size:24px !important}html body .bvi-body[data-bvi-size="20"] * h5,html body .bvi-body[data-bvi-size="20"] * h5 *{font-size:23px !important}html body .bvi-body[data-bvi-size="20"] * h6,html body .bvi-body[data-bvi-size="20"] * h6 *{font-size:22px !important}html body .bvi-body[data-bvi-size="19"] *{font-size:19px !important}html body .bvi-body[data-bvi-size="19"] * h1,html body .bvi-body[data-bvi-size="19"] * h1 *{font-size:26px !important}html body .bvi-body[data-bvi-size="19"] * h2,html body .bvi-body[data-bvi-size="19"] * h2 *{font-size:25px !important}html body .bvi-body[data-bvi-size="19"] * h3,html body .bvi-body[data-bvi-size="19"] * h3 *{font-size:24px !important}html body .bvi-body[data-bvi-size="19"] * h4,html body .bvi-body[data-bvi-size="19"] * h4 *{font-size:23px !important}html body .bvi-body[data-bvi-size="19"] * h5,html body .bvi-body[data-bvi-size="19"] * h5 *{font-size:22px !important}html body .bvi-body[data-bvi-size="19"] * h6,html body .bvi-body[data-bvi-size="19"] * h6 *{font-size:21px !important}html body .bvi-body[data-bvi-size="18"] *{font-size:18px !important}html body .bvi-body[data-bvi-size="18"] * h1,html body .bvi-body[data-bvi-size="18"] * h1 *{font-size:25px !important}html body .bvi-body[data-bvi-size="18"] * h2,html body .bvi-body[data-bvi-size="18"] * h2 *{font-size:24px !important}html body .bvi-body[data-bvi-size="18"] * h3,html body .bvi-body[data-bvi-size="18"] * h3 *{font-size:23px !important}html body .bvi-body[data-bvi-size="18"] * h4,html body .bvi-body[data-bvi-size="18"] * h4 *{font-size:22px !important}html body .bvi-body[data-bvi-size="18"] * h5,html body .bvi-body[data-bvi-size="18"] * h5 *{font-size:21px !important}html body .bvi-body[data-bvi-size="18"] * h6,html body .bvi-body[data-bvi-size="18"] * h6 *{font-size:20px !important}html body .bvi-body[data-bvi-size="17"] *{font-size:17px !important}html body .bvi-body[data-bvi-size="17"] * h1,html body .bvi-body[data-bvi-size="17"] * h1 *{font-size:24px !important}html body .bvi-body[data-bvi-size="17"] * h2,html body .bvi-body[data-bvi-size="17"] * h2 *{font-size:23px !important}html body .bvi-body[data-bvi-size="17"] * h3,html body .bvi-body[data-bvi-size="17"] * h3 *{font-size:22px !important}html body .bvi-body[data-bvi-size="17"] * h4,html body .bvi-body[data-bvi-size="17"] * h4 *{font-size:21px !important}html body .bvi-body[data-bvi-size="17"] * h5,html body .bvi-body[data-bvi-size="17"] * h5 *{font-size:20px !important}html body .bvi-body[data-bvi-size="17"] * h6,html body .bvi-body[data-bvi-size="17"] * h6 *{font-size:19px !important}html body .bvi-body[data-bvi-size="16"] *{font-size:16px !important}html body .bvi-body[data-bvi-size="16"] * h1,html body .bvi-body[data-bvi-size="16"] * h1 *{font-size:23px !important}html body .bvi-body[data-bvi-size="16"] * h2,html body .bvi-body[data-bvi-size="16"] * h2 *{font-size:22px !important}html body .bvi-body[data-bvi-size="16"] * h3,html body .bvi-body[data-bvi-size="16"] * h3 *{font-size:21px !important}html body .bvi-body[data-bvi-size="16"] * h4,html body .bvi-body[data-bvi-size="16"] * h4 *{font-size:20px !important}html body .bvi-body[data-bvi-size="16"] * h5,html body .bvi-body[data-bvi-size="16"] * h5 *{font-size:19px !important}html body .bvi-body[data-bvi-size="16"] * h6,html body .bvi-body[data-bvi-size="16"] * h6 *{font-size:18px !important}html body .bvi-body[data-bvi-size="15"] *{font-size:15px !important}html body .bvi-body[data-bvi-size="15"] * h1,html body .bvi-body[data-bvi-size="15"] * h1 *{font-size:22px !important}html body .bvi-body[data-bvi-size="15"] * h2,html body .bvi-body[data-bvi-size="15"] * h2 *{font-size:21px !important}html body .bvi-body[data-bvi-size="15"] * h3,html body .bvi-body[data-bvi-size="15"] * h3 *{font-size:20px !important}html body .bvi-body[data-bvi-size="15"] * h4,html body .bvi-body[data-bvi-size="15"] * h4 *{font-size:19px !important}html body .bvi-body[data-bvi-size="15"] * h5,html body .bvi-body[data-bvi-size="15"] * h5 *{font-size:18px !important}html body .bvi-body[data-bvi-size="15"] * h6,html body .bvi-body[data-bvi-size="15"] * h6 *{font-size:17px !important}html body .bvi-body[data-bvi-size="14"] *{font-size:14px !important}html body .bvi-body[data-bvi-size="14"] * h1,html body .bvi-body[data-bvi-size="14"] * h1 *{font-size:21px !important}html body .bvi-body[data-bvi-size="14"] * h2,html body .bvi-body[data-bvi-size="14"] * h2 *{font-size:20px !important}html body .bvi-body[data-bvi-size="14"] * h3,html body .bvi-body[data-bvi-size="14"] * h3 *{font-size:19px !important}html body .bvi-body[data-bvi-size="14"] * h4,html body .bvi-body[data-bvi-size="14"] * h4 *{font-size:18px !important}html body .bvi-body[data-bvi-size="14"] * h5,html body .bvi-body[data-bvi-size="14"] * h5 *{font-size:17px !important}html body .bvi-body[data-bvi-size="14"] * h6,html body .bvi-body[data-bvi-size="14"] * h6 *{font-size:16px !important}html body .bvi-body[data-bvi-size="13"] *{font-size:13px !important}html body .bvi-body[data-bvi-size="13"] * h1,html body .bvi-body[data-bvi-size="13"] * h1 *{font-size:20px !important}html body .bvi-body[data-bvi-size="13"] * h2,html body .bvi-body[data-bvi-size="13"] * h2 *{font-size:19px !important}html body .bvi-body[data-bvi-size="13"] * h3,html body .bvi-body[data-bvi-size="13"] * h3 *{font-size:18px !important}html body .bvi-body[data-bvi-size="13"] * h4,html body .bvi-body[data-bvi-size="13"] * h4 *{font-size:17px !important}html body .bvi-body[data-bvi-size="13"] * h5,html body .bvi-body[data-bvi-size="13"] * h5 *{font-size:16px !important}html body .bvi-body[data-bvi-size="13"] * h6,html body .bvi-body[data-bvi-size="13"] * h6 *{font-size:15px !important}html body .bvi-body[data-bvi-size="12"] *{font-size:12px !important}html body .bvi-body[data-bvi-size="12"] * h1,html body .bvi-body[data-bvi-size="12"] * h1 *{font-size:19px !important}html body .bvi-body[data-bvi-size="12"] * h2,html body .bvi-body[data-bvi-size="12"] * h2 *{font-size:18px !important}html body .bvi-body[data-bvi-size="12"] * h3,html body .bvi-body[data-bvi-size="12"] * h3 *{font-size:17px !important}html body .bvi-body[data-bvi-size="12"] * h4,html body .bvi-body[data-bvi-size="12"] * h4 *{font-size:16px !important}html body .bvi-body[data-bvi-size="12"] * h5,html body .bvi-body[data-bvi-size="12"] * h5 *{font-size:15px !important}html body .bvi-body[data-bvi-size="12"] * h6,html body .bvi-body[data-bvi-size="12"] * h6 *{font-size:14px !important}html body .bvi-body[data-bvi-size="11"] *{font-size:11px !important}html body .bvi-body[data-bvi-size="11"] * h1,html body .bvi-body[data-bvi-size="11"] * h1 *{font-size:18px !important}html body .bvi-body[data-bvi-size="11"] * h2,html body .bvi-body[data-bvi-size="11"] * h2 *{font-size:17px !important}html body .bvi-body[data-bvi-size="11"] * h3,html body .bvi-body[data-bvi-size="11"] * h3 *{font-size:16px !important}html body .bvi-body[data-bvi-size="11"] * h4,html body .bvi-body[data-bvi-size="11"] * h4 *{font-size:15px !important}html body .bvi-body[data-bvi-size="11"] * h5,html body .bvi-body[data-bvi-size="11"] * h5 *{font-size:14px !important}html body .bvi-body[data-bvi-size="11"] * h6,html body .bvi-body[data-bvi-size="11"] * h6 *{font-size:13px !important}html body .bvi-body[data-bvi-size="10"] *{font-size:10px !important}html body .bvi-body[data-bvi-size="10"] * h1,html body .bvi-body[data-bvi-size="10"] * h1 *{font-size:17px !important}html body .bvi-body[data-bvi-size="10"] * h2,html body .bvi-body[data-bvi-size="10"] * h2 *{font-size:16px !important}html body .bvi-body[data-bvi-size="10"] * h3,html body .bvi-body[data-bvi-size="10"] * h3 *{font-size:15px !important}html body .bvi-body[data-bvi-size="10"] * h4,html body .bvi-body[data-bvi-size="10"] * h4 *{font-size:14px !important}html body .bvi-body[data-bvi-size="10"] * h5,html body .bvi-body[data-bvi-size="10"] * h5 *{font-size:13px !important}html body .bvi-body[data-bvi-size="10"] * h6,html body .bvi-body[data-bvi-size="10"] * h6 *{font-size:12px !important}html body .bvi-body[data-bvi-size="9"] *{font-size:9px !important}html body .bvi-body[data-bvi-size="9"] * h1,html body .bvi-body[data-bvi-size="9"] * h1 *{font-size:16px !important}html body .bvi-body[data-bvi-size="9"] * h2,html body .bvi-body[data-bvi-size="9"] * h2 *{font-size:15px !important}html body .bvi-body[data-bvi-size="9"] * h3,html body .bvi-body[data-bvi-size="9"] * h3 *{font-size:14px !important}html body .bvi-body[data-bvi-size="9"] * h4,html body .bvi-body[data-bvi-size="9"] * h4 *{font-size:13px !important}html body .bvi-body[data-bvi-size="9"] * h5,html body .bvi-body[data-bvi-size="9"] * h5 *{font-size:12px !important}html body .bvi-body[data-bvi-size="9"] * h6,html body .bvi-body[data-bvi-size="9"] * h6 *{font-size:11px !important}html body .bvi-body[data-bvi-size="8"] *{font-size:8px !important}html body .bvi-body[data-bvi-size="8"] * h1,html body .bvi-body[data-bvi-size="8"] * h1 *{font-size:15px !important}html body .bvi-body[data-bvi-size="8"] * h2,html body .bvi-body[data-bvi-size="8"] * h2 *{font-size:14px !important}html body .bvi-body[data-bvi-size="8"] * h3,html body .bvi-body[data-bvi-size="8"] * h3 *{font-size:13px !important}html body .bvi-body[data-bvi-size="8"] * h4,html body .bvi-body[data-bvi-size="8"] * h4 *{font-size:12px !important}html body .bvi-body[data-bvi-size="8"] * h5,html body .bvi-body[data-bvi-size="8"] * h5 *{font-size:11px !important}html body .bvi-body[data-bvi-size="8"] * h6,html body .bvi-body[data-bvi-size="8"] * h6 *{font-size:10px !important}html body .bvi-body[data-bvi-size="7"] *{font-size:7px !important}html body .bvi-body[data-bvi-size="7"] * h1,html body .bvi-body[data-bvi-size="7"] * h1 *{font-size:14px !important}html body .bvi-body[data-bvi-size="7"] * h2,html body .bvi-body[data-bvi-size="7"] * h2 *{font-size:13px !important}html body .bvi-body[data-bvi-size="7"] * h3,html body .bvi-body[data-bvi-size="7"] * h3 *{font-size:12px !important}html body .bvi-body[data-bvi-size="7"] * h4,html body .bvi-body[data-bvi-size="7"] * h4 *{font-size:11px !important}html body .bvi-body[data-bvi-size="7"] * h5,html body .bvi-body[data-bvi-size="7"] * h5 *{font-size:10px !important}html body .bvi-body[data-bvi-size="7"] * h6,html body .bvi-body[data-bvi-size="7"] * h6 *{font-size:9px !important}html body .bvi-body[data-bvi-size="6"] *{font-size:6px !important}html body .bvi-body[data-bvi-size="6"] * h1,html body .bvi-body[data-bvi-size="6"] * h1 *{font-size:13px !important}html body .bvi-body[data-bvi-size="6"] * h2,html body .bvi-body[data-bvi-size="6"] * h2 *{font-size:12px !important}html body .bvi-body[data-bvi-size="6"] * h3,html body .bvi-body[data-bvi-size="6"] * h3 *{font-size:11px !important}html body .bvi-body[data-bvi-size="6"] * h4,html body .bvi-body[data-bvi-size="6"] * h4 *{font-size:10px !important}html body .bvi-body[data-bvi-size="6"] * h5,html body .bvi-body[data-bvi-size="6"] * h5 *{font-size:9px !important}html body .bvi-body[data-bvi-size="6"] * h6,html body .bvi-body[data-bvi-size="6"] * h6 *{font-size:8px !important}html body .bvi-body[data-bvi-size="5"] *{font-size:5px !important}html body .bvi-body[data-bvi-size="5"] * h1,html body .bvi-body[data-bvi-size="5"] * h1 *{font-size:12px !important}html body .bvi-body[data-bvi-size="5"] * h2,html body .bvi-body[data-bvi-size="5"] * h2 *{font-size:11px !important}html body .bvi-body[data-bvi-size="5"] * h3,html body .bvi-body[data-bvi-size="5"] * h3 *{font-size:10px !important}html body .bvi-body[data-bvi-size="5"] * h4,html body .bvi-body[data-bvi-size="5"] * h4 *{font-size:9px !important}html body .bvi-body[data-bvi-size="5"] * h5,html body .bvi-body[data-bvi-size="5"] * h5 *{font-size:8px !important}html body .bvi-body[data-bvi-size="5"] * h6,html body .bvi-body[data-bvi-size="5"] * h6 *{font-size:7px !important}html body .bvi-body[data-bvi-size="4"] *{font-size:4px !important}html body .bvi-body[data-bvi-size="4"] * h1,html body .bvi-body[data-bvi-size="4"] * h1 *{font-size:11px !important}html body .bvi-body[data-bvi-size="4"] * h2,html body .bvi-body[data-bvi-size="4"] * h2 *{font-size:10px !important}html body .bvi-body[data-bvi-size="4"] * h3,html body .bvi-body[data-bvi-size="4"] * h3 *{font-size:9px !important}html body .bvi-body[data-bvi-size="4"] * h4,html body .bvi-body[data-bvi-size="4"] * h4 *{font-size:8px !important}html body .bvi-body[data-bvi-size="4"] * h5,html body .bvi-body[data-bvi-size="4"] * h5 *{font-size:7px !important}html body .bvi-body[data-bvi-size="4"] * h6,html body .bvi-body[data-bvi-size="4"] * h6 *{font-size:6px !important}html body .bvi-body[data-bvi-size="3"] *{font-size:3px !important}html body .bvi-body[data-bvi-size="3"] * h1,html body .bvi-body[data-bvi-size="3"] * h1 *{font-size:10px !important}html body .bvi-body[data-bvi-size="3"] * h2,html body .bvi-body[data-bvi-size="3"] * h2 *{font-size:9px !important}html body .bvi-body[data-bvi-size="3"] * h3,html body .bvi-body[data-bvi-size="3"] * h3 *{font-size:8px !important}html body .bvi-body[data-bvi-size="3"] * h4,html body .bvi-body[data-bvi-size="3"] * h4 *{font-size:7px !important}html body .bvi-body[data-bvi-size="3"] * h5,html body .bvi-body[data-bvi-size="3"] * h5 *{font-size:6px !important}html body .bvi-body[data-bvi-size="3"] * h6,html body .bvi-body[data-bvi-size="3"] * h6 *{font-size:5px !important}html body .bvi-body[data-bvi-size="2"] *{font-size:2px !important}html body .bvi-body[data-bvi-size="2"] * h1,html body .bvi-body[data-bvi-size="2"] * h1 *{font-size:9px !important}html body .bvi-body[data-bvi-size="2"] * h2,html body .bvi-body[data-bvi-size="2"] * h2 *{font-size:8px !important}html body .bvi-body[data-bvi-size="2"] * h3,html body .bvi-body[data-bvi-size="2"] * h3 *{font-size:7px !important}html body .bvi-body[data-bvi-size="2"] * h4,html body .bvi-body[data-bvi-size="2"] * h4 *{font-size:6px !important}html body .bvi-body[data-bvi-size="2"] * h5,html body .bvi-body[data-bvi-size="2"] * h5 *{font-size:5px !important}html body .bvi-body[data-bvi-size="2"] * h6,html body .bvi-body[data-bvi-size="2"] * h6 *{font-size:4px !important}html body .bvi-body[data-bvi-size="1"] *{font-size:1px !important}html body .bvi-body[data-bvi-size="1"] * h1,html body .bvi-body[data-bvi-size="1"] * h1 *{font-size:8px !important}html body .bvi-body[data-bvi-size="1"] * h2,html body .bvi-body[data-bvi-size="1"] * h2 *{font-size:7px !important}html body .bvi-body[data-bvi-size="1"] * h3,html body .bvi-body[data-bvi-size="1"] * h3 *{font-size:6px !important}html body .bvi-body[data-bvi-size="1"] * h4,html body .bvi-body[data-bvi-size="1"] * h4 *{font-size:5px !important}html body .bvi-body[data-bvi-size="1"] * h5,html body .bvi-body[data-bvi-size="1"] * h5 *{font-size:4px !important}html body .bvi-body[data-bvi-size="1"] * h6,html body .bvi-body[data-bvi-size="1"] * h6 *{font-size:3px !important}html body .bvi-body .bvi-tts .bvi-tts-link{display:inline-block;border:1px dashed transparent;border-bottom:0;padding:10px}html body .bvi-body .bvi-tts .bvi-tts-text{border:1px dashed transparent;padding:10px}html body .bvi-body a{text-decoration:none}html body .bvi-body a.bvi-link{text-decoration:none;color:black;background-color:transparent;text-align:center;transition:background-color 0.2s ease-out;cursor:pointer;border-radius:2px;display:inline-block;height:36px;font-weight:bold;line-height:36px;padding:0 10px;vertical-align:middle;border:1px solid #b2b2b2;margin:2px}@media (max-width: 575.98px){html body .bvi-body a.bvi-link{height:28px;line-height:28px;padding:0 5px}}@media (min-width: 576px) and (max-width: 767.98px){html body .bvi-body a.bvi-link{height:28px;line-height:28px;padding:0 5px}}@media (min-width: 768px) and (max-width: 991.98px){html body .bvi-body a.bvi-link{height:30px;line-height:30px;padding:0 8px}}@media (min-width: 992px) and (max-width: 1199.98px){html body .bvi-body a.bvi-link{height:34px;line-height:34px;padding:0 9px}}html body .bvi-body a.bvi-link.active{color:inherit;outline:0;background-color:#dbdbdb;text-decoration:none}html body .bvi-body a.bvi-link:hover{color:black;outline:0;background-color:#dbdbdb;text-decoration:none}html body .bvi-body a.bvi-link:focus{color:black;outline:0;background-color:#dbdbdb;text-decoration:none}html body .bvi-body[data-bvi-images=true] .bvi-background-image.bvi-img,html body .bvi-body[data-bvi-images=true] img.bvi-img{filter:grayscale(0)}html body .bvi-body[data-bvi-images=true] .bvi-background-image{background-color:transparent !important}html body .bvi-body[data-bvi-images=false] .bvi-background-image{background-image:none !important;border:0 !important}html body .bvi-body[data-bvi-images=false] div.bvi-img{vertical-align:middle;border:2px dashed;box-sizing:border-box;overflow:hidden;max-width:100%;max-height:100%;word-wrap:break-word;text-align:center;display:flex;align-items:center;justify-content:center}html body .bvi-body[data-bvi-images=grayscale] .bvi-background-image,html body .bvi-body[data-bvi-images=grayscale] img.bvi-img{-moz-filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");-o-filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");filter:grayscale(1)}html body .bvi-body[data-bvi-line-height=normal] *:not(.bvi-link){line-height:1.5 !important}html body .bvi-body[data-bvi-line-height=average] *:not(.bvi-link){line-height:2 !important}html body .bvi-body[data-bvi-line-height=big] *:not(.bvi-link){line-height:2.5 !important}html body .bvi-body[data-bvi-letter-spacing=normal] *:not(.bvi-link){letter-spacing:0 !important}html body .bvi-body[data-bvi-letter-spacing=average] *:not(.bvi-link){letter-spacing:2px !important}html body .bvi-body[data-bvi-letter-spacing=big] *:not(.bvi-link){letter-spacing:4px !important}html body .bvi-body[data-bvi-font-family=arial] *:not(i):not(span){font-family:Arial, sans-serif !important}html body .bvi-body[data-bvi-font-family=times] *:not(i):not(span){font-family:"Times New roman",serif !important}html body .bvi-body[data-bvi-flash-iframe=true] iframe,html body .bvi-body[data-bvi-flash-iframe=true] video,html body .bvi-body[data-bvi-flash-iframe=true] ymaps,html body .bvi-body[data-bvi-flash-iframe=true] figure{display:block !important}html body .bvi-body[data-bvi-flash-iframe=false] iframe,html body .bvi-body[data-bvi-flash-iframe=false] video,html body .bvi-body[data-bvi-flash-iframe=false] ymaps,html body .bvi-body[data-bvi-flash-iframe=false] figure{display:none !important}html body .bvi-body .bvi-hide{display:none}html body .bvi-body .bvi-show{display:block}html body .bvi-hide{display:block}html body .bvi-show{display:none}html body #bvi-panel-show.bvi-link{text-decoration:none;color:black;background-color:white;text-align:center;transition:background-color 0.2s ease-out;cursor:pointer;border-radius:2px;display:inline-block;height:36px;font-weight:bold;line-height:36px;padding:0 10px;vertical-align:middle;border:1px solid #b2b2b2}html body #bvi-panel-show.bvi-link.bvi-link-top{position:fixed !important;top:2.5rem !important;right:1.5rem !important;z-index:999999 !important}html body #bvi-panel-show .bvi-images{font-weight:normal;font-style:normal;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;vertical-align:middle}html body #bvi-panel-show .bvi-images.bvi-images-eye{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAABMlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC88vZ+AAAAZXRSTlMAAQIDBAcICQsMDg8QEhMVFhcYGRweHyAjJCUmKCk1Nzg5Ojs8PUFGSUpMTVBRV1hZXmFiZmxvcXR1d3h5fn+AhYaJi4yOmJqbnaOlpqitvL7Iys7P0dfZ2tze4OTm6fHz9ff7/S2JgwQAAAFESURBVBgZ3cGJWhJhAIbRbyiYygGUFjY3LFuUMtTIfdcWl6g0DQRk/N/7vwX/wXEeKG9Az9Gdk8iXpqZK+YRulZpvEmrOp/SvzCF9DjPq9WCNrk9PnOeEVmOKpOpQN1zmJD0jYOpQTypU9DEzI/BaDxeaXBv+aPAL6soazjNaoaHYMTeW9bSJeSHL6/AnLh2zordEfkuJUy48yflFw5XkM6tNIh1JboOfjuYwg7L+0lr0iZzJGjLMqkVZgW/0+aLAe1o6YluBl/SZUGCHIyUNr2Q55/RoOLImMUmpjMnJytEjKysPZVkb+AVZ44aQGZVV9NlQ1x68kTVUo+tHWtY7+KrQAnx3ZaWnq9XptCx3H5YUGWtjqo8UefzZcFFSj/gWUPtQ8FzXK8zUgN24+g2sdoj4657+5xQrByft9slBpRjTPXMFyfd8QTOpicwAAAAASUVORK5CYII=");width:32px;height:32px}html body a.bvi-link-widget,html body a.bvi-link-shortcode{transition:background-color 0.2s ease-out;cursor:pointer;border-radius:2px;display:inline-block;padding:5px 10px;vertical-align:middle;text-decoration:none}html body a.bvi-link-widget .bvi-svg-eye,html body a.bvi-link-shortcode .bvi-svg-eye{display:inline-block;overflow:visible;width:1.125em;height:1em;font-size:2em;vertical-align:middle}.custom-table{border:1px solid #C3C3C3;border-collapse:collapse}.custom-table th{border:1px solid #C3C3C3;padding:10px;text-align:left;font-weight:bold}.custom-table td{border:1px solid #C3C3C3;padding:10px;text-align:left}.polytech_mission .mission-link{color:white}.polytech_mission{background:linear-gradient(-90deg, #0077bc 0%, #4392a9 70%, #73b18d 100%)}#content a.popover-link{text-decoration:none;color:#9e9e9e}*{box-sizing:border-box}html{font-size:16px !important}body{-webkit-backface-visibility:hidden}body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(238,238,238,0.8);visibility:hidden;opacity:0;transition:opacity 0.3s 0s,visibility 0s 0.3s}body.polytech-overlay:after{content:"";visibility:visible;opacity:1;transition:opacity 0.3s 0s,visibility 0s 0s}.no-gutter>[class*='col-']{padding-right:0;padding-left:0}#rs-slider-polytechnic .tp-banner{display:none}img.responsive.fullw{min-width:100%}.videoWrapper{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.videoWrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}video{width:100% !important;height:auto !important}.poly_edu_filter .box.border-filter{border:1px solid #eaeaea}.poly_edu_filter .form-control{display:inline-block}.poly_edu_filter .btn{letter-spacing:2px !important}.form-word{line-height:30px;font-size:0.9em}.mt-filter-btn.btn{margin-top:30px;padding:12px 22px}.mt-clear-btn.btn{margin-top:30px;padding:11px 22px}.polytech_copyright{font-size:0.8em}.polytech_additional_links{padding:10px 0}.polytech_additional_links a.about_uni{color:#fff;padding:10px 0 0;font-size:1em;display:inline-block}.addr_widget,.media_cont{font-size:0.8em}.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}.polytech-remove-small-bs-styling{font-size:inherit}.v-align-center.container{padding-top:24px;padding-bottom:24px}@media (min-width: 480px){.v-align-center.container{display:table;height:100%;position:relative}.v-align-center.container>.row{display:table-row;height:100%;float:none}.v-align-center.container>.row>div[class*='col-']{display:table-cell;vertical-align:middle;float:none}}.block-center-slider{width:320px;margin:0 auto}.polytech-ads{background:#f7f7f7;padding-top:50px}.polytech-ads.polytech-ads-01{background:#F0F0F0}.polytech-ads .header_edu{padding-bottom:15px;padding-left:10px}.polytech-ads .aud-item{position:relative}.polytech-ads a .aud-item .item_dsc{display:table;width:100%}.polytech-ads a .aud-item .item_dsc span,.polytech-ads a .aud-item .item_dsc .thematic_label{display:table-cell;vertical-align:middle}.polytech-ads a .aud-item .item_dsc span:hover,.polytech-ads a .aud-item .item_dsc .thematic_label:hover{color:#21a649}.polytech-ads a .aud-item span,.polytech-ads a .aud-item .thematic_label{display:block;padding:15px;background:rgba(255,255,255,0.9);color:#333;font-weight:bold;border-radius:0px 0px 3px 3px;box-shadow:0px 1px 1px 0px rgba(0,0,0,0.29);margin-bottom:10px;text-decoration:none}.polytech-ads a:hover{text-decoration:none}.polytech-ads a:hover .aud-item>span{color:#21a649;text-decoration:none}.polytech-ads .aud-item>span #main-footer .social_networks{padding:10px 0}.social_networks>a{font-size:1.2em;line-height:30px;text-align:center;width:30px;height:30px;color:#e8e8e8;margin:5px;border-radius:3px;text-decoration:none;background:#00392a}.clear{clear:both}@media (min-width: 1025px){.block-center-slider{width:600px}}@media (min-width: 1200px){.block-center-slider{width:1200px}}.v-align-translate{transform-style:preserve-3d}.v-align-translate>div{position:relative;top:50%;transform:translateY(-50%)}.breadcrumb{margin-bottom:0;padding:0;margin-top:15px}.breadcrumb>li{font-size:14px}.breadcrumb>li>a:hover{text-decoration:none}@media (min-width: 768px){.breadcrumb{display:block}}@media (min-width: 992px){.breadcrumb{text-align:left}}.box{padding:24px;border:1px solid transparent;border-radius:3px}.box.padding-large{padding:120px}.box.padding-medium{padding:96px}.box.padding-small{padding:16px}.box h1:first-child,.box h2:first-child,.box h3:first-child,.box h4:first-child,.box h5:first-child,.box h6:first-child,.box p:first-child{margin-top:0}.box h1:last-child,.box h2:last-child,.box h3:last-child,.box h4:last-child,.box h5:last-child,.box h6:last-child,.box p:last-child{margin-bottom:0}.box.inline{display:inline-block}.box.circle{border-radius:50%}.box.rounded{border-radius:0}@media (max-width: 768px){.box.padding-large{padding:24px}}@media (max-width: 768px){.box.padding-medium{padding:24px}}.cta-box{padding:24px}.cta-box h1,.cta-box h2,.cta-box h3,.cta-box h4,.cta-box h5,.cta-box h6,.cta-box p,.cta-box blockquote{text-align:center}.cta-box h1:first-child,.cta-box h2:first-child,.cta-box h3:first-child,.cta-box h4:first-child,.cta-box h5:first-child,.cta-box h6:first-child,.cta-box p:first-child,.cta-box blockquote:first-child{margin-top:0}.cta-box h1:last-child,.cta-box h2:last-child,.cta-box h3:last-child,.cta-box h4:last-child,.cta-box h5:last-child,.cta-box h6:last-child,.cta-box p:last-child,.cta-box blockquote:last-child{margin-bottom:0}.cta-box .cta-box-btn{text-align:center;margin-top:24px}.cta-box .cta-box-btn a{margin-bottom:0}.team-box figcaption.box{border:none}@media (min-width: 992px){.cta-box.cta-box-2cols{display:table;width:100%}.cta-box.cta-box-2cols .cta-box-text{display:table-cell;vertical-align:top}.cta-box.cta-box-2cols .cta-box-btn{display:table-cell;vertical-align:top;margin-top:0}.cta-box.cta-box-2cols h1,.cta-box.cta-box-2cols h2,.cta-box.cta-box-2cols h3,.cta-box.cta-box-2cols h4,.cta-box.cta-box-2cols h5,.cta-box.cta-box-2cols p,.cta-box.cta-box-2cols blockquote{text-align:left}.cta-box.cta-box-2cols .cta-box-btn{text-align:right;padding-left:22px}}@media (max-width: 991px){.cta-box.padding-medium{padding:24px}.cta-box .btn{white-space:normal}}.media-photo{position:relative}.media-photo .media-tag{position:absolute;height:25px;margin-top:-30px;padding:0 10px;display:block;background:gray;box-shadow:2px 2px 10px #333}.media-photo .media-tag.green{background:#50B45D;color:#fff}.media-photo .media-tag.cyan{background:#339AE6;color:#fff}.media-photo .media-tag.blue{background:#2051AC;color:#fff}.media-photo .media-tag.sport{background:#EA9945;color:#fff}img.rounded{border-radius:0}img.rounded.thumbnail{border-radius:0}img.circle{border-radius:50%}img.circle.thumbnail{border-radius:50%}img.avatar{width:40px;height:40px;display:inline-block}img.avatar.x-large{width:160px;height:160px}img.avatar.large{width:80px;height:80px}img.avatar.medium{width:60px;height:60px}img.avatar.small{width:20px;height:20px}figure figcaption{margin-top:24px}.politech-media figure figcaption{margin-top:15px}.polytech-media figure figcaption .date{padding-left:5px;color:#333;font-size:1em}.polytech-media figure figcaption h4{padding:0 5px;font-size:1em;line-height:1.5}.polytech-media figure figcaption h4>a{text-transform:none;text-decoration:none;color:#737373;transition:color linear 0.2s}.polytech-media figure figcaption h4>a:hover{color:#333}figure figcaption h1:first-child,figure figcaption h2:first-child,figure figcaption h3:first-child,figure figcaption h4:first-child,figure figcaption h5:first-child,figure figcaption h6:first-child{margin-top:0}figure figcaption.box{margin-top:0;border-top:0}figure.caption-over{position:relative}figure.caption-over figcaption{position:absolute;bottom:0}.image-background{background-position:center center;background-size:cover;background-repeat:no-repeat}.image-background.top-center{background-position:top center}.image-background.top-left{background-position:top left}.image-background.top-right{background-position:top right}.image-background.bottom-center{background-position:bottom center}.image-background.bottom-left{background-position:bottom left}.image-background.bottom-right{background-position:bottom right}.image-background.no-cover{background-size:auto}.image-background.responsive{background-size:100% auto;background-position:center center}.image-polylib{background-image:url("/local/templates/main/img/mission_bg.png")}.mask{position:relative;height:100%;width:100%}.mask:before{width:100%;height:100%;overflow:hidden;position:absolute;content:"";display:block}img.full-width,img.img-fw{max-width:none;width:100%;border-radius:3px}img.full-height{max-width:none;max-height:none;height:100%}@media (min-width: 1200px){img.img-fw-lg{max-width:none;width:100%}}.item-gall{position:relative;padding:0 5px;overflow:hidden}.item-gall .poly-roll-img{max-width:100%}.mfp-figure figure figcaption{margin-top:0}.box-testimonial:before{content:" ";display:table}.box-testimonial:after{content:" ";display:table;clear:both}.box-testimonial blockquote{border-left-width:1px;border-radius:0}.box-testimonial .avatar{margin-left:24px;margin-right:16px;float:left}.box-testimonial .box-arrow:after,.box-testimonial .box-arrow:before{left:64px}.box-arrow{position:relative}.box-arrow:after,.box-arrow:before{top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;margin-top:-1px}.box-arrow:after{border-color:transparent;border-width:10px;margin-left:-10px}.box-arrow:before{border-color:transparent;border-width:11px;margin-left:-11px}@media screen and (min-width: 320px) and (max-width: 997px){.subscribe_widget,.ask_question{margin-left:15px;margin-right:15px}.subscribe_widget button,.ask_question button{margin-top:10px;margin-bottom:15px;max-width:300px;margin-left:auto;margin-right:auto}}body #pre-header{display:none}.pre-header-on{padding-top:112px}.pre-header-on #pre-header{display:block}@media (min-width: 768px){.pre-header-on-sm{padding-top:112px}.pre-header-on-sm #pre-header{display:block}}@media (max-width: 1024px){.inst-menu .lang,.poly_logo_large{display:none}.poly_logo_small{width:auto;padding:12px 5px 5px;float:left}.poly_logo_small img{width:150px;height:34px}.poly_logo_small_name{padding-left:4px;padding-right:35px;padding-top:17px;color:#303030;font-weight:bold;font-size:18px;float:left}.poly_logo_small_name:hover{text-decoration:none}.poly_menu_buttons button{margin:0;padding:18px 15px 15px 15px;border:none}.poly_menu_buttons .buttons-container{border-top:#F5F5F5 1px solid}.poly_menu_buttons .small-logo-container{display:inline-block}.poly_menu_buttons button.collapsed i{color:#383838}.poly_menu_buttons button i{color:#21a649}}@media (min-width: 1025px){body.header-6{padding-top:0}body.header-6 .menu-header{border-bottom:1px solid #EAEAEA;transition:all 300ms cubic-bezier(0.77, 0, 0.175, 1)}#uniMenu.linen .navbar-nav>li:hover>a:not(.btn):after{position:absolute;bottom:0;left:0;content:'';width:100%;animation:bounceIn 300ms ease-in;border-bottom:2px solid #21a649}#uniMenu.linen .navbar-nav>li>a:not(.btn){position:relative}#uniMenu.linen .navbar-nav>li>a:not(.btn).active:after{position:absolute;bottom:0;left:0;content:'';width:100%;animation:bounceIn 300ms ease-in;border-bottom:2px solid #21a649}#uniMenu.linen .navbar-nav>li.active>a:not(.btn):after{position:absolute;bottom:0;left:0;content:'';width:100%;animation:bounceIn 300ms ease-in;border-bottom:2px solid #21a649}}.side-menu #pre-header{display:none}.side-menu .menu-header{width:300px;height:100%}.side-menu .menu-header .container,.side-menu .menu-header .nav li{width:100%}.side-menu .menu-header .sub-menu{position:static}.side-menu .menu-header .navbar-nav>li>a{padding:6px}.side-menu main#content{margin-left:350px;padding-right:50px}.side-menu .container{width:100%}@media (min-width: 1025px){body.header-transparent,body.header-semi-transparent{padding-top:0}}body.header-transparent.light-header .menu-header:not(.scroll-header) .main-logo-light{display:block}body.header-transparent.light-header .menu-header:not(.scroll-header) .main-logo{display:none}.polytech_mission{color:white;text-align:center;padding:25px;position:relative;line-height:1.5;background:#29563f;text-transform:uppercase;letter-spacing:1px;overflow:hidden;z-index:1}.polytech_mission:after{content:"";background:url("/local/templates/main/img/mission_bg.png");background-repeat:no-repeat;background-size:cover;opacity:0.1;top:0;left:0;bottom:0;right:0;position:absolute;z-index:-1}@media screen and (max-width: 767px){.polytech_mission{font-size:0.75em;line-height:1.5;background:#29563f;text-transform:uppercase;letter-spacing:1px;overflow:hidden;z-index:1}}footer#main-footer a:hover{text-decoration:none}footer#main-footer #footer-rights{padding-top:24px;padding-bottom:24px;text-align:center}footer#main-footer #footer-rights h1:first-child,footer#main-footer #footer-rights h2:first-child,footer#main-footer #footer-rights h3:first-child,footer#main-footer #footer-rights h4:first-child,footer#main-footer #footer-rights h5:first-child,footer#main-footer #footer-rights h6:first-child,footer#main-footer #footer-rights p:first-child{margin-top:0}footer#main-footer #footer-rights h1:last-child,footer#main-footer #footer-rights h2:last-child,footer#main-footer #footer-rights h3:last-child,footer#main-footer #footer-rights h4:last-child,footer#main-footer #footer-rights h5:last-child,footer#main-footer #footer-rights h6:last-child{margin-bottom:0}footer#main-footer #footer-rights p{font-size:9.6px}footer#main-footer #footer-rights p:last-child{margin-bottom:0}footer#main-footer #footer-rights .baseline-right{text-align:center}@media (min-width: 992px){footer#main-footer #footer-rights .baseline-right{float:right;text-align:right}}.footer-widget{margin-bottom:100px}.footer-widget h1:first-child,.footer-widget h2:first-child,.footer-widget h3:first-child,.footer-widget h4:first-child,.footer-widget h5:first-child,.footer-widget h6:first-child,.footer-widget p:first-child{margin-top:0}.footer-widget h1:last-child,.footer-widget h2:last-child,.footer-widget h3:last-child,.footer-widget h4:last-child,.footer-widget h5:last-child,.footer-widget h6:last-child,.footer-widget p:last-child{margin-bottom:0}.footer-widget h1{font-size:28.8px}.footer-widget h2{font-size:19.2px}.footer-widget h3{font-size:16px}.footer-widget h4{font-size:14.4px}.footer-widget h5{font-size:12.8px}.footer-widget h6{font-size:11.2px}.footer-widget p{font-size:14.4px}.works-list li{display:block;float:left;margin:0 10px 10px 0;width:60px;height:60px}.works-list li a{display:block}.works-list li img{max-width:100%}footer#main-footer ul.border li{font-size:14.4px}@media (min-width: 768px){.parallaxed-footer footer#main-footer{position:fixed;width:100%;z-index:0;bottom:0;left:0;-webkit-transform:translateZ(0)}}.carousel-control[data-slide="prev"],.carousel-control[data-slide="next"]{padding-top:25%}.owl-carousel .owl-item .item{position:relative}.owl-carousel.owl-margins .owl-item .item{margin-right:10px;margin-left:10px;padding-left:3px;padding-right:3px;padding-bottom:4px}.owl-theme .owl-controls{margin-top:24px}.owl-theme .owl-controls .owl-page span.owl-numbers{width:24px;height:24px;line-height:24px;padding:0}.owl-theme .owl-controls .owl-buttons div{width:24px;height:24px;line-height:24px;padding:0}.owl-theme .owl-controls .owl-buttons .owl-next i[class^="icon-"]:before,.owl-theme .owl-controls .owl-buttons .owl-prev i[class^="icon-"]:before,.owl-theme .owl-controls .owl-buttons .owl-next i[class*=" icon-"]:before{margin:0;text-align:center;font-size:0.8em}.owl-theme .owl-controls .owl-buttons .owl-prev i[class*=" icon-"]:before{margin:0;text-align:center;font-size:0.8em}.owl-theme .owl-controls .owl-buttons .owl-prev i.icon-owl-navigation-left:before{content:'\e8cd'}.owl-theme .owl-controls .owl-buttons .owl-next i.icon-owl-navigation-right:before{content:'\e8cc'}.caption-wrapper{position:absolute;top:0;right:auto;width:100%;height:100%}.caption-wrapper .caption{display:table;height:100%;width:100%;padding:24px}.caption-wrapper .caption h1:first-child,.caption-wrapper .caption h2:first-child,.caption-wrapper .caption h3:first-child,.caption-wrapper .caption h4:first-child,.caption-wrapper .caption h5:first-child,.caption-wrapper .caption h6:first-child,.caption-wrapper .caption p:first-child{margin-top:0}.caption-wrapper .caption h1:last-child,.caption-wrapper .caption h2:last-child,.caption-wrapper .caption h3:last-child,.caption-wrapper .caption h4:last-child,.caption-wrapper .caption h5:last-child,.caption-wrapper .caption h6:last-child,.caption-wrapper .caption p:last-child{margin-bottom:0}.caption-wrapper .caption.right{position:absolute;right:0;left:auto;height:100%;width:50%}.caption-wrapper .caption.left{height:100%;width:50%}.caption-wrapper .caption .caption-body-wrapper{text-align:left;display:inline-block}.caption-wrapper .caption-content-position{display:table-cell;padding-right:10px;padding-left:10px}.caption-wrapper .caption-content-position.v-top{vertical-align:top}.caption-wrapper .caption-content-position.v-middle{vertical-align:middle}.caption-wrapper .caption-content-position.v-bottom{vertical-align:bottom}.owl-theme.polytech-owl-theme-1:hover .owl-controls{opacity:1}.owl-theme.polytech-owl-theme-1:hover .owl-controls .owl-buttons div{opacity:1}.owl-theme.polytech-owl-theme-1 .owl-wrapper{z-index:1}.owl-theme.polytech-owl-theme-1 .owl-controls{margin-top:-30px;display:block;width:100%;opacity:0}.owl-theme.polytech-owl-theme-1 .owl-controls .owl-pagination{z-index:9999;display:block;position:relative}.owl-theme.polytech-owl-theme-1 .owl-controls .owl-page span{background:white}.owl-theme.polytech-owl-theme-1 .owl-controls .owl-page.active span{opacity:1}.owl-theme.polytech-owl-theme-1 .owl-controls .owl-buttons div{position:absolute;top:50%;z-index:2000;margin:-50px 0 0;height:100px;width:50px;border-radius:0;line-height:100px;opacity:0;transition:all 0.8s ease-out}.owl-theme.polytech-owl-theme-1 .owl-controls .owl-buttons .owl-prev{left:0}.owl-theme.polytech-owl-theme-1 .owl-controls .owl-buttons .owl-next{right:0}.owl-theme.polytech-owl-left-nav .owl-controls{text-align:left}.owl-theme.polytech-owl-left-nav .owl-controls .owl-prev,.owl-theme.polytech-owl-left-nav .owl-controls .owl-next{text-align:center}.owl-theme.polytech-owl-right-nav .owl-controls{text-align:right}.owl-theme.polytech-owl-right-nav .owl-controls .owl-prev,.owl-theme.polytech-owl-right-nav .owl-controls .owl-next{text-align:center}ul.entry-meta{margin:0 0 16px 0;padding:0}ul.entry-meta li{display:inline-block;margin:0 3px 0 0;padding:5px;line-height:1em;font-size:x-small}.post-date{display:block;line-height:1;width:55px;text-align:center;top:1em}.post-date .date-day{border:1px solid transparent;border-bottom:none;display:block;font-size:28px;line-height:1em;padding:11px 0;font-weight:800}.post-date .date-month{border:1px solid transparent;border-top:none;display:block;font-size:12px;font-weight:400;padding:8px 0;text-align:center;text-transform:uppercase;width:100%}.widget{margin-bottom:24px}.widget_title{letter-spacing:normal;margin-bottom:5px;padding-left:5px;font-size:1.2em;font-weight:500;color:#555}.tag-cloud a{font-weight:bold;text-transform:uppercase;border:1px solid transparent;transition:all 1000ms cubic-bezier(0.23, 1, 0.32, 1);padding:8px 20px;font-size:10px;line-height:1.5;border-radius:0;margin-bottom:6px;display:inline-block}.tag-cloud a:hover{transition:all 300ms cubic-bezier(0.77, 0, 0.175, 1)}.tag-cloud a:active,.tag-cloud a.active{outline:none;box-shadow:none}.tag-cloud a:hover{text-decoration:none}@media (max-width: 767px){.tag-cloud a{white-space:normal}}.counter{text-align:center}.caption-grid-layout figure figcaption{margin-top:0}.caption-grid-layout figure figcaption p{margin-bottom:0}.caption-grid-layout.free-wall .brick.caption figcaption{padding:22px}.alert{padding:24px;margin-bottom:24px;border-radius:0}.alert .alert-link{font-weight:bold}.alert-dismissable,.alert-dismissible{padding-right:44px}.swiper-tab .swiper-engine{height:400px;width:100% !important;border-top:0;position:relative;overflow:hidden}.swiper-tab .swiper-engine .swiper-slide{height:600px;width:100%}.swiper-tab .swiper-engine .content-slide{position:absolute;bottom:0;width:100%;padding:24px}.swiper-tab .swiper-engine.medium{height:600px}.swiper-tab .swiper-engine.large{height:800px}.swiper-tab .swiper-engine.fullscreen{height:100%}.swiper-tab .swiper-engine .swiper-slide{position:relative}.swiper-tab .btn-group{height:100%}.swiper-tab .btn-group .btn{vertical-align:top;white-space:normal;border:none;padding:2em 0.5em;height:100%}.swiper-tab .btn-group .btn.active,.swiper-tab .btn-group .btn:hover{box-shadow:none}.swiper-tab .btn-group .btn:first-child,.swiper-tab .btn-group .btn:last-child{border-radius:0}@media (max-width: 991px){.swiper-tab .btn-group .btn{width:100%;display:block;float:left}}@media (max-width: 480px){.swiper-tab .btn-group .btn{width:100%}}.swiper-vertical{width:100%;height:100%;position:relative;overflow:hidden;opacity:0}.swiper-vertical .swiper-slide{min-height:400px;width:100%;opacity:0.2;transition:300ms}.swiper-vertical .swiper-slide-visible{opacity:1}.swiper-vertical .swiper-preloader{position:absolute;left:0;bottom:-100px;z-index:0;text-align:center;line-height:100px;height:100px;width:100%;opacity:0;font-size:25px;transition:300ms}.swiper-vertical .swiper-preloader.visible{bottom:0;opacity:1}.swiper-horizontal{width:100%;position:relative;height:800px;opacity:0;cursor:col-resize}.swiper-horizontal .swiper-slide{height:100%;width:20%;opacity:1;transition:300ms;display:table}.swiper-horizontal .swiper-slide figure{height:100%;display:table-row}.swiper-horizontal .swiper-slide figure figcaption{display:table-cell;margin-top:0;height:100%;vertical-align:middle;opacity:0;text-align:center;padding-left:5px;padding-right:5px}.swiper-horizontal .swiper-slide-visible{opacity:1}.swiper-horizontal .swiper-scrollbar{height:10px;width:100%;left:0;bottom:0;position:absolute;border-radius:0}.swiper-horizontal .swiper-scrollbar .swiper-scrollbar-drag{border-radius:0}.swiper-horizontal .swiper-preloader{position:absolute;right:0;top:0;text-align:center;line-height:100px;height:100%;width:100px;opacity:0;font-size:25px;transition:300ms;z-index:-1}.swiper-horizontal .swiper-preloader.visible{right:0;opacity:1;z-index:0}.swiper-centered{width:100%;height:500px;color:#fff;text-align:center;opacity:0}.swiper-centered .swiper-slide{height:500px;opacity:0.4;transition:300ms}.swiper-centered .swiper-slide.swiper-slide-active{opacity:1}.swiper-centered .navigation{position:absolute;z-index:20;top:50%;width:100%;margin-top:-50px}.swiper-centered .navigation a{height:100px;width:50px;border-radius:0;line-height:100px;transition:all 0.8s ease-out}.swiper-centered .navigation a i[class^="icon-"]:before,.swiper-centered .navigation a i[class*=" icon-"]:before{margin:0;text-align:center;font-size:0.8em}.swiper-centered .navigation a.swiper-prev{float:left}.swiper-centered .navigation a.swiper-prev i:before{content:'\e8cd'}.swiper-centered .navigation a.swiper-next{float:right}.swiper-centered .navigation a.swiper-next i:before{content:'\e8cc'}@media (max-width: 1025px){.swiper-centered{height:300px}}@media (max-width: 1025px){.swiper-centered .swiper-slide{height:300px}}.swiper-parent .swiper-pagination-switch,.swiper-child .swiper-pagination-switch{display:inline-block;width:8px;height:8px;border-radius:8px;background:#222;margin-right:5px;opacity:0.8;border:1px solid #fff;cursor:pointer}.swiper-parent .swiper-visible-switch,.swiper-child .swiper-visible-switch{background:#aaa}.swiper-parent .swiper-active-switch,.swiper-child .swiper-active-switch{background:#fff}.parallax{width:100%;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;background-position:top center;overflow:hidden;-webkit-transform:translateZ(0)}@media (min-width: 1025px){.parallax{background-attachment:fixed;background-position:50% 0;background-size:cover;-webkit-backface-visibility:hidden;transition-property:background-position}}#map-wrapper{height:300px;width:100%}#map-wrapper.large{height:650px}#map-wrapper.medium{height:450px}#map-wrapper.small{height:250px}.panel-group .panel-heading .accordion-toggle{display:block}.panel-group .panel-heading .accordion-toggle:before{font-family:'FontAwesome',sans-serif;content:'\f105';float:right}.panel-group .panel-heading .accordion-toggle.collapsed:before{content:'\f107'}.panel-group{box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075);border-radius:.25rem}.panel-group .panel{border:0 !important;background:#f6f9fc;padding:1px}.panel-title__toggle{text-transform:none;transition:all 300ms cubic-bezier(0.77, 0, 0.175, 1);display:block;position:relative;padding:1rem 2rem;color:#0a2540}.panel-title__toggle::before{font-family:'FontAwesome',sans-serif;content:'\f107';float:right}.panel-title__toggle.collapsed::before{content:'\f105'}.panel-title>a:hover,.panel-title>a:focus{text-decoration:none}.panel-group.accordion-minimal{overflow:hidden}.panel-group.accordion-minimal .panel-heading{padding:0}.panel-group.accordion-minimal .panel-heading .accordion-toggle{transition:all 300ms cubic-bezier(0.77, 0, 0.175, 1);display:block;position:relative;padding:15px 30px}.panel-group.accordion-minimal .panel-heading .accordion-toggle i{transition:all 300ms cubic-bezier(0.77, 0, 0.175, 1);position:absolute;left:0}.panel-group.accordion-minimal .panel-heading .accordion-toggle i:before{font-size:18px}.panel-group.accordion-minimal .panel-heading .accordion-toggle:before{font-family:'FontAwesome',sans-serif;content:'\f107';float:right}.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed:after{width:0}.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed:before{content:'\f105';font-size:14px}.superslide-wrapper{height:600px}.superslides.superslide-polytech-theme-1 .prev,.superslides.superslide-polytech-theme-1 .next{padding:16px}.superslides.superslide-polytech-theme-1 .prev,.superslides.superslide-polytech-theme-1 .next{border-radius:0 0 0 0}.superslides.superslide-polytech-theme-1:hover,.superslides.superslide-polytech-theme-1:active,.superslides.superslide-polytech-theme-1:focus{text-decoration:none}.superslides .slides-pagination{padding-bottom:24px}.superslides .slides-pagination a{width:15px;height:15px;margin:5px}.superslides.superslide-polytech-theme-2 .prev,.superslides.superslide-polytech-theme-2 .next{padding:11px 16px 16px 16px;border:2px solid transparent;width:50px;height:50px;text-align:center}.superslides.superslide-polytech-theme-2 .prev:before,.superslides.superslide-polytech-theme-2 .next:before{font-family:'custom-icons';font-size:18px}.superslides.superslide-polytech-theme-2 .prev:hover,.superslides.superslide-polytech-theme-2 .next:hover,.superslides.superslide-polytech-theme-2 .prev:active,.superslides.superslide-polytech-theme-2 .next:active,.superslides.superslide-polytech-theme-2 .prev:focus,.superslides.superslide-polytech-theme-2 .next:focus{text-decoration:none;opacity:0.5}.superslides.superslide-polytech-theme-2 span{display:none}.superslides.superslide-polytech-theme-2 .prev{margin-left:10px}.superslides.superslide-polytech-theme-2 .next{margin-right:10px}.superslides.superslide-polytech-theme-2 .prev:before{content:'\e8cd'}.superslides.superslide-polytech-theme-2 .next:before{content:'\e8cc'}.superslides .slides-pagination{padding-bottom:24px;text-align:left;padding-left:10px}.superslides .slides-pagination a{border:none;width:10px;height:10px;margin:5px}main#content{overflow:hidden}#polytech-to-top{bottom:100px;position:fixed;right:20px;display:none;border-radius:50%;border:7px solid #21a649;text-align:center;line-height:60px;z-index:11;width:60px;height:60px}#polytech-to-top i::before{font-family:"FontAwesome",sans-serif;display:inline-block;content:"\f062";font-style:normal;margin:0;line-height:60px;font-size:1.3em}#video-bg{height:450px;position:relative}.fullscreen,.real-fullscreen{position:relative;overflow:hidden;background-size:cover !important;height:100%}@media (max-width: 767px){.fullscreen,.real-fullscreen{height:auto !important}}html.f-vertical-scroll{overflow-y:scroll}@media (min-width: 768px){.parallaxed-footer main{position:relative;z-index:1;box-shadow:0 2px 10px rgba(0,0,0,0.08)}}.video-medp,.audio-medp{width:100%;height:100%}#animated-bubble{position:absolute;top:0;left:0}.infoWindow{white-space:nowrap}.infoWindow h3{margin:5px 0 0 0;font-size:14px}.infoWindow p{margin:0}.no-mt{margin-top:0 !important}.no-mb{margin-bottom:0 !important}.no-pb{padding-bottom:0 !important}.no-pt{padding-top:0 !important}.no-padding{padding:0 !important}.no-margin{margin:0 !important}.mb-large{margin-bottom:60px}@media (min-width: 768px){.mb-large{margin-bottom:120px}}.mb-medium{margin-bottom:66.66666667px}@media (min-width: 768px){.mb-medium{margin-bottom:100px}}.mb-small{margin-bottom:16px}.mb{margin-bottom:24px}.mt-large{margin-top:60px}@media (min-width: 768px){.mt-large{margin-top:120px}}.mt-medium{margin-top:50px}@media (min-width: 768px){.mt-medium{margin-top:100px}}.mt-small{margin-top:16px}.mt{margin-top:24px}.pb-large{padding-bottom:60px}@media (min-width: 768px){.pb-large{padding-bottom:120px}}.pb-medium{padding-bottom:48px}@media (min-width: 768px){.pb-medium{padding-bottom:96px}}.pb-small{padding-bottom:16px}.pb{padding-bottom:24px}.pt-large{padding-top:60px}@media (min-width: 768px){.pt-large{padding-top:120px}}.pt-medium{padding-top:48px}@media (min-width: 768px){.pt-medium{padding-top:96px}}.pt-small{padding-top:16px}.pt{padding-top:24px}@media (max-width: 767px){.mb-xs{margin-bottom:24px}.mt-xs{margin-top:24px}}@media (max-width: 991px){.mb-sm{margin-bottom:24px}.mt-sm{margin-top:24px}}.no-border{border:none !important}a.no-underline{text-decoration:none}a.no-underline:hover{text-decoration:none}.inline{display:inline-block !important}.inline.hidden-xs{display:none !important}@media (min-width: 480px){.inline.hidden-xs{display:inline-block !important}}.block{display:block !important}@media (min-width: 480px){.boxed-layout #global-wrapper{margin:auto}}@media (min-width: 768px){.boxed-layout{padding-top:24px}.boxed-layout #global-wrapper{width:768px}.boxed-layout .navbar-fixed-top{position:static}}@media (min-width: 992px){.boxed-layout #global-wrapper{width:992px}}@media (min-width: 1200px){.boxed-layout #global-wrapper{width:1200px}}.col-lg-1.padding-large,.col-lg-10.padding-large,.col-lg-11.padding-large,.col-lg-12.padding-large,.col-lg-2.padding-large,.col-lg-3.padding-large,.col-lg-4.padding-large,.col-lg-5.padding-large,.col-lg-6.padding-large,.col-lg-7.padding-large,.col-lg-8.padding-large,.col-lg-9.padding-large,.col-md-1.padding-large,.col-md-10.padding-large,.col-md-11.padding-large,.col-md-12.padding-large,.col-md-2.padding-large,.col-md-3.padding-large,.col-md-4.padding-large,.col-md-5.padding-large,.col-md-6.padding-large,.col-md-7.padding-large,.col-md-8.padding-large,.col-md-9.padding-large,.col-sm-1.padding-large,.col-sm-10.padding-large,.col-sm-11.padding-large,.col-sm-12.padding-large,.col-sm-2.padding-large,.col-sm-3.padding-large,.col-sm-4.padding-large,.col-sm-5.padding-large,.col-sm-6.padding-large,.col-sm-7.padding-large,.col-sm-8.padding-large,.col-sm-9.padding-large,.col-xs-1.padding-large,.col-xs-10.padding-large,.col-xs-11.padding-large,.col-xs-12.padding-large,.col-xs-2.padding-large,.col-xs-3.padding-large,.col-xs-4.padding-large,.col-xs-5.padding-large,.col-xs-6.padding-large,.col-xs-7.padding-large,.col-xs-8.padding-large,.col-xs-9.padding-large{padding:120px}@media (max-width: 768px){.col-lg-1.padding-large,.col-lg-10.padding-large,.col-lg-11.padding-large,.col-lg-12.padding-large,.col-lg-2.padding-large,.col-lg-3.padding-large,.col-lg-4.padding-large,.col-lg-5.padding-large,.col-lg-6.padding-large,.col-lg-7.padding-large,.col-lg-8.padding-large,.col-lg-9.padding-large,.col-md-1.padding-large,.col-md-10.padding-large,.col-md-11.padding-large,.col-md-12.padding-large,.col-md-2.padding-large,.col-md-3.padding-large,.col-md-4.padding-large,.col-md-5.padding-large,.col-md-6.padding-large,.col-md-7.padding-large,.col-md-8.padding-large,.col-md-9.padding-large,.col-sm-1.padding-large,.col-sm-10.padding-large,.col-sm-11.padding-large,.col-sm-12.padding-large,.col-sm-2.padding-large,.col-sm-3.padding-large,.col-sm-4.padding-large,.col-sm-5.padding-large,.col-sm-6.padding-large,.col-sm-7.padding-large,.col-sm-8.padding-large,.col-sm-9.padding-large,.col-xs-1.padding-large,.col-xs-10.padding-large,.col-xs-11.padding-large,.col-xs-12.padding-large,.col-xs-2.padding-large,.col-xs-3.padding-large,.col-xs-4.padding-large,.col-xs-5.padding-large,.col-xs-6.padding-large,.col-xs-7.padding-large,.col-xs-8.padding-large,.col-xs-9.padding-large{padding:24px}}.col-lg-1.padding-medium,.col-lg-10.padding-medium,.col-lg-11.padding-medium,.col-lg-12.padding-medium,.col-lg-2.padding-medium,.col-lg-3.padding-medium,.col-lg-4.padding-medium,.col-lg-5.padding-medium,.col-lg-6.padding-medium,.col-lg-7.padding-medium,.col-lg-8.padding-medium,.col-lg-9.padding-medium,.col-md-1.padding-medium,.col-md-10.padding-medium,.col-md-11.padding-medium,.col-md-12.padding-medium,.col-md-2.padding-medium,.col-md-3.padding-medium,.col-md-4.padding-medium,.col-md-5.padding-medium,.col-md-6.padding-medium,.col-md-7.padding-medium,.col-md-8.padding-medium,.col-md-9.padding-medium,.col-sm-1.padding-medium,.col-sm-10.padding-medium,.col-sm-11.padding-medium,.col-sm-12.padding-medium,.col-sm-2.padding-medium,.col-sm-3.padding-medium,.col-sm-4.padding-medium,.col-sm-5.padding-medium,.col-sm-6.padding-medium,.col-sm-7.padding-medium,.col-sm-8.padding-medium,.col-sm-9.padding-medium,.col-xs-1.padding-medium,.col-xs-10.padding-medium,.col-xs-11.padding-medium,.col-xs-12.padding-medium,.col-xs-2.padding-medium,.col-xs-3.padding-medium,.col-xs-4.padding-medium,.col-xs-5.padding-medium,.col-xs-6.padding-medium,.col-xs-7.padding-medium,.col-xs-8.padding-medium,.col-xs-9.padding-medium{padding:96px}@media (max-width: 768px){.col-lg-1.padding-medium,.col-lg-10.padding-medium,.col-lg-11.padding-medium,.col-lg-12.padding-medium,.col-lg-2.padding-medium,.col-lg-3.padding-medium,.col-lg-4.padding-medium,.col-lg-5.padding-medium,.col-lg-6.padding-medium,.col-lg-7.padding-medium,.col-lg-8.padding-medium,.col-lg-9.padding-medium,.col-md-1.padding-medium,.col-md-10.padding-medium,.col-md-11.padding-medium,.col-md-12.padding-medium,.col-md-2.padding-medium,.col-md-3.padding-medium,.col-md-4.padding-medium,.col-md-5.padding-medium,.col-md-6.padding-medium,.col-md-7.padding-medium,.col-md-8.padding-medium,.col-md-9.padding-medium,.col-sm-1.padding-medium,.col-sm-10.padding-medium,.col-sm-11.padding-medium,.col-sm-12.padding-medium,.col-sm-2.padding-medium,.col-sm-3.padding-medium,.col-sm-4.padding-medium,.col-sm-5.padding-medium,.col-sm-6.padding-medium,.col-sm-7.padding-medium,.col-sm-8.padding-medium,.col-sm-9.padding-medium,.col-xs-1.padding-medium,.col-xs-10.padding-medium,.col-xs-11.padding-medium,.col-xs-12.padding-medium,.col-xs-2.padding-medium,.col-xs-3.padding-medium,.col-xs-4.padding-medium,.col-xs-5.padding-medium,.col-xs-6.padding-medium,.col-xs-7.padding-medium,.col-xs-8.padding-medium,.col-xs-9.padding-medium{padding:24px}}.col-lg-1.padding-small,.col-lg-10.padding-small,.col-lg-11.padding-small,.col-lg-12.padding-small,.col-lg-2.padding-small,.col-lg-3.padding-small,.col-lg-4.padding-small,.col-lg-5.padding-small,.col-lg-6.padding-small,.col-lg-7.padding-small,.col-lg-8.padding-small,.col-lg-9.padding-small,.col-md-1.padding-small,.col-md-10.padding-small,.col-md-11.padding-small,.col-md-12.padding-small,.col-md-2.padding-small,.col-md-3.padding-small,.col-md-4.padding-small,.col-md-5.padding-small,.col-md-6.padding-small,.col-md-7.padding-small,.col-md-8.padding-small,.col-md-9.padding-small,.col-sm-1.padding-small,.col-sm-10.padding-small,.col-sm-11.padding-small,.col-sm-12.padding-small,.col-sm-2.padding-small,.col-sm-3.padding-small,.col-sm-4.padding-small,.col-sm-5.padding-small,.col-sm-6.padding-small,.col-sm-7.padding-small,.col-sm-8.padding-small,.col-sm-9.padding-small,.col-xs-1.padding-small,.col-xs-10.padding-small,.col-xs-11.padding-small,.col-xs-12.padding-small,.col-xs-2.padding-small,.col-xs-3.padding-small,.col-xs-4.padding-small,.col-xs-5.padding-small,.col-xs-6.padding-small,.col-xs-7.padding-small,.col-xs-8.padding-small,.col-xs-9.padding-small{padding:16px}.col-lg-1.padding,.col-lg-10.padding,.col-lg-11.padding,.col-lg-12.padding,.col-lg-2.padding,.col-lg-3.padding,.col-lg-4.padding,.col-lg-5.padding,.col-lg-6.padding,.col-lg-7.padding,.col-lg-8.padding,.col-lg-9.padding,.col-md-1.padding,.col-md-10.padding,.col-md-11.padding,.col-md-12.padding,.col-md-2.padding,.col-md-3.padding,.col-md-4.padding,.col-md-5.padding,.col-md-6.padding,.col-md-7.padding,.col-md-8.padding,.col-md-9.padding,.col-sm-1.padding,.col-sm-10.padding,.col-sm-11.padding,.col-sm-12.padding,.col-sm-2.padding,.col-sm-3.padding,.col-sm-4.padding,.col-sm-5.padding,.col-sm-6.padding,.col-sm-7.padding,.col-sm-8.padding,.col-sm-9.padding,.col-xs-1.padding,.col-xs-10.padding,.col-xs-11.padding,.col-xs-12.padding,.col-xs-2.padding,.col-xs-3.padding,.col-xs-4.padding,.col-xs-5.padding,.col-xs-6.padding,.col-xs-7.padding,.col-xs-8.padding,.col-xs-9.padding{padding:24px}.col-lg-1.no-padding,.col-lg-10.no-padding,.col-lg-11.no-padding,.col-lg-12.no-padding,.col-lg-2.no-padding,.col-lg-3.no-padding,.col-lg-4.no-padding,.col-lg-5.no-padding,.col-lg-6.no-padding,.col-lg-7.no-padding,.col-lg-8.no-padding,.col-lg-9.no-padding,.col-md-1.no-padding,.col-md-10.no-padding,.col-md-11.no-padding,.col-md-12.no-padding,.col-md-2.no-padding,.col-md-3.no-padding,.col-md-4.no-padding,.col-md-5.no-padding,.col-md-6.no-padding,.col-md-7.no-padding,.col-md-8.no-padding,.col-md-9.no-padding,.col-sm-1.no-padding,.col-sm-10.no-padding,.col-sm-11.no-padding,.col-sm-12.no-padding,.col-sm-2.no-padding,.col-sm-3.no-padding,.col-sm-4.no-padding,.col-sm-5.no-padding,.col-sm-6.no-padding,.col-sm-7.no-padding,.col-sm-8.no-padding,.col-sm-9.no-padding,.col-xs-1.no-padding,.col-xs-10.no-padding,.col-xs-11.no-padding,.col-xs-12.no-padding,.col-xs-2.no-padding,.col-xs-3.no-padding,.col-xs-4.no-padding,.col-xs-5.no-padding,.col-xs-6.no-padding,.col-xs-7.no-padding,.col-xs-8.no-padding,.col-xs-9.no-padding{padding:0}.section-fw .container-fw{width:100%;overflow:hidden}.section-fw .row{position:relative;margin-left:0;margin-right:0}.section-fw .image-background{min-height:400px;overflow:hidden}@media (min-width: 992px){.section-fw .image-background{position:absolute;height:100%}.section-fw .image-background.image-fw-right{left:auto;right:0}}.border-grid .col-lg-1,.border-grid .col-lg-10,.border-grid .col-lg-11,.border-grid .col-lg-12,.border-grid .col-lg-2,.border-grid .col-lg-3,.border-grid .col-lg-4,.border-grid .col-lg-5,.border-grid .col-lg-6,.border-grid .col-lg-7,.border-grid .col-lg-8,.border-grid .col-lg-9,.border-grid .col-md-1,.border-grid .col-md-10,.border-grid .col-md-11,.border-grid .col-md-12,.border-grid .col-md-2,.border-grid .col-md-3,.border-grid .col-md-4,.border-grid .col-md-5,.border-grid .col-md-6,.border-grid .col-md-7,.border-grid .col-md-8,.border-grid .col-md-9,.border-grid .col-sm-1,.border-grid .col-sm-10,.border-grid .col-sm-11,.border-grid .col-sm-12,.border-grid .col-sm-2,.border-grid .col-sm-3,.border-grid .col-sm-4,.border-grid .col-sm-5,.border-grid .col-sm-6,.border-grid .col-sm-7,.border-grid .col-sm-8,.border-grid .col-sm-9,.border-grid .col-xs-1,.border-grid .col-xs-10,.border-grid .col-xs-11,.border-grid .col-xs-12,.border-grid .col-xs-2,.border-grid .col-xs-3,.border-grid .col-xs-4,.border-grid .col-xs-5,.border-grid .col-xs-6,.border-grid .col-xs-7,.border-grid .col-xs-8,.border-grid .col-xs-9{padding:0 !important}.border-grid .row{padding-left:22px;padding-right:22px}.border-grid .row .col-lg-1,.border-grid .row .col-lg-10,.border-grid .row .col-lg-11,.border-grid .row .col-lg-12,.border-grid .row .col-lg-2,.border-grid .row .col-lg-3,.border-grid .row .col-lg-4,.border-grid .row .col-lg-5,.border-grid .row .col-lg-6,.border-grid .row .col-lg-7,.border-grid .row .col-lg-8,.border-grid .row .col-lg-9,.border-grid .row .col-md-1,.border-grid .row .col-md-10,.border-grid .row .col-md-11,.border-grid .row .col-md-12,.border-grid .row .col-md-2,.border-grid .row .col-md-3,.border-grid .row .col-md-4,.border-grid .row .col-md-5,.border-grid .row .col-md-6,.border-grid .row .col-md-7,.border-grid .row .col-md-8,.border-grid .row .col-md-9,.border-grid .row .col-sm-1,.border-grid .row .col-sm-10,.border-grid .row .col-sm-11,.border-grid .row .col-sm-12,.border-grid .row .col-sm-2,.border-grid .row .col-sm-3,.border-grid .row .col-sm-4,.border-grid .row .col-sm-5,.border-grid .row .col-sm-6,.border-grid .row .col-sm-7,.border-grid .row .col-sm-8,.border-grid .row .col-sm-9,.border-grid .row .col-xs-1,.border-grid .row .col-xs-10,.border-grid .row .col-xs-11,.border-grid .row .col-xs-12,.border-grid .row .col-xs-2,.border-grid .row .col-xs-3,.border-grid .row .col-xs-4,.border-grid .row .col-xs-5,.border-grid .row .col-xs-6,.border-grid .row .col-xs-7,.border-grid .row .col-xs-8,.border-grid .row .col-xs-9{border-right:1px solid transparent}.border-grid .row:not(:last-child) .col-lg-1,.border-grid .row:not(:last-child) .col-lg-10,.border-grid .row:not(:last-child) .col-lg-11,.border-grid .row:not(:last-child) .col-lg-12,.border-grid .row:not(:last-child) .col-lg-2,.border-grid .row:not(:last-child) .col-lg-3,.border-grid .row:not(:last-child) .col-lg-4,.border-grid .row:not(:last-child) .col-lg-5,.border-grid .row:not(:last-child) .col-lg-6,.border-grid .row:not(:last-child) .col-lg-7,.border-grid .row:not(:last-child) .col-lg-8,.border-grid .row:not(:last-child) .col-lg-9,.border-grid .row:not(:last-child) .col-md-1,.border-grid .row:not(:last-child) .col-md-10,.border-grid .row:not(:last-child) .col-md-11,.border-grid .row:not(:last-child) .col-md-12,.border-grid .row:not(:last-child) .col-md-2,.border-grid .row:not(:last-child) .col-md-3,.border-grid .row:not(:last-child) .col-md-4,.border-grid .row:not(:last-child) .col-md-5,.border-grid .row:not(:last-child) .col-md-6,.border-grid .row:not(:last-child) .col-md-7,.border-grid .row:not(:last-child) .col-md-8,.border-grid .row:not(:last-child) .col-md-9,.border-grid .row:not(:last-child) .col-sm-1,.border-grid .row:not(:last-child) .col-sm-10,.border-grid .row:not(:last-child) .col-sm-11,.border-grid .row:not(:last-child) .col-sm-12,.border-grid .row:not(:last-child) .col-sm-2,.border-grid .row:not(:last-child) .col-sm-3,.border-grid .row:not(:last-child) .col-sm-4,.border-grid .row:not(:last-child) .col-sm-5,.border-grid .row:not(:last-child) .col-sm-6,.border-grid .row:not(:last-child) .col-sm-7,.border-grid .row:not(:last-child) .col-sm-8,.border-grid .row:not(:last-child) .col-sm-9,.border-grid .row:not(:last-child) .col-xs-1,.border-grid .row:not(:last-child) .col-xs-10,.border-grid .row:not(:last-child) .col-xs-11,.border-grid .row:not(:last-child) .col-xs-12,.border-grid .row:not(:last-child) .col-xs-2,.border-grid .row:not(:last-child) .col-xs-3,.border-grid .row:not(:last-child) .col-xs-4,.border-grid .row:not(:last-child) .col-xs-5,.border-grid .row:not(:last-child) .col-xs-6,.border-grid .row:not(:last-child) .col-xs-7,.border-grid .row:not(:last-child) .col-xs-8,.border-grid .row:not(:last-child) .col-xs-9{border-bottom:1px solid transparent}@media (max-width: 768px){.border-grid .row .col-lg-1,.border-grid .row .col-lg-10,.border-grid .row .col-lg-11,.border-grid .row .col-lg-12,.border-grid .row .col-lg-2,.border-grid .row .col-lg-3,.border-grid .row .col-lg-4,.border-grid .row .col-lg-5,.border-grid .row .col-lg-6,.border-grid .row .col-lg-7,.border-grid .row .col-lg-8,.border-grid .row .col-lg-9,.border-grid .row .col-md-1,.border-grid .row .col-md-10,.border-grid .row .col-md-11,.border-grid .row .col-md-12,.border-grid .row .col-md-2,.border-grid .row .col-md-3,.border-grid .row .col-md-4,.border-grid .row .col-md-5,.border-grid .row .col-md-6,.border-grid .row .col-md-7,.border-grid .row .col-md-8,.border-grid .row .col-md-9,.border-grid .row .col-sm-1,.border-grid .row .col-sm-10,.border-grid .row .col-sm-11,.border-grid .row .col-sm-12,.border-grid .row .col-sm-2,.border-grid .row .col-sm-3,.border-grid .row .col-sm-4,.border-grid .row .col-sm-5,.border-grid .row .col-sm-6,.border-grid .row .col-sm-7,.border-grid .row .col-sm-8,.border-grid .row .col-sm-9,.border-grid .row .col-xs-1,.border-grid .row .col-xs-10,.border-grid .row .col-xs-11,.border-grid .row .col-xs-12,.border-grid .row .col-xs-2,.border-grid .row .col-xs-3,.border-grid .row .col-xs-4,.border-grid .row .col-xs-5,.border-grid .row .col-xs-6,.border-grid .row .col-xs-7,.border-grid .row .col-xs-8,.border-grid .row .col-xs-9{border:none}}@media (max-width: 768px){.border-grid .row:not(:last-child) .col-lg-1,.border-grid .row:not(:last-child) .col-lg-10,.border-grid .row:not(:last-child) .col-lg-11,.border-grid .row:not(:last-child) .col-lg-12,.border-grid .row:not(:last-child) .col-lg-2,.border-grid .row:not(:last-child) .col-lg-3,.border-grid .row:not(:last-child) .col-lg-4,.border-grid .row:not(:last-child) .col-lg-5,.border-grid .row:not(:last-child) .col-lg-6,.border-grid .row:not(:last-child) .col-lg-7,.border-grid .row:not(:last-child) .col-lg-8,.border-grid .row:not(:last-child) .col-lg-9,.border-grid .row:not(:last-child) .col-md-1,.border-grid .row:not(:last-child) .col-md-10,.border-grid .row:not(:last-child) .col-md-11,.border-grid .row:not(:last-child) .col-md-12,.border-grid .row:not(:last-child) .col-md-2,.border-grid .row:not(:last-child) .col-md-3,.border-grid .row:not(:last-child) .col-md-4,.border-grid .row:not(:last-child) .col-md-5,.border-grid .row:not(:last-child) .col-md-6,.border-grid .row:not(:last-child) .col-md-7,.border-grid .row:not(:last-child) .col-md-8,.border-grid .row:not(:last-child) .col-md-9,.border-grid .row:not(:last-child) .col-sm-1,.border-grid .row:not(:last-child) .col-sm-10,.border-grid .row:not(:last-child) .col-sm-11,.border-grid .row:not(:last-child) .col-sm-12,.border-grid .row:not(:last-child) .col-sm-2,.border-grid .row:not(:last-child) .col-sm-3,.border-grid .row:not(:last-child) .col-sm-4,.border-grid .row:not(:last-child) .col-sm-5,.border-grid .row:not(:last-child) .col-sm-6,.border-grid .row:not(:last-child) .col-sm-7,.border-grid .row:not(:last-child) .col-sm-8,.border-grid .row:not(:last-child) .col-sm-9,.border-grid .row:not(:last-child) .col-xs-1,.border-grid .row:not(:last-child) .col-xs-10,.border-grid .row:not(:last-child) .col-xs-11,.border-grid .row:not(:last-child) .col-xs-12,.border-grid .row:not(:last-child) .col-xs-2,.border-grid .row:not(:last-child) .col-xs-3,.border-grid .row:not(:last-child) .col-xs-4,.border-grid .row:not(:last-child) .col-xs-5,.border-grid .row:not(:last-child) .col-xs-6,.border-grid .row:not(:last-child) .col-xs-7,.border-grid .row:not(:last-child) .col-xs-8,.border-grid .row:not(:last-child) .col-xs-9{border:none}}@media (min-width: 767px){.row-auto .col-lg-1:nth-child(12n+1),.row-auto .col-lg-2:nth-child(6n+1),.row-auto .col-lg-3:nth-child(4n+1),.row-auto .col-lg-4:nth-child(3n+1),.row-auto .col-lg-6:nth-child(2n+1),.row-auto .col-md-1:nth-child(12n+1),.row-auto .col-md-2:nth-child(6n+1),.row-auto .col-md-3:nth-child(4n+1),.row-auto .col-md-4:nth-child(3n+1),.row-auto .col-md-6:nth-child(2n+1){clear:none}.row-auto .col-sm-1:nth-child(12n+1),.row-auto .col-sm-2:nth-child(6n+1),.row-auto .col-sm-3:nth-child(4n+1),.row-auto .col-sm-4:nth-child(3n+1),.row-auto .col-sm-6:nth-child(2n+1){clear:left}}@media (min-width: 992px){.row-auto .col-lg-1:nth-child(12n+1),.row-auto .col-lg-2:nth-child(6n+1),.row-auto .col-lg-3:nth-child(4n+1),.row-auto .col-lg-4:nth-child(3n+1),.row-auto .col-lg-6:nth-child(2n+1),.row-auto .col-sm-1:nth-child(12n+1),.row-auto .col-sm-2:nth-child(6n+1),.row-auto .col-sm-3:nth-child(4n+1),.row-auto .col-sm-4:nth-child(3n+1),.row-auto .col-sm-6:nth-child(2n+1){clear:none}.row-auto .col-md-1:nth-child(12n+1),.row-auto .col-md-2:nth-child(6n+1),.row-auto .col-md-3:nth-child(4n+1),.row-auto .col-md-4:nth-child(3n+1),.row-auto .col-md-6:nth-child(2n+1){clear:left}}@media (min-width: 1200px){.row-auto .col-md-1:nth-child(12n+1),.row-auto .col-md-2:nth-child(6n+1),.row-auto .col-md-3:nth-child(4n+1),.row-auto .col-md-4:nth-child(3n+1),.row-auto .col-md-6:nth-child(2n+1),.row-auto .col-sm-1:nth-child(12n+1),.row-auto .col-sm-2:nth-child(6n+1),.row-auto .col-sm-3:nth-child(4n+1),.row-auto .col-sm-4:nth-child(3n+1),.row-auto .col-sm-6:nth-child(2n+1){clear:none}.row-auto .col-lg-1:nth-child(12n+1),.row-auto .col-lg-2:nth-child(6n+1),.row-auto .col-lg-3:nth-child(4n+1),.row-auto .col-lg-4:nth-child(3n+1),.row-auto .col-lg-6:nth-child(2n+1){clear:left}}img.responsive{max-width:100%}body.slide-menu{padding-top:70px}body.infografics{padding-top:0}.sub-menu.polytech-mega-menu>div{display:table;width:100%}.menu-header .nav a{font-size:14px;font-weight:bold;font-family:'Ubuntu', sans-serif}.menu-header .nav>li .sub-menu a{padding:14px 20px}.box-arrow:after,.box-arrow:before{margin-top:-3px}.progress{border:none;height:10px}.tab-content,.tabs-minimal .tab-content{padding-top:40px}.polytech-media .tab-content{padding-left:0;padding-right:0}.heading{margin-bottom:62px;position:relative}.heading h2:last-child,.heading h3:last-child,.heading h4:last-child,.heading h5:last-child,.heading h6:last-child{margin-bottom:0;padding-bottom:13px}.heading p:last-child,.heading p.lead:last-child{margin-bottom:0;padding-bottom:13px}.heading:after{font-family:"custom-icons",sans-serif;display:block;height:10px;border-radius:5px;width:146px;content:'\e817';top:-132px;bottom:auto;margin-left:-73px;left:50%;background:none !important;position:relative;z-index:1;font-size:120px}h1{letter-spacing:2px;z-index:5;position:relative}h1.large-heading:after{margin-left:0;position:static}h1 span{display:block;letter-spacing:normal;opacity:0.8;font-weight:bold}h2 span{display:block;letter-spacing:normal;opacity:0.8;font-weight:bold}h1 span{margin-bottom:3px;font-size:15px}h1.large span{margin-bottom:3px}.cta-box-text h1{font-size:22px}h2 span{margin-bottom:6px;font-size:14px}h1 span.text-main-color,h2 span.text-main-color,h1 span .text-main-color,h2 span .text-main-color{font-size:inherit}blockquote{border:none}p.lead{font-family:Georgia, "Times New Roman", Times, serif}blockquote:before{content:'“';font-family:Georgia, "Times New Roman", Times, serif;font-size:60px}.blockquote-reverse:before{content:'”';font-family:Georgia, "Times New Roman", Times, serif;font-size:60px}.box-icon a:hover i{animation-duration:1s;animation-fill-mode:both;animation-name:bounceIn}.btn:not(.border).primary,.btn:not(.border).btn-primary,.btn:not(.border).large,.btn:not(.border).btn-large,.btn:not(.border).default,.btn:not(.border).btn-default,.btn:not(.border).small,.btn:not(.border).btn-sm,.btn:not(.border).x-small,.btn:not(.border).btn-xs{border:none;font-weight:normal;letter-spacing:1px;border-radius:3px}.btn:not(.border).btn.small,.btn:not(.border).btn.x-small{border:none;font-weight:normal;letter-spacing:1px;border-radius:3px}.widget .btn{width:100%}.btn:not(.border) i:before{margin-right:12px}.btn-icon i,.btn-icon:hover i{border:none}.btn-icon i[class^="icon-"]:before,.btn-icon i[class*=" icon-"]:before{margin-right:17px}.btn-icon.small i:before{margin-right:9px}.btn-icon.medium i:before{margin-right:17px}.btn-icon.large i:before{margin-right:24px}.btn-icon.small span,.btn-icon.medium span,.btn-icon.large span{border:none;font-weight:normal;letter-spacing:3px}.btn-success,.btn.success,.btn-danger,.btn.danger,.btn-info,.btn.info,.btn-warning,.btn.warning{border:none}.embed-responsive-custom{padding-bottom:39.6%}#footer-rights p,#footer-rights a{text-transform:uppercase}.modal-content{border-radius:0;padding:24px}.mfp-figure{line-height:0;padding:12px 30px;background:#FFF}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#222;right:12px;top:2px;padding-right:0;width:100%}.mfp-counter{top:-12px;right:30px}.box{border-width:2px}.box.rounded{border-radius:22px}.caption-over .box{border:none}.container,.container-fluid{padding-right:22px;padding-left:22px}.row{margin-right:-22px;margin-left:-22px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{padding-right:22px;padding-left:22px}.panel-group{border:none}.panel-group .panel{border:#E5E5E5 1px solid;border-radius:3px;box-shadow:0 1px 1px 0 rgba(0,0,0,0.16)}.panel{background:none;border:none;box-shadow:none}.panel-default>.panel-heading{background:none;padding:1em 0}.panel-title>a{text-transform:none;font-weight:500;padding-left:15px}.progress{border-radius:0}ul.entry-meta li{padding-left:0;font-size:10px;text-transform:uppercase}ul.entry-meta li a{border-right:1px solid transparent;padding-right:10px}.owl-theme .owl-controls .owl-page span.owl-numbers{border-radius:0;width:40px;height:40px;line-height:40px}.owl-theme .owl-controls .owl-buttons div{border-radius:0;width:40px;height:40px;line-height:40px}.owl-theme .owl-controls .owl-buttons .owl-next,.owl-theme .owl-controls .owl-buttons .owl-prev{top:50%;margin-top:-20px;position:absolute;font-size:1.2em}.owl-theme .owl-controls .owl-buttons .owl-next{right:0;margin-right:-40px}.owl-theme .owl-controls .owl-buttons .owl-prev{left:0;margin-left:-40px}@media screen and (max-width: 768px){.owl-theme .owl-controls .owl-buttons{display:none}}.page-header h1 small{display:block;padding-top:11px}.mb{margin-bottom:44px}.mt{margin-top:44px}.pb{padding-bottom:44px}.pt{padding-top:44px}#fp-nav{top:40%;margin-top:80px !important;padding:11px}#fp-nav.right{right:0}@media (max-width: 1025px){#fp-nav{display:none}}.fp-tooltip{padding:5px 10px;top:-9px;text-transform:uppercase}#fp-nav span,.fp-slidesNav span{width:10px;height:10px}#fullpage>div:first-child:after{content:"\e82a";display:block;position:absolute;right:50%;bottom:40px;font-size:44px;margin-right:-22px;font-family:'custom-icons',sans-serif;text-shadow:0 0 1px rgba(0,0,0,0.5);-webkit-font-smoothing:antialiased;animation-name:bounce;animation-iteration-count:infinite;animation-duration:4s}.fp-controlArrow{margin-top:0}.fp-controlArrow.fp-next,.fp-controlArrow.fp-prev{border:none;width:auto}.fp-controlArrow.fp-next:after,.fp-controlArrow.fp-prev:after{font-family:'custom-icons',sans-serif;font-size:14px;content:'\e8cd'}.fp-controlArrow.fp-next:after{content:'\e8cc'}@media (min-width: 768px){.fp-controlArrow.fp-next:after,.fp-controlArrow.fp-prev:after{font-size:24px}}@media (min-width: 992px){.fp-controlArrow.fp-next:after,.fp-controlArrow.fp-prev:after{font-size:44px}}#fp-main-heading{display:block;padding-left:70px}.fp-tableCell table,.fp-tableCell .table-responsive{margin-bottom:0}.thank-you>div>div{padding-left:70px}#fp-main-heading{text-decoration:none}.navicon-line{width:24px;height:4px;border-radius:1px;margin-bottom:3px}html.sb-active #sb-site,.sb-toggle-left,.sb-toggle-right,.sb-open-left,.sb-open-right,.sb-close{cursor:pointer}html:not(.ie9) .charts{width:100% !important;height:100% !important}.graph-legend li{position:relative;height:25px;padding-bottom:20px;padding-left:50px;margin-bottom:1em}.graph-legend span{display:inline-block;height:100%;width:40px;border:1px solid transparent;position:absolute;left:0}.embed-responsive-custom{padding-bottom:39.6%}#video-bg{height:600px}.polytech-hover-1 .mask-over a,.polytech-hover-2 .mask-over a{text-transform:none;font-weight:normal;letter-spacing:0.02em}#toc{position:static;width:100%;border-radius:0}.ln-doc-example{border:1px solid transparent;position:relative;padding:45px 15px 15px;margin-bottom:1.5em;border-radius:4px}.ln-doc-example:after{position:absolute;top:15px;left:15px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;content:"Example"}body.header-7 .ln-doc-example #pre-header{display:block !important;height:31px !important;padding-top:5px !important;margin-top:0 !important;padding-bottom:5px !important;margin-bottom:0 !important}.ln-doc-example .container{width:100% !important}.tocify-header{text-indent:0}.tocify li.tocify-item{border-bottom:1px solid #D7D7D7}.tocify li.tocify-item>a{padding:16px 0}.tocify li.tocify-item>a:hover{background:none}.ll-skin-cangas{font-size:1.1em}.ll-skin-cangas .ui-widget{background:#f0f4f7;border-radius:3px}.ll-skin-cangas .ui-widget-content{border:1px solid #eaeaea}.ll-skin-cangas .ui-datepicker{width:100%;padding:0px;border-radius:3px;margin:0px;font-size:14px}.ll-skin-cangas .ui-widget-header{font-weight:normal;border-top-left-radius:3px}.ll-skin-cangas .ui-datepicker-header{background:#21a649;border-radius:0px;border-color:#21a649}.ll-skin-cangas .ui-datepicker-header .ui-state-hover{background:#479970;border-color:transparent;margin:1px;cursor:pointer;border-radius:50%}.ll-skin-cangas .ui-state-hover .ui-icon,.ll-skin-cangas .ui-state-focus .ui-icon{background-image:url(/local/templates/main/css/images/ui-icons_ffffff_256x240.png)}.ll-skin-cangas .ui-datepicker .ui-datepicker-next span{background-image:url(/local/templates/main/css/images/ui-icons_ffffff_256x240.png);background-position:-32px 0px}.ll-skin-cangas .ui-datepicker .ui-datepicker-prev span{background-image:url(/local/templates/main/css/images/ui-icons_ffffff_256x240.png);background-position:-32px 0px;background-position:-96px 0px}.ll-skin-cangas .ui-datepicker table{margin:0}.ll-skin-cangas .ui-datepicker th{font-size:9px;color:#6c7173;font-size:9px;text-shadow:0 1px 0 rgba(255,255,255,0.55);text-transform:uppercase;font-weight:normal;border:none;border-top:1px solid rgba(186,194,200,0.6);border-bottom:1px solid rgba(186,194,200,0.6);background-color:#e6ebf0;box-shadow:inset 0 1px 0 rgba(255,255,255,0.38);background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5YzVjNSIgc3RvcC1vcGFjaXR5PSIwLjMzIi8+CjxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiNjOWM1YzUiIHN0b3Atb3BhY2l0eT0iMC4zMyIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMC4zMyIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);background-image:linear-gradient(to top, rgba(201,198,198,0.33) 0%, rgba(201,198,198,0.33) .76%, rgba(255,255,255,0.33) 100%)}.ll-skin-cangas .ui-datepicker td{border:none;border-top:1px solid #e7e9ea;border-right:1px solid #e7e9ea;background:#eee}.ll-skin-cangas .ui-datepicker tr:first-child td{border-top:none}.ll-skin-cangas .ui-datepicker td:last-child{border-right:none}.ll-skin-cangas td .ui-state-default{border:1px solid transparent;text-align:center;padding:.7em 0;margin:0;font-size:12px;font-weight:bold;color:#6c7173}.ll-skin-cangas td.ui-state-disabled .ui-state-default{text-shadow:none;opacity:.8;color:#6c7173}.ll-skin-cangas td .ui-state-active,.ll-skin-cangas td .ui-state-hover{border:1px solid #777;background:#21a649;background-color:#2c9dce;color:#fff}.event:after{content:'\00B7';text-align:center;width:20px;margin-left:-10px;position:absolute;color:#DDD;font-size:70px;line-height:20px;left:50%;bottom:3px}.calendar-view-ddm.dropdown-menu{position:absolute;left:auto;border:1px solid #eaeaea;border-radius:6px;padding:9px 0;background:#fff;box-shadow:0px 2px 10px #999;list-style:none;max-width:300px;z-index:999}.calendar-view-ddm.dropdown-menu span,.calendar-view-ddm.dropdown-menu a{display:block;padding:.2em}.calendar-view-ddm.dropdown-menu:after{content:'';position:absolute;display:inline-block;border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:11px solid white;top:-11px;right:auto;left:21px}.calendar-view-ddm.dropdown-menu:before{content:'';position:absolute;display:inline-block;border-left:11px solid transparent;border-right:11px solid transparent;border-bottom:12px solid #eaeaea;top:-12px;right:auto;left:19px}.calendar-view-ddm.dropdown-menu.right-position:after{right:21px;left:auto}.calendar-view-ddm.dropdown-menu.right-position:before{right:19px;left:auto}.calendar-view-ddm.dropdown-menu.center-position:after{right:51%;left:auto}.calendar-view-ddm.dropdown-menu.center-position:before{right:50%;left:auto}.calendar-view-ddm.dropdown-menu li:first-child:before{content:' ';position:absolute;display:block;height:12px;top:-12px;right:0;left:auto;z-index:10000}.calendar-view-ddm.dropdown-menu>li>a{white-space:normal;padding:3px 10px 3px 5px}.calendar-view-ddm.dropdown-menu .category{width:10px;height:10px;border-radius:50%;float:left;margin-top:8px;margin-left:4px}.calendar-view-ddm.dropdown-menu .date{color:#9a9a9a;display:block;text-align:left;font-size:0.8em;margin-left:10px;padding-left:10px;padding-right:10px}.calendar-view-ddm.dropdown-menu .title{clear:both;text-align:left;margin-left:5px;padding-top:2px;margin-bottom:2px;font-size:.8em}.calendar-view-ddm.dropdown-menu span.allday{display:inline-block}.calendar-view-ddm.dropdown-menu a:hover,.calendar-view-ddm.dropdown-menu a.ui-state-hover{border:none;background-color:#eee;background-image:none;color:#333}tooltip_test{display:inline-block}.holiday .ui-state-default{background-color:rgba(30,166,250,0.5) !important}.birthday{background-color:blue}.event a.ui-state-default{color:#fff;text-shadow:0 -1px 0 #30332a;background:linear-gradient(#2ca8c5 50%, #25ad00 50%)}.ui-tooltip{background:#666;color:white;border:none;padding:0;opacity:1}.ui-tooltip-content{position:relative;padding:1em}.ui-tooltip-content::after{content:'';position:absolute;border-style:solid;display:block;width:0}.right .ui-tooltip-content::after{top:18px;left:-10px;border-color:transparent #666;border-width:10px 10px 10px 0}.left .ui-tooltip-content::after{top:18px;right:-10px;border-color:transparent #666;border-width:10px 0 10px 10px}.top .ui-tooltip-content::after{bottom:-10px;left:72px;border-color:#666 transparent;border-width:10px 10px 0}.bottom .ui-tooltip-content::after{top:-10px;left:72px;border-color:#666 transparent;border-width:0 10px 10px}.tag-panel{border-radius:3px}ul.media-tags-cat{list-style:none;padding:0;margin:0;border:1px solid #eaeaea;border-bottom:none}ul.media-tags-cat li{border-bottom:1px solid #eaeaea}.media-tags-cat li>a{display:block;font-size:0.875em;padding:10px 5px 10px 10px;border-left:4px solid transparent;background:#ffffff;text-decoration:none;color:#333;transition:all 0.3s ease-out}.media-tags-cat li>a:hover,.media-tags-cat li>a.active{color:#fff;padding-left:20px;font-weight:bold;letter-spacing:normal}.media-tags-cat .cat-all>a{border-color:silver}.media-tags-cat .cat-edu>a{border-color:#3ac586}.media-tags-cat .cat-sci>a{border-color:#1b94b4}.media-tags-cat .cat-stud>a{border-color:#ff8758}.media-tags-cat .cat-int>a{border-color:#f16f66}.media-tags-cat .cat-ach>a{border-color:#766592}.media-tags-cat .cat-part>a{border-color:#2B5871}.media-tags-cat .cat-cult>a{border-color:#8cc657}.media-tags-cat .cat-sport>a{border-color:#f2b63e}.media-tags-cat .cat-all>a:hover,.media-tags-cat .cat-all>a.active{background:silver}.media-tags-cat .cat-edu>a:hover,.media-tags-cat .cat-edu>a.active{background:#3ac586}.cat-edu{background:#3ac586}.media-tags-cat .cat-sport>a:hover,.media-tags-cat .cat-sport>a.active{background:#f2b63e}.cat-sport{background:#f2b63e}.media-tags-cat .cat-sci>a:hover,.media-tags-cat .cat-sci>a.active{background:#1b94b4}.cat-sci{background:#1b94b4}.media-tags-cat .cat-stud>a:hover,.media-tags-cat .cat-stud>a.active{background:#ff8758}.cat-stud{background:#ff8758}.media-tags-cat .cat-int>a:hover,.media-tags-cat .cat-int>a.active{background:#f16f66}.cat-int{background:#f16f66}.media-tags-cat .cat-ach>a:hover,.media-tags-cat .cat-ach>a.active{background:#766592}.cat-ach{background:#766592}.media-tags-cat .cat-part>a:hover,.media-tags-cat .cat-part>a.active{background:#2B5871}.cat-part{background:#2B5871}.media-tags-cat .cat-cult>a:hover,.media-tags-cat .cat-cult>a.active{background:#8cc657}.cat-cult{background:#8cc657}.article-item{overflow:hidden;margin-bottom:10px}.article-item .img-responsive{min-width:100%;border:1px solid #eaeaea}.article-item__img-block{position:relative}.article-item__img{border-radius:.25rem}.articles-grid__item{margin-bottom:2rem}.article-category--all,.cat-all{background:silver}.article-category--edu,.cat-edu{background:#3ac586}.article-category--cult,.cat-cult{background:#8cc657}.article-category--stud,.cat-stud{background:#ff8758}.article-category--int,.cat-int{background:#f16f66}.article-category--sci,.cat-sci{background:#1b94b4}.article-category--ach,.cat-ach{background:#766592}.article-category--part,.cat-part{background:#2B5871}.article-category--sport,.cat-sport{background:#f2b63e}.article-category--politech-media,.cat-politech-media{background:linear-gradient(to right, #194376, #117cc1, #28b09a)}.news-list .article-item .article-img{transition:all 0.5s ease}.news-list .article-item .article-img:hover{transform:scale(1.05)}.article-item .article-tag-label{position:absolute;bottom:.5rem;left:-0.25rem;padding:.125rem .5rem .125rem;line-height:.5rem;color:#fff;font-size:.5rem;font-weight:600;letter-spacing:0.025em;text-transform:uppercase;box-shadow:0 0.125rem 0.25rem rgba(35,38,45,0.09);border-radius:.125rem}.article-date{color:#6c757d;font-size:0.9em;padding:7px 0;display:block}.article-title{margin-top:0;font-size:0.95em;line-height:1.5;text-transform:none}.article-title>a{color:#425466;font-weight:500}#content_page h4.article-title>a{color:#5e5e5e;font-weight:bold;border-bottom:none}#content_page .event-desc a{border-bottom:none}#content_page .event-desc a:hover{border-bottom:none}#content_page .article-item .album-title{border-bottom:none}#content_page .owl-head a{border-bottom:none}#content_page .owl-head a:hover{border-bottom:none}h4.article-title:hover>a,#content_page h4.article-title:hover>a{text-decoration:none;color:#0a2540}.sidebar-menu li a{transition:all 0.3s ease-out}.content_page .share-social{border-top:2px solid #eee;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center}.content_page .share-social li{display:inline-block;margin-right:.4em;margin-bottom:.6em}.content_page .share-social li:last-child{margin-right:0}.content_page .share-social a{font-size:1em;font-weight:bold;display:inline-block;padding:.8em 1.2em 1em;position:relative;border:none;transition:all 0.2s}.content_page .share-social a:hover{border:none}.content_page .share-social a span{position:relative;z-index:5;text-decoration:none}.content_page .share-social a::before{content:'';position:absolute;z-index:1;width:100%;height:100%;left:0;bottom:0;display:inline-block;transform:scale(1, 0);transform-origin:50% 100%;transition:all 0.2s}.no-touch .content_page .share-social a:hover{color:#fff}.no-touch .content_page .share-social a:hover::before{transform:scale(1, 1)}.content_page .share-social .twitter{color:#50abf1;box-shadow:inset 0 -2px 0 #50abf1}.content_page .share-social .twitter::before{background:#50abf1}.content_page .share-social .vk{color:#2B587A;box-shadow:inset 0 -2px 0 #2B587A}.content_page .share-social .vk::before{background:#2B587A}.content_page .share-social .facebook{color:#3b599a;box-shadow:inset 0 -2px 0 #3b599a}.content_page .share-social .facebook::before{background:#3b599a}.content_page .share-social .google{color:#df4a32;box-shadow:inset 0 -2px 0 #df4a32}.content_page .share-social .google::before{background:#df4a32}.content_page .share-social .dribbble{color:#ec4989;box-shadow:inset 0 -2px 0 #ec4989}.content_page .share-social .dribbble::before{background:#ec4989}.content_page .share-social .rss{color:#e77b39;box-shadow:inset 0 -2px 0 #e77b39}.content_page .share-social .rss::before{background:#e77b39}.content_page .share-social a:hover{color:#fff;text-decoration:none}.share-page>.share-heading{padding-bottom:10px;color:#ccc}#yaShare{padding:10px 10px 30px}#yaShare .b-share{font-size:1em !important}#yaShare ul{padding:0 !important;margin-bottom:0}#yaShare ul>li{margin:0 5px}#yaShare a{font-family:Ubuntu, sans-serif !important;height:auto !important;font-size:0.8em !important;padding:0.8em 1.2em !important}.box.widget{border:none;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12)}@media screen and (max-width: 992px){.box.widget{box-shadow:none}}.person-card,.contact-card{background-color:#fff;padding:1.25rem 1.5rem;box-shadow:0 2px 8px 1px rgba(0,0,0,0.08);margin-bottom:2rem;border-radius:.5rem}.person_pos{font-weight:bold;padding-bottom:10px;color:#191919;margin-top:-10px}.person-card h3{border-bottom:2px solid #F6F9FC;padding-bottom:.5rem;margin-bottom:15px;text-transform:none;line-height:1.2;font-weight:500}.person-card dl>dt{font-size:1em;font-weight:bold;color:#3F3F3F}.person-card dl>dd{line-height:1.5;margin-bottom:5px}.person-card img{display:block;margin-top:7px;border-radius:3px;margin-bottom:10px;width:100%}.person-card .person-contact-info{list-style:none;padding:0}.contact-card .contact-contact-info{list-style:none;padding:0}.person-card .person-contact-info>li,.contact-card .contact-contact-info>li{margin-bottom:5px;font-size:0.95em;color:#646464;overflow:hidden}.person-card .person-contact-info>li i,.contact-card .contact-contact-info>li i{color:#646464;padding-right:5px;padding-top:3px;width:30px;float:left}.person-card .person-contact-info>li:hover i,.contact-card .contact-contact-info>li:hover i{color:#21a649}.person-card .person-contact-info>li>a,.contact-card .contact-contact-info>li>a{color:#777}.person-card .person-contact-info>li>a,.contact-card .contact-contact-info>li>span{padding-left:35px;display:block}.person-card .person-contact-info>li>a,.person-card .person-contact-info>li>span{padding-left:35px;display:block}.person-card .person-contact-info>li>a:hover{color:#21a649}.contact-card .contact-contact-info>li>a:hover{color:#21a649}.small-person-card{box-shadow:0 1px 2px rgba(0,0,0,0.1);transition:box-shadow 0.2s;background:#fafafa;padding:15px;margin-bottom:20px;min-height:230px}@media (max-width: 992px){.small-person-card{min-height:0px}}.nopadding-left{padding-left:0 !important}.small-person-card a{border:none !important}.small-person-card a.person-photo{display:block}.small-person-card .person-name{font-size:1em;text-transform:none;border-bottom:1px solid #eaeaea;padding-bottom:0.5em}.small-person-card a.person-photo>img{display:block;max-width:100%;border-radius:3px}.small-person-card .person-desc{font-size:0.9em}.filter.nav.nav-pills>li>a.active{background-color:#21a649}.polytech-progr h2{padding:0 10px;margin-bottom:20px}.polytech-programs{border:1px solid #e3e3e3;position:relative}.polytech-programs span.thematic_label{position:absolute;left:0;bottom:0;padding:10px;background:rgba(255,255,255,0.9)}#content p{color:#555}.row-same-height{display:table;width:100%}.col-xs-height{display:table-cell;float:none !important}@media (min-width: 768px){.col-sm-height{display:table-cell;float:none !important}}@media (min-width: 992px){.col-md-height{display:table-cell;float:none !important}}@media (min-width: 1200px){.col-lg-height{display:table-cell;float:none !important}}.col-top{vertical-align:top}.col-middle{vertical-align:middle}.col-bottom{vertical-align:bottom}.image-polytech-1{background-image:url("/local/templates/main/img/pics/politech_stairs_fixed.jpg")}#events-tab .event-block{padding-bottom:1.25rem}#events-tab .event-desc a{position:relative;display:block;font-size:1.1em;color:#888;font-weight:bold;line-height:1.3;padding-top:5px;overflow:hidden;height:4.4em}#content_page .item .event-desc a{position:relative;display:block;font-size:1.1em;color:#888;font-weight:600;line-height:1.5;padding-top:.25rem;overflow:hidden;height:4.4em}#events-tab .event-desc{padding-left:80px}#events-tab .event-desc a::before{content:"";position:absolute;bottom:0;left:0;width:100%;background:url(/local/templates/main/img/transition-gradient.png) bottom left repeat-x;height:30px}#content_page .item .event-desc a::before{content:"";position:absolute;bottom:0;left:0;width:100%;background:url(/local/templates/main/img/transition-gradient.png) bottom left repeat-x;height:30px}#events-tab .event-desc a:hover{color:#21A649;text-decoration:none}#events-tab .event-month{color:white;display:block;text-align:center;line-height:0.8em}.event-data{color:white;display:block;text-align:center;line-height:0.8em}#events-tab .event-square{margin-top:8px;float:left;font-size:18px;width:3.5em;background:#21a649;padding-top:0.625em;padding-bottom:0.625em;border-radius:2px}#events-tab .event-data{font-size:1.5em;font-weight:bold}#events-tab .event-month{padding-top:0.3125em;font-size:0.875em}#events-tab .event-period{font-size:0.8em;color:#6E6E6E;display:block;padding-bottom:10px}#events-tab .event-cat{font-size:0.8em;display:inline-block;color:#3AC586;border-radius:2px;padding-bottom:5px;padding-top:8px}#events-tab .e-cat-cat{color:#6E6E6E}#events-tab .e-cat-name{padding-left:5px}.event-block{padding-bottom:30px}.event-desc a{color:#30A36F;display:block;font-size:1.2em;overflow:hidden;height:4.2em}.event-section .event-desc a,.event-box .event-desc a{font-size:1em;display:inline;overflow:visible;height:auto}.event-desc{padding-left:80px}.event-desc a:hover{color:#3AC586;text-decoration:none}.event-month,.event-data{color:white;display:block;text-align:center;line-height:0.8em}.event-square{margin-top:8px;float:left;font-size:18px;width:3.5em;background:#3ac586;padding-top:0.625em;padding-bottom:0.625em;border-radius:2px}.event-data{font-size:1.5em;font-weight:bold}.event-month{padding-top:0.3125em;font-size:0.875em}.event-period{font-size:0.8em;color:#6E6E6E;display:block;padding-bottom:10px}.event-cat{font-size:0.8em;display:inline-block;color:#3AC586;border-radius:2px;padding-bottom:5px;padding-top:8px}.e-cat-cat{color:#6E6E6E}.e-cat-name{padding-left:5px}.poly_menu_buttons button.small-menu-lang{text-transform:uppercase;font-weight:bold;font-size:14px;padding-top:18px}.poly_menu_buttons button.small-menu-lang:hover{color:#3AC586}.anonse-list .event-box{color:#535353;padding-bottom:25px;display:block;margin-bottom:20px;padding-top:25px;border-radius:3px}.anonse-list .gray-block-inner-shadow,.anonse-list .event-section{border:#f1f1f1 1px solid;background:#FaFaFa;box-shadow:inset 0px 0px 82px -9px #f1f1f1}.anonse-list .gray-block-outer-shadow{background:#FaFaFa;border:#EDEDED 1px solid;box-shadow:0px 1px 1px 0px #d1d1d1;transition:all .2s}.anonse-list .event-box{background:#FaFaFa;border:#EDEDED 1px solid;box-shadow:0px 1px 1px 0px #d1d1d1;transition:all .2s}.anonse-list .event-box:hover{background:#F6F6F6;box-shadow:0px 1px 3px 0px #d1d1d1}.anonse-list .event-section{font-size:16px;color:#535353;padding-bottom:30px;margin-bottom:20px;margin-top:10px;padding-top:25px;display:block;border-radius:3px}.anonse-list .event-box a,.anonse-list .event-section a{overflow:visible;height:auto}.anonse-list .event-box a:hover,.anonse-list .event-section a:hover{text-decoration:underline}.anonse-list .event-box a.event-header,.anonse-list .event-section a.event-header{font-size:1.25em;font-weight:bold;display:block;padding-bottom:10px;color:#535353}.anonse-list .event-box a.event-header:hover{text-decoration:none;color:#21a649}.anonse-list .event-box a.e-cat-name{font-size:0.875em;text-align:center;color:white;line-height:1;font-weight:bold;display:inline-block;padding:5px 10px;border-radius:3px}.anonse-list .event-section a.e-cat-name,.anonse-list .e-cat-name{font-size:0.875em;text-align:center;color:white;line-height:1;font-weight:bold;display:inline-block;padding:5px 10px;border-radius:3px}.anonse-list .event-box a.e-cat-name:hover,.anonse-list .event-section a.e-cat-name:hover,.anonse-list a.e-cat-name:hover{color:white;text-decoration:none;background:#EE564B}.anonse-list .event-box .event-start,.anonse-list .event-box .event-end{display:inline-block;padding-right:40px;padding-bottom:5px}.anonse-list .event-section .event-start,.anonse-list .event-section .event-end,.anonse-list .event-section .event-place,.anonse-list .event-section .event-price,.anonse-list .event-section .event-other{display:block;padding-top:10px}.anonse-list .event-box .event-inf{padding-bottom:5px}.anonse-list .event-box .e-edge{font-weight:bold;padding-right:20px;display:inline-block;width:80px}.event-section .e-edge{font-weight:bold;padding-right:20px;display:inline-block;width:80px}.anonse-list .event-section .e-edge,.anonse-list .event-section .e-edge-dd{width:50%}.anonse-list .event-section .e-edge{float:left}.event-section .e-edge-dd{float:left}#content_page .anonse-list .event-box .event-fig,#content_page .event-section .event-fig{overflow:hidden;float:left;width:25%;margin-bottom:10px;margin-top:8px;padding-left:25px;border-bottom:none}.anonse-list .event-box .event-fig img,.event-section .event-fig img{width:100%;border-radius:3px}.anonse-list .event-box .event-desc,.event-section .event-desc{padding-left:25px;padding-right:25px;float:left;width:75%}@media screen and (max-width: 680px){.anonse-list .event-box .event-fig,.anonse-list .event-box .event-desc{width:100%;margin-top:0}.anonse-list .event-section .event-fig,.anonse-list .event-section .event-desc{width:100%;margin-top:0}.anonse-list .event-section .e-edge-dd{width:100%;margin-top:0;float:none;display:block}.anonse-list .event-section .e-edge{float:none;display:block}.anonse-list .event-section .event-desc{padding-right:25px}.anonse-list .event-box .event-desc,.anonse-list .event-section .event-fig{padding-right:25px}.anonse-list .event-box .event-fig{padding-right:25px}.anonse-list .event-box .event-desc{padding-left:25px}.anonse-list .event-box .event-header{font-size:1.2em}}.poly_menu_buttons button.small-menu-lang{text-transform:uppercase;font-weight:bold;font-size:14px;padding-top:18px}.poly_menu_buttons button.small-menu-lang:hover{color:#21a649}#content_page a.accordion-toggle{border-bottom:none;padding-bottom:16px}#content_page .person-card a,#content_page .contact-card a{border-bottom:none}#content_page a:hover{border-bottom:.08em solid #21a649;color:#21a649}#content_page a.accordion-toggle:hover{color:#21a649;border-bottom:none}#content_page .person-card a:hover,#content_page .contact-card a:hover{border-bottom:none}.rss_block{display:block;border:none;padding:10px;background:#21a649;color:#fff;font-size:1.1em}.rss_block:hover{color:#fff;cursor:pointer}.rss_widget{overflow:hidden;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);border-radius:2px}.rss_widget .box{border:none}.img-figure{background:#f7f7f7;box-shadow:0 0.5rem 1.25rem rgba(50,50,93,0.025);border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;overflow:hidden;height:100%}.article-img{position:relative}.article-img .rollover-content{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 0.2s ease-in-out;background-image:linear-gradient(139deg, rgba(67,67,67,0.48) 0%, rgba(79,79,79,0.16) 100%)}.article-img .rollover-content:hover{opacity:1}.article-img .rollover-content:hover i{margin:0 8px}.article-img .icon-links{text-align:center;padding-top:70px}.article-item .article-img img{border:none;border-top-left-radius:3px;border-top-right-radius:3px}.article-img .icon-links a i{color:#fff;display:inline-block;line-height:1em;padding:0.75em;font-size:20px;border-radius:50px;border:2px #FAFAFA solid;margin:0 40px;transition:color,background,margin 0.1s ease-in-out}.article-img .icon-links a:hover{text-decoration:none;border-bottom:none}.article-img .icon-links a:hover i{background:#fff;color:#268c59}#content_page .article-img .icon-links a{text-decoration:none;border-bottom:none}#content_page .article-img .icon-links a:hover{text-decoration:none;border-bottom:none}.article-item .album-title{font-size:.875rem;line-height:1.48;color:#525F7F;padding:1rem 1.5rem;display:block;transition:color 0.2s ease-in-out;margin-bottom:10px}.article-item .album-title:hover{text-decoration:none;color:#32325d;transition:color 0.2s ease-in-out}.custom_form .form-heading{font-weight:bold;font-size:1.2em;padding-bottom:25px;color:#555555;letter-spacing:normal}#publ-tab .item_press:nth-child(3n-2),#content_page .item_press:nth-child(2n-1){clear:both}.polytech-faq{margin:30px 5%}.polytech-faq ol,.polytech-faq ul{list-style:none}.polytech-faq .polytech-faq-content ul{list-style:circle;padding-left:20px}.polytech-faq .polytech-faq-content ol{list-style:decimal;padding-left:20px}.polytech-faq ul{padding:0;margin-bottom:0}.polytech-faq::after{clear:both;content:"";display:table}@media only screen and (min-width: 768px){.polytech-faq{margin:30px 0;position:relative;padding:0 15px;box-shadow:none}}.polytech-faq-categories a{position:relative;display:block;overflow:hidden;height:50px;line-height:50px;padding:0 28px 0 16px;background-color:#f4f4f4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#555;white-space:nowrap;border-bottom:1px solid #f6f6f6;text-overflow:ellipsis;text-decoration:none}.polytech-faq-categories a:hover,.polytech-faq-categories a:focus{text-decoration:none}.polytech-faq-categories a::before{content:"";position:absolute;top:50%;right:16px;display:inline-block;height:1px;width:10px;background-color:#939393}.polytech-faq-categories a::after{content:"";position:absolute;top:50%;right:16px;display:inline-block;height:1px;width:10px;background-color:#939393;transform:rotate(90deg)}.polytech-faq-categories li:last-child a{border-bottom:none}@media only screen and (min-width: 768px){.polytech-faq-categories{width:20%;float:left;box-shadow:0 1px 2px rgba(0,0,0,0.08)}.polytech-faq-categories a{font-size:13px;font-weight:600;padding:0 24px;transition:background 0.2s,padding 0.2s}.polytech-faq-categories a::before,.polytech-faq-categories a::after{content:"";display:none}.no-touch .polytech-faq-categories a:hover{background:#f6f6f6}.no-js .polytech-faq-categories{width:100%;margin-bottom:2em}}@media only screen and (min-width: 1024px){.polytech-faq-categories{position:absolute;top:0;left:0;width:200px;z-index:2}.polytech-faq-categories a::before{display:block;top:0;right:auto;left:0;height:100%;width:3px;background-color:#21a649;opacity:0;transition:opacity 0.2s}.polytech-faq-categories .selected{background:#fbfbfb !important}.polytech-faq-categories .selected::before{content:"";opacity:1}.polytech-faq-categories.is-fixed{position:fixed}.no-js .polytech-faq-categories{position:relative}}.polytech-faq-items{position:fixed;height:100%;width:90%;top:0;right:0;background:#fafafa;padding:0 5% 1em;overflow:auto;-webkit-overflow-scrolling:touch;z-index:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0) translateX(100%);transition:transform .3s;z-index:6}.polytech-faq-items.slide-in{transform:translateZ(0) translateX(0%)}.no-js .polytech-faq-items{position:static;height:auto;width:100%;transform:translateX(0)}@media only screen and (min-width: 768px){.polytech-faq-items{position:static;height:auto;width:78%;float:right;overflow:visible;transform:translateZ(0) translateX(0);padding:0;background:transparent}}@media only screen and (min-width: 1024px){.polytech-faq-items{float:none;width:100%;padding-left:220px}.btn-quest{margin-left:220px}.no-js .polytech-faq-items{padding-left:0}}.btn-quest{margin-bottom:20px;background:#21a649;border-radius:3px;font-size:14px;padding:10px 22px 10px 18px;border:#21a649 1px solid;color:#fff;outline:none}.btn-quest:focus{margin-bottom:20px;background:#21a649;border-radius:3px;font-size:14px;padding:10px 22px 10px 18px;border:#21a649 1px solid;color:#fff;outline:none}.btn-quest:hover{color:#FAFAFA;background:#21a649}.btn-quest i{display:inline-block;font-size:1.2em;line-height:1em;text-align:center;padding-right:8px}.polytech-close-panel{position:fixed;top:5px;right:-100%;display:block;height:40px;width:40px;overflow:hidden;text-indent:100%;white-space:nowrap;z-index:7;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:right 0.4s}.polytech-close-panel::before,.polytech-close-panel::after{content:"";position:absolute;top:16px;left:12px;display:inline-block;height:3px;width:18px;background:#6c7d8e}.polytech-close-panel::before{content:"";transform:rotate(45deg)}.polytech-close-panel::after{content:"";transform:rotate(-45deg)}.polytech-close-panel.move-left{right:2%}@media only screen and (min-width: 768px){.polytech-close-panel{display:none}}.polytech-faq-group{list-style:none;display:none}.polytech-faq-group.selected{display:block}.polytech-faq-group .polytech-faq-title{background:transparent;box-shadow:none;margin:1em 0}.no-touch .polytech-faq-group .polytech-faq-title:hover{box-shadow:none}.polytech-faq-group .polytech-faq-title .faq-section{font-size:22px;font-weight:bold;color:#595959}.no-js .polytech-faq-group{display:block}@media only screen and (min-width: 768px){.polytech-faq-group{display:block}.polytech-faq-group>li{background:#f4f4f4;margin-bottom:10px;padding-left:4px;border-left:#21a649 0px solid;transition:all .2s ease-in-out;border-radius:3px;box-shadow:0px 1px 1px 0px rgba(0,0,0,0.29)}.polytech-faq-group>li.content-visible{border-left:#21a649 4px solid;padding-left:0px}.polytech-faq-group .polytech-faq-title{margin:2em 0 1em}.polytech-faq-group:first-child .polytech-faq-title{margin-top:0}}.polytech-faq-trigger{font-weight:bold;color:#191919;position:relative;display:block;margin:1.6em 0 .4em;line-height:1.2}@media only screen and (min-width: 768px){.polytech-faq-trigger{font-size:16px;font-weight:bold;color:#727272;text-decoration:none;margin:0;padding:15px 72px 15px 18px;line-height:1.4em;transition:color 0.2s ease-in-out}.polytech-faq-trigger:focus{font-size:16px;font-weight:bold;color:#727272;text-decoration:none;margin:0;padding:15px 72px 15px 18px;line-height:1.4em;transition:color 0.2s ease-in-out}.polytech-faq-trigger:hover{color:#191919;text-decoration:none}li.content-visible .polytech-faq-trigger{color:#191919;text-decoration:none}.polytech-faq-trigger::before,.polytech-faq-trigger::after{content:"";position:absolute;right:24px;top:50%;background:#727272;height:2px;width:13px;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:transform;transition-duration:0.2s}.polytech-faq-trigger::before{content:"";transform:rotate(45deg);right:32px}.polytech-faq-trigger::after{content:"";transform:rotate(-45deg)}.content-visible .polytech-faq-trigger::before{content:"";transform:rotate(-45deg)}.content-visible .polytech-faq-trigger::after{content:"";transform:rotate(45deg);background:#191919}.content-visible .polytech-faq-trigger::before{background:#191919}.content-visible .polytech-faq-trigger:hover:after,.content-visible .polytech-faq-trigger:hover:before{background:#191919}}.polytech-faq-content p{font-size:16px;line-height:1.4;color:#6c7d8e}@media only screen and (min-width: 768px){.polytech-faq-content{display:none;padding:0 18px 10px}.polytech-faq-content p{line-height:1.6}.no-js .polytech-faq-content{display:block}}body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(238,238,238,0.8);visibility:hidden;opacity:0;transition:opacity 0.3s 0s,visibility 0s 0.3s}body.polytech-overlay:after{content:"";visibility:visible;opacity:1;transition:opacity 0.3s 0s,visibility 0s 0s}.sidebar-menu{box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12)}.sidebar-menu ul{list-style-type:none;padding:0;margin:0}.sidebar-menu li a{padding:16px 15px 15px;display:block}.sidebar-menu li a:hover,.sidebar-menu li a.active{text-decoration:none}.sidebar-menu ul>li>ul>li{padding-left:20px;border:none}.sidebar-menu ul>li>ul>li a{padding-top:10px;padding-bottom:10px}.sidebar-menu .selected{background:#f8f8f8;font-weight:600}.mini-submenu{display:none;text-align:right}.mini-submenu i{display:inline-block;line-height:1em;text-align:center;border-radius:3px;padding:11px 15px;background:#ECECEC;margin:15px}.mini-submenu i:hover{cursor:pointer}.mini-submenu .icon-bar{background-color:#000}#slide-submenu{background:rgba(0,0,0,0.45);display:inline-block;padding:0 8px;border-radius:4px;cursor:pointer}@media (max-width: 991px){.mini-submenu{display:block}.list-group{display:none;padding:0px 15px}.list-group.opened{display:block}.sidebar-wrapper{border-radius:3px;margin-bottom:40px;border:#e6e6e6 1px solid;box-shadow:0px 0px 13px 0px rgba(0,0,0,0.18)}.mini-submenu .box{border:none}}.sidebar-menu{box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12)}.sidebar-menu ul{list-style-type:none;padding:0;margin:0}.sidebar-menu li a{padding:16px 15px 15px;display:block}.sidebar-menu li a:hover,.sidebar-menu li a.active{text-decoration:none}.subscribe_widget,.ask_question{box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);border:none;margin-left:-15px;margin-right:-15px}.subscribe_widget .box{border:none}.subscribe_widget button{box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12)}.ask_question button,a.btn{box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12)}.subscribe_widget button:hover,.ask_question button:hover,a.btn:hover{box-shadow:none}.side-nav{border-radius:3px;overflow:hidden;margin-bottom:30px;background:white}.side-nav>li:last-child{border-bottom:none}.side-nav>li>ul{padding-bottom:15px}.side-nav>li>ul>li>a{display:block;padding:10px 15px 10px 35px;font-size:0.9em;line-height:1.3em}.side-nav>li>ul>li>a span{display:block;padding-top:5px}.side-nav>li>a,.side-nav>li>.sb-box>a{display:block;padding:15px;transition:background 0.2s ease-out}.side-nav>li.empty>a,.side-nav>li.empty>.sb-box>a{cursor:default}.side-nav>li.has-child .sb-box:before,.side-nav>li.has-child .sb-box:after{content:" ";display:table}.side-nav>li.has-child .sb-box:after{clear:both}.side-nav>li.has-child .sb-box>a{float:left;width:calc(100% - 51px)}.side-nav>li.has-child .sb-box .ar-btn{cursor:pointer;width:51px;height:51px;float:left;position:relative}.side-nav>li.has-child .sb-box .ar-btn:before,.side-nav>li.has-child .sb-box .ar-btn:after{content:"";width:9px;height:2px;top:21px;position:absolute;transform-origin:50% 50%;transition:transform .2s ease-out}.side-nav>li.has-child .sb-box .ar-btn:before{right:23px;transform:rotate(45grad)}.side-nav>li.has-child .sb-box .ar-btn:after{right:17px;transform:rotate(-45grad)}.side-nav>li.has-child.opened .sb-box .ar-btn:before{transform:rotate(-45grad)}.side-nav>li.has-child.opened .sb-box .ar-btn:after{transform:rotate(45grad)}.side-nav>li.has-child.opened>ul{padding-bottom:5px;border-top:1px solid #eee;border-left:3px solid #21a649}.side-nav>li.has-child>ul{border-left:3px solid transparent}.side-nav>li{border-bottom:1px #eee solid}.side-nav>li>ul>li>a{color:#747474}.side-nav>li>ul>li>a span{color:#a6a6a6}.side-nav>li>ul>li>a:hover{background:#f7f7f7}.side-nav>li>ul>li.current>a{background:#f0f0f0}.side-nav>li>a,.side-nav>li>.sb-box>a{color:#747474;border-left:3px solid transparent}.side-nav>li>a:hover,.side-nav>li>.sb-box>a:hover{background:#f8f8f8}.side-nav>li:last-child{border-top:none}.side-nav>li:not(.empty):not(.current)>a:hover,.side-nav>li:not(.empty):not(.current)>.sb-box>a:hover{background:#fafafa}.side-nav>li.empty>a,.side-nav>li.empty>.sb-box>a{color:rgba(116,116,116,0.3)}.side-nav>li.opened{background:#fafafa}.side-nav>li.opened>.sb-box>a,.side-nav>li.opened>.sb-box>.ar-btn{background:#f5f5f5}.side-nav>li.cur-op,.side-nav>li.current{border-left:3px solid #21a649}.side-nav>li.cur-op>a,.side-nav>li.current>a{background:#f8f8f8;color:#21a649}.side-nav>li.has-child .sb-box .ar-btn:hover{background:#f8f8f8}.side-nav>li.has-child .sb-box .ar-btn:before,.side-nav>li.has-child .sb-box .ar-btn:after{background:#747474}.sidebar-menu{overflow:hidden;border-radius:2px}.sidebar-menu ul>li>ul>li{padding-left:0;border:none}.sidebar-menu .side-nav li a{color:#747474}.share-page{clear:both}@media (min-width: 768px){.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}}@media (min-width: 992px){.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}}#content_page a.add-news{border-bottom:none}.add-news,#content_page .add-news{display:inline-block;font-weight:bold;text-transform:uppercase;color:#555555;margin-bottom:10px;margin-left:10px}.add-news i,#content_page .add-news i{background:#4A9B72;color:#FAFAFA;line-height:37px;text-align:center;border-radius:20px;font-size:18px;padding-left:1px;width:35px;height:35px;transition:all 0.2s ease-in-out;display:inline-block}.add-news span,#content_page .add-news span{display:inline-block}.add-news:hover i,#content_page .add-news:hover i{background:#21a649;transform:rotate(90deg)}.add-news span,#content_page .add-news span{padding:13px 10px}#content_page .owl-head,.owl-head{border-top:1px solid #e6e6e6;padding:20px 0 15px;margin:0 0}#content_page .owl-head .h-head,.owl-head .h-head{float:left;font-weight:bold;font-size:20px}#content_page .owl-head a,.owl-head a{float:right;font-weight:normal;padding:2px 0;color:#858585;text-decoration:none}#content_page .owl-head a:hover,.owl-head a:hover{color:#4D4D4D;text-decoration:none}#content_page .owl-head a i,.owl-head a i{display:inline-block;line-height:1em;text-align:center;padding-left:10px}#content_page .owl-carousel,.owl-carousel{margin-bottom:40px;margin-left:-10px;margin-right:-10px}#content_page a:focus{background:none}.site-list h2{text-transform:none;color:#21a649;border-bottom:#21a649 1px solid;padding-bottom:5px}.site-list ul{list-style:none;padding-left:0}.site-list ul li a{color:#555555;display:block;border-radius:3px;padding:8px 0}.site-list ul li a:after{content:"";clear:both;display:table}.site-list ul li a:before{content:"\f105";display:block;font-family:"FontAwesome", sans-serif;font-style:normal;font-weight:normal;text-decoration:inherit;line-height:1em;padding:3px 15px;float:left}.site-list ul li a span{display:block;padding-left:35px}.site-list ul li a:hover{background:#f5f5f5;color:#21a649;text-decoration:none}#content_page .album-photos-section a.photo-item-inner{border:none}#content_page .album-photos-section a.photo-item-inner:hover{border:none}#content_page .pagination a{padding-bottom:6px}#content_page .pagination .active a{color:#fff}#content_page .pagination a:hover{background:#fafafa}#filters .filter-label{margin-right:10px}#filters .filter-label.btn-empty.active{background:#21a649;border-color:#21a649;color:#fff}.content_page{margin-left:0;margin-right:0}#content_page .number-list{margin:20px 0 0;padding:0;border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;list-style:none}#content_page .number-list li{float:left;border-left:1px solid #e6e6e6;border-top:1px solid #e6e6e6;width:33.3333333333333333%;padding:15px;height:7.4em;font-size:12px}#content_page .number-list li:before,#content_page .number-list li:after{display:table;content:" "}#content_page .number-list li .bg-numbers{font-size:61px;font-weight:bold;float:left;line-height:0.9em}#content_page .number-list li .sm-words{padding-left:80px;display:block;line-height:1.2em}#content_page .green-simb{color:#21a649}#content_page .appendix{padding-top:20px}#content_page .appendix .green-simb{float:left}#content_page .appendix div{padding-left:20px}#content_page .force-left-padding{padding-left:15px}#content_page .element-item{font-size:104px;font-weight:bold;border:none;filter:grayscale(100%) opacity(50%);transition:filter .15s ease-in-out;margin-bottom:-30px}#content_page .element-item:hover{border:none;filter:grayscale(0%) opacity(100%)}@media (max-width: 768px){#content_page .number-list li{width:50%}#content_page .number-list li:last-child{display:none}}@media (max-width: 500px){#content_page .number-list li{width:100%}}#coop{padding:0;margin:0;list-style:none;border-bottom:#e6e6e6 1px solid}#content_page #coop li{display:inline-block;padding:0;margin-bottom:-1px}#coop li button{background:none;color:#838383;text-transform:none;border-radius:0;border-bottom:4px transparent solid;letter-spacing:normal;font-size:1em;text-align:left;padding:20px 1.6em 17px}#dropdownCoop{background:none;text-transform:none;border-radius:0;letter-spacing:normal;font-size:1em;text-align:left;padding:20px 1.6em 17px;border-bottom:4px transparent #21a649;color:#3CB578;width:100%}#dropdownCoop span{float:left}#dropdownCoop i{float:right;font-size:16px}#dropdownCoop i:before{color:#3CB578 !important}#coop li button.is-checked{border-bottom:4px transparent #21a649;color:#3CB578}.panel-collapse{padding-left:25px;padding-right:25px}.abit-btn-block{background:#f7f7f7;padding:40px 0;display:block}.btn-borders{border-right:#eaeaea 1px solid;text-align:center;color:#818181;font-weight:bold;height:78px}.btn-borders span{display:block}.abit-btn-block:last-child .btn-borders{border:none}.abit-btn-block:hover,.abit-btn-block:focus{text-decoration:none;background:#F3F3F3}.abit-btn-block:hover span{color:#3cb878}.abit-btn-block .cls-1{fill:#818181}.abit-btn-block:hover .cls-1{fill:#3cb878}.abit-btn-group{margin:10px 0 30px}.rw-texture{padding:50px 0 10px}.review-sm a{text-decoration:none}.review-sm a:hover{text-decoration:none}.rw-block{display:block;margin-bottom:40px}.rw-photo{display:block;float:left;border:#e0e0e0 8px solid;border-radius:100%;width:100px;transition:all .3s ease-in}.rw-block:hover .rw-photo{border:#3cb878 8px solid}.rw-block .rw-content{padding-left:120px;color:#FFFFFF;text-shadow:1px 1px 4px rgba(0,0,0,0.68)}#content .rw-block .rw-content p{margin-bottom:8px;color:#FFFFFF}.rw-author{margin-top:15px;font-style:italic}.review-sm h3{margin-bottom:30px;color:#fff;text-transform:none;font-weight:bold;font-size:1.5em;text-shadow:1px 1px 4px rgba(0,0,0,0.68)}.art-author{font-style:italic;text-align:right;margin-bottom:25px}.pr-block{text-align:center;font-size:18px;padding-bottom:30px}.pr-block p{padding-top:20px}.pr-block a{text-decoration:none;border-bottom:1px solid #61b77b;color:#325A46;font-weight:500;padding-bottom:0.08em}.privilege{padding-bottom:40px}.privilege h2{padding-top:50px;text-align:center;padding-bottom:30px;text-transform:none}.abi-vid-block{border-bottom:#e6e6e6 1px solid;border-top:#e6e6e6 1px solid;padding-top:50px;padding-bottom:50px;text-align:center}.abi-quest,.abi-news{padding-top:40px}.tag-block.widget{display:none}.third-img{max-width:40%;float:right;padding-top:5px;margin-left:15px;padding-bottom:5px;border-radius:3px}.wh-parallax{background:url(/graduates/schedule-diplomas/img/wh-w.jpg);background-size:cover;background-position:center center;margin:20px 0 40px}.texture-w{background:url(/graduates/schedule-diplomas/img/line_pattern-w.png);text-align:center;padding:80px 0}#content_page .parallax a.btn-default,#content_page .btn-container a.btn-default{color:#fff;border-radius:3px}.btn-container a.btn-default{color:#fff;border-radius:3px}#content_page .btn-container a.btn-default,.btn-container a.btn-default{margin-bottom:15px;width:100%;padding-top:17px;padding-bottom:17px}#content_page .btn-container,.btn-container{background:#fff;padding:20px 25px 15px;border-radius:3px;margin-bottom:20px;box-shadow:2px 2px 5px -2px rgba(0,0,0,0.39)}#content_page .btn-container-title,.btn-container-title{color:#9d9d9d;font-size:18px;font-weight:bold;display:block;padding-bottom:12px}.comission_block{background:#f7f7f7;margin-top:20px;padding-top:40px;padding-bottom:40px;background:url(/applicants/admission/white-class.jpg);background-size:cover}.comission_block h2{font-weight:bold;padding-bottom:20px;color:#fff;text-shadow:1px 1px 6px #828282;text-transform:uppercase}.rw-texture{padding:50px 0 10px}.review-sm a{text-decoration:none}.review-sm a:hover{text-decoration:none}.rw-block{display:block;margin-bottom:40px}.rw-photo{display:block;float:left;border:#e0e0e0 8px solid;border-radius:100%}.rw-content{padding-left:120px;color:#FFFFFF;text-shadow:1px 1px 4px rgba(0,0,0,0.68)}#content .rw-content p{margin-bottom:8px;color:#FFFFFF}.rw-author{margin-top:15px;font-style:italic}.review-sm{background-image:url(/applicants/admission/classroom.jpg);background-size:cover;background-position:center center}.review-sm h3{margin-bottom:30px;color:#fff;text-transform:none;font-weight:bold;font-size:1.5em;text-shadow:1px 1px 4px rgba(0,0,0,0.68)}@media screen and (max-width: 680px){.third-img{max-width:100%}#content_page .anonse-list .event-box .event-fig,#content_page .event-section .event-fig{width:100%;margin-top:0}}@media (max-width: 992px){#content_page #coop{margin-top:0}#coop li button,#content_page #coop{width:100%}#coop li button{border-bottom:#e6e6e6 1px solid}#coop li button.is-checked{border-bottom:#e6e6e6 1px solid;color:#3CB578}#content_page #coop li{display:block}.sidebar-wrapper .box{border:none;padding-top:5px;padding-bottom:0}}#requirements{font-size:1.2em}#requirements ul{color:#555}#requirements img{display:block;margin-left:auto;margin-right:auto;max-width:70%;margin-top:50px}#requirements h2{text-align:center;text-transform:none;font-size:22px;padding-bottom:15px}@media screen and (max-width: 700px){#requirements h2{text-align:left}}.f-head-style{font-weight:600;color:#dadbdd;margin-top:10px;margin-bottom:5px}.f-req{margin-bottom:10px}.f-req>a{text-decoration:underline}.f-req>a:hover{color:white}.org_block{box-shadow:0 2px 5px rgba(0,0,0,0.26);border-radius:3px;padding:15px;margin:15px 0;border:1px solid #fafafa;background:#fff;border-left-color:#21a649;border-left-width:3px}.org_block>h3{font-size:1.3em;color:#333;line-height:1.5}.counter-sect{color:#fff;text-align:center}.counter-sect .counter{display:block;background:transparent;border:none}.counter-sect .counter .countdown-row{display:block}.counter-sect .counter .countdown-row .countdown-section{float:left;font-size:5em;padding:15px 0;line-height:1.4em;width:25%}.counter-sect .counter .countdown-row .countdown-section::after{clear:both;content:"";display:table}.counter-sect .counter .countdown-row .countdown-section .countdown-period{display:block;font-size:0.4em;line-height:1.4em}.accordion.partners{list-style:none;padding-left:0}.row .content_page{position:relative}.row .content_page a.btn.btn-default.all-anonses{position:absolute;right:0;top:0;padding:5px;font-weight:normal;background:#f0f0f0;border:1px solid #f0f0f0;color:#222;text-transform:none;transition:color 0.15s ease-in,background 0.15s ease-in}.row .content_page a.btn.btn-default.all-anonses:after{content:"\f105";padding-left:10px}.row .content_page a.btn.btn-default.all-anonses:hover{background:#dedede;border:1px solid #dedede}.custom-table{border:1px solid #C3C3C3;border-collapse:collapse}.custom-table th{border:1px solid #C3C3C3;padding:10px;text-align:left;font-weight:bold}.custom-table td{border:1px solid #C3C3C3;padding:10px;text-align:left}.polytech_mission .mission-link{color:white}.polytech_mission{background:linear-gradient(-90deg, #0077bc 0%, #4392a9 70%, #73b18d 100%)}#content a.popover-link{text-decoration:none;color:#9e9e9e}.polytech_mission .mission-link{color:white}.minobr{background:rgba(255,255,255,0.9);padding:5px 10px;display:inline-block;color:#333;margin-top:10px;border-radius:5px;font-size:0.8em}.tp-caption .slide_info_bg_dark,.tp-caption .slide-event{background:rgba(0,0,0,0.7);padding:1rem;border-radius:.25rem;transition:transform .3s ease-in-out, background .3s ease-in-out}.tp-caption .slide_info_bg_dark:hover,.tp-caption .slide-event:hover{background:rgba(0,0,0,0.9);transform:translateY(-5px);transition:transform .3s ease-in-out, background .3s ease-in-out}.tp-caption .event_date,.tp-caption .slide-event__title{display:block;font-weight:600;font-size:1.5rem;margin-bottom:.5rem;color:#f8f9fa}.tp-caption .event_desc,.tp-caption .slide-event__desc{display:block;font-size:1.125rem;line-height:1.5;color:#f8f9fa}.tp-caption .event_desc:hover,.tp-caption .slide-event__desc:hover{color:#fff}.tp-caption .slide-event--center{text-align:center}@keyframes pulse-ring{0%{transform:scale(0.33)}80%,100%{opacity:0}}@keyframes pulse-center{0%{transform:scale(0.95)}50%{transform:scale(1)}100%{transform:scale(0.95)}}.header__logos{display:flex;justify-content:flex-start;align-items:center;float:left;gap:.5rem;height:100px}.logo__main{width:230px}.logo__main-img{display:block}.logo__promo{width:90px}.logo__divider{width:2px;background:#404041;height:60%}.poly_logo{padding:.625rem;display:block;float:left}.poly_logo img{width:250px;height:100px;display:block}.navbar__btn{float:left;border-radius:.25rem;text-transform:none;padding:0.625rem 1rem;line-height:1.48;margin:1rem .625rem 0 0;background:#f8f9fa;font-weight:600;letter-spacing:.025em;color:#212529;transition:color .3s ease-in-out, background .3s ease-in-out, box-shadow .3s ease-in-out}.navbar__btn:hover{background:#e9ecef;text-decoration:none;color:#212529;transition:color .3s ease-in-out, background .3s ease-in-out, box-shadow .3s ease-in-out}.navbar__btn:visited{text-decoration:none}.poly_menu_buttons .small-menu-lang{text-transform:uppercase;font-weight:bold;font-size:14px;padding:21px 20px 18px;margin:0;float:right;line-height:1em;color:#2B2B2B}.poly_menu_buttons .small-menu-lang:hover{color:#21a649;text-decoration:none}.poly_menu_buttons button.small-menu-lang{text-transform:uppercase;font-weight:bold;font-size:14px;padding-top:18px}.poly_menu_buttons button.small-menu-lang:hover{color:#21a649}.poly-modal{background:#fff;border-radius:.5rem;box-shadow:0 7px 14px 0 rgba(50,50,93,0.1),0 3px 6px 0 rgba(0,0,0,0.07);position:relative}.poly-modal__close{display:block;position:absolute;top:0;right:0;line-height:2.5rem;width:2.5rem;height:2.5rem;text-align:center;background:#fff;border-radius:50%;transform:translate(50%, -50%);box-shadow:0 4px 6px rgba(50,50,93,0.11),0 1px 3px rgba(0,0,0,0.08)}.poly-modal__content{display:flex;flex-wrap:wrap}.poly-modal__img-block{border-radius:.5rem 0 0 .5rem;background:url(/local/templates/main/img/theme/help.jpg) left center/cover;flex-basis:50%}@media screen and (max-width: 1191px){.poly-modal__img-block{flex-basis:100%;min-height:300px}}.poly-modal__desc{flex-basis:50%;padding:2rem}@media screen and (max-width: 1191px){.poly-modal__desc{flex-basis:100%}}.poly-modal__social{display:flex;justify-content:center}.poly-modal__social-btn{font-size:1.2em;width:2em;height:2em;line-height:2em;background:#21a649;color:#fff;text-align:center;border-radius:50%;margin:.5em;text-decoration:none;transition:all .5s ease-in-out}.poly-modal__social-btn:hover{transform:translateY(-2px);transition:all .5s ease-in-out;color:#fff;text-decoration:none}.poly-btn-fixed{position:fixed;z-index:11;box-shadow:0 7px 14px rgba(50,50,93,0.1),0 3px 6px rgba(0,0,0,0.08);border-radius:50%;transition:all .5s ease-in-out}.poly-btn-fixed:hover{transform:translateY(-2px);transition:all .5s ease-in-out}.poly-btn-fixed--psy-help{bottom:20px;right:90px}.poly-btn-fixed--donate{bottom:20px;right:20px}.poly-btn-fixed__svg{display:block}.section-cards__heading{font-weight:500;color:#32325d;letter-spacing:.025em;margin-bottom:2rem;font-size:1.375rem}.index-card{display:block;text-decoration:none}.index-card__item{overflow:hidden;border-radius:.5rem;background:#fff;box-shadow:0 0.5rem 1.25rem rgba(50,50,93,0.025);transition:box-shadow .25s ease-in-out, transform .25s ease-in-out, color .25s ease-in-out,background-color .15s ease-in-out;margin:1rem 1rem 2rem}.index-card__item:hover{box-shadow:0 0.5rem 1.25rem rgba(50,50,93,0.125);transition:box-shadow .25s ease-in-out, transform .25s ease-in-out, color .25s ease-in-out,background-color .15s ease-in-out;transform:scale(1.02) translateY(-5px)}.index-card__item-img{display:block;width:100%}.index-card__item-desc{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;font-size:.875rem;line-height:1.48;padding:1rem;letter-spacing:.025em;color:#525F7F}.campus__map{border-radius:.5rem;box-shadow:0 0.5rem 1.25rem rgba(35,38,45,0.125);overflow:hidden}.event__item{display:flex;margin-bottom:2rem}.event__item:last-child{margin-bottom:0}.event__square{flex:0 0 4rem;width:4rem;height:4rem;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;color:#fff;background:#21a649;border-radius:.5rem;margin-right:1rem;box-shadow:0 0.3125rem 0.75rem rgba(35,38,45,0.09)}.event__square-day{font-size:1.5rem;font-weight:600;line-height:1rem;letter-spacing:0.025em;text-shadow:0 1px 2px rgba(0,0,0,0.3)}.event__square-year{line-height:1rem;letter-spacing:0.025em;color:rgba(255,255,255,0.8);font-size:.75rem;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,0.3)}.event__square-month{font-weight:600;line-height:1rem;letter-spacing:.025em;color:rgba(255,255,255,0.8);font-size:.625rem;text-transform:uppercase;text-shadow:0 1px 2px rgba(0,0,0,0.3)}.event__desc{height:4rem;overflow:hidden;position:relative;line-height:1.48;color:#425466;text-decoration:none}.event__desc:hover{text-decoration:none;color:#0a2540}.event__desc::after{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:1rem;background:linear-gradient(to bottom, rgba(255,255,255,0), #fff)}.person__activities{box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075);border-radius:0.25rem;margin-bottom:2rem;background:#f6f9fc}.person__activities-title{font-weight:normal;text-transform:none;padding:1rem 2rem;color:#0a2540;margin:0;font-size:1rem;border-bottom:2px solid #eaeef2}.person__activities-desc{padding:2rem 2rem 1rem;color:#0a2540}#content_page .person__activities-desc ul{padding-left:.5rem;color:var(--text-color)}#content_page .person__activities-desc ul li::marker{color:#21a649}.person-table__council-title{font-weight:500;color:#0a2540}.person-table__positions+.person-table__duties{margin-top:.5rem}.news-sections-panel__list{box-shadow:0 0.3125rem 0.75rem rgba(35,38,45,0.09);border-radius:.5rem;overflow:hidden;background:#fff}.news-sections-panel__item{border-bottom:1px solid #e9ecef}.news-sections-panel__item:last-child{border:0}.news-sections-panel__link{display:block;text-decoration:none;font-size:.875rem;padding:0.625rem 1rem;color:#777;position:relative}.news-sections-panel__link::after{position:absolute;content:"";display:inline-block;bottom:0;left:0;width:3px;height:0}.news-sections-panel__link:hover::after,.news-sections-panel__link.active::after{height:41px;margin-top:auto;margin-bottom:auto}.news-sections-panel__link:hover{text-decoration:none;color:#212529}.news-sections-panel__link.active{text-decoration:none;color:#212529}.category--all::after{background:silver}.category--edu::after{background:#3ac586}.category--cult::after{background:#8cc657}.category--stud::after{background:#ff8758}.category--int::after{background:#f16f66}.category--sci::after{background:#1b94b4}.category--ach::after{background:#766592}.category--part::after{background:#2B5871}.category--sport::after{background:#f2b63e}.category--politech-media::after{background:linear-gradient(to right, #194376, #117cc1, #28b09a)}.article-video__figure{background:#f7f7f7;box-shadow:0 0.5rem 1.25rem rgba(50,50,93,0.025);overflow:hidden;height:100%;position:relative}.article-video__category{position:absolute;bottom:.5rem;left:-0.25rem;padding:.25rem .5rem .125rem;line-height:.5rem;color:#fff;font-size:.5rem;font-weight:600;letter-spacing:0.025em;display:block;text-transform:uppercase;box-shadow:0 0.125rem 0.25rem rgba(35,38,45,0.09);border-radius:.125rem}.article-video__overlay{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 0.2s ease-in-out;background-image:linear-gradient(139deg, rgba(67,67,67,0.48) 0%, rgba(79,79,79,0.16) 100%)}.article-video__overlay:hover{opacity:1}.article-video__img{border-radius:.25rem;box-shadow:0 0.3125rem 0.75rem rgba(35,38,45,0.09)}.article-video__desc{color:#425466;font-weight:500;padding:.5rem;display:block}.article-video__desc:hover{text-decoration:none;color:#0a2540}.article-video__links-group{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.article-video__links-play{text-decoration:none;text-align:center;width:70px;height:70px;display:flex;opacity:.8;justify-content:center;align-items:center;cursor:pointer;transition:all .2s ease-in-out}.article-video__links-play:hover{opacity:1}.article-video__links-play:after,.article-video__links-play:before{position:absolute;content:"";border-radius:50%;transition:.2s}.article-video__links-play:before{width:200%;height:200%;left:-50%;top:-50%;background:#21a649;animation:pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite}.article-video__links-play:after{width:50px;height:50px;background:#fff;box-shadow:0 13px 27px -5px rgba(50,50,93,0.25),0 8px 16px -8px rgba(0,0,0,0.3),0 -6px 16px -6px rgba(0,0,0,0.025);animation:pulse-center 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s infinite}.article-video__links-play-icon{width:1rem;height:1rem;position:absolute;z-index:1}.article-video__links-play-svg{width:100%;height:100%;fill:#21a649;cursor:pointer}.video-category--all{background:silver}.video-category--edu{background:#3ac586}.video-category--cult{background:#8cc657}.video-category--stud{background:#ff8758}.video-category--int{background:#f16f66}.video-category--sci{background:#1b94b4}.video-category--ach{background:#766592}.video-category--part{background:#2B5871}.video-category--sport{background:#f2b63e}.video-category--politech-media{background:linear-gradient(to right, #194376, #117cc1, #28b09a)}.mfp-iframe-holder .mfp-close{width:2rem;height:2rem;line-height:2rem;border-radius:50%;background:#fff;text-align:center;opacity:1;top:-1rem;right:-1rem}.mfp-iframe{border-radius:.5rem;overflow:hidden}.albums__item{margin:.5rem}.albums__item-block{display:block;border-radius:.5rem;padding:1rem;transition:all .3s ease-in-out;text-decoration:none;color:#425466}.albums__item-block:hover{transform:translateY(-2px);transition:all .3s ease-in-out;box-shadow:0 0.3125rem 0.75rem rgba(35,38,45,0.09);text-decoration:none;color:#0a2540}.albums__img{display:block;border-radius:.25rem;width:100%;margin-bottom:.5rem}.albums__desc{font-weight:500;font-size:.875rem;padding:0 .5rem;display:block}.albums__desc:hover{text-decoration:none}.media-panel__link{padding:1.125rem 1.375rem 1.125rem}#content_page{color:#555}#content_page p{margin-bottom:1.25rem}#content_page ol,#content_page ul{margin-bottom:2rem}#content_page ol>li,#content_page ul>li{margin-bottom:.75rem}#content_page a{color:#325A46}#content_page a:hover{text-decoration-color:#21a649;color:#21a649;border:0}#content_page a.btn{text-transform:uppercase;color:#fff;background-color:#21a649;border-color:#21a649;letter-spacing:1px;border-radius:.25rem;padding:.875rem 1.5rem;font-weight:600}#content_page a.btn:hover{text-transform:uppercase;color:#fff;background-color:#39AF5D;border-color:#39AF5D;letter-spacing:1px;border-radius:.25rem;padding:.875rem 1.5rem;font-weight:600;transform:translateY(-2px)}#content_page h2{font-size:1.35rem;margin-bottom:1.25rem}#content_page a.accordion-toggle{border-bottom:none;padding-bottom:16px}#content_page a.accordion-toggle:hover{color:#21a649;border-bottom:none}#content_page .person-card a,#content_page .contact-card a{border-bottom:none}#content_page .person-card a:hover,#content_page .contact-card a:hover{border-bottom:none}.page__section{margin-bottom:2rem}p{margin-bottom:1.25rem}.mt-sm{margin-top:1rem}.mb-xxl{margin-bottom:3rem}.dissertation-board__heading{text-align:center;color:#0a2540;font-size:1.25rem;margin-bottom:.5rem}.dissertation-board__table{box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075);margin-bottom:2rem;background:#f6f9fc}.dissertation-board__table.footable{overflow:hidden;border-collapse:collapse;border-radius:.5rem}.dissertation-board__table td{border-top:1px solid #ced4da !important;border-left:1px solid #ced4da !important}.dissertation-board__table th{color:#0a2540}.dissertation-board__table th:first-child,.dissertation-board__table td:first-child{border-left:0 !important}.dissertation-board__table tr:last-child{border-bottom-left-radius:0.5rem !important;border-bottom-right-radius:0.5rem !important}.dissertation-board__table tr:last-child td:first-child{border-bottom-left-radius:0.5rem !important}.dissertation-board__table tr:last-child td:last-child{border-bottom-right-radius:0.5rem !important}.dissertant__name{color:#0a2540}.portals{margin:0 0 5rem;display:grid;font-family:'PT Sans', Ubuntu, Helvetica, Arial, sans-serif}.portal__item{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:2rem;border-radius:.25rem;text-decoration:none;box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075);min-height:120px;background-image:linear-gradient(140deg, #d9eaa4, #d8ebf2, #9bb298);background-size:cover;background-position:center;background-attachment:fixed;transition:all .5s ease-in-out}.portal__item:hover,.portal__item:visited{text-decoration:none}.portal--texture .portal__item{background-image:url("/local/templates/main/img/portals/pattern.jpg")}.portal--texture-light .portal__item{background-image:url("/local/templates/main/img/portals/pattern_opt.jpg")}.portal--texture-green .portal__item{background-image:linear-gradient(140deg, rgba(217,234,164,0.6), rgba(216,235,242,0.6), rgba(155,178,152,0.6)),url("/local/templates/main/img/portals/pattern.jpg")}.portal--texture-green-color .portal__item{background-blend-mode:color;background-image:linear-gradient(140deg, rgba(217,234,164,0.6), rgba(216,235,242,0.6), rgba(155,178,152,0.6)),url("/local/templates/main/img/portals/pattern_opt.jpg")}.portal__item:hover{background-size:cover;background-position:center center;background-attachment:scroll;transition:all .5s ease-in-out}.portal__item:hover .portal__heading{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,0.3)}.portal__item:hover svg{fill:#fff}.portal__img{display:block;height:3rem;fill:#333;margin-bottom:.5rem;margin-right:.5rem}.portal__heading{text-transform:uppercase;font-size:1.25rem;letter-spacing:0.025em;line-height:1.125;color:#333}.heading--bold{font-weight:600}.img--width{width:3rem;height:auto}.item--row{flex-direction:row;align-items:center}.item--row .portal__img{margin-bottom:0}.portal--large{grid-row:span 2}.portal--research:hover{background-image:url("/local/templates/main/img/portals/research.jpg")}.portal--abit:hover{background-image:url("/local/templates/main/img/portals/abit.jpg")}.portal--community:hover{background-image:url("/local/templates/main/img/portals/community.jpg")}.portal--education:hover{background-image:url("/local/templates/main/img/portals/education.jpg")}.portal--int:hover{background-image:linear-gradient(rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.1)),url("/local/templates/main/img/portals/int.jpg")}.portal--job:hover{background-image:url("/local/templates/main/img/portals/job.jpg")}.portal--media:hover{background-image:url("/local/templates/main/img/portals/media.jpg")}.portal--ncmu:hover{background-image:url("/local/templates/main/img/portals/ncmu.jpg")}.portal--whitehall:hover{background-image:url("/local/templates/main/img/portals/whitehall.jpg")}.portal--open:hover{background-image:url("/local/templates/main/img/portals/open.jpg")}.portal--program:hover{background-image:url("/local/templates/main/img/portals/programs.jpg")}.portal--nti:hover{background-image:url("/local/templates/main/img/portals/nti.jpg")}@media (max-width: 767px){.portals{grid-template-columns:repeat(1, 1fr);grid-gap:1rem}.portal__item{flex-direction:row;min-height:80px;padding:1rem;align-items:center}.portal__img{margin-bottom:0}.portal--large{grid-row:span 1}}@media (min-width: 768px) and (max-width: 991px){.portals{grid-template-columns:repeat(2, 1fr);grid-gap:1rem}.portal__item{flex-direction:row;align-items:center}.portal__img{margin-bottom:0}.portal--large{grid-row:span 1}}@media (min-width: 992px) and (max-width: 1199px){.portals{grid-template-columns:repeat(3, 1fr);grid-gap:1rem}.container{width:970px}.portal__item{flex-direction:row;align-items:center}.portal__img{margin-bottom:0}.portal--large{grid-row:span 1}}@media (min-width: 1200px){.portals{grid-template-columns:repeat(4, 1fr);grid-gap:1rem}}.section-documents{padding:1.5rem 0}.section-heading{margin-bottom:1rem}.research-block{margin-bottom:2rem}.research-ids{display:flex;flex-wrap:wrap;padding:.5rem 1rem;border-top:2px solid rgba(10,37,64,0.05)}.research-ids__item{padding:0.5rem 1rem;flex:1 1 auto;display:flex;flex-direction:column;align-items:flex-start}.research-ids__label{color:#0a2540}.research-ids__link{display:block;cursor:pointer}#content .research-ids__link{color:#017698;padding-bottom:0;border:0}#content .research-ids__link:hover{color:#005760;border:0;padding-bottom:0;text-decoration:underline;text-decoration-color:#017698}.contact-info__heading{font-size:1rem;margin-bottom:1rem}.contact-info__block{background:#f6f9fc;padding:2rem;border-radius:0.25rem;box-shadow:0 2px 3px rgba(0,0,0,0.08);margin-bottom:2rem}.contact-info__text{line-height:1.5}.contact-info__contacts{display:flex;flex-direction:column;align-items:flex-start;margin:1rem 0;line-height:1.48}.contact-info__contact-item,#content_page .contact-info__contact-item{margin-bottom:.25rem;color:#017698;padding:.25rem .5rem;border:0;font-size:1rem}.contact-info__contact-item:hover,#content_page .contact-info__contact-item:hover{color:#005760;border:0;padding:.25rem .5rem;text-decoration:underline;text-decoration-color:#017698}.accent--text{font-weight:500;color:#0a2540}.line-divider{background:#dae6f1;height:2px;margin-bottom:1rem;width:100%}.df-abs-center{top:50%;left:50%;position:absolute;transform:translate(-50%, -50%)}.df-abs-h-center{position:absolute;left:50%;transform:translate(-50%)}.df-container{min-height:320px;background:no-repeat 50%;background-size:cover;width:100%;position:relative;image-rendering:auto;direction:ltr}.df-container div{box-sizing:border-box !important}.df-container.df-transparent:not(.df-fullscreen){background:transparent !important}.df-container.df-custom-fullscreen.df-fullscreen{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;margin:0 !important;border:0 !important;z-index:999999}.df-container .loading-info{position:absolute;top:100%;margin-top:20px;margin-left:5px;padding:6px 20px;background-color:rgba(0,0,0,0.3);font-style:italic;border-radius:5px;font-size:11px;max-height:30px;color:#fff;max-width:200px;transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);left:50%;opacity:.7;transition:.3s top ease;-webkit-transition:.3s top ease}.loading-info.df-old-browser{color:gray;background-color:white;opacity:.9;text-align:center;max-height:none}.loading-info.df-old-browser a{font-weight:bold;font-style:normal;text-transform:uppercase;color:#2196f3;display:block;text-decoration:underline;margin:10px 0 0}.df-container.df-init .loading-info{top:50%}.df-3dcanvas{position:absolute;z-index:1;right:0;top:0}.df-rtl .df-3dcanvas{right:auto;right:initial;left:0}.df-container a{outline:0;text-decoration:none;box-shadow:none}.df-container.df-zoom-enabled canvas.df-3dcanvas,.df-container.df-zoom-enabled .df-book-stage{cursor:move;cursor:-webkit-grab}.df-container:before,.df-container:after{content:" ";transition:.3s .1s opacity;-webkit-transition:.3s .1s opacity;opacity:0;height:50px;width:50px;left:50%;top:50%;font-size:12px;margin:-45px -25px -25px;box-sizing:border-box;position:absolute;pointer-events:none}.df-container.df-loading:before,.df-container.df-loading:after{content:" ";z-index:100;opacity:1}.df-container.df-loading:after{content:" ";background-image:url("/local/templates/main/img/loading.gif");background-repeat:no-repeat;background-size:32px;background-position:50%}.df-container.df-loading:before{background-color:white;border-radius:50px;border:1px solid rgba(150,150,150,0.2)}.df-book-stage{position:absolute;overflow:hidden;right:0;bottom:0;z-index:1;top:0;left:0;filter:blur(0);-webkit-filter:blur(0);padding:30px 50px 70px}.df-container.df-xs .df-book-stage{padding-left:20px;padding-right:20px}.df-container.df-sidemenu-open .df-book-stage{padding-left:230px;padding-right:10px}.df-container.df-sidemenu-open>.df-ui-btn.df-ui-prev{left:220px}.df-rtl.df-container.df-sidemenu-open>.df-ui-btn.df-ui-prev{left:0}.df-rtl.df-container.df-sidemenu-open>.df-ui-btn.df-ui-next{right:220px}.df-book-stage.df-zoom-enabled{cursor:move}.df-page-front:before,.df-page-back:before{content:" "}.df-book-page .df-page-front:before{background-image:-ms-linear-gradient(right, rgba(0,0,0,0.25), rgba(0,0,0,0.2) 10%, rgba(0,0,0,0.15) 25%, rgba(0,0,0,0) 70%)}.df-book-page .df-page-back:before{background-image:-ms-linear-gradient(left, rgba(0,0,0,0.25), rgba(0,0,0,0.15) 15%, rgba(255,255,255,0.07), rgba(255,255,255,0))}.df-book-wrapper,.df-page-wrapper,.df-book-page,.df-page-content,.df-page-front:before,.df-page-wrapper:after,.df-page-back:before,.df-page-content:after,.df-page-effects,.df-page-effects:before,.df-page-effects{position:absolute;height:100%;display:block;top:0}.df-page-content,.df-book-page{width:100%}.df-book-wrapper{position:relative;margin:0 auto;transition:.3s left;-webkit-transition:.3s left;left:0}.df-zoom-enabled .df-book-wrapper{transition:none;-webkit-transition:none}.df-loading.df-container .df-book-wrapper{left:100%}.df-book-wrapper.close-right{left:25%}.df-book-wrapper.close-left{left:-25%}.df-book-shadow{position:absolute;z-index:-1;height:100%;-ms-box-shadow:0 0 10px rgba(0,0,0,0.3);box-shadow:0 0 10px rgba(0,0,0,0.3)}.df-book-wrapper .df-book-side-buttons{position:absolute;left:100%;width:40px;opacity:.3;height:100%;cursor:pointer;z-index:30;border-radius:0 20px 20px 0}.df-book-prev-button.df-book-side-buttons{border-radius:20px 0 0 20px}.df-book-wrapper .df-book-side-buttons:hover{opacity:.5;background-color:rgba(0,0,0,0.18)}.df-book-wrapper .df-book-prev-button{right:100%;left:auto;left:initial}.df-book-wrapper .df-book-side-buttons:before{position:absolute;font-size:30px;transform:translate(-50%, -50%);left:50%;top:50%}.df-page-wrapper{overflow:hidden}.df-hard-page .df-page-wrapper{width:100% !important;height:100% !important;overflow:visible;transform-style:preserve-3d;transform-origin:0 50% 0}.df-book-page.df-flipping,.df-book-page.df-folding{box-shadow:-2px 0 10px rgba(0,0,0,0)}.df-book-page.df-left-side{left:0;transform-origin:right}.df-book-page.df-right-side{left:50%;transform-origin:left}.df-book-page.df-right-side+.df-page-wrapper.df-right-side{z-index:-1}.df-book-page .df-page-front,.df-book-page .df-page-back{width:100%;background-size:100.5% 100%;background-size:100% 100%;height:100%;background-color:white;position:absolute;box-sizing:border-box}.df-page-back>canvas,.df-page-front>canvas{width:100%;position:relative;z-index:-1}.df-quick-turn:before{opacity:0}.df-book-page.df-flipping.df-left-side:before{background-image:-moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1));width:10px;left:-10px}.df-book-page{width:50%}.df-book-page.df-flipping,.df-book-page.df-folding{z-index:200 !important}.df-page-content{background-size:100.25% !important;background-repeat:no-repeat !important;transition-property:transform;-webkit-transition-property:-webkit-transform;width:100%;overflow:hidden}.df-book-page.df-left-side .df-page-front{z-index:2}.df-book-page.df-left-side .df-page-back{z-index:1}.df-book-page.df-left-side.df-folding:not(.df-hard-page) .df-page-back{z-index:3}.df-book-page.df-right-side .df-page-front{top:0;left:0;z-index:0}.df-book-page,.df-page-front,.df-page-back,.df-page-fold-inner-shadow,.df-page-fold-outer-shadow,.df-page-wrapper{position:absolute;transform-origin:0 0}.df-page-front,.df-page-back{overflow:hidden}.df-page-fold-outer-shadow{z-index:-1;width:100%;height:100%}.df-page-fold-inner-shadow{position:absolute;z-index:5;display:none}.df-book-page.df-folding .df-page-fold-inner-shadow{display:block}.df-book-page.df-right-side .df-page-back{left:0;z-index:1}.df-book-page.df-right-side.df-folding .df-page-front{z-index:2}.df-page-wrapper.df-right-side .df-page-back{left:100%;z-index:1;overflow:hidden}.df-hard-page .df-page-front,.df-hard-page .df-page-back{-webkit-backface-visibility:hidden;backface-visibility:hidden}.df-hard-page.df-right-side .df-page-front{transform-origin:right 50%;z-index:3 !important}.df-hard-page.df-left-side .df-page-front{transform-origin:right 50%}.df-hard-page.df-right-side .df-page-back{transform-origin:left 50%;z-index:3}.df-hard-page.df-left-side .df-page-back{transform-origin:left 50%}.df-page-front:before,.df-page-back:before{width:20%;z-index:5;pointer-events:none}.df-page-front:before{right:0}.df-page-wrapper.df-right-side.df-flipping{z-index:4}.df-ui{height:60px;padding:20px 16px 0}.df-ui-wrapper,.df-ui-btn{color:#888;vertical-align:top;background-color:#f7f7f7;box-sizing:border-box;text-align:center}.df-ui-wrapper{box-shadow:0 1px 4px rgba(0,0,0,0.3);background-color:#f7f7f7;position:absolute}.df-share-wrapper{z-index:2;position:absolute;top:0;bottom:0;right:0;left:0;background-color:rgba(0,0,0,0.35);display:none}.df-share-box{position:absolute;top:50%;width:280px;transform:translateX(-50%) translateY(-50%);left:50%;background-color:#fff;border-radius:10px;padding:10px 15px 5px;text-align:center}span.df-share-title{color:#777;margin-bottom:10px;display:block}.df-share-url{background-color:#fff;height:60px;color:#666;padding:2px 5px;border-radius:5px;width:100%;font-size:12px;box-sizing:border-box;margin-bottom:0}.df-share-button{display:inline-block;text-align:center;cursor:pointer;border-radius:50%;padding:10px;margin:3px;color:#aaa}.df-share-button:hover{color:#444}.df-ui-btn{position:relative;width:35px;right:0;height:40px;font-size:17px;cursor:pointer;z-index:2;display:inline-block;padding:12px 5px;line-height:1}.df-floating .df-ui-controls>.df-ui-btn:first-child{border-radius:5px 0 0 5px}.df-floating .df-ui-controls>.df-ui-btn:last-child{border-radius:0 5px 5px 0}.df-ui-btn:before{box-sizing:border-box}.df-ui-thumbnail,.df-ui-share,.df-ui-outline,.df-ui-help,.df-ui-sound{float:left}.df-ui-btn:hover{color:#00acce}.df-ui-btn.disabled,.df-ui-btn.disabled:hover{color:#ccc}.df-ui-page{padding:8px 5px 2px;font-size:12px;width:auto;width:50px;margin:0;border-radius:0;background-color:rgba(0,0,0,0.03)}.df-ui-page input{width:100%;background-color:transparent;height:25px;margin:0;padding:0 !important;border:1px solid #8f8f8f;text-align:center;vertical-align:top;color:transparent;font-size:14px;top:0;box-sizing:border-box;z-index:-1;display:inline-block;opacity:0}.df-ui-page input:focus{z-index:2;opacity:1;color:inherit}.df-ui-page input:focus+label{opacity:0;display:none}.df-ui-page label{position:absolute;height:30px;width:100%;display:block;top:0;padding-top:14px;line-height:1.1em;color:#999;font-size:13px;font-weight:normal;left:0;cursor:pointer;background-color:transparent;z-index:1;box-sizing:border-box}.df-ui-share{float:left}.df-ui-fullscreen{bottom:0}.df-ui-zoom{top:24px;height:60px;right:24px;width:30px;display:none;border-radius:3px}.df-ui-sidemenu-close{position:absolute;top:10px;right:-32px;font-size:14px;width:32px;height:35px;cursor:pointer;padding:10px 0;background:inherit;border-radius:0 5px 5px 0;z-index:-1;transition:.5s ease;-webkit-transition:.5s ease}.df-ui-controls{bottom:0;width:100%;height:40px;padding:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:4;display:block}.df-floating .df-ui-controls{bottom:10px;width:auto;width:intial;transform:translateX(-50%);left:50%;margin:0 auto;display:table;display:flex;border-radius:5px}.df-floating.df-controls-top .df-ui-controls{bottom:auto;bottom:intial;top:10px}.df-floating.df-controls-hide .df-ui-controls{display:none}.df-ui-wrapper.df-ui-controls .df-ui-btn{float:none}.df-ui-size{bottom:24px;height:60px;right:24px}.df-ui-zoom:before,.df-ui-size:before{height:0;border-bottom:1px solid;content:" ";right:5px;opacity:.3;display:block;position:absolute;top:30px;left:5px;z-index:2}.df-ui-zoomin{top:0}.df-ui-zoomout{bottom:0}.df-ui-next{right:24px;right:0;border-radius:0}.df-container.df-floating>.df-ui-next{right:8px}.df-container.df-floating>.df-ui-prev{left:2px}.df-container>.df-ui-next,.df-container>.df-ui-prev{margin-top:-5px;transform:translateY(-50%);top:50%;position:absolute;opacity:.3;background-color:transparent;height:auto;height:initial;font-size:36px;color:#000;width:auto;text-align:center;width:initial}.df-container>.df-ui-next:hover,.df-container>.df-ui-prev:hover{opacity:.7}.df-container.df-floating>.df-ui-next,.df-container.df-floating>.df-ui-prev{border-radius:50%;width:40px}.df-ui-prev{left:0;right:auto;border-radius:0}.df-ui-alt{position:relative !important;right:auto;right:initial;left:auto;left:initial;box-shadow:none !important}.df-ui-alt.df-ui-next{border-right:1px solid #ddd}.df-ui-btn.df-active{color:#00acce;background-color:#e7e7e7}.df-ui-fit{display:none}.df-ui-zoomin,.df-ui-zoomout,.df-ui-fullscreen,.df-ui-more{float:right}.df-ui-fit{top:0}.df-ui-more .more-container,.df-ui-search .search-container{display:none;position:absolute;bottom:100%;margin-bottom:8px !important;right:10px;background-color:#f7f7f7;z-index:20;border-radius:5px;box-shadow:0 -1px 3px rgba(0,0,0,0.2)}.df-controls-top .df-ui-more .more-container,.df-controls-top .df-ui-search .search-container{bottom:auto;bottom:initial;margin-top:8px !important;top:100%;box-shadow:0 1px 3px rgba(0,0,0,0.2)}.more-container:before,.search-container:before{content:" ";position:absolute;border:solid transparent;border-width:7px;border-top-color:#eee;height:0;width:0;bottom:-14px;right:13px;margin-right:-8px;pointer-events:none}.df-controls-top .more-container:before,.df-controls-top .search-container:before{border:solid transparent;border-bottom-color:#eee;border-width:7px;top:-14px}.more-container .df-ui-btn{width:auto;width:initial;width:170px;text-align:left;padding:8px 10px;height:36px;border-top:1px solid #e4e4e4;border-radius:0}.more-container .df-ui-btn:hover{background-color:#eee}.more-container>.df-ui-btn:first-child{border-radius:5px;border-top:0}.more-container>.df-ui-btn:last-child{border-radius:0 0 5px 5px}.more-container .df-ui-btn:before{position:absolute;top:11px;font-size:14px}.df-ui-btn span{display:none}.more-container .df-ui-btn span{font-size:12px;padding-left:20px;vertical-align:middle;display:inline-block}.df-ui-more.df-active .more-container,.df-ui-search.df-active .search-container{display:block}.annotationLayer section,.annotationDiv section,.customLinkAnnotation,.customHtmlAnnotation,.customVideoAnnotation,.linkAnnotation,.highlightAnnotation,.popupAnnotation{position:absolute;z-index:5;cursor:pointer;pointer-events:all}.annotationDiv .popupWrapper{position:absolute;width:20em}.annotationDiv .popup{position:absolute;z-index:200;max-width:20em;background-color:#ff9;box-shadow:0 2px 5px #333;border-radius:2px;padding:.6em;margin-left:5px;cursor:pointer;word-wrap:break-word}.annotationDiv .popup h1{font-size:1em;border-bottom:1px solid #000;padding-bottom:.2em}.annotationDiv .popup p{padding-top:.2em}.annotationDiv .highlightAnnotation,.annotationDiv .underlineAnnotation,.annotationDiv .squigglyAnnotation,.annotationDiv .strikeoutAnnotation,.annotationDiv .fileAttachmentAnnotation{cursor:pointer}.annotationDiv .textAnnotation img{position:absolute;cursor:pointer}section.linkAnnotation a,.annotationDiv .buttonWidgetAnnotation.pushButton>a{display:block;height:100%}section.linkAnnotation a,a.linkAnnotation,a.customLinkAnnotation,.customHtmlAnnotation,.customVideoAnnotation{background-color:transparent;background-color:#ff0;opacity:.1}section.linkAnnotation a:hover,a.linkAnnotation:hover,.highlightAnnotation:hover,a.customLinkAnnotation:hover{opacity:.4;border-color:transparent;background-color:#2196f3}.annotationDiv,.textLayerDiv{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden}.textLayerDiv{line-height:1.0}.textLayerDiv>div{position:absolute;white-space:pre;cursor:text;transform-origin:0 0}section.linkAnnotation a .annotationLayer>a{display:block;position:absolute;height:100%;cursor:pointer;box-sizing:border-box}.df-page-loading:after,.df-page-loading:before{content:" ";height:44px;width:44px;position:absolute;top:50%;left:50%;margin:-22px -22px}.df-page-loading:before{background-color:white;border-radius:50px;box-sizing:border-box}.df-page-loading:after{background-image:url("/local/templates/main/images/loading.gif");background-repeat:no-repeat;background-position:center;background-size:22px}.df-thumb-container .df-vrow{height:124px;left:0;width:90%;margin:10px auto;background-position:50%;cursor:pointer;background-repeat:no-repeat;right:0;border-radius:5px}.df-thumb-container .df-vrow:before{content:"";background-image:url("/local/templates/main/images/loading.gif");background-size:22px;height:22px;width:22px;display:block;top:60px;margin:0 auto;position:relative;z-index:0}.df-thumb-container .df-vrow:hover{background-color:#bbb}.df-floating .df-thumb-container .df-vrow:hover,.df-vrow.df-selected{background-color:#ccc;opacity:1}.df-thumb-container .df-vrow.df-thumb-loaded{background-size:contain}.df-thumb-container .df-vrow.df-thumb-loaded:before{display:none}.df-vrow>div{height:20px;background-color:rgba(170,170,170,0.54);width:40px;margin:0 auto}.df-sidemenu{float:left;width:220px;height:auto !important;position:absolute !important;top:0;z-index:3;transition:.5s transform ease;-webkit-transition:.5s -webkit-transform ease;transform:translateX(-100%);-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);left:-50px;background-color:rgba(238,238,238,0.9)}.df-rtl .df-sidemenu{left:auto;left:initial;transform:translateX(100%);-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);right:-50px;direction:rtl}.df-thumb-container{text-align:center}.df-outline-container{color:#666;font-size:12px}.df-outline-wrapper,.df-thumb-wrapper{position:absolute !important;top:0;bottom:0;left:0;right:0;height:auto !important;box-shadow:1px 0 4px rgba(102,102,102,0.38)}.df-outline-wrapper{overflow:auto;padding:10px 10px 5px 10px}.df-floating .df-outline-container,.df-floating .df-thumb-container{bottom:0}.df-sidemenu.df-sidemenu-visible{display:block;transform:translateX(0);-ms-transform:translateX(0);-moz-transform:translateX(0);-webkit-transform:translateX(0);left:0}.df-outline-toggle{cursor:pointer;float:left;width:18px;padding:5px 0;margin-left:-18px;text-align:center}.df-outline-toggle.df-outlines-hidden ~ .df-outline-items{display:none}.df-outline-items>.df-outline-item{margin-left:18px}.df-outline-item a:hover,.df-outline-toggle:hover{background-color:#e7e7e7}.df-outline-item a{color:inherit !important;text-decoration:none !important;display:block;padding:5px 0 5px 5px;overflow:hidden;text-overflow:ellipsis;border:none !important;box-shadow:none !important}.df-outline-toggle:before{content:"\e64b";font-size:10px;font-family:'themify'}.df-outline-toggle.df-outlines-hidden:before{content:"\e649"}.df-lightbox-wrapper{position:fixed !important;top:0;bottom:0;right:0;height:auto !important;left:0;background-color:white;z-index:99999}.df-lightbox-controls{float:right;padding:5px;z-index:1000;position:relative}.df-lightbox-close{float:right;height:40px;text-align:center;font-size:50px;cursor:pointer;color:#444;border-radius:50%;border-color:transparent;width:40px;background-color:transparent;transition:.2s;-webkit-transition:.2s}.df-lightbox-close:hover{color:white;background-color:rgba(0,0,0,0.21);border-color:black}.df-lightbox-close:before{top:50%;position:absolute;transform:translate(-50%, -50%);left:50%;font-size:24px}.df-lightbox-wrapper .df-container{position:absolute !important;width:100%;top:0;bottom:0;height:auto !important}.df-container.df-xs .df-ui-controls .df-ui-btn.df-ui-page{display:none !important}._df_button,._df_thumb,._df_custom{box-sizing:border-box;display:inline-block;position:relative;cursor:pointer}._df_button{padding:5px 15px;background:#0085ba;color:white;font-size:14px;border-color:#0073aa #006799 #006799;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap}._df_thumb{border:0;width:140px;height:200px;text-align:center}._df_thumb{cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,0.22);display:inline-block;transform-style:preserve-3d;box-sizing:border-box;-webkit-transition:.2s;margin:30px 10px 10px;perspective:1200px}._df_books ._df_thumb,._df_books .df-dummy{width:140px;height:200px;text-align:center;display:inline-block;position:relative;margin:20px 10px;vertical-align:top}._df_thumb[thumbtype="img"]{height:auto}._df_thumb[thumbtype="img"] img{max-width:100%;max-height:200px;margin:0;padding:0;border:0}._df_book-cover{background-size:100% 100%;height:100%;width:100%;transform-origin:left;top:0;background-color:#eee;position:relative;overflow:hidden;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;box-shadow:0 1px 2px rgba(0,0,0,0.22)}._df_thumb ._df_book-title{bottom:-100%;position:absolute;width:100%;left:0;padding:5px;font-size:12px;background:rgba(1,163,163,0.87);background:rgba(60,60,60,0.8);box-sizing:border-box;display:block;color:white;transition:.4s;-webkit-transition:.4s;opacity:0}._df_thumb ._df_book-tag{float:left;padding:0 4px 2px;background-color:rgba(0,0,0,0.26);text-transform:uppercase;font-size:10px;margin:-15px 0 0 2px;z-index:-1;color:rgba(255,255,255,0.8);position:relative}._df_thumb:hover ._df_book-title,._df_thumb-not-found ._df_book-title{opacity:1;bottom:0}._df_thumb:hover ._df_book-cover{transform:rotateY(-20deg) rotateZ(0);box-shadow:3px 0 12px rgba(0,0,0,0.6)}.df-webkit ._df_thumb:hover ._df_book-cover{transform:none;box-shadow:1px 0 12px rgba(0,0,0,0.6)}._df_books{max-width:960px;margin:0 auto;text-align:center;position:relative;z-index:1;padding:20px 5px 150px}._df_books-break{color:rgba(255,255,255,0.3);font-size:14px;letter-spacing:1px;font-weight:600;margin-top:25px;text-transform:uppercase}._df_books-break:after{content:" ";bottom:0;width:50px;height:1px;background-color:rgba(255,255,255,0.24);display:block;margin:10px auto}.df-page-wrapper{transform:translateZ(0)}.df-container ::-webkit-scrollbar{width:8px}.df-container ::-webkit-scrollbar-button{height:8px}.df-container ::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.3);border:0 none #fff;border-radius:100px}.df-container ::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,0.5)}.df-container ::-webkit-scrollbar-thumb:active{background:rgba(0,0,0,0.5)}.df-container ::-webkit-scrollbar-track{background:rgba(0,0,0,0.2);border:0 none #fff;border-radius:100px}.df-container ::-webkit-scrollbar-track:hover{background:rgba(0,0,0,0.2)}.df-container ::-webkit-scrollbar-track:active{background:rgba(0,0,0,0.15)}.df-container ::-webkit-scrollbar-corner{background:transparent}.df-skipTransition{transition:none !important}.df-container.df-fullscreen{height:100% !important;max-height:100% !important;width:100% !important;max-width:100% !important}.df-container.df-double-internal .df-page-front{background-position:left;background-size:cover}.df-container.df-double-internal .df-page-back{background-position:right;background-size:cover}.customHtmlAnnotation iframe{position:absolute;top:0;left:0;width:100% !important;height:100% !important}.df-rtl .more-container .df-ui-btn{text-align:right;direction:rtl}.df-rtl .more-container .df-ui-btn:before{right:10px}.df-rtl .more-container .df-ui-btn span{padding:0;padding-right:20px}.df-rtl .df-outline-items>.df-outline-item{margin:0 18px 0 0;text-align:right;direction:rtl}.df-rtl .df-outline-toggle{float:right;margin:0 -18px 0 0}.df-rtl .df-outline-toggle.df-outlines-hidden:before{content:"\e64a"}.df-rtl .df-sidemenu.df-sidemenu-visible{left:auto;left:initial;right:0}.df-rtl .df-ui-sidemenu-close{right:auto;right:initial;left:-32px;border-radius:5px 0 0 5px}._df_thumb[thumbtype="img"] ._df_thumb-not-found{height:200px;position:relative}body.admin-bar .df-lightbox-wrapper{top:32px}@media screen and (max-width: 782px){body.admin-bar .df-lightbox-wrapper{top:46px}}.df-raw-loading{position:absolute;margin-top:20px;margin-left:5px;padding:6px 20px;background-color:rgba(0,0,0,0.3);font-style:italic;border-radius:5px;font-size:11px;max-height:30px;color:#fff;max-width:200px;transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);left:50%;top:50%;opacity:.7}.df-raw-loading a{color:inherit !important}._df_book{background:#f6f9fc !important;border-radius:.5rem;margin-bottom:1rem}.df-container .df-raw-loading{top:100%}[hidden]{display:none}@font-face{font-family:'themify';src:url("/local/templates/main/fonts/themify.eot");src:url("/local/templates/main/fonts/themify.eot?#iefix") format("embedded-opentype"),url("/local/templates/main/fonts/themify.woff") format("woff"),url("/local/templates/main/fonts/themify.ttf") format("truetype"),url("/local/templates/main/fonts/themify.svg") format("svg");font-weight:normal;font-style:normal}[class^="ti-"]:before,[class*=" ti-"]:before{font-family:'themify';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-wand:before{content:"\e600"}.ti-volume:before{content:"\e601"}.ti-user:before{content:"\e602"}.ti-unlock:before{content:"\e603"}.ti-unlink:before{content:"\e604"}.ti-trash:before{content:"\e605"}.ti-thought:before{content:"\e606"}.ti-target:before{content:"\e607"}.ti-tag:before{content:"\e608"}.ti-tablet:before{content:"\e609"}.ti-star:before{content:"\e60a"}.ti-spray:before{content:"\e60b"}.ti-signal:before{content:"\e60c"}.ti-shopping-cart:before{content:"\e60d"}.ti-shopping-cart-full:before{content:"\e60e"}.ti-settings:before{content:"\e60f"}.ti-search:before{content:"\e610"}.ti-zoom-in:before{content:"\e611"}.ti-zoom-out:before{content:"\e612"}.ti-cut:before{content:"\e613"}.ti-ruler:before{content:"\e614"}.ti-ruler-pencil:before{content:"\e615"}.ti-ruler-alt:before{content:"\e616"}.ti-bookmark:before{content:"\e617"}.ti-bookmark-alt:before{content:"\e618"}.ti-reload:before{content:"\e619"}.ti-plus:before{content:"\e61a"}.ti-pin:before{content:"\e61b"}.ti-pencil:before{content:"\e61c"}.ti-pencil-alt:before{content:"\e61d"}.ti-paint-roller:before{content:"\e61e"}.ti-paint-bucket:before{content:"\e61f"}.ti-na:before{content:"\e620"}.ti-mobile:before{content:"\e621"}.ti-minus:before{content:"\e622"}.ti-medall:before{content:"\e623"}.ti-medall-alt:before{content:"\e624"}.ti-marker:before{content:"\e625"}.ti-marker-alt:before{content:"\e626"}.ti-arrow-up:before{content:"\e627"}.ti-arrow-right:before{content:"\e628"}.ti-arrow-left:before{content:"\e629"}.ti-arrow-down:before{content:"\e62a"}.ti-lock:before{content:"\e62b"}.ti-location-arrow:before{content:"\e62c"}.ti-link:before{content:"\e62d"}.ti-layout:before{content:"\e62e"}.ti-layers:before{content:"\e62f"}.ti-layers-alt:before{content:"\e630"}.ti-key:before{content:"\e631"}.ti-import:before{content:"\e632"}.ti-image:before{content:"\e633"}.ti-heart:before{content:"\e634"}.ti-heart-broken:before{content:"\e635"}.ti-hand-stop:before{content:"\e636"}.ti-hand-open:before{content:"\e637"}.ti-hand-drag:before{content:"\e638"}.ti-folder:before{content:"\e639"}.ti-flag:before{content:"\e63a"}.ti-flag-alt:before{content:"\e63b"}.ti-flag-alt-2:before{content:"\e63c"}.ti-eye:before{content:"\e63d"}.ti-export:before{content:"\e63e"}.ti-exchange-vertical:before{content:"\e63f"}.ti-desktop:before{content:"\e640"}.ti-cup:before{content:"\e641"}.ti-crown:before{content:"\e642"}.ti-comments:before{content:"\e643"}.ti-comment:before{content:"\e644"}.ti-comment-alt:before{content:"\e645"}.ti-close:before{content:"\e646"}.ti-clip:before{content:"\e647"}.ti-angle-up:before{content:"\e648"}.ti-angle-right:before{content:"\e649"}.ti-angle-left:before{content:"\e64a"}.ti-angle-down:before{content:"\e64b"}.ti-check:before{content:"\e64c"}.ti-check-box:before{content:"\e64d"}.ti-camera:before{content:"\e64e"}.ti-announcement:before{content:"\e64f"}.ti-brush:before{content:"\e650"}.ti-briefcase:before{content:"\e651"}.ti-bolt:before{content:"\e652"}.ti-bolt-alt:before{content:"\e653"}.ti-blackboard:before{content:"\e654"}.ti-bag:before{content:"\e655"}.ti-move:before{content:"\e656"}.ti-arrows-vertical:before{content:"\e657"}.ti-arrows-horizontal:before{content:"\e658"}.ti-fullscreen:before{content:"\e659"}.ti-arrow-top-right:before{content:"\e65a"}.ti-arrow-top-left:before{content:"\e65b"}.ti-arrow-circle-up:before{content:"\e65c"}.ti-arrow-circle-right:before{content:"\e65d"}.ti-arrow-circle-left:before{content:"\e65e"}.ti-arrow-circle-down:before{content:"\e65f"}.ti-angle-double-up:before{content:"\e660"}.ti-angle-double-right:before{content:"\e661"}.ti-angle-double-left:before{content:"\e662"}.ti-angle-double-down:before{content:"\e663"}.ti-zip:before{content:"\e664"}.ti-world:before{content:"\e665"}.ti-wheelchair:before{content:"\e666"}.ti-view-list:before{content:"\e667"}.ti-view-list-alt:before{content:"\e668"}.ti-view-grid:before{content:"\e669"}.ti-uppercase:before{content:"\e66a"}.ti-upload:before{content:"\e66b"}.ti-underline:before{content:"\e66c"}.ti-truck:before{content:"\e66d"}.ti-timer:before{content:"\e66e"}.ti-ticket:before{content:"\e66f"}.ti-thumb-up:before{content:"\e670"}.ti-thumb-down:before{content:"\e671"}.ti-text:before{content:"\e672"}.ti-stats-up:before{content:"\e673"}.ti-stats-down:before{content:"\e674"}.ti-split-v:before{content:"\e675"}.ti-split-h:before{content:"\e676"}.ti-smallcap:before{content:"\e677"}.ti-shine:before{content:"\e678"}.ti-shift-right:before{content:"\e679"}.ti-shift-left:before{content:"\e67a"}.ti-shield:before{content:"\e67b"}.ti-notepad:before{content:"\e67c"}.ti-server:before{content:"\e67d"}.ti-quote-right:before{content:"\e67e"}.ti-quote-left:before{content:"\e67f"}.ti-pulse:before{content:"\e680"}.ti-printer:before{content:"\e681"}.ti-power-off:before{content:"\e682"}.ti-plug:before{content:"\e683"}.ti-pie-chart:before{content:"\e684"}.ti-paragraph:before{content:"\e685"}.ti-panel:before{content:"\e686"}.ti-package:before{content:"\e687"}.ti-music:before{content:"\e688"}.ti-music-alt:before{content:"\e689"}.ti-mouse:before{content:"\e68a"}.ti-mouse-alt:before{content:"\e68b"}.ti-money:before{content:"\e68c"}.ti-microphone:before{content:"\e68d"}.ti-menu:before{content:"\e68e"}.ti-menu-alt:before{content:"\e68f"}.ti-map:before{content:"\e690"}.ti-map-alt:before{content:"\e691"}.ti-loop:before{content:"\e692"}.ti-location-pin:before{content:"\e693"}.ti-list:before{content:"\e694"}.ti-light-bulb:before{content:"\e695"}.ti-Italic:before{content:"\e696"}.ti-info:before{content:"\e697"}.ti-infinite:before{content:"\e698"}.ti-id-badge:before{content:"\e699"}.ti-hummer:before{content:"\e69a"}.ti-home:before{content:"\e69b"}.ti-help:before{content:"\e69c"}.ti-headphone:before{content:"\e69d"}.ti-harddrives:before{content:"\e69e"}.ti-harddrive:before{content:"\e69f"}.ti-gift:before{content:"\e6a0"}.ti-game:before{content:"\e6a1"}.ti-filter:before{content:"\e6a2"}.ti-files:before{content:"\e6a3"}.ti-file:before{content:"\e6a4"}.ti-eraser:before{content:"\e6a5"}.ti-envelope:before{content:"\e6a6"}.ti-download:before{content:"\e6a7"}.ti-direction:before{content:"\e6a8"}.ti-direction-alt:before{content:"\e6a9"}.ti-dashboard:before{content:"\e6aa"}.ti-control-stop:before{content:"\e6ab"}.ti-control-shuffle:before{content:"\e6ac"}.ti-control-play:before{content:"\e6ad"}.ti-control-pause:before{content:"\e6ae"}.ti-control-forward:before{content:"\e6af"}.ti-control-backward:before{content:"\e6b0"}.ti-cloud:before{content:"\e6b1"}.ti-cloud-up:before{content:"\e6b2"}.ti-cloud-down:before{content:"\e6b3"}.ti-clipboard:before{content:"\e6b4"}.ti-car:before{content:"\e6b5"}.ti-calendar:before{content:"\e6b6"}.ti-book:before{content:"\e6b7"}.ti-bell:before{content:"\e6b8"}.ti-basketball:before{content:"\e6b9"}.ti-bar-chart:before{content:"\e6ba"}.ti-bar-chart-alt:before{content:"\e6bb"}.ti-back-right:before{content:"\e6bc"}.ti-back-left:before{content:"\e6bd"}.ti-arrows-corner:before{content:"\e6be"}.ti-archive:before{content:"\e6bf"}.ti-anchor:before{content:"\e6c0"}.ti-align-right:before{content:"\e6c1"}.ti-align-left:before{content:"\e6c2"}.ti-align-justify:before{content:"\e6c3"}.ti-align-center:before{content:"\e6c4"}.ti-alert:before{content:"\e6c5"}.ti-alarm-clock:before{content:"\e6c6"}.ti-agenda:before{content:"\e6c7"}.ti-write:before{content:"\e6c8"}.ti-window:before{content:"\e6c9"}.ti-widgetized:before{content:"\e6ca"}.ti-widget:before{content:"\e6cb"}.ti-widget-alt:before{content:"\e6cc"}.ti-wallet:before{content:"\e6cd"}.ti-video-clapper:before{content:"\e6ce"}.ti-video-camera:before{content:"\e6cf"}.ti-vector:before{content:"\e6d0"}.ti-themify-logo:before{content:"\e6d1"}.ti-themify-favicon:before{content:"\e6d2"}.ti-themify-favicon-alt:before{content:"\e6d3"}.ti-support:before{content:"\e6d4"}.ti-stamp:before{content:"\e6d5"}.ti-split-v-alt:before{content:"\e6d6"}.ti-slice:before{content:"\e6d7"}.ti-shortcode:before{content:"\e6d8"}.ti-shift-right-alt:before{content:"\e6d9"}.ti-shift-left-alt:before{content:"\e6da"}.ti-ruler-alt-2:before{content:"\e6db"}.ti-receipt:before{content:"\e6dc"}.ti-pin2:before{content:"\e6dd"}.ti-pin-alt:before{content:"\e6de"}.ti-pencil-alt2:before{content:"\e6df"}.ti-palette:before{content:"\e6e0"}.ti-more:before{content:"\e6e1"}.ti-more-alt:before{content:"\e6e2"}.ti-microphone-alt:before{content:"\e6e3"}.ti-magnet:before{content:"\e6e4"}.ti-line-double:before{content:"\e6e5"}.ti-line-dotted:before{content:"\e6e6"}.ti-line-dashed:before{content:"\e6e7"}.ti-layout-width-full:before{content:"\e6e8"}.ti-layout-width-default:before{content:"\e6e9"}.ti-layout-width-default-alt:before{content:"\e6ea"}.ti-layout-tab:before{content:"\e6eb"}.ti-layout-tab-window:before{content:"\e6ec"}.ti-layout-tab-v:before{content:"\e6ed"}.ti-layout-tab-min:before{content:"\e6ee"}.ti-layout-slider:before{content:"\e6ef"}.ti-layout-slider-alt:before{content:"\e6f0"}.ti-layout-sidebar-right:before{content:"\e6f1"}.ti-layout-sidebar-none:before{content:"\e6f2"}.ti-layout-sidebar-left:before{content:"\e6f3"}.ti-layout-placeholder:before{content:"\e6f4"}.ti-layout-menu:before{content:"\e6f5"}.ti-layout-menu-v:before{content:"\e6f6"}.ti-layout-menu-separated:before{content:"\e6f7"}.ti-layout-menu-full:before{content:"\e6f8"}.ti-layout-media-right-alt:before{content:"\e6f9"}.ti-layout-media-right:before{content:"\e6fa"}.ti-layout-media-overlay:before{content:"\e6fb"}.ti-layout-media-overlay-alt:before{content:"\e6fc"}.ti-layout-media-overlay-alt-2:before{content:"\e6fd"}.ti-layout-media-left-alt:before{content:"\e6fe"}.ti-layout-media-left:before{content:"\e6ff"}.ti-layout-media-center-alt:before{content:"\e700"}.ti-layout-media-center:before{content:"\e701"}.ti-layout-list-thumb:before{content:"\e702"}.ti-layout-list-thumb-alt:before{content:"\e703"}.ti-layout-list-post:before{content:"\e704"}.ti-layout-list-large-image:before{content:"\e705"}.ti-layout-line-solid:before{content:"\e706"}.ti-layout-grid4:before{content:"\e707"}.ti-layout-grid3:before{content:"\e708"}.ti-layout-grid2:before{content:"\e709"}.ti-layout-grid2-thumb:before{content:"\e70a"}.ti-layout-cta-right:before{content:"\e70b"}.ti-layout-cta-left:before{content:"\e70c"}.ti-layout-cta-center:before{content:"\e70d"}.ti-layout-cta-btn-right:before{content:"\e70e"}.ti-layout-cta-btn-left:before{content:"\e70f"}.ti-layout-column4:before{content:"\e710"}.ti-layout-column3:before{content:"\e711"}.ti-layout-column2:before{content:"\e712"}.ti-layout-accordion-separated:before{content:"\e713"}.ti-layout-accordion-merged:before{content:"\e714"}.ti-layout-accordion-list:before{content:"\e715"}.ti-ink-pen:before{content:"\e716"}.ti-info-alt:before{content:"\e717"}.ti-help-alt:before{content:"\e718"}.ti-headphone-alt:before{content:"\e719"}.ti-hand-point-up:before{content:"\e71a"}.ti-hand-point-right:before{content:"\e71b"}.ti-hand-point-left:before{content:"\e71c"}.ti-hand-point-down:before{content:"\e71d"}.ti-gallery:before{content:"\e71e"}.ti-face-smile:before{content:"\e71f"}.ti-face-sad:before{content:"\e720"}.ti-credit-card:before{content:"\e721"}.ti-control-skip-forward:before{content:"\e722"}.ti-control-skip-backward:before{content:"\e723"}.ti-control-record:before{content:"\e724"}.ti-control-eject:before{content:"\e725"}.ti-comments-smiley:before{content:"\e726"}.ti-brush-alt:before{content:"\e727"}.ti-youtube:before{content:"\e728"}.ti-vimeo:before{content:"\e729"}.ti-twitter:before{content:"\e72a"}.ti-time:before{content:"\e72b"}.ti-tumblr:before{content:"\e72c"}.ti-skype:before{content:"\e72d"}.ti-share:before{content:"\e72e"}.ti-share-alt:before{content:"\e72f"}.ti-rocket:before{content:"\e730"}.ti-pinterest:before{content:"\e731"}.ti-new-window:before{content:"\e732"}.ti-microsoft:before{content:"\e733"}.ti-list-ol:before{content:"\e734"}.ti-linkedin:before{content:"\e735"}.ti-layout-sidebar-2:before{content:"\e736"}.ti-layout-grid4-alt:before{content:"\e737"}.ti-layout-grid3-alt:before{content:"\e738"}.ti-layout-grid2-alt:before{content:"\e739"}.ti-layout-column4-alt:before{content:"\e73a"}.ti-layout-column3-alt:before{content:"\e73b"}.ti-layout-column2-alt:before{content:"\e73c"}.ti-instagram:before{content:"\e73d"}.ti-google:before{content:"\e73e"}.ti-github:before{content:"\e73f"}.ti-flickr:before{content:"\e740"}.ti-facebook:before{content:"\e741"}.ti-dropbox:before{content:"\e742"}.ti-dribbble:before{content:"\e743"}.ti-apple:before{content:"\e744"}.ti-android:before{content:"\e745"}.ti-save:before{content:"\e746"}.ti-save-alt:before{content:"\e747"}.ti-yahoo:before{content:"\e748"}.ti-wordpress:before{content:"\e749"}.ti-vimeo-alt:before{content:"\e74a"}.ti-twitter-alt:before{content:"\e74b"}.ti-tumblr-alt:before{content:"\e74c"}.ti-trello:before{content:"\e74d"}.ti-stack-overflow:before{content:"\e74e"}.ti-soundcloud:before{content:"\e74f"}.ti-sharethis:before{content:"\e750"}.ti-sharethis-alt:before{content:"\e751"}.ti-reddit:before{content:"\e752"}.ti-pinterest-alt:before{content:"\e753"}.ti-microsoft-alt:before{content:"\e754"}.ti-linux:before{content:"\e755"}.ti-jsfiddle:before{content:"\e756"}.ti-joomla:before{content:"\e757"}.ti-html5:before{content:"\e758"}.ti-flickr-alt:before{content:"\e759"}.ti-email:before{content:"\e75a"}.ti-drupal:before{content:"\e75b"}.ti-dropbox-alt:before{content:"\e75c"}.ti-css3:before{content:"\e75d"}.ti-rss:before{content:"\e75e"}.ti-rss-alt:before{content:"\e75f"}.inst__block{border-radius:.5rem;margin-bottom:2rem;overflow:hidden;box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075)}.inst__head{padding:1rem}.inst__heading{font-size:1.25rem;line-height:1.2;color:#fff;text-shadow:0 2px 3px rgba(0,0,0,0.1)}.inst__spec{font-size:.75rem;background:rgba(255,255,255,0.77);display:inline-block;padding:.25rem .5rem;color:#333;border-radius:.25rem;margin:5px 5px 0 0}.inst__desc{background:#fff;display:flex;align-items:center}.inst__date{flex-basis:80px;font-weight:600;font-size:1.25rem;padding:1rem;height:100%;color:#32325d;text-align:center}.inst__place{color:#32325d;font-weight:500}.inst__timetable{border-left:2px solid #f2f3f4;width:100%;padding:0 1rem 0 0;color:#425466}.inst__timetable-item{display:flex;border-bottom:2px solid #f2f3f4;align-items:center}.inst__timetable-item:last-of-type{border-bottom:0}.inst__link a{padding:1rem;font-size:1.25rem;color:#425466;opacity:.7;text-decoration:none;transition:opacity .3s ease-in-out}.inst__link a:hover{text-decoration:none;opacity:1}.inst__desc+.inst__desc{border-top:2px solid #f2f3f4}.inst__heading+.inst__spec{margin-top:1rem}.timetable__hour{font-weight:600;padding:.5rem 1rem;line-height:1.48}.timetable__desc{line-height:1.48;padding:.5rem 0}.opt-imet .inst__head{background:#313595}.opt-ice .inst__head{background:#28777e}.opt-ie .inst__head{background:#ed601d}.opt-hum .inst__head{background:#fe9920}.opt-physmech .inst__head{background:#184180}.opt-et .inst__head{background:#4eaace}.opt-iсst .inst__head{background:#419b5f}.opt-iknt .inst__head{background:#419b5f}.opt-imted .inst__head{background:#8c9a4a}.opt-iamt .inst__head{background:#db3519}.opt-immit .inst__head{background:#7a808b}.opt-ibmst .inst__head{background:#11542b}.opt-ic .inst__head{background:#522878}.opt-ifkst .inst__head{background:#66b934}.opt-ine .inst__head{background:#09c}.opt-lyceum .inst__head{background:#319f42}.opt-college .inst__head{background:#319f42}.opt-i_all .inst__head{background:#37b34a}.external__portal{display:inline-block;padding:0 2rem}.external__portal-link{border-radius:.25rem;font-weight:600}.council-meeting__grid{display:grid;grid-gap:1.5rem;margin:1rem 0}@media (max-width: 767px){.council-meeting__grid{grid-template-columns:1fr}}@media (min-width: 768px) and (max-width: 991px){.council-meeting__grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 992px) and (max-width: 1199px){.council-meeting__grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 1200px){.council-meeting__grid{grid-template-columns:repeat(3, 1fr)}}.council-meeting__grid-card,#content_page .council-meeting__grid-card{display:flex;flex-direction:column;padding:1rem;background:#f6f9fc;border-radius:.5rem;box-shadow:0 2px 3px rgba(0,0,0,0.08);transition:all .3s ease-in-out}.council-meeting__grid-card:hover,#content_page .council-meeting__grid-card:hover{border:0;transform:translateY(-1px);text-decoration:none;box-shadow:0 5px 10px 2px rgba(0,0,0,0.08)}.council-meeting__grid-card-img{display:block;width:100%;border-radius:.5rem}.council-meeting__grid-card-heading{color:#0a2540;line-height:1.2;margin-top:1rem;font-size:.875rem;text-align:center}.council-meeting__card{display:flex;flex-direction:column;padding:2rem;background:#f6f9fc;border-radius:0.25rem;box-shadow:0 2px 3px rgba(0,0,0,0.08);margin-bottom:2rem}.council-meeting__img{display:block;width:100%;border-radius:.5rem;margin-bottom:1rem}.council-meeting__heading{color:#0a2540;line-height:1.2;font-size:1.25rem;margin-bottom:1rem}.council-meeting__desc ol,.council-meeting__panel ol{counter-reset:custom-counter;padding-left:1rem;list-style:none;margin:1.5rem 0}.council-meeting__desc ol li,.council-meeting__panel ol li{padding-left:1.625rem;counter-increment:custom-counter;position:relative;margin-bottom:1rem;line-height:1.48;color:#425466}.council-meeting__desc ol li::before,.council-meeting__panel ol li::before{content:counter(custom-counter);display:inline-block;position:absolute;left:0;top:1px;font-size:.625rem;width:2em;height:2em;line-height:2em;border-radius:50%;text-align:center;color:#fff;background:#21a649;box-shadow:0 2px 3px rgba(0,0,0,0.1)}.council-meeting__footer{display:flex;justify-content:flex-end}#content_page .council-meeting__news-link{border-radius:.25rem;padding:.5rem 1.5rem;border:0;background:#21a649;color:#fff;box-shadow:0 4px 6px rgba(50,50,93,0.1),0 1px 3px rgba(0,0,0,0.08);transition:all .3s ease-in-out}#content_page .council-meeting__news-link:hover{background:#1d9140;color:#fff;border:0;box-shadow:0 7px 14px rgba(50,50,93,0.1),0 3px 6px rgba(0,0,0,0.08);transform:translateY(-1px)}.honorary-doctors__grid{display:grid;grid-gap:1.5rem;margin:1rem 0}@media (max-width: 767px){.honorary-doctors__grid{grid-template-columns:1fr}}@media (min-width: 768px) and (max-width: 991px){.honorary-doctors__grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 992px) and (max-width: 1199px){.honorary-doctors__grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 1200px){.honorary-doctors__grid{grid-template-columns:repeat(3, 1fr)}}.honorary-doctors__grid-card,#content_page .honorary-doctors__grid-card{display:flex;flex-direction:column;align-items:center;padding:1rem;background:#f6f9fc;border-radius:.5rem;box-shadow:0 2px 3px rgba(0,0,0,0.08);transition:all .3s ease-in-out}.honorary-doctors__grid-card:hover,#content_page .honorary-doctors__grid-card:hover{border:0;transform:translateY(-1px);text-decoration:none;box-shadow:0 5px 10px 2px rgba(0,0,0,0.08)}.honorary-doctors__grid-card-img{display:block;width:100%;max-width:120px;border-radius:50%}.honorary-doctors__grid-card-heading{color:#0a2540;line-height:1.2;margin-top:1rem;font-weight:500;font-size:.875rem;text-align:center}.honorary-doctors__card{display:flex;flex-direction:column;align-items:center;padding:2rem;background:#f6f9fc;border-radius:0.25rem;box-shadow:0 2px 3px rgba(0,0,0,0.08);margin-bottom:2rem}.honorary-doctors__img{display:block;width:100%;max-width:200px;border-radius:50%;margin-bottom:1rem;box-shadow:0 0.125em 0.313em rgba(10,37,64,0.09),0 0.063em 0.125em rgba(0,0,0,0.07)}.honorary-doctors__heading{color:#0a2540;line-height:1.2;font-size:1.25rem;margin-bottom:1rem}.honorary-doctors__desc ol,.honorary-doctors__panel ol{counter-reset:custom-counter;padding-left:1rem;list-style:none;margin:1.5rem 0}.honorary-doctors__desc ol li,.honorary-doctors__panel ol li{padding-left:1.625rem;counter-increment:custom-counter;position:relative;margin-bottom:1rem;line-height:1.48;color:#425466}.honorary-doctors__desc ol li::before,.honorary-doctors__panel ol li::before{content:counter(custom-counter);display:inline-block;position:absolute;left:0;top:1px;font-size:.625rem;width:2em;height:2em;line-height:2em;border-radius:50%;text-align:center;color:#fff;background:#21a649;box-shadow:0 2px 3px rgba(0,0,0,0.1)}.honorary-doctors__footer{display:flex;justify-content:flex-end}#content_page .honorary-doctors__news-link{border-radius:.25rem;padding:.5rem 1.5rem;border:0;background:#21a649;color:#fff;box-shadow:0 4px 6px rgba(50,50,93,0.1),0 1px 3px rgba(0,0,0,0.08);transition:all .3s ease-in-out}#content_page .honorary-doctors__news-link:hover{background:#1d9140;color:#fff;border:0;box-shadow:0 7px 14px rgba(50,50,93,0.1),0 3px 6px rgba(0,0,0,0.08);transform:translateY(-1px)}.councils-list{margin:2rem 0;display:flex;flex-direction:column}.councils-list__item,#content_page .councils-list__item{padding:1rem;border-radius:.5rem;margin-bottom:1rem;background:#f6f9fc;box-shadow:0 0.125em 0.313em rgba(10,37,64,0.09),0 0.063em 0.125em rgba(0,0,0,0.07);font-weight:500;color:#495474;transition:transform .3s ease-in-out, box-shadow .3s ease-in-out}.councils-list__item:hover,#content_page .councils-list__item:hover{transform:translateY(-1px);box-shadow:0 0.063em 0.313em 0 rgba(10,37,64,0.07),0 0.438em 1.063em 0 rgba(0,0,0,0.1);text-decoration:none}.journals{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1rem;margin:0 2rem 2rem}@media (max-width: 767px){.journals{grid-template-columns:1fr}}@media (min-width: 768px) and (max-width: 991px){.journals{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 992px) and (max-width: 1199px){.journals{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 1200px){.journals{grid-template-columns:repeat(3, 1fr)}}.journals__item{padding:1rem;border-radius:.5rem;background:#F6F9FC;text-decoration:none;color:#0a2540;box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075);display:flex;justify-content:center;align-items:center;transition:all .3s ease-in-out}.journals__item:hover{color:#0080a5;text-decoration:none}.journals__name{text-align:center;line-height:1.2rem}.channel__widget{box-shadow:0 0.125em 0.313em rgba(10,37,64,0.09),0 0.063em 0.125em rgba(0,0,0,0.07);border-radius:.25rem;background:#fff;padding-bottom:1rem;display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.channel__header{display:flex;gap:.25rem;align-items:center;border-bottom:2px solid #F6F9FC;padding:.5rem}.channel__logo{color:#21a649;font-size:2rem;width:1.5em;height:1.5em;line-height:1.5em;border-radius:50%;flex:0 0 1.5em;box-shadow:0 0.125em 0.313em rgba(10,37,64,0.09),0 0.063em 0.125em rgba(0,0,0,0.07)}.channel__name{color:#0A3340;line-height:1.2;font-weight:500}.channel__desc{padding:1rem 1rem 0;color:#425766}.channel__desc>p{margin-bottom:.5rem}.channel__join{margin-top:.5rem;background:#21a649;color:#fff !important;padding:0.5rem 1.5rem;border-radius:0.25rem;text-decoration:none !important;letter-spacing:.025em;transition:all .3s ease-in-out;box-shadow:0 0.125em 0.313em rgba(10,37,64,0.09),0 0.063em 0.125em rgba(0,0,0,0.07)}.channel__join:hover{transform:translateY(-2px);background:#1d9140;box-shadow:0 0.25em 0.375em rgba(10,37,64,0.09),0 0.063em 0.188em rgba(0,0,0,0.08)}.follow__widget{box-shadow:0 0.125em 0.313em rgba(10,37,64,0.09),0 0.063em 0.125em rgba(0,0,0,0.07);border-radius:.25rem;background:#fff;padding-bottom:1rem;display:flex;flex-direction:column;align-items:stretch;margin-bottom:2rem}.follow__header{display:flex;font-weight:500;gap:.25rem;align-items:center;border-bottom:2px solid #F6F9FC;padding:1rem}.follow__desc{padding:1rem 1rem 0;color:#425766}.follow__desc>p{margin-bottom:.5rem}.follow__ul{padding-left:0;margin-left:0}.follow__ul>li{margin-bottom:.25rem}.follow__link{color:#0080A7}.follow__link:hover{color:#005760}.docs{--docs-card-shadow: 0 1px 3px rgba(0, 0, 0, .1);--headings-color: #32325d;--text-color: #425766}.docs__list{list-style:none;padding-left:0}.docs__link,#content_page .docs__link{display:flex;flex-direction:column;background:#fff;padding:1rem;border-radius:.25rem;text-decoration:none;box-shadow:var(--docs-card-shadow, 0 1px 3px rgba(0,0,0,0.1));transition:.3s ease-in-out;gap:.25rem}.docs__link:hover,#content_page .docs__link:hover{text-decoration:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateY(-2px);box-shadow:0 3px 15px rgba(0,128,167,0.25)}.docs__date{color:var(--headings-color, #32325d);font-size:.75rem}.docs__code{color:var(--headings-color, #32325d);font-size:.75rem;font-weight:500}.docs__title{font-size:.75rem;line-height:1.35;color:var(--text-color, #425766)}.docs__tags{display:flex}.docs__tag{padding:.125rem .5rem;border-radius:.25rem;font-size:.625rem;color:#4d4f5c;letter-spacing:.025em;border:0;background:#F0F0F0}.docs__size{margin-left:1rem;font-size:.75rem;color:#425766}.docs__size::before{content:"";font-family:'FontAwesome', sans-serif;font-weight:900;padding-right:.25rem;font-size:.75rem}[href$=".pdf"] .docs__size::before{content:"";color:#BD4567}[href$=".xls"] .docs__size::before,[href$=".xlsx"] .docs__size::before{content:"";color:#377E5F}[href$=".doc"] .docs__size::before,[href$=".DOC"] .docs__size::before,[href$=".rtf"] .docs__size::before,[href$=".docx"] .docs__size::before{content:"";color:#5B6FC7}[href$=".ppt"] .docs__size::before,[href$=".pptx"] .docs__size::before{content:"";color:#B8503C}[href$=".zip"] .docs__size::before,[href$=".7z"] .docs__size::before,[href$=".rar"] .docs__size::before{content:""}[href$=".jpg"] .docs__size::before,[href$=".jpeg"] .docs__size::before,[href$=".gif"] .docs__size::before,[href$=".png"] .docs__size::before,[href$=".webp"] .docs__size::before,[href$=".svg"] .docs__size::before,[href$=".tiff"] .docs__size::before{content:""}.table-responsive--custom{overflow-x:auto}.table--custom{margin:1rem .25rem 2rem;border-spacing:0;border-collapse:collapse;word-wrap:break-word;overflow:hidden;width:calc(100% - .5rem);border-radius:.5rem;box-shadow:0 0.125em 0.313em rgba(10,37,64,0.09),0 0.063em 0.125em rgba(0,0,0,0.07)}.table--custom caption{text-transform:uppercase;color:#4e5b6c;font-weight:500;font-size:1rem;margin-bottom:.5rem}.table--custom td{padding:1rem;border-bottom:1px solid #e3e8ee;color:#4e5b6c;font-size:.875rem}.table--custom th{padding:1rem;border-bottom:1px solid #e3e8ee;font-size:.875rem;font-weight:500;color:#0a2540;line-height:1.25}.table--custom thead{border-bottom:1px solid #e3e8ee}.table--custom thead+tbody tr:first-child>td:first-child,.table--custom thead+tbody tr:first-child>td:last-child{border-radius:0}.table--custom tr:last-child th,.table--custom tr:last-child td{border-bottom:0}.table--custom tr:first-child>td:first-child{border-top-left-radius:.5rem}.table--custom tr:first-child>td:last-child{border-top-right-radius:.5rem}.table--custom tr:last-child>td:first-child{border-bottom-left-radius:.5rem}.table--custom tr:last-child>td:last-child{border-bottom-right-radius:.5rem}.table--custom tr:nth-child(2n+1) td,.table--custom tr:nth-child(2n+1) th{background:#f7fafc}.footer__socials{margin-top:2rem}.footer__bottom{background:#00392a}.footer__bottom-block{padding:1rem 0}.violet-color{background:#564bb5}.violet-border{border:2px solid #564bb5}.cyan-color{background:#03acdc}.cyan-border{border-color:#03acdc}.azure-color{background:#18e2ba}.azure-border{border-color:#18e2ba}.red-color{background:#f24f42}.red-border{border-color:#f24f42}.pink-color{background:#e56293}.pink-border{border-color:#e56293}.orange-color{background:#fba628}.orange-border{border-color:#fba628}.alternate-bg{background:#F6F8FB}.dark-color{background-color:#fafafa;color:#fcfcfc}.light-color{background-color:#ffffff;color:#222222}.dark-main-color{background-color:#21a649;color:#ffffff}.main-color{background-color:#21a649;color:#ffffff}.light-main-color{background-color:#b99856;color:#ffffff}.dark-color .dark-color{background-color:#1e1e1e}.light-color .light-color{background-color:#f2f2f2}.dark-main-color .dark-main-color{background-color:#88754d}.main-color .main-color{background-color:#bba475;color:#ffffff}.light-main-color .light-main-color{background-color:#9c7d40}.body-color{background-color:#f7f7f7;color:#222222}body{background:#f7f7f7;color:#222222}h1,h2,h3,h4,h5,h6{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{color:inherit}.lead{color:inherit}.text-light h1,.text-light h2,.text-light h1 span,.text-light h2 span,.text-light h3,.text-light h4,.text-light h5,.text-light h6,.text-light p,.text-light p.lead,.text-light blockquote,.text-light cite{color:#ffffff}h1.text-main-color,h2.text-main-color,h1 span.text-main-color,h2 span.text-main-color,h3.text-main-color,h4.text-main-color,h5.text-main-color,h6.text-main-color,p.text-main-color,p.lead.text-main-color,blockquote.text-main-color,cite.text-main-color,h1 .text-main-color,h2 .text-main-color,h1 span .text-main-color,h2 span .text-main-color,h3 .text-main-color,h4 .text-main-color,h5 .text-main-color,h6 .text-main-color,p .text-main-color,p.lead .text-main-color,blockquote .text-main-color,cite .text-main-color{color:#21a649}h1.text-light,h2.text-light,h1 span.text-light,h2 span.text-light,h3.text-light,h4.text-light,h5.text-light,h6.text-light,p.text-light,p.lead.text-light{color:#ffffff}mark,.mark{background-color:#21a649;color:#ffffff}.main-color mark,.main-color .mark{background-color:#b99856}a,a:hover,a:focus,a:active{color:#21a649}.main-color a,.main-color a:hover,.main-color a:focus{color:#eee8dc}.light-main-color a,.light-main-color a:hover,.light-main-color a:focus{color:#4B9975}a.box-link{color:#222222}a.box-link h1,a.box-link h2,a.box-link h3,a.box-link h4,a.box-link h5,a.box-link h6,a.box-link p{color:#222222}a.box-link:hover{color:#21a649}a.box-link:hover h1,a.box-link:hover h2,a.box-link:hover h3,a.box-link:hover h4,a.box-link:hover h5,a.box-link:hover h6,a.box-link:hover p{color:#21a649}.main-color a.box-link{color:#ffffff}.main-color a.box-link h1,.main-color a.box-link h2,.main-color a.box-link h3,.main-color a.box-link h4,.main-color a.box-link h5,.main-color a.box-link h6,.main-color a.box-link p{color:#ffffff}.main-color a.box-link:hover{color:#887143}.main-color a.box-link:hover h1,.main-color a.box-link:hover h2,.main-color a.box-link:hover h3,.main-color a.box-link:hover h4,.main-color a.box-link:hover h5,.main-color a.box-link:hover h6,.main-color a.box-link:hover p{color:#887143}.dark-main-color a.box-link{color:#ffffff}.dark-main-color a.box-link h1,.dark-main-color a.box-link h2,.dark-main-color a.box-link h3,.dark-main-color a.box-link h4,.dark-main-color a.box-link h5,.dark-main-color a.box-link h6,.dark-main-color a.box-link p{color:#ffffff}.dark-main-color a.box-link:hover{color:#a69062}.dark-main-color a.box-link:hover h1,.dark-main-color a.box-link:hover h2,.dark-main-color a.box-link:hover h3,.dark-main-color a.box-link:hover h4,.dark-main-color a.box-link:hover h5,.dark-main-color a.box-link:hover h6,.dark-main-color a.box-link:hover p{color:#a69062}.light-main-color a.box-link{color:#ffffff}.light-main-color a.box-link h1,.light-main-color a.box-link h2,.light-main-color a.box-link h3,.light-main-color a.box-link h4,.light-main-color a.box-link h5,.light-main-color a.box-link h6,.light-main-color a.box-link p{color:#ffffff}.light-main-color a.box-link:hover{color:#8a6f39}.light-main-color a.box-link:hover h1,.light-main-color a.box-link:hover h2,.light-main-color a.box-link:hover h3,.light-main-color a.box-link:hover h4,.light-main-color a.box-link:hover h5,.light-main-color a.box-link:hover h6,.light-main-color a.box-link:hover p{color:#8a6f39}.light-color a.box-link{color:#222222}.light-color a.box-link h1,.light-color a.box-link h2,.light-color a.box-link h3,.light-color a.box-link h4,.light-color a.box-link h5,.light-color a.box-link h6,.light-color a.box-link p{color:#222222}.light-color a.box-link:hover{color:#21a649}.light-color a.box-link:hover h1,.light-color a.box-link:hover h2,.light-color a.box-link:hover h3,.light-color a.box-link:hover h4,.light-color a.box-link:hover h5,.light-color a.box-link:hover h6,.light-color a.box-link:hover p{color:#21a649}.dark-color a.box-link{color:#fcfcfc}.dark-color a.box-link h1,.dark-color a.box-link h2,.dark-color a.box-link h3,.dark-color a.box-link h4,.dark-color a.box-link h5,.dark-color a.box-link h6,.dark-color a.box-link p{color:#fcfcfc}.dark-color a.box-link:hover{color:#21a649}.dark-color a.box-link:hover h1,.dark-color a.box-link:hover h2,.dark-color a.box-link:hover h3,.dark-color a.box-link:hover h4,.dark-color a.box-link:hover h5,.dark-color a.box-link:hover h6,.dark-color a.box-link:hover p{color:#21a649}blockquote{border-color:#e6e6e6}blockquote:before{color:#21a649}.blockquote-reverse{border-left-color:#d5d5d5}.dark-main-color blockquote{background-color:#21a649;border-color:#4B9975;color:#ffffff}.dark-main-color blockquote h1,.dark-main-color blockquote h2,.dark-main-color blockquote h3,.dark-main-color blockquote h4,.dark-main-color blockquote h5,.dark-main-color blockquote h6,.dark-main-color blockquote p{color:#ffffff}.dark-main-color blockquote footer{color:#887143}.dark-main-color blockquote:before{color:#ffffff}.main-color blockquote{background-color:#b99856;border-color:#9c7d40;color:#ffffff}.main-color blockquote h1,.main-color blockquote h2,.main-color blockquote h3,.main-color blockquote h4,.main-color blockquote h5,.main-color blockquote h6,.main-color blockquote p{color:#ffffff}.main-color blockquote footer{color:#786031}.main-color blockquote:before{color:#9c7d40}.light-main-color blockquote{background-color:#21a649;border-color:#4B9975;color:#ffffff}.light-main-color blockquote h1,.light-main-color blockquote h2,.light-main-color blockquote h3,.light-main-color blockquote h4,.light-main-color blockquote h5,.light-main-color blockquote h6,.light-main-color blockquote p{color:#ffffff}.light-main-color blockquote footer{color:#887143}.light-main-color blockquote:before{color:#21a649}.dark-color blockquote{background-color:#1e1e1e;border-color:#040404;color:#fcfcfc}.dark-color blockquote h1,.dark-color blockquote h2,.dark-color blockquote h3,.dark-color blockquote h4,.dark-color blockquote h5,.dark-color blockquote h6,.dark-color blockquote p{color:#fcfcfc}.dark-color blockquote footer{color:#515151}.dark-color blockquote:before{color:#111111}.light-color blockquote{background-color:#f2f2f2;border-color:#d9d9d9;color:#222222}.light-color blockquote h1,.light-color blockquote h2,.light-color blockquote h3,.light-color blockquote h4,.light-color blockquote h5,.light-color blockquote h6,.light-color blockquote p{color:#222222}.light-color blockquote footer{color:#bfbfbf}.light-color blockquote:before{color:#d9d9d9}.dark-main-color blockquote.main-color,.main-color blockquote.main-color,.light-main-color blockquote.main-color,.dark-color blockquote.main-color,.light-color blockquote.main-color{background-color:#21a649;border-color:#4B9975;color:#ffffff}.dark-main-color blockquote.main-color h1,.main-color blockquote.main-color h1,.light-main-color blockquote.main-color h1,.dark-color blockquote.main-color h1,.light-color blockquote.main-color h1,.dark-main-color blockquote.main-color h2,.main-color blockquote.main-color h2,.light-main-color blockquote.main-color h2,.dark-color blockquote.main-color h2,.light-color blockquote.main-color h2,.dark-main-color blockquote.main-color h3,.main-color blockquote.main-color h3,.light-main-color blockquote.main-color h3,.dark-color blockquote.main-color h3,.light-color blockquote.main-color h3,.dark-main-color blockquote.main-color h4,.main-color blockquote.main-color h4,.light-main-color blockquote.main-color h4,.dark-color blockquote.main-color h4,.light-color blockquote.main-color h4,.dark-main-color blockquote.main-color h5,.main-color blockquote.main-color h5,.light-main-color blockquote.main-color h5,.dark-color blockquote.main-color h5,.light-color blockquote.main-color h5,.dark-main-color blockquote.main-color h6,.main-color blockquote.main-color h6,.light-main-color blockquote.main-color h6,.dark-color blockquote.main-color h6,.light-color blockquote.main-color h6,.dark-main-color blockquote.main-color p,.main-color blockquote.main-color p,.light-main-color blockquote.main-color p,.dark-color blockquote.main-color p,.light-color blockquote.main-color p{color:#ffffff}.dark-main-color blockquote.main-color footer,.main-color blockquote.main-color footer,.light-main-color blockquote.main-color footer,.dark-color blockquote.main-color footer,.light-color blockquote.main-color footer{color:#887143}.dark-main-color blockquote.dark-main-color,.main-color blockquote.dark-main-color,.light-main-color blockquote.dark-main-color,.dark-color blockquote.dark-main-color,.light-color blockquote.dark-main-color{background-color:#21a649;border-color:#574b32;color:#ffffff}.dark-main-color blockquote.dark-main-color h1,.main-color blockquote.dark-main-color h1,.light-main-color blockquote.dark-main-color h1,.dark-color blockquote.dark-main-color h1,.light-color blockquote.dark-main-color h1,.dark-main-color blockquote.dark-main-color h2,.main-color blockquote.dark-main-color h2,.light-main-color blockquote.dark-main-color h2,.dark-color blockquote.dark-main-color h2,.light-color blockquote.dark-main-color h2,.dark-main-color blockquote.dark-main-color h3,.main-color blockquote.dark-main-color h3,.light-main-color blockquote.dark-main-color h3,.dark-color blockquote.dark-main-color h3,.light-color blockquote.dark-main-color h3,.dark-main-color blockquote.dark-main-color h4,.main-color blockquote.dark-main-color h4,.light-main-color blockquote.dark-main-color h4,.dark-color blockquote.dark-main-color h4,.light-color blockquote.dark-main-color h4,.dark-main-color blockquote.dark-main-color h5,.main-color blockquote.dark-main-color h5,.light-main-color blockquote.dark-main-color h5,.dark-color blockquote.dark-main-color h5,.light-color blockquote.dark-main-color h5,.dark-main-color blockquote.dark-main-color h6,.main-color blockquote.dark-main-color h6,.light-main-color blockquote.dark-main-color h6,.dark-color blockquote.dark-main-color h6,.light-color blockquote.dark-main-color h6,.dark-main-color blockquote.dark-main-color p,.main-color blockquote.dark-main-color p,.light-main-color blockquote.dark-main-color p,.dark-color blockquote.dark-main-color p,.light-color blockquote.dark-main-color p{color:#ffffff}.dark-main-color blockquote.dark-main-color footer,.main-color blockquote.dark-main-color footer,.light-main-color blockquote.dark-main-color footer,.dark-color blockquote.dark-main-color footer,.light-color blockquote.dark-main-color footer{color:#473d28}.dark-main-color blockquote.light-main-color,.main-color blockquote.light-main-color,.light-main-color blockquote.light-main-color,.dark-color blockquote.light-main-color,.light-color blockquote.light-main-color{background-color:#b99856;border-color:#9c7d40;color:#ffffff}.dark-main-color blockquote.light-main-color h1,.main-color blockquote.light-main-color h1,.light-main-color blockquote.light-main-color h1,.dark-color blockquote.light-main-color h1,.light-color blockquote.light-main-color h1,.dark-main-color blockquote.light-main-color h2,.main-color blockquote.light-main-color h2,.light-main-color blockquote.light-main-color h2,.dark-color blockquote.light-main-color h2,.light-color blockquote.light-main-color h2,.dark-main-color blockquote.light-main-color h3,.main-color blockquote.light-main-color h3,.light-main-color blockquote.light-main-color h3,.dark-color blockquote.light-main-color h3,.light-color blockquote.light-main-color h3,.dark-main-color blockquote.light-main-color h4,.main-color blockquote.light-main-color h4,.light-main-color blockquote.light-main-color h4,.dark-color blockquote.light-main-color h4,.light-color blockquote.light-main-color h4,.dark-main-color blockquote.light-main-color h5,.main-color blockquote.light-main-color h5,.light-main-color blockquote.light-main-color h5,.dark-color blockquote.light-main-color h5,.light-color blockquote.light-main-color h5,.dark-main-color blockquote.light-main-color h6,.main-color blockquote.light-main-color h6,.light-main-color blockquote.light-main-color h6,.dark-color blockquote.light-main-color h6,.light-color blockquote.light-main-color h6,.dark-main-color blockquote.light-main-color p,.main-color blockquote.light-main-color p,.light-main-color blockquote.light-main-color p,.dark-color blockquote.light-main-color p,.light-color blockquote.light-main-color p{color:#ffffff}.dark-main-color blockquote.light-main-color footer,.main-color blockquote.light-main-color footer,.light-main-color blockquote.light-main-color footer,.dark-color blockquote.light-main-color footer,.light-color blockquote.light-main-color footer{color:#786031}.dark-main-color blockquote.dark-color,.main-color blockquote.dark-color,.light-main-color blockquote.dark-color,.dark-color blockquote.dark-color,.light-color blockquote.dark-color{background-color:#111111;border-color:#000000;color:#fcfcfc}.dark-main-color blockquote.dark-color h1,.main-color blockquote.dark-color h1,.light-main-color blockquote.dark-color h1,.dark-color blockquote.dark-color h1,.light-color blockquote.dark-color h1,.dark-main-color blockquote.dark-color h2,.main-color blockquote.dark-color h2,.light-main-color blockquote.dark-color h2,.dark-color blockquote.dark-color h2,.light-color blockquote.dark-color h2,.dark-main-color blockquote.dark-color h3,.main-color blockquote.dark-color h3,.light-main-color blockquote.dark-color h3,.dark-color blockquote.dark-color h3,.light-color blockquote.dark-color h3,.dark-main-color blockquote.dark-color h4,.main-color blockquote.dark-color h4,.light-main-color blockquote.dark-color h4,.dark-color blockquote.dark-color h4,.light-color blockquote.dark-color h4,.dark-main-color blockquote.dark-color h5,.main-color blockquote.dark-color h5,.light-main-color blockquote.dark-color h5,.dark-color blockquote.dark-color h5,.light-color blockquote.dark-color h5,.dark-main-color blockquote.dark-color h6,.main-color blockquote.dark-color h6,.light-main-color blockquote.dark-color h6,.dark-color blockquote.dark-color h6,.light-color blockquote.dark-color h6,.dark-main-color blockquote.dark-color p,.main-color blockquote.dark-color p,.light-main-color blockquote.dark-color p,.dark-color blockquote.dark-color p,.light-color blockquote.dark-color p{color:#fcfcfc}.dark-main-color blockquote.dark-color footer,.main-color blockquote.dark-color footer,.light-main-color blockquote.dark-color footer,.dark-color blockquote.dark-color footer,.light-color blockquote.dark-color footer{color:#373737}.dark-main-color blockquote.light-color,.main-color blockquote.light-color,.light-main-color blockquote.light-color,.dark-color blockquote.light-color,.light-color blockquote.light-color{background-color:#ffffff;border-color:#e6e6e6;color:#222222}.dark-main-color blockquote.light-color h1,.main-color blockquote.light-color h1,.light-main-color blockquote.light-color h1,.dark-color blockquote.light-color h1,.light-color blockquote.light-color h1,.dark-main-color blockquote.light-color h2,.main-color blockquote.light-color h2,.light-main-color blockquote.light-color h2,.dark-color blockquote.light-color h2,.light-color blockquote.light-color h2,.dark-main-color blockquote.light-color h3,.main-color blockquote.light-color h3,.light-main-color blockquote.light-color h3,.dark-color blockquote.light-color h3,.light-color blockquote.light-color h3,.dark-main-color blockquote.light-color h4,.main-color blockquote.light-color h4,.light-main-color blockquote.light-color h4,.dark-color blockquote.light-color h4,.light-color blockquote.light-color h4,.dark-main-color blockquote.light-color h5,.main-color blockquote.light-color h5,.light-main-color blockquote.light-color h5,.dark-color blockquote.light-color h5,.light-color blockquote.light-color h5,.dark-main-color blockquote.light-color h6,.main-color blockquote.light-color h6,.light-main-color blockquote.light-color h6,.dark-color blockquote.light-color h6,.light-color blockquote.light-color h6,.dark-main-color blockquote.light-color p,.main-color blockquote.light-color p,.light-main-color blockquote.light-color p,.dark-color blockquote.light-color p,.light-color blockquote.light-color p{color:#222222}.dark-main-color blockquote.light-color footer,.main-color blockquote.light-color footer,.light-main-color blockquote.light-color footer,.dark-color blockquote.light-color footer,.light-color blockquote.light-color footer{color:#bfbfbf}.dark-main-color blockquote.white,.main-color blockquote.white,.light-main-color blockquote.white,.dark-color blockquote.white,.light-color blockquote.white{background-color:#ffffff;border-color:#e6e6e6;color:#222222}.dark-main-color blockquote.white h1,.main-color blockquote.white h1,.light-main-color blockquote.white h1,.dark-color blockquote.white h1,.light-color blockquote.white h1,.dark-main-color blockquote.white h2,.main-color blockquote.white h2,.light-main-color blockquote.white h2,.dark-color blockquote.white h2,.light-color blockquote.white h2,.dark-main-color blockquote.white h3,.main-color blockquote.white h3,.light-main-color blockquote.white h3,.dark-color blockquote.white h3,.light-color blockquote.white h3,.dark-main-color blockquote.white h4,.main-color blockquote.white h4,.light-main-color blockquote.white h4,.dark-color blockquote.white h4,.light-color blockquote.white h4,.dark-main-color blockquote.white h5,.main-color blockquote.white h5,.light-main-color blockquote.white h5,.dark-color blockquote.white h5,.light-color blockquote.white h5,.dark-main-color blockquote.white h6,.main-color blockquote.white h6,.light-main-color blockquote.white h6,.dark-color blockquote.white h6,.light-color blockquote.white h6,.dark-main-color blockquote.white p,.main-color blockquote.white p,.light-main-color blockquote.white p,.dark-color blockquote.white p,.light-color blockquote.white p{color:#222222}.dark-main-color blockquote.white footer,.main-color blockquote.white footer,.light-main-color blockquote.white footer,.dark-color blockquote.white footer,.light-color blockquote.white footer{color:#bfbfbf}ul.border li{border-bottom-color:#a2a2a2}.light-color ul.border li{border-bottom-color:#d9d9d9}.dark-color ul.border li{border-bottom-color:#ffffff}.dark-main-color ul.border li{border-bottom-color:#21a649}.light-main-color ul.border li{border-bottom-color:#8a6f39}.main-color ul.border li{border-bottom-color:#21a649}.list-icon li:before,li>i{color:#21a649}.main-color .list-icon li:before{color:#ffffff}.light-main-color .list-icon li:before,.dark-main-color .list-icon li:before{color:inherit}.list-icon.rounded li:before,li>i[class^="icon-"].rounded:before,li>i[class*=" icon-"].rounded:before{background-color:#21a649;color:#ffffff}.main-color .list-icon.rounded li:before,.main-color li>i[class^="icon-"].rounded:before,.main-color li>i[class*=" icon-"].rounded:before{background-color:#b99856}.table td{background-color:#f7f7f7;color:#222222}.table>thead>tr>th,.table>thead>tr>th{background-color:#21a649;color:#ffffff}.table,.table>thead>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{border-color:#a2a2a2}.dark-color .table>thead>tr>td,.dark-color .table>tbody>tr>td,.dark-color .table>tfoot>tr>td,.dark-color .table>thead>tr>th,.dark-color .table{border-color:#000000}.light-color .table>thead>tr>td,.light-color .table>tbody>tr>td,.light-color .table>tfoot>tr>td,.light-color .table>thead>tr>th,.light-color .table{border-color:#e6e6e6}.main-color .table>thead>tr>td,.main-color .table>tbody>tr>td,.main-color .table>tfoot>tr>td,.main-color .table>thead>tr>th,.main-color .table{border-color:#4B9975}.main-color .table>thead>tr>th,.main-color .table>thead>tr>th{color:#ffffff}.dark-main-color .table>thead>tr>td,.dark-main-color .table>tbody>tr>td,.dark-main-color .table>tfoot>tr>td,.dark-main-color .table>thead>tr>th,.dark-main-color .table{border-color:#574b32}.light-main-color .table>thead>tr>td,.light-main-color .table>tbody>tr>td,.light-main-color .table>tfoot>tr>td,.light-main-color .table>thead>tr>th,.light-main-color .table{border-color:#9c7d40}.table-bordered{border-color:#a2a2a2}.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-color:#a2a2a2}.form-control{box-shadow:none}.form-control:focus{border-color:#21a649;box-shadow:none}.main-color .form-control:focus{border-color:#b99856}.dark-main-color .form-control{border-color:#574b32}.dark-main-color .form-control:focus{border-color:#b99856}.dark-main-color .help-block{color:#ffffff}.light-main-color .form-control{border-color:#9c7d40}.light-main-color .form-control:focus{border-color:#21a649}.dark-color .form-control{border-color:#000000}.dark-color .form-control:focus{border-color:#21a649}.light-color .form-control{border-color:#e6e6e6}.light-color .form-control:focus{border-color:#21a649}.form-minimal .form-line{background-color:#21a649}.form-minimal .form-control{border-bottom-color:#ddd;background-color:transparent}.form-minimal .form-control:focus{border-color:#ddd}.form-minimal .has-error .form-control{box-shadow:none;border-bottom-color:#A94442}.form-minimal:focus{border-bottom:none !important}.btn :active,.btn .active{box-shadow:none}.main-color .btn,.dark-main-color .btn,.light-main-color .btn,.dark-color .btn,.light-color .btn,.main-color .btn:hover,.dark-main-color .btn:hover,.light-main-color .btn:hover,.dark-color .btn:hover,.light-color .btn:hover{color:#ffffff}.btn-default,.btn.default,.btn-default:focus,.btn.default:focus{color:#ffffff;background-color:#21a649;border-color:#21a649}#content_page a.btn.default:focus,#content_page a.btn-default:focus{color:#ffffff;background-color:#21a649;border-color:#21a649}.btn-default:hover,#content_page .parallax a.btn-default:hover,#content_page .parallax a.btn-default:focus,#content_page .btn-container a.btn-default:hover,#content_page .btn-container a.btn-default:focus,.btn-container a.btn-default:hover,.btn-container a.btn-default:focus,.btn-default:focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default,.btn.default:hover,.btn.default:focus,.btn.default:active,.btn.default.active,.open>.dropdown-toggle.btn.default{color:#ffffff;background-color:#39AF5D;border-color:#39AF5D}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default,.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:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active,.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: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:#21a649;border-color:#21a649}.btn-default .badge,.btn.default .badge{color:#21a649;background-color:#ffffff}.btn-primary,.btn.primary{color:#fcfcfc;background-color:#111111;border-color:#040404}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary,.btn.primary:hover,.btn.primary:focus,.btn.primary:active,.btn.primary.active,.open>.dropdown-toggle.btn.primary{color:#fcfcfc;background-color:#000000;border-color:#000000}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary,.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:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active,.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: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:#111111;border-color:#040404}.btn-primary .badge,.btn.primary .badge{color:#111111;background-color:#fcfcfc}.btn-success,.btn.success{color:#ffffff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success,.btn.success:hover,.btn.success:focus,.btn.success:active,.btn.success.active,.open>.dropdown-toggle.btn.success{color:#ffffff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success,.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:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active,.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: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:#5cb85c;border-color:#4cae4c}.btn-success .badge,.btn.success .badge{color:#5cb85c;background-color:#ffffff}.btn-info,.btn.info{color:#ffffff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info,.btn.info:hover,.btn.info:focus,.btn.info:active,.btn.info.active,.open>.dropdown-toggle.btn.info{color:#ffffff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info,.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:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active,.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: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:#5bc0de;border-color:#46b8da}.btn-info .badge,.btn.info .badge{color:#5bc0de;background-color:#ffffff}.btn-warning,.btn.warning{color:#ffffff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning,.btn.warning:hover,.btn.warning:focus,.btn.warning:active,.btn.warning.active,.open>.dropdown-toggle.btn.warning{color:#ffffff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning,.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:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active,.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: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:#f0ad4e;border-color:#eea236}.btn-warning .badge,.btn.warning .badge{color:#f0ad4e;background-color:#ffffff}.btn-danger,.btn.danger{color:#ffffff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger,.btn.danger:hover,.btn.danger:focus,.btn.danger:active,.btn.danger.active,.open>.dropdown-toggle.btn.danger{color:#ffffff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger,.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:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active,.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: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:#d9534f;border-color:#d43f3a}.btn-danger .badge,.btn.danger .badge{color:#d9534f;background-color:#ffffff}.btn.border,.btn-icon.border{background:none;color:#222222;border-color:#222222}.btn.border:hover,.btn-icon.border:hover{color:#f7f7f7;background:#222222;border-color:#222222}.btn.border.white,.btn-icon.border.white{color:#fff;border-color:#fff;opacity:0.9}.btn.border.white:hover,.btn-icon.border.white:hover{opacity:1}.main-color .btn.border,.btn-icon.border{background:none;color:#ffffff;border-color:#ffffff}.main-color .btn.border:hover,.btn-icon.border:hover{color:#21a649;background:#ffffff;border-color:#ffffff}.main-color .btn.border.white,.btn-icon.border.white{color:#fff;border-color:#fff;opacity:0.9}.main-color .btn.border.white:hover,.btn-icon.border.white:hover{opacity:1}.btn.border i,.btn-icon.border i{background:none;color:#222222;border-color:#222222}.btn.border i:hover,.btn-icon.border i:hover{color:#f7f7f7;background:#222222;border-color:#222222}.btn.border i.white,.btn-icon.border i.white{color:#fff;border-color:#fff;opacity:0.9}.btn.border i.white:hover,.btn-icon.border i.white:hover{opacity:1}.btn.border i:before,.btn-icon.border i:before{color:#222222}.btn.border:hover i:before,.btn-icon.border:hover i:before{color:#f7f7f7}.btn-default:active,.btn.default:active{border-color:#34C47B;background-color:#34C47B;outline:none;box-shadow:none}.btn-primary:active,.btn.primary:active{border-color:#1e1e1e;background-color:#1e1e1e;outline:none;box-shadow:none}.btn-success:active,.btn.success:active{border-color:#6ec06e;background-color:#6ec06e;outline:none;box-shadow:none}.btn-info:active,.btn.info:active{border-color:#70c8e2;background-color:#70c8e2;outline:none;box-shadow:none}.btn-warning:active,.btn.warning:active{border-color:#f2b866;background-color:#f2b866;outline:none;box-shadow:none}.btn-danger:active,.btn.danger:active{border-color:#de6764;background-color:#de6764;outline:none;box-shadow:none}.btn.rss,ul.social-icons-bar a.rss{background-color:#f56505;border-color:#c35004;color:#ffffff}.btn.rss:hover,ul.social-icons-bar a.rss:hover{background-color:#fb8232;border-color:#fb8232}.btn.facebook,ul.social-icons-bar a.facebook{background-color:#3b5998;border-color:#2d4373;color:#ffffff}.btn.facebook:hover,ul.social-icons-bar a.facebook:hover{background-color:#4c70ba;border-color:#4c70ba}.btn.twitter,ul.social-icons-bar a.twitter{background-color:#33ccff;border-color:#00bfff;color:#ffffff}.btn.twitter:hover,ul.social-icons-bar a.twitter:hover{background-color:#66d9ff;border-color:#66d9ff}.btn.gplus,ul.social-icons-bar a.gplus{background-color:#bd3518;border-color:#902812;color:#ffffff}.btn.gplus:hover,ul.social-icons-bar a.gplus:hover{background-color:#e34625;border-color:#e34625}.btn.dribbble,ul.social-icons-bar a.dribbble{background-color:#e04b85;border-color:#d42469;color:#ffffff}.btn.dribbble:hover,ul.social-icons-bar a.dribbble:hover{background-color:#e777a2;border-color:#e777a2}.btn.linkedin,ul.social-icons-bar a.linkedin{background-color:#007bb7;border-color:#005984;color:#ffffff}.btn.linkedin:hover,ul.social-icons-bar a.linkedin:hover{background-color:#009dea;border-color:#009dea}ul.social-icons a{background:none}ul.social-icons.main-color,ul.social-icons.dark-main-color,ul.social-icons.light-main-color,ul.social-icons.dark-color,ul.social-icons.light-color{background:transparent}ul.social-icons.dark-main-color i:before{color:#21a649}ul.social-icons.light-main-color i:before{color:#b99856}ul.social-icons.dark-color i:before{color:#111111}ul.social-icons.light-color i:before{color:#ffffff}ul.social-icons.squared.main-color a.rss,ul.social-icons.circle.main-color a.rss,ul.social-icons.rounded.main-color a.rss,ul.social-icons.squared.main-color a.facebook,ul.social-icons.circle.main-color a.facebook,ul.social-icons.rounded.main-color a.facebook,ul.social-icons.squared.main-color a.twitter,ul.social-icons.circle.main-color a.twitter,ul.social-icons.rounded.main-color a.twitter,ul.social-icons.squared.main-color a.gplus,ul.social-icons.circle.main-color a.gplus,ul.social-icons.rounded.main-color a.gplus,ul.social-icons.squared.main-color a.dribbble,ul.social-icons.circle.main-color a.dribbble,ul.social-icons.rounded.main-color a.dribbble,ul.social-icons.squared.main-color a.linkedin,ul.social-icons.circle.main-color a.linkedin,ul.social-icons.rounded.main-color a.linkedin{background-color:#21a649;border-color:#21a649}ul.social-icons.squared.main-color a.rss i:before,ul.social-icons.circle.main-color a.rss i:before,ul.social-icons.rounded.main-color a.rss i:before,ul.social-icons.squared.main-color a.facebook i:before,ul.social-icons.circle.main-color a.facebook i:before,ul.social-icons.rounded.main-color a.facebook i:before,ul.social-icons.squared.main-color a.twitter i:before,ul.social-icons.circle.main-color a.twitter i:before,ul.social-icons.rounded.main-color a.twitter i:before,ul.social-icons.squared.main-color a.gplus i:before,ul.social-icons.circle.main-color a.gplus i:before,ul.social-icons.rounded.main-color a.gplus i:before,ul.social-icons.squared.main-color a.dribbble i:before,ul.social-icons.circle.main-color a.dribbble i:before,ul.social-icons.rounded.main-color a.dribbble i:before,ul.social-icons.squared.main-color a.linkedin i:before,ul.social-icons.circle.main-color a.linkedin i:before,ul.social-icons.rounded.main-color a.linkedin i:before{color:#ffffff}ul.social-icons.squared.main-color a.rss:hover,ul.social-icons.circle.main-color a.rss:hover,ul.social-icons.rounded.main-color a.rss:hover,ul.social-icons.squared.main-color a.facebook:hover,ul.social-icons.circle.main-color a.facebook:hover,ul.social-icons.rounded.main-color a.facebook:hover,ul.social-icons.squared.main-color a.twitter:hover,ul.social-icons.circle.main-color a.twitter:hover,ul.social-icons.rounded.main-color a.twitter:hover,ul.social-icons.squared.main-color a.gplus:hover,ul.social-icons.circle.main-color a.gplus:hover,ul.social-icons.rounded.main-color a.gplus:hover,ul.social-icons.squared.main-color a.dribbble:hover,ul.social-icons.circle.main-color a.dribbble:hover,ul.social-icons.rounded.main-color a.dribbble:hover,ul.social-icons.squared.main-color a.linkedin:hover,ul.social-icons.circle.main-color a.linkedin:hover,ul.social-icons.rounded.main-color a.linkedin:hover{background-color:#c4b086;border-color:#bba475}ul.social-icons.squared.dark-main-color a.rss,ul.social-icons.circle.dark-main-color a.rss,ul.social-icons.rounded.dark-main-color a.rss,ul.social-icons.squared.dark-main-color a.facebook,ul.social-icons.circle.dark-main-color a.facebook,ul.social-icons.rounded.dark-main-color a.facebook,ul.social-icons.squared.dark-main-color a.twitter,ul.social-icons.circle.dark-main-color a.twitter,ul.social-icons.rounded.dark-main-color a.twitter,ul.social-icons.squared.dark-main-color a.gplus,ul.social-icons.circle.dark-main-color a.gplus,ul.social-icons.rounded.dark-main-color a.gplus,ul.social-icons.squared.dark-main-color a.dribbble,ul.social-icons.circle.dark-main-color a.dribbble,ul.social-icons.rounded.dark-main-color a.dribbble,ul.social-icons.squared.dark-main-color a.linkedin,ul.social-icons.circle.dark-main-color a.linkedin,ul.social-icons.rounded.dark-main-color a.linkedin{background-color:#21a649;border-color:#68593b}ul.social-icons.squared.dark-main-color a.rss i:before,ul.social-icons.circle.dark-main-color a.rss i:before,ul.social-icons.rounded.dark-main-color a.rss i:before,ul.social-icons.squared.dark-main-color a.facebook i:before,ul.social-icons.circle.dark-main-color a.facebook i:before,ul.social-icons.rounded.dark-main-color a.facebook i:before,ul.social-icons.squared.dark-main-color a.twitter i:before,ul.social-icons.circle.dark-main-color a.twitter i:before,ul.social-icons.rounded.dark-main-color a.twitter i:before,ul.social-icons.squared.dark-main-color a.gplus i:before,ul.social-icons.circle.dark-main-color a.gplus i:before,ul.social-icons.rounded.dark-main-color a.gplus i:before,ul.social-icons.squared.dark-main-color a.dribbble i:before,ul.social-icons.circle.dark-main-color a.dribbble i:before,ul.social-icons.rounded.dark-main-color a.dribbble i:before,ul.social-icons.squared.dark-main-color a.linkedin i:before,ul.social-icons.circle.dark-main-color a.linkedin i:before,ul.social-icons.rounded.dark-main-color a.linkedin i:before{color:#ffffff}ul.social-icons.squared.dark-main-color a.rss:hover,ul.social-icons.circle.dark-main-color a.rss:hover,ul.social-icons.rounded.dark-main-color a.rss:hover,ul.social-icons.squared.dark-main-color a.facebook:hover,ul.social-icons.circle.dark-main-color a.facebook:hover,ul.social-icons.rounded.dark-main-color a.facebook:hover,ul.social-icons.squared.dark-main-color a.twitter:hover,ul.social-icons.circle.dark-main-color a.twitter:hover,ul.social-icons.rounded.dark-main-color a.twitter:hover,ul.social-icons.squared.dark-main-color a.gplus:hover,ul.social-icons.circle.dark-main-color a.gplus:hover,ul.social-icons.rounded.dark-main-color a.gplus:hover,ul.social-icons.squared.dark-main-color a.dribbble:hover,ul.social-icons.circle.dark-main-color a.dribbble:hover,ul.social-icons.rounded.dark-main-color a.dribbble:hover,ul.social-icons.squared.dark-main-color a.linkedin:hover,ul.social-icons.circle.dark-main-color a.linkedin:hover,ul.social-icons.rounded.dark-main-color a.linkedin:hover{background-color:#998356;border-color:#88754d}ul.social-icons.squared.light-main-color a.rss,ul.social-icons.circle.light-main-color a.rss,ul.social-icons.rounded.light-main-color a.rss,ul.social-icons.squared.light-main-color a.facebook,ul.social-icons.circle.light-main-color a.facebook,ul.social-icons.rounded.light-main-color a.facebook,ul.social-icons.squared.light-main-color a.twitter,ul.social-icons.circle.light-main-color a.twitter,ul.social-icons.rounded.light-main-color a.twitter,ul.social-icons.squared.light-main-color a.gplus,ul.social-icons.circle.light-main-color a.gplus,ul.social-icons.rounded.light-main-color a.gplus,ul.social-icons.squared.light-main-color a.dribbble,ul.social-icons.circle.light-main-color a.dribbble,ul.social-icons.rounded.light-main-color a.dribbble,ul.social-icons.squared.light-main-color a.linkedin,ul.social-icons.circle.light-main-color a.linkedin,ul.social-icons.rounded.light-main-color a.linkedin{background-color:#b99856;border-color:#ae8c48}ul.social-icons.squared.light-main-color a.rss i:before,ul.social-icons.circle.light-main-color a.rss i:before,ul.social-icons.rounded.light-main-color a.rss i:before,ul.social-icons.squared.light-main-color a.facebook i:before,ul.social-icons.circle.light-main-color a.facebook i:before,ul.social-icons.rounded.light-main-color a.facebook i:before,ul.social-icons.squared.light-main-color a.twitter i:before,ul.social-icons.circle.light-main-color a.twitter i:before,ul.social-icons.rounded.light-main-color a.twitter i:before,ul.social-icons.squared.light-main-color a.gplus i:before,ul.social-icons.circle.light-main-color a.gplus i:before,ul.social-icons.rounded.light-main-color a.gplus i:before,ul.social-icons.squared.light-main-color a.dribbble i:before,ul.social-icons.circle.light-main-color a.dribbble i:before,ul.social-icons.rounded.light-main-color a.dribbble i:before,ul.social-icons.squared.light-main-color a.linkedin i:before,ul.social-icons.circle.light-main-color a.linkedin i:before,ul.social-icons.rounded.light-main-color a.linkedin i:before{color:#ffffff}ul.social-icons.squared.light-main-color a.rss:hover,ul.social-icons.circle.light-main-color a.rss:hover,ul.social-icons.rounded.light-main-color a.rss:hover,ul.social-icons.squared.light-main-color a.facebook:hover,ul.social-icons.circle.light-main-color a.facebook:hover,ul.social-icons.rounded.light-main-color a.facebook:hover,ul.social-icons.squared.light-main-color a.twitter:hover,ul.social-icons.circle.light-main-color a.twitter:hover,ul.social-icons.rounded.light-main-color a.twitter:hover,ul.social-icons.squared.light-main-color a.gplus:hover,ul.social-icons.circle.light-main-color a.gplus:hover,ul.social-icons.rounded.light-main-color a.gplus:hover,ul.social-icons.squared.light-main-color a.dribbble:hover,ul.social-icons.circle.light-main-color a.dribbble:hover,ul.social-icons.rounded.light-main-color a.dribbble:hover,ul.social-icons.squared.light-main-color a.linkedin:hover,ul.social-icons.circle.light-main-color a.linkedin:hover,ul.social-icons.rounded.light-main-color a.linkedin:hover{background-color:#c8ae7a;border-color:#c0a368}ul.social-icons.squared.dark-color a.rss,ul.social-icons.circle.dark-color a.rss,ul.social-icons.rounded.dark-color a.rss,ul.social-icons.squared.dark-color a.facebook,ul.social-icons.circle.dark-color a.facebook,ul.social-icons.rounded.dark-color a.facebook,ul.social-icons.squared.dark-color a.twitter,ul.social-icons.circle.dark-color a.twitter,ul.social-icons.rounded.dark-color a.twitter,ul.social-icons.squared.dark-color a.gplus,ul.social-icons.circle.dark-color a.gplus,ul.social-icons.rounded.dark-color a.gplus,ul.social-icons.squared.dark-color a.dribbble,ul.social-icons.circle.dark-color a.dribbble,ul.social-icons.rounded.dark-color a.dribbble,ul.social-icons.squared.dark-color a.linkedin,ul.social-icons.circle.dark-color a.linkedin,ul.social-icons.rounded.dark-color a.linkedin{background-color:#111111;border-color:#040404}ul.social-icons.squared.dark-color a.rss i:before,ul.social-icons.circle.dark-color a.rss i:before,ul.social-icons.rounded.dark-color a.rss i:before,ul.social-icons.squared.dark-color a.facebook i:before,ul.social-icons.circle.dark-color a.facebook i:before,ul.social-icons.rounded.dark-color a.facebook i:before,ul.social-icons.squared.dark-color a.twitter i:before,ul.social-icons.circle.dark-color a.twitter i:before,ul.social-icons.rounded.dark-color a.twitter i:before,ul.social-icons.squared.dark-color a.gplus i:before,ul.social-icons.circle.dark-color a.gplus i:before,ul.social-icons.rounded.dark-color a.gplus i:before,ul.social-icons.squared.dark-color a.dribbble i:before,ul.social-icons.circle.dark-color a.dribbble i:before,ul.social-icons.rounded.dark-color a.dribbble i:before,ul.social-icons.squared.dark-color a.linkedin i:before,ul.social-icons.circle.dark-color a.linkedin i:before,ul.social-icons.rounded.dark-color a.linkedin i:before{color:#ffffff}ul.social-icons.squared.dark-color a.rss:hover,ul.social-icons.circle.dark-color a.rss:hover,ul.social-icons.rounded.dark-color a.rss:hover,ul.social-icons.squared.dark-color a.facebook:hover,ul.social-icons.circle.dark-color a.facebook:hover,ul.social-icons.rounded.dark-color a.facebook:hover,ul.social-icons.squared.dark-color a.twitter:hover,ul.social-icons.circle.dark-color a.twitter:hover,ul.social-icons.rounded.dark-color a.twitter:hover,ul.social-icons.squared.dark-color a.gplus:hover,ul.social-icons.circle.dark-color a.gplus:hover,ul.social-icons.rounded.dark-color a.gplus:hover,ul.social-icons.squared.dark-color a.dribbble:hover,ul.social-icons.circle.dark-color a.dribbble:hover,ul.social-icons.rounded.dark-color a.dribbble:hover,ul.social-icons.squared.dark-color a.linkedin:hover,ul.social-icons.circle.dark-color a.linkedin:hover,ul.social-icons.rounded.dark-color a.linkedin:hover{background-color:#2b2b2b;border-color:#1e1e1e}ul.social-icons.squared.light-color a.rss,ul.social-icons.circle.light-color a.rss,ul.social-icons.rounded.light-color a.rss,ul.social-icons.squared.light-color a.facebook,ul.social-icons.circle.light-color a.facebook,ul.social-icons.rounded.light-color a.facebook,ul.social-icons.squared.light-color a.twitter,ul.social-icons.circle.light-color a.twitter,ul.social-icons.rounded.light-color a.twitter,ul.social-icons.squared.light-color a.gplus,ul.social-icons.circle.light-color a.gplus,ul.social-icons.rounded.light-color a.gplus,ul.social-icons.squared.light-color a.dribbble,ul.social-icons.circle.light-color a.dribbble,ul.social-icons.rounded.light-color a.dribbble,ul.social-icons.squared.light-color a.linkedin,ul.social-icons.circle.light-color a.linkedin,ul.social-icons.rounded.light-color a.linkedin{background-color:#ffffff;border-color:#f2f2f2}ul.social-icons.squared.light-color a.rss i:before,ul.social-icons.circle.light-color a.rss i:before,ul.social-icons.rounded.light-color a.rss i:before,ul.social-icons.squared.light-color a.facebook i:before,ul.social-icons.circle.light-color a.facebook i:before,ul.social-icons.rounded.light-color a.facebook i:before,ul.social-icons.squared.light-color a.twitter i:before,ul.social-icons.circle.light-color a.twitter i:before,ul.social-icons.rounded.light-color a.twitter i:before,ul.social-icons.squared.light-color a.gplus i:before,ul.social-icons.circle.light-color a.gplus i:before,ul.social-icons.rounded.light-color a.gplus i:before,ul.social-icons.squared.light-color a.dribbble i:before,ul.social-icons.circle.light-color a.dribbble i:before,ul.social-icons.rounded.light-color a.dribbble i:before,ul.social-icons.squared.light-color a.linkedin i:before,ul.social-icons.circle.light-color a.linkedin i:before,ul.social-icons.rounded.light-color a.linkedin i:before{color:#222222}ul.social-icons.squared.light-color a.rss:hover,ul.social-icons.circle.light-color a.rss:hover,ul.social-icons.rounded.light-color a.rss:hover,ul.social-icons.squared.light-color a.facebook:hover,ul.social-icons.circle.light-color a.facebook:hover,ul.social-icons.rounded.light-color a.facebook:hover,ul.social-icons.squared.light-color a.twitter:hover,ul.social-icons.circle.light-color a.twitter:hover,ul.social-icons.rounded.light-color a.twitter:hover,ul.social-icons.squared.light-color a.gplus:hover,ul.social-icons.circle.light-color a.gplus:hover,ul.social-icons.rounded.light-color a.gplus:hover,ul.social-icons.squared.light-color a.dribbble:hover,ul.social-icons.circle.light-color a.dribbble:hover,ul.social-icons.rounded.light-color a.dribbble:hover,ul.social-icons.squared.light-color a.linkedin:hover,ul.social-icons.circle.light-color a.linkedin:hover,ul.social-icons.rounded.light-color a.linkedin:hover{background-color:#ffffff;border-color:#ffffff}ul.social-icons.squared a.rss,ul.social-icons.circle a.rss,ul.social-icons.rounded a.rss,ul.social-icons.squared.social-hover a:hover.rss,ul.social-icons.circle.social-hover a:hover.rss,ul.social-icons.rounded.social-hover a:hover.rss{background-color:#f56505;border-color:#dc5b04}ul.social-icons.squared a.rss i:before,ul.social-icons.circle a.rss i:before,ul.social-icons.rounded a.rss i:before,ul.social-icons.squared.social-hover a:hover.rss i:before,ul.social-icons.circle.social-hover a:hover.rss i:before,ul.social-icons.rounded.social-hover a:hover.rss i:before{color:#ffffff}ul.social-icons.squared a.rss:hover,ul.social-icons.circle a.rss:hover,ul.social-icons.rounded a.rss:hover,ul.social-icons.squared.social-hover a:hover.rss:hover,ul.social-icons.circle.social-hover a:hover.rss:hover,ul.social-icons.rounded.social-hover a:hover.rss:hover{background-color:#fb8232;border-color:#fa7319}ul.social-icons.squared a.facebook,ul.social-icons.circle a.facebook,ul.social-icons.rounded a.facebook,ul.social-icons.squared.social-hover a:hover.facebook,ul.social-icons.circle.social-hover a:hover.facebook,ul.social-icons.rounded.social-hover a:hover.facebook{background-color:#3b5998;border-color:#344e86}ul.social-icons.squared a.facebook i:before,ul.social-icons.circle a.facebook i:before,ul.social-icons.rounded a.facebook i:before,ul.social-icons.squared.social-hover a:hover.facebook i:before,ul.social-icons.circle.social-hover a:hover.facebook i:before,ul.social-icons.rounded.social-hover a:hover.facebook i:before{color:#ffffff}ul.social-icons.squared a.facebook:hover,ul.social-icons.circle a.facebook:hover,ul.social-icons.rounded a.facebook:hover,ul.social-icons.squared.social-hover a:hover.facebook:hover,ul.social-icons.circle.social-hover a:hover.facebook:hover,ul.social-icons.rounded.social-hover a:hover.facebook:hover{background-color:#4c70ba;border-color:#4264aa}ul.social-icons.squared a.twitter,ul.social-icons.circle a.twitter,ul.social-icons.rounded a.twitter,ul.social-icons.squared.social-hover a:hover.twitter,ul.social-icons.circle.social-hover a:hover.twitter,ul.social-icons.rounded.social-hover a:hover.twitter{background-color:#33ccff;border-color:#19c6ff}ul.social-icons.squared a.twitter i:before,ul.social-icons.circle a.twitter i:before,ul.social-icons.rounded a.twitter i:before,ul.social-icons.squared.social-hover a:hover.twitter i:before,ul.social-icons.circle.social-hover a:hover.twitter i:before,ul.social-icons.rounded.social-hover a:hover.twitter i:before{color:#ffffff}ul.social-icons.squared a.twitter:hover,ul.social-icons.circle a.twitter:hover,ul.social-icons.rounded a.twitter:hover,ul.social-icons.squared.social-hover a:hover.twitter:hover,ul.social-icons.circle.social-hover a:hover.twitter:hover,ul.social-icons.rounded.social-hover a:hover.twitter:hover{background-color:#66d9ff;border-color:#4dd2ff}ul.social-icons.squared a.gplus,ul.social-icons.circle a.gplus,ul.social-icons.rounded a.gplus,ul.social-icons.squared.social-hover a:hover.gplus,ul.social-icons.circle.social-hover a:hover.gplus,ul.social-icons.rounded.social-hover a:hover.gplus{background-color:#bd3518;border-color:#a62f15}ul.social-icons.squared a.gplus i:before,ul.social-icons.circle a.gplus i:before,ul.social-icons.rounded a.gplus i:before,ul.social-icons.squared.social-hover a:hover.gplus i:before,ul.social-icons.circle.social-hover a:hover.gplus i:before,ul.social-icons.rounded.social-hover a:hover.gplus i:before{color:#ffffff}ul.social-icons.squared a.gplus:hover,ul.social-icons.circle a.gplus:hover,ul.social-icons.rounded a.gplus:hover,ul.social-icons.squared.social-hover a:hover.gplus:hover,ul.social-icons.circle.social-hover a:hover.gplus:hover,ul.social-icons.rounded.social-hover a:hover.gplus:hover{background-color:#e34625;border-color:#d43b1b}ul.social-icons.squared a.dribbble,ul.social-icons.circle a.dribbble,ul.social-icons.rounded a.dribbble,ul.social-icons.squared.social-hover a:hover.dribbble,ul.social-icons.circle.social-hover a:hover.dribbble,ul.social-icons.rounded.social-hover a:hover.dribbble{background-color:#e04b85;border-color:#dc3576}ul.social-icons.squared a.dribbble i:before,ul.social-icons.circle a.dribbble i:before,ul.social-icons.rounded a.dribbble i:before,ul.social-icons.squared.social-hover a:hover.dribbble i:before,ul.social-icons.circle.social-hover a:hover.dribbble i:before,ul.social-icons.rounded.social-hover a:hover.dribbble i:before{color:#ffffff}ul.social-icons.squared a.dribbble:hover,ul.social-icons.circle a.dribbble:hover,ul.social-icons.rounded a.dribbble:hover,ul.social-icons.squared.social-hover a:hover.dribbble:hover,ul.social-icons.circle.social-hover a:hover.dribbble:hover,ul.social-icons.rounded.social-hover a:hover.dribbble:hover{background-color:#e777a2;border-color:#e46194}ul.social-icons.squared a.linkedin,ul.social-icons.circle a.linkedin,ul.social-icons.rounded a.linkedin,ul.social-icons.squared.social-hover a:hover.linkedin,ul.social-icons.circle.social-hover a:hover.linkedin,ul.social-icons.rounded.social-hover a:hover.linkedin{background-color:#007bb7;border-color:#006a9e}ul.social-icons.squared a.linkedin i:before,ul.social-icons.circle a.linkedin i:before,ul.social-icons.rounded a.linkedin i:before,ul.social-icons.squared.social-hover a:hover.linkedin i:before,ul.social-icons.circle.social-hover a:hover.linkedin i:before,ul.social-icons.rounded.social-hover a:hover.linkedin i:before{color:#ffffff}ul.social-icons.squared a.linkedin:hover,ul.social-icons.circle a.linkedin:hover,ul.social-icons.rounded a.linkedin:hover,ul.social-icons.squared.social-hover a:hover.linkedin:hover,ul.social-icons.circle.social-hover a:hover.linkedin:hover,ul.social-icons.rounded.social-hover a:hover.linkedin:hover{background-color:#009dea;border-color:#008cd1}ul.social-icons a.facebook.rounded>i:before,ul.social-icons-2 a.facebook.rounded>i:before,ul.social-icons a.facebook.squared>i:before,ul.social-icons-2 a.facebook.squared>i:before,ul.social-icons a.facebook.circle>i:before,ul.social-icons-2 a.facebook.circle>i:before{width:6px}a.link-icon{background:#21a649}a.link-icon.squared>i:before,a.link-icon.circle>i:before,a.link-icon.rounded>i:before{color:white}.btn i:before{color:#ffffff !important}.btn-icon i:before{color:white}.btn-icon i,.btn-icon span{border-color:#4B9975;color:#ffffff}.btn-icon i,.btn-icon.large i,.btn-icon.medium i,.btn-icon.small i{background-color:#21a649}.btn-icon span,.btn-icon.large span,.btn-icon.medium span,.btn-icon.small span{background-color:#21a649}.btn-icon:hover i,.btn-icon:hover span{background-color:#4B9975;border-color:#4B9975}.btn-icon:hover span{border-left-color:#21a649}.btn-icon.default{background-color:transparent;border:none}.btn-icon.default span,.btn-icon.default i{border-color:#4B9975}.btn-icon.default span{background:#21a649}.btn-icon.default i{background:#21a649}.btn-icon.default:hover span,.btn-icon.default:hover i{background:#4B9975;border-color:#4B9975}.btn-icon.default:hover span{border-left-color:#21a649}.btn-icon.primary{background-color:transparent;border:none}.btn-icon.primary span,.btn-icon.primary i{border-color:#000000}.btn-icon.primary span{background:#111111}.btn-icon.primary i{background:#040404}.btn-icon.primary:hover span,.btn-icon.primary:hover i{background:#000000;border-color:#000000}.btn-icon.primary:hover span{border-left-color:#040404}.btn-icon.success{background-color:transparent;border:none}.btn-icon.success span,.btn-icon.success i{border-color:#449d44}.btn-icon.success span{background:#5cb85c}.btn-icon.success i{background:#4cae4c}.btn-icon.success:hover span,.btn-icon.success:hover i{background:#449d44;border-color:#449d44}.btn-icon.success:hover span{border-left-color:#4cae4c}.btn-icon.info{background-color:transparent;border:none}.btn-icon.info span,.btn-icon.info i{border-color:#31b0d5}.btn-icon.info span{background:#5bc0de}.btn-icon.info i{background:#46b8da}.btn-icon.info:hover span,.btn-icon.info:hover i{background:#31b0d5;border-color:#31b0d5}.btn-icon.info:hover span{border-left-color:#46b8da}.btn-icon.warning{background-color:transparent;border:none}.btn-icon.warning span,.btn-icon.warning i{border-color:#ec971f}.btn-icon.warning span{background:#f0ad4e}.btn-icon.warning i{background:#eea236}.btn-icon.warning:hover span,.btn-icon.warning:hover i{background:#ec971f;border-color:#ec971f}.btn-icon.warning:hover span{border-left-color:#eea236}.btn-icon.danger{background-color:transparent;border:none}.btn-icon.danger span,.btn-icon.danger i{border-color:#c9302c}.btn-icon.danger span{background:#d9534f}.btn-icon.danger i{background:#d43f3a}.btn-icon.danger:hover span,.btn-icon.danger:hover i{background:#c9302c;border-color:#c9302c}.btn-icon.danger:hover span{border-left-color:#d43f3a}.nav.nav-tabs>li>a i[class^="icon-"]:before,.nav.nav-tabs>li>a i[class*=" icon-"]:before{color:#222222}.nav.nav-tabs>li>a:hover i[class^="icon-"]:before,.nav.nav-tabs>li>a:hover i[class*=" icon-"]:before{color:#ffffff}.nav-tabs>li.active>a i[class^="icon-"]:before,.nav-tabs>li.active>a i[class*=" icon-"]:before{color:#222222}@media (max-width: 1200px){div:not(.tabs-minimal)>.nav.nav-tabs>li{border-color:#dddddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus{color:#21a649}.nav-tabs>li.active>a:hover{color:#21a649}}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{border-color:#ffffff}.tabs-left .tab-content,.tabs-right .tab-content{border-top-color:#dddddd}.tabs-left .nav.nav-tabs>li,.tabs-right .nav.nav-tabs>li{border-color:#dddddd}.tabs-left .nav.nav-tabs>li.active>a,.tabs-right .nav.nav-tabs>li.active>a{color:#21a649}.tabs-left .nav.nav-tabs>li.active>a:hover,.tabs-right .nav.nav-tabs>li.active>a:hover{color:white}.tabs-minimal .nav.nav-tabs{border-color:#dddddd}.tabs-minimal .nav.nav-tabs>li{border-color:#dddddd}.tabs-minimal .nav.nav-tabs>li>a:after{background-color:#21a649}.tabs-minimal .nav.nav-tabs>li>a:hover{background-color:transparent;color:#222222}.tabs-minimal .nav.nav-tabs>li>a:hover:after{background-color:#222222}.tabs-minimal .nav.nav-tabs>li.active>a{background-color:transparent;color:#21a649}.tabs-minimal .nav.nav-tabs>li.active>a:focus{background-color:transparent}.tabs-minimal .nav.nav-tabs>li.active>a:hover{color:#21a649}.tabs-minimal .nav.nav-tabs>li.active>a:hover:after{background-color:#21a649}.dark-main-color .tabs-minimal .nav.nav-tabs{border-color:#b99856}.dark-main-color .tabs-minimal .nav.nav-tabs>li{border-color:#b99856}.dark-main-color .tabs-minimal .nav.nav-tabs>li>a:after{background-color:#ffffff}.dark-main-color .tabs-minimal .nav.nav-tabs>li>a:hover{background-color:transparent;color:#ffffff}.dark-main-color .tabs-minimal .nav.nav-tabs>li>a:hover:after{background-color:#ffffff}.dark-main-color .tabs-minimal .nav.nav-tabs>li.active>a{background-color:transparent;color:#ffffff}.dark-main-color .tabs-minimal .nav.nav-tabs>li.active>a:focus{background-color:transparent}.dark-main-color .tabs-minimal .nav.nav-tabs>li.active>a:hover{color:#ffffff}.dark-main-color .tabs-minimal .nav.nav-tabs>li.active>a:hover:after{background-color:#ffffff}.breadcrumb{background:none}.dark-color .breadcrumb>li+li:before{color:#373737}.dark-color .breadcrumb>li>a{color:#373737}.dark-color .breadcrumb>li>a:hover{color:#fcfcfc;text-decoration:none}.dark-color .breadcrumb>.active{color:#fcfcfc}.light-color .breadcrumb>li+li:before{color:#d9d9d9}.light-color .breadcrumb>li>a{color:#d9d9d9}.light-color .breadcrumb>li>a:hover{color:#222222;text-decoration:none}.light-color .breadcrumb>.active{color:#222222}.main-color .breadcrumb>li+li:before{color:#ccbb97}.main-color .breadcrumb>li>a{color:#ccbb97}.main-color .breadcrumb>li>a:hover{color:#ffffff;text-decoration:none}.main-color .breadcrumb>.active{color:#ffffff}.dark-main-color .breadcrumb>li+li:before{color:#a69062}.dark-main-color .breadcrumb>li>a{color:#a69062}.dark-main-color .breadcrumb>li>a:hover{color:#ffffff;text-decoration:none}.dark-main-color .breadcrumb>.active{color:#ffffff}.light-main-color .breadcrumb>li+li:before{color:#8a6f39}.light-main-color .breadcrumb>li>a{color:#8a6f39}.light-main-color .breadcrumb>li>a:hover{color:#ffffff;text-decoration:none}.light-main-color .breadcrumb>.active{color:#ffffff}.main-color i:before{color:#ffffff}.dark-main-color i:before{color:#ffffff}.light-main-color i:before{color:#ffffff}.dark-color i:before{color:#fcfcfc}.light-color i:before{color:#222222}i[class^="icon-"].rounded:before,i[class*=" icon-"].rounded:before,i[class^="icon-"].squared:before,i[class*=" icon-"].squared:before,i[class^="icon-"].circle:before,i[class*=" icon-"].circle:before{background-color:#21a649;color:#ffffff;border-color:#4B9975}.main-color i[class^="icon-"].rounded:before,.main-color i[class*=" icon-"].rounded:before,.main-color i[class^="icon-"].squared:before,.main-color i[class*=" icon-"].squared:before,.main-color i[class^="icon-"].circle:before,.main-color i[class*=" icon-"].circle:before{background-color:#21a649;border-color:#574b32}i[class^="icon-"].rounded.main-color,.main-color i[class*=" icon-"].rounded.main-color,i[class^="icon-"].squared.main-color,.main-color i[class*=" icon-"].squared.main-color,i[class^="icon-"].circle.main-color,.main-color i[class*=" icon-"].circle.main-color,i[class^="icon-"].rounded.dark-main-color,.main-color i[class*=" icon-"].rounded.dark-main-color,i[class^="icon-"].squared.dark-main-color,.main-color i[class*=" icon-"].squared.dark-main-color,i[class^="icon-"].circle.dark-main-color,.main-color i[class*=" icon-"].circle.dark-main-color,i[class^="icon-"].rounded.light-main-color,.main-color i[class*=" icon-"].rounded.light-main-color,i[class^="icon-"].squared.light-main-color,.main-color i[class*=" icon-"].squared.light-main-color,i[class^="icon-"].circle.light-main-color,.main-color i[class*=" icon-"].circle.light-main-color,i[class^="icon-"].rounded.light-color,.main-color i[class*=" icon-"].rounded.light-color,i[class^="icon-"].squared.light-color,.main-color i[class*=" icon-"].squared.light-color,i[class^="icon-"].circle.light-color,.main-color i[class*=" icon-"].circle.light-color,i[class^="icon-"].rounded.dark-color,.main-color i[class*=" icon-"].rounded.dark-color,i[class^="icon-"].squared.dark-color,.main-color i[class*=" icon-"].squared.dark-color,i[class^="icon-"].circle.dark-color,.main-color i[class*=" icon-"].circle.dark-color{background:none;color:white}i[class^="icon-"].white:before,.main-color i[class*=" icon-"].white:before{color:white}i[class^="icon-"].main-color.rounded:before,.main-color i[class*=" icon-"].main-color.rounded:before,i[class^="icon-"].main-color.squared:before,.main-color i[class*=" icon-"].main-color.squared:before,i[class^="icon-"].main-color.circle:before,.main-color i[class*=" icon-"].main-color.circle:before{background-color:#21a649;color:#ffffff;border-color:#4B9975}i[class^="icon-"].dark-main-color.rounded:before,.main-color i[class*=" icon-"].dark-main-color.rounded:before,i[class^="icon-"].dark-main-color.squared:before,.main-color i[class*=" icon-"].dark-main-color.squared:before,i[class^="icon-"].dark-main-color.circle:before,.main-color i[class*=" icon-"].dark-main-color.circle:before{background-color:#21a649;color:#ffffff;border-color:#574b32}i[class^="icon-"].light-main-color.rounded:before,.main-color i[class*=" icon-"].light-main-color.rounded:before,i[class^="icon-"].light-main-color.squared:before,.main-color i[class*=" icon-"].light-main-color.squared:before,i[class^="icon-"].light-main-color.circle:before,.main-color i[class*=" icon-"].light-main-color.circle:before{background-color:#b99856;color:#ffffff;border-color:#9c7d40}i[class^="icon-"].light-color.rounded:before,.main-color i[class*=" icon-"].light-color.rounded:before,i[class^="icon-"].light-color.squared:before,.main-color i[class*=" icon-"].light-color.squared:before,i[class^="icon-"].light-color.circle:before,.main-color i[class*=" icon-"].light-color.circle:before{background-color:#ffffff;color:#21a649;border-color:#e6e6e6}i[class^="icon-"].dark-color.rounded:before,.main-color i[class*=" icon-"].dark-color.rounded:before,i[class^="icon-"].dark-color.squared:before,.main-color i[class*=" icon-"].dark-color.squared:before,i[class^="icon-"].dark-color.circle:before,.main-color i[class*=" icon-"].dark-color.circle:before{background-color:#111111;color:#fcfcfc;border-color:#000000}.main-color i[class*=" icon-"].main-color.rounded:before,.main-color i[class*=" icon-"].main-color.squared:before,.main-color i[class*=" icon-"].main-color.circle:before{background-color:#b99856}.dark-main-color i[class*=" icon-"].dark-main-color.rounded:before,.dark-main-color i[class*=" icon-"].dark-main-color.squared:before,.dark-main-color i[class*=" icon-"].dark-main-color.circle:before{background-color:#88754d}.light-main-color i[class*=" icon-"].light-main-color.rounded:before,.light-main-color i[class*=" icon-"].light-main-color.squared:before,.light-main-color i[class*=" icon-"].light-main-color.circle:before{background-color:#ae8c48}.dark-color i[class*=" icon-"].dark-color.rounded:before,.dark-color i[class*=" icon-"].dark-color.squared:before,.dark-color i[class*=" icon-"].dark-color.circle:before{background-color:#1e1e1e}.light-color i[class*=" icon-"].light-color.rounded:before,.light-color i[class*=" icon-"].light-color.squared:before,.light-color i[class*=" icon-"].light-color.circle:before{background-color:#f2f2f2}.main-color i.inverted.circle:before,.dark-main-color i.inverted.circle:before,.light-main-color i.inverted.circle:before,.light-color i.inverted.circle:before,.dark-color i.inverted.circle:before,.main-color i.inverted.squared:before,.dark-main-color i.inverted.squared:before,.light-main-color i.inverted.squared:before,.light-color i.inverted.squared:before,.dark-color i.inverted.squared:before,.main-color i.inverted.rounded:before,.dark-main-color i.inverted.rounded:before,.light-main-color i.inverted.rounded:before,.light-color i.inverted.rounded:before,.dark-color i.inverted.rounded:before{background-color:#ffffff;color:#21a649}.box{border-color:#e6e6e6}.box.main-color{border-color:#4B9975}.box.dark-main-color{border-color:#574b32}.box.light-main-color{border-color:#9c7d40}.box.dark-color{border-color:#000000}.box.light-color{border-color:#e6e6e6}.box.white{border-color:#e6e6e6;background-color:#ffffff;color:#222222}.box.white-border{border-color:#ffffff}.main-color .box{border-color:#ccbb97}.light-main-color .box{border-color:#8a6f39}.dark-main-color .box{border-color:#a69062}.dark-color .box{border-color:#373737}.light-color .box{border-color:#d9d9d9}.main-color>.cta-box-btn a:not(.primary):not(.danger):not(.info):not(.warning):not(.success){background-color:#c4b086}.main-color>.cta-box-btn a:not(.primary):not(.danger):not(.info):not(.warning):not(.success):hover{background-color:#4B9975}.box-icon a h1,.box-icon a h2,.box-icon a h3,.box-icon a h4,.box-icon a h5,.box-icon a h6,.box-icon a p{color:#222222}.box-icon a:hover h1,.box-icon a:hover h2,.box-icon a:hover h3,.box-icon a:hover h4,.box-icon a:hover h5,.box-icon a:hover p{color:#21a649}.box-icon a:hover i.rounded:before,.box-icon a:hover i.squared:before,.box-icon a:hover i.circle:before{background-color:#c4b086;border-color:#21a649}.icon.circle{background-color:#21a649;border-color:#4B9975}.icon.circle.main-color{background-color:#21a649;border-color:#4B9975}.icon.circle.dark-main-color{background-color:#21a649;border-color:#574b32}.icon.circle.light-main-color{background-color:#b99856;border-color:#9c7d40}.icon.circle.dark-color{background-color:#111111;border-color:#000000}.icon.circle.light-color{background-color:#ffffff;border-color:#e6e6e6}a:hover .icon.circle{background-color:#bba475;border-color:#21a649}a:hover .icon.circle.main-color{background-color:#bba475;border-color:#21a649}a:hover .icon.circle.dark-main-color{background-color:#88754d;border-color:#68593b}a:hover .icon.circle.light-main-color{background-color:#c0a368;border-color:#ae8c48}a:hover .icon.circle.dark-color{background-color:#1e1e1e;border-color:#040404}a:hover .icon.circle.light-color{background-color:#f7f7f7;border-color:#dedede}.box-icon.main-color a h1,.box-icon.main-color a h2,.box-icon.main-color a h3,.box-icon.main-color a h4,.box-icon.main-color a h5,.box-icon.main-color a p{color:#665532}.box-icon.main-color a:hover h1,.box-icon.main-color a:hover h2,.box-icon.main-color a:hover h3,.box-icon.main-color a:hover h4,.box-icon.main-color a:hover h5,.box-icon.main-color a:hover p{color:#ffffff}.box-icon.dark-main-color a h1,.box-icon.dark-main-color a h2,.box-icon.dark-main-color a h3,.box-icon.dark-main-color a h4,.box-icon.dark-main-color a h5,.box-icon.dark-main-color a p{color:#b9a783}.box-icon.dark-main-color a:hover h1,.box-icon.dark-main-color a:hover h2,.box-icon.dark-main-color a:hover h3,.box-icon.dark-main-color a:hover h4,.box-icon.dark-main-color a:hover h5,.box-icon.dark-main-color a:hover p{color:#ffffff}.box-icon.light-main-color a h1,.box-icon.light-main-color a h2,.box-icon.light-main-color a h3,.box-icon.light-main-color a h4,.box-icon.light-main-color a h5,.box-icon.light-main-color a p{color:#65522a}.box-icon.light-main-color a:hover h1,.box-icon.light-main-color a:hover h2,.box-icon.light-main-color a:hover h3,.box-icon.light-main-color a:hover h4,.box-icon.light-main-color a:hover h5,.box-icon.light-main-color a:hover p{color:#ffffff}.box-icon.light-color a h1,.box-icon.light-color a h2,.box-icon.light-color a h3,.box-icon.light-color a h4,.box-icon.light-color a h5,.box-icon.light-color a p{color:#808080}.box-icon.light-color a:hover h1,.box-icon.light-color a:hover h2,.box-icon.light-color a:hover h3,.box-icon.light-color a:hover h4,.box-icon.light-color a:hover h5,.box-icon.light-color a:hover p{color:#222222}.box-icon.dark-color a h1,.box-icon.dark-color a h2,.box-icon.dark-color a h3,.box-icon.dark-color a h4,.box-icon.dark-color a h5,.box-icon.dark-color a p{color:#6a6a6a}.box-icon.dark-color a:hover h1,.box-icon.dark-color a:hover h2,.box-icon.dark-color a:hover h3,.box-icon.dark-color a:hover h4,.box-icon.dark-color a:hover h5,.box-icon.dark-color a:hover p{color:#fcfcfc}.main-color .box-icon a h1,.main-color .box-icon a h2,.main-color .box-icon a h3,.main-color .box-icon a h4,.main-color .box-icon a h5,.main-color .box-icon a p{color:#ffffff}.main-color .box-icon a:hover h1,.main-color .box-icon a:hover h2,.main-color .box-icon a:hover h3,.main-color .box-icon a:hover h4,.main-color .box-icon a:hover h5,.main-color .box-icon a:hover p{color:#ddd1ba}.dark-main-color .box-icon a h1,.dark-main-color .box-icon a h2,.dark-main-color .box-icon a h3,.dark-main-color .box-icon a h4,.dark-main-color .box-icon a h5,.dark-main-color .box-icon a p{color:#ffffff}.dark-main-color .box-icon a:hover h1,.dark-main-color .box-icon a:hover h2,.dark-main-color .box-icon a:hover h3,.dark-main-color .box-icon a:hover h4,.dark-main-color .box-icon a:hover h5,.dark-main-color .box-icon a:hover p{color:#b9a783}.light-main-color .box-icon a h1,.light-main-color .box-icon a h2,.light-main-color .box-icon a h3,.light-main-color .box-icon a h4,.light-main-color .box-icon a h5,.light-main-color .box-icon a p{color:#ffffff}.light-main-color .box-icon a:hover h1,.light-main-color .box-icon a:hover h2,.light-main-color .box-icon a:hover h3,.light-main-color .box-icon a:hover h4,.light-main-color .box-icon a:hover h5,.light-main-color .box-icon a:hover p{color:#21a649}.light-color .box-icon a h1,.light-color .box-icon a h2,.light-color .box-icon a h3,.light-color .box-icon a h4,.light-color .box-icon a h5,.light-color .box-icon a p{color:#222222}.light-color .box-icon a:hover h1,.light-color .box-icon a:hover h2,.light-color .box-icon a:hover h3,.light-color .box-icon a:hover h4,.light-color .box-icon a:hover h5,.light-color .box-icon a:hover p{color:#808080}.dark-color .box-icon a h1,.dark-color .box-icon a h2,.dark-color .box-icon a h3,.dark-color .box-icon a h4,.dark-color .box-icon a h5,.dark-color .box-icon a p{color:#fcfcfc}.dark-color .box-icon a:hover h1,.dark-color .box-icon a:hover h2,.dark-color .box-icon a:hover h3,.dark-color .box-icon a:hover h4,.dark-color .box-icon a:hover h5,.dark-color .box-icon a:hover p{color:#6a6a6a}.mask:before{background-color:#000;opacity:0.5}.mask.opacity-1:before{opacity:0.1}.mask.opacity-2:before{opacity:0.2}.mask.opacity-3:before{opacity:0.3}.mask.opacity-4:before{opacity:0.4}.mask.opacity-5:before{opacity:0.5}.mask.opacity-6:before{opacity:0.6}.mask.opacity-7:before{opacity:0.7}.mask.opacity-8:before{opacity:0.8}.mask.opacity-9:before{opacity:0.9}.mask.mask-main-color:before{background-color:#21a649}.polytech-hover-1 .mask-over,.polytech-hover-2 .mask-over,.polytech-hover-4 .mask-over{background:#f7f7f7;color:#222222}.polytech-hover-1 .mask-over a,.polytech-hover-2 .mask-over a,.polytech-hover-4 .mask-over a{color:#222222}.polytech-hover-1 .mask-over a:hover,.polytech-hover-2 .mask-over a:hover,.polytech-hover-4 .mask-over a:hover{color:#21a649}.polytech-hover-1 .mask-over.main-color,.polytech-hover-2 .mask-over.main-color,.polytech-hover-4 .mask-over.main-color{background:#21a649;color:#ffffff}.polytech-hover-1 .mask-over.main-color a,.polytech-hover-2 .mask-over.main-color a,.polytech-hover-4 .mask-over.main-color a{color:#ffffff}.polytech-hover-1 .mask-over.main-color a:hover,.polytech-hover-2 .mask-over.main-color a:hover,.polytech-hover-4 .mask-over.main-color a:hover{color:#b99856}.polytech-hover-1 .mask-over.dark-main-color,.polytech-hover-2 .mask-over.dark-main-color,.polytech-hover-4 .mask-over.dark-main-color{background:#21a649;color:#ffffff}.polytech-hover-1 .mask-over.dark-main-color a,.polytech-hover-2 .mask-over.dark-main-color a,.polytech-hover-4 .mask-over.dark-main-color a{color:#ffffff}.polytech-hover-1 .mask-over.dark-main-color a:hover,.polytech-hover-2 .mask-over.dark-main-color a:hover,.polytech-hover-4 .mask-over.dark-main-color a:hover{color:#21a649}.polytech-hover-1 .mask-over.light-main-color,.polytech-hover-2 .mask-over.light-main-color,.polytech-hover-4 .mask-over.light-main-color{background:#b99856;color:#ffffff}.polytech-hover-1 .mask-over.light-main-color a,.polytech-hover-2 .mask-over.light-main-color a,.polytech-hover-4 .mask-over.light-main-color a{color:#ffffff}.polytech-hover-1 .mask-over.light-main-color a:hover,.polytech-hover-2 .mask-over.light-main-color a:hover,.polytech-hover-4 .mask-over.light-main-color a:hover{color:#21a649}.polytech-hover-1 .mask-over.dark-color,.polytech-hover-2 .mask-over.dark-color,.polytech-hover-4 .mask-over.dark-color{background:#111111;color:#fcfcfc}.polytech-hover-1 .mask-over.dark-color a,.polytech-hover-2 .mask-over.dark-color a,.polytech-hover-4 .mask-over.dark-color a{color:#fcfcfc}.polytech-hover-1 .mask-over.dark-color a:hover,.polytech-hover-2 .mask-over.dark-color a:hover,.polytech-hover-4 .mask-over.dark-color a:hover{color:#21a649}.polytech-hover-1 .mask-over.light-color,.polytech-hover-2 .mask-over.light-color,.polytech-hover-4 .mask-over.light-color{background:#ffffff;color:#222222}.polytech-hover-1 .mask-over.light-color a,.polytech-hover-2 .mask-over.light-color a,.polytech-hover-4 .mask-over.light-color a{color:#222222}.polytech-hover-1 .mask-over.light-color a:hover,.polytech-hover-2 .mask-over.light-color a:hover,.polytech-hover-4 .mask-over.light-color a:hover{color:#21a649}.polytech-hover-4 .mask-over a:hover{background:#21a649;color:#ffffff}.polytech-hover-4 .mask-over.main-color a:hover,.polytech-hover-4 .mask-over.dark-main-color a:hover,.polytech-hover-4 .mask-over.light-main-color a:hover,.polytech-hover-4 .mask-over.dark-color a:hover,.polytech-hover-4 .mask-over.light-color a:hover{background:#f7f7f7;color:#21a649}.polytech-hover-2 figure div .mask-over{opacity:0}.no-touch .polytech-hover-2 figure:not(.noCss3):hover div .mask-over,.polytech-hover-2 figure.cs-hover div .mask-over{opacity:1}.polytech-hover-4 figcaption a{color:#222222}.polytech-hover-4 figcaption a:hover{color:#21a649}.rollover.effect-zoe figure figcaption{background:#fff;color:#3c4a50}.rollover.effect-zoe figure .description{color:#fff}.rollover.effect-zoe figure.hovered .icon-links a:hover,.rollover.effect-zoe figure.hovered .icon-links a:focus{color:#252d31}.rollover.effect-zoe.hovered{background-color:#000000}.rollover.effect-lexi figure figcaption::before{box-shadow:0 0 0 900px rgba(255,255,255,0.2);border-color:#fff}.rollover.effect-sarah figure h1:after,.rollover.effect-sarah figure h2:after,.rollover.effect-sarah figure h3:after,.rollover.effect-sarah figure h4:after,.rollover.effect-sarah figure h5:after,.rollover.effect-sarah figure h6:after{background:#fff}.box-testimonial .box-arrow:after{border-top-color:#fbfbfb}.box-testimonial .box-arrow:before{border-top-color:#d5d5d5}.box-arrow:after{border-top-color:#eee}.box-arrow:before{border-top-color:#ccc}.dark-main-color .box-testimonial .box-arrow:before{border-top-color:#4B9975}.dark-main-color .box-testimonial .box-arrow:after{border-top-color:#21a649}.main-color .box-testimonial .box-arrow:before{border-top-color:#9c7d40}.main-color .box-testimonial .box-arrow:after{border-top-color:#b99856}.light-main-color .box-testimonial .box-arrow:before{border-top-color:#4B9975}.light-main-color .box-testimonial .box-arrow:after{border-top-color:#21a649}.dark-color .box-testimonial .box-arrow:before{border-top-color:#040404}.dark-color .box-testimonial .box-arrow:after{border-top-color:#1e1e1e}.light-color .box-testimonial .box-arrow:before{border-top-color:#d9d9d9}.light-color .box-testimonial .box-arrow:after{border-top-color:#f2f2f2}.box-testimonial.main-color{background:none;color:#222222}.box-testimonial.main-color blockquote{background-color:#21a649;border-color:#4B9975}.box-testimonial.main-color blockquote:before{color:#ffffff}.box-testimonial.main-color .box-arrow:before{border-top-color:#4B9975}.box-testimonial.main-color .box-arrow:after{border-top-color:#21a649}.box-testimonial.dark-main-color{background:none;color:#222222}.box-testimonial.dark-main-color blockquote{background-color:#21a649;border-color:#574b32}.box-testimonial.dark-main-color blockquote:before{color:#ffffff}.box-testimonial.dark-main-color .box-arrow:before{border-top-color:#574b32}.box-testimonial.dark-main-color .box-arrow:after{border-top-color:#21a649}.box-testimonial.light-main-color{background:none;color:#222222}.box-testimonial.light-main-color blockquote{background-color:#b99856;border-color:#9c7d40}.box-testimonial.light-main-color blockquote:before{color:#ffffff}.box-testimonial.light-main-color .box-arrow:before{border-top-color:#9c7d40}.box-testimonial.light-main-color .box-arrow:after{border-top-color:#b99856}.box-testimonial.dark-color{background:none;color:#222222}.box-testimonial.dark-color blockquote{background-color:#111111;border-color:#000000}.box-testimonial.dark-color blockquote:before{color:#fcfcfc}.box-testimonial.dark-color .box-arrow:before{border-top-color:#000000}.box-testimonial.dark-color .box-arrow:after{border-top-color:#111111}.box-testimonial.light-color{background:none;color:#222222}.box-testimonial.light-color blockquote{background-color:#ffffff;border-color:#e6e6e6}.box-testimonial.light-color blockquote:before{color:#222222}.box-testimonial.light-color .box-arrow:before{border-top-color:#e6e6e6}.box-testimonial.light-color .box-arrow:after{border-top-color:#ffffff}.box-testimonial.white{background:none;color:#222222}.box-testimonial.white blockquote{background-color:#ffffff;border-color:#e6e6e6}.box-testimonial.white blockquote:before{color:#222222}.box-testimonial.white .box-arrow:before{border-top-color:#e6e6e6}.box-testimonial.white .box-arrow:after{border-top-color:#ffffff}.box-testimonial.white p{color:#222222}.timeline:before{background-color:#eeeeee}.timeline>li>.timeline-panel:before{border-left-color:#ccc;border-right-color:#ccc;border-bottom-color:transparent}.timeline>li>.timeline-panel:after{border-top-color:transparent;border-left-color:#fff;border-right-color:#fff;border-bottom-color:transparent}.pricing-table{background-color:#fff;border-color:rgba(0,0,0,0.1)}.pricing-table ul li{border-color:#ddd;color:#444 !important}.pricing-table h2{background-color:#a6a6a6;color:white}.pricing-table .pricing{background-color:#ffffff;color:#a6a6a6;border-color:rgba(0,0,0,0.1)}.pricing-table p{background-color:#eee;color:#444 !important}.pricing-table.focus-plan{border-color:#D1D1D1}.pricing-table.focus-plan h2{background-color:#111111;color:#fff !important}.pricing-table.focus-plan .pricing{background-color:#21a649;border-color:rgba(0,0,0,0.2);color:#fff !important}.polytech_pt_style_2 div.pricing{background:#eee}.polytech_pt_style_2.pricingBloc h2{background-color:#eee;color:#555}.polytech_pt_style_2.focusPlan div.pricing{background:orange}.polytech_pt_style_2.focusPlan.pricingBloc h2{background-color:orange;color:#fff}.pricingBloc.polytech_pt_style_2 h3{background:#fff;border-color:#fff;box-shadow:inset 0px 5px 10px 2px #ddd, 0px 5px 10px 2px #ddd;color:#555 !important}.pricingBloc.polytech_pt_style_2 p.sign{background:#fff}.polytech_pt_style_3.pricingBloc h2{background-color:#333;color:#eee}.polytech_pt_style_3.pricingBloc h3{background-color:#555;color:#999;text-shadow:0px 0px 7px rgba(0,0,0,0.75)}.polytech_pt_style_3.pricingBloc div.pricing:after{border-color:#555 transparent transparent transparent}.polytech_pt_style_3 li{background:#eee}.polytech_pt_style_3 li:nth-child(odd){background:#fff}.polytech_pt_style_3 p.sign{background:#555}.polytech_pt_style_3.focusPlan.pricingBloc h3{background:orange}hr{background:transparent}hr:after{background:#f7f7f7;color:#a2a2a2}.main-color hr{border-color:#c4b086}.main-color hr:after{color:#c4b086;background:#21a649}.main-color hr.double{border-top-color:#c4b086}.dark-main-color hr{border-color:#998356}.dark-main-color hr:after{color:#998356;background:#21a649}.dark-main-color hr.double{border-top-color:#998356}.light-main-color hr{border-color:#9c7d40}.light-main-color hr:after{color:#9c7d40;background:#b99856}.light-main-color hr.double{border-top-color:#9c7d40}.dark-color hr{border-color:#2b2b2b}.dark-color hr:after{color:#2b2b2b;background:#111111}.dark-color hr.double{border-top-color:#2b2b2b}.light-color hr{border-color:#e6e6e6}.light-color hr:after{color:#e6e6e6;background:#ffffff}.light-color hr.double{border-top-color:#e6e6e6}.pagination>li>a,.pagination>li>span{color:#21a649}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#21a649}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{color:#ffffff;background-color:#21a649;border-color:#21a649}.pagination.pagination-minimal>li>a,.pagination.pagination-minimal>li>span{color:#222222}.pagination.pagination-minimal>li>a:after,.pagination.pagination-minimal>li>span:after{background:#222222}.menu-header{box-shadow:0px 2px 3px 0px rgba(50,50,50,0.4)}.navbar-default{background-color:transparent}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background:#21a649}.navbar-default .navbar-toggle:focus span,.navbar-default .navbar-toggle:hover span{background:#ffffff}.menu-header.navbar-fixed-top{background-color:white}body .menu-header .nav>li>a.active,body .menu-header .nav>li.active>a.active,body .menu-header .nav>li>a.active:hover,body .menu-header .nav>li.active>a.active:hover,body .menu-header .nav>li>a:hover,body .menu-header .nav>li.active>a:hover,body .menu-header .nav>li>a:focus,body .menu-header .nav>li.active>a:focus{color:#21a649}.menu-header .nav>li.active>a{color:#21a649}#uniMenu .nav>li>a{color:#333;transition:background-color, color 0.5s ease}#uniMenu .nav>li>a:hover{color:#21a649;background:#fff}@media (max-width: 2014px){#uniMenu .nav>li>a:hover{color:#333}#uniMenu .nav>li.polytech-mega-menu-trigger.opened>a:hover{color:#21a649;background:#fff}}.menu-header .nav>li.active>a:focus,.menu-header .nav>li.active>a:hover,.menu-header .nav>li.active>a:active{color:#21a649}.menu-header .nav>li .sub-menu a:not(.btn){color:#373737}#pre-header{background:#111111}#pre-header .contact-phone,#pre-header .social-icons{color:white}#pre-header i:before{color:#999}#pre-header.main-color{background:#21a649}#pre-header.main-color .contact-phone,#pre-header.main-color .social-icons,#pre-header.main-color i:before,#pre-header.main-color .quick-menu li a{color:#ffffff}#pre-header.main-color a:hover i:before,#pre-header.main-color .quick-menu li a:hover{color:#21a649}#pre-header.dark-main-color{background:#21a649}#pre-header.dark-main-color .contact-phone,#pre-header.dark-main-color .social-icons,#pre-header.dark-main-color i:before,#pre-header.dark-main-color .quick-menu li a{color:#ffffff}#pre-header.dark-main-color a:hover i:before,#pre-header.dark-main-color .quick-menu li a:hover{color:#b99856}#pre-header.light-main-color{background:#b99856}#pre-header.light-main-color .contact-phone,#pre-header.light-main-color .social-icons,#pre-header.light-main-color i:before,#pre-header.light-main-color .quick-menu li a{color:#ffffff}#pre-header.light-main-color a:hover i:before,#pre-header.light-main-color .quick-menu li a:hover{color:#21a649}#pre-header.light-color{background:#ffffff;border-bottom:1px solid #e1e1e1}#pre-header.light-color .contact-phone,#pre-header.light-color .social-icons,#pre-header.light-color i:before,#pre-header.light-color .quick-menu li a{color:#222222}#pre-header.light-color a:hover i:before,#pre-header.light-color .quick-menu li a:hover{color:#21a649}#pre-header.dark-color{background:#111111}#pre-header.dark-color .contact-phone,#pre-header.dark-color .social-icons,#pre-header.dark-color i:before,#pre-header.dark-color .quick-menu li a{color:#fcfcfc}#pre-header.dark-color a:hover i:before,#pre-header.dark-color .quick-menu li a:hover{color:#21a649}.quick-menu li a{color:#999}.quick-menu li a:hover{color:white}@media (min-width: 1025px){.sub-menu{box-shadow:rgba(0,0,0,0.109804) 0px 1px 2px 0px}.menu-header .nav>li .sub-menu{background-color:#fefefe}.menu-header .nav>li .sub-menu>li .sub-menu{background-color:#fefefe}.menu-header .nav>li .sub-menu a:not(.btn){color:#616161}.menu-header .nav>li .sub-menu a:not(.btn):hover{color:#fff;background:#21a649}.polytech-mega-menu h2,.polytech-mega-menu .mega-heading{color:#bfbfbf}}.sidebar-menu li{border-bottom:1px solid #E3E3E3}.sidebar-menu li a{color:#222222}.sidebar-menu li a:hover,.sidebar-menu li a.active{color:#21a649}@media (min-width: 1025px){body.header-1.header-dark .menu-header{background:#111111}}@media (min-width: 1025px){body.header-2 .menu-header .nav>li:hover>a,body.header-2 .menu-header .nav a:hover,body.header-2 .menu-header .nav a.active{background:#21a649;color:#ffffff}body.header-2 .menu-header .nav .polytech-mega-menu h2,body.header-2 .menu-header .nav .polytech-mega-menu .mega-heading{color:#ffffff}body.header-2 .menu-header .nav>li .sub-menu{background:#21a649}body.header-2 .menu-header .nav>li .sub-menu a{color:#ffffff}body.header-2 .menu-header .nav>li .sub-menu a:hover{background:#b99856}}@media (min-width: 1025px){body.header-3 .menu-header .nav>li>a:not(.btn){border-left-color:#bbbbbb}body.header-3.dark-header .menu-header .nav>li>a:not(.btn){border-left-color:#333}body.header-3.dark-header.header-semi-transparent .menu-header .nav>li>a:not(.btn){border-left-color:rgba(255,255,255,0.2)}}@media (min-width: 1025px){body.header-5 .menu-header .nav>li>a{border-color:#bbbbbb}body.header-5 .menu-header .nav>li>a:hover{border-color:#21a649}body.header-5 .menu-header .nav>li .sub-menu{background:#f7f7f7;border:1px solid #bbbbbb}body.header-5 .menu-header .nav>li .sub-menu a{color:#222222;border-bottom-color:#bbbbbb}body.header-5 .menu-header .nav>li .sub-menu a:hover{color:#21a649;background:none}}@media (min-width: 1025px){body.header-polytech .menu-header.scroll-header{border-color:#eee;background:white}body.header-polytech .menu-header.scroll-header .navbar-default .navbar-nav>li.active>a:not(.btn){background:none}body.header-polytech .menu-header.scroll-header .navbar-default .navbar-nav>li>a:not(.btn).active:after{border-color:#21a649}body.header-polytech .menu-header.scroll-header .navbar-default .navbar-nav>li:hover>a:not(.btn):after{border-color:#21a649}body.header-polytech .menu-header.scroll-header .navbar-default .navbar-nav>li.active>a:not(.btn):after{border-color:#21a649}body.header-polytech .menu-header:not(.scroll-header){background-color:#fff}body.header-polytech .menu-header:not(.scroll-header) .navbar-default .navbar-nav>li>a:not(.btn).active:after{border-color:#fff}body.header-polytech .menu-header:not(.scroll-header) .navbar-default .navbar-nav>li:hover>a:not(.btn):after{border-color:#fff}body.header-polytech .menu-header:not(.scroll-header) .navbar-default .navbar-nav>li.active>a:not(.btn){background:none}body.header-polytech .menu-header:not(.scroll-header) .navbar-default .navbar-nav>li.active>a:not(.btn):after{border-color:#fff}body.header-polytech .menu-header:not(.scroll-header) .navbar-default .navbar-nav>li>a:not(.btn){color:#333}body.header-polytech .menu-header:not(.scroll-header) .navbar-default .navbar-nav>li>a.btn.border{color:#fff;border-color:#fff;opacity:0.9}body.header-polytech .menu-header:not(.scroll-header) .navbar-default .navbar-nav>li>a.btn.border:hover{opacity:1}}@media (min-width: 1025px){body.header-7 .menu-header{border-color:#eee}body.header-7 .menu-header .navbar-default .navbar-nav>li.active>a:not(.btn){background:none}body.header-7 .menu-header .navbar-default .navbar-nav>li>a:not(.btn).active:after{border-color:#21a649}body.header-7 .menu-header .navbar-default .navbar-nav>li:hover>a:not(.btn):after{border-color:#21a649}body.header-7 .menu-header .navbar-default .navbar-nav>li.active>a:not(.btn){border-color:#21a649}body.header-7 .menu-header .navbar-default .navbar-nav>li.active>a:not(.btn):after{border-color:#21a649}}@media (min-width: 1025px){body.header-semi-transparent .menu-header{background-color:rgba(255,255,255,0.8);border-color:transparent !important}}body.dark-header .menu-header{background-color:#222}body.dark-header .menu-header .nav a{color:white}body.dark-header .menu-header .nav a.btn.border{border-color:#fff}@media (min-width: 1025px){body.dark-header.header-semi-transparent .menu-header{background-color:rgba(0,0,0,0.4);border-color:transparent !important}}body.light-header .menu-header{background-color:white}@media (min-width: 1025px){body.light-header.header-semi-transparent .menu-header{background-color:rgba(255,255,255,0.8);border-color:transparent !important}}@media (min-width: 1025px){body.header-transparent .menu-header{background-color:transparent;transition:all 300ms cubic-bezier(0.77, 0, 0.175, 1)}body.header-transparent .menu-header.scroll-header{background-color:white}body.header-transparent .menu-header:not(.scroll-header) .nav>li>a:not(:focus):not(:hover):not(:active):not(.active){color:white}body.header-transparent:not(.header-3) .menu-header{border-color:transparent}body.header-transparent.dark-header .menu-header.scroll-header{background-color:#222}body.header-transparent.dark-header .menu-header.scroll-header .nav>li>a:not(:focus):not(:hover):not(:active):not(.active){color:white}body.header-transparent.light-header .menu-header.scroll-header{background-color:white}}.progress{box-shadow:none;background-color:#f5f5f5;border-color:#e6e6e6}.progress-bar{box-shadow:none;color:#ffffff;background-color:#21a649}.main-color .progress{border-color:#ccbb97}.light-main-color .progress{border-color:#ffffff}.dark-main-color .progress{border-color:#ffffff}.dark-color .progress{border-color:#fcfcfc}.light-color .progress{border-color:#e6e6e6}.progress-bar-success,.progress-bar.success{background-color:#5cb85c}.progress-striped .progress-bar-success,.progress-striped .progress-bar.success{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,.progress-bar.info{background-color:#5bc0de}.progress-striped .progress-bar-info,.progress-striped .progress-bar.info{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,.progress-bar.warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning,.progress-striped .progress-bar.warning{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,.progress-bar.danger{background-color:#d9534f}.progress-striped .progress-bar-danger,.progress-striped .progress-bar.danger{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-striped .progress-bar,.progress-bar-striped,.progress-bar.striped{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}footer#main-footer{background-color:#ffffff;color:#999999}footer#main-footer a:hover{color:#21a649}footer#main-footer #footer-rights{background-color:#f7f7f7;color:#555555}footer#main-footer.dark-color,footer#main-footer #footer-rights.dark-color{background-color:#111111;color:#fcfcfc}footer#main-footer.light-color,footer#main-footer #footer-rights.light-color{background-color:#ffffff;color:#222222}footer#main-footer.light-color a:hover,footer#main-footer #footer-rights.light-color a:hover{color:#3c3c3c}footer#main-footer.dark-main-color,footer#main-footer #footer-rights.dark-main-color{background-color:#21a649;color:#ffffff}footer#main-footer.main-color,footer#main-footer #footer-rights.main-color{background-color:#21a649;color:#ffffff}footer#main-footer.light-main-color,footer#main-footer #footer-rights.light-main-color{background-color:#b99856;color:#ffffff}footer#main-footer ul.border li{border-bottom-color:#595959}.owl-theme .owl-controls .owl-page span{background:#21a649;color:#ffffff;box-shadow:0 1px 2px rgba(0,0,0,0.26)}.owl-theme .owl-controls .owl-buttons .owl-next i[class^="icon-"]:before,.owl-theme .owl-controls .owl-buttons .owl-prev i[class^="icon-"]:before,.owl-theme .owl-controls .owl-buttons .owl-next i[class*=" icon-"]:before,.owl-theme .owl-controls .owl-buttons .owl-prev i[class*=" icon-"]:before{color:#ffffff}.owl-theme .owl-controls .owl-buttons .owl-next:hover,.owl-theme .owl-controls .owl-buttons .owl-prev:hover{color:#aeaeae}.main-color .owl-theme .owl-controls .owl-page span{background:#ffffff;color:#21a649}.main-color .owl-theme .owl-controls .owl-next,.main-color .owl-theme .owl-controls .owl-prev{background:#ffffff}.main-color .owl-theme .owl-controls .owl-next i[class^="icon-"]:before,.main-color .owl-theme .owl-controls .owl-prev i[class^="icon-"]:before,.main-color .owl-theme .owl-controls .owl-next i[class*=" icon-"]:before,.main-color .owl-theme .owl-controls .owl-prev i[class*=" icon-"]:before{color:#21a649}.dark-main-color .owl-theme .owl-controls .owl-page span{background:#ffffff;color:#21a649}.dark-main-color .owl-theme .owl-controls .owl-next,.dark-main-color .owl-theme .owl-controls .owl-prev{background:#ffffff}.dark-main-color .owl-theme .owl-controls .owl-next i[class^="icon-"]:before,.dark-main-color .owl-theme .owl-controls .owl-prev i[class^="icon-"]:before,.dark-main-color .owl-theme .owl-controls .owl-next i[class*=" icon-"]:before,.dark-main-color .owl-theme .owl-controls .owl-prev i[class*=" icon-"]:before{color:#21a649}.light-main-color .owl-theme .owl-controls .owl-page span{background:#ffffff;color:#b99856}.light-main-color .owl-theme .owl-controls .owl-next,.light-main-color .owl-theme .owl-controls .owl-prev{background:#ffffff}.light-main-color .owl-theme .owl-controls .owl-next i[class^="icon-"]:before,.light-main-color .owl-theme .owl-controls .owl-prev i[class^="icon-"]:before,.light-main-color .owl-theme .owl-controls .owl-next i[class*=" icon-"]:before,.light-main-color .owl-theme .owl-controls .owl-prev i[class*=" icon-"]:before{color:#b99856}.dark-color .owl-theme .owl-controls .owl-page span{background:#fcfcfc;color:#111111}.dark-color .owl-theme .owl-controls .owl-next,.dark-color .owl-theme .owl-controls .owl-prev{background:#fcfcfc}.dark-color .owl-theme .owl-controls .owl-next i[class^="icon-"]:before,.dark-color .owl-theme .owl-controls .owl-prev i[class^="icon-"]:before,.dark-color .owl-theme .owl-controls .owl-next i[class*=" icon-"]:before,.dark-color .owl-theme .owl-controls .owl-prev i[class*=" icon-"]:before{color:#111111}ul.entry-meta li{background:#ffffff;color:#222222}ul.entry-meta li a{color:#222222}.light-color ul.entry-meta li{background:#ffffff}.post-date{background-color:#f7f7f7}.post-date .date-day{color:#222222;border-color:#e6e6e6}.post-date .date-month{color:#ffffff;background-color:#21a649;border-color:#4B9975}.tag-cloud a{background-color:#a2a2a2;border-color:#888888;color:#f7f7f7}.tag-cloud a:hover{color:#222222;border-color:#222222;background-color:#eeeeee}.free-wall .brick.caption{border-color:#ffffff}.caption-grid-layout figure figcaption{background:#fff}.caption-grid-layout figure figcaption a{color:#222222}.caption-grid-layout figure figcaption a:hover{color:#21a649;text-decoration:none}.alert-success,.alert.success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr,.alert.success hr{border-top-color:#c9e2b3}.alert-success .alert-link,.alert.success .alert-link{color:#2b542c}.alert-info,.alert.info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr,.alert.info hr{border-top-color:#a6e1ec}.alert-info .alert-link,.alert.info .alert-link{color:#245269}.alert-warning,.alert.warning{background-color:#fcf8e3;border-color:#faebcc;color:#555}.alert-warning hr,.alert.warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link,.alert.warning .alert-link{color:#66512c}.alert-danger,.alert.danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr,.alert.danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link,.alert.danger .alert-link{color:#843534}.swiper-tab{opacity:0}.swiper-tab .swiper-engine{background-color:#21a649}.swiper-tab .swiper-engine .swiper-slide{color:#ffffff}.swiper-tab .swiper-engine .content-slide{background:rgba(0,0,0,0.2)}.swiper-tab .btn-group{background:#fff}.swiper-tab .btn-group .btn.active,.swiper-tab .btn-group .btn:hover{background:#21a649;box-shadow:none}.swiper-vertical .swiper-slide figure figcaption,.swiper-horizontal .swiper-slide figure figcaption{background-color:rgba(0,0,0,0.6);color:white}.swiper-vertical .swiper-slide figure figcaption .btn.border,.swiper-horizontal .swiper-slide figure figcaption .btn.border,.swiper-vertical .swiper-slide figure figcaption .btn-icon.border,.swiper-horizontal .swiper-slide figure figcaption .btn-icon.border{color:white;border-color:white}.swiper-vertical .swiper-preloader,.swiper-horizontal .swiper-preloader{color:#222222;background:rgba(255,255,255,0.8)}.swiper-centered .navigation a{background-color:#21a649}.swiper-centered .navigation a i:before{color:#ffffff}.swiper-centered .navigation a:hover{background:#21a649}.swiper-centered .swiper-visible-switch{background:#aaa}.swiper-centered .swiper-active-switch{background:#fff}.panel-body,.panel-title{color:#222222}.main-color .panel-body,.main-color .panel-title{color:#ffffff}.dark-main-color .panel-body,.dark-main-color .panel-title{color:#ffffff}.light-main-color .panel-body,.light-main-color .panel-title{color:#ffffff}.dark-color .panel-body,.dark-color .panel-title{color:#fcfcfc}.light-color .panel-body,.light-color .panel-title{color:#222222}.panel-group.accordion-minimal .panel-heading .accordion-toggle{color:#21a649}.panel-group.accordion-minimal .panel-heading .accordion-toggle:after{background:#21a649}.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed{color:#222222}.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed:hover{color:#21a649}.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed:hover:after{background:#21a649}.superslides.superslide-polytech-theme-1 .prev,.superslides.superslide-polytech-theme-1 .next{background:#21a649}.superslides.superslide-polytech-theme-1 .prev:hover,.superslides.superslide-polytech-theme-1 .next:hover{background:#21a649}.superslides .slides-pagination a{border-color:white}.superslides .slides-pagination a.current{background-color:white}.superslides.superslide-polytech-theme-2 .prev,.superslides.superslide-polytech-theme-2 .next{background:none;border-color:white}.superslides.superslide-polytech-theme-2 .prev:before,.superslides.superslide-polytech-theme-2 .next:before{color:white}.superslides.superslide-polytech-theme-2 .prev:hover,.superslides.superslide-polytech-theme-2 .next:hover{opacity:0.5}.superslides .slides-pagination a{background-color:#ffffff;opacity:0.5}.superslides .slides-pagination a.current{background-color:#ffffff;opacity:1}#polytech-to-top{background:#21a649}#polytech-to-top i:before{color:white}.polytech-preloader{background:#111111 !important}.polytech-preloader:after{border-top-color:#21a649;border-bottom-color:#21a649}@keyframes preloader_5{0%{transform:rotate(0deg)}50%{transform:rotate(180deg);background:#21a649}100%{transform:rotate(360deg)}}@keyframes preloader_5_after{0%{border-top:10px solid #21a649;border-bottom:10px solid #21a649}50%{border-top:10px solid #111111;border-bottom:10px solid #111111}100%{border-top:10px solid #21a649;border-bottom:10px solid #21a649}}@media (min-width: 768px){.boxed-layout{background:#e2e2e2}}@media (min-width: 992px){.boxed-layout #global-wrapper{background:#f7f7f7}}.border-grid .row .col-lg-1:not(:last-child),.border-grid .row .col-lg-10:not(:last-child),.border-grid .row .col-lg-11:not(:last-child),.border-grid .row .col-lg-12:not(:last-child),.border-grid .row .col-lg-2:not(:last-child),.border-grid .row .col-lg-3:not(:last-child),.border-grid .row .col-lg-4:not(:last-child),.border-grid .row .col-lg-5:not(:last-child),.border-grid .row .col-lg-6:not(:last-child),.border-grid .row .col-lg-7:not(:last-child),.border-grid .row .col-lg-8:not(:last-child),.border-grid .row .col-lg-9:not(:last-child),.border-grid .row .col-md-1:not(:last-child),.border-grid .row .col-md-10:not(:last-child),.border-grid .row .col-md-11:not(:last-child),.border-grid .row .col-md-12:not(:last-child),.border-grid .row .col-md-2:not(:last-child),.border-grid .row .col-md-3:not(:last-child),.border-grid .row .col-md-4:not(:last-child),.border-grid .row .col-md-5:not(:last-child),.border-grid .row .col-md-6:not(:last-child),.border-grid .row .col-md-7:not(:last-child),.border-grid .row .col-md-8:not(:last-child),.border-grid .row .col-md-9:not(:last-child),.border-grid .row .col-sm-1:not(:last-child),.border-grid .row .col-sm-10:not(:last-child),.border-grid .row .col-sm-11:not(:last-child),.border-grid .row .col-sm-12:not(:last-child),.border-grid .row .col-sm-2:not(:last-child),.border-grid .row .col-sm-3:not(:last-child),.border-grid .row .col-sm-4:not(:last-child),.border-grid .row .col-sm-5:not(:last-child),.border-grid .row .col-sm-6:not(:last-child),.border-grid .row .col-sm-7:not(:last-child),.border-grid .row .col-sm-8:not(:last-child),.border-grid .row .col-sm-9:not(:last-child),.border-grid .row .col-xs-1:not(:last-child),.border-grid .row .col-xs-10:not(:last-child),.border-grid .row .col-xs-11:not(:last-child),.border-grid .row .col-xs-12:not(:last-child),.border-grid .row .col-xs-2:not(:last-child),.border-grid .row .col-xs-3:not(:last-child),.border-grid .row .col-xs-4:not(:last-child),.border-grid .row .col-xs-5:not(:last-child),.border-grid .row .col-xs-6:not(:last-child),.border-grid .row .col-xs-7:not(:last-child),.border-grid .row .col-xs-8:not(:last-child),.border-grid .row .col-xs-9:not(:last-child){border-right-color:#ddd}.border-grid .row .col-lg-1:last-child,.border-grid .row .col-lg-10:last-child,.border-grid .row .col-lg-11:last-child,.border-grid .row .col-lg-12:last-child,.border-grid .row .col-lg-2:last-child,.border-grid .row .col-lg-3:last-child,.border-grid .row .col-lg-4:last-child,.border-grid .row .col-lg-5:last-child,.border-grid .row .col-lg-6:last-child,.border-grid .row .col-lg-7:last-child,.border-grid .row .col-lg-8:last-child,.border-grid .row .col-lg-9:last-child,.border-grid .row .col-md-1:last-child,.border-grid .row .col-md-10:last-child,.border-grid .row .col-md-11:last-child,.border-grid .row .col-md-12:last-child,.border-grid .row .col-md-2:last-child,.border-grid .row .col-md-3:last-child,.border-grid .row .col-md-4:last-child,.border-grid .row .col-md-5:last-child,.border-grid .row .col-md-6:last-child,.border-grid .row .col-md-7:last-child,.border-grid .row .col-md-8:last-child,.border-grid .row .col-md-9:last-child,.border-grid .row .col-sm-1:last-child,.border-grid .row .col-sm-10:last-child,.border-grid .row .col-sm-11:last-child,.border-grid .row .col-sm-12:last-child,.border-grid .row .col-sm-2:last-child,.border-grid .row .col-sm-3:last-child,.border-grid .row .col-sm-4:last-child,.border-grid .row .col-sm-5:last-child,.border-grid .row .col-sm-6:last-child,.border-grid .row .col-sm-7:last-child,.border-grid .row .col-sm-8:last-child,.border-grid .row .col-sm-9:last-child,.border-grid .row .col-xs-1:last-child,.border-grid .row .col-xs-10:last-child,.border-grid .row .col-xs-11:last-child,.border-grid .row .col-xs-12:last-child,.border-grid .row .col-xs-2:last-child,.border-grid .row .col-xs-3:last-child,.border-grid .row .col-xs-4:last-child,.border-grid .row .col-xs-5:last-child,.border-grid .row .col-xs-6:last-child,.border-grid .row .col-xs-7:last-child,.border-grid .row .col-xs-8:last-child,.border-grid .row .col-xs-9:last-child{border-right-color:transparent}.border-grid .row:not(:last-child) .col-lg-1,.border-grid .row:not(:last-child) .col-lg-10,.border-grid .row:not(:last-child) .col-lg-11,.border-grid .row:not(:last-child) .col-lg-12,.border-grid .row:not(:last-child) .col-lg-2,.border-grid .row:not(:last-child) .col-lg-3,.border-grid .row:not(:last-child) .col-lg-4,.border-grid .row:not(:last-child) .col-lg-5,.border-grid .row:not(:last-child) .col-lg-6,.border-grid .row:not(:last-child) .col-lg-7,.border-grid .row:not(:last-child) .col-lg-8,.border-grid .row:not(:last-child) .col-lg-9,.border-grid .row:not(:last-child) .col-md-1,.border-grid .row:not(:last-child) .col-md-10,.border-grid .row:not(:last-child) .col-md-11,.border-grid .row:not(:last-child) .col-md-12,.border-grid .row:not(:last-child) .col-md-2,.border-grid .row:not(:last-child) .col-md-3,.border-grid .row:not(:last-child) .col-md-4,.border-grid .row:not(:last-child) .col-md-5,.border-grid .row:not(:last-child) .col-md-6,.border-grid .row:not(:last-child) .col-md-7,.border-grid .row:not(:last-child) .col-md-8,.border-grid .row:not(:last-child) .col-md-9,.border-grid .row:not(:last-child) .col-sm-1,.border-grid .row:not(:last-child) .col-sm-10,.border-grid .row:not(:last-child) .col-sm-11,.border-grid .row:not(:last-child) .col-sm-12,.border-grid .row:not(:last-child) .col-sm-2,.border-grid .row:not(:last-child) .col-sm-3,.border-grid .row:not(:last-child) .col-sm-4,.border-grid .row:not(:last-child) .col-sm-5,.border-grid .row:not(:last-child) .col-sm-6,.border-grid .row:not(:last-child) .col-sm-7,.border-grid .row:not(:last-child) .col-sm-8,.border-grid .row:not(:last-child) .col-sm-9,.border-grid .row:not(:last-child) .col-xs-1,.border-grid .row:not(:last-child) .col-xs-10,.border-grid .row:not(:last-child) .col-xs-11,.border-grid .row:not(:last-child) .col-xs-12,.border-grid .row:not(:last-child) .col-xs-2,.border-grid .row:not(:last-child) .col-xs-3,.border-grid .row:not(:last-child) .col-xs-4,.border-grid .row:not(:last-child) .col-xs-5,.border-grid .row:not(:last-child) .col-xs-6,.border-grid .row:not(:last-child) .col-xs-7,.border-grid .row:not(:last-child) .col-xs-8,.border-grid .row:not(:last-child) .col-xs-9{border-bottom-color:#ddd}html{background-color:transparent}main#content{background-color:#fff}main#content.gray{background-color:#f7f7f7}main#content.light-color{background-color:#ffffff}main#content.dark-color{background-color:#111111}main#content.main-color{background-color:#21a649}main#content.dark-main-bg-color-color{background-color:#21a649}main#content.light-main-color{background-color:#b99856}.menu-header{border-color:rgba(0,0,0,0.1);box-shadow:0 0 10px rgba(0,0,0,0.1)}.page-header{border:none}.heading:after{background-color:#21a649}.main-color .heading:after{color:#b99856}.heading:after,h1.large-heading:after{background-color:#21a649}p.lead{color:#21a649}h1.large,h1.x-large{text-shadow:5px 5px 0px rgba(0,0,0,0.25)}h2.large,h2.x-large{text-shadow:2px 2px 0px rgba(0,0,0,0.25)}h1.large span,h2.large span,h1.x-large span,h2.x-large span,h1.large.no-shadow,h2.large.no-shadow,h1.x-large.no-shadow,h2.x-large.no-shadow,h1.large small.no-shadow,h2.large small.no-shadow,h1.x-large small.no-shadow,h2.x-large small.no-shadow{text-shadow:none}.heading:after{color:#222222;opacity:0.075}.main-color .heading:after{color:#ffffff;opacity:0.075}.light-main-color .heading:after{color:#ffffff;opacity:0.075}.dark-main-color .heading:after{color:#ffffff;opacity:0.075}.dark-color .heading:after{color:#fcfcfc;opacity:0.075}.light-color .heading:after{color:#222222;opacity:0.075}.menu-header .nav>li .polytech-mega-menu.sub-menu h2,.menu-header .nav>li .polytech-mega-menu.sub-menu .mega-heading{color:#21a649}.menu-header .nav>li .polytech-mega-menu.sub-menu .col-md-3:not(:last-child){border-right-color:#eee}.menu-header .nav>li .polytech-mega-menu.sub-menu .mega-inner ul>li>a:not(.btn):hover,.menu-header .nav>li .polytech-mega-menu.sub-menu .mega-inner ul>li>a.active{color:#ffffff;background:#21a649}@media (min-width: 1025px){.header-1 .menu-header .nav>li .sub-menu,.header-4 .menu-header .nav>li .sub-menu{background:#111111}.header-1 .menu-header .nav>li .sub-menu h2,.header-4 .menu-header .nav>li .sub-menu h2,.header-1 .menu-header .nav>li .sub-menu p,.header-4 .menu-header .nav>li .sub-menu p{color:#fcfcfc}.header-1 .menu-header .nav>li .sub-menu .col-md-3:not(:last-child),.header-4 .menu-header .nav>li .sub-menu .col-md-3:not(:last-child){border-right-color:#2b2b2b}.header-1 .menu-header .nav>li .sub-menu .mega-inner ul>li>a:not(.btn):hover,.header-4 .menu-header .nav>li .sub-menu .mega-inner ul>li>a:not(.btn):hover{color:#fcfcfc}.header-1 .menu-header .nav>li .sub-menu>li .sub-menu,.header-4 .menu-header .nav>li .sub-menu>li .sub-menu{background:#111111}}@media (min-width: 1025px){.header-2 .menu-header .nav>li .sub-menu h2,.header-2 .menu-header .nav>li .sub-menu p{color:#ffffff}}.header-3 .menu-header{border-color:#bbbbbb}.page-header{padding-bottom:0;padding-top:0}.page-header .container:after{content:' ';display:block;background:#222222;opacity:0.1;height:1px;width:100%;margin-top:1rem}.page-header.main-color{background:none;color:#222222}.page-header.main-color:after{background:#21a649}.page-header.dark-main-color{background:none;color:#222222}.page-header.dark-main-color:after{background:#21a649}.panel-group{border-color:#ddd}ul.entry-meta li{background:none !important}ul.entry-meta li a{border-right-color:#21a649}#polytech-to-top{border-color:#21a649;background:#f7f7f7}#polytech-to-top i:before{color:#21a649}.swiper-tab .btn{background-color:#ffffff;color:#222222}.swiper-tab .btn-group .btn.active,.swiper-tab .btn-group .btn:hover{color:#ffffff}.pricing-table .pricing,.pricing-table p{background:none}.pricing-table .pricing{border:none}.fp-tooltip{background-color:#111111;color:#fcfcfc}#fp-nav{background-color:#21a649}#fp-nav ul li a span,.fp-slidesNav ul li a span{border-color:#ffffff}#fp-nav ul li a.active span,.fp-slidesNav ul li a.active span{background-color:#ffffff}.fp-controlArrow.fp-next,.fp-controlArrow.fp-prev{border:none}.fp-controlArrow.fp-next:after,.fp-controlArrow.fp-prev:after{color:#ffffff}#fullpage>div:first-child:after{color:#21a649}.sb-slidebar{background:#ffffff}.sb-slide{background:#f7f7f7}@media (max-width: 768px){.sb-slide{background:#fff}}.sb-slide .si-icon-hamburger-cross{background:#21a649}.sb-slide .menu-label{color:#ccc}.sb-slide .social-icons li a i:before{color:#555}.sb-menu{opacity:1}.navicon-line{background:#555555}.sb-menu li{border-color:#ddd}.sb-menu li a{color:#555}.sb-menu li.active{background-color:#21a649;border-color:#21a649}.sb-menu li.active>a{color:#ffffff}.sb-menu li:hover>a{color:#21a649}.sb-menu li:hover.active>a{color:#fff}.sb-menu li a{color:#222222}.sb-menu li .sb-submenu{background:#f7f7f7}.sb-menu li .sb-submenu li{border:none}.sb-menu li .sb-submenu li a{color:#777}.sb-menu li .sb-submenu li.active a,.sb-menu li .sb-submenu li.active:hover a{color:#ffffff;background-color:#ccbb97}.sb-menu li .sb-submenu li:hover a{color:#21a649}#sb-site .page-header{border-color:#eee}.navigation-dark #sb-site .page-header{background-color:#333;border:none}.navigation-dark #sb-site .page-header h1,.navigation-dark #sb-site .page-header .breadcrumb>.active{color:#ffffff}.ln-doc-example{background-color:#fff;border-color:#ccc}.ln-doc-example hr:after{background:#fff}.ln-doc-example:after{color:#959595}.tocify li.tocify-item{border-bottom-color:#D7D7D7}.tocify li.tocify-item.active a{color:#21a649}.tocify li.tocify-item>a{color:#222222}.tocify li.tocify-item>a:hover{color:#21a649}.sidebar-menu li a.selected{color:#21a649}.cookie-alert{padding:0;position:fixed;bottom:0;left:0;right:0;margin-left:auto;margin-right:auto;margin-bottom:0;z-index:999;opacity:0;visibility:hidden;border-radius:.5rem;transform:translateY(100%);transition:.5s ease-out;background:#fff;width:100%;max-width:768px;box-shadow:0 .125em .313em rgba(10,37,64,.09),0 .063em .125em rgba(0,0,0,.07);border:none}.cookie-alert__container{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;align-items:center;padding:1rem}@media (min-width:768px){.cookie-alert{bottom:1.25rem}.cookie-alert__container{flex-wrap:nowrap;padding:1.25rem}}.cookie-alert__desc{display:inline-block;font-size:.875rem;line-height:1.5;flex:1;min-width:0}.cookie-alert__btn{font-weight:500;display:inline-block;border-radius:.25rem;padding:.5rem 1.25rem;line-height:1.5em;background-color:#172b4d;font-size:14px;color:rgba(255,255,255,.8);flex-shrink:0;border:none;cursor:pointer;transition:color .2s}.cookie-alert__btn:active,.cookie-alert__btn:hover{color:#fff}.cookie-alert__icon{font-size:1.5rem;flex-shrink:0;margin-right:.75rem}.cookie-alert.show{opacity:1;visibility:visible;transform:translateY(0);transition-delay:1s;transition-duration:.5s}.cookie-alert a{color:#0080a7;text-decoration:underline;font-size:.875rem;font-weight:500}.cookie-alert a:hover{color:#005760}.cookie-alert .accept-cookies{text-transform:none}.cookie-alert__desc+.cookie-alert__btn{margin-left:.5rem}@media (max-width:767px){.cookie-alert__desc{text-align:center}.cookie-alert__container{flex-direction:column;text-align:center}.cookie-alert__icon{margin-right:0;margin-bottom:.5rem}}

/* End */


/* Start:/local/templates/main/css/jquery-ui-1.10.1.css?160217091825142*/
.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;min-height:0}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:0px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:normal}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px}.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("/local/templates/main/css/images/animated-overlay.gif");height:100%;opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url("/local/templates/main/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url("/local/templates/main/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url("/local/templates/main/css/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce url("/local/templates/main/css/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url("/local/templates/main/css/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url("/local/templates/main/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url("/local/templates/main/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;background-image:none}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/local/templates/main/css/images/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("/local/templates/main/css/images/ui-icons_ffffff_256x240.png")}.ui-state-default .ui-icon{background-image:url("/local/templates/main/css/images/ui-icons_ef8c08_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("/local/templates/main/css/images/ui-icons_ef8c08_256x240.png")}.ui-state-active .ui-icon{background-image:url("/local/templates/main/css/images/ui-icons_ef8c08_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("/local/templates/main/css/images/ui-icons_228ef1_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/local/templates/main/css/images/ui-icons_ffd27a_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url("/local/templates/main/css/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;opacity:.5;}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url("/local/templates/main/css/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;opacity:.2;border-radius:5px}
/* End */


/* Start:/local/templates/main/css/dropdown.css?16021709184854*/
.fs-dropdown {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 100%
}
.fs-dropdown:focus {
	box-shadow: none;
	border-color: #18F0A3;
	outline: 0
}
.fs-dropdown, .fs-dropdown *, .fs-dropdown :after, .fs-dropdown :before, .fs-dropdown:after, .fs-dropdown:before {
	box-sizing: border-box;
	transition: none;
	user-select: none!important
}
.fs-dropdown-element {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	opacity: 0;
	z-index: -1
}
.fs-dropdown-element, .fs-dropdown-element:focus {
	outline: 0;
	-webkit-tap-highlight-color: transparent
}
.no-opacity .fs-dropdown-element {
	left: -999999px
}
.fs-dropdown-selected {
	width: 100%;
	position: relative;
	background: #ededed;
	border: none;
	border-radius: 3px;
	color: #222;
	cursor: pointer;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	overflow: hidden;
	padding: 0 40px 0 15px;
	text-align: left;
	text-overflow: clip;
	z-index: 2
}
.fs-dropdown-selected:after {
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #ccc;
	content: '';
	display: block;
	margin: auto 0
}
.no-touch .fs-dropdown-selected:hover {
	color: #222
}
.no-touch .fs-dropdown-disabled .fs-dropdown-selected:hover {
	color: #ccc
}
.fs-dropdown-options {
	width: 100%;
	max-height: 260px;
	position: absolute;
	top: 100%;
	left: 0;
	border: 1px solid #ccc;
	border-width: 0 1px 1px;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 1px 4px rgba(0,0,0,.15);
	background-color: #fff;
	display: none;
	margin: 0;
	overflow: auto;
	overflow-x: hidden;
	padding: 0;
	z-index: 50
}
.fs-dropdown-options.fs-scrollbar {
	position: absolute
}
.no-opacity .fs-dropdown-options {
	width: auto
}
.fs-dropdown-group {
	border-bottom: 1px solid #ccc;
	color: #999;
	display: block;
	font-size: 11px;
	padding: 10px 15px;
	text-transform: uppercase
}
.fs-dropdown-item {
	width: 100%;
	background: #ededed;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	color: #222;
	cursor: pointer;
	display: block;
	font-size: 14px;
	margin: 0;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding: 0 15px;
	text-align: left;
	text-decoration: none;
	text-overflow: ellipsis
}
.fs-dropdown-item_placeholder {
	display: none
}
.fs-dropdown-item_selected {
	background: #eee
}
.fs-dropdown-item_disabled {
	cursor: default
}
.fs-dropdown-item:first-child {
	border-radius: 0
}
.fs-dropdown-item:last-child {
	border-bottom: 0;
	border-radius: 0 0 3px 3px
}
.no-touch .fs-dropdown-item:hover, .no-touch .fs-dropdown-item_selected:hover {
	color: #222;
	background-color: #ddd;
	border-color: #ccc
}
.fs-dropdown-item_disabled, .no-touch .fs-dropdown-item_disabled:hover {
	color: #ccc;
	background-color: #fff;
	border-color: #ccc
}
.fs-dropdown-open {
	z-index: 3
}
.fs-dropdown-open .fs-dropdown-options {
	display: block;
	border-radius: 0 0 3px 3px
}
.fs-dropdown-open .fs-dropdown-selected {
	z-index: 51;
	border-radius: 3px 3px 0 0
}
.fs-dropdown-focus .fs-dropdown-selected, .fs-dropdown-open .fs-dropdown-selected {
	background-color: #ededed;
	/*box-shadow: 0 0 5px rgba(0,0,0,.1)*/
	border:1px solid #52ac4f;
}
.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
	z-index: 49
}
.fs-dropdown-cover .fs-dropdown-options {
	top: 0;
	border-radius: 3px;
	border-width: 1px
}
.fs-dropdown-cover .fs-dropdown-item:first-child {
	border-radius: 3px 3px 0 0
}
.fs-dropdown-bottom .fs-dropdown-options {
	top: auto;
	bottom: 100%;
	border-width: 1px 1px 0
}
.fs-dropdown-bottom .fs-dropdown-item:last-child {
	border: none
}
.fs-dropdown-bottom.fs-dropdown-open .fs-dropdown-selected {
	border-radius: 0 0 3px 3px
}
.fs-dropdown-bottom.fs-dropdown-open .fs-dropdown-options {
	border-radius: 3px 3px 0 0
}
.fs-dropdown-bottom.fs-dropdown-cover .fs-dropdown-options {
	top: auto;
	bottom: 0
}
.fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-options, .fs-dropdown-bottom.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
	border-radius: 3px
}
.fs-dropdown-multiple .fs-dropdown-options {
	width: 100%;
	position: static;
	border-radius: 3px;
	border-width: 1px;
	box-shadow: none;
	display: block
}
.fs-dropdown-disabled .fs-dropdown-selected {
	background: #fff;
	border-color: #ccc;
	color: #ccc;
	cursor: default
}
.fs-dropdown-disabled .fs-dropdown-options {
	background: #fff;
	border-color: #ccc
}
.fs-dropdown-disabled .fs-dropdown-group, .fs-dropdown-disabled .fs-dropdown-item {
	border-color: #ccc;
	color: #ccc;
	cursor: default
}
.fs-dropdown-disabled .fs-dropdown-item, .no-touch .fs-dropdown-disabled .fs-dropdown-item:hover {
	color: #ccc;
	background-color: #fff
}
.fs-dropdown-disabled .fs-dropdown-item_selected, .no-touch .fs-dropdown-disabled .fs-dropdown-item_selected:hover {
	background: #fafafa
}

/* End */


/* Start:/local/templates/main/css/search/style.css?16021709181716*/
.sb-search {
	position: absolute;
	right:30px;
	width: 0;
	min-width: 41px;
	height: 41px;
	overflow: visible;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	margin-top: 15px;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border:none;
	outline: none;
	width: 100%;
	height: 41px;
	margin: 0;
	background:#fafafa;
	padding-left:20px;
	z-index: 11;
	font-family: inherit;
	font-size: 0.8em;
	color: #2c3e50;
	border-bottom-left-radius:3px;
	border-top-left-radius:3px;
}

.sb-search-input::-webkit-input-placeholder {
	color: #555;
	
}

.sb-search-input:-moz-placeholder {
	color: #555;
	
}

.sb-search-input::-moz-placeholder {
	color: #555;
	
}

.sb-search-input:-ms-input-placeholder {
	color: #555;
	
}

.sb-icon-search,
.sb-search-submit  {
	width: 41px;
	height: 41px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 41px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff;
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #555;
	background: #fafafa;
	z-index: 90;
	font-size: 1em;
	font-family: 'FontAwesome',sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	border-bottom-right-radius:3px;
	border-top-right-radius:3px;
}

.sb-icon-search:before {
	content: "\f002";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
width:50%; 
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #21a649;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 200;
}


/* End */


/* Start:/local/templates/main/css/skin.css?16021709188405*/

.article-item {
	min-height: 100px;
}
#map-canvas p,
#map-canvas ul,
#map-canvas li {
	font-size: 10px;
	text-align: justify;
}
#map-canvas .labels {
	border: 2px solid #52ac7f;
	background: white;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
}

.event-block {
	padding-bottom: 30px;
}
.event-desc a {
	color: #30A36F;
	display: block;
	font-size: 1.2em;
	overflow: hidden;
	height: 4.2em;
}
.event-section .event-desc a,
.event-box .event-desc a {
	font-size: 1em;
	display: inline;
	overflow: visible;
	height: auto;
}
.event-desc {
	padding-left: 80px;
}
.event-desc a:hover {
	color: #3AC586;
	text-decoration: none;
}
.event-month,
.event-data {
	color: white;
	display: block;
	text-align: center;
	line-height: 0.8em;
}
.event-square {
	margin-top: 8px;
	float: left;
	font-size: 18px;
	width: 3.5em; /*56px / 16px*/
	background: #21a649;
	padding-top: 0.625em; /*10px / 16px*/
	padding-bottom: 0.625em; /*10px / 16px*/
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}
.event-data {
	font-size: 1.5em; /*24px / 16px*/
	font-weight: bold;
}
.event-month {
	padding-top: 0.3125em; /*5px / 16px*/
	font-size: 0.875em; /*14px / 16px*/
}
.event-period {
	font-size: 0.8em;
	color: #6E6E6E;
	display: block;
	padding-bottom: 10px;
}
.event-cat {
	font-size: 0.8em;
	display: inline-block;
	color: #3AC586;
	border-radius: 2px;
	padding-bottom: 5px;
	padding-top: 8px;
}
.e-cat-cat {
	color: #6E6E6E;
}
.e-cat-name {
	padding-left: 5px;
}
.poly_menu_buttons button.small-menu-lang {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding-top: 18px;
}
.poly_menu_buttons button.small-menu-lang:hover {
	color: #3AC586;
}
.event-box {
	color: #535353;
	padding-bottom: 25px;
	display: block;
	margin-bottom: 20px;
	padding-top: 25px;
	border-radius: 3px;
}
.gray-block-inner-shadow,
.event-section {
	border: #f1f1f1 1px solid;
	background: #FaFaFa;
	box-shadow: inset 0 0 82px -9px rgba(241,241,241,1);
}
.gray-block-outer-shadow,
.event-box {
	background: #FaFaFa;
	border: #fafafa 1px solid;
	box-shadow: 0 1px 1px 0 rgba(209,209,209,1);
	transition: all .2s;
}
.event-box:hover {
	background: #F6F6F6;
	box-shadow: 0 1px 3px 0 rgba(209,209,209,1);
}
.event-section {
	font-size: 16px;
	color: #535353;
	padding-bottom: 30px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-top: 25px;
	display: block;
	border-radius: 3px;
}
.event-box a,
.event-section a {
	overflow: visible;
	height: auto;
}
.event-box a:hover,
.event-section a:hover {
	text-decoration: underline;
}
.event-box a.event-header,
.event-section a.event-header {
	font-size: 20px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
	color: #535353;
}
.event-box a.event-header:hover {
	text-decoration: none;
	color: #52ac7f;
}
.event-box a.e-cat-name,
.event-section a.e-cat-name,
.e-cat-name {
	font-size: 16px;
	color: white;
	font-weight: bold;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 3px;
	margin-bottom: 10px;
}
.event-box a.e-cat-name:hover,
.event-section a.e-cat-name:hover,
a.e-cat-name:hover {
	color: white;
	text-decoration: none;
}
.event-box .event-start,
.event-box .event-end {
	display: inline-block;
	padding-right: 40px;
	padding-bottom: 5px;
}
.event-section .event-start,
.event-section .event-end,
.event-section .event-place,
.event-section .event-price,
.event-section .event-other {
	display: block;
	padding-top: 10px;
}
.event-box .event-inf {
	padding-bottom: 5px;
}
.event-box .e-edge,
.event-section .e-edge {
	font-weight: bold;
	padding-right: 20px;
	display: inline-block;
	width: 80px;
}
.event-section .e-edge i {
	padding-right: 5px;
	width: 20px;
	display: inline-block;
	text-align: center;
}
.event-section .e-edge {
	width: 50%;
}
.event-section .e-edge-dd {
	width: 50%;
}
.event-section .e-edge,
.event-section .e-edge-dd {
	float: left;
}
.event-box .event-fig,
.event-section .event-fig {
	overflow: hidden;
	float: left;
	width: 25%;
	margin-bottom: 10px;
	margin-top: 8px;
	padding-left: 25px;
}
.event-box .event-fig img,
.event-section .event-fig img {
	max-width: 100%;
	border-radius: 3px;
}
.event-box .event-desc,
.event-section .event-desc {
	padding-left: 25px;
	padding-right: 25px;
	float: left;
	width: 75%;
}

@media screen and (max-width:680px) {
.event-box .event-fig,
.event-box .event-desc,
.event-section .event-fig,
.event-section .event-desc,
.event-section .e-edge-dd {
	width: 100%;
	margin-top: 0;
}
.event-section .e-edge-dd,
.event-section .e-edge {
	float: none;
	display: block;
}
.event-section .event-desc,
.event-box .event-desc {
	padding-right: 25px;
}
.event-section .event-fig,
.event-box .event-fig {
	padding-right: 25px;
}
.event-box .event-desc {
	padding-left: 25px;
}
.event-box .event-header {
	font-size: 1.2em;
}
}
/*NEWS*/
.news-info,
.news-tags {
	color: #AFAFAF;
	margin-bottom: 10px;
}
.news-info span {
	display: inline-block;
}
.news-info i,
.news-tags i {
	padding-right: 5px;
	text-align: center;
	width: 25px;
	line-height: 1em;
}
.news-time,
.news-cat,
.news-views {
	margin-right: 10px;
	margin-top: 8px;
}
.news-cat a {
	border-radius: 3px;
	padding: 5px 8px;
	font-size: 14px;
	display: block;
	color: white;
	transition: background-color, border, color .3s ease-out;
	line-height: 1em;
}
.news-cat a:hover {
	text-decoration: none;
}
.tag {
	color: #C6C6C6;
	display: inline-block;
	margin-top: 5px;
	margin-right: 10px;
	padding: 8px 12px;
	border: #E3E3E3 1px solid;
	border-radius: 3px;
	background: rgba(82,172,127,0.00);
	transition: background, border, color .3s ease-out;
	font-size: 14px;
	text-decoration: none;
	line-height: 1em;
}
.tag:hover,
.tag:focus,
.tag-block .tag:hover,
.tag-block .tag:focus,
.tag.selected {
	color: white!important;
	background-color: rgba(82,172,127,1.00);
	border-color: rgba(82,172,127,1.00);
	text-decoration: none;
}
.news-tags i {
	padding-right: 35px;
	line-height: 1em;
}
.tag-block .tag {
	color: #959595;
	border-color: #959595;
}
/*PERSONS*/
.person-pos a {
	font-weight: normal!important;
	color: #52ac7f!important;
}
/*PERSONS FILTER*/
.persons-filter {
	padding-top: 20px;
	padding-bottom: 20px;
}
.form-group {
	text-align: left;
	font-size: 14px;
}
.form-group input,
select.form-control {
	background: #ededed;
	border: none;
	border-radius: 3px;
}

.persons-filter {
	margin-bottom: 20px;
	border: #f1f1f1 1px solid;
	background: #fafafa;
	border-radius: 3px;
}
.form-block {
	padding: 20px 20px 0;
}

.section-btns .btn {
	margin-top: 10px;
}
.section-btns .section-btns-part {
	width: 50%;
	padding-left: 22px;
	padding-right: 22px;
	float: left;
}
.section-btns .btn-roll.rolled-up {
	margin-top: 0;
}
.btn-empty {
	background: rgba(250,250,250,0.00);
	color: #21a649;
	border: #21a649 1px solid;
	border-radius: 3px;
	transition: background-color, color .6s ease-out;
}
.btn-empty:hover {
	background: #21a649;
	color: white;
}
.section-btns .btn-roll:before {
	content: "Свернуть";
	display: inline;
}
.section-btns .btn-roll.rolled-up:before {
	content: "Включить фильтр";
	display: inline;
}
.section-btns .btn-reset {
	margin-right: 35px;
}

@media screen and (max-width:680px) {
.section-btns .section-btns-part {
	width: 100%;
	text-align: center;
}
.section-btns .btn-reset {
	margin-right: 0;
}
}

.autocomplete-suggestions{
	background: #fff;
	padding: 5px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.autocomplete-suggestion{
	  margin-bottom: 5px;
}
.autocomplete-suggestion:hover{
	cursor:pointer;
	color:#52ac7f;
}
/*ADD NEWS FORM*/
.add-news-form label{
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}
.add-news-form input[type="checkbox"]{
	margin-right: 5px;
}

.add-news-form input[type="text"],
.add-news-form input[type="email"],
.add-news-form input[type="password"],
.add-news-form input[type="phone"],
.add-news-form textarea{
	background-color: #ededed;
	background-image: none;
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.add-news-form textarea{
	height:122px;
}
/* End */


/* Start:/local/templates/main/css/jquery.countdown.css?16237608792030*/
.counter{
  /*background: rgba(0,0,0,.2);*/
  /*border-radius: 5px;*/
  padding: 5px;
    background: none;
}
.counter.onetwenty{
  background: none;
  padding: 5px;
  color: #019cdc;
}
.counter .countdown-section {
    font-size: 1em;
    padding: 15px 0;
    line-height: 1.4em;
      width: 20%;
  -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;         /* OLD - Firefox 19- */           /* For old syntax, otherwise collapses. */
  -webkit-flex: 1;          /* Chrome */
  -ms-flex: 1;              /* IE 10 */
  flex: 1;
}
.countdown-row {
	clear: both;
  display: block;
display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;
	width: 100%;
	padding: 0 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}

.countdown-section {
	display: inline-block;
	text-align: center;
	/*margin: 0 0.5em;*/
    margin: 0 0.75em;
  /*text-shadow: 0 3px 5px rgba(0, 0, 0,.5);*/
  font-weight: 300;
  box-sizing: border-box;
    text-shadow: none;
    text-transform: lowercase;
}
.onetwenty .countdown-section{
  text-shadow: none;
  margin: 0 1.5em;
  text-transform: lowercase;
}
.countdown-amount {
    font-size: 3vw;
}
.countdown-period {
    display: block;
    font-size: 1vw;
    padding-top: 0.5em;
    letter-spacing: 0.0025em;
}
.countdown-descr {
	display: block;
	width: 100%;
}
.tp-caption .slide_info_bg_dark{
  border-radius: 5px;
}
.tp-caption.vw_heading{
  font-size: 4vw;
  text-shadow:0 2px 3px rgba(0,0,0,0.5), 0 5px 10px rgba(0,0,0,0.5);
}

/* End */


/* Start:/local/templates/main/css/footable.core.min.css?160217091811161*/
@font-face{font-family:footable;src:url(/local/templates/main/fonts/footable.eot);src:url(/local/templates/main/fonts/footable.eot?#iefix) format('embedded-opentype'),url(/local/templates/main/fonts/footable.woff) format('woff'),url(/local/templates/main/fonts/footable.ttf) format('truetype'),url(/local/templates/main/fonts/footable.svg) format('svg');font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:footable;src:url(/local/templates/main/fonts/footable.svg) format('svg');font-weight:400;font-style:normal}}.footable{width:100%}.footable.breakpoint>tbody>tr.footable-detail-show>td{border-bottom:0}.footable.breakpoint>tbody>tr.footable-detail-show>td>span.footable-toggle:before{content:"\e001"}.footable.breakpoint>tbody>tr:hover:not(.footable-row-detail){cursor:pointer}.footable.breakpoint>tbody>tr>td.footable-cell-detail{background:#eee;border-top:0}.footable.breakpoint>tbody>tr>td>span.footable-toggle{display:inline-block;font-family:footable;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;padding-right:5px;font-size:14px;color:#888}.footable.breakpoint>tbody>tr>td>span.footable-toggle:before{content:"\e000"}.footable.breakpoint.toggle-circle>tbody>tr.footable-detail-show>td>span.footable-toggle:before{content:"\e005"}.footable.breakpoint.toggle-circle>tbody>tr>td>span.footable-toggle:before{content:"\e004"}.footable.breakpoint.toggle-circle-filled>tbody>tr.footable-detail-show>td>span.footable-toggle:before{content:"\e003"}.footable.breakpoint.toggle-circle-filled>tbody>tr>td>span.footable-toggle:before{content:"\e002"}.footable.breakpoint.toggle-square>tbody>tr.footable-detail-show>td>span.footable-toggle:before{content:"\e007"}.footable.breakpoint.toggle-square>tbody>tr>td>span.footable-toggle:before{content:"\e006"}.footable.breakpoint.toggle-square-filled>tbody>tr.footable-detail-show>td>span.footable-toggle:before{content:"\e009"}.footable.breakpoint.toggle-square-filled>tbody>tr>td>span.footable-toggle:before{content:"\e008"}.footable.breakpoint.toggle-arrow>tbody>tr.footable-detail-show>td>span.footable-toggle:before{content:"\e00f"}.footable.breakpoint.toggle-arrow>tbody>tr>td>span.footable-toggle:before{content:"\e011"}.footable.breakpoint.toggle-arrow-small>tbody>tr.footable-detail-show>td>span.footable-toggle:before{content:"\e013"}.footable.breakpoint.toggle-arrow-small>tbody>tr>td>span.footable-toggle:before{content:"\e015"}.footable.breakpoint.toggle-arrow-circle>tbody>tr.footable-detail-show>td>span.footable-toggle:before{content:"\e01b"}.footable.breakpoint.toggle-arrow-circle>tbody>tr>td>span.footable-toggle:before{content:"\e01d"}.footable.breakpoint.toggle-arrow-circle-filled>tbody>tr.footable-detail-show>td>span.footable-toggle:before{content:"\e00b"}.footable.breakpoint.toggle-arrow-circle-filled>tbody>tr>td>span.footable-toggle:before{content:"\e00d"}.footable.breakpoint.toggle-arrow-tiny>tbody>tr.footable-detail-show>td>span.footable-toggle:before{content:"\e01f"}.footable.breakpoint.toggle-arrow-tiny>tbody>tr>td>span.footable-toggle:before{content:"\e021"}.footable.breakpoint.toggle-arrow-alt>tbody>tr.footable-detail-show>td>span.footable-toggle:before{content:"\e017"}.footable.breakpoint.toggle-arrow-alt>tbody>tr>td>span.footable-toggle:before{content:"\e019"}.footable.breakpoint.toggle-medium>tbody>tr>td>span.footable-toggle{font-size:18px}.footable.breakpoint.toggle-large>tbody>tr>td>span.footable-toggle{font-size:24px}.footable>thead>tr>th{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;user-select:none}.footable>thead>tr>th.footable-sortable:hover{cursor:pointer}.footable>thead>tr>th.footable-sorted>span.footable-sort-indicator:before{content:"\e013"}.footable>thead>tr>th.footable-sorted-desc>span.footable-sort-indicator:before{content:"\e012"}.footable>thead>tr>th>span.footable-sort-indicator{display:inline-block;font-family:footable;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;padding-left:5px}.footable>thead>tr>th>span.footable-sort-indicator:before{content:"\e022"}.footable>tfoot .pagination{margin:0}.footable.no-paging .hide-if-no-paging{display:none}.footable-row-detail-inner{display:table}.footable-row-detail-row{display:table-row;line-height:1.5em}.footable-row-detail-group{display:block;line-height:2em;font-size:1.2em;font-weight:700}.footable-row-detail-name{display:table-cell;font-weight:700;padding-right:.5em}.footable-row-detail-value{display:table-cell}.footable-odd{background-color:#f7f7f7}.footable_style{border-collapse:separate;border-spacing:0;width:100%;border:1px solid #c3c3c3;color:#444;border-radius:3px;font-size:.9em;border-left:none}#content_page .footable_style a{font-weight:400;color:#232323}.footable_style.breakpoint>tbody>tr.footable_style-row-detail{background:#f7f7f7}.footable_style.breakpoint>tbody>tr:hover:not(.footable_style-row-detail){cursor:pointer}.footable_style.breakpoint>tbody>tr>td.footable_style-row-detail-cell{background:#fff}.footable_style>tbody img{vertical-align:middle}.footable_style>tbody>tr:hover:not(.footable_style-row-detail){background:#f3f3f3}.footable_style>tbody>tr:hover:not(.footable_style-row-detail)>td{color:#000}.footable_style>tbody>tr:last-child>td{border-bottom:none}.footable_style>tbody>tr>td{border-top:1px solid #c3c3c3;padding:10px;text-align:left;border-left:1px solid #c3c3c3}.footable_style>thead>tr>th{border-bottom:1px solid #c3c3c3;padding:10px;text-align:left;font-weight:700}.footable_style>thead>tr>td,.footable_style>thead>tr>th{color:#212121;border-top:none;border-bottom:1px solid #c3c3c3;border-left:1px solid #c3c3c3}.footable_style>tfoot>tr>td,.footable_style>tfoot>tr>th{background-color:#52ac7f;border:1px solid #52ac7f;color:#fff;border-top:none;border-left:none;padding:5px}.footable_style>tfoot .pagination{text-align:center}.footable_style>tfoot .pagination ul{display:inline-block;box-shadow:none;vertical-align:middle;margin:0;padding:0}.footable_style>tfoot .pagination ul>li{display:inline}.footable_style>tfoot .pagination ul>li>a,.footable_style>tfoot .pagination ul>li>span{float:left;border:2px solid transparent;margin:0 3px;color:#fff;background:0 0;padding:1px 5px;text-decoration:none}.footable_style>tfoot .pagination ul>li.disabled>a{color:#888}.footable_style>tfoot .pagination ul>li.active>a{border-color:#fff}.footable_style>tfoot .pagination ul>li:first-child>a,.footable_style>tfoot .pagination ul>li:first-child>span,.footable_style>tfoot .pagination ul>li:last-child>a,.footable_style>tfoot .pagination ul>li:last-child>span{border-radius:0}.footable_style.metro-red{border-color:#fa3031}.footable_style.metro-red>tfoot>tr>td,.footable_style.metro-red>tfoot>tr>th,.footable_style.metro-red>thead>tr>td,.footable_style.metro-red>thead>tr>th{background-color:#fa3031;border-color:#fa3031}.footable_style.metro-purple{border-color:#932ab6}.footable_style.metro-purple>tfoot>tr>td,.footable_style.metro-purple>tfoot>tr>th,.footable_style.metro-purple>thead>tr>td,.footable_style.metro-purple>thead>tr>th{background-color:#932ab6;border-color:#932ab6}.footable_style.metro-green{border-color:#43c83c}.footable_style.metro-green>tfoot>tr>td,.footable_style.metro-green>tfoot>tr>th,.footable_style.metro-green>thead>tr>td,.footable_style.metro-green>thead>tr>th{background-color:#43c83c;border-color:#43c83c}.footable_style.metro-blue{border-color:#1171a3}.footable_style.metro-blue>tfoot>tr>td,.footable_style.metro-blue>tfoot>tr>th,.footable_style.metro-blue>thead>tr>td,.footable_style.metro-blue>thead>tr>th{background-color:#1171a3;border-color:#1171a3}.footable-odd{background-color:#f7f7f7}
.footable {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #C3C3C3;
    color: #444444;
    border-radius: 3px;
    font-size:0.9em;
    border-left:none;
}
#content_page .footable a{
    font-weight:normal;
    color:#232323;
}
.footable.breakpoint > tbody > tr.footable-row-detail {
    background: #F7F7F7;
}
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
    cursor: pointer;
}
.footable.breakpoint > tbody > tr > td.footable-row-detail-cell {
    background: #fff;
}
.footable > tbody img {
    vertical-align: middle;
}
.footable > tbody > tr:hover:not(.footable-row-detail) {
    background: #F3F3F3;
}
.footable > tbody > tr:hover:not(.footable-row-detail) > td {
    color: #000000;
}
.footable > tbody > tr:last-child > td {
    border-bottom: none;
}
.footable > tbody > tr > td {
    border-top: 1px solid #C3C3C3;
    padding: 10px;
    text-align: left;
    border-left: 1px solid #C3C3C3;
}
.footable > thead > tr > th {
    border-bottom: 1px solid #C3C3C3;
    padding: 10px;
    text-align: left;
    font-weight:bold;
}
.footable > thead > tr > th,
.footable > thead > tr > td {
    color: #212121;
    border-top: none;
    border-bottom:1px solid #C3C3C3;
    border-left:1px solid #C3C3C3;
}
.footable > tfoot > tr > th,
.footable > tfoot > tr > td {
    background-color: #52ac7f;
    border: 1px solid #52ac7f;
    color: #ffffff;
    border-top: none;
    border-left: none;
    padding: 5px;
}
.footable > tfoot .pagination {
    text-align: center;
}
.footable > tfoot .pagination ul {
    display: inline-block;
    box-shadow: none;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
.footable > tfoot .pagination ul > li {
    display: inline;
}
.footable > tfoot .pagination ul > li > a,
.footable > tfoot .pagination ul > li > span {
    float: left;
    border: 2px solid transparent;
    margin: 0 3px;
    color: #ffffff;
    background: transparent;
    padding: 1px 5px;
    text-decoration: none;
}
.footable > tfoot .pagination ul > li.disabled > a {
    color: #888;
}
.footable > tfoot .pagination ul > li.active > a {
    border-color: #ffffff;
}
.footable > tfoot .pagination ul > li:first-child > a,
.footable > tfoot .pagination ul > li:last-child > a,
.footable > tfoot .pagination ul > li:first-child > span,
.footable > tfoot .pagination ul > li:last-child > span {
    border-radius: 0;
}
.footable.metro-red {
    border-color: #fa3031;
}
.footable.metro-red > tfoot > tr > th,
.footable.metro-red > thead > tr > th,
.footable.metro-red > tfoot > tr > td,
.footable.metro-red > thead > tr > td {
    background-color: #fa3031;
    border-color: #fa3031;
}
.footable.metro-purple {
    border-color: #932ab6;
}
.footable.metro-purple > tfoot > tr > th,
.footable.metro-purple > thead > tr > th,
.footable.metro-purple > tfoot > tr > td,
.footable.metro-purple > thead > tr > td {
    background-color: #932ab6;
    border-color: #932ab6;
}
.footable.metro-green {
    border-color: #43c83c;
}
.footable.metro-green > tfoot > tr > th,
.footable.metro-green > thead > tr > th,
.footable.metro-green > tfoot > tr > td,
.footable.metro-green > thead > tr > td {
    background-color: #43c83c;
    border-color: #43c83c;
}
.footable.metro-blue {
    border-color: #1171a3;
}
.footable.metro-blue > tfoot > tr > th,
.footable.metro-blue > thead > tr > th,
.footable.metro-blue > tfoot > tr > td,
.footable.metro-blue > thead > tr > td {
    background-color: #1171a3;
    border-color: #1171a3;
}
.footable-odd {
    background-color: #f7f7f7;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/search.title/search_main_m/style.css?14419852942108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/.default/components/bitrix/search.title/search_main_m/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/search.title/search_main/style.css?15411929792108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#21a649;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#D7FFBE;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/.default/components/bitrix/search.title/search_main/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/institutions_menu_dinamic/style.css?1441985301583*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/.default/components/bitrix/menu/institutions_menu_dinamic/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/local/templates/.default/components/bitrix/menu/unit_menu_dinamic/style.css?1441985301583*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/.default/components/bitrix/menu/unit_menu_dinamic/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/local/templates/.default/components/bitrix/menu/top_menu/style.css?1441985301583*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/.default/components/bitrix/menu/top_menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/local/templates/.default/components/bitrix/menu/main/style.css?1441985301583*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/.default/components/bitrix/menu/main/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/breadcrumb/style.css?1441985301947*/
.bx_breadcrumbs{
    margin-bottom:15px;
    padding-top:0px
}
.bx_breadcrumbs ul{
    margin:0;
    padding:0
}
.bx_breadcrumbs ul li{
    display:inline-block;
    line-height:20px
}
.bx_breadcrumbs ul li a{
    display:block;
    padding:0 15px;
    background:url(/local/templates/.default/components/bitrix/breadcrumb/breadcrumb/images/breadcrumbs_arrow.png) no-repeat center right;
    color:#555;
    text-decoration:none;
    font-size:11px;
    opacity:.5
}
.bx_breadcrumbs ul li:first-child a{padding-left:0}
.bx_breadcrumbs ul li:last-child  a{background:none}
.bx_breadcrumbs ul li a:hover{
    text-decoration:underline;
    line-height:20px;
    opacity:1
}
.bx_breadcrumbs ul li span{
    display:block;
    padding:0 15px;
    color:#aaa;
    text-decoration:none;
    font-size:11px
}
.bx_breadcrumbs,
.bx_breadcrumbs ul li{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/sidebar_menu/style.css?1441985301583*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/.default/components/bitrix/menu/sidebar_menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/local/templates/.default/components/bitrix/menu/footer_menu/style.css?1441985301583*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/.default/components/bitrix/menu/footer_menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */
/* /local/templates/main/css/chosen.css?160217091812590 */
/* /local/templates/main/polytech-framework/external-plugins/external-plugins.css?1602170919177970 */
/* /local/templates/main/css/polytech-framework-layout.css?1764321200507382 */
/* /local/templates/main/css/jquery-ui-1.10.1.css?160217091825142 */
/* /local/templates/main/css/dropdown.css?16021709184854 */
/* /local/templates/main/css/search/style.css?16021709181716 */
/* /local/templates/main/css/skin.css?16021709188405 */
/* /local/templates/main/css/jquery.countdown.css?16237608792030 */
/* /local/templates/main/css/footable.core.min.css?160217091811161 */
/* /local/templates/.default/components/bitrix/search.title/search_main_m/style.css?14419852942108 */
/* /local/templates/.default/components/bitrix/search.title/search_main/style.css?15411929792108 */
/* /local/templates/.default/components/bitrix/menu/institutions_menu_dinamic/style.css?1441985301583 */
/* /local/templates/.default/components/bitrix/menu/unit_menu_dinamic/style.css?1441985301583 */
/* /local/templates/.default/components/bitrix/menu/top_menu/style.css?1441985301583 */
/* /local/templates/.default/components/bitrix/menu/main/style.css?1441985301583 */
/* /local/templates/.default/components/bitrix/breadcrumb/breadcrumb/style.css?1441985301947 */
/* /local/templates/.default/components/bitrix/menu/sidebar_menu/style.css?1441985301583 */
/* /local/templates/.default/components/bitrix/menu/footer_menu/style.css?1441985301583 */
