@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Montserrat:300,400,500,600,700,800');
body{font-family: 'Montserrat', sans-serif !important;}
section h2{font-family: 'Abril Fatface', cursive;font-size: 3em;color: #000;}
section h3{font-family: 'Abril Fatface', cursive;font-size: 2.5em;color: #ffd3ca;}
section h2.lines{position: relative;letter-spacing: 3px;}
section h2.lines:before{content: "";width: 25px;height: 1px;background: #000;position: relative;display: inline-block;bottom: 14px;right: 20px;}
section h2.lines:after{content: "";width: 25px;height: 1px;background: #000;position: relative;display: inline-block;bottom: 14px;left: 20px;}
label.error{color: red;}
.m-scroll{position: relative;
top: -74px;
clear: both;
height: 0px;
font-size: 0px;
line-height: 0px;}
.m-scroll:before, .m-scroll:after{
  content: " ";
  clear: both;
  display: table;
  position: relative; 
}
/*Buttons*/
.btn-black{background: #000;border:1px solid #000;color: white;padding: 14px 18px;border-radius: 8px;}
.btn-black:hover{background: transparent;color: black;}
/*Centers div*/
.center-div{top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);-webkit-transform: translateX(-50%) translateY(-50%);-moz-transform: translateX(-50%) translateY(-50%);-o-transform: translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);}
.center-horizontal{left: 50%;transform: translateX(-50%) translateY(0%);-webkit-transform: translateX(-50%) translateY(0%);-moz-transform: translateX(-50%) translateY(0%);-o-transform: translateX(-50%) translateY(0%);-ms-transform: translateX(-50%) translateY(0%);}
.center-vertical{top: 50%;transform: translateX(0%) translateY(-50%);-webkit-transform: translateX(0%) translateY(-50%);-moz-transform: translateX(0%) translateY(-50%);-o-transform: translateX(0%) translateY(-50%);-ms-transform: translateX(0%) translateY(-50%);}
/*Modal*/
.modal-backdrop.show {opacity: 0.8;}
.modal-header {
    padding: 0 .5rem !important;
    border-bottom: 0px solid #e9ecef !important;
}

.modal-large{
    max-width: 950px !important;
}
.modal-header h2{
	margin: 0 auto;
	padding: 100px 0;
	letter-spacing: 2px;
	font-family: 'Abril Fatface', cursive;font-size: 4.25em;color: #fff;
	line-height: 1;
}
.close,.close:hover {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0px 0 #fff;
    opacity: 1;
}
.modal-large form{
	padding: .5em 4em 1em 4em;
}
.form-control {
    color: #1d1d1d !important;
    background-color: #fff;
    background-clip: padding-box;
    border:0;
    border-bottom: 1.5px solid #000;
    border-radius: 0rem;
    text-align: left;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem -1rem;
}
.form-group {
    margin-bottom: 2rem;
}
.form-control label{
    margin-bottom: 0rem !important;
}
.form-control select:before{
content: "";
display: block;
position: relative;
width: 10px;
height: 10px;
color: both;
}
.form-control::placeholder {
    color: #000 !important;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #000 !important;
    opacity: 1;
}
.form-control::-webkit-placeholder {
    color: #000 !important;
    opacity: 1;
}
.modal-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;}

select {
    -moz-appearance: window;
    -webkit-appearance: none;
     background: url(../../images/drop-down-arrow.png) no-repeat right center;
    padding-right: 20px;
}
select  option {
	background: #000;
	color: #fff;
	font-family: 'Montserrat',sans-serif !important;
	font-size: .9em !important;
	text-align: right !important;
	padding: 20px 0;
	font-weight: 300 !important;
}

textarea:focus, input:focus, select:focus {   
    border-color: rgba(255, 211, 202, 0.8) !important;
    box-shadow: 0 1px 1px rgba(255, 211, 202, 0.8) inset, 0 0 8px rgba(255, 211, 202, 0.8) !important;
    outline: 0 none !important;
}

@-moz-document url-prefix() {
.wrapper {
     background: url(../../images/drop-down-arrow.png) no-repeat right center;
     padding-right: 20px;
  }
}
@-webkit-document url-prefix() {
.wrapper {
     background: url(../../images/drop-down-arrow.png) no-repeat right center;
     padding-right: 20px;
  }
}
@-o-document url-prefix() {
.wrapper {
     background: url(../../images/drop-down-arrow.png) no-repeat right center;
     padding-right: 20px;
  }
}
/*Carousel*/
.carousel{
  position: relative;
  overflow: hidden;
}
.carousel .carousel-item{
    position: relative;
    min-height: 620px;
    overflow: hidden;
}
.carousel .carousel-item  h2{font-family: 'Abril Fatface', cursive;font-size: 3em;color: #000;}


.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}