/*------------------------------------------------------------------

[Variables]

-------------------------------------------------------------------*/
/*------------------------------------------------------------------

[1. Reset and default styles]

------------------------------------------------------------------*/
@import "plugins/gallery.css";
@import "plugins/sweetalert.css";
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4em;
  overflow-y: scroll;
}
body {
  background-color: #0c0d0d;
}
hr {
  display: inline-block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px solid #2d2d2d;
  padding: 0;
  margin: 10px 0;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: 400;
  color: #0096ff;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
a:hover {
  outline: none;
  text-decoration: none;
  color: #0078cc;
}
a img {
  border: 0;
}
.container {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}
.pad-40 {
  padding: 40px 0;
}
.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.row {
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 900px) {
  .container,
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 900px) {
  .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 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 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;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 15px;
}
p {
  color: #f1f1f1;
  font-size: 0.95em;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 15px;
}
@media screen and (max-width: 840px) {
  p {
    font-size: 0.9em;
  }
}
strong,
b {
  color: #ffffff;
}
h1 {
  font-size: 2.6em;
  font-weight: 700;
}
@media screen and (max-width: 840px) {
  h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 1.5em;
  }
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1em;
}
.btn {
  display: inline-block;
  font-size: 0.8em;
  padding: 10px 25px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn-primary {
  color: #fff;
  background-color: #0096ff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069b3;
}
.btn-secondary {
  color: #fff;
  background-color: #ffffff;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #e6e6e6;
}
.btn-third {
  color: #333;
  background-color: #d0d0d0;
}
.btn-third:hover {
  color: #fff;
  background-color: #0096ff;
}
.pagination {
  text-align: center;
}
.pagination button {
  color: #0096ff;
  display: inline-block;
  margin: 0 5px;
}
.pagination button:disabled {
  cursor: not-allowed;
  color: #999 !important;
}
.pagination button:disabled:hover {
  cursor: not-allowed;
  color: #999 !important;
}
.mobile-nav {
  background-color: #0069b3;
  padding: 10px;
  width: 37px;
  float: right;
  height: 37px;
  border-radius: 3px;
}
.mobile-nav .btn-nav {
  display: inline-block;
  width: 18px;
}
.mobile-nav .btn-nav > div {
  height: 3px;
  background-color: #fff;
}
.mobile-nav .btn-nav > div:nth-child(2) {
  margin: 3px 0;
}
.ssba {
  margin: 10px 0;
}
.ssba a {
  float: left;
  margin-right: 10px;
}
input[type="text"],
input[type="email"],
input[type="search"],
textarea,
select {
  padding: 10px;
  font-size: 1em;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  border: 2px solid #8e8e8e;
  background-color: transparent;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #d0d0d0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="search"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #d0d0d0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #d0d0d0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
input[type="text"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #d0d0d0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #d0d0d0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
label {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  color: #f1f1f1;
}
textarea {
  resize: vertical;
}
input[type="submit"] {
  float: right;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="search"],
.form textarea,
.form select {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="search"]:focus,
.form textarea:focus,
.form select:focus,
.form input[type="text"]:hover,
.form input[type="email"]:hover,
.form input[type="search"]:hover,
.form textarea:hover,
.form select:hover {
  border-color: #0096ff;
}
.woocommerce-pagination {
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
}
.page-numbers {
  float: left;
  width: 100%;
  margin: 10px 0 30px;
  list-style: none;
}
.page-numbers li {
  margin-right: 3px;
}
.page-numbers li,
.page-numbers a,
.page-numbers span {
  display: inline-block;
  vertical-align: top;
}
.page-numbers a {
  color: #333;
  font-weight: 700;
  padding: 5px 10px;
  border: 1px solid #d0d0d0;
}
.page-numbers a:hover {
  color: #0096ff;
  border: 1px solid #0096ff;
}
.page-numbers .current {
  padding: 5px 10px;
  color: #fff;
  background-color: #0096ff;
  border: 1px solid #0096ff;
}
.top-bar {
  margin: 10px 0 0 0;
}
@media screen and (max-width: 900px) {
  .top-bar {
    display: none;
  }
}
.info-numbers,
.languages {
  padding: 0;
  list-style: none;
}
.info-numbers {
  float: left;
}
.info-numbers li {
  float: left;
}
.info-numbers li:first-child {
  border-right: 1px solid #666;
}
.info-numbers li:first-child a {
  padding-left: 0;
}
.info-numbers li a {
  color: #ddd;
  font-size: 0.8em;
  padding: 0 10px;
}
@media screen and (max-width: 900px) {
}
.header {
  float: left;
  width: 100%;
  margin: 10px 0;
}
@media screen and (max-width: 900px) {
}
.logo {
  display: block;
}
.logo img {
  display: block;
}
.main-nav {
  float: right;
}
.main-nav ul {
  list-style: none;
}
.main-nav ul li {
  float: left;
}
.main-nav ul li a {
  float: left;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  margin-left: 10px;
  padding: 10px;
  text-transform: uppercase;
}
.main-nav ul li a:hover {
  color: #000;
  background-color: #dadada;
}
.nav-hambi {
  float: right;
  padding: 10px;
  margin-right: 0;
  background: #006bff;
  background: -webkit-gradient(linear, left top, right top, from(#006bff), to(#00bcff));
  background: -o-linear-gradient(left, #006bff 0%, #00bcff 100%);
  background: linear-gradient(to right, #006bff 0%, #00bcff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006bff', endColorstr='#00bcff', GradientType=1);
}
.nav-hambi div {
  float: right;
  clear: both;
  height: 3px;
  background-color: #fff;
  width: 25px;
  cursor: pointer;
}
.footer {
  margin-top: 30px;
  border-top: 3px solid #0096ff;
  padding: 30px 0;
}
.footer .container {
  max-width: 1380px;
  width: 100%;
}
.footer p {
  color: #fff;
  font-size: 0.9em;
}
.footer a {
  color: #0096ff;
}
.footer .slash,
.footer h4 {
  display: inline-block;
}
.footer .slash {
  margin-right: 5px;
  font-weight: 700;
  font-size: 1.4em;
  color: #0096ff;
}
.footer h4 {
  font-size: 1.4em;
  text-transform: uppercase;
  color: #ffffff;
}
.footer ul {
  margin-left: 15px;
  list-style: none;
}
.footer ul li {
  display: block;
}
.footer ul li a {
  display: block;
  padding: 5px;
  color: #ffffff;
}
.footer ul li a:hover .line {
  width: 50px;
  background-color: #0096ff;
}
.footer .line {
  height: 2px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #333;
}
@media screen and (max-width: 900px) {
  .footer .footer-headline {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
}
.cookies {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  border-top: 1px solid #0096ff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 107, 255, 0.8)), to(rgba(0, 188, 255, 0.8)));
  background: -o-linear-gradient(left, rgba(0, 107, 255, 0.8) 0%, rgba(0, 188, 255, 0.8) 100%);
  background: linear-gradient(to right, rgba(0, 107, 255, 0.8) 0%, rgba(0, 188, 255, 0.8) 100%);
  padding: 10px;
  z-index: 4;
}
.cookies p {
  color: #fff;
  z-index: 4;
  font-size: 14px;
  margin: 0;
}
.cookies a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.cookies .close-cookies {
  float: right;
  cursor: pointer;
  padding: 3px 4px;
}
.copyright {
  float: left;
  width: 100%;
  background-color: #000;
  padding: 15px;
}
.news {
  position: relative;
  border: 1px solid #d0d0d0;
  min-height: 523px;
}
.news img {
  display: block;
}
.news .date {
  padding: 8px 15px;
  background-color: #0096ff;
}
.news .date p {
  margin: 0;
  color: #fff;
  font-size: 0.8em;
}
.news h4 {
  min-height: 94px;
}
.news h4 a {
  font-weight: 700;
}
.news .content {
  padding: 15px;
}
.single-post .post-date p {
  color: #666;
  font-size: 0.8em;
  font-weight: 700;
}
.single-post .post-image {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.single-post .post-image img {
  display: block;
  width: 100%;
}
.dots {
  float: left;
  width: 100%;
  height: 300px;
  background: -o-radial-gradient(#232424 15%, transparent 16%) 0 0;
  background: radial-gradient(#232424 15%, transparent 16%) 0 0;
  background-color: transparent;
  background-size: 16px 16px;
}
.intro-header {
  position: relative;
  float: left;
  width: 100%;
  height: 300px;
}
.intro-header .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 600px;
  padding: 0 15px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
.intro-header .slash,
.intro-header h1 {
  display: inline-block;
}
.intro-header .slash {
  margin-right: 5px;
  font-weight: 700;
  font-size: 2.2em;
  color: #0096ff;
}
.intro-header h1 {
  color: #ffffff;
  text-transform: uppercase;
}
.intro-header p {
  color: #f1f1f1;
}
.side-headline {
  float: left;
  position: relative;
}
.side-headline .block {
  float: left;
  width: 160px;
  height: 100px;
  background: #006bff;
  background: -webkit-gradient(linear, left top, right top, from(#006bff), to(#00bcff));
  background: -o-linear-gradient(left, #006bff 0%, #00bcff 100%);
  background: linear-gradient(to right, #006bff 0%, #00bcff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006bff', endColorstr='#00bcff', GradientType=1);
}
.side-headline h2 {
  color: #fff;
  font-size: 42px;
  position: absolute;
  top: 50%;
  right: -148px;
  width: 250px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 900px) {
  .side-headline .block {
    width: 130px;
    height: 70px;
  }
  .side-headline h2 {
    font-size: 32px;
  }
}
.zasto-mi {
  width: 100%;
  max-width: 1450px;
  margin: 40px auto 0 auto;
}
.zasto-mi .col {
  float: left;
  width: 33.333%;
}
.zasto-mi .col p {
  font-size: 1.5em;
  text-align: center;
}
.zasto-mi img {
  display: block;
  margin: 0 auto 15px auto;
  height: 60px;
}
@media screen and (max-width: 900px) {
  .zasto-mi .col {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .zasto-mi .col p {
    font-size: 1.2em;
  }
  .zasto-mi .col:nth-child(5) {
    width: 100%;
  }
  .zasto-mi img {
    height: 50px;
  }
}
.godine-poslovanja {
  float: left;
  margin: 40px 0 40px 100px ;
}
.godine-poslovanja img,
.godine-poslovanja p {
  display: inline-block;
  vertical-align: middle;
}
.godine-poslovanja p {
  width: 500px;
  font-size: 47px;
  margin: 55px 35px 0;
  line-height: 1.2em;
}
.godine-poslovanja img {
  width: 530px;
}
@media screen and (max-width: 900px) {
  .godine-poslovanja {
    margin: 0;
    width: 100%;
  }
  .godine-poslovanja img {
    display: block;
    margin: 15px auto 0 auto;
    width: 80%;
  }
  .godine-poslovanja p {
    width: 100%;
    font-size: 24px;
    text-align: center;
    margin: 15px 0 0 0;
  }
}
.o-nama .text {
  float: left;
  width: 60%;
  padding-left: 50px;
}
.o-nama .img-desktop {
  float: right;
  width: 40%;
}
.o-nama .img-desktop img {
  float: right;
}
.o-nama .img-mobile {
  display: none;
}
@media screen and (max-width: 1280px) {
  .o-nama .text {
    width: 48%;
  }
  .o-nama .img-desktop {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .o-nama .text {
    width: 100%;
    padding: 0 15px;
  }
  .o-nama .img-mobile {
    display: block;
    margin: 0 auto 30px auto;
  }
  .o-nama .img-mobile img {
    width: 100%;
  }
  .o-nama .img-desktop {
    display: none;
  }
}
.partneri {
  max-width: 1380px;
  margin-top: 40px;
}
.partneri .col-partner {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 12.5%;
  text-align: center;
  float: left;
}
.partneri .col-partner img {
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .partneri .col-partner {
    width: 16.66666667%;
  }
}
@media screen and (max-width: 768px) {
  .partneri .col-partner {
    width: 25%;
  }
}
@media screen and (max-width: 420px) {
  .partneri .col-partner {
    width: 33.33333333%;
  }
}
.aparati-slika {
  background-image: url(../images/f1-racing-fan-aparat-za-zabavu.jpg);
  background-position: center;
  background-size: cover;
  height: 460px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .aparati-slika {
    height: 350px;
  }
}
.aparati-content .intro-header,
.aparati-content .dots {
  height: 460px;
}
.aparati-content p {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .aparati-content .intro-header,
  .aparati-content .dots {
    height: 400px;
  }
}
.mobile-nav {
  display: none;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 15px;
  background-color: #0c0d0d;
}
.mobile-nav .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 700;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background-color: #fff;
  color: #0c0d0d;
  z-index: 6;
  text-align: center;
  font-size: 1.2em;
  line-height: 30px;
}
.mobile-nav .mobile-logo {
  display: block;
  margin-bottom: 15px;
}
.mobile-nav .mobile-logo img {
  display: block;
  margin: 0 auto;
}
.mobile-nav .mobile-lang {
  text-align: center;
  margin-top: 10px;
}
.mobile-nav .mobile-lang .btn {
  margin: 0 5px;
}
.mobile-nav nav ul {
  list-style: none;
  text-align: center;
}
.mobile-nav nav ul li {
  display: block;
}
.mobile-nav nav ul li a {
  display: block;
  color: #fff;
  padding: 10px 0;
  font-weight: 700;
  text-transform: uppercase;
}
.logos-legal {
  max-width: 1450px;
  margin: 40px auto 0 auto;
}
.logos-legal .logos-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .logos-legal .logos-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .logos-legal .logos-container img {
    max-height: 160px;
  }
}
.logos-legal .logos-container img {
  max-height: 180px;
  display: block;
  width: auto;
}
.logos-legal .logos-container img.euro {
  max-height: 140px;
}
@media screen and (max-width: 576px) {
  .logos-legal .logos-container img.last {
    margin-top: 20px;
  }
}
.logos-legal .text {
  text-align: center;
  font-size: 1.1em;
  margin-top: 15px;
  margin-bottom: 0;
}
