/*-------------------------------------------------
=  Table of Css

1.Reset
2.General
3.Main Navigation
4.Slider
5.Main section
6.Page
7.Project
8.Post
9.Journal
10.Form
11.Contact Page
12.Error Page
13.Elements
14.Footer
15.OWL
16.Loader
17.Animations
-------------------------------------------------*/
/*-------------------------------------------------
=  Import Google Fonts */
@import 'https://fonts.googleapis.com/css?family=Roboto+Mono:300,300i,400,400i,700,700i';
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* =  1.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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-------------------------------------------------*/
/* =  2.General
/*-------------------------------------------------*/
body {
  font: 100% "Lato", sans-serif;
  color: #121212;
  background-color: white;
}

h1, h2, h3, h4, h5, h6 {
  font: 100% "Montserrat", sans-serif;
  color: #121212;
  letter-spacing: 1px;
}

h1 {
  font-size: 40px;
  line-height: 80px;
}

h1.page-title {
  font-size: 32px;
  line-height: 64px;
}

h2 {
  font-size: 32px;
  line-height: 64px;
}

h2.big {
  display: inline-block;
  font-size: 40px;
  line-height: 16px;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  color: #121212;
  border-bottom:none;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  h2.big {
    border: none;
    line-height: 50px;
  }
}

h2.subtitle {
  color: #121212;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  letter-spacing: 3px;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}

h2.subtitle ul li {
  display: inline-block;
}

h2.subtitle ul li:after {
  content: "|";
  margin: 0 18px;
  color: #efefef;
}

h2.subtitle ul li:last-child:after {
  content: "";
  margin: 0;
}

h2.subtitle ul li.availability {
  color: #F8DC0B;
}

h3 {
  font-size: 24px;
}

h3.small {
  font-family: "Roboto Mono", monospace;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 700;
}

h4 {
  font-size: 18px;
}

h4.big {
  display: inline-block;
  font-size: 24px;
  line-height: 6px;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  color: #121212;
  border-bottom: none;
  margin: 0 auto;
}

h4.big.no-border {
  border-bottom: none;
  line-height: 34px;
}

@media screen and (max-width: 600px) {
  h4.big {
    border: none;
    line-height: 34px;
  }
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

a {
  color: #121212;
  transition: color .4s ease;
}

a:hover {
  text-decoration: none;
  color: #F8DC0B;
  transition: color .4s ease;
}

a.btn {
  padding: 0;
  padding-right: 30px;
  padding-left: 30px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Roboto Mono", monospace;
  font-weight: 100;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  outline: none;
  border: 2px solid #121212;
  border-radius: 0;
  color: #121212;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 35px;
  text-decoration: none !important;
  transition: all .4s ease;
}

@media screen and (max-width: 991px) {
  a.btn {
    margin-bottom: 0px;
  }
}

a.btn:hover {
  background-color: #F8DC0B;
  color: white !important;
  border-color: transparent;
  transition: all .4s ease;
}

a.btn-alt {
  padding: 0;
  padding-right: 30px;
  padding-left: 30px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Roboto Mono", monospace;
  font-weight: 100;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  outline: none;
  border-radius: 0;
  color: white;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 35px;
  text-decoration: none !important;
  transition: all .4s ease;
  background-color: #F8DC0B;
}

@media screen and (max-width: 991px) {
  a.btn-alt {
    margin-bottom: 0px;
  }
}

a.btn-alt:hover {
  background-color: #121212;
  color: white !important;
  transition: all .4s ease;
}

a.btn-news {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-transform: lowercase;
}

a.btn-news:before {
  content: "[";
  position: absolute;
  left: -10px;
  bottom: 0;
  transition: left .4s ease;
}

a.btn-news:after {
  content: "]";
  position: absolute;
  right: -10px;
  bottom: 0;
  transition: right .4s ease;
}

a.btn-news:hover:before {
  content: "[";
  position: absolute;
  left: -15px;
  bottom: 0;
  transition: left .4s ease;
}

a.btn-news:hover:after {
  content: "]";
  position: absolute;
  right: -15px;
  bottom: 0;
  transition: right .4s ease;
}

a:focus {
  outline: none;
  text-decoration: none;
}

p {
  font-family: "Roboto Mono", monospace;
  color: #706f6f;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
  font-weight: 300;
}

p b, p strong {
  font-weight: bold;
  color: #121212;
}

p a {
  text-decoration: underline;
}

::-moz-selection {
  background: #F8DC0B;
  color: white;
}

::selection {
  background: #F8DC0B;
  color: white;
}

.padding-top-lg {
  padding-top: 100px !important;
  padding-bottom: 50px !important;
}

.padding-bottom-lg {
  padding-top: 50px !important;
  padding-bottom: 100px !important;
}

.padding-onlytop-lg {
  padding-top: 75px !important;
}

.padding-onlybottom-lg {
  padding-bottom: 75px !important;
}

.padding-md {
  padding: 50px 0 !important;
}

@media screen and (max-width: 991px) {
  .padding-md {
    padding: 30px 0 !important;
  }
}

.padding-onlytop-md {
  padding-top: 50px !important;
}

.padding-onlybottom-md {
  padding-bottom: 50px !important;
}

.padding-lg {
  padding: 75px 0 !important;
}

@media screen and (max-width: 991px) {
  .padding-lg.responsive-top {
    padding: 0 0 75px 0 !important;
  }
}

.padding-sm {
  padding: 25px 0 !important;
}

.padding-onlytop-sm {
  padding-top: 25px !important;
}

.padding-onlybottom-sm {
  padding-bottom: 25px !important;
}

.padding-topbottom-null {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.padding-leftright-null {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (max-width: 991px) {
  .responsive-padding-md {
    padding-bottom: 50px;
  }
}

.no-padding {
  padding: 0 !important;
}

.light-background {
  background-color: #e8e;
}

.color-background {
  background-color: #121212;
}

button {
  background: none;
  border: none;
  outline: inherit;
}

i {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

dl {
  margin: 50px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

dl dt {
  text-transform: uppercase;
  letter-spacing: 1px;
}

dl dd {
  border-left: 2px solid #121212;
  font-family: "Roboto Mono", monospace;
  padding-left: 20px;
  margin-bottom: 10px;
  font-style: italic;
  letter-spacing: 1px;
}

ol {
  list-style: decimal;
  padding-left: 28px;
  margin-left: 15px;
  font-family: "Roboto Mono", monospace;
  color: #706f6f;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
  font-weight: 100;
}

mark {
  background: none;
  border-bottom: 3px solid #efefef;
  box-shadow: inset 0 -3px 0 #efefef;
}

pre {
  padding: 30px 50px;
  background: #efefef;
  overflow: hidden;
  border-radius: 0;
  font-family: "Roboto Mono", monospace;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #121212;
  margin: 50px 0;
  font-weight: 100;
}

code {
  color: #121212;
  background-color: #efefef;
}

blockquote, q {
  display: block;
  quotes: none;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #121212;
  font-family: "Lato", sans-serif;
  padding: 50px 50px 50px 100px;
  text-transform: uppercase;
  background-color: #efefef;
  margin: 50px 0;
}

blockquote:before, blockquote:after, q:before, q:after {
  position: absolute;
  width: 45px;
  background: white;
  height: 10px;
  display: block;
  content: "";
  left: 15px;
  top: 55px;
  -webkit-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

blockquote:before, q:before {
  left: 45px;
}

blockquote.light, q.light {
  color: white;
}

blockquote.light:before, blockquote.light:after, q.light:before, q.light:after {
  background: white;
}

textarea {
  resize: none;
}

.popup-youtube, .popup-vimeo {
  position: relative;
  display: block;
  overflow: hidden;
}

.popup-youtube:before, .popup-vimeo:before {
  content: "\f488";
  font-family: "Ionicons";
  position: absolute;
  display: block;
  color: #F8DC0B;
  font-size: 40px;
  text-align: center;
  line-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border: 5px solid #F8DC0B;
  line-height: 60px;
  padding-left: 5px;
  z-index: 1;
  transition: .4s ease;
}

.popup-youtube.white:before, .popup-vimeo.white:before {
  color: white;
  border: 5px solid white;
}

.popup-youtube.white:hover:before, .popup-vimeo.white:hover:before {
  color: #F8DC0B;
  border: 5px solid #F8DC0B;
  transition: .4s ease;
}

.popup-youtube.important, .popup-vimeo.important {
  box-shadow: 15px 15px 35px rgba(0, 0, 0, 0.15);
  transition: box-shadow .4s ease;
}

.popup-youtube.important:hover, .popup-vimeo.important:hover {
  box-shadow: 15px 15px 35px rgba(0, 0, 0, 0.25);
  transition: box-shadow .4s ease;
}

.popup-youtube.dark:before, .popup-vimeo.dark:before {
  color: #121212;
  border: 5px solid #121212;
}

.popup-youtube.dark:hover, .popup-vimeo.dark:hover {
  color: #121212;
  text-decoration: none;
}

.popup-youtube:hover:before, .popup-vimeo:hover:before {
  color: white;
  border: 5px solid white;
  transition: .4s ease;
}

.popup-youtube:focus, .popup-vimeo:focus {
  outline: none;
}

.popup-youtube img, .popup-vimeo img {
  display: block;
  width: 100%;
  height: auto;
}

.nav-tabs {
  padding-left: 0 !important;
  border-bottom: none;
}

.nav-tabs li {
  margin-bottom: 25px;
}

.nav-tabs li a {
  font-size: 24px;
  line-height: 6px;
  color: #121212;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  border-radius: 0;
  letter-spacing: 1px;
  border: none;
  border-bottom: 10px solid transparent;
  margin-right: 0;
  transition: all .4s ease;
  padding: 0 10px;
}

.nav-tabs li a:hover, .nav-tabs li a:focus {
  border-radius: 0;
  border-bottom: 10px solid #F8DC0B;
  color: #121212;
  background-color: transparent;
  opacity: .6;
  transition: all .4s ease;
}

.nav-tabs li a:focus {
  outline: none;
}

@media screen and (max-width: 600px) {
  .nav-tabs li a {
    line-height: 24px;
  }
}

.nav-tabs li.active a {
  border: none;
  border-bottom: 10px solid #F8DC0B;
  border-radius: 0;
  text-decoration: none;
  color: #121212;
}

.nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
  border: none;
  border-bottom: 10px solid #F8DC0B;
  border-radius: 0;
  opacity: 1;
  color: #121212;
}

.nav-tabs li.active a:focus {
  outline: none;
}

.tab-content {
  margin-bottom: 50px;
}

.tab-content .tab-pane {
  color: #121212;
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto Mono", monospace;
  letter-spacing: 1px;
  font-weight: 100;
}

.panel-group .panel {
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin-bottom: 25px;
}

.panel-group .panel:last-child {
  margin-bottom: 0;
}

.panel-group .panel .panel-heading {
  background-color: transparent;
  background-image: none;
  padding: 0;
}

.panel-group .panel .panel-heading h4.panel-title {
  margin-bottom: 0;
  border-bottom: 10px solid #E0E0E0;
  font-size: 24px;
  line-height: 6px;
}

@media screen and (max-width: 600px) {
  .panel-group .panel .panel-heading h4.panel-title {
    line-height: 24px;
  }
}

.panel-group .panel .panel-heading h4.panel-title a {
  color: #121212;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  border-radius: 0;
  letter-spacing: 1px;
  border: none;
  margin-right: 0;
  transition: all .4s ease;
  padding: 0 10px;
}

@media screen and (max-width: 600px) {
  .panel-group .panel .panel-heading h4.panel-title a {
    padding: 0;
  }
}

.panel-group .panel .panel-heading h4.panel-title a:hover {
  color: #F8DC0B;
}

.panel-group .panel .panel-body {
  padding: 25px 0;
  border-top: none !important;
  color: #121212;
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto Mono", monospace;
  letter-spacing: 1px;
  font-weight: 100;
}

.lightbox-image {
  cursor: url(../img/eye-cursor.png), auto;
  cursor: -webkit-image-set(url("../img/eye-cursor.png") 1x, url("../img/eye-cursor@2x.png") 2x), auto;
}

.light-background {
  background-color: #efefef !important;
}

.colour-background {
  background-color: #c9a200 !important;
}

.no-scroll {
  overflow: hidden;
}

/*-------------------------------------------------*/
/* =  3.Main Navigation
/*-------------------------------------------------*/
header {
  position: absolute;
  width: 100%;
  height: 90px;
  top: 0;
  left: 0;
  z-index: 1009;
}

header nav.navbar {
  height: 90px;
  box-shadow: none;
  border-radius: 0;
  background-image: none;
  background-color: transparent;
  border: none;
  margin-bottom: 0;
}

header nav.navbar .col-xs-3 {
  padding-left: 0;
}

@media screen and (max-width: 1350px) {
  header nav.navbar .col-xs-9 {
    height: 0px;
  }
}

header nav.navbar #logo a.navbar-brand {
  display: none;
  height: 90px;
  line-height: 90px;
  padding: 15px 0;
}

@media screen and (max-width: 600px) {
  header nav.navbar #logo a.navbar-brand {
    padding: 25px 0;
  }
}

header nav.navbar #logo a.navbar-brand img {
  max-height: 60px;
  width: auto;
  display: inline-block;
}

header nav.navbar #logo a.navbar-brand img.normal {
  display: block;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  header nav.navbar #logo a.navbar-brand img.normal {
    display: none;
  }
}

header nav.navbar #logo a.navbar-brand img.retina {
  display: none;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  header nav.navbar #logo a.navbar-brand img.retina {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  header nav.navbar #logo a.navbar-brand img {
    max-height: 40px;
  }
}

