/* ============================================================
  RESET 
============================================================ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
} 

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
/* ============================================================
  END RESET 
============================================================ */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container:before,
.container:after,
.row:before,
.row:after
{
  display: table;
  content: " ";
}
.container:after,
.row:after{
  clear: both;
}
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: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-left-xs{
    text-align: left;
}
.text-center-xs{
    text-align: center;
}
.text-right-xs{
    text-align: right;
}
@media (min-width: 768px) {
.container {
    width: 100%;
}
.text-left-sm{
    text-align: left;
}
.text-center-sm{
    text-align: center;
}
.text-right-sm{
    text-align: right;
}
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    .text-left-md{
        text-align: left;
    }
    .text-center-md{
        text-align: center;
    }
    .text-right-md{
        text-align: right;
    }
}
@media (min-width: 1170px) {
    .container {
        width: 1140px;
    }
}
@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
    .text-left-lg{
        text-align: left;
    }
    .text-center-lg{
        text-align: center;
    }
    .text-right-lg{
        text-align: right;
    }
}






.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row,
.my-row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.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: 1230px) {
  .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%;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #127BB7;
  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: #127BB7;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}



.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 15px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #2E2E2E;
    background-color: #fff;
    border: 1px solid #C7C7C7;
    margin-bottom: 10px;
}
.form-control:focus,
.form-control.error:focus{
    outline: 0;
    border-color: #9A9A9A;
}
.form-control.error{
    border-color: #EA1527;
    color: #EA1527;
}
.form-control::-moz-placeholder {
  color: #AFAFAF;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #AFAFAF;
}
.form-control::-webkit-input-placeholder {
  color: #AFAFAF;
}
.form-control.error::-moz-placeholder{
    color: #EA1527;
}
.form-control.error:-ms-input-placeholder{
    color: #EA1527;
}
.form-control.error::-webkit-input-placeholder{
    color: #EA1527;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
  max-width: 100%;
  min-height: 120px;
  resize: none;
  padding-top: 10px;
}




.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 !important;
  }
  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 !important;
  }
  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: 1229px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1230px) {
  .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: 1229px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1230px) {
  .hidden-lg {
    display: none !important;
  }
}








