/* Show it is fixed to the top */

#logo {
  position: absolute;
  display: inline-block;
  z-index: 1200;
  float: left;
  top: 8px;
  left: 0;
}


.nav-background{
	background-color: rgba(255,255,255,0.85);
}

#nav-logo{
	color: rgba(1,1,1,0);
}

.navbar-toggleable-md .navbar-nav .nav-link{
	padding-right: .5rem;
	padding-left: 7rem;
  color: #a09480;
}

.navbar-toggleable-md .navbar-nav .active .nav-link{
  color: #231c10;
}
.navbar-toggleable-md .navbar-nav .nav-link:hover{
  color: #a37523;

}

.navbar-toggleable-md .navbar-nav a{
	font-size: .8rem;
}

.btn3d {
  position:relative;
  top: -4px;
  border: 0;
  transition: all 40ms linear;
  line-height: 15px;
  font-size: 13px;

}
.btn3d:active:focus,
.btn3d:focus:hover,
.btn3d:focus {
  -moz-outline-style:none;
  outline:medium none;
}
.btn3d:active, .btn3d.active {
  top:-1px;
}

.btn3d.btn-warning {

  box-shadow:0 0 0 1px #d79a47 inset, 0 0 0 0.3px rgba(255,255,255,0.15) inset, 0 4px 0 0 #D79A34, 0 4px 5px 1px rgba(0,0,0,0.5);
  background-color:#FEAF20;
}
.btn3d.btn-warning:active, .btn3d.btn-warning.active {
  box-shadow:0 0 0 1px #d79a47 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
  background-color: #FEAF20;
}

.cartop{
 background-color: white;
 /*height: 7rem;*/
}

.cartop h2{
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-variant: small-caps;
  color: white;
  text-align: left;
}
.cartop h4{
  font-family: 'Open Sans Condensed', sans-serif;
  left:10%;
  font-size: 30px;
  font-style: normal;
  font-variant: small-caps;
  color: white;
  text-align: right;
}
.cartop h3{
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: normal;
  font-variant: small-caps;
  color: white;
  text-align: left;
  font-size: 30px;
}



#caption2{
  font-family: 'Open Sans', sans-serif;
  left: 0%;
  right: 10%;
  font-weight: 300;
  color: white;
  text-align: right;
  font-size: 0.9em;
  padding-bottom: 2rem;
}

#btn-carousel{
  z-index: 1000;
  color: #eea236;
  background:rgba(0,0,0,0);
  border: 2px solid #eea236;
  border-radius: 20px;
  font-weight: 300;
  font-size: 14px;
}



#caption1{
  left: 20%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: white;
  text-align: left;
  font-size: 0.9em;
  margin-bottom: 14rem;
}

body {
  padding-top: 20px;
}

.btn-default {
  top: 25%;
  left:25%;
  color: #999;
  background: #fffccc;
}

.socialcont{
 padding-top: 220px;
}
.instviberother{
  color: #c1c1c1;
  z-index: 15;

  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 4rem;

  text-align: right;
}

.instviberother:hover{
  color: #eea236;
}

#topcar {
  left: auto;
  z-index: 15;
  margin: 0px;
  margin-top: 150px;
  padding: 0 0 35px 0;
  text-align: right;
}

.carousel-indicators li{
  border: 1px solid white;
}

.carousel-indicators .active{
  background-color: #eea236;
  border: 1px solid #eea236;
}

.contact-form{
  /*margin-top: 10rem;*/
  margin-bottom: 3rem;
}

.car-box {
  max-height: 40rem;
  min-height: 40rem;

}




#footer-block {
	width: 100%;
	height: 100%;

  background-image: url('images/cont.jpg');
  background-size: cover;
  background-repeat: no-repeat;


}

.filter{

  width:100%;

  background-color: #3d2d12;
  opacity: 30%;
}

#block-contact {


  height: 40rem;
  width: 40%;

  float: left;
  margin-right: 70px;

}

#block-contact > p{
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: white;
  margin-top: 10rem;
  text-align: center;
  z-index: 10;
}

#block-contact::after{
 content: '';
 background-color: rgba(63, 51, 27,0.8);
 position: absolute;
 width: 900px;
 height:44rem;
 top: 0;
 right: 1rem;
 z-index: 0;
}