header nav #navbar {
  float: right;
  display: none;
}

@media screen and (max-width: 1350px) {
  header nav #navbar {
    display: block;
  }
}

header nav #navbar h2 {
  line-height: 90px;
  float: left;
  margin-bottom: 0;
  font-size: 9px;
  letter-spacing: 3px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

header nav #navbar .menu-button {
  float: right;
  display: block;
  width: 26px;
  height: 24px;
  margin: 35px 8px 0 10px;
  cursor: pointer;
}

@media screen and (max-width: 410px) {
  header nav #navbar .menu-button {
    margin: 35px 0 0 10px;
  }
}

header nav #navbar .menu-button .bar {
  background-color: rgba(0, 0, 0, 1.0);
  height: 2px;
  width: 22px;
  display: block;
  right: 0;
  margin: 3px 0;
}

header nav #navbar .menu-button .bar-1 {
  transition: margin .4s ease;
}

header nav #navbar .menu-button .bar-2 {
  transition: margin .4s ease;
}

header nav #navbar .menu-button .bar-3 {
  transition: margin .4s ease;
}

header nav #navbar .menu-button:hover .bar-1 {
  margin-top: 0;
  transition: margin .4s ease;
   background-color: rgba(201, 162, 0, 1.0);
}

header nav #navbar .menu-button:hover .bar-2 {
  margin-top: 6px;
  background-color: rgba(201, 162, 0, 1.0);
  transition: all .4s ease;
}

header nav #navbar .menu-button:hover .bar-3 {
  margin-top: 6px;
  transition: margin .4s ease;
   background-color: rgba(201, 162, 0, 1.0);
}

header nav #navbar.white h2 {
  color: white;
}

header nav #navbar.white:hover .bar-2 {
  background-color: rgba(201, 162, 0, 1.0);
}

header #menu {
  position: relative;
  float: right;
  margin: 32px 0;
  width: 100%;
}

header #menu .menu-holder {
  text-align: right;
  float: right;
}

@media screen and (max-width: 1350px) {
  header #menu .menu-holder {
    display: none;
  }
}

header #menu .menu-holder ul li {
  display: inline-block;
}

header #menu .menu-holder ul li a {
  text-transform: uppercase;
  margin-left: 17px;
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  color: #cccc66;
  padding: 10px 0;
}

@media screen and (max-width: 1350px) {
  header #menu .menu-holder ul li a {
    padding: 32px 0;
  }
}

header #menu .menu-holder ul li a:hover {
  color: #cccc66;
}

