@charset "UTF-8";
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  background-color: #d32a2d;
  z-index: 999;
  animation-name: dispose;
  animation-duration: 0.8s;
  animation-delay: 10s;
  animation-fill-mode: forwards;
}

#preloader-inner {
  position: relative;
  left: 50%;
  margin-left: -90px;
  top: 50%;
  margin-top: -90px;
}

#preloader-inner::after, #preloader-inner::before {
  content: "";
  box-sizing: content-box;
  position: absolute;
  border-width: 2px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader-inner::after {
  border-color: #fff;
}

#preloader-inner::before {
  border-color: #fff;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 90px;
    left: 90px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 15px;
    left: 15px;
    width: 150px;
    height: 150px;
    opacity: 0;
  }
}
@keyframes lds-ripple {
  0% {
    top: 90px;
    left: 90px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 15px;
    left: 15px;
    width: 150px;
    height: 150px;
    opacity: 0;
  }
}
@keyframes dispose {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
}

.sans-serif, .btn, body {
  font-family: "Lato", Arial, sans-serif;
}

.serif, h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display SC", serif;
}

.stripes, .divider, #main-navbar {
  position: relative;
}
.stripes:after, .divider:after, #main-navbar:after, .stripes:before, .divider:before, #main-navbar:before {
  border-top: 1px solid #0b0b09;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  display: inline-block;
}
.stripes:after, .divider:after, #main-navbar:after {
  top: 55%;
}
.stripes span.bb, .divider span.bb, #main-navbar span.bb {
  background: #d32a2d;
  padding: 0 1em;
  display: inline-block;
}

.shadow-b, .services .service:after {
  box-shadow: 0px 0 rgba(0, 0, 0, 0.9), 0 7px 7px -5px rgba(0, 0, 0, 0.3);
}

body {
  background: #d32a2d;
  color: #0b0b09;
  font-size: 18px;
}

header {
  margin-top: 30px;
  position: relative;
}
header .logo a {
  margin: 0 auto;
  max-width: 300px;
  display: block;
}
header img {
  max-width: 300px;
}

[data-pagination-keep] {
  position: absolute;
  top: -820px;
  left: -16%;
}
@media (min-width: 767px) {
  [data-pagination-keep] {
    top: -75vh;
  }
}
[data-pagination-keep] h1 {
  padding-left: 59%;
  padding-top: 6%;
  font-size: 43px;
  width: 109%;
}

.logo a img {
  max-width: 20%;
}

a {
  color: #0b0b09;
}
a:focus, a:hover {
  color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 1px;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 24px;
}
@media screen and (max-width: 375px) {
  h2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 365px) {
  h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 354px) {
  h2 {
    font-size: 21px;
  }
}
@media screen and (max-width: 344px) {
  h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 334px) {
  h2 {
    font-size: 19px;
  }
}
@media screen and (max-width: 323px) {
  h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 312px) {
  h2 {
    font-size: 17px;
  }
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  line-height: 1.6;
}

.text-muted {
  color: #b8b8be;
}

.text-primary {
  color: #333;
}

.text-success {
  color: #89a02c;
}

.text-info {
  color: #2c89a0;
}

.text-warning {
  color: #ff7f2a;
}

.text-danger {
  color: #c83737;
}

blockquote {
  color: #4d4d4d;
  font-style: italic;
  position: relative;
  padding: 15px 50px;
  border: none;
  margin: 0;
}
blockquote:before {
  display: block;
  content: "“";
  font-size: 80px;
  position: absolute;
  left: 0;
  top: -10px;
  color: gray;
}
blockquote footer {
  margin: 0;
}