#block-contact ul{
  z-index: 100;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  list-style: none;
  /* margin-top: 100px; */
  position: relative;
  top: 10%;
  left: 55%;
  /*margin-left: 200px;*/

}


#block-contact-info p{
	font-size: 10px;
	color: white;
	margin-bottom: 0px;
}

#block-contact-info{


}


#block-contact-info a{
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: #eea236;
  font-size: 22px;
}

#block-contact-info  span{
	font-size: 20px;
	color: white;

}

/*MATERIAL INPUT*/

#contact-container li{
	list-style: none;
	height: 400px;
	/*width: 400px;*/

}

.mat-input{
  margin: 2%;

}
.mat-input-outer{
  display: table;
  width: 100%;

}
.mat-input-outer input{
  height: 50px;
  border-radius: 0;
  border: none;
  width: 100%;
  padding: 0 15px;
  font-family: calibri;
  font-size: 20px;
  font-style: italic;
  background-color: rgba(1, 1, 1, 0.0);
  color: white;
}
.mat-input-outer label{
  font-family: calibri;
  font-size: 20px;
  left: 15px;
  position: absolute;
  top: 18px;
  font-style: italic;
  transition: .2s;
  color: #000;
  cursor: text;
  font-weight: normal;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.mat-input-outer .border{
  height: 2px;
  background: white;
  transition: .3s;
  -webkit-transition: .3s;
  -ms-transition: .3s;
}
.mat-input-outer .border::before{
  content: " ";
  display: table;
  height: 3px;
  width: 0%;
  background: transparent;
  transition: .3s;
  -webkit-transition: .3s;
  -ms-transition: .3s;
  margin: 0 auto;
}
.mat-input-outer input:focus ~ .border{
  background: transparent;
}
.mat-input-outer input:focus ~ .border::before{
  width: 100%;
  background: #eea236;
}
.mat-input-outer input + label.active{
  left: 5px;
  top: -25px;
  color: purple;
  opacity: 1;
  filter: alpha(opacity=100);
}

#send-button {
	text-decoration: none;
	color: #eea236;
	font: 30px "Open Sans";
	margin-left: 80%;
}






.carousel-indicators{
  left: 30%;
}

.carousel-indicators li{
  border-radius: 10px;
  max-width: .8rem;
  height: .8rem;
}

.carousel-item{
  background-color: #1e180e;
}

.d-block{

  opacity: .25;
  height: auto;
  width: 100%;
  min-height: 40rem;

}

.aboutcarousel{
  width:100%;
  height:250px;
  opacity: 30%;
}

.aboutcarousel img{

  height: auto;                    /* <------ */
  width:100%;
  border: grey 1px solid;
}




.about {

  padding-top: 20px;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url('images/about.png');
}

.welcome {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;  color: #bf1c1c;
}

.about h4{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #302f2e;
}

.about p{
  font-family: 'Open Sans', sans-serif;
  color: #6c6c6c;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

@import url('https://fonts.googleapis.com/css?family=Lato:300');
.service{
  font-family: Lato, Arial, "Hiragino Kaku Gothic Pro W3", Meiryo, sans-serif;
  font-weight: 400;
  margin: 0 auto;
}


article figure::after, article figure .image, article figure .lighting, article .item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


article {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  height: 550px;
  margin: 0%;
  -webkit-perspective: 1600px;
  perspective: 1600px;
  cursor: pointer;
}
article .item-wrapper {
  width: 100%;
  height: 100%;

}
article .item-wrapper::before {
  content: '';
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  -webkit-transition: all .2s ease-in;


}
article .item-wrapper:hover::before {

}
article .item-wrapper.enter.ease, article .item-wrapper.leave {
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}
article figure {
  width: 100%;
  height: 100%;
}
article figure::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.06);
}
article figure .image {
  background-position: center;
  background-size: cover;
}
article figure .lighting {
  background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 100%);
}
article .item-content {
  pointer-events: none;
  padding: 10% 10px 10px 35px;
  color: #fff;
  text-shadow: 0 0px 4px rgba(0, 0, 0, 1);
}

article .item-content p {
  color:white;
  -webkit-transform: translateZ(50px);
  transform: translateZ(50px);
}
article .item-content h1 {

  -webkit-transform: translateZ(100px);
  transform: translateZ(100px);
}
article .item-content h2 {
  font-size: 15px;

  color:white;

  -webkit-transform: translateZ(50px);
  transform: translateZ(50px);
}
article .item-content .author {
  -webkit-transform: translateZ(70px);
  transform: translateZ(70px);
}