@font-face{font-family:Segoe UI;src:local("my own font")}.push1{height:1px}.push2{height:2px}.push3{height:3px}.push4{height:4px}.push5{height:5px}.push6{height:6px}.push7{height:7px}.push8{height:8px}.push9{height:9px}.push10{height:10px}.push15{height:15px}.push20{height:20px}.push25{height:25px}.push30{height:30px}.push35{height:35px}.push40{height:40px}.push45{height:45px}.push50{height:50px}.push55{height:55px}.push60{height:60px}.push70{height:70px}.push80{height:80px}.push90{height:90px}.push100{height:100px}.f8{font-size:8px}.f9{font-size:9px}.f10{font-size:10px}.f11{font-size:11px}.f12{font-size:12px}.f13{font-size:13px}.f14{font-size:14px}.f15{font-size:15px}.f16{font-size:16px}.f18{font-size:18px}.f20{font-size:20px}.f22{font-size:22px}.f24{font-size:24px}.f26{font-size:26px}.f28{font-size:28px}.f30{font-size:30px}.f34{font-size:34px}.f36{font-size:36px}html,body{height:100%!important;margin:0;padding:0}body{font-size:14px;line-height:1.4;color:#2E2E2E;overflow-x:hidden;font-family:'Open Sans',sans-serif}.main-wrapper{min-height:100%;margin-bottom:-56px;background:#fff}.body-fixed-true .main-wrapper{width:1290px;margin-left:auto;margin-right:auto;max-width:100%;box-shadow:0 0 10px #0006}.body-fixed-true .footer-wrapper{width:1290px;margin-left:auto;margin-right:auto;max-width:100%;box-shadow:0 10px 10px #0006}.body-fixed-true .top-slider .slick-prev,.body-fixed-true .top-slider .slick-next{display:none!important}.footer-push{height:56px}.footer-wrapper{min-height:56px;background:#2C2C2C}.footer-wrapper .social{margin:0 -5px}.footer-wrapper .social a{margin:4px 5px 0;display:inline-block;opacity:.5;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.footer-wrapper .social a:hover{opacity:1}h1,.title-h1{font-family:"trump";font-size:36px;line-height:1.3;letter-spacing:1px;margin-bottom:30px;position:relative}h2,.title-h2{font-family:"trump";font-size:30px;line-height:1.3;letter-spacing:1px;margin-bottom:30px;position:relative}h3,.title-h3{font-family:"trump";font-size:26px;line-height:1.3;letter-spacing:1px;margin-bottom:30px;position:relative}h4,.title-h4{font-family:"trump";font-size:24px;line-height:1.3;letter-spacing:1px;margin-bottom:20px;position:relative}h5,.title-h5{font-family:"trump";font-size:20px;line-height:1.3;letter-spacing:1.5px;margin-bottom:10px;position:relative}h2.line,.title-h2.line,h3.line,.title-h3.line{padding-bottom:5px}h2.line:after,.title-h2.line:after,h3.line:after,.title-h3.line:after{content:"";display:block;position:absolute;width:100%;height:1px;bottom:0;left:0;background:#C7C7C7}h2.line:before,.title-h2.line:before,h3.line:before,.title-h3.line:before{content:"";display:block;position:absolute;width:100%;height:1px;bottom:-1px;left:0;background:#FFF}h2.white.line:after,.title-h2.white.line:after{display:none}@media only screen and (max-width: 767px){h1,.title-h1{font-size:30px;margin-bottom:20px}h2,.title-h2{font-size:30px;margin-bottom:20px}h3,.title-h3{font-size:26px;margin-bottom:20px}h4,.title-h4{font-size:22px;margin-bottom:15px}h5,.title-h5{font-size:18px;line-height:1.3;margin-bottom:10px}}blockquote{position:relative;margin:30px 0;padding:2px 0 5px 20px;border-left:1px solid #014273;text-align:left;font-size:1.1em;color:#5F5F5F}blockquote p{margin-bottom:0}p{margin-bottom:20px}a{color:#014273;text-decoration:underline}a:hover{text-decoration:none}a:focus{outline:none;text-decoration:none}a.decoration-none{text-decoration:none}strong,b,.bold{font-weight:700}input:focus::-moz-placeholder{opacity:0}input:focus:-ms-input-placeholder{opacity:0}input:focus::-webkit-input-placeholder{opacity:0}textarea:focus::-moz-placeholder{opacity:0}textarea:focus:-ms-input-placeholder{opacity:0}textarea:focus::-webkit-input-placeholder{opacity:0}.red{color:red}.hide{display:none}.show{display:block}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}a.absolute{display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:10}:invalid{box-shadow:none}:-moz-submit-invalid{box-shadow:none}:-moz-ui-invalid{box-shadow:none}.relative{position:relative}.absolute{position:absolute}em,i{font-style:italic}.cleaner,.clear{clear:both;height:0;line-height:0}.left{float:left}.right{float:right}.upper{text-transform:uppercase}.error{color:red}img{max-width:100%}img.left{float:left;margin-right:15px;margin-bottom:5px}img.right{float:right;margin-left:15px;margin-bottom:5px}.white{color:#fff}.black{color:#000}.strike{text-decoration:line-through}ul.list,ol.list{margin-bottom:30px}ul.list > li,ol.list > li{margin-bottom:15px;position:relative}ul.list > li{padding-left:20px}ul.list > li:before{content:"\f00c";display:block;position:absolute;top:2px;left:0;font-family:FontAwesome;color:#014273}ul.list ul,ol.list ul,ol.list ol,ul.list ol{padding-top:10px;padding-left:10px}ul.list ul li,ol.list ul li{padding-left:15px;position:relative;margin-bottom:10px}ul.list ul li:after,ol.list ul li:after{content:"";display:block;position:absolute;width:4px;height:4px;top:9px;left:0;border:1px solid #999;border-radius:50%}ul.list ol li,ol.list ol li{list-style:decimal;padding-left:3px;margin-left:12px;margin-bottom:10px}ol.list{counter-reset:item}ol.list li{display:block}ol.list li:before{content:counters(item, ".") ". ";counter-increment:item;padding:0 5px 0 10px;color:#999}ul.list ul ol li:after,ol.list ul ol li:after{display:none}.fancybox-wrap{padding:35px 0 0}.fancybox-skin{margin-bottom:35px}.fancybox-overlay{background:#000c}.fancybox-close{background:transparent;top:-22px;right:-22px;width:20px;height:20px;cursor:pointer;z-index:8040;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}@media (max-width: 767px){.fancybox-close{right:0}}.fancybox-close:before{content:"";width:100%;height:2px;top:50%;left:0;display:block;position:absolute;background:#fff;margin-top:-1px}.fancybox-close:after{content:"";width:2px;height:100%;top:0;left:50%;display:block;position:absolute;background:#fff;margin-left:-1px}.fancybox-close:hover:after,.fancybox-close:hover:before{background:#FF3324}.fancybox-skin{background:#fff;box-shadow:0 0 14px 3px #0000004d!important;border-radius:0}.fancybox-nav span{visibility:visible;opacity:.5;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.fancybox-next span{background:url(../images/fancy-prev.png) 50% 50% no-repeat;width:48px;height:48px;margin-top:-24px;-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fancybox-prev span{background:url(../images/fancy-prev.png) 50% 50% no-repeat;width:48px;height:48px;margin-top:-24px}.fancybox-next span:hover,.fancybox-prev span:hover{opacity:1}.fancybox-title-float-wrap{left:0;margin-bottom:-28px;width:100%;text-align:left;overflow:hidden}.fancybox-title-float-wrap .child{background:#ffff;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;text-shadow:none;color:#000;display:block;font-size:14px;padding:12px 20px;font-weight:400;white-space:normal;width:100%}.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slider-wrapper .item img{min-height:300px}.slick-dots{width:100%;padding:0;list-style:none;text-align:center;display:block;margin-bottom:30px}.slick-dots li button{position:absolute;top:-5px;left:-5px;border:none;border-radius:50%;display:block;opacity:0}.slick-dots li{cursor:pointer;background:transparent;border-radius:50%;display:inline-block;width:14px;height:14px;margin:0 7px;cursor:pointer;position:relative;border:2px solid #014273}.slick-dots li.slick-active{border-color:#014273;background:#014273}.slick-prev{width:33px;height:57px;background:url(../images/prev.png) 0 0 no-repeat;position:absolute;left:14px;top:50%;margin-top:-26px;z-index:50;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;opacity:.5}.slick-next{width:33px;height:57px;background:url(../images/next.png) 0 0 no-repeat;position:absolute;right:14px;top:50%;margin-top:-26px;z-index:50;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;opacity:.5}.slick-prev:hover,.slick-next:hover{opacity:1}.modal{display:none;width:500px;max-width:100%;background:#fff;padding:40px 30px}.modal .title{font-size:26px;font-weight:700;margin-bottom:30px;color:#014273;line-height:1.1}.modal p{margin-bottom:0}.label{display:block;margin-bottom:4px}.dashed{text-decoration:none;border-bottom:1px dashed}.dashed:hover{border-bottom-color:transparent}.static{position:static}.hidden{display:none;visibility:hidden;opacity:0}.visible{opacity:1}.button{display:inline-block;text-decoration:none!important;color:#fff;background:#FF3324;font-size:14px;padding:12px 35px;margin-bottom:10px;position:relative;border:1px solid #FF3324;text-align:center;cursor:pointer;text-transform:uppercase;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;letter-spacing:1px}.button:hover{background:#014273;color:#fff;border-color:#014273}.button.block{display:block;width:100%;padding-left:15px;padding-right:15px}.button.invert{background:transparent;border-color:#014273;color:#014273}.button.invert:hover{background:#014273;color:#fff}.button.navvy{background:#014273;border-color:#014273}.button.navvy:hover{background:#FF3324;border-color:#FF3324}.button.mid{font-size:13px;padding-top:11px;padding-bottom:11px}.dotted{text-decoration:none!important;border-bottom:1px dotted}.dotted:hover{border:none}.button.mini,.button.min{font-size:11px;padding:8px 20px;border-bottom:none}.button .material-icons{vertical-align:middle;margin-top:-3px}.header-top{background:#014273;padding:9px 0;font-size:13px}.header-bottom{padding:20px 0 9px;background:#fff}.logo{margin-bottom:15px}.header-tel div{color:#000;font-size:20px;text-decoration:none!important;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.header-tel a{text-decoration:none;color:#000;letter-spacing:.6px}.header-tel a:hover{color:#014273}.header-tel .fa{margin:-2px 1px 0 0;display:inline-block;vertical-align:middle}.callback-link{margin-bottom:10px}.gray{color:#8A8A8A}.top-slider .item{position:relative}.top-slider{height:200px;overflow:hidden}.top-slider img{width:100%;min-height:200px}.top-slider .img-wrapper{margin-bottom:20px}.top-slider .title{font-family:"trump";font-size:22px;margin-bottom:10px;letter-spacing:1px}.top-slider .subtitle{margin-bottom:20px;font-size:16px}.top-form-box{background:url(../images/bg1.png);margin:0 -15px;padding:30px 15px 20px}.top-form-box .title{font-size:26px;font-weight:700;color:#FF3324}.top-form-box .subtitle{font-size:16px;font-weight:700;margin-bottom:15px}.top-form-box .customcheck{margin-top:10px}.customcheck{position:relative;margin-bottom:20px}.customcheck input[type=checkbox]{position:fixed;top:-100000px}.customcheck input[type=checkbox] + label{position:relative;padding-left:20px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;display:inline-block;font-size:14px;color:#7A7A7A}.customcheck input[type=checkbox] + label:before{background:url(../images/customcheck.png) 0 0 no-repeat;content:"";display:block;position:absolute;width:14px;height:14px;top:3px;left:0}.customcheck input[type=checkbox]:checked + label:before{background-position:0 -14px}input[type=checkbox].error + label{color:red}.header-bottom{position:relative}hr{border-top:1px solid #C7C7C7;border-bottom:1px solid #fff}.cleaner-hr{height:0;opacity:0;margin:0;padding:0;border:none!important}.title-h2 span{font-size:18px;line-height:1;display:block;font-family:opel;font-weight:400;margin-bottom:20px;margin-top:10px}.modal .title + p{font-size:14px;margin:-10px 0 30px}.footer-wrapper{position:relative;z-index:301;font-size:13px}.footer-wrapper a{color:#fff}.footer-top{padding-bottom:40px}.footer-bottom{padding:10px 0;position:relative}.top-bar{width:100%;height:55px;background:#fff;z-index:300}.top-bar:before{content:"";position:absolute;left:0;top:0;width:100%;height:1px;background:#D5D5D5}.top-bar.fix-true.fixed:before{display:none}.top-bar .button{font-size:14px;text-transform:none;font-weight:400;letter-spacing:0;position:absolute;right:60px;top:-1px;text-transform:uppercase;height:55px;padding:17px 30px 0;z-index:10;background:#fff;border-color:#2E2E2E;color:#2E2E2E}.top-bar .button:hover{background:#014273;border-color:#014273;color:#fff}@media only screen and (max-width: 991px){.top-bar .button{background:#014273;border-color:#014273;color:#fff}}.header-cart{position:absolute;right:0;top:0;width:60px;height:55px;text-align:center}.header-cart i{line-height:55px}.header-cart span{top:10px;right:10px;background:red;color:#fff;position:absolute;font-size:10px;line-height:12px;text-align:center;padding:1px 4px 2px;border-radius:10px;min-width:15px}@media only screen and (min-width: 992px){.header-cart{width:45px}.header-cart span{right:0;top:8px}.top-bar .button{right:50px}}@media only screen and (min-width: 768px){.top-form-box{padding:30px 30px 20px}}@media only screen and (max-width: 991px){.top-bar{position:fixed;top:0;left:0}.top-bar-push{height:56px}}.top-menu{display:none}.mobile-menu{position:absolute;top:54px;left:0;width:100%;z-index:300;display:none;overflow:auto}.mobile-menu > ul > li{position:relative;z-index:300;background:#fff}.mobile-menu > ul{box-shadow:0 3px 5px #00000026}.mobile-menu > ul > li > a{background:#014273;display:block;color:#fff;padding:15px;text-decoration:none;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;text-transform:uppercase;font-size:13px;position:relative}.mobile-menu > ul > li > a:before{content:"";display:block;position:absolute;width:100%;height:1px;top:0;left:0;background:#fff;opacity:.1}.mobile-menu > ul > li > a:after{content:"";display:block;position:absolute;width:100%;top:1px;bottom:0;left:0;background:#fff;opacity:0}.mobile-menu > ul > li.active > a:after{opacity:.1}.mobile-menu > ul > li > ul{background:#014273;padding:18px 15px 13px;display:none;position:relative}.mobile-menu > ul > li > ul:before{content:"";display:block;position:absolute;width:100%;height:1px;top:0;left:0;background:#fff;opacity:.1}.mobile-menu > ul > li > ul > li{margin-bottom:10px;position:relative}.mobile-menu > ul > li > ul a{color:#fff;text-decoration:none;text-transform:uppercase;font-size:11px;display:block;padding:5px 0 5px 12px;position:relative}.mobile-menu > ul > li > ul > li.active a span{text-decoration:underline}.mobile-menu > ul > li > ul a:before{content:"";display:block;position:absolute;width:4px;height:4px;top:11px;left:0;background:#fff;border-radius:1px}.mobile-menu > ul > li > ul a span{position:relative;z-index:5}.mobile-menu .dropdown-button{display:block;width:50px;height:48px;position:absolute;right:0;top:0;z-index:20}.mobile-menu .dropdown-button:after{content:"";display:block;width:12px;height:12px;position:absolute;right:17px;top:17px;border-bottom:1px solid #fff;border-right:1px solid #fff;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.mobile-menu .dropdown-button.active:after{-moz-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);-o-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);top:22px}.mobile-menu ul ul .dropdown-button{height:25px;right:-15px}.mobile-menu ul ul .dropdown-button:after{width:6px;height:6px;content:"+";border:none;color:#fff;-moz-transform:rotate(0)!important;-webkit-transform:rotate(0)!important;-o-transform:rotate(0)!important;-ms-transform:rotate(0)!important;transform:rotate(0)!important;top:0!important;font-size:18px;right:21px;-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.mobile-menu ul ul .dropdown-button.active:after{content:"—";font-size:10px;top:4px!important;right:22px}.mobile-menu .dropdown-button + ul{display:none}.mobile-menu ul ul ul{padding-top:6px}.mobile-menu ul ul ul a{padding:6px 0 6px 30px}.mobile-menu ul ul ul a:before{left:17px}.shedule{padding:10px 0 10px 25px;position:relative}.shedule .fa{font-size:22px;position:absolute;left:0;top:10px}.shedule img{vertical-align:middle;margin-right:5px;margin-top:-3px;display:inline-block}.mob-menu-btn{position:absolute;left:10px;top:27px;height:100%;width:40px;cursor:pointer}.icon-menu-burger{height:2px;width:28px;position:absolute;top:50%;left:50%;margin:-1px 0 0 -14px;-webkit-transition:transform .1s ease 0s;-moz-transition:transform .1s ease 0s;-o-transition:transform .1s ease 0s;-ms-transition:transform .1s ease 0s;transition:transform .1s ease 0s;-webkit-transition:-webkit-transform .1s ease 0s}.icon-menu-burger__line{background:#333;height:100%;width:100%;position:absolute;top:0;left:0;-webkit-transition:transform .1s linear .1s;-moz-transition:transform .1s linear .1s;-o-transition:transform .1s linear .1s;-ms-transition:transform .1s linear .1s;transition:transform .1s linear .1s;-webkit-transition:-webkit-transform .1s linear .1s}.icon-menu-burger:before,.icon-menu-burger:after{background:#333;content:'';height:100%;width:100%;position:absolute;left:0}.icon-menu-burger:before{top:-6px;-webkit-transition:top .1s linear .2s;-moz-transition:top .1s linear .2s;-o-transition:top .1s linear .2s;-ms-transition:top .1s linear .2s;transition:top .1s linear .2s}.icon-menu-burger:after{bottom:-6px;-webkit-transition:bottom .1s linear .2s;-moz-transition:bottom .1s linear .2s;-o-transition:bottom .1s linear .2s;-ms-transition:bottom .1s linear .2s;transition:bottom .1s linear .2s}.mob-menu-btn.active .icon-menu-burger{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:transform .1s linear .2s;-moz-transition:transform .1s linear .2s;-o-transition:transform .1s linear .2s;-ms-transition:transform .1s linear .2s;transition:transform .1s linear .2s;-webkit-transition:-webkit-transform .1s linear .2s}.mob-menu-btn.active .icon-menu-burger__line{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.mob-menu-btn.active .icon-menu-burger:before{-webkit-transition:top .1s linear;-moz-transition:top .1s linear;-o-transition:top .1s linear;-ms-transition:top .1s linear;transition:top .1s linear;top:0}.mob-menu-btn.active .icon-menu-burger:after{-webkit-transition:bottom .1s linear;-moz-transition:bottom .1s linear;-o-transition:bottom .1s linear;-ms-transition:bottom .1s linear;transition:bottom .1s linear;bottom:0}::-webkit-resizer{background-image:url();background-repeat:no-repeat;width:9px;height:1px}::-webkit-scrollbar{width:9px}::-webkit-scrollbar-button{background-image:url();background-repat:no-repeat;width:9px;height:0}::-webkit-scrollbar-thumb{-webkit-border-radius:0;border-radius:0;background-color:#FF3324}::-webkit-scrollbar-track{background-color:#2C2C2C}#preloader{background:#fff;top:0;right:0;bottom:0;width:100%;height:100%;left:0;position:fixed;z-index:9999;display:block;-webkit-transition:all 600ms ease-out;-moz-transition:all 600ms ease-out;-o-transition:all 600ms ease-out;transition:all 600ms ease-out;opacity:1}#preloader.hid{opacity:0;visibility:hidden}#preloader table{width:100%;height:100%}#preloader table td{width:100%;height:100%;vertical-align:middle}.load8 .loader{margin:60px auto;font-size:6px;position:relative;text-indent:-9999em;border-top:1.1em solid #00487f33;border-right:1.1em solid #00487f33;border-bottom:1.1em solid #00487f33;border-left:1.1em solid #014273;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}.load8 .loader,.load8 .loader:after{border-radius:50%;width:10em;height:10em}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}#up{position:fixed;z-index:300;bottom:9px;right:9px;display:none;color:#FFF;width:38px;text-align:center;height:38px;cursor:pointer;-webkit-transition:background-color 200ms ease-out;-moz-transition:background-color 200ms ease-out;-o-transition:background-color 200ms ease-out;transition:background-color 200ms ease-out;background:#014273;font-size:36px}#up:hover{background-color:#FF3324!important}#up .fa{display:block}.delay-100{-webkit-animation-delay:100ms;-moz-animation-delay:100ms;-o-animation-delay:100ms;animation-delay:100ms}.delay-200{-webkit-animation-delay:200ms;-moz-animation-delay:200ms;-o-animation-delay:200ms;animation-delay:200ms}.delay-300{-webkit-animation-delay:300ms;-moz-animation-delay:300ms;-o-animation-delay:300ms;animation-delay:300ms}.delay-400{-webkit-animation-delay:400ms;-moz-animation-delay:400ms;-o-animation-delay:400ms;animation-delay:400ms}.delay-500{-webkit-animation-delay:500ms;-moz-animation-delay:500ms;-o-animation-delay:500ms;animation-delay:500ms}.delay-600{-webkit-animation-delay:600ms;-moz-animation-delay:600ms;-o-animation-delay:600ms;animation-delay:600ms}.delay-700{-webkit-animation-delay:700ms;-moz-animation-delay:700ms;-o-animation-delay:700ms;animation-delay:700ms}.delay-800{-webkit-animation-delay:800ms;-moz-animation-delay:800ms;-o-animation-delay:800ms;animation-delay:800ms}.delay-900{-webkit-animation-delay:900ms;-moz-animation-delay:900ms;-o-animation-delay:900ms;animation-delay:900ms}.delay-1000{-webkit-animation-delay:1000ms;-moz-animation-delay:1000ms;-o-animation-delay:1000ms;animation-delay:1000ms}.delay-1100{-webkit-animation-delay:1100ms;-moz-animation-delay:1100ms;-o-animation-delay:1100ms;animation-delay:1100ms}.delay-1200{-webkit-animation-delay:1200ms;-moz-animation-delay:1200ms;-o-animation-delay:1200ms;animation-delay:1200ms}.delay-1300{-webkit-animation-delay:1300ms;-moz-animation-delay:1300ms;-o-animation-delay:1300ms;animation-delay:1300ms}.delay-1400{-webkit-animation-delay:1400ms;-moz-animation-delay:1400ms;-o-animation-delay:1400ms;animation-delay:1400ms}.row.min{margin-left:-5px;margin-right:-5px}.row.min > div[class^="col-"]{padding-left:5px;padding-right:5px}.row.no-padding{margin-left:0;margin-right:0}.row.no-padding > div[class^="col-"]{padding-left:0;padding-right:0}.table{display:table;width:100%;height:100%}.table-cell{display:table-cell;width:100%;height:100%;vertical-align:middle}.services-section .element{margin-bottom:10px}.services-section .element .img-wrapper{height:250px}.services-section .element .img-wrapper .element-img{height:100%;background-size:cover;background-repeat:no-repeat}@media(max-width:1229px){.services-section .element .img-wrapper{height:200px}}@media(max-width:991px){.services-section .element .img-wrapper{height:32vw}}@media(max-width:767px){.services-section .element .img-wrapper{height:64vw}}.services-section .element .element-content{padding:20px;background:#F5F5F5;border:1px solid #F5F5F5;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.services-section .element:hover .element-content{background:#fff}.services-section .element .img-wrapper{overflow:hidden;position:relative}.services-section .element .img-wrapper:after{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;background:#0009;opacity:0;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.services-section .element:hover .img-wrapper:after{opacity:1}.services-section .element .img-wrapper .hiddentitle{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;z-index:2;opacity:0;text-align:center}.services-section .element .img-wrapper .hiddentitle span{text-transform:uppercase;border:2px solid #fff;padding:12px 30px;color:#fff;display:inline-block}.services-section .element:hover .img-wrapper .hiddentitle{opacity:1}.services-section .element .img-wrapper img{-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.services-section .element:hover .img-wrapper img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2)}.services-elements > .row > div:nth-of-type(3n) .element .element-content{border-right:1px solid #E2E6E7}.services-elements .title-h5{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;padding-right:40px;color:#014273}.services-elements .title-h5:after{content:"";display:block;position:absolute;width:16px;height:16px;top:3px;right:3px;border-top:2px solid #014273;border-right:2px solid #014273;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.services-section .element:hover .title-h5:after{-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.services-elements .text{color:#777;font-size:13px}.services-elements img{width:100%}.advantages-section{background-size:cover;background-attachment:fixed;color:#fff;position:relative}.ie .advantages-section{background-attachment:scroll!important}.advantages-section .section-before{position:absolute;left:0;top:0;right:0;bottom:0;background:url(../images/pattern.png);background-color:#2F3841;opacity:.9}.advantages .element{margin-bottom:40px}.advantages .gray{color:#B4B4B4}.advantages .col-xs-3{max-width:90px}.advantages .img-wrapper{height:64px}.advantages .img-wrapper img{max-height:100%}.advantages > .row > hr:nth-of-type(2n){clear:both}.accordeon .element-content{display:none;padding:20px;color:#888885;font-size:16px}.accordeon .element{margin-bottom:6px;background:#fff;box-shadow:0 0 0 1px #0000001a}.accordeon .element .title{cursor:pointer;padding:12px 15px 12px 70px;font-weight:700;font-size:18px;line-height:1;position:relative;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.accordeon .element.active .title{background:#014273;color:#fff!important}.accordeon .element .title:before{font-family:'FontAwesome';content:"";display:block;position:absolute;width:50px;height:100%;top:0;left:0;background:url(../images/plus.png) 50% 50% no-repeat #ccc;color:#fff;text-align:center;line-height:50px;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.accordeon .element.active .title:before{background:url(../images/minus.png) 50% 50% no-repeat #333}.accordeon > div:first-of-type .element-content{display:block}.accordeon .element .title:hover:before{background-color:#333}.accordeon .element .title:hover{color:#333}.countdown-wrapper{padding-top:8px}.countdownHolder{position:relative;font-size:20px;line-height:26px;margin:0 auto 50px}.countdownHolder > span:nth-of-type(odd){color:#fff;width:40px;padding:10px 0;background-color:#2C2C2C;border-radius:3px;text-align:center;display:inline-block;position:relative;font-weight:700}.countdownHolder > span:nth-of-type(odd):after{content:":";display:block;position:absolute;top:8px;right:-15px;color:#2E3841}.countdownHolder > span.countSeconds:after{display:none}.countDiv{display:inline-block;width:22px}.countDays:before,.countHours:before,.countMinutes:before,.countSeconds:before{position:absolute;display:block;width:40px;text-align:center;left:0;bottom:-30px;content:'дней';color:#2E3841;font-size:11px;text-transform:uppercase;font-weight:400}.countDays:before{content:'дней'}.countHours:before{content:'часов'}.countMinutes:before{content:'минут'}.countSeconds:before{content:'секунд'}.action-form-box{width:800px;margin:auto;max-width:100%}@media only screen and (min-width: 992px){.countdownHolder > span:nth-of-type(odd){width:50px}.countDays:before,.countHours:before,.countMinutes:before,.countSeconds:before{width:48px;font-size:11px;bottom:-24px}.countdownHolder{margin:0 auto;text-align:right;font-size:26px}}.map-section{overflow:hidden;background:#fff}.contacts-template .map-wrapper{height:360px}.contacts .element.relative .fa{position:absolute;top:3px;left:0}.contacts .element.relative .fa + span{display:inline-block;margin-left:20px}.contacts > hr:last-of-type{display:none}@media only screen and (max-width: 991px){.index-template .map-wrapper{height:350px!important}}@-webkit-keyframes fadeInDownSmall{0%{opacity:0;-webkit-transform:translateY(-5px);transform:translateY(-5px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownSmall{0%{opacity:0;-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownSmall{-webkit-animation-name:fadeInDownSmall;animation-name:fadeInDownSmall}@-webkit-keyframes fadeOutUpSmall{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-5px);transform:translateY(-5px)}}@keyframes fadeOutUpSmall{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}}.fadeOutUpSmall{-webkit-animation-name:fadeOutUpSmall;animation-name:fadeOutUpSmall}.breadcrumbs-wrapper{margin:-20px 0 35px;font-size:14px}.breadcrumbs-wrapper li{display:inline-block;margin-right:25px}.breadcrumbs-wrapper a{text-decoration:none;position:relative;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.breadcrumbs-wrapper a:hover{color:#2E2E2E}.breadcrumbs-wrapper a:after{content:"";display:block;position:absolute;width:6px;height:6px;top:8px;right:-16px;border-top:1px solid #014273;border-right:1px solid #014273;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.breadcrumbs-wrapper a:hover:after{border-color:#2E2E2E}.gallery-do-posle .subelement{margin-bottom:10px}.gallery-do-posle .subelement .text{font-size:11px;margin-top:5px}.gallery-do-posle .subelement.do .img-wrapper:before,.gallery-do-posle .subelement.posle .img-wrapper:before{display:block;position:absolute;padding:1px 10px;top:5px;left:0;color:#fff}.gallery-do-posle .subelement.do .img-wrapper:before{content:"До";background:#FF3324}.gallery-do-posle .subelement.posle .img-wrapper:before{content:"После";background:#1C9700}@media only screen and (min-width: 768px){.gallery-do-posle .img-wrapper .text{position:absolute;bottom:0;left:0;width:100%;padding:10px;background:#00000080;color:#fff}.lightgallery img{display:block;width:100%}.lightgallery a:after{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;background:url(../images/zoom.png) 50% 50% no-repeat #0003;background-size:0 0;z-index:2;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;opacity:0}.lightgallery .img-wrapper:hover a:after{opacity:1;background-size:48px 48px}}.contacts-template .google-map{height:250px}.reviews-section{background:url(../images/num-section.jpg) 50% 50% no-repeat;background-size:cover;background-attachment:fixed;color:#fff;position:relative}.ie .reviews-section{background-attachment:scroll}.reviews-section .section-before{position:absolute;left:0;top:0;right:0;bottom:0;background:url(../images/pattern.png) #2e3841e6}.reviews-carousel{position:relative;z-index:10;margin:0 -10px}.reviews-carousel .slick-track{display:flex;align-items:stretch}.reviews-carousel .item{margin:0 10px 50px;border:1px solid #fff9;height:auto;position:relative}.reviews-carousel .element{padding:30px}.reviews-carousel .element .title{margin-bottom:5px}.reviews-carousel .element .date{font-size:14px;font-weight:700;color:#ABAFB2}.reviews-carousel .element .text{color:#ABAFB2;padding-top:10px;line-height:1.3}.reviews-carousel .slick-dots li{border-color:#fff}.reviews-carousel .slick-dots li.slick-active{border-color:#FFF;background:#FFF}.reviews-carousel .stars:after{content:"";display:inline-block;width:40px;height:2px;background:#C7081B}.reviews{margin:0 -10px}.rev-header{font-family:"trump";letter-spacing:1px}.reviews > .rev-item,.rev-grid-sizer{width:100%}.reviews > .rev-item .inner{padding:30px;margin:10px;border:1px solid #D5D5D5}.rev-answer{margin-top:30px}@media only screen and (min-width: 768px){.reviews > .rev-item,.reviews > .rev-grid-sizer{width:50%}.rev-answer{padding:0 0 0 70px;background:url(../images/brown-arrow.png) 10px 0 no-repeat}}.ticket-comment{margin:0!important}.comment-reply{padding:10px 0}.reviews > .rev-item .rev-item .inner{padding:0 0 0 70px;background:url(../images/brown-arrow.png) 10px 0 no-repeat;border:none}.reviews > .rev-item .rev-item .rev-date{display:none}.reviews > .rev-item .rev-item .inner .title{text-transform:none;margin-bottom:0}.reviews > .rev-item .rev-item .rev-text{margin-top:-10px}.reviews > .rev-item .rev-item .comment-reply{display:none}.comment-form-wrapper{background:url(../images/num-section.jpg) 50% 50% no-repeat;background-size:cover;background-attachment:fixed;color:#fff;position:relative;padding:50px 0;margin-top:30px}.ie .comment-form-wrapper{background-attachment:scroll}.comment-form-wrapper:before{position:absolute;left:0;top:0;right:0;bottom:0;background:url(../images/pattern.png) #2e3841e6;content:''}.comment-form-wrapper .inner{position:relative;z-index:10;width:575px;max-width:100%;margin:0}#comment-editor{width:100%!important;display:block}#ticketForm .form-actions,#comment-form .form-actions{padding-top:0!important;border-top:none!important}.comment-form-wrapper .form-control{background:transparent;border:2px solid #fff;color:#fff}.comment-form-wrapper textarea.form-control{height:180px}.comment-form-wrapper .button{color:#fff;background:transparent;border:2px solid #fff}.comment-form-wrapper .button:hover{background:#fff;color:#333}.comment-form-wrapper .form-control.error{border-color:#FF3324}.comment-form-wrapper .form-control::-moz-placeholder{color:#fff}.comment-form-wrapper .form-control:-ms-input-placeholder{color:#fff}.comment-form-wrapper .form-control::-webkit-input-placeholder{color:#fff}.comment-form-wrapper .form-control.error::-moz-placeholder{color:#EA1527}.comment-form-wrapper .form-control.error:-ms-input-placeholder{color:#EA1527}.comment-form-wrapper .form-control.error::-webkit-input-placeholder{color:#EA1527}table{width:100%;border-collapse:collapse;border:1px solid #E2E6E7}table tr:nth-child(odd){background:#F5F5F5}table td,table th{padding:14px 20px;font-size:14px;border-left:1px solid #E2E6E7;vertical-align:middle;color:#5F5F5F}table th{color:#fff;background:#2C2C2C;font-weight:700;border-left-color:#fff3}table td:first-child,table th:first-child{border-left:none}table .separate td{background:#E2E6E7;color:#333;font-weight:700}@media only screen and (max-width: 767px){table td,table th{padding:8px 10px;font-size:12px}}section.catalog{background:#fff}.catalog .element{border:1px solid #c7c7c7;margin-bottom:10px}.catalog .element .img-wrapper{overflow:hidden;position:relative;height:210px;text-align:center}.catalog .element .element-article{position:absolute;z-index:4;bottom:0;left:0;padding:3px 10px;color:#fff;background:#00000080}@media only screen and (max-width: 991px){.catalog .element .img-wrapper{height:35vw}}@media only screen and (max-width: 767px){.catalog .element .img-wrapper{height:65vw}}.catalog .element .element-content{padding:20px;background:#F5F5F5;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.catalog .title-h5{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;padding-right:40px;color:#014273;margin-bottom:0}.catalog .title-h5:after{content:"";display:block;position:absolute;width:16px;height:16px;top:3px;right:3px;border-top:2px solid #014273;border-right:2px solid #014273;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.catalog .element .img-wrapper img{-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;width:100%}.catalog .element .img-wrapper.crop img{max-width:100%;max-height:100%;width:auto}.catalog .element:hover .img-wrapper img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2)}.catalog .element .img-wrapper .hiddentitle{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;z-index:2;opacity:0;text-align:center}.catalog .element .img-wrapper .hiddentitle span{text-transform:uppercase;border:2px solid #fff;padding:12px 30px;color:#fff;display:inline-block}.catalog .element:hover .img-wrapper .hiddentitle{opacity:1}.catalog .element .img-wrapper:after{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;background:#0009;opacity:0;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.catalog .element:hover .img-wrapper:after{opacity:1}.catalog .element:hover .title-h5:after{-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.catalog .element .button{background:#014273;border-color:#014273;position:relative;z-index:20;margin-bottom:0}.catalog .element .button:hover{background:#FF3324;border-color:#FF3324}.catalog .element .title-h6{font-weight:700;height:57px;overflow:hidden;margin-bottom:10px}.catalog .element .text{height:48px;overflow:hidden;margin-bottom:10px}.goodprice{color:#ff3324}.catalog > .row > hr:nth-of-type(2n){clear:both}@media only screen and (min-width: 1230px){.catalog > .row > hr:nth-of-type(2n){clear:none}.catalog > .row > hr:nth-of-type(3n){clear:both}}.pagination{display:inline-block;margin:30px 0}.pagination li{display:inline}.pagination li > span{cursor:default}.pagination li > a,.pagination li > span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#626262;text-decoration:none;background-color:#fff;border:1px solid #ddd;font-weight:100;margin-bottom:5px;margin-right:5px}.pagination li:first-child > a,.pagination li:first-child > span{margin-left:0}.pagination li > a:hover{background-color:#EEE}.pagination .active > a,.pagination .active > a:hover{background-color:#014273;color:#fff;border-color:#014273;cursor:default}.latest .elements > div:last-of-type hr{display:none}.latest hr{margin:15px 0 10px}.main-column h1{margin-top:-7px}.brands-section{background:#fff;padding:15px 0 10px}.brands-section > .container > .row{margin-left:-5px;margin-right:-5px}.logotype{padding:20px 0 0;border:5px solid #fff;margin:0;background:#fafafa;-webkit-transition:background 300ms ease;-moz-transition:background 300ms ease;-o-transition:background 300ms ease;transition:background 300ms ease}.logotype:hover{background:#E3E3E3}.logotype .inner{padding:5px 15px;height:110px;overflow:hidden}.logotype .title{height:51px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agreement{position:relative;margin-bottom:20px;color:#7C7F8C;font-size:13px}.agreement.black{color:#000}.agreement input{position:absolute;top:0;left:0;opacity:0;visibility:hidden}.agreement i{position:absolute;left:-2px;top:1px;font-size:16px}.agreement label{padding-left:18px;position:relative;display:inline-block}.agreement input + label .checked{display:none}.agreement input:checked + label .checked{display:inline-block}.agreement input:checked + label .no-checked{display:none}.agreement input.error + label{color:red}.aside-menu{margin-bottom:30px;-webkit-transition:all 200ms ease;-moz-transition:all 200ms ease;-o-transition:all 200ms ease}.aside-menu a{display:block;text-decoration:none!important;color:#171717;padding:15px 36px 15px 15px;font-size:15px;background:#fff;line-height:1.3;border-bottom:1px solid #d5d5d5;border-left:1px solid #d5d5d5;border-right:1px solid #d5d5d5}.aside-menu > ul > li:first-of-type > a{border-top:1px solid #d5d5d5}.aside-menu > ul > li:nth-of-type(even) > a{background:#FCFCFC}.aside-menu li:hover > a,.aside-menu .open > a,.aside-menu .active > a{color:#014273!important}.aside-menu > ul ul{display:none}.aside-menu .active > ul{display:block}.aside-menu > ul li{position:relative}.aside-menu > ul .dropdown-button{height:53px;width:36px;display:block;z-index:20;top:0;right:0;position:absolute;cursor:pointer}.aside-menu > ul .dropdown-button:after{content:"";display:block;position:absolute;width:8px;height:8px;top:20px;right:21px;border-bottom:1px solid #1f1f1f;border-right:1px solid #1f1f1f;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.aside-menu > ul .dropdown-button.active:after{-moz-transform:rotate(225deg);-webkit-transform:rotate(225deg);-o-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);top:24px}.aside-menu > ul ul .dropdown-button{height:37px}.aside-menu > ul ul .dropdown-button:after{top:12px}.aside-menu > ul ul .dropdown-button.active:after,.aside-menu > ul ul .active > a + .dropdown-button:after,.aside-menu > ul ul .open > a + .dropdown-button:after{top:16px}.aside-menu ul ul a{padding:12px 36px 10px 30px;font-weight:400;font-size:13px;position:relative}.aside-menu ul ul > li > a:before{content:"";display:block;position:absolute;width:5px;height:5px;top:18px;left:15px;background:#D5D5D5}.aside-menu ul ul ul a{padding:8px 36px 8px 30px}.aside-menu ul ul ul a:before,.aside-menu ul ul ul ul a:before{display:none}.aside-menu ul ul ul ul a{padding:8px 36px 8px 40px}.aside-menu ul ul ul ul ul a{padding:8px 36px 8px 50px}.aside-menu-title{padding:15px 42px 15px 20px;background:#014273;position:relative;color:#fff}.aside-menu-title:after{content:"";display:block;position:absolute;width:12px;height:12px;top:50%;right:20px;border-right:2px solid #fff;border-bottom:2px solid #fff;margin-top:-8px;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.active .aside-menu-title:after{-moz-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);-o-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);margin-top:-3px}@media only screen and (max-width: 991px){.aside-menu > ul{display:none}.aside-menu.active > ul{display:block}.aside{border-right:none}.aside-menu a{border-right:1px solid #F5F5F5}}@media only screen and (min-width: 992px){.aside-menu > ul > li.active > a{color:#fff!important;background-color:#014273!important;border-color:#014273!important}.aside-menu > ul > li.active > .dropdown-button:after{border-color:#fff}.aside-menu > ul > li:hover > a,.aside-menu > ul > li:nth-of-type(even):hover > a{background:#F6F6F6}}.contacts-template .contacts-block > hr:last-of-type{display:none}.aside-gallery img{width:100%}@media only screen and (max-width: 991px){.base-template .header{border-bottom:1px solid #D5D5D5;margin-bottom:40px}.top-bar{border-bottom:1px solid #D5D5D5}}@media only screen and (min-width: 768px){.contacts-template .google-map{height:370px}.logo{margin-bottom:0}.shedule{position:fixed;left:100px;z-index:1000;top:8px}.shedule .fa{top:8px}.top-slider .img-wrapper{margin-bottom:0}.top-slider .item .element-content{z-index:20}.header-tel{position:absolute;right:0;top:0;height:100%}.callback-link{position:absolute;right:0;top:50px}.top-slider{height:400px}.top-slider img{min-height:400px}.top-slider .element-content{position:absolute;top:0;left:0;color:#fff;width:100%}.top-slider .title{font-size:42px;line-height:1.1;margin-bottom:20px}.top-slider .subtitle{margin-bottom:20px;font-size:22px}.top-form-wrapper{background:#fafafa}.index-template .services-section{background:#fafafa}.top-form-box{padding:15px;margin-left:0;margin-right:0;margin-top:70px;box-shadow:0 0 3px #00000026}.top-slider-wrapper + .top-form-wrapper .top-form-box{margin-top:-80px}.top-form-box-inner{padding:20px 40px 10px;border:1px solid #b7b7b7}.top-slider .element-content-inner{padding:8% 0 30px}.noneaction .top-slider .element-content{height:100%}.noneaction .top-slider .element-content > .container{display:table;height:100%}.noneaction .top-slider .element-content > .container > .element-content-inner{padding:30px 0;display:table-cell;vertical-align:middle}h2,.title-h2{font-size:42px}.title-h2 span{display:inline;margin:0 0 0 30px}h3,.title-h3{font-size:36px}.top-slider .slick-dots{position:absolute;bottom:20px;margin-bottom:0}.top-slider .slick-dots li{border:2px solid #fff}.top-slider .slick-dots li.slick-active{border-color:#fff;background:#fff}.services-elements .text{height:72px;overflow:hidden}.accordeon .element-content{font-size:18px}.accordeon .element .title{font-size:22px}.header-bottom{padding:15px 0}}@media only screen and (min-width: 992px){.top-bar .button{font-size:13px;top:9px;height:36px;padding:8px 16px 0}.main-column{padding-left:15px}.main-column-left{padding-right:15px}.header-address{float:right}.logo{margin:0}.callback-link{top:54px}.top-slider{height:495px}.top-slider img{min-height:495px}.top-slider .element-content-inner{padding:5% 0 30px}.top-slider .element-content-inner > div{padding:30px;background:#00000080;display:inline-block}.top-slider .title{font-size:58px}.top-slider-wrapper + .top-form-wrapper .top-form-box{margin-top:-130px}.body-fixed-true .top-slider-wrapper + .top-form-wrapper .top-form-box{margin-top:-80px}.top-form-box.bottom-box{margin-top:-80px}h2,.title-h2{font-size:46px}.modal{padding:40px}.title-h2 span{margin:0 0 0 70px}.top-bar-container{width:940px;margin:0 auto}.mobile-menu{display:none!important}.top-menu{display:block!important;position:static}.top-menu > ul > li > a{text-decoration:none;color:#000;height:55px;display:block;line-height:55px;padding:0 17px;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;border-left:1px solid #D5D5D5;position:relative}.top-menu > ul > li:last-of-type > a{border-right:1px solid #D5D5D5}.top-menu > ul > li:hover > a{color:#014273}.top-menu > ul > li.active > a{background:#014273;color:#fff!important;border-color:#014273}.top-menu > ul > li.active + li > a{border-left-color:#014273}.top-menu > ul > li{float:left;position:relative;z-index:10}.top-menu > ul > li:last-child{margin-right:0}.top-menu > ul > li.down a{padding-right:30px}.top-menu > ul > li.down > a:after{content:"";display:block;position:absolute;width:6px;height:6px;transform:rotate(45deg);border-bottom:1px solid #2E2E2E;border-right:1px solid #2E2E2E;right:12px;top:50%;margin-top:-3px}.top-menu > ul > li.active.down > a:after{border-color:#fff}.top-menu > ul > li > ul{position:absolute;width:280px;top:64px;padding-top:10px;left:0;text-align:left;z-index:300;visibility:hidden;opacity:0;transition:all 200ms ease-out}.top-menu > ul > li:hover > ul{visibility:visible;top:54px;opacity:1}.top-menu > ul ul li{position:relative}.top-menu > ul > li > ul > li:first-of-type:before,.top-menu > ul > li > ul > li:first-of-type:after{content:"";display:block;width:12px;height:12px;background:#014273;-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(45deg);position:absolute;left:15px;top:-6px;z-index:10}.top-menu > ul > li > ul > li:first-of-type:hover:after,.top-menu > ul > li > ul > li:first-of-type.active:after{background:#ffffff1a}.top-menu ul ul li > a{position:relative}.top-menu ul ul li.down > a span:after{content:"";display:block;position:absolute;width:6px;height:6px;top:50%;right:15px;transform:rotate(45deg);margin-top:-3px;border-top:1px solid #fff;border-right:1px solid #fff}.top-menu > ul ul li > a{background:#014273;padding:12px 10px;display:block;font-size:13px;line-height:18px;color:#fff;text-decoration:none;position:relative}.top-menu > ul ul li > a:before{content:"";display:block;position:absolute;width:100%;height:1px;top:0;left:0;background:#fff;opacity:.1;z-index:5}.top-menu > ul ul li:first-of-type > a:before{display:none}.top-menu > ul ul li > a:after{content:"";display:block;position:absolute;width:100%;top:0;bottom:0;left:0;background:#fff;opacity:0}.top-menu > ul ul li:hover > a:after,.top-menu > ul ul li.active > a:after{opacity:.1}.top-menu ul ul ul{position:absolute;top:10px;left:280px;width:250px;visibility:hidden;opacity:0;transition:all 200ms ease-out}.top-menu ul ul li:hover ul{visibility:visible;opacity:1;top:0}.shedule{position:absolute;right:inherit;z-index:10;top:50%;margin-top:-18px;left:320px;font-size:12px}.contacts-wrapper{position:absolute;top:0;left:0;width:100%}.contacts{padding-top:45px;width:330px}.top-bar{position:relative}.top-bar.fix-true.fixed{position:fixed;top:0;left:0;border-top-color:#fff}.top-bar:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#D5D5D5;opacity:0}.top-bar.fix-true.fixed:after{opacity:1}.body-fixed-true .top-bar.fix-true.fixed{background:transparent}.body-fixed-true .top-bar.fix-true.fixed:after{opacity:0}.body-fixed-true .top-bar.fix-true.fixed .top-bar-container{width:1290px;max-width:100%;box-shadow:0 0 0 1px #D5D5D5;background:#fff;padding-right:15px}.body-fixed-true .top-bar.fixed .top-menu > ul > li:first-of-type > a{border-left:none}.base-template .top-bar{margin-bottom:40px}.base-template .top-bar:after{opacity:1}.top-bar.fix-true.fixed + .top-bar-push-md{height:56px}.base-template .top-bar.fix-true.fixed + .top-bar-push-md{height:96px}.top-slider .slick-dots{bottom:30px}}@media (min-width: 1170px){.top-bar-container{width:1110px;margin:0 auto}}@media only screen and (min-width: 1230px){.top-bar-container{width:1170px}.services-elements .text{height:58px}.shedule{left:360px}.contacts-template .contacts-block{padding-right:60px}}@media only screen and (min-width: 1912px){.top-slider-wrapper + .top-form-wrapper .top-form-box{margin-top:-170px}.top-slider{height:555px}}.news .element{background:#fff;padding:20px;margin-bottom:20px;border:1px solid #F6F6F6}.base-template .news .element{background:#FAFAFA}.news .element > .row > .col-xs-3{max-width:120px}.news .element .title-h5{overflow:hidden;margin-bottom:5px;max-height:58px}@media only screen and (max-width: 767px){.news .element .title-h5{max-height:inherit}}.news .element .date{font-size:12px;margin-top:-3px}.news .element .text{color:#6A6B70;height:36px;overflow:hidden;font-size:13px}.news .element .more{font-weight:700}.news .element .more i{vertical-align:middle;-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.news .element .more:hover,.news .element .title-h5 a:hover{color:#FF3324}.news .element > .row > .col-xs-4{max-width:190px}.fotorama__thumb-border{border-color:#014273!important}.product-count-element .element-counter input{display:inline-block;width:40px;height:42px;float:left;border-radius:0;margin:0;background:#fff;border:1px solid #E8E8E8;border-left:none;border-right:none;text-align:center;padding-left:5px;padding-right:5px}.product-count-element .element-counter button{display:inline-block;width:40px;height:42px;float:left;margin:0;background:#E8E8E8;border:1px solid #E8E8E8;font-size:20px;font-family:arial;line-height:34px;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.product-count-element .element-counter button.btn-minus{line-height:28px}.product-count-element .element-counter button:hover{background:#C1C1C1;border-color:#C1C1C1}.product-price{font-size:36px;color:#014273}.box{display:none}.box.visible{display:block}ul.tabs{width:100%;border-bottom:1px solid #D5D5D5}ul.tabs li{display:table-cell;height:50px;vertical-align:middle;cursor:pointer;text-align:center;border:1px solid transparent;border-bottom:none;text-transform:uppercase;font-size:14px;line-height:1.2;font-weight:700;color:#333;background:#fff;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;position:relative;padding:10px 35px}ul.tabs li.current,ul.tabs li.current:hover{border-color:#d5d5d5;background:#fff;color:#333}ul.tabs li:hover{background:#F6F6F6;border-color:#F6F6F6}ul.tabs li.current:after{content:"";display:block;position:absolute;width:100%;height:2px;bottom:-2px;left:0;background:#fff}.mobile-tab-header{display:none}@media only screen and (max-width: 767px){.mobile-tab-header{padding:14px 40px 14px 14px;color:#fff;background:#014273;width:100%;position:relative;display:block;font-weight:600}ul.tabs{position:relative;display:none;border:none}.mobile-tab-header:after{content:"";display:block;position:absolute;top:50%;margin-top:-10px;right:24px;width:12px;height:12px;border-bottom:2px solid #fff;border-right:2px solid #fff;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.mobile-tab-header.active:after{-moz-transform:rotate(225deg);-webkit-transform:rotate(225deg);-o-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);margin-top:-4px}ul.tabs li{padding:17px 15px;width:100%;border:1px solid #E9E9E9;border-top:none;display:block;height:auto;text-align:left;text-transform:none;font-size:15px}ul.tabs li.current{display:none}.mobile-tab-header.active + ul.tabs{display:block}}@media only screen and (min-width: 768px){.tabs.mobile{display:block!important}}#msOrder{margin-top:20px!important}.cart-body{margin:10px 0 0}.cart-body .element{background:#fff;padding:20px 20px 15px;margin-bottom:10px;border:1px solid #EBEBEB;position:relative}.cart-body .element-counter{display:inline-block}.cart-body .element-price{display:inline-block}.cart-body .element-delete{position:absolute;right:15px;top:15px;cursor:pointer;color:red;padding:0;border:0;background:transparent;z-index:20}.cart-body .element-delete i{-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.cart-body .element-delete:hover i{-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.cart-body .subelement2{padding-left:120px;min-height:100px}.cart-body .subelement2 .text,.cart-body .element .element-price,.cart-body .element .element-counter{height:100px}.cart-body .element .element-img-wrapper{padding:2px;border:1px solid #EBEBEB;position:absolute;top:0;left:0}.cart-body .element .element-img{width:99px;height:76px;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out;opacity:1}.cart-body .element a:hover .element-img{opacity:.8}.cart-body .element hr{margin:10px 0}@media only screen and (max-width: 767px){.cart-body .element .element-img-wrapper{position:static;margin-bottom:20px;display:inline-block}.cart-body .subelement2{padding-left:0}.cart-body .subelement2 .text,.cart-body .element .element-price,.cart-body .element .element-counter{height:auto}}.order-wrapper{background:#fff;padding:10px 0}.order-wrapper .material-icons{vertical-align:middle;margin-top:-3px}.order-wrapper #msOrder .error{border-color:#FF1A00!important}.customradio{position:relative;margin-bottom:10px}.customradio input[type=radio]{position:fixed;top:-100000px}.customradio{min-height:34px;margin-bottom:10px}.customradio input[type=radio] + label{position:relative;padding-left:25px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;display:inline-block;margin-bottom:4px}.customradio input[type=radio] + label:before{background:url(../images/customradio.png) 0 0 no-repeat;content:"";display:block;position:absolute;width:16px;height:16px;top:2px;left:0}.customradio input[type=radio]:checked + label:before{background-position:0 -16px}.customradio label{font-size:14px;color:#201e1e;font-weight:700}.customradio label strong{font-weight:600;color:#000;font-size:13px}.customradio.disabled label,.customradio.disabled label strong,.customradio.disabled label::before{cursor:default!important;color:#848484}.customradio label + p{padding-left:25px;font-size:13px}.element-counter .form-control{display:inline-block;height:30px;width:40px;padding:0 2px;text-align:center;color:#000;background:#F4F4F6;border:1px solid #E5E5E5;margin-bottom:0}.element-counter button{width:25px;display:inline-block;padding:0;vertical-align:middle;border:none;background:transparent;font-size:24px}.element-counter button:hover{color:#FF2330}.element-counter button[disabled]:hover{color:#1F1F1F}.isa_success{border:1px solid #79bcda;background-color:#d9f0f5;margin:0 0 10px;padding:15px}.order-number{color:#014273}.jgrowlHide #jGrowl{display:none!important}.product-tags{position:absolute;top:0;left:0;z-index:5;color:#fff;padding:7px 0 0 7px;text-align:left}.product-tags span{margin:0 5px 5px 0;display:inline-block;padding:4px 8px;font-size:10px;font-weight:700;text-transform:uppercase}.product-tags span.product-tag-new{background:#76B500}.product-tags span.product-tag-popular{background:#FFCA1E}.product-tags span.product-tag-favorite{background:#FF1B2D}.index-template .product-tags{display:none}.products-carousel div[class^="col-"]{padding-left:5px!important;padding-right:5px!important}.index-template .products-carousel{margin-bottom:30px}.aside-news .element{padding-left:100px;margin-bottom:25px;min-height:74px}.aside-news .element .img-wrapper{position:absolute;left:0;top:4px}.aside-news .element .title a{text-decoration:none;color:#2C2C2C}.aside-news .inner{margin-top:-10px}.clear-hr,.cleaner-hr{height:0;opacity:0;margin:0;padding:0;border:none}.item-gallery .element{margin-bottom:10px;overflow:hidden}.item-gallery > .row > hr:nth-of-type(2n){clear:both}@media only screen and (min-width: 992px){.item-gallery > .row > hr:nth-of-type(2n){clear:none}.item-gallery > .row > hr:nth-of-type(3n){clear:both}}#vk_widget,#vk_groups{width:100%}#vk_groups,#vk_groups iframe{width:100%!important}.video-list .element{margin-bottom:20px;background:#fff;width:900px;max-width:100%}.video-list .element .element-img{height:420px;background-size:cover;background-repeat:no-repeat;background-position:50% 50%}@media only screen and (max-width: 1289px){.video-list .element .element-img{height:34vw}}@media only screen and (max-width: 991px){.video-list .element .element-img{height:46vw}}@media only screen and (max-width: 767px){.video-list .element .element-img{height:60vw}}.video-list .element .play-block{position:absolute;top:0;left:0;right:0;bottom:0;background:#000c}.video-list .element .play-block span{display:inline-block;padding:8px;border-radius:100%;background:#ffffff1a}.video-list .element .play-block span i{display:inline-block;color:#fff;font-size:40px;width:64px;height:64px;line-height:61px;border:2px solid #fff;border-radius:100%;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}.video-list .element .play-block:hover span i{color:#FF121A;border-color:#FF121A}.video-list .element .element-content{padding:25px 0}.video-list .element .element-content .title{font-size:20px;font-weight:700;margin-bottom:3px}.video-list .element .element-content .text{font-size:15px;margin-bottom:10px}
.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}#lg-counter,.lg-outer .lg-video-cont{vertical-align:middle;display:inline-block}@font-face{font-family:lg;src:url(../fonts/lg.eot?n1z373);src:url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(../fonts/lg.woff?n1z373) format("woff"),url(../fonts/lg.ttf?n1z373) format("truetype"),url(../fonts/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;font-size:16px;padding-left:20px;padding-top:12px}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-toogle-thumb:hover{color:#FFF}.lg-outer .lg-video-cont{max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url(../images/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(../images/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(../images/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(../images/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(../images/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.group:after,.group:before{display:table;content:"";line-height:0}.group:after{clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(../images/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://tuntu.ru/assets/template/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://tuntu.ru/assets/template/fonts/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') 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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.4em;
}
.fa-2x {
  font-size: 1.8em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

