@font-face {
	font-family: 'DXPSRA_LibreBaskervilleBold';
	src: url('../fonts/DXPSRA_LibreBaskervilleBold.eot');
	src: url('../fonts/DXPSRA_LibreBaskervilleBold.eot') format('embedded-opentype'), url('../fonts/DXPSRA_LibreBaskervilleBold.woff2') format('woff2'), url('../fonts/DXPSRA_LibreBaskervilleBold.woff') format('woff'), url('../fonts/DXPSRA_LibreBaskervilleBold.ttf') format('truetype'), url('../fonts/DXPSRA_LibreBaskervilleBold.svg#DXPSRA_LibreBaskervilleBold') format('svg');
}
@font-face {
	font-family: 'DXPSRA_LibreBaskervilleRegular';
	src: url('../fonts/DXPSRA_LibreBaskervilleRegular.eot');
	src: url('../fonts/DXPSRA_LibreBaskervilleRegular.eot') format('embedded-opentype'), url('../fonts/DXPSRA_LibreBaskervilleRegular.woff2') format('woff2'), url('../fonts/DXPSRA_LibreBaskervilleRegular.woff') format('woff'), url('../fonts/DXPSRA_LibreBaskervilleRegular.ttf') format('truetype'), url('../fonts/DXPSRA_LibreBaskervilleRegular.svg#DXPSRA_LibreBaskervilleRegular') format('svg');
}
h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}
h4 {
	font-size: 19px;
	line-height: 1.375em;
	color: #303030;
	font-weight: 400;
	margin-bottom: 30px;
}
body {
	font-family: 'DXPSRA_LibreBaskervilleRegular';
}
.carousel-control.right, .carousel-control.left {
	background-image: none;
	color: #f4511e;
}
.carousel-indicators li {
	border-color: #fff;
	background: #fff;
	width: 6px;
    height: 6px;
	margin: 2px;
}
.carousel-indicators li.active {
	background-color: #7d2625;
	border-color: #7d2625;
	width: 8px;
    height: 8px;
}

.modal-dialog {
	/*margin: 30px auto;*/
    margin: 231px auto;
}

.item h4 {
	font-size: 12px;
	line-height: 2;
	font-weight: 400;
	font-style: normal;
	margin: 30px 0;
	background: url(../images/open.png) left top 0px no-repeat, url(../images/close.png) right bottom -2px no-repeat;
	color: #f2ede2;
}
.item h4  p{
	padding:10px 60px;
}
.item span {
	font-style: normal;
	line-height: 4;
}
.panel {
	border: 1px solid #f4511e;
	border-radius: 0 !important;
	transition: box-shadow 0.5s;
}
.panel:hover {
	box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
	border: 1px solid #f4511e;
	background-color: #fff !important;
	color: #f4511e;
}
.panel-heading {
	color: #fff !important;
	background-color: #f4511e !important;
	padding: 25px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.navbar-brand {
	float: left;
	height: auto;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
}
#about {
	background: url(../images/texture.png);
	background-repeat: no-repeat;
	padding-top: 200px;
	background-size: 100%;
}
.navbar {
	background: url(../images/header-bg.png);
	background-repeat: no-repeat;
	box-shadow: 0px 3px 2px 0px #d7c29c;
	background-size: 100% 100%;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
	color: #891b1b!important;
	background-color: transparent !important;
	font-size: 12px;
	font-family: 'DXPSRA_LibreBaskervilleRegular'
}
.navbar-nav>li>a {
	padding: 0px 25px;
	color: #9b875a!important;
	background-color: transparent !important;
	font-size: 12px;
	font-family: 'DXPSRA_LibreBaskervilleRegular';
	border-right: 1px solid #9b875a;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
	color: #fff !important;
}
footer .glyphicon {
	font-size: 20px;
	margin-bottom: 20px;
	color: #f4511e;
}
.slideanim {
	visibility: hidden;
}
.slide {
	animation-name: slide;
	-webkit-animation-name: slide;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	visibility: visible;
}
#testimonial {
	background: #b62e2d;
	color: #fff;
	padding: 40px 0px 100px;
}
figure {
	position: relative;
}
.carousel-caption.overlay {
	width: 100%;
	left: 0;
	right: 0;
    background: #f5e9d9f5;
	bottom: 35%;
	padding: 120px 20px;
	line-height: 2;
}
 @keyframes slide {
 0% {
 opacity: 0;
 transform: translateY(70%);
}
 100% {
 opacity: 1;
 transform: translateY(0%);
}
}
 @-webkit-keyframes slide {
 0% {
 opacity: 0;
 -webkit-transform: translateY(70%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0%);
}
}
 @media screen and (max-width: 768px) {
.col-sm-4 {
	text-align: center;
	margin: 25px 0;
}
.btn-lg {
	width: 100%;
	margin-bottom: 35px;
}
}
 @media screen and (max-width: 480px) {
.logo {
	font-size: 150px;
}
}
/*css for how it works */
#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 60px;
}
#quote-carousel .carousel-control {
	background: none;
	color: #952321;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
	opacity: 1;
}
#quote-carousel .carousel-indicators {
	position: relative;
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-top: 20px;
	margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
	width: 50px;
	height: 50px;
	cursor: pointer;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	opacity: 0.4;
	overflow: hidden;
	transition: all .4s ease-in;
	vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
	width: 128px;
	height: 128px;
	opacity: 1;
	transition: all .2s;
}
.item blockquote {
	border-left: none;
	margin: 0;
}
.item blockquote p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}
.item blockquote p:before {
	display: none;
}
.navbar-brand {
	width: 100%;
}
.navbar-brand img {
	margin: 0 auto;
	padding: 10px 0 20px;
}
.navbar-header {
	float: none;
}
.navbar-nav {
	float: none;
	margin: 1.5rem auto;
	width: 60%;
}
.gift {
	color: #424342;
	font-size: 15px;
	font-weight: 600;
}
.box {
	border: 1px solid #9b875a;
	padding: 50px 70px 20px;
	margin: 35px 0px;
}
.commemorates {
	color: #806b3d;
	font-size: 11px;
	font-weight: 600;
}
.box p {
	margin-bottom: 25px;
}
.carousel-indicators {
	bottom: -60px;
}
.overlay .col-sm-8 p {
	color: #424342;
	font-family: 'DXPSRA_LibreBaskervilleRegular';
	text-shadow: none;
	width: 82%;
	margin: 0 auto;
	font-size: 15px;
}
.item blockquote p {
	color: #b62e2d;
	font-size: 27px;
	font-weight: bold;
}
section#option {
	background: #424342;
	color: #fff;
	padding: 20px;
}
.navbar-default .navbar-nav>li:first-child a
{    border-left: 1px solid #9b875a;}
#option .col-sm-8 ol, ul {
	padding: 0;
	text-align: center;
	margin: 50px;
}
#option .col-sm-8 ul li {
	display: inline-block;
	margin-right: 20px;
	<!--background: #f1ece2;-->
	width:90px;
	text-align:right;
}
#option .col-sm-8 ul li:first-child {
	    color: #676661;
    padding: 5px 10px;
    font-size: 11px;
}
.a3 {
	color: #b62e2d;
	text-align: left;
	padding-top:50px;
	/* padding-bottom: 30px; */
	font-size: 12px;
	font-weight: bold;
}