header #menu .menu-holder ul li a.active, header #menu .menu-holder ul li a.active-item {
  color: #cccc66;
}

header #menu .menu-holder ul li.submenu {
  position: relative;
}

header #menu .menu-holder ul li.submenu > a {
  padding: 22px 0;
}

header #menu .menu-holder ul li.submenu ul.sub-menu {
  display: block;
  visibility: hidden;
  z-index: 90;
  position: absolute;
  top: 60px;
  opacity: 0;
  left: 18px;
  min-width: 160px;
  width: auto;
  text-align: left;
  background-color: #e8e2c2;
  padding: 16px;
  transition: all .4s ease;
}

header #menu .menu-holder ul li.submenu ul.sub-menu li {
  display: block;
  text-align: left;
}

header #menu .menu-holder ul li.submenu ul.sub-menu li a {
  color: black;
  margin-left: 0;
  font-size: 14px;
  line-height: 30px;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
}

header #menu .menu-holder ul li.submenu ul.sub-menu li a:hover {
  color: white !important;
}

header #menu .menu-holder ul li.submenu:hover ul.sub-menu {
  visibility: visible;
  top: 58px;
  opacity: 1;
  transition: all .4s ease;
}

header #menu .menu-holder button.close-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  font-size: 100px;
  font-weight: 100;
}

@media screen and (max-width: 1350px) {
  header #menu.open {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #e8e2c2;
    width: 100%;
    height: 100%;
    z-index: 998;
    visibility: visible;
    opacity: 1;
    margin: 0;
    overflow-y: auto;
  }
}

@media screen and (max-width: 1350px) {
  header #menu.open .menu-holder {
    padding: 120px 100px 50px 100px;
    width: 100%;
    text-align: center;
    display: block;
  }
}

@media screen and (max-width: 480px) {
  header #menu.open .menu-holder {
    padding: 120px 50px;
  }
}

@media screen and (max-width: 1350px) {
  header #menu.open .menu-holder ul li {
    display: block;
    padding: 6px 0;
  }
  header #menu.open .menu-holder ul li a {
    color: white;
    padding: 0;
  }
  header #menu.open .menu-holder ul li a:hover {
    color: rgba(201, 162, 0, 0.65);
  }
  header #menu.open .menu-holder ul li.submenu {
    display: block;
  }
  header #menu.open .menu-holder ul li.submenu > a {
    padding: 0;
  }
  header #menu.open .menu-holder ul li.submenu ul.sub-menu {
    position: relative;
    background-color: transparent;
    top: 0;
    left: inherit;
    text-align: center;
    max-height: 0;
    transition: max-height .8s ease;
    visibility: hidden;
    display: block;
    padding: 0;
  }
  header #menu.open .menu-holder ul li.submenu ul.sub-menu li {
    display: inline-block;
    margin: 0 16px;
    text-align: center;
    opacity: 0;
    transition: opacity .4s ease;
  }
  header #menu.open .menu-holder ul li.submenu ul.sub-menu li a {
    color: rgba(230, 200, 102, 1.0) !important;
  }
  header #menu.open .menu-holder ul li.submenu ul.sub-menu li a:hover {
    color: rgba(0, 0, 0, 1.0) !important;
  }
  header #menu.open .menu-holder ul li a:focus {
    text-decoration: none;
    outline: none;
  }
  header #menu.open .menu-holder ul li:hover ul.sub-menu {
    max-height: 800px;
    transition: max-height .8s ease;
    visibility: visible;
  }
  header #menu.open .menu-holder ul li:hover ul.sub-menu li {
    opacity: 1;
    transition: opacity .4s ease;
  }
  header #menu.open .menu-holder ul a {
    font-size: 20px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    color: white;
    margin-left: 0;

  }
}

@media screen and (max-width: 1350px) {
  header #menu.open .menu-holder button.close-menu {
    display: block;
  }

  header #menu.white .menu-holder ul li a {
    color: rgba(201, 162, 0, 1);
  }
}

@media screen and (min-width: 1350px) {
  header #menu.white .menu-holder ul li a {
    color: rgba(201, 162, 0, 1);
  }
  header #menu.white .menu-holder ul li a:hover {
    color: rgba(201, 162, 0, 0.65);
  }
}

header.fixed-top {
  position: fixed;
  background-color: ;
  height: 60px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}

header.fixed-top nav.navbar {
  height: 60px;
}

header.fixed-top nav.navbar #logo a.navbar-brand {
  height: 60px;
  line-height: 60px;
}

@media screen and (max-width: 600px) {
  header.fixed-top nav.navbar #logo a.navbar-brand {
    padding: 15px 0;
  }
}

header.fixed-top nav.navbar #logo a.navbar-brand img {
  max-height: 30px;
}

header.fixed-top nav #navbar h2 {
  line-height: 60px;
}

header.fixed-top nav #navbar .menu-button {
  margin: 20px 8px 0 10px;
}

header.fixed-top #menu {
  margin: 17px 0;
}

header.fixed-top #menu .menu-holder ul li.submenu > a {
  padding: 21px 0;
}

header.fixed-top #menu .menu-holder ul li.submenu:hover ul.sub-menu {
  top: 43px;
}

@media screen and (max-width: 1350px) {
  header.fixed-top #menu.open {
    margin: 0;
    height: 100vh;
  }
  header.fixed-top #menu.open .menu-holder ul li.submenu:hover ul.sub-menu {
    top: 0;
  }
}

header.fixed-top.dark {
  background-color: rgba(0, 0, 0, 0.75);
}

/*-------------------------------------------------*/
/* =  4.Slider
/*-------------------------------------------------*/
.flexslider {
  position: relative;
  border: none;
  height: 100vh;
  margin: 0;
}

.flexslider .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

.flexslider ul {
  height: 100vh;
  position: relative;
}

.flexslider ul:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.flexslider ul li {
  height: 100vh !important;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.flexslider ul li .block-text {
  position: relative;
  z-index: 2;
  text-align: center;
  top: 85%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  width: 80%;
}

.flexslider ul li .block-text h2 {
  text-transform: none;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 80px;
  line-height: 80px;
  text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 767px) {
  .flexslider ul li .block-text h2 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 600px) {
  .flexslider ul li .block-text h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

.flexslider ul li .block-text h3 {
  margin-top: 20px;
  text-transform: none;
  font-family: "Roboto Mono", monospace;
  color: #000000;
  font-weight: 100;
  font-size: 20px;
  line-height: 30px;
  text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 600px) {
  .flexslider ul li .block-text h3 {
    font-size: 16px;
    line-height: 26px;
  }
}

.flexslider ul li .block-text h3 strong {
  font-family: "Montserrat", sans-serif;
}

.flexslider ul li .block-text a.btn-alt {
  margin-top: 50px;
}

@media screen and (max-width: 600px) {
  .flexslider ul li .block-text a.btn-alt {
    font-size: 12px;
  }
}

.flexslider ul li .big-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  border: 15px solid #121212;
}

@media screen and (max-width: 600px) {
  .flexslider ul li .big-box {
    width: 250px;
    height: 250px;
  }
}

@media screen and (max-width: 480px) {
  .flexslider ul li .big-box {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .flexslider ul li {
    height: 400px;
  }
}

/*-------------------------------------------------*/
/* =  5.Main section
/*-------------------------------------------------*/
@media screen and (max-width: 767px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .container.responsive {
    padding-left: 0;
    padding-right: 0;
  }
}

#page-content #service .service-carousel {
  padding-left: 0;
  padding-right: 0;
}

#page-content #service .service-carousel .item {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  #page-content #service .service-carousel .item .col-md-4 {
    display: none;
  }
}

#page-content #service .service-carousel .item .col-md-8 {
  padding-left: 50px;
  padding-right: 0;
}

@media screen and (max-width: 1199px) {
  #page-content #service .service-carousel .item .col-md-8 {
    padding-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  #page-content #service .service-carousel .item .col-md-8 {
    padding-right: 0;
    padding-left: 0;
  }
}

