/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .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; }

.slick-arrow.slick-hidden {
  display: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #a7a7a7;
  background-color: #0f0d0e; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.container {
  position: relative; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

a {
  color: #F85A16;
  text-decoration: none; }
  a:hover, a:focus {
    outline: none; }

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-weight: 400; }

p {
  padding: 0;
  margin: 0 0 10px 0; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@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-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
.btn {
  margin: 0;
  color: #F85A16;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  position: relative;
  padding: 15px 40px;
  background: transparent;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  background-image: none;
  touch-action: manipulation;
  border: 2px solid #F85A16;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn:hover {
    color: #fff;
    background: #F85A16;
    text-decoration: none; }
  .btn:active {
    top: 1px; }

.form-control {
  margin: 0;
  width: 100%;
  color: #eee;
  outline: none;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 10px;
  display: inline-block;
  background: transparent;
  border: 1px solid #eee; }
  .form-control::-moz-placeholder {
    color: #eee;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #eee; }
  .form-control::-webkit-input-placeholder {
    color: #eee; }
  .form-control::-ms-clear {
    display: none;
    width: 0;
    height: 0; }
  .form-control:focus::-moz-placeholder {
    color: transparent;
    opacity: 1; }
  .form-control:focus:-ms-input-placeholder {
    color: transparent; }
  .form-control:focus::-webkit-input-placeholder {
    color: transparent; }

.red .form-control {
  border-color: #ff0000; }

label {
  font-weight: 400;
  display: block; }

.form-group {
  margin-bottom: 20px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hide {
  visibility: hidden;
  display: none !important; }

.show {
  visibility: visible;
  display: block !important; }

.invisible {
  visibility: hidden; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.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: 1199px) {
  .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: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
.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%; }

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url("../img/bg1.jpg");
  border-top: 1px solid #222222; }
  .footer p {
    margin-bottom: 30px; }

.contact {
  padding: 0;
  list-style: none;
  margin: 0 0 30px 0; }
  .contact li {
    color: #f5f5f5;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 10px; }
    .contact li i {
      color: #F85A16; }
    .contact li a {
      color: #f5f5f5;
      text-decoration: none; }

#map {
  height: 300px; }

.top {
  background: #F85A16;
  padding: 7px 0;
  margin-bottom: 0; }
  .top .contact {
    margin: 0 -5px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    list-style: none;
    text-align: right; }
    .top .contact:before, .top .contact:after {
      content: " ";
      display: table; }
    .top .contact:after {
      clear: both; }
    .top .contact li {
      zoom: 1;
      margin: 0 5px;
      font-size: 14px;
      line-height: 20px;
      padding-right: 20px;
      display: inline-block;
      display: -moz-inline-stack;
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      letter-spacing: 0px;
      color: rgba(255, 255, 255, 0.7); }
      .top .contact li a {
        color: rgba(255, 255, 255, 0.7); }
      .top .contact li:last-child {
        border-right: none; }

.header {
  z-index: 500;
  position: relative;
  background: #0f0d0e; }
  .header .container {
    padding-top: 25px;
    padding-bottom: 25px; }
  .header .logo {
    float: left;
    width: 50px;
    display: block; }
  .header .logo-text {
    float: left;
    color: #F85A16;
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Cuprum", sans-serif;
    padding: 10px 0 10px 10px;
    text-transform: uppercase; }
  .header .btn-nav {
    margin-top: 5px;
    right: 20px;
    width: 30px;
    float: right;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    display: inline-block; }
    .header .btn-nav span {
      width: 100%;
      padding: 2px 0;
      display: inline-block;
      border-bottom: 3px solid #F85A16; }
  .header .nav {
    left: 0;
    right: 0;
    top: 100%;
    font-size: 0;
    line-height: 0;
    z-index: 888;
    display: none;
    position: absolute;
    border-top: 1px solid #494949; }
    .header .nav.open {
      display: block; }
    .header .nav > li {
      width: 100%;
      display: inline-block;
      border-bottom: 1px solid #494949; }
      .header .nav > li a {
        color: #fff;
        width: 100%;
        font-size: 15px;
        line-height: 20px;
        padding: 20px 20px;
        position: relative;
        background: #0f0d0e;
        display: inline-block;
        text-decoration: none; }
        .header .nav > li a:before {
          top: 20px;
          right: 20px;
          font-size: 15px;
          content: "\f105";
          font-weight: 400;
          line-height: 20px;
          position: absolute;
          display: inline-block;
          font-family: FontAwesome; }
        .header .nav > li a:hover {
          color: #F85A16;
          background: #000; }
  @media (min-width: 768px) {
    .header {
      background: rgba(0, 0, 0, 0.7); }
      .header .logo {
        width: 80px; }
      .header .logo-text {
        padding: 20px 0 20px 10px; }
      .header .logo-text {
        font-size: 40px;
        line-height: 40px; }
      .header .btn-nav {
        display: none; }
      .header .nav {
        top: auto;
        left: auto;
        right: auto;
        float: right;
        display: block;
        border-top: none;
        padding-top: 15px;
        position: relative; }
        .header .nav > li {
          width: auto;
          border-bottom: none; }
          .header .nav > li a {
            width: auto;
            padding: 15px 10px;
            background: transparent; }
            .header .nav > li a:before {
              display: none; }
            .header .nav > li a:hover {
              background: transparent; }
          .header .nav > li.active a {
            color: #F85A16; } }
  @media (min-width: 992px) {
    .header .nav > li {
      padding: 0 5px; }
      .header .nav > li a {
        font-size: 17px; } }

.slider {
  z-index: 20;
  height: 450px;
  padding-top: 200px;
  position: relative;
  background: url("../img/slide.jpg") 50% 50% no-repeat;
  background-size: cover; }
  .slider h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 1px 1px #222; }
  .slider .text {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px #222; }
  @media (min-width: 768px) {
    .slider {
      height: 550px;
      padding-top: 300px;
      margin-top: -100px; }
      .slider h1 {
        font-size: 40px;
        line-height: 48px; } }
  @media (min-width: 992px) {
    .slider {
      height: 768px;
      padding-top: 400px; }
      .slider h1 {
        font-size: 52px;
        line-height: 60px; }
      .slider .text {
        font-size: 24px;
        line-height: 30px; } }

.h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
  text-transform: uppercase; }
  .h2 span {
    padding-bottom: 5px;
    position: relative;
    display: inline-block; }
  @media (min-width: 768px) {
    .h2 span:before {
      left: 0;
      bottom: 0;
      content: '';
      width: 100px;
      position: absolute;
      border-bottom: 1px solid #fff; } }

.advantage {
  font-size: 16px;
  line-height: 30px;
  padding-top: 60px;
  padding-bottom: 60px; }
  .advantage .advantage-image {
    margin-bottom: 25px; }
  @media (min-width: 992px) {
    .advantage .advantage-image {
      margin-bottom: 0; }
    .advantage p {
      margin-bottom: 20px; } }

.instructors-block {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url("../img/bg.jpg"); }
  .instructors-block .h2 {
    color: #000; }
  .instructors-block .instructor {
    width: 270px;
    margin: 0 auto; }
    .instructors-block .instructor li {
      margin-bottom: 30px; }
      .instructors-block .instructor li .instructor-item {
        background: #fff;
        border: 1px solid #e2e2e2; }
      .instructors-block .instructor li h4 {
        color: #0f0d0e;
        margin: 0 15px;
        font-size: 18px;
        font-weight: 700;
        padding-top: 20px; }
      .instructors-block .instructor li p {
        color: #626161;
        font-size: 15px;
        margin: 0 15px;
        line-height: 22px;
        padding-bottom: 20px; }
  @media (min-width: 768px) {
    .instructors-block .h2 span:before {
      border-color: #000; }
    .instructors-block .instructor {
      width: 600px; }
      .instructors-block .instructor li {
        width: 50%;
        float: left;
        padding: 0 15px; } }
  @media (min-width: 992px) {
    .instructors-block .instructor {
      width: auto;
      margin: 0 -15px; }
      .instructors-block .instructor li {
        width: 25%;
        padding: 0 15px;
        margin-bottom: 0; } }

.schedule-block {
  padding-top: 60px;
  padding-bottom: 60px; }

.schedule .tabs-nav {
  padding: 0;
  width: 100%;
  font-size: 0;
  line-height: 0;
  display: table;
  list-style: none;
  overflow: hidden;
  margin: 0 0 30px 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .schedule .tabs-nav li {
    display: table-cell; }
    .schedule .tabs-nav li a {
      color: #fff;
      width: 100%;
      padding: 10px;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      text-decoration: none;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
    .schedule .tabs-nav li.active a {
      color: #fff;
      background: #F85A16; }
  .schedule .tabs-nav .tabs-nav-sm {
    display: inline; }
  .schedule .tabs-nav .tabs-nav-md {
    display: none; }
.schedule .schedule-program {
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.6); }
  .schedule .schedule-program .program-time {
    font-size: 12px;
    text-align: center; }
  .schedule .schedule-program .program-name {
    color: #fff;
    padding: 8px 0;
    font-size: 18px;
    font-weight: 600; }
  .schedule .schedule-program .program-text {
    font-size: 16px;
    margin-bottom: 5px; }
  .schedule .schedule-program .program-instructor {
    font-size: 13px; }
@media (min-width: 992px) {
  .schedule .tabs-nav .tabs-nav-sm {
    display: none; }
  .schedule .tabs-nav .tabs-nav-md {
    display: inline; } }

.tabs .tabs-item {
  display: none; }
  .tabs .tabs-item.active {
    display: block; }

.gallery-block {
  padding-top: 60px;
  padding-bottom: 60px; }
  .gallery-block .inner {
    margin: 0 auto;
    max-width: 1920px; }
  .gallery-block ul {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none; }
    .gallery-block ul li {
      width: 50%;
      float: left;
      position: relative; }
      .gallery-block ul li a {
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
        position: relative; }
        .gallery-block ul li a img {
          -webkit-transition: 0.5s ease-out;
          -o-transition: 0.5s ease-out;
          transition: 0.5s ease-out; }
        .gallery-block ul li a:before {
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 50;
          content: '';
          position: absolute;
          background: rgba(255, 255, 255, 0);
          -webkit-transition: 0.5s ease-out;
          -o-transition: 0.5s ease-out;
          transition: 0.5s ease-out; }
        .gallery-block ul li a:hover img {
          -webkit-transform: scale(1.2);
          -moz-transform: scale(1.2);
          -o-transform: scale(1.2);
          transform: scale(1.2);
          -webkit-transition: 0.5s ease-out;
          -o-transition: 0.5s ease-out;
          transition: 0.5s ease-out; }
        .gallery-block ul li a:hover:before {
          background: rgba(255, 255, 255, 0.2);
          -webkit-transition: 0.5s ease-out;
          -o-transition: 0.5s ease-out;
          transition: 0.5s ease-out; }
  @media (min-width: 992px) {
    .gallery-block ul li {
      width: 33.33%; } }

.fancybox-lock .fancybox-overlay {
  overflow-x: hidden; }

.main {
  padding-top: 60px;
  padding-bottom: 60px; }
  .main h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
    text-transform: uppercase; }
    .main h1 span {
      padding-bottom: 5px;
      position: relative;
      display: inline-block; }
    @media (min-width: 768px) {
      .main h1 span:before {
        left: 0;
        bottom: 0;
        content: '';
        width: 100px;
        position: absolute;
        border-bottom: 1px solid #fff; } }

.video-gallery {
  margin-bottom: 50px; }
  .video-gallery .rvg-gallery-item {
    background: transparent !important;
    margin: 0 0 30px 0;
    padding: 0 !important;
    border: none;
    vertical-align: top;
    box-shadow: none;
    text-align: center;
    border-radius: 0; }

.gallery {
  margin: 0 -10px;
  padding: 20px 0 0 0;
  list-style: none; }
  .gallery li {
    width: 50%;
    float: left;
    padding: 0 10px;
    position: relative;
    margin-bottom: 20px; }
    .gallery li a {
      width: 100%;
      height: 100%;
      display: block;
      overflow: hidden;
      position: relative; }
      .gallery li a img {
        -webkit-transition: 0.5s ease-out;
        -o-transition: 0.5s ease-out;
        transition: 0.5s ease-out; }
      .gallery li a:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 50;
        content: '';
        position: absolute;
        background: rgba(255, 255, 255, 0);
        -webkit-transition: 0.5s ease-out;
        -o-transition: 0.5s ease-out;
        transition: 0.5s ease-out; }
      .gallery li a:hover img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: 0.5s ease-out;
        -o-transition: 0.5s ease-out;
        transition: 0.5s ease-out; }
      .gallery li a:hover:before {
        background: rgba(255, 255, 255, 0.2);
        -webkit-transition: 0.5s ease-out;
        -o-transition: 0.5s ease-out;
        transition: 0.5s ease-out; }
  @media (min-width: 992px) {
    .gallery li {
      width: 33.33%; } }
  @media (min-width: 1200px) {
    .gallery li {
      width: 25%; } }

.training {
  padding: 30px 20px;
  background: #191818;
  margin-bottom: 30px; }
  .training h3 {
    color: #fff;
    margin-bottom: 15px; }
  .training p {
    margin-bottom: 0; }

.content {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: url("../img/bg.jpg"); }

.contact-map {
  padding-top: 30px; }
  .contact-map #map {
    height: 500px; }

/*# sourceMappingURL=main.css.map */