.a3-img{
	width:65px;
	height:92px;
}

.a2-img{width:95px;
	height:135px;
}

.a1-img{width:115px;
	height:163px;
}

#how {
	padding-top: 20px;
}
.item h4 {
	height: 60px;
	max-height: 200px;
}
.option-text p {
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 1.5;
}
.contact {
	font-size: 12px;
}
#option .col-sm-8 ul li:nth-child(2) {
	 padding: 5px 10px;
    font-size: 11px;
	    color: #676661;
}
#option .col-sm-8 ul li:nth-child(3) {
 padding: 5px 10px;
    font-size: 11px;
	    color: #676661;
}
.a2 {
	color: #b62e2d;
	text-align: left;
	padding-top: 60px;
	/* padding-bottom: 30px; */
	font-size: 12px;
	font-weight: bold;
}
.a1 {
	color: #b62e2d;
	text-align: left;
	padding-top: 90px;
	/* padding-bottom: 30px; */
	font-size: 12px;
	font-weight: bold;
}
#past1 {
    background: url(../images/texture.png);
    background-repeat: no-repeat;
	padding:20px;
	background-size:100%;
}
.past {
    background: #f7e3c3;
        padding: 30px 33px 10px;
     border: 1px solid #9b875a;
    outline: 15px solid #f7e3c3;
    width: 95%;
    margin: 0px auto 50px;
    line-height: 2;
    font-size: 11px;
    text-align: center;
}
.plus img
{
	margin:0 auto;
	    width: 16px;
}
.plus {
    margin-top: 50px;
}
#past1 h2
{
	    color: #b62e2d;
		margin-bottom:50px;
}
.contactDesc{
         padding: 30px;
    margin: 0;
}
.bottom_footer
{
 border-top: 1px solid #9b875a;
 background: url(../images/texture.png);
    background-repeat: no-repeat;
}	
.contactDesc li
{
	display:inline-block;
	color: #b62e2d;
	margin-right:15px;
	font-size:14px;
}
.package1 .modal-content {
    background: #b62e2d;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    box-shadow: none;
    padding: 50px 120px;
}
.package1 .modal-content p
{
	margin-bottom:30px;
	line-height:2;
}
.package1 .modal-footer {

    border-top: none;
	text-align:center;
}
.package1 .close, .package1 .close:hover {
    color: #fff;
       opacity: 1;
    font-size: 50px;
	float:none;
}
#myModal .modal-content {
    background: #b62e2d;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    box-shadow: none;
    /*padding: 50px 120px;*/
	padding: 35px 120px;
	font-size:16px;
	    outline: none;
    border: none;
}
 .modal-content p
{
	/*margin-bottom:30px;*/
	margin-bottom:10px;
	line-height:2;
}
.modal-footer {
    padding: 0;
    text-align: center;
    border-top: 0px solid #e5e5e5;
}
.close {
    float: none;
    font-size: 36px;
    font-weight: 700;
    line-height: 0;
    color: #b62e2d;
    text-shadow:none;
     opacity: 1;
}
/*.past */a{
   
    line-height: 2;
    font-size: 11px;
    text-align: center;
	color:#424342;
		text-decoration:none;
}
/*.past */a:focus, a:hover
{
	text-decoration:none;
	color:#424342;
}
a:focus
{	text-decoration:none;
    outline: none;}
	.modal-content {
    background: #f7e2c1;
    color: #333;
    text-align: center;
    border-radius: 0px;
    box-shadow: none;
    /*padding: 50px 20px;*/
	padding: 20px 20px;
	font-size:15px;
	    border: 1px solid #9b875a;
    outline: 15px solid #f7e3c3;
}
blockquote .small:before, blockquote footer:before, blockquote small:before
{
	display:none;
}

blockquote small {
    max-height: 200px;
    height: 80px;
    color: #806b3d;
}

a
{
	outline:none;
}
a:hover
{
	outline:none;
	text-decoration:none;
}
figure img{
	width:100%;
}
span.insta {
    float: left;
}
span.fb {
    float: left;
    margin-left: 10px;
}	