#page-content #service .service-carousel .item .item-top {
  height: 200px;
  padding: 0 50px 25px 50px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  #page-content #service .service-carousel .item .item-top {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #page-content #service .service-carousel .item .item-top {
    padding: 0 75px 25px 75px;
  }
}

#page-content #service .service-carousel .item .item-top h3 {
  font-size: 32px;
  line-height: 42px;
  color: white;
  text-transform: none;
}

#page-content #service .service-carousel .item .item-top h3.number {
  font-size: 350px;
  line-height: 260px;
  color: white;
  letter-spacing: -60px;
  margin-left: -35px;
}

#page-content #service .service-carousel .item .item-top span {
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  font-family: "Roboto Mono", monospace;
  color: #F8DC0B;
  font-weight: 400;
  letter-spacing: 1px;
}

#page-content #service .service-carousel .item .item-top span i {
  margin-right: 8px;
}

#page-content #service .service-carousel .item .item-top p {
  color: #efefef;
}

@media screen and (max-width: 767px) {
  #page-content #service .service-carousel .item .item-top .container {
    padding-left: 0;
    padding-right: 0;
  }
}

#page-content #service .service-carousel .item .item-bottom {
  padding: 30px;
  background: white;
  position: relative;
  z-index: 5;
  margin-top: -7px;
}

@media screen and (max-width: 600px) {
  #page-content #service .service-carousel .item .item-bottom {
    background: transparent;
    margin: 0;
  }
}

#page-content #service .service-carousel .owl-controls {
  position: relative;
  width: 1170px;
  margin: 0 auto;
  text-align: right;
  margin-top: -83px;
  padding-right: 15px;
}

@media screen and (max-width: 1199px) {
  #page-content #service .service-carousel .owl-controls {
    width: 970px;
  }
}

@media screen and (max-width: 991px) {
  #page-content #service .service-carousel .owl-controls {
    width: 720px;
    padding-right: 0;
    margin-top: -76px;
  }
}

@media screen and (max-width: 767px) {
  #page-content #service .service-carousel .owl-controls {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media screen and (max-width: 600px) {
  #page-content #service .service-carousel .owl-controls {
    text-align: left;
  }
}

#page-content #service .service-carousel .owl-dots .owl-dot span {
  border: none;
  height: 10px;
  width: 50px;
  background: #efefef;
  border-radius: 0;
  margin: 0 0 0 15px;
}

@media screen and (max-width: 600px) {
  #page-content #service .service-carousel .owl-dots .owl-dot span {
    margin: 0 15px 0 0;
  }
}

#page-content #service .service-carousel .owl-dots .owl-dot.active span {
  background: #F8DC0B;
}

@media screen and (max-width: 600px) {
  #page-content #service .row.padding-onlytop-lg {
    padding-bottom: 75px;
  }
}

#page-content #parallax-wrap {
  min-height: 200px;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}

#page-content #parallax-wrap .container {
  position: relative;
  z-index: 2;
}

#page-content #parallax-wrap .parallax {
  background-position: 50% 0;
  background-attachment: fixed;
  margin: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#page-content #parallax-wrap:after {
  content: "";
  background-color: #121212;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}

#page-content #counters {
  min-height: 100px;
}

#page-content #counters .statistic {
  height: 100%;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 991px) {
  #page-content #counters .statistic {
    margin-bottom: 50px;
  }
}

#page-content #counters .statistic span {
  display: block;
  font-size: 80px;
  line-height: 80px;
  font-family: "Montserrat", sans-serif;
  color: white;
  letter-spacing: 1px;
}

@media screen and (min-width: 410px) and (max-width: 480px) {
  #page-content #counters .statistic span {
    font-size: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 410px) {
  #page-content #counters .statistic span {
    font-size: 40px;
    line-height: 40px;
  }
}

#page-content #counters .statistic em {
  font-family: "Roboto Mono", monospace;
  font-size: 16px;
  line-height: 21px;
  color: white;
  text-transform: uppercase;
  margin-left: 4px;
  color: #F8DC0B;
  font-weight: 400;
  letter-spacing: 1px;
}

@media screen and (min-width: 410px) and (max-width: 480px) {
  #page-content #counters .statistic em {
    margin-left: 0px;
  }
}

@media screen and (max-width: 600px) {
  #page-content #counters .col-xs-6 {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  #page-content #counters .col-xs-6:nth-last-child(1) .statistic, #page-content #counters .col-xs-6:nth-last-child(2) .statistic {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  #page-content #counters .col-xs-6:nth-last-child(2) .statistic {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  #page-content #latest-news .col-md-6:last-child article, #page-content .news-list .col-md-6:last-child article {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  #page-content #latest-news article, #page-content .news-list article {
    margin-bottom: 75px;
  }
}

#page-content #latest-news article ul li, #page-content .news-list article ul li {
  display: inline-block;
  font-family: "Roboto Mono", monospace;
  color: #F8DC0B;
  font-weight: 600;
}

#page-content #latest-news article ul li:after, #page-content .news-list article ul li:after {
  content: "/";
  margin: 0 6px;
  color: #121212;
}

#page-content #latest-news article ul li:last-child:after, #page-content .news-list article ul li:last-child:after {
  content: "";
  margin: 0;
}

#page-content #latest-news article ul li.date, #page-content .news-list article ul li.date {
  color: #706f6f;
  font-weight: 100;
}

#page-content #latest-news article a.title, #page-content .news-list article a.title {
  display: block;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  margin-top: 25px;
}

#page-content #latest-news article a.btn-alt, #page-content .news-list article a.btn-alt {
  margin: 25px 0 0 0;
  background-color: #121212;
}

#page-content #latest-news article a.btn-alt:hover, #page-content .news-list article a.btn-alt:hover {
  background-color: #F8DC0B;
}

#page-content .news-list article p {
  color: #121212;
}

#page-content .news-list:nth-child(even) {
  background-color: #efefef;
}

#page-content #gallery ul.filters li {
  display: inline-block;
  font-size: 24px;
  line-height: 6px;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  color: #121212;
  padding: 0 10px;
  cursor: pointer;
  transition: all .4s ease;
  border-bottom: 10px solid transparent;
  margin: 25px 0;
}

#page-content #gallery ul.filters li.is-checked {
  border-bottom: 10px solid #F8DC0B;
  color: #121212;
}

#page-content #gallery ul.filters li:hover {
  opacity: .6;
  border-bottom: 10px solid #F8DC0B;
  transition: all .4s ease;
}

#page-content #gallery a:hover {
  color: #121212;
}

#page-content #gallery .gallery-items > a {
  cursor: url(../img/plus-cursor.png), auto;
  cursor: -webkit-image-set(url("../img/plus-cursor.png") 1x, url("../img/plus-cursor@2x.png") 2x), auto;
}

#page-content #gallery .gallery-items > a.lightbox {
  cursor: url(../img/eye-cursor.png), auto;
  cursor: -webkit-image-set(url("../img/eye-cursor.png") 1x, url("../img/eye-cursor@2x.png") 2x), auto;
}

#page-content #gallery .gallery-items .one-item {
  width: 50%;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #page-content #gallery .gallery-items .one-item {
    width: 100%;
  }
}

#page-content #gallery .gallery-items .one-item .content {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 82%;
  width: calc(100% - 50px);
  height: 82%;
  height: calc(100% - 50px);
  z-index: 3;
  opacity: 0;
  transition: all .4s ease;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 15px 15px 35px rgba(0, 0, 0, 0.15);
  border: 10px solid #efefef;
}

@media screen and (max-width: 1199px) {
  #page-content #gallery .gallery-items .one-item .content {
    width: 79%;
    width: calc(100% - 50px);
    height: 79%;
    height: calc(100% - 50px);
  }
}

#page-content #gallery .gallery-items .one-item .content h5 {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  color: #121212;
}

#page-content #gallery .gallery-items .one-item:hover .content {
  opacity: 1;
  transition: all .4s ease;
}

#page-content #gallery .gallery-items.equal .image-bg {
  width: 50%;
  padding: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 3;
  position: relative;
}

#page-content #gallery .gallery-items.three-columns.equal-grid .image-bg {
  width: 100%;
  padding-top: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#page-content #gallery .gallery-items.three-columns .one-item {
  width: 33.33333333%;
  width: calc(33.33333333%);
}