#main-navbar {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-left: -15px;
  margin-right: -15px;
}
#main-navbar a {
  font-size: 20px;
  letter-spacing: 1px;
  color: #333;
  font-weight: 900;
  padding: 15px 30px;
  transition: all 0.3s ease-in-out;
  background: #d32a2d;
  line-height: 1.4;
}
#main-navbar a:hover {
  background: #d32a2d;
  color: #AF2045;
}
#main-navbar .dropdown-menu {
  background: #d32a2d;
  min-width: 220px;
}
#main-navbar .dropdown-menu .dropdown-toggle:after {
  border: none;
}
#main-navbar .dropdown-menu a {
  white-space: normal;
  padding: 5px 10px;
}
#main-navbar .dropdown-menu a .fa {
  line-height: 1.4;
}
@media (min-width: 576px) {
  #main-navbar .dropdown a:focus {
    outline: 0;
  }
  #main-navbar a:hover {
    background: #d32a2d;
    color: #AF2045;
  }
  #main-navbar a:hover:after {
    width: 100%;
  }
  #main-navbar a:after {
    display: block;
    content: "";
    height: 1px;
    background-color: #AF2045;
    width: 0;
    transition: all 0.2s ease-in-out;
    margin: 0 auto;
    clear: both;
  }
}

.navbar-brand {
  padding: 0 15px;
}

.icon-bar {
  background: #333;
}

.content {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 80px;
  font-family: "Lato", sans-serif;
  padding: 0 15px;
}
.content ol > li {
  margin-bottom: 15px;
}

.divider {
  white-space: nowrap;
  font-size: 0;
  position: relative;
  height: 50px;
  width: 100%;
  margin: 30px 0 0;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #ca282b;
}

.table-striped > tbody td {
  padding: 20px;
}

.table-striped td:nth-child(2) {
  font-weight: 700;
  width: 15%;
  text-align: right;
  vertical-align: top;
}

.main-block {
  padding: 50px 20px;
  text-align: center;
}

.main-block-image {
  padding: 50px;
}

#sb-container {
  z-index: 9999;
}

.menu-card {
  font-size: 20px;
}
.menu-card ul {
  margin: 10px 0;
  padding: 15px;
}
.menu-card div {
  line-height: 1.2;
  display: table;
  width: 100%;
}
.menu-card div p {
  display: table-cell;
  color: white;
}
.menu-card div .name span {
  background: #d32a2d;
  padding-right: 15px;
}
.menu-card div .price {
  width: 10%;
  padding-left: 15px;
  background: #d32a2d;
}
.menu-card li {
  list-style: none;
  position: relative;
}
.menu-card li:before {
  border-top: 1px dotted #0b0b09;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.mute {
  color: white;
  font-weight: 500;
  font-size: 14px;
}

.cover {
  background-position: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -1;
}

.cover-layer {
  position: relative;
}
.cover-layer:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(175, 32, 69, 0.3);
}

.typo {
  background: url("../images/typography.jpg") no-repeat center center scroll;
  height: 400px;
}