@media (max-width: 860px) {
  article {
    width: calc(50vw - 3.9vw);
    height: 38vw;
  }
}
@media (max-width: 667px) {
  article {
    width: calc(100vw - 3.9vw);
    height: 60vw;
  }
}




.CTA section {background:#eea236; padding:10px 0; height: 6rem;}

.CTA h1{
  text-transform:uppercase;
  color: #3d2e17;
  font-family:'Open Sans', arial;
  font-size:22px;
  font-weight: 300px;
  line-height: 65px;
  text-align: right;
}

.btn {
  border-radius: 20px;
  margin: 10px 0 0 0;
  font-family: 'Open Sans', sans-serif;
  padding: 12px 40px;
}

.btn.btn-white {
  background: #3d2e17;
  color: #eea236;

}

@media (max-width: 768px) {
  .CTA .m-text-center {text-align:center;}
  .CTA .call-to-action h1{font-size:20px;}
}
@media (max-width: 1024px) {
  .CTA .m-text-center {text-align:center;}
  .CTA .call-to-action h1{font-size:25px;}
}




.wrapper {
  width: 100%;
  position: relative;

}
.wrapper:after {
  padding-top: 42.85714285714287%;
  display: block;
  content: '';
}
.wrapper .column {
  position: absolute;
  left: 0;
  top: 0;
  width: 14.2857142857142857%;
  float: left;
  padding: 6px;
  box-sizing: border-box;
}
.wrapper .column .inner {
  width: 100%;
  position: relative;
}
.wrapper .column .inner:after {
  padding-top: 100%;
  /* ratio 1:1 */
  display: block;
  content: '';
}
.wrapper .column .inner:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  background-color: rgba(0, 0, 0, 0.4);
}
.wrapper .column .inner:hover:before {
  background-color: rgba(0, 0, 0, 0);
}
.wrapper .column:nth-child(1) {
  width: 28.5714285714285714%;
}
.wrapper .column:nth-child(2) {
  left: 28.5714285714285714%;
}
.wrapper .column:nth-child(3) {
  left: 28.5714285714285714%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wrapper .column:nth-child(4) {
  width: 28.5714285714285714%;
  left: 42.85714285714286%;
  top: 0;
}
.wrapper .column:nth-child(4) .inner:after {
  padding-top: 48.7%;
}
.wrapper .column:nth-child(5) {
  left: 71.42857142857143%;
  top: 0;
}
.wrapper .column:nth-child(6) {
  left: auto;
  right: 0;
  top: 0;
}
.wrapper .column:nth-child(7) {
  left: 71.42857142857143%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wrapper .column:nth-child(8) {
  left: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wrapper .column:nth-child(9) {
  width: 28.5714285714285714%;
  top: auto;
  left: 0;
  bottom: 0;
}
.wrapper .column:nth-child(9) .inner:after {
  padding-top: 48.7%;
}
.wrapper .column:nth-child(10) {
  left: 28.5714285714285714%;
  top: auto;
  bottom: 0;
}
.wrapper .column:nth-child(11) {
  left: 42.85714285714286%;
  top: auto;
  bottom: 0;
  width: 28.5714285714285714%;
}
.wrapper .column:nth-child(12) {
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
  width: 28.5714285714285714%;
}
.wrapper .column:nth-child(12) .inner:after {
  padding-top: 48.7%;
}
/* BEAUTY */
body,
html {
  background-color: #fff;
  padding: 0;
}
.wrapper .column .inner {
  background-size: cover;
  background-position: center;
}


.galleryy{
  padding-top: 50px;

}

.contactpanel{

  background-size: cover;
  box-shadow: 1px 0 10px rgba(0,0,0,0.5);
  width: 100%;

  z-index: 1px;
}
.aboutus{
  margin: 3rem;
  color: #302f2e;
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: normal;
  font-variant: small-caps;
  font-size: 2rem;
}



.ourteam{

  padding-top: 20px;
  color: #eea236;
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: normal;
  font-variant: small-caps;
  font-size: 24px;
}

#aboutus-main{
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  padding-bottom: 25px;

}

#firstpartabout{
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
}
#secondpartabout{
  font-size: 18px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: normal;
  font-weight: 300;
}