@media screen and (max-width: 991px) {
  #page-content #gallery .gallery-items.three-columns .one-item {
    width: 50%;
    width: calc(50%);
  }
}

@media screen and (max-width: 767px) {
  #page-content #gallery .gallery-items.three-columns .one-item {
    width: 100%;
  }
}

#page-content #gallery .gallery-items.four-columns.equal-grid .image-bg {
  width: 100%;
  padding-top: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#page-content #gallery .gallery-items.four-columns .one-item {
  width: 25%;
}

@media screen and (max-width: 991px) {
  #page-content #gallery .gallery-items.four-columns .one-item {
    width: 50%;
    width: calc(50%);
  }
}

@media screen and (max-width: 767px) {
  #page-content #gallery .gallery-items.four-columns .one-item {
    width: 100%;
  }
}

#page-content #gallery .gallery-items.five-columns.equal-grid .image-bg {
  width: 100%;
  padding-top: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#page-content #gallery .gallery-items.five-columns .one-item {
  width: 20%;
}

@media screen and (max-width: 991px) {
  #page-content #gallery .gallery-items.five-columns .one-item {
    width: 50%;
    width: calc(50%);
  }
}

@media screen and (max-width: 767px) {
  #page-content #gallery .gallery-items.five-columns .one-item {
    width: 100%;
  }
}

#page-content #people .person-carousel .member {
  text-align: center;
  transition: text-shadow .4s ease;
}

#page-content #people .person-carousel .member .image {
  width: 100%;
  padding: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 5;
  position: relative;
  transition: -webkit-filter .4s ease;
  transition: filter .4s ease;
  transition: filter .4s ease, -webkit-filter .4s ease;
}

#page-content #people .person-carousel .member h4.big {
  margin: 35px 0 15px 0;
  padding: 0 25px;
  color: #121212;
  transition: color .4s ease;
}

#page-content #people .person-carousel .member p {
  padding: 0 25px;
}

#page-content #people .person-carousel .member ul.social {
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  #page-content #people .person-carousel .member ul.social {
    margin-bottom: 25px;
  }
}

#page-content #people .person-carousel .member ul.social li {
  display: inline-block;
  font-size: 16px;
  margin: 0 12px;
}

#page-content #people .person-carousel .member ul.social li:hover {
  color: #F8DC0B;
}

#page-content #people .person-carousel .member:hover {
  text-shadow: 10px 10px 9px rgba(0, 0, 0, 0.35);
}

#page-content #people .person-carousel .member:hover h4 {
  color: #F8DC0B;
  transition: color .4s ease;
}

#page-content #pricing .price {
  text-align: center;
}

#page-content #pricing .price .price-title {
  font-size: 24px;
  line-height: 12px;
  font-family: "Montserrat", sans-serif;
  color: #F8DC0B;
  letter-spacing: 1px;
}

#page-content #pricing .price .price-number {
  display: block;
  font-size: 80px;
  line-height: 80px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  margin: 25px 0;
}

@media screen and (max-width: 991px) {
  #page-content #pricing .price .price-number {
    font-size: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  #page-content #pricing .price .price-number {
    font-size: 80px;
    line-height: 80px;
  }
}

@media screen and (max-width: 480px) {
  #page-content #pricing .price .price-number {
    font-size: 60px;
    line-height: 60px;
  }
}

#page-content #pricing .price ul li {
  font-family: "Roboto Mono", monospace;
  color: #706f6f;
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0;
  font-weight: 100;
  letter-spacing: 0.5px;
}

#page-content #pricing .price a.btn-alt {
  margin: 25px 0;
  background-color: #121212;
}

#page-content #pricing .price a:hover {
  background-color: #F8DC0B;
}

#page-content #pricing .price.active {
  border: 10px solid #121212;
  margin-top: -60px;
  padding: 50px 0 25px 0;
  box-shadow: 15px 15px 35px rgba(0, 0, 0, 0.15);
  transition: box-shadow .4s ease;
}

@media screen and (max-width: 991px) {
  #page-content #pricing .price.active {
    box-shadow: none;
  }
}

#page-content #pricing .price.active:hover {
  box-shadow: 15px 15px 35px rgba(0, 0, 0, 0.25);
  transition: box-shadow .4s ease;
}

@media screen and (max-width: 991px) {
  #page-content #pricing .price.active:hover {
    box-shadow: none;
  }
}

@media screen and (max-width: 991px) {
  #page-content #pricing .price.active {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  #page-content #pricing .price.active {
    border: none;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  #page-content #pricing .price.active:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 15px;
    right: 15px;
    bottom: 10px;
    border: 10px solid #F8DC0B;
  }
}

#page-content #pricing .price.active a.btn-alt {
  background-color: #F8DC0B;
}

#page-content #pricing .price.active a.btn-alt:hover {
  background-color: #121212;
}

@media screen and (max-width: 991px) {
  #page-content #pricing .price {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  #page-content #pricing .price {
    margin-bottom: 75px;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  #page-content #pricing .price:last-child {
    margin-bottom: 0;
  }
}

#page-content #partners .partner {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  text-align: center;
  transition: greyscale .4s ease;
}

#page-content #partners .partner img {
  width: auto;
  max-width: 90%;
  display: inline-block;
  height: auto;
}

#page-content #partners .partner:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  transition: greyscale .4s ease;
}

@media screen and (max-width: 991px) {
  #page-content #partners .partner {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  #page-content #partners .col-sm-4:nth-last-child(1) .partner, #page-content #partners .col-sm-4:nth-last-child(2) .partner, #page-content #partners .col-sm-4:nth-last-child(3) .partner {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  #page-content #partners .col-sm-4:nth-last-child(2) .partner, #page-content #partners .col-sm-4:nth-last-child(3) .partner {
    margin-bottom: 50px;
  }
}

#page-content #video {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#page-content #services .service {
  cursor: pointer;
}

#page-content #services .service i {
  display: block;
  font-size: 40px;
  margin-bottom: 25px;
  transition: color .4s ease;
  color: rgba(201, 162, 0, 0.6);
}

#page-content #services .service h4 {
  color: #121212;
}

#page-content #services .service p {
  margin-top: 10px;
}

#page-content #services .service:hover i {
  color: rgba(201, 162, 0, 0.98);
  transition: color .4s ease;
}

@media screen and (max-width: 991px) {
  #page-content #services .col-xs-6 {
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 991px) {
  #page-content #services .col-xs-6:nth-last-child(1), #page-content #services .col-xs-6:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  #page-content #services .col-xs-6:nth-last-child(2) {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 600px) {
  #page-content #services .col-xs-6 {
    width: 100%;
    margin-bottom: 50px;
  }
}

#page-content #services.colour-icon .service i {
  color: #121212;
  transition: color .4s ease;
}

#page-content #services.colour-icon .service:hover i {
  color: #F8DC0B;
  transition: color .4s ease;
}

#page-content #skills ul.skill-list {
  padding-left: 0;
}

#page-content #skills ul.skill-list li {
  padding: 25px 0 10px;
  border-bottom: 10px solid #efefef;
  position: relative;
  color: #706f6f;
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto Mono", monospace;
  letter-spacing: 0.5px;
  list-style: none;
  font-weight: 100;
}

#page-content #skills ul.skill-list li span.border-color {
  height: 10px;
  width: 0;
  position: absolute;
  background: #121212;
  bottom: -10px;
  left: 0;
}

#page-content #skills ul.skill-list li:nth-child(1) {
  padding: 0 0 10px;
}

#page-content #contacts {
  position: relative;
}

#page-content #contacts #map {
  height: 540px;
}

@media screen and (max-width: 991px) {
  #page-content #contacts #map {
    height: 400px;
  }
}

#page-content #contacts .info {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  background-color: white;
  z-index: 10;
  padding: 50px;
  transition: box-shadow .4s ease;
  box-shadow: 15px 15px 35px rgba(0, 0, 0, 0.15);
}

#page-content #contacts .info:hover {
  box-shadow: 15px 15px 35px rgba(0, 0, 0, 0.25);
  transition: box-shadow .4s ease;
}