.lead-photo {
  background: url("../images/salmon-sushi-small.jpg") no-repeat center center scroll;
  height: 200px;
}
@media (min-width: 576px) {
  .lead-photo {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .lead-photo {
    background-position-y: -102px;
  }
}
@media (max-width: 543px) {
  .lead-photo {
    background-position-x: -131px;
  }
}
@media (max-width: 514px) {
  .lead-photo {
    background-position-x: -143px;
  }
}
@media (max-width: 498px) {
  .lead-photo {
    background-position-x: -214px;
  }
}
@media (max-width: 435px) {
  .lead-photo {
    background-position-x: -259px;
  }
}
@media (max-width: 391px) {
  .lead-photo {
    background-position-x: -290px;
  }
}
@media (max-width: 357px) {
  .lead-photo {
    background-position: -294px -99px;
  }
}
@media (max-width: 351px) {
  .lead-photo {
    background-position: -336px -81px;
  }
}
@media (max-width: 301px) {
  .lead-photo {
    background-position: -317px -78px;
  }
}

.page-indent {
  background-color: #d32a2d;
  z-index: 1;
  padding: 30px;
  position: relative;
}
@media (min-width: 576px) {
  .page-indent {
    margin-top: -100px;
  }
  .page-indent.i200 {
    margin-top: -200px;
  }
}

.sidebar .block {
  margin-bottom: 20px;
}
.sidebar h3 {
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: 700;
  letter-spacing: 1px;
  border: 1px solid #b8b8be;
  margin: 0 0 20px;
}
.sidebar .nav a {
  font-weight: 400;
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s linear;
  display: inline-block;
}
.sidebar .nav a:focus, .sidebar .nav a:hover {
  background: none;
  color: #AF2045;
}
.sidebar .nav a:after {
  display: block;
  content: "";
  height: 1px;
  background-color: #AF2045;
  width: 0;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  position: relative;
  bottom: -3px;
}
.sidebar .nav a:hover:after {
  width: 100%;
}
.sidebar .nav .active a {
  color: #b8b8be;
}
.sidebar blockquote {
  font-size: 14px;
  padding: 0 15px 0 30px;
  margin-bottom: 15px;
}
.sidebar blockquote:before {
  font-size: 40px;
}
.sidebar .tags {
  text-align: center;
  line-height: 1.5;
}
.sidebar .tags .btn {
  margin: 3px 2px;
}
.sidebar .social {
  text-align: center;
}
.sidebar .text {
  margin: 15px 0;
  font-size: 14px;
  text-align: justify;
  line-height: 1.2;
}

.login-form {
  margin: 50px 0;
}

.home-page .menu .cover {
  height: 200px;
}
@media (min-width: 576px) {
  .home-page .menu .cover {
    height: 400px;
  }
}

.section-content {
  padding: 0 30px;
  margin: 30px 0;
}

.social-icon,
.social-icon-small {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #d32a2d;
  border-radius: 50%;
  background-color: #333;
  font-size: 22px;
  transition: all 0.3s linear;
  margin: 0 2px;
}
.social-icon:hover,
.social-icon-small:hover {
  background: #AF2045;
}

.social-icon-small {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 17px;
}

.bg-pattern {
  background-image: url("../images/pattern.png");
  color: #fff;
}

.http-error {
  margin: 100px 0;
  font-size: 28px;
  text-align: center;
  width: 100%;
}
.http-error h1 {
  font-size: 90px;
}

.decoration-stars {
  vertical-align: middle;
  color: white;
}
.decoration-stars:after, .decoration-stars:before {
  content: "~";
  font-family: FontAwesome;
  margin: 0 15px;
  color: white;
}

.home-page .swiper-container {
  width: 100%;
  height: 400px;
  background: #000;
}
@media (min-width: 767px) {
  .home-page .swiper-container {
    height: 83vh;
  }
}
.home-page .swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
  background: transparent;
  background: rgba(0, 0, 0, 0.4);
  display: table;
}
.home-page .swiper-slide.image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #d32a2d;
}
.home-page .swiper-slide.making-sushi1 {
  background-position-y: 70%;
}
.home-page .swiper-slide.salmon-sushi {
  background-position-y: 38%;
}
.home-page .swiper-slide .swiper-caption {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.home-page .swiper-slide .title {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .home-page .swiper-slide .title {
    font-size: 41px;
  }
}
.home-page .swiper-slide .subtitle {
  font-size: 16px;
  text-align: center;
  font-weight: 300;
}
@media (min-width: 767px) {
  .home-page .swiper-slide .subtitle {
    font-size: 21px;
  }
}
.home-page .swiper-slide .text {
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  padding: 30px;
}
@media (max-width: 767px) {
  .home-page .swiper-slide .text .btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.home-page .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

/* CONTACT */
#gmap {
  height: 300px;
}

.contact {
  margin-top: 50px;
}
.contact address {
  padding-left: 30px;
  font-size: 14px;
}
.contact address .fa {
  margin-right: 10px;
  color: #4d4d4d;
}
.contact .social {
  text-align: center;
  margin: 30px auto;
}

.about img {
  margin-bottom: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .about img {
    margin-bottom: 0;
  }
}
.about .member {
  margin-top: 50px;
  text-align: center;
}
.about .member .name {
  font-weight: 700;
}
.about .member .title {
  font-weight: 300;
  font-size: 90%;
}
.about .member .bio {
  margin-top: 15px;
}

.services {
  margin: 2rem auto;
  text-align: center;
}
.services i.fa {
  font-size: 60px;
  margin-bottom: 1rem;
}
.services .service {
  position: relative;
  padding: 3rem 2rem;
  color: #fff;
}
.services .service:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #AF2045;
  z-index: 0;
  transition: 0.3s all ease;
  margin: 0.5rem;
  z-index: -1;
}
@media (min-width: 768px) {
  .services .service:after {
    transform: skew(-7deg);
    margin: 1rem;
  }
}
.services .service:hover:after {
  opacity: 0.9;
}

