:root {
  --light-blue: #7e93a7;
}
body {
  font-family: 'Titillium Web', sans-serif;
  color: #666d74;
}
.bronze-btn {
  background: #c7b86f;
  padding: 8px 35px;
  color: #fff;
}
.bronze-btn:hover {
  background: #a89c5d;
  text-decoration: none;
  color: #fff;
}
h1, h2 {
  font-family: 'Playfair Display', serif;
}
.home {
  padding: 0px 0px 100px 0px;
}
.page {
  padding-top: 80px;
  padding-bottom: 80px;
  line-height: 25px;
}
@media (max-width:767px) {
  .page {
    padding-top: 20px;
  }
}



.top {
  background: #00111c;
  color: #fff;
  padding: 15px 0px 10px 0px;
}
.top .logo {
  display:block;
  margin:0 auto;
  width:140px;
}
.top i {
  font-size: 16px;
  margin-left:10px;
}
.slogan {
  display: block;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  font-size: 11px!important;
  margin-left: -5px!important;
  font-family: Helvetica, Arial;
}
.social {
  float:right;
  margin-top: 10px;
}
.social a {
  color: #fff;
}
.social a:hover {
  color: #c7b86f;
}
.intro {
  text-align: center;
  margin-bottom: 30px;
}
.intro .quote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #b8c4cf;
}
.ceremony img {
  float:right;
}
@media (max-width:767px) {
  .ceremony img {
    float:none;
  }
  .slogan {
    font-size: 10px!important;
    padding-top:0px;
  }
}
.language_dropdown {
  text-align: left;
  padding-top:10px;
  z-index: 10000;
}
.dropdown-toggle:hover {
  text-decoration: none;
}
.language_dropdown a:first-child {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  cursor: default;
}
.language_dropdown ul li a {
  color:#333!important;
}
.language_dropdown ul li a:hover {
  color:#fff!important;
  background: #333!important;
}
.flag {
  width: 20px;
  margin-top: -3px;
}

/* Menu */

.navbar {
  margin-bottom: 0px;
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
  padding: 5px 0px;
}
.navbar-brand {
  padding: 8px 15px;
}
@media (max-width:767px) {
  .main {
    margin-top: 52px;
  }
}
.navbar-social {
  position:absolute;
  left:0px;
  padding:14px;
  font-size:16px;
  color:#f00;
}
.navbar-social a {
  color:#888;
}
.my-nav {
  position: absolute;
  width: 100%;
  z-index: 9999;
}
.menu {
  position: relative;
  width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: rgba(255, 0, 0, 0);
  padding: 15px;
}
.menu a {
  font-size: 11px;
  color: #fff;
  /*color: #d58a8a;*/
  letter-spacing: 1px;
  font-weight: 400;
}
.menu a:hover {
  text-decoration: none;
  color: #ccc;
}

/* Slide */

.slide .item img {
  width: 100%;
}
.glyphicon-chevron-right, .glyphicon-chevron-left {
  font-size: 25px!important;
}
@media (max-width: 767px) {
  .carousel {
    margin-top: 50px;
  }
}
/* Quote */

.quote {
  /*font-family: 'Playfair Display', serif;*/
  padding: 20px 0px;
  margin: 20px  auto 20px auto;
  max-width: 80%;
}
.quote h1 {
  /*color: #7e93a7;*/
  margin: 1px auto 30px auto;
  font-size: 33px;
  text-align: center;
}
.quote p {
  /*color: var(--light-blue);*/
  font-size: 13px;
  margin: 0 auto;
  text-align: center;
}
.quote .sub {
  font-size: 13px;
  margin: 0 auto;
  text-align: center;
}
.line {
  width: 50%;
  height: 1px;
  border-bottom:1px solid #b8c4cf;
  display: block;
  margin: 40px auto;
}
@media (max-width:767px) {
  .quote {
    max-width: 90%;
  }
  .quote p {
    text-align: justify;
  }
}


/* Categ */

.text {
  display: flex;
  align-items:center;
  height: 370px;
}
.text h2 {
  color: #666d74;
  font-size: 23px;
  text-transform: uppercase;
}
.text p {
  color: #666d74;
  margin-bottom: 30px;
  font-size: 13px;
}
.img-holer img {
  width: 90%;
}
.nr {
  font-family: 'Playfair Display', serif;
  position: absolute;
  font-size: 90px;
  z-index: 999;
  transform: rotate(-90deg);
  right: 16%;
  color: #c7b86f;
}
.bw-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top:50px;
}
.bw-details h2 {
  color: #666d74;
  font-size: 23px;
  text-align: center;
  margin: 0px 0px 30px 0px;
}
.bw-details img {
  display: block;
  margin:0 auto;
  max-width: 400px;
}
.bw-details a {
  margin: 10px 0px 30px 0px;
}
@media (max-width:767px) {
  .img-holer img {
    width: 100%;
  }
  .bw-details img {
    max-width: 80%;
  }
  .text {
    display: block;
    height: inherit;
    margin: 50px 0px;
  }
}

/* Gallery */

.galery {
  background: #262626;
}
.thumbs {
  width: 100%;
  background: #525252;
  overflow: scroll;
}
.inner {
  display: flex;
  /*justify-content: center;*/
}
.thumb {
  margin:0px;
  padding:0px;
  overflow:hidden;
  float: left;
  height:100px;
  width: 100px;
  min-width: 100px;
  transition: all 0.3s;
}
.thumb span {
  width:100%;
  height:100%;
  display:block;
  background-size: cover;
  background-position: top;
  -webkit-transition: all 0.4s; /* Safari */
  transition: all 0.4s;
  position: relative;
}
.thumb span:hover::before {
  font-family: 'FontAwesome';
  content: '\f00e';
  color:#fff;
  background: rgba(60, 90, 94, 0.2);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 999;
  opacity: 0.9;
}
#preview {
  height: 80vh;
  width: auto;
  display: block;
  margin: 0 auto;
}
.galery .left {
  position:absolute;
  left:0px;
  height:100%;
  width:50px;
  top:0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.galery .right {
  position:absolute;
  right:0px;
  top:0px;
  height:100%;
  width:50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.galery .fa {
  font-size: 40px;
  color: #fff;
  padding: 30px;
  background: rgba(204, 204, 204, 0.30);
  cursor: pointer;
}
.galery .fa:hover {
  background: rgba(204, 204, 204, 0.45);
}
.bw {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.color {
  /*-webkit-filter: grayscale(0);*/
  /*filter: grayscale(0);*/
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari */
  transform: scale(1.1);
}
@media (max-width:767px) {
  .galery {
    background: #3f3f3f;
  }
  .thumbs {
    /*position: fixed;
    bottom: 0px;
    left: 0px;*/
  }
  .thumb {
    height: 80px;
    width: 70px;
  }
  .inner {
    justify-content:flex-start;
  }
  .preview-container {
    display: flex;
    justify-content: center;
  }
  #preview {
    height: 85vh;
  }
}

/* Footer */

.footer {
  background: #ccc;
  padding: 30px 0px;
}
.footer h5 {
  margin-bottom: 20px;
  color: #888;
  font-size: 16px;
}
.footer a {
  margin:5px 0px;
  display: block;
  color: #777;
  font-size: 13px;
}
.footer a:hover {
  color:#fafafa;
  text-decoration: none;
}
.copyright {
  margin-top: 40px;
  color: #999;
}