@media screen and (max-width: 991px) {
  #page-content #contacts .info:hover {
    box-shadow: none;
  }
}

@media screen and (min-width: 991px) and (max-width: 1500px) {
  #page-content #contacts .info {
    width: 35%;
  }
}

@media screen and (max-width: 991px) {
  #page-content #contacts .info {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 0;
    text-align: center;
    padding: 75px 0;
    box-shadow: none;
  }
}

#page-content #contacts h4 {
  margin-bottom: 25px;
}

#page-content #contacts h4.big {
  color: #121212;
}

#page-content #contacts h3 {
  margin-top: 25px;
}

#page-content #contacts p {
  margin-bottom: 0;
}

#page-content #contacts a {
  text-decoration: none;
  color: #F8DC0B;
}

#page-content #contacts a:hover {
  color: #121212;
}

#page-content #testimonials h3.small {
  color: #F8DC0B;
  margin: 25px 0;
}

#page-content.not-visible {
  display: none;
}

/*-------------------------------------------------*/
/* =  6.Page
/*-------------------------------------------------*/
#page-title {
  min-height: 400px;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}

#page-title .container {
  position: relative;
  z-index: 2;
}

#page-title .parallax {
  background-position: 50% 0;
  background-attachment: fixed;
  margin: 0;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#page-title .parallax.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#page-title .parallax.overlay.light:before {
  background-color: rgba(255, 255, 255, 0.35);
}

#page-title .parallax.overlay.dark:before {
  background-color: rgba(0, 0, 0, 0.35);
}

#page-title .page-title-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  text-align: center;
}

#page-title .page-title-content h1 {
  color: #121212;
  font-size: 40px;
  line-height: 40px;
  text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.35);
  text-transform: none;
  font-family: "Roboto Mono", monospace;
}

@media screen and (max-width: 600px) {
  #page-title .page-title-content h1 {
    font-size: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 480px) {
  #page-title .page-title-content h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

#page-title .page-title-content h1.white {
  color: white;
}

#page-title .page-title-content h1.color {
  color: #F8DC0B;
}

#page-title.overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
}

#page-title.overlay.light:after {
  background-color: rgba(255, 255, 255, 0.5);
}

#page-title.overlay.dark:after {
  background-color: rgba(0, 0, 0, 0.8);
}

/*-------------------------------------------------*/
/* =  7.Project
/*-------------------------------------------------*/
@media screen and (max-width: 600px) {
  .project {
    padding-bottom: 75px;
  }
}

.project .col-lg-5 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.project .info-project {
  padding-bottom: 25px;
}

.project .info-project p {
  margin-bottom: 0;
}

.project .info-project h4.big {
  border: none;
  line-height: 34px;
}

.project .info-project ul li {
  display: inline-block;
  font-family: "Roboto Mono", monospace;
  color: #706f6f;
  font-weight: 100;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.5px;
}

.project .info-project ul li a {
  color: #706f6f;
}

.project .info-project ul li a:hover {
  color: #F8DC0B;
}

.project .info-project ul li:after {
  content: "/";
  margin: 0 6px;
  color: #121212;
}

.project .info-project ul li:last-child:after {
  content: "";
}

.project .info-project ul.share li:after {
  content: "";
  margin: 0 15px;
}

.project .info-project:last-child {
  padding-bottom: 0;
}

.project .project-carousel .item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50%;
}

@media screen and (max-width: 1199px) {
  .project .project-carousel .item {
    padding: 35%;
  }
}

.project .project-carousel .owl-controls {
  text-align: right;
  height: 16px;
  margin-top: -16px;
  z-index: 3;
  position: relative;
}

.project .project-carousel .owl-controls .owl-dots .owl-dot span {
  margin: 0 0 0 15px;
  width: 50px;
  background-color: #121212;
}

.project .project-carousel .owl-controls .owl-dots .owl-dot.active span {
  background-color: #F8DC0B;
}

/*-------------------------------------------------*/
/* =  8.Post
/*-------------------------------------------------*/
@media screen and (max-width: 600px) {
  .post h2.big {
    line-height: 40px;
    border-bottom: none;
  }
}

.post img {
  display: block;
  width: 100%;
  height: auto;
}

.post ul.meta li {
  display: inline-block;
  font-family: "Roboto Mono", monospace;
  color: #121212;
  font-weight: 100;
  font-size: 16px;
  line-height: 21px;
  margin-top: 15px;
}

.post ul.meta li a {
  color: #121212;
  transition: color .4s ease;
}

.post ul.meta li a:hover {
  color: #F8DC0B;
  transition: color .4s ease;
}

.post ul.meta li:after {
  content: "/";
  margin: 0 6px;
  color: #efefef;
}

.post ul.meta li:last-child:after {
  content: "";
}

.post ul.meta li.author a {
  color: #F8DC0B;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .post .content .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.post .content .container > .col-md-3 {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  .post .content .container > .col-md-3 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 991px) {
  .post .content .container > .col-md-8 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 991px) {
  .post .content .container > .section-navigation {
    padding-top: 150px;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

aside.sidebar {
  margin-top: 138px;
}

@media screen and (max-width: 991px) {
  aside.sidebar {
    margin-top: 0;
  }
}

aside.sidebar .widget-wrapper {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  aside.sidebar .widget-wrapper:last-child {
    margin-bottom: 0;
  }
}

aside.sidebar form {
  width: 100%;
}

aside.sidebar form .form-input {
  width: 100%;
  position: relative;
}

aside.sidebar form .form-input input {
  border: 10px solid #efefef;
  background-color: #efefef;
  outline: inherit;
  width: 100%;
  margin-bottom: 25px;
  padding: 5px;
  font-family: "Roboto Mono", monospace;
  color: #706f6f;
  font-weight: 100;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 1px;
}

aside.sidebar form .form-input input:focus {
  background-color: white;
}

aside.sidebar form .form-input ::-webkit-input-placeholder {
  font-family: "Roboto Mono", monospace;
  color: #706f6f;
  font-size: 14px;
}

aside.sidebar form .form-input :-moz-placeholder {
  font-family: "Roboto Mono", monospace;
  color: #706f6f;
  font-size: 14px;
}

aside.sidebar form .form-input ::-moz-placeholder {
  font-family: "Roboto Mono", monospace;
  color: #706f6f;
  font-size: 14px;
}

aside.sidebar form .form-input :-ms-input-placeholder {
  font-family: "Roboto Mono", monospace;
  color: #706f6f;
  font-size: 14px;
}

aside.sidebar form .form-input span.form-button {
  position: absolute;
  width: 30px;
  right: 10px;
  top: 10px;
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  aside.sidebar form .form-input span.form-button {
    width: auto;
  }
}

aside.sidebar ul.recent-posts li {
  margin-bottom: 35px;
}

aside.sidebar ul.recent-posts li a p {
  margin-bottom: 0;
  color: #121212;
  transition: color .4s ease;
}

aside.sidebar ul.recent-posts li a:hover p {
  color: #F8DC0B;
  transition: color .4s ease;
}

aside.sidebar ul.recent-posts li .meta p {
  color: #706f6f;
  font-family: "Roboto Mono", monospace;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 5px;
}

aside.sidebar ul.recent-posts li:first-child .meta p {
  margin-top: 0px;
}

aside.sidebar ul.widget-categories li a {
  color: #121212;
  font-family: "Roboto Mono", monospace;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 100;
}

aside.sidebar ul.widget-categories li a:hover {
  color: #F8DC0B;
}

aside.sidebar ul.tagCloud li {
  display: inline-block;
}

aside.sidebar ul.tagCloud li a {
  color: #121212;
  font-family: "Roboto Mono", monospace;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  margin-right: 26px;
  font-weight: 100;
}

aside.sidebar ul.tagCloud li a.popular {
  font-weight: bold;
  color: #121212;
  letter-spacing: 1px;
}

aside.sidebar ul.tagCloud li a:hover {
  color: #F8DC0B;
}

aside.sidebar h4 {
  margin-bottom: 25px;
}

#comments .comment {
  margin-bottom: 50px;
}

#comments .comment:last-child {
  margin-bottom: 0;
}