footer.page-footer {
  font-size: 12px;
  margin-bottom: 50px;
  text-align: center;
}
footer.page-footer p {
  padding: 15px;
}
footer.page-footer img {
  margin-top: 15px;
  max-width: 200px;
}
footer.page-footer .footer-links {
  display: inline-block;
  padding: 15px;
  list-style: none;
}
footer.page-footer .footer-links li {
  float: left;
  margin-right: 15px;
}
@media (min-width: 767px) {
  footer.page-footer {
    text-align: left;
  }
  footer.page-footer p {
    text-align: right;
  }
}

.stripes-in:after, .stripes-in:before {
  animation: width 1s forwards;
}

@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.btn {
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 400;
  transition: all 0.15s ease-in-out;
  font-size: 14px;
  letter-spacing: 1px;
  box-shadow: none;
}
.btn:active, .btn:focus, .btn:active:hover, .btn:active:focus {
  outline: 0 none;
}

.btn-custom {
  color: #fff;
  background-color: #AF2045;
}
.btn-custom:focus, .btn-custom.focus {
  color: #fff;
  background-color: #841834;
}
.btn-custom:hover {
  color: #fff;
  background-color: #841834;
}
.btn-custom:active, .btn-custom.active, .btn-custom.is-checked, .btn-custom .open > .dropdown-toggle {
  color: #fff;
  background-color: #841834;
}
.btn-custom:active:hover, .btn-custom:active:focus, .btn-custom:active.focus, .btn-custom.active:hover, .btn-custom.active:focus, .btn-custom.active.focus, .btn-custom.is-checked:hover, .btn-custom.is-checked:focus, .btn-custom.is-checked.focus, .btn-custom .open > .dropdown-toggle:hover, .btn-custom .open > .dropdown-toggle:focus, .btn-custom .open > .dropdown-toggle.focus {
  color: #fff;
  background-color: #661328;
}
.btn-custom.disabled:hover, .btn-custom.disabled:focus, .btn-custom.disabled.focus, .btn-custom[disabled]:hover, .btn-custom[disabled]:focus, .btn-custom[disabled].focus, fieldset[disabled] .btn-custom:hover, fieldset[disabled] .btn-custom:focus, fieldset[disabled] .btn-custom.focus {
  color: #AF2045;
}

.btn-default {
  color: #fff;
  background-color: #b8b8be;
}
.btn-default:focus, .btn-default.focus {
  color: #fff;
  background-color: #9d9da6;
}
.btn-default:hover {
  color: #fff;
  background-color: #9d9da6;
}
.btn-default:active, .btn-default.active, .btn-default.is-checked, .btn-default .open > .dropdown-toggle {
  color: #fff;
  background-color: #9d9da6;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .btn-default.is-checked:hover, .btn-default.is-checked:focus, .btn-default.is-checked.focus, .btn-default .open > .dropdown-toggle:hover, .btn-default .open > .dropdown-toggle:focus, .btn-default .open > .dropdown-toggle.focus {
  color: #fff;
  background-color: #8b8b95;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  color: #b8b8be;
}

