/** ==================================================

Template Name: Sandy
Author: layerz (https://themeforest.net/user/layerz)

[table of contents]

01. grid
02. commons
03. buttons
04. forms
05. header
06. footer
07. pages
08. portfolio
09. blog
10. sliders
11. overlays
12. social

================================================== **/
/** 01. grid
-------------------------------------------------- **/
.container {
  width: calc(100% - 200px);
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.container.small {
  max-width: 800px;
}
@media (max-width: 800px) {
  .container {
    width: calc(100% - 100px);
  }
  .container .container.small {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .container {
    width: calc(100% - 50px);
  }
}
.column {
  float: left;
  position: relative;
  padding: 0 25px;
}
.column.col-1 {
  width: 8.333%;
}
.column.col-2 {
  width: 16.666%;
}
.column.col-3 {
  width: 24.999%;
}
.column.col-4 {
  width: 33.332%;
}
.column.col-5 {
  width: 41.665%;
}
.column.col-6 {
  width: 49.998%;
}
.column.col-7 {
  width: 58.331%;
}
.column.col-8 {
  width: 66.664%;
}
.column.col-9 {
  width: 74.997%;
}
.column.col-10 {
  width: 83.33%;
}
.column.col-11 {
  width: 91.663%;
}
.column.col-12 {
  width: 100%;
}
.column.offset-1 {
  margin-left: 8.333%;
}
.column.offset-2 {
  margin-left: 16.666%;
}
.column.offset-3 {
  margin-left: 24.999%;
}
.column.offset-4 {
  margin-left: 33.332%;
}
.column.offset-5 {
  margin-left: 41.665%;
}
.column.offset-6 {
  margin-left: 49.998%;
}
.column.offset-7 {
  margin-left: 58.331%;
}
.column.offset-8 {
  margin-left: 66.664%;
}
.column.offset-9 {
  margin-left: 74.997%;
}
.column.offset-10 {
  margin-left: 83.33%;
}
.column.offset-11 {
  margin-left: 91.663%;
}
@media (max-width: 800px) {
  .column {
    float: none;
    width: 100% !important;
    padding: 0 !important;
    margin-left: 0 !important;
  }
  .column:not(:last-child) {
    margin-bottom: 50px;
  }
}
.row {
  display: block;
  position: relative;
  margin: 0 -25px;
  /*&:not(:last-child) {
			margin-bottom: @margin_between_columns;
		}*/
}
@media (max-width: 800px) {
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.container::after,
.row::after,
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}
/** 02. commons
-------------------------------------------------- **/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}
body {
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  color: #808080;
  line-height: 1.7;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #ffffff;
}
body.noscroll {
  padding-right: 17px;
  overflow-y: hidden;
}
@media (max-width: 800px) {
  body {
    font-size: 14px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  font-style: normal;
  color: #111111;
  line-height: 1.2;
}
h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child) {
  margin-bottom: 25px;
}
h1.divider::after,
h2.divider::after,
h3.divider::after,
h4.divider::after,
h5.divider::after,
h6.divider::after {
  display: block;
  content: '';
  width: 25px;
  height: 3px;
  background: #111111;
  margin: 5px 0 50px;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
}
h5,h3#reply-title {
  font-size: 18px;
}
@media (max-width: 800px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
}
h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
h6.divider::after {
  display: none;
}
p:not(:last-child) {
  margin-bottom: 25px;
}
p.lead {
  font-size: 125%;
  font-weight: 300;
  color: #111111;
}
@media (max-width: 800px) {
  p {
    font-size: 110%;
  }
}
b,
strong {
  font-weight: 500;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a.link {
  position: relative;
  color: #111111;
  padding-bottom: 4px;
}
a.link::before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #111111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.link:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
a.underline {
  font-weight: 500;
  color: #111111;
  padding-bottom: 2px;
  border-bottom: 2px solid #cccccc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.underline:hover {
  border-color: #111111;
}
img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
img.responsive,
video.responsive {
  display: block;
  width: 100%;
}
ul,
ol {
  list-style: none;
}
ul:not(:last-child),
ol:not(:last-child) {
  margin-bottom: 25px;
}
ul.spaced li:not(:last-child),
ol.spaced li:not(:last-child) {
  margin-bottom: 15px;
}
blockquote {
  text-align: center;
  padding: 25px 100px;
}
blockquote:not(:last-child) {
  margin-bottom: 25px;
}
blockquote p {
  font-size: 22px;
  font-weight: 500;
  color: #111111;
}
blockquote p::before {
  content: open-quote;
  font-size: 28px;
  color: #b3b3b3;
  padding-right: 15px;
}
blockquote p::after {
  content: close-quote;
  font-size: 28px;
  color: #b3b3b3;
  padding-left: 15px;
}
@media (max-width: 600px) {
  blockquote {
    padding: 25px 0;
  }
  blockquote p {
    font-size: 18px;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table:not(:last-child) {
  margin-bottom: 25px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
div[class*='gap-'] {
  display: block;
}
.gap-25 {
  height: 25px;
}
.gap-50 {
  height: 50px;
}
.gap-100 {
  height: 100px;
}
.gap-150 {
  height: 150px;
}
@media (max-width: 800px) {
  .gap-50 {
    height: 25px;
  }
  .gap-100 {
    height: 50px;
  }
  .gap-150 {
    height: 100px;
  }
}
.light-content {
  color: rgba(255, 255, 255, 0.7);
}
.light-content h1,
.light-content h2,
.light-content h3,
.light-content h4,
.light-content h5,
.light-content h6,
.light-content a,
.light-content p.lead {
  color: #ffffff;
}
.light-content h1.divider::after,
.light-content h2.divider::after,
.light-content h3.divider::after,
.light-content h4.divider::after,
.light-content h5.divider::after,
.light-content h6.divider::after {
  background: #ffffff;
}
.light-content a.underline {
  border-bottom-color: #ffffff;
}
.light-content a.link {
  color: #ffffff;
}
.light-content a.link::before {
  background: #ffffff;
}
.light-content .social li.title,
.light-content .social li a {
  color: #ffffff;
}
.light-content .social.style-2 li.title {
  color: #ffffff;
}
.light-content .social.style-2 li a {
  border: 2px solid #ffffff;
}
#page-loader {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#page-loader.hide {
  opacity: 0;
  visibility: hidden;
}
#page-loader.hide::before {
  animation: none;
}
#page-loader::before {
  content: '';
  width: 25%;
  height: 4px;
  position: absolute;
  top: 0;
  left: -25%;
  background: #111111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  animation: loader 2s linear infinite;
}
@keyframes loader {
  0% {
    left: -25%;
  }
  100% {
    left: 125%;
  }
}
.reveal {
  position: relative;
  overflow: hidden;
}
.reveal .reveal-content {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.6, 0.3, 0, 1);
  -moz-transition: all 1s cubic-bezier(0.6, 0.3, 0, 1);
  -ms-transition: all 1s cubic-bezier(0.6, 0.3, 0, 1);
  -o-transition: all 1s cubic-bezier(0.6, 0.3, 0, 1);
  transition: all 1s cubic-bezier(0.6, 0.3, 0, 1);
}
.reveal.reveal-in .reveal-content {
  opacity: 1;
}
/** 03. buttons
-------------------------------------------------- **/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.btn {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-family: inherit;
  font-size: 14px;
  color: #ffffff;
  padding: 0 25px;
  background: #111111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.btn:hover {
  background: #2b2b2b;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block,
button.btn-block,
.btn.btn-block {
  display: block;
  width: 100%;
}
/** 04. forms
-------------------------------------------------- **/
.form-group:not(:last-child) {
  margin-bottom: 15px;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-family: inherit;
  font-size: inherit;
  padding: 0 25px;
  border: none;
  background: #f7f7f7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  background: #f2f2f2;
}
textarea {
  width: 100%;
  max-width: 100%;
  min-height: 150px;
  line-height: inherit;
  padding: 15px 25px;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #b3b3b3;
}
input[type]::-moz-input-placeholder,
textarea::-moz-input-placeholder,
select::-moz-input-placeholder {
  color: #b3b3b3;
}
input[type]:-moz-input-placeholder,
textarea:-moz-input-placeholder,
select:-moz-input-placeholder {
  color: #b3b3b3;
}
input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #b3b3b3;
}
label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
}
#search-form .search-field {
  border: none;
  text-align: right;
  font-size: 20px;
  padding-right: 0;
  padding-left: 0;
  background: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#search-form .search-field::-webkit-input-placeholder {
  color: #111111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#search-form .search-field::-moz-input-placeholder {
  color: #111111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#search-form .search-field:-moz-input-placeholder {
  color: #111111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#search-form .search-field:-ms-input-placeholder {
  color: #111111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#search-form .search-field:focus::-webkit-input-placeholder {
  color: #b3b3b3;
}
#search-form .search-field:focus::-moz-input-placeholder {
  color: #b3b3b3;
}
#search-form .search-field:focus:-moz-input-placeholder {
  color: #b3b3b3;
}
#search-form .search-field:focus:-ms-input-placeholder {
  color: #b3b3b3;
}
#search-form .search-field + span {
  font-size: 12px;
  color: #b3b3b3;
}
/** 05. header
-------------------------------------------------- **/
.header {
  position: relative;
  z-index: 100;
}
.header .header-inner {
  padding: 80px 0;
}
.header .logo {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  color: #111111;
  letter-spacing: 5px;
  height: 30px;
  line-height: 30px;
}
.header .logo img {
    max-height: 80px;
    max-width: 100px;
}
.header .nav {
  display: block;
  height: 30px;
}
.header .nav .menu-filters {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-right: 50px;
}
.header .nav .menu-filters .dots,
.header .nav .menu-filters .dots::before,
.header .nav .menu-filters .dots::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -2px;
  border-radius: 50%;
  background: #111111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .nav .menu-filters .dots::before {
  left: 0;
  margin-left: -10px;
}
.header .nav .menu-filters .dots::after {
  left: 0;
  margin-left: 10px;
}
.header .nav .menu-filters:hover .dots {
  margin-top: 0;
}
.header .nav .menu-filters:hover .dots::before {
  top: -3px;
}
.header .nav .menu-filters:hover .dots::after {
  top: -1px;
}
.header .nav .menu-toggle {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 30px;
  cursor: pointer;
}
.header .nav .menu-toggle .burger,
.header .nav .menu-toggle .burger::before,
.header .nav .menu-toggle .burger::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #111111;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1.5px;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.header .nav .menu-toggle .burger::before {
  top: 0;
  width: 70%;
  margin-top: -7px;
}
.header .nav .menu-toggle .burger::after {
  top: 0;
  width: 40%;
  margin-top: 7px;
}
.header .nav .menu-toggle:hover .burger::before,
.header .nav .menu-toggle:hover .burger::after {
  width: 100%;
}
.header .header-options {
  width: 100px;
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .header-options .option {
  width: 50px;
  height: 40px;
  line-height: 40px;
  margin-left: 25px;
  cursor: pointer;
  position: relative;
}
.header .header-options .option a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.header .header-options .header-search {
  display: block;
  text-align: center;
  color: #111111;
  margin-top: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .header-options .header-search:hover {
  color: #b3b3b3;
}
.header .header-options .header-totop {
  top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .header-options .header-totop.visible {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.header .header-options .header-totop span {
  display: block;
  width: 2px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -1px;
  background: #111111;
}
.header .header-options .header-totop span::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 2px solid #111111;
  border-right: 2px solid #111111;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .header-options .header-prev span,
.header .header-options .header-next span {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.header .header-options .header-prev span::before,
.header .header-options .header-next span::before,
.header .header-options .header-prev span::after,
.header .header-options .header-next span::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: #111111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .header-options .header-prev span::before,
.header .header-options .header-next span::before {
  width: 100%;
  height: 3px;
}
.header .header-options .header-prev span::after,
.header .header-options .header-next span::after {
  width: 3px;
  height: 100%;
}
.header .header-options .header-prev span {
  left: 50%;
  margin-left: -3px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.header .header-options .header-prev:hover span::before {
  -webkit-animation: header-bars-1 0.3s linear;
  animation: header-bars-1 0.3s linear;
}
.header .header-options .header-prev:hover span::after {
  -webkit-animation: header-bars-2 0.3s linear;
  animation: header-bars-2 0.3s linear;
}
.header .header-options .header-next span {
  right: 50%;
  margin-right: -3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .header-options .header-next:hover span::before {
  -webkit-animation: header-bars-1 0.3s linear;
  animation: header-bars-1 0.3s linear;
}
.header .header-options .header-next:hover span::after {
  -webkit-animation: header-bars-2 0.3s linear;
  animation: header-bars-2 0.3s linear;
}
.header .header-actions {
  width: 33%;
  position: fixed;
  top: 0;
  right: -33%;
  bottom: 0;
  z-index: 100;
  background: #ffffff;
  -webkit-transition: all 0.5s cubic-bezier(0.6, 0.3, 0, 1);
  -moz-transition: all 0.5s cubic-bezier(0.6, 0.3, 0, 1);
  -ms-transition: all 0.5s cubic-bezier(0.6, 0.3, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.6, 0.3, 0, 1);
  transition: all 0.5s cubic-bezier(0.6, 0.3, 0, 1);
}
.header .header-actions.visible {
  right: 0;
}
.header .header-actions .close {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 60px;
  right: 60px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .header-actions .close span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.header .header-actions .close span::before,
.header .header-actions .close span::after {
  content: '';
  position: absolute;
  background: #111111;
}
.header .header-actions .close span::before {
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
}
.header .header-actions .close span::after {
  width: 100%;
  height: 3px;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
.header .header-actions .close:hover span::before {
  -webkit-animation: header-close-1 0.3s linear;
  animation: header-close-1 0.3s linear;
}
.header .header-actions .close:hover span::after {
  -webkit-animation: header-close-2 0.3s linear;
  animation: header-close-2 0.3s linear;
}
.header .header-actions .action {
  position: absolute;
  top: 140px;
  right: -17px;
  bottom: 140px;
  left: 60px;
  text-align: right;
  padding-right: 60px;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .header-actions .action.visible {
  opacity: 1;
  visibility: visible;
}
.header .header-actions .action .action-title {
  font-size: 12px;
  color: #b3b3b3;
  margin-bottom: 25px;
}
.header .header-actions .menu li:not(:last-child) {
  margin-bottom: 10px;
}
.header .header-actions .menu li a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: #111111;
  position: relative;
}
.header .header-actions .menu li ul {
  margin: 5px 0 25px;
}
.header .header-actions .menu li ul li:not(:last-child) {
  margin-bottom: 5px;
}
.header .header-actions .menu li ul li a {
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .header-actions .menu li ul li a.active,
.header .header-actions .menu li ul li a:hover {
  color: #111111;
}
.header .header-actions .social {
  position: absolute;
  right: 60px;
  bottom: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .header-actions .social.visible {
  opacity: 1;
  visibility: visible;
}
.header .header-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(17, 17, 17, 0.7);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .header-overlay.visible {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 800px) {
  .header .header-inner {
    padding: 30px 0;
  }
  .header .menu .menu-filters {
    margin-right: 15px;
  }
  .header .header-options {
    width: 50px;
    bottom: 50px;
  }
  .header .header-options .option {
    margin-left: 0;
  }
  .header .header-actions {
    width: 90%;
    right: -90%;
  }
  .header .header-actions .close {
    top: 30px;
  }
  .header .header-actions .menu li a {
    font-size: 18px;
  }
  .header .header-actions .social {
    bottom: 30px;
  }
  .header #search-form .search-field {
    font-size: 16px;
  }
}
@keyframes header-bars-1 {
  49% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
}
@keyframes header-bars-2 {
  49% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
}
@keyframes header-close-1 {
  49% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
}
@keyframes header-close-2 {
  49% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
}
/** 06. footer
-------------------------------------------------- **/
.footer {
  margin-top: 100px;
  background: #f7f7f7;
}
.footer .footer-inner {
  padding: 105px 0;
}
.footer .footer-inner .copy {
  font-size: 13px;
}
.footer .footer-inner .footer-menu li {
  display: inline-block;
  position: relative;
}
.footer .footer-inner .footer-menu li:not(:last-child) {
  margin-right: 25px;
}
.footer .footer-inner .footer-menu li a {
  font-size: 14px;
  font-weight: 500;
  color: #111111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .footer-inner .footer-menu li a:hover {
  opacity: 0.7;
}
@media (max-width: 800px) {
  .footer .footer-inner {
    padding: 50px 0;
  }
  .footer .footer-inner .float-left,
  .footer .footer-inner .float-right {
    float: none;
  }
  .footer .footer-inner .text-right {
    text-align: left;
  }
  .footer .footer-inner .footer-menu li {
    display: block;
  }
  .footer .footer-inner .social {
    margin-top: 50px;
  }
  .dtb {
      display: block;
  }
  .dtb-c, .dtb-c-r {
      display: block!important;
  }
}
/** 07. pages
-------------------------------------------------- **/
.page-title {
  padding-bottom: 80px;
}
@media (max-width: 800px) {
  .page-title {
    padding-bottom: 30px;
  }
}
.hero {
  height: calc(100vh -  190px );
  position: relative;
  overflow: hidden;
}
.hero .title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.hero .bottom-bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 50px;
}
.hero .bottom-bar .cat {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.hero .bottom-bar .arrow {
  float: right;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hero .bottom-bar .arrow span {
  width: 2px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -1px;
  background: #ffffff;
}
.hero .bottom-bar .arrow span::before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hero .bottom-bar .arrow:hover {
  opacity: 0.5;
}
@media (max-width: 800px) {
  .hero {
    height: calc(100vh -  90px );
  }
}
.fullwidth-section {
  position: relative;
}
.fullwidth-section .fullwidth-content {
  padding: 100px 60px;
}
@media (max-width: 800px) {
  .fullwidth-section .fullwidth-content {
    padding: 50px;
  }
}
/** 08. portfolio
-------------------------------------------------- **/
.gallery .entry .entry-thumb {
  position: relative;
  overflow: hidden;
}
.gallery .entry .entry-thumb:not(:last-child) {
  margin-bottom: 25px;
}
.gallery .entry .entry-thumb img {
  -webkit-transition: all 0.5s cubic-bezier(0.6, 0.3, 0, 1);
  -moz-transition: all 0.5s cubic-bezier(0.6, 0.3, 0, 1);
  -ms-transition: all 0.5s cubic-bezier(0.6, 0.3, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.6, 0.3, 0, 1);
  transition: all 0.5s cubic-bezier(0.6, 0.3, 0, 1);
}
.gallery .entry .entry-thumb .entry-thumb-fade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(17, 17, 17, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gallery .entry .entry-thumb .entry-thumb-fade .more {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  text-align: center;
  font-size: 10px;
  line-height: 29px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.gallery .entry .entry-thumb:hover .entry-thumb-fade {
  opacity: 1;
  visibility: visible;
}
.gallery .entry.work-entry .entry-thumb {
  padding-top: 100%;
}
.gallery .entry.work-entry .entry-thumb .work-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.6, 0.3, 0, 1);
  -moz-transition: all 0.5s cubic-bezier(0.6, 0.3, 0, 1);
  -ms-transition: all 0.5s cubic-bezier(0.6, 0.3, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.6, 0.3, 0, 1);
  transition: all 0.5s cubic-bezier(0.6, 0.3, 0, 1);
}
.gallery .entry .cat {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.gallery .entry .title {
  font-weight: 500;
}
.gallery .entry .overlay .overlay-content {
  padding: 30px;
}
.gallery .entry .overlay .overlay-content.light-content .cat {
  color: #ffffff;
}
.gallery .entry:hover .entry-thumb .work-img,
.gallery .entry:hover .entry-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery.offset-crazy .entry:nth-child(1n) {
  padding: 5% 0 5% 3%;
}
.gallery.offset-crazy .entry:nth-child(2n) {
  padding: 0% 3% 2% 0;
}
.gallery.offset-crazy .entry:nth-child(4n) {
  padding: 0% 2% 2% 5%;
}
.gallery.offset-crazy .work-entry .entry-thumb {
  padding-top: 0;
}
.gallery.metro .entry .entry-thumb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0;
  margin: 0;
}
.team-entry .name {
  padding: 15px 0;
}
.team-entry .name h5 {
  margin-bottom: 5px;
}
.filters {
  display: inline-block;
}
.filters li {
  cursor: pointer;
  position: relative;
}
.filters li:not(:last-child) {
  margin-bottom: 10px;
}
.filters li span {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: #111111;
  position: relative;
}
.filters li span::before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -4px;
  left: 100%;
  background: #111111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filters li:hover span::before,
.filters li.active span::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media (max-width: 800px) {
  .filters li span {
    font-size: 18px;
  }
}
/** 09. blog
-------------------------------------------------- **/
.blog .blog-entry .blog-desc {
    padding: 25px;
    background: #f7f7f7;
}
.blog .info-top {
  margin-bottom: 10px;
}
.blog .info-top .cat {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #111111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog .info-top .cat:hover {
  color: #b3b3b3;
}
.blog .info-top .date {
  font-size: 12px;
  float: right;
  color: #b3b3b3;
}
.blog .title {
  font-weight: 500;
  word-wrap: break-word;
}
.blog-navigation, .pagination {
  position: relative;
  display: block;
  text-align: center;
}
.blog-navigation li, .pagination a, .pagination span {
  display: inline-block;
  position: relative;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-navigation li a, .pagination a {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 500;
  color: #111111;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-navigation li a i, .pagination a i {
  width: 12px;
  height: 2px;
  background: #111111;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-navigation li a i::before, .pagination a i::before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.blog-navigation li.prev, .navigation a.prev {
  position: absolute;
  left: 0;
  color: #111111;
}
.navigation a.prev {
    position: relative;
    float: left;
}
.light-content.navigation a.prev,
.light-content.navigation a.prev i,
.light-content.navigation a.next,
.light-content.navigation a.next i {
  color: #fff;
}
.light-content.navigation a.prev i::before,
.light-content.navigation a.next i::before {
  border-color: #fff;
}
.light-content.navigation a.prev i,
.light-content.navigation a.next i {
    background-color: #fff;
}
.blog-navigation li.prev a i, .navigation a.prev i {
  left: 2px;
}
.blog-navigation li.prev a i::before, .navigation a.prev i::before {
  left: 0;
  border-bottom: 2px solid #111111;
  border-left: 2px solid #111111;
}
.blog-navigation li.prev a, .navigation a.prev {
  padding-left: 25px;
}
.blog-navigation li.prev:hover a, .navigation a.prev:hover {
  padding-left: 35px;
}
.blog-navigation li.next, .navigation a.next {
  position: absolute;
  right: 0;
  color: #111111;
}
.blog-navigation li.next a i, .navigation a.next i {
  right: 2px;
}
.blog-navigation li.next a i::before, .navigation a.next i::before {
  right: 0;
  border-top: 2px solid #111111;
  border-right: 2px solid #111111;
}
.blog-navigation li.next a, .navigation a.next {
  padding-right: 25px;
}
.blog-navigation li.next:hover a, .navigation a.next:hover {
  padding-right: 35px;
}
.blog-navigation li.page-number, .pagination a, .pagination span {
  min-width: 40px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 50%;
}
.blog-navigation li.active.page-number, .pagination span.page-numbers.current {
  background: #111111;
  color: #ffffff;
}
.blog-navigation li.page-number:hover a,
.blog-navigation li.active a,
.pagination a.page-numbers:not(.next):not(.prev):hover {
  color: #b3b3b3;
}
@media (max-width: 600px) {
  .blog-navigation li a span {
    display: none;
  }
}
.comments .comment:not(:last-child) {
  margin-bottom: 50px;
}
.comments .comment .comment-img {
  width: 80px;
  float: left;
}
.comments .comment .comment-img img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.comments .comment .comment-content {
  padding-left: 100px;
}
.comments .comment .comment-content .name {
  font-weight: 500;
  color: #111111;
}
.comments .comment .comment-content .date {
  font-size: 12px;
}
.comments .comment .comment-content .desc {
  margin: 25px 0;
}
.comments .comment .comment-content a.reply {
  font-size: 12px;
}
.comments .children {
  padding: 50px 0 0 50px;
}
@media (max-width: 600px) {
  .comments .comment .comment-img {
    width: 50px;
  }
  .comments .comment .comment-content {
    padding-left: 70px;
  }
  .comments .children {
    padding: 50px 0 0 0;
  }
  .navigation a.prev,
  .navigation a.next {
    float: none;
    position: relative;
    display: block;
  }
}
@media (max-width: 400px) {
  .comments .comment .comment-img {
    display: none;
  }
  .comments .comment .comment-content {
    padding-left: 0;
  }
}
/** 10. sliders
-------------------------------------------------- **/
.slider {
  position: relative;
}
.slider .owl-dots {
  width: 100%;
  height: 7px;
  position: absolute;
  right: 0;
  bottom: 3vw;
  left: 0;
  z-index: 99;
  text-align: center;
}
.slider .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
}
.slider .owl-dots .owl-dot span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.3);
  border: none;
  box-shadow: none;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider .owl-dots .owl-dot:hover span,
.slider .owl-dots .owl-dot.active span {
  background: #111111;
}
.slider .owl-nav {
  z-index: 100;
}
.slider .owl-nav div {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 80px;
  margin-top: -40px;
  background: rgba(17, 17, 17, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider .owl-nav div:hover {
  background: rgba(17, 17, 17, 0.7);
}
.slider .owl-nav div.owl-prev {
  left: 0;
}
.slider .owl-nav div.owl-next {
  right: 0;
}
.slider .owl-nav div.owl-prev::before,
.slider .owl-nav div.owl-next::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slider .owl-nav div.owl-prev::before {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
.slider .owl-nav div.owl-next::before {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.slider.outside .owl-dots {
  position: relative;
  top: 15px;
  bottom: 0;
}
.slider.controls-light .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
}
.slider.controls-light .owl-dots .owl-dot:hover span,
.slider.controls-light .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.slider.controls-light .owl-nav div.owl-prev {
  border-bottom-color: rgba(255, 255, 255, 0.5);
  border-left-color: rgba(255, 255, 255, 0.5);
}
.slider.controls-light .owl-nav div.owl-prev:hover {
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
}
.slider.controls-light .owl-nav div.owl-next {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.slider.controls-light .owl-nav div.owl-next:hover {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
/** 11. overlays
-------------------------------------------------- **/
.overlay {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.overlay .overlay-content {
  width: 100%;
  display: table-cell;
  position: relative;
  padding: 5vw;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.overlay[data-pos="top"] .overlay-content {
  vertical-align: top;
}
.overlay[data-pos="center"] .overlay-content {
  vertical-align: middle;
}
.overlay[data-pos="bottom"] .overlay-content {
  vertical-align: bottom;
}
.overlay.hidden .overlay-content {
  opacity: 0;
}
.overlay.hidden::before {
  opacity: 0;
  visibility: hidden;
}
.overlay.hidden:hover .overlay-content {
  opacity: 1;
}
.overlay.hidden:hover::before {
  opacity: 0.9;
  visibility: visible;
}
.overlay * {
  z-index: 2;
}
.overlay[data-overlay="10"]::before {
  background: #111111;
}
.overlay[data-overlay="9"]::before {
  background: rgba(17, 17, 17, 0.9);
}
.overlay[data-overlay="8"]::before {
  background: rgba(17, 17, 17, 0.8);
}
.overlay[data-overlay="7"]::before {
  background: rgba(17, 17, 17, 0.7);
}
.overlay[data-overlay="6"]::before {
  background: rgba(17, 17, 17, 0.6);
}
.overlay[data-overlay="5"]::before {
  background: rgba(17, 17, 17, 0.5);
}
.overlay[data-overlay="4"]::before {
  background: rgba(17, 17, 17, 0.4);
}
.overlay[data-overlay="3"]::before {
  background: rgba(17, 17, 17, 0.3);
}
.overlay[data-overlay="2"]::before {
  background: rgba(17, 17, 17, 0.2);
}
.overlay[data-overlay="1"]::before {
  background: rgba(17, 17, 17, 0.1);
}
.overlay[data-overlay="10"].overlay-light::before {
  background: #ffffff;
}
.overlay[data-overlay="9"].overlay-light::before {
  background: rgba(255, 255, 255, 0.9);
}
.overlay[data-overlay="8"].overlay-light::before {
  background: rgba(255, 255, 255, 0.8);
}
.overlay[data-overlay="7"].overlay-light::before {
  background: rgba(255, 255, 255, 0.7);
}
.overlay[data-overlay="6"].overlay-light::before {
  background: rgba(255, 255, 255, 0.6);
}
.overlay[data-overlay="5"].overlay-light::before {
  background: rgba(255, 255, 255, 0.5);
}
.overlay[data-overlay="4"].overlay-light::before {
  background: rgba(255, 255, 255, 0.4);
}
.overlay[data-overlay="3"].overlay-light::before {
  background: rgba(255, 255, 255, 0.3);
}
.overlay[data-overlay="2"].overlay-light::before {
  background: rgba(255, 255, 255, 0.2);
}
.overlay[data-overlay="1"].overlay-light::before {
  background: rgba(255, 255, 255, 0.1);
}
/** 12. social
-------------------------------------------------- **/
.social li {
  display: inline-block;
  position: relative;
}
.social li.title {
  display: block;
  font-size: 12px;
  margin-bottom: 15px;
}
.social li a {
  display: block;
  color: #111111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social li a:hover {
  opacity: 0.5;
}
.social li:not(:last-child) a {
  padding-right: 25px;
}
.social.style-2 li:not(:last-child) a {
  margin-right: 5px;
}
.social.style-2 li.title {
  color: #111111;
}
.social.style-2 li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  border: 2px solid #111111;
  padding: 0;
}
.dtb {
    display: table;
}
.dtc-c {
    display: table-cell;
}
.dtb-c-r {
    display: table-cell;
    vertical-align: bottom;
}
.sticky-post {
    border: 2px solid #000;
}
.post-excerpt {
    margin-bottom: 25px;
}
.header-inner .header-search {
    cursor: pointer;
    float: left;
    color: #111111;
    line-height: 30px;
    margin-right: 50px;
}
.map-container {
    width: 100%;
    height: 400px;
}
.map-container .fwp-map {
    height: 100%;
}