.contactpanel h4{
  font-family: 'Open Sans ', sans-serif;

  padding-top: 20px;
  padding-bottom: 20px;
  color: #6c6c6c;
}

.contactpanel h3{
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  color: #4c4c4c;
}
.contactpanel h2{
 padding-bottom: 20px;
 font-family: 'Open Sans', sans-serif;
 font-size: 25px;

 color: #bf1c1c;
}

.contactpanel ul{
 padding-bottom: 30px;
 padding-top: 20px;
 padding-left: 40px;
 padding-left: 0 auto;
 line-height: 30px;
 font-family: 'Open Sans', sans-serif;
 font-size: 18px;

 list-style-type: none;
 color: #bf1c1c;
}






footer.nb-footer {
  background: #222;
  border-top: 4px solid #bf1c1c; }
  footer.nb-footer .about {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 1170px;
    text-align: center; }
    footer.nb-footer .about p {
      font-size: 13px;
      color: #999;
      margin-top: 30px; }
      footer.nb-footer .about .social-media {
        margin-top: 30px; }
        footer.nb-footer .about .social-media ul li a {
          display: inline-block;
          width: 45px;
          height: 45px;
          line-height: 45px;
          border-radius: 50%;
          font-size: 16px;
          color: #b78c33;
          border: 1px solid rgba(255, 255, 255, 0.3); }
          footer.nb-footer .about .social-media ul li a:hover {
            background: #b78c33;
            color: #fff;
            border-color: #b78c33; }
            footer.nb-footer .footer-info-single {
              margin-top: 30px; }
              footer.nb-footer .footer-info-single .title {
                color: #aaa;
                text-transform: uppercase;
                font-size: 16px;
                border-left: 4px solid #b78c33;
                padding-left: 5px; }
                footer.nb-footer .footer-info-single ul li a {
                  display: block;
                  color: #aaa;
                  padding: 2px 0; }

                  footer.nb-footer .copyright {
                    margin-top: 15px;
                    background: #111;
                    padding: 7px 0;
                    color: #999; }
                    footer.nb-footer .copyright p {
                      margin: 0;
                      padding: 0; }





.popup-position{display: none; position: fixed; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.7); width: 100%; z-index: 2000; height: 100%;}
#popup-wrapper{ width: 30%; margin:  1rem auto; text-align: left; }
#popup-container{
  background-color: #FFF;
   padding: 20px;
   border-radius: 15px;
   height: 60%;
}

#popup-container h3{
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  padding: 10px;
}
#popup-container h4{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;

}

#popup-container p{
  font-family: 'Open Sans', sans-serif;
  font-size: 9px;
  font-weight: 300;
  color: grey;
  text-align: center;
}

.input-group2, .input-group1{
  display: inline;
}

#popup-container .input-group1{
  width: 62%;
}
#popup-container .input-group2{

  width: 32%;
}

#popup-container .close1{
  border: none;
  background-color: grey;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 10px 25px;
  border-radius: 16px;
  text-decoration: none;
  color:  #fff;

}

#popup-container .login {
  border: none;
 background-color: #eea236;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 10px 100px;
  border-radius: 16px;
  text-decoration: none;
  color:  #fff;


}



#emailinp{
  width:  62%;
}

#emailinp1{
  width:  32%;
}

.form-control{
  padding: .65rem .75rem;
  display: inline;
}

.form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #eea236;
    outline: 0;
}







.popup-position2{display: none; position: fixed; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.7); width: 100%; z-index: 2000; height: 100%;}
#popup-wrapper2{ width: 80%; margin:  1rem auto; text-align: left; }
#popup-container2{
  background-color: #FFF;
   padding: 20px;
   border-radius: 15px;
   height: 60%;
}

#popup-container2 h3{
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  padding: 10px;
}
#popup-container2 h4{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;

}

#popup-container2 p{
  font-family: 'Open Sans', sans-serif;
  font-size: 9px;
  font-weight: 300;
  color: grey;
  text-align: center;
}


#popup-container2 .close1{
  border: none;
  background-color: grey;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 10px 25px;
  border-radius: 16px;
  text-decoration: none;
  color:  #fff;

}

#popup-container2 .login {
  border: none;
 background-color: #eea236;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 10px 100px;
  border-radius: 16px;
  text-decoration: none;
  color:  #fff;


}