.btn-primary {
  color: #fff;
  background-color: #333;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #1a1a1a;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1a1a1a;
}
.btn-primary:active, .btn-primary.active, .btn-primary.is-checked, .btn-primary .open > .dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .btn-primary.is-checked:hover, .btn-primary.is-checked:focus, .btn-primary.is-checked.focus, .btn-primary .open > .dropdown-toggle:hover, .btn-primary .open > .dropdown-toggle:focus, .btn-primary .open > .dropdown-toggle.focus {
  color: #fff;
  background-color: #080808;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  color: #333;
}

.btn-success {
  color: #fff;
  background-color: #89a02c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #677821;
}
.btn-success:hover {
  color: #fff;
  background-color: #677821;
}
.btn-success:active, .btn-success.active, .btn-success.is-checked, .btn-success .open > .dropdown-toggle {
  color: #fff;
  background-color: #677821;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .btn-success.is-checked:hover, .btn-success.is-checked:focus, .btn-success.is-checked.focus, .btn-success .open > .dropdown-toggle:hover, .btn-success .open > .dropdown-toggle:focus, .btn-success .open > .dropdown-toggle.focus {
  color: #fff;
  background-color: #4f5c19;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  color: #89a02c;
}

.btn-info {
  color: #fff;
  background-color: #2c89a0;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #216778;
}
.btn-info:hover {
  color: #fff;
  background-color: #216778;
}
.btn-info:active, .btn-info.active, .btn-info.is-checked, .btn-info .open > .dropdown-toggle {
  color: #fff;
  background-color: #216778;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .btn-info.is-checked:hover, .btn-info.is-checked:focus, .btn-info.is-checked.focus, .btn-info .open > .dropdown-toggle:hover, .btn-info .open > .dropdown-toggle:focus, .btn-info .open > .dropdown-toggle.focus {
  color: #fff;
  background-color: #194f5c;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  color: #2c89a0;
}

.btn-warning {
  color: #fff;
  background-color: #ff7f2a;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #f66200;
}
.btn-warning:hover {
  color: #fff;
  background-color: #f66200;
}
.btn-warning:active, .btn-warning.active, .btn-warning.is-checked, .btn-warning .open > .dropdown-toggle {
  color: #fff;
  background-color: #f66200;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .btn-warning.is-checked:hover, .btn-warning.is-checked:focus, .btn-warning.is-checked.focus, .btn-warning .open > .dropdown-toggle:hover, .btn-warning .open > .dropdown-toggle:focus, .btn-warning .open > .dropdown-toggle.focus {
  color: #fff;
  background-color: #d25400;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  color: #ff7f2a;
}

.btn-danger {
  color: #fff;
  background-color: #c83737;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #a02c2c;
}
.btn-danger:hover {
  color: #fff;
  background-color: #a02c2c;
}
.btn-danger:active, .btn-danger.active, .btn-danger.is-checked, .btn-danger .open > .dropdown-toggle {
  color: #fff;
  background-color: #a02c2c;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .btn-danger.is-checked:hover, .btn-danger.is-checked:focus, .btn-danger.is-checked.focus, .btn-danger .open > .dropdown-toggle:hover, .btn-danger .open > .dropdown-toggle:focus, .btn-danger .open > .dropdown-toggle.focus {
  color: #fff;
  background-color: #842424;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  color: #c83737;
}

.btn-link {
  color: #AF2045;
}
.btn-link:focus, .btn-link.focus {
  color: #AF2045;
}
.btn-link:hover {
  color: #841834;
}
.btn-link:active, .btn-link.active, .btn-link .open > .dropdown-toggle {
  color: #841834;
}
.btn-link:active:hover, .btn-link:active:focus, .btn-link:active.focus, .btn-link.active:hover, .btn-link.active:focus, .btn-link.active.focus, .btn-link .open > .dropdown-toggle:hover, .btn-link .open > .dropdown-toggle:focus, .btn-link .open > .dropdown-toggle.focus {
  color: #661328;
}
.btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled.focus, .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled].focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link.focus {
  color: #AF2045;
}

