/* --------------------------------------------------- *
 * Intro
/* --------------------------------------------------- */

#content-section.intro-section {
	padding: 45px;
}
@media (max-width :992px) {
	#content-section.intro-section {
		padding: 15px;
	}
}

#intro-section {
	position: relative;
	height: 500px;
	min-height: 360px;
}
#intro-section.full-page {
	height: 100%;
}

#intro-section .intro-cover {
	background-color: rgba(0, 0, 0, 0.7);
}

/* intro caption */
.intro-caption {
	position: absolute;
	display: inline-block;
	left: 5%;
	bottom: 10%;
	max-width: 820px;
	padding: 50px 60px;
	z-index: 9;
}
@media (max-width :992px) {
	.intro-caption {
		right: 5%;
		bottom: 5%;
		padding: 20px;
	}
}
@media (max-width :768px) {
	.intro-caption {
		text-align: center;
	}
}

/* intro title */
.intro-title {
	margin-bottom: 10px;
	font-size: 36px;
	font-weight: 100;
	letter-spacing: 8px;
	margin-right: -10px;
  line-height:150%;
}
@media (max-width :991px) {
	.intro-title {
		font-size: 28px;
	}
}
@media (max-width :767px) {
	.intro-title {
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: 300;
		letter-spacing: 7px;
		margin-right: -7px;
	}
}

/* intro subtitle */
.intro-subtitle {
	margin: 0;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 12px;
	margin-right: -12px;
}
@media (max-width :991px) {
	.intro-subtitle {
		font-size: 14px;
		letter-spacing: 5px;
		margin-right: -5px;
	}
}

/* intro text */
.intro-text {
	font-size: 14px;
	color: #DDD;
}

/* intro bottons */
.intro-button-wrap {
	margin-top: 20px;
}
.intro-caption .btn-default {
	color: #FFF;
}

/* made with love */
.made-with-love {
	position: absolute;
	right: 45px;
	bottom: 15px;
	font-size: 12px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.42);
	z-index: 3;
}

/* scrolling background */
.bg-image-scroll-horizontal, .bg-image-scroll-vertical {
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}


/* If intro section contain YTPlayer 
====================================== */
#intro-section .youtube-bg-wrap,
#intro-section .inline-YTPlayer,
#intro-section .youtube-bg {
	position: absolute !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#intro-section .youtube-bg {
	padding-bottom: 0 !important;
	height: auto !important;
}
ht: auto !important;
}

.text-gray-3 { color: #DDD !important; }
.bg-transparent-8-dark { background-color: rgba(0, 0, 0, 0.8) !important; }

.btn {
	position: relative;
	margin: 8px 0;
	padding: 10px 30px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 9;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 2px solid rgba(0, 0, 0, 0);
	-webkit-box-shadow: inset 0px -2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px -2px 0 rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn.active, .btn:active, .btn.focus, .btn:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	-webkit-box-shadow: inset 0px -3px 0 rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px -3px 0 rgba(0, 0, 0, 0.05);
	outline: none;
}
.btn-rounded-5x {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.btn-default {
	color: #000;
	background-color: rgba(189, 189, 189, 0.25);
	border-color: transparent;
}
.btn-primary {
	color: #FFF;
	background-color: #987F28;
	border-color: #987F28;
}
.btn-primary:hover{
	background-color: #987F28;
	border-color: #987F28;
}
.btn-primary:not([disabled]):not(.disabled):active{
  color: #fff;
  background-color: #0a0a0aa3;
  border-color: #8c3c1e;
  box-shadow: 0 0 0 0.2rem rgb(47 47 47 / 50%);
}

.NFDGdflt26_cLiCkTocAlL_WinDowShoW .WinDowShoW_FooTeR_Text {
    font-size: 14px;
    color: #FFF;
    background-color: #d55816;
    padding: 8px;
    border-radius: 4px;
    margin: 10px 0 0 0;
}

.NFDGdflt26_cLiCkTocAlL_WinDowShoW .WinDowShoW_FooTeR_Text:hover {
    opacity:0.9
}

span.ql-font-WebsiteFont {
    color: #272727 !important;
    font-size: 14px;
    line-height: 150%;
    padding: 0;
}