#comments .comment img {
  display: block;
  max-width: 100%;
  height: auto;
}

#comments .comment h3 {
  font-family: "Roboto Mono", monospace;
  color: #706f6f;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}

#comments .comment h3 ul {
  display: inline-block;
}

#comments .comment h3 ul.comment-author li {
  color: #F8DC0B;
  font-weight: 400;
}

#comments .comment h3 ul li {
  font-family: "Roboto Mono", monospace;
  color: #706f6f;
  font-weight: 100;
  font-size: 16px;
  line-height: 21px;
}

#comments .comment h3 ul li:after {
  content: "/";
  margin: 0 6px;
  color: #121212;
}

#comments .comment h3 ul:last-child li:after {
  content: "";
}

#comments .comment p {
  color: #121212;
}

#comments .comment a.comment-btn {
  font-size: 16px;
  line-height: 21px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #121212;
  margin-top: 35px;
}

#comments .comment a.comment-btn:hover {
  color: #F8DC0B;
}

/*-------------------------------------------------*/
/* =  9.Journal
/*-------------------------------------------------*/
@media screen and (max-width: 991px) {
  .journal .news-list article {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .journal-classic .news-list article {
    margin-bottom: 0 !important;
  }
}

.journal-classic .news-list article img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 25px;
}

.journal-classic .news-list article .popup-vimeo:before, .journal-classic .news-list article .popup-youtube:before {
  top: calc(50% - 25px);
}

@media screen and (max-width: 480px) {
  .journal-classic .news-list article .popup-vimeo:before, .journal-classic .news-list article .popup-youtube:before {
    top: calc(50% - 15px);
  }
}

.journal-classic .news-list:nth-child(1) article {
  padding-top: 100px;
}

.journal-classic .news-list:nth-child(even) {
  background-color: transparent !important;
}

.journal-classic .news-list:last-child {
  padding-bottom: 75px !important;
}

.journal-classic .sidebar {
  margin-top: 148px;
}

@media screen and (max-width: 991px) {
  .journal-classic .sidebar {
    margin-top: 75px;
  }
}

.journal-classic .col-md-8 {
  padding-left: 0;
  padding-right: 0;
}

.journal-classic .col-md-3 {
  padding-right: 0;
  padding-left: 0;
}

/*-------------------------------------------------*/
/* =  10.Form
/*-------------------------------------------------*/
.contact-form #contact-form .form-field, .contact-form #comment-form .form-field, .comment-form #contact-form .form-field, .comment-form #comment-form .form-field {
  outline: inherit;
  border: 10px solid #efefef;
  background-color: #efefef;
  width: 100%;
  margin-bottom: 25px;
  padding: 5px;
  font-family: "Roboto Mono", monospace;
  color: #706f6f;
  font-weight: 100;
  line-height: 24px;
  font-size: 14px;
}

.contact-form #contact-form .form-field:focus, .contact-form #comment-form .form-field:focus, .comment-form #contact-form .form-field:focus, .comment-form #comment-form .form-field:focus {
  background-color: white;
}

.contact-form #contact-form ::-webkit-input-placeholder, .contact-form #comment-form ::-webkit-input-placeholder, .comment-form #contact-form ::-webkit-input-placeholder, .comment-form #comment-form ::-webkit-input-placeholder {
  font-family: "Roboto Mono", monospace;
  color: #706f6f;
  font-size: 14px;
  text-align: left;
}

.contact-form #contact-form :-moz-placeholder, .contact-form #comment-form :-moz-placeholder, .comment-form #contact-form :-moz-placeholder, .comment-form #comment-form :-moz-placeholder {
  font-family: "Roboto Mono", monospace;
  color: #706f6f;
  font-size: 14px;
  text-align: left;
}

.contact-form #contact-form ::-moz-placeholder, .contact-form #comment-form ::-moz-placeholder, .comment-form #contact-form ::-moz-placeholder, .comment-form #comment-form ::-moz-placeholder {
  font-family: "Roboto Mono", monospace;
  color: #706f6f;
  font-size: 14px;
  text-align: left;
}

.contact-form #contact-form :-ms-input-placeholder, .contact-form #comment-form :-ms-input-placeholder, .comment-form #contact-form :-ms-input-placeholder, .comment-form #comment-form :-ms-input-placeholder {
  font-family: "Roboto Mono", monospace;
  color: #706f6f;
  font-size: 14px;
  text-align: left;
}

.contact-form #contact-form #submit-contact, .contact-form #comment-form #submit-contact, .comment-form #contact-form #submit-contact, .comment-form #comment-form #submit-contact {
  padding: 0;
  padding-right: 30px;
  padding-left: 30px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  font-weight: bold;
  color: white;
  position: relative;
  margin: 15px 35px 35px 0;
  background: #121212;
  transition: all .4s ease;
}

.contact-form #contact-form #submit-contact:hover, .contact-form #comment-form #submit-contact:hover, .comment-form #contact-form #submit-contact:hover, .comment-form #comment-form #submit-contact:hover {
  background-color: #F8DC0B;
  transition: all .4s ease;
}

.contact-form #contact-form #msg, .contact-form #comment-form #msg, .comment-form #contact-form #msg, .comment-form #comment-form #msg {
  color: #F8DC0B;
  font-size: 24px;
  line-height: 34px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}

/*-------------------------------------------------*/
/* =  11.Contact Page
/*-------------------------------------------------*/
.contacts-page #contacts {
  height: 100vh;
}

@media screen and (max-width: 991px) {
  .contacts-page #contacts {
    height: auto;
    min-height: 400px;
  }
}

.contacts-page #contacts #map {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .contacts-page #contacts #map {
    height: 400px;
  }
}

.contacts-page #contacts .info {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  background-color: white;
  z-index: 10;
  padding: 50px;
  box-shadow: 15px 15px 35px rgba(0, 0, 0, 0.15);
  transition: box-shadow .4s ease;
}

.contacts-page #contacts .info:hover {
  box-shadow: 15px 15px 35px rgba(0, 0, 0, 0.25);
  transition: box-shadow .4s ease;
}

@media screen and (max-width: 991px) {
  .contacts-page #contacts .info:hover {
    box-shadow: none;
  }
}

@media screen and (min-width: 991px) and (max-width: 1500px) {
  .contacts-page #contacts .info {
    width: 35%;
  }
}

@media screen and (max-width: 991px) {
  .contacts-page #contacts .info {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 0;
    text-align: center;
    padding: 75px 0;
    box-shadow: none;
  }
}

.contacts-page #contacts .info span {
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto Mono", monospace;
  color: #F8DC0B;
  font-weight: 100;
  letter-spacing: 1px;
}

.contacts-page #contacts .info span a {
  color: #121212;
}

.contacts-page #contacts .info span a:hover {
  color: #F8DC0B;
}

.contacts-page #contacts h4 {
  margin-bottom: 25px;
}

.contacts-page #contacts h4.big {
  color: #121212;
}

.contacts-page #contacts h3 {
  margin-top: 25px;
}

.contacts-page #contacts p {
  margin-bottom: 0;
}

.contacts-page #contacts a {
  text-decoration: none;
  color: #706f6f;
}

.contacts-page #contacts a:hover {
  color: #F8DC0B;
}

.contacts-page #contacts a.open-popup {
  color: #F8DC0B !important;
  font-weight: 400;
}

.contacts-page #contacts .container {
  position: inherit;
}

.contacts-page:after {
  display: none;
}

@media screen and (max-width: 991px) {
  #form-more-info {
    margin-top: 75px;
  }
}

/*-------------------------------------------------*/
/* =  12.Error Page
/*-------------------------------------------------*/
.error-page #error {
  height: 100vh;
}

.error-page #error h4.big {
  color: #121212;
}

.error-page #error #image {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.error-page #error .info {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: white;
  z-index: 10;
  padding: 50px;
  box-shadow: 15px 15px 35px rgba(0, 0, 0, 0.15);
  transition: box-shadow .4s ease;
  width: 300px;
  height: 300px;
}