.btn-group-lg > .btn, .btn-lg {
  font-size: 18px;
  padding: 14px 28px;
}

.btn-group-sm > .btn, .btn-sm {
  font-size: 12px;
  padding: 8px 16px;
}

.btn-group-xs > .btn, .btn-xs {
  font-size: 12px;
  padding: 4px 8px;
}

.pagination .active .page-link {
  background-color: #333;
  color: contrast(#333);
  border: 1px solid #333;
  border-width: 1px 0;
}
.pagination .active .page-link:hover, .pagination .active .page-link:focus {
  background-color: #AF2045;
  border: 1px solid #AF2045;
  border-width: 1px 0;
}
.pagination .disabled .page-link, .pagination .disabled .page-link:hover {
  border: 1px solid #333;
  border-width: 1px 0;
}
.pagination li > .page-link {
  transition: all 0.15s ease-in;
  border: 1px solid #333;
  border-width: 1px 0;
  color: #AF2045;
  border-radius: 0;
}
.pagination li > .page-link:hover {
  background-color: #ccc;
  color: contrast(#ccc);
  border: 1px solid #333;
  border-width: 1px 0;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-radius: 0;
}

.form-group {
  position: relative;
}
.form-group .input-group-addon, .form-group .input-group-text {
  background-color: transparent;
  border: none;
}
.form-group .input-group .animated-form-control {
  flex: 1 1 auto;
}
.form-group .input-group .animated-form-control .form-control {
  width: 100%;
}

.form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  position: relative;
}
.form-control:focus {
  border: none;
  border-bottom: 1px solid #AF2045;
  background-color: transparent;
  box-shadow: none;
}

.animated-form-control {
  position: relative;
}
.animated-form-control:after {
  display: block;
  content: "";
  height: 3px;
  background-color: #AF2045;
  width: 0;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  position: relative;
  bottom: 2px;
  z-index: 3;
}
.animated-form-control .form-control {
  clear: both;
  float: none;
}

.focus:after {
  width: 100%;
}

.form-control:focus {
  outline: none !important;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

select.form-control[disabled] {
  background-color: #d32a2d;
}

option {
  background-color: #d32a2d;
  color: contrast(#d32a2d);
}

.no-cssanimations .animated-form-control .form-control {
  display: inline-block;
}

.blog-post {
  background: #d32a2d;
  padding: 15px;
}
.blog-post .blog-post-header {
  margin-bottom: 15px;
}
.blog-post h2 {
  margin: 15px;
}
.blog-post .categories {
  text-align: center;
}
.blog-post .categories a {
  text-transform: uppercase;
  padding: 5px;
  font-size: 12px;
}
.blog-post .blog-post-author {
  border-right: 1px solid #ccc;
}
.blog-post .blog-post-author a {
  color: #333;
}
.blog-post .blog-post-author, .blog-post .blog-post-date {
  text-align: center;
  color: #b8b8be;
  font-size: 14px;
}

.text-indent {
  text-indent: 1em;
}

.blog-post-footer {
  margin: 30px 0;
}
.blog-post-footer .tags {
  margin-bottom: 30px;
}
.blog-post-footer .prev, .blog-post-footer .next {
  color: #b8b8be;
  font-size: 14px;
}

@media (min-width: 767px) {
  .blog-post {
    margin: 50px;
    margin-top: -65px;
    position: relative;
  }
  .blog-post .blog-post-author {
    text-align: right;
  }
  .blog-post .blog-post-date {
    text-align: left;
  }
}
.blog-comments {
  margin-bottom: 30px;
}
.blog-comments h3 {
  padding: 30px 5%;
}

.comment {
  padding: 30px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
.comment .comment {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comment-header {
  margin-bottom: 30px;
}
.comment-header .author {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.comment-header .author a {
  color: #333;
}
.comment-header time {
  color: #b8b8be;
  font-size: 12px;
  display: block;
}
.comment-header .avatar {
  width: 60px;
  float: left;
  margin: 0;
  margin-right: 15px;
}

@media (min-width: 767px) {
  .recent-text {
    padding-left: 0;
  }
  .recent-text h5 {
    font-size: 12px;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .recent-text time {
    color: #b8b8be;
    font-size: 12px;
  }
}
.recent-post figure {
  position: relative;
}
.recent-post figure .image {
  overflow: hidden;
  background: #AF2045;
}
.recent-post figure img {
  position: relative;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(1.01);
}
.recent-post figure figcaption {
  transform: scale(1);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  margin: 1rem 2rem;
  background: #d32a2d;
  padding: 1.5rem;
  font-size: 12px;
  margin-top: -50px;
}
.recent-post figure:hover img {
  transform: scale(1.12);
  opacity: 0.6;
}

.portfolio_item {
  transition: transform 0.1s ease-in;
  margin: 15px 0;
  background: #000;
}
.portfolio_item:hover {
  transform: scale(1.05);
  z-index: 1;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
}
.portfolio_item:hover img {
  opacity: 1;
}
.portfolio_item img {
  opacity: 0.9;
}

.portfolio {
  position: relative;
  margin: 20px auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media (min-width: 767px) {
  .portfolio {
    margin: 10px -1%;
  }
}
.portfolio figure {
  position: relative;
  float: left;
  overflow: hidden;
  background: #000;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}
.portfolio figure img {
  position: relative;
  display: block;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.portfolio figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.portfolio figure figcaption:before, .portfolio figure figcaption:after {
  pointer-events: none;
}
.portfolio figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
  background: black;
}
.portfolio figure h2 {
  word-spacing: -0.15em;
  font-weight: 800;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
  font-size: 16px;
}
.portfolio figure h2, .portfolio figure p {
  margin: 0;
}
.portfolio figure p {
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  letter-spacing: 1px;
  font-size: 12px;
}
.portfolio figure:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
.portfolio figure:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.grid-2 figure {
  width: 98%;
  max-width: 880px;
}
@media (min-width: 767px) {
  .grid-2 figure {
    margin: 10px 1%;
    width: 48%;
  }
}

.grid-3 {
  max-width: none;
}
.grid-3 figure {
  width: 98%;
  max-width: 880px;
}
@media (min-width: 767px) {
  .grid-3 figure {
    margin: 10px 1%;
    width: 48%;
  }
}
@media (min-width: 992px) {
  .grid-3 figure {
    margin: 10px 1%;
    width: 31.33%;
  }
}
.grid-3 figure p {
  width: 66%;
  font-size: 11px;
}

.grid-4 {
  max-width: none;
}
.grid-4 figure {
  width: 98%;
  max-width: 880px;
}
@media (min-width: 767px) {
  .grid-4 figure {
    margin: 10px 1%;
    width: 48%;
  }
}
@media (min-width: 992px) {
  .grid-4 figure {
    margin: 10px 1%;
    width: 31.33%;
  }
}
@media (min-width: 1200px) {
  .grid-4 figure {
    margin: 10px 1%;
    width: 23%;
  }
}
.grid-4 figure p {
  width: 66%;
  font-size: 11px;
}

.portfolio-item .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.portfolio-item .swiper-slide {
  background-size: cover;
  background-position: center;
}
.portfolio-item .gallery-top {
  width: 100%;
}
.portfolio-item .gallery-thumbs {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
}
.portfolio-item .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}
.portfolio-item .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.portfolio-item .social {
  margin-top: 30px;
}

.no-cssanimations .gallery-thumbs {
  display: none;
}

.recent-works {
  margin-top: 30px;
}

/*# sourceMappingURL=style.css.map */