.error-page #error .info:hover {
  box-shadow: 15px 15px 35px rgba(0, 0, 0, 0.25);
  transition: box-shadow .4s ease;
}

.error-page #error .info span {
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto Mono", monospace;
  color: #F8DC0B;
  font-weight: 100;
  letter-spacing: 1px;
}

.error-page #error .info span a {
  color: #121212;
}

.error-page #error .info span a:hover {
  color: #F8DC0B;
}

.error-page #error h4 {
  margin-bottom: 25px;
}

.error-page #error h3 {
  margin-top: 25px;
}

.error-page #error p {
  margin-bottom: 0;
}

.error-page #error a {
  text-decoration: none;
  color: #F8DC0B;
}

.error-page #error a:hover {
  color: #121212;
}

.error-page #error .container {
  position: inherit;
}

.error-page:after {
  display: none;
}

/*-------------------------------------------------*/
/* =  13.Elements
/*-------------------------------------------------*/
.grid-images {
  margin-left: 0px;
  margin-right: 0px;
}

.grid-images .col-md-3, .grid-images .col-md-4, .grid-images .col-md-6, .grid-images .col-sm-6, .grid-images .col-sm-4, .grid-images .col-sm-3, .grid-images .col-xs-6, .grid-images .col-xs-4, .grid-images .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
}

.grid-images .image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 50%;
  opacity: 1;
  transition: opacity .4s ease;
}

.grid-images .image > .lightbox-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: url(../img/eye-cursor.png), auto;
  cursor: -webkit-image-set(url("../img/eye-cursor.png") 1x, url("../img/eye-cursor@2x.png") 2x), auto;
}

.grid-images .image > .lightbox-image:focus {
  outline: none;
}

.grid-images .image:hover {
  opacity: .8;
  transition: opacity .4s ease;
}

@media screen and (max-width: 767px) {
  .section-navigation .row .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section-navigation .col-xs-6 {
  padding-left: 0;
  padding-right: 0;
}

.section-navigation h4 {
  color: #121212;
  transition: all ease .4s;
  border-style: double;
}

.section-navigation h4:hover {
  opacity: .6;
  transition: all ease .4s;
}

@media screen and (max-width: 600px) {
  .section-navigation h4.big {
    border: transparent;
    border-style: none;
    border-bottom: 10px double #efefef;
  }
}

.section-navigation .nav-left {
  text-align: left;
}

@media screen and (max-width: 480px) {
  .section-navigation .nav-left {
    padding-right: 50px;
  }
  .section-navigation .nav-left h4 {
    line-height: 24px;
  }
}

.section-navigation .nav-right {
  text-align: right;
}

@media screen and (max-width: 480px) {
  .section-navigation .nav-right {
    padding-left: 50px;
  }
  .section-navigation .nav-right h4 {
    line-height: 24px;
  }
}

.row.row-pagemargin {
  margin-left: -30px;
  margin-right: -30px;
}

ol.list-style {
  list-style: decimal;
  padding-left: 30px;
  margin-left: 0;
  font-family: "Roboto Mono", monospace;
  color: #706f6f;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-weight: 100;
}

ul.list-style {
  list-style: square;
  padding-left: 30px;
  margin-left: 0;
  font-family: "Roboto Mono", monospace;
  color: #706f6f;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-weight: 100;
}

table {
  width: 100%;
  margin: 0 0 25px 0;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #121212;
  font-weight: 100;
  font-family: "Roboto Mono", monospace;
  border: 10px solid #efefef !important;
}

table th {
  background: #121212;
  color: white;
  text-align: left;
  padding: 15px !important;
}

table td {
  padding: 15px !important;
  border: none !important;
}

.alert {
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  background-image: none;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #121212;
  font-weight: 100;
  font-family: "Roboto Mono", monospace;
  transition: background-color .4s ease;
}

.alert.alert-success {
  border: 10px solid #dff0d8;
  background-color: #dff0d8;
  color: #121212;
}

.alert.alert-info {
  border: 10px solid #F8DC0B;
  background-color: #F8DC0B;
  color: #121212;
}

.alert.alert-warning {
  border: 10px solid #fcf8e3;
  background-color: #fcf8e3;
  color: #121212;
}

.alert.alert-danger {
  border: 10px solid #f2dede;
  background-color: #f2dede;
  color: #121212;
}

.alert .close {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 100;
  top: -5px;
  color: #121212;
  opacity: .8;
}

.alert .close:hover {
  opacity: .2;
}

.alert:hover {
  background-color: transparent;
  transition: background-color .4s ease;
}

/*-------------------------------------------------*/
/* =  14.Footer
/*-------------------------------------------------*/
footer {
  background-color: #121212;
}

footer.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

footer .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

footer h4 {
  font-size: 24px;
  padding: 25px 0;
  color: white;
}

footer h5 {
  color: white;
}

footer .info {
  overflow: hidden;
}

footer .info p {
  color: #efefef;
}

footer ul {
  padding: 15px 0;
}

footer ul.social li {
  display: inline-block;
  margin: 7px 15px;
  font-family: "Roboto Mono", monospace;
  font-weight: 100;
}

footer ul.social li a {
  color: #F8DC0B;
}

footer ul.social li a:hover {
  color: #F8DC0B;
}

footer a {
  color: white;
}

footer .menu-footer ul.menu-footer li {
  display: inline-block;
  font-family: "Roboto Mono", monospace;
  font-weight: 100;
}

footer .menu-footer ul.menu-footer li:after {
  content: "/";
  margin: 0 6px;
  color: #efefef;
}

footer .menu-footer ul.menu-footer li:last-child:after {
  content: "";
}

footer .menu-footer ul.menu-footer li a {
  color: #efefef;
}

footer .menu-footer ul.menu-footer li a:hover {
  color: #F8DC0B;
}

footer #back-to-top {
  display: inline-block;
  height: 50px;
  width: 50px;
  z-index: 97;
  position: fixed;
  bottom: 50px;
  right: 50px;
  border: 8px solid #E0E0E0;
  font-size: 30px;
  line-height: 32px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 0;
  transition: opacity .4s 0s, visibility 0s 0s;
}

@media screen and (max-width: 767px) {
  footer #back-to-top {
    bottom: 25px;
    right: 25px;
  }
}

footer #back-to-top i {
  color: #F8DC0B;
  transition: all .4s ease;
}

footer #back-to-top:hover i {
  color: #efefef;
  opacity: .5;
  transition: all .4s ease;
}

footer #back-to-top.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity .4s 0s, visibility 0s 0s;
}

footer.not-visible {
  display: none;
}

button.mfp-close {
  background-color: #efefef !important;
  margin-top: -10px;
}

/*-------------------------------------------------*/
/* =  15.OWL
/*-------------------------------------------------*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #E0E0E0;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #F8DC0B;
}

.image-carousel.dots-inside .owl-controls {
  z-index: 2;
  position: relative;
  margin-top: -55px;
  margin-bottom: 30px;
  padding: 0 15px;
  text-align: right;
}

.image-carousel.dots-inside .owl-controls .owl-dots .owl-dot.active span {
  background: #F8DC0B;
}

.image-carousel.dots-outside .owl-controls {
  z-index: 2;
  padding: 0;
  text-align: right;
  position: absolute;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: right;
  bottom: 15px;
  left: -5px;
  right: -5px;
}

.image-carousel.dots-outside .owl-controls .owl-dots .owl-dot.active span {
  background: #F8DC0B;
}

.image-carousel img {
  margin-bottom: 50px;
}

/*-------------------------------------------------*/
/* =  16.Loader
/*-------------------------------------------------*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}

#myloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background: white;
  text-align: center;
}

#myloader .loader-container {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#myloader .loader-container .loader {
  width: 100%;
  height: 100%;
  -webkit-animation: rotate 2.0s infinite linear;
  animation: rotate 2.0s infinite linear;
}

#myloader .loader-container .loader .square1, #myloader .loader-container .loader .square2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border: 10px solid #121212;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

#myloader .loader-container .loader .square2 {
  top: auto;
  bottom: 0px;
  border: 10px solid #F8DC0B;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/*-------------------------------------------------*/
/* =  17.Animations
/*-------------------------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
