/* Bootstrap core CSS */
@import url('bootstrap.min.css');
/* Superfish CSS */
@import url('superfish.css');
/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Raleway:700,900');
/* Import FontAwesome */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css);

h1, h2, h3, h4, h5, h6 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Raleway' , Sans-Serif;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #f9a11b;
	font-weight: 900;
}

h2 {
	font-size: 4rem;
}

p, li {
	font-size: 1.8rem;
}

body {
	position: relative;
}

.site-wrapper {
	overflow: hidden;
}

body::before {
	content: '';
	position: fixed;
	background-color: #fff;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 1;
	visibility: visible;
	transition: all ease-in-out 0.3s;
	z-index: 9999;
}

body.pace-done::before {
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.3s;
	display: none;
	z-index: 9998;
}

/* Preloader --------------------------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
    display: none;
}

.status {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url('../img/loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin-left: -60px;
    margin-top: -60px;

}

.lead {
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-top: solid 2px #302d2d;
	border-bottom: solid 2px #302d2d;
	padding: 20px 0px;
}

/* scroll to top */

a.cd-top:hover, a.cd-top:focus {
	color: #fff;
	text-decoration: none;
}

.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	z-index: 9999;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	white-space: nowrap;
	background: rgba(0, 0, 0, 0.6);
	visibility: hidden;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	font-size: 3rem;
	padding: 9px 0px 0px 19px;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #f9a11b;
  opacity: 1;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 40px;
  }
}

/* global styles */

body {
	font-family: 'Lato' , Sans-Serif;
	color: #302d2d;
	-webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  	transition:         all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

h1 {
	font-family: 'Raleway' , Sans-Serif;
	color: #f9a11b;
}

p.lead {
	font-weight: 800;
}


/* pre-header */

.pre-header {
	background-color: #302d2d;
	width: 100%;
	top: 0;
	height: 45px;
	color: #fff;
}

.contact-icons {
	padding: 11px 0px;
}

.social-icons {
	padding: 7px 0px;
	float: right;
}

.contact-icons a {
	color: #fffefe;
}

.phone-header, .email-header {
	margin-right: 5px;
	display: inline-block;
}

.contact-icons .fa {
	color: #7f7f7f;
}

.social-icons a {
	width: 30px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	background-color: rgba(255,255,255,1);
	color: #7f7f7f;
	display: inline-block;
	padding: 0px;
	border-radius: 15px;
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	position: relative;
	border: solid 1px #eaeaea;
	margin-right: 5px;
}

.social-icons a .fa {
	width: 30px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	background-color: #7f7f7f;
	color: #fffefe;
	display: inline-block;
	padding: 7px 8px 0px 9px;
	border-radius: 15px;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  	transition:         all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.social-icons a .fa.fa-google-plus {
	padding: 7px 8px 0px 6px;
}

.social-icons a .fa.fa-facebook {
	padding: 7px 8px 0px 10px;
}

.social-icons a p {
	margin-left: 40px;
	padding-top: 5px;
	font-family: Sans-Serif;
	font-weight: bold;
	text-decoration: none;
}

.social-icons a:hover {
	width: 120px;
	text-decoration: none;
}

.social-icons a:hover .fa.fa-facebook {
	background-color: #3b5998;
	color: #fff;
	transform: rotate(-360deg);
}

.social-icons a:hover .fa.fa-twitter {
	background-color: #55acee;
	color: #fff;
	transform: rotate(-360deg);
}

.social-icons a:hover .fa.fa-instagram {
	background-color: #125688;
	color: #fff;
	transform: rotate(-360deg);
}

.social-icons a:hover .fa.fa-google-plus {
	background-color: #dd4b39;
	color: #fff;
	transform: rotate(-360deg);
}

nav {
	position: relative;
	z-index: 9999;
}

.top-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	background-color: rgba(0,0,0,0.6);
	height: 115px;
	z-index: 9997;
	opacity: 1;
}

.pace-running .top-nav {
	opacity: 0;
	top: -10px;
}

.logo img {
	width: 100%;
	height: auto;
}

.logo {
	display: inline-block;
	width: 250px;
	height: auto;
	padding: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all ease-in-out 0.6s;
}

.top-nav .scroll-title {
	position: absolute;
	left: -400px;
	opacity: 0;
	transition: all ease-in-out 0.3s 0.3s;
}

.navigation {
	display: inline-block;
	/* border-bottom: solid 1px rgba(255,255,255,0.3); */
	/* margin-left: 300px; */
	float: right;
}

.navigation ul {
	list-style-type: none;
	margin-bottom: 0px;
	font-family: 'Lato' , Sans-Serif;
}

.navigation ul li {
	display: inline-block;
	padding: 49px 15px 10px;
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  	transition:         all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	position: relative;
}

.navigation ul li.active {
	border-bottom: solid 2px #f9a11b;
}

.navigation ul li:hover {
	background-color: rgba(0,0,0,0.5);
}

.navigation ul li a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Lato' , Sans-Serif;
	font-size: 1.4rem;
	letter-spacing: 1px;
	font-weight: 800;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.navigation ul li a:hover {
	text-decoration: none;
}

.navigation ul li ul {
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	top: 100%;
	left: 0px;
	padding: 0px;
}

.navigation ul li ul li, .navigation ul li ul li ul li {
	display: block;
	padding: 10px 15px 9px 15px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	position: relative;
	white-space: nowrap;
}

.navigation ul li ul li a, .navigation ul li ul li ul li a {
	color: #302d2d;
	text-shadow: none;
}

.navigation ul li ul li ul{
	position: absolute;
	background-color: rgba(255,255,255,0.9);
	left: 100%;
	top: 0px;
}

/* Styling for scroll menu */

.top-nav.scroll-nav {
	background: transparent;
	background-color: #fff;
	position: fixed;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	height: 42px;
}

.top-nav.scroll-nav .navigation ul {
	margin-bottom: 0px;
}

.top-nav.scroll-nav .navigation ul li {
    display: inline-block;
    padding: 8px 15px;
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.top-nav.scroll-nav .navigation ul li a {
	color: #302d2d;
	text-shadow: none;
}

.top-nav.scroll-nav .navigation ul li ul li a, .top-nav.scroll-nav .navigation ul li ul li ul li a {
	color: #302d2d;
}

.top-nav.scroll-nav .logo {
	top: -260px;
	opacity: 0;
}

.top-nav.scroll-nav .navigation ul li:hover a {
	color: #302d2d;
}

.top-nav.scroll-nav .scroll-title {
	left: 10px;
	top: 6px;
	opacity: 1;
	font-family: 'Lato' , Sans-Serif;
	font-size: 18px;
}

/* Customise Superfish */

.sf-arrows .sf-with-ul::after {
	content: '\f107';
	font-family: FontAwesome;
	position: absolute;
	top: auto;
	bottom: 10px;
	right: 2em;
	margin-top: 0px;
	height: auto;
	width: auto;
	border: none;
	border-top-color: none;
	border-top-color: none;
}

.sf-arrows > li > .sf-with-ul:focus::after, .sf-arrows > li:hover > .sf-with-ul::after, .sf-arrows > .sfHover > .sf-with-ul::after {
    border-top-color: transparent;
}

/* Collapse Nav */

nav.collapse-nav {
    width: 50%;
    position: relative;
    background-color: rgba(0,0,0,0.9);
    position: fixed;
    left: 0px;
    height: 100%;
    top: 0px;
    bottom: 0px;
    padding: 0px;
    -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    text-align: right;
}

nav.collapse-nav.hidden-nav {
    left: -50%;
    -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.collapse-nav .container-fluid {
	padding: 0px;
}

.collapse-nav .logo {
	position: relative;
}

.collapse-nav .navigation {
	display: block;
	border-bottom: none;
	background-color: none;
	margin-left: 0px;
}

.collapse-nav .navigation ul {
	list-style-type: none;
	margin-bottom: 0px;
	font-family: 'Lato' , Sans-Serif;
	padding: 0px;
}

.collapse-nav .navigation ul li {
	display: block;
	padding: 20px 15px 20px;
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  	transition:         all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	position: relative;
	border-bottom: solid 1px rgba(255,255,255,0.1);
	width: 100%;
}

.collapse-nav .navigation ul li:hover {
	background-color: transparent;
}

.collapse-nav .navigation ul li a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Lato' , Sans-Serif;
	font-size: 1.4rem;
	letter-spacing: 1px;
}

.collapse-nav .navigation ul li a:hover {
	text-decoration: none;
}

.collapse-nav .navigation ul li ul {
	background-color: rgba(255,255,255,0.1);
	position: relative;
	top: 100%;
	left: 0px;
	padding: 0px;
	margin: 10px -15px;
	color: #fff;
	border-top: solid 1px rgba(255,255,255,0.5);
	border-bottom: solid 1px rgba(255,255,255,0.5);
}

.collapse-nav .navigation ul li ul li, .collapse-nav .navigation ul li ul li ul li {
	display: block;
	padding: 10px 15px 9px 15px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	position: relative;
	white-space: nowrap;
}

.collapse-nav .navigation ul li ul li ul{
	position: relative;
	background-color: none;
	left: 0px;
	top: 0px;
}

/* Customise Superfish */

.collapse-nav .sf-arrows .sf-with-ul::after {
	content: '\f107';
	font-family: FontAwesome;
	position: absolute;
	top: 20px;
	bottom: auto;
	right: 2em;
	margin-top: 0px;
	height: auto;
	width: auto;
	border: none;
	border-top-color: none;
	border-top-color: none;
}

.collapse-nav .sf-arrows > li > .sf-with-ul:focus::after, .collapse-nav .sf-arrows > li:hover > .sf-with-ul::after, .collapse-nav .sf-arrows > .sfHover > .sf-with-ul::after {
    border-top-color: transparent;
}

a.navigation-menu-show {
		display: none;
	}

.collapse-nav a.navigation-menu-show {
	display: block;
	content:'\f0c9';
	font-family: FontAwesome;
	color: #fff;
	width: 45px;
	height: 45px;
	position: absolute;
	right: -45px;
	top: 0px;
	background-color: #f9a11b;
}

.collapse-nav a.navigation-menu-show.hidenav {
	display: block;
	content:'\f0c9';
	font-family: FontAwesome;
	color: #fff;
	width: 45px;
	height: 45px;
	position: absolute;
	right: auto;
	left: 0px;
	top: 0px;
	background-color: transparent;
	z-index: 9999;
}

a.navigation-menu-show::after {
	content: '\f00d';
	font-family: FontAwesome;
	color: #fff;
	position: absolute;
	right: 12px;
	top: 5px;
	font-size: 25px;
}

.hidden-nav a.navigation-menu-show::after {
	content: '\f0c9';
	font-family: FontAwesome;
	color: #fff;
	position: absolute;
	right: 12px;
	top: 5px;
	font-size: 25px;
}

.collapse-nav .logo {
	display: none;
}

/*-----------------------------------------------------------

Slider

--------------------------------------------------------------*/

section.slider {
	z-index: 1;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
}

.tparrows::before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}

.slide-title {
	font-family: 'Raleway' , Sans-Serif;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.9);
	font-size: 7rem;
	width: 100%;
}

.slide-caption {
	font-family: 'Lato' , Sans-Serif;
	color: #fff;
	text-shadow: 0px 0px 7px rgba(0,0,0,1);
	font-size: 3rem;
	width: 100%;
}

.caption-wrapper {
	background-color: #000;
}

.slide-button a {
	font-family: 'Lato' , Sans-Serif;
	color: #fff;
	border: solid 2px rgba(255,255,255,0.7);
	padding: 8px 23px;
	font-size: 1.8rem;
	border-radius: 50px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	background-color: #f9a11b;
}

.slide-button a:hover, .slide-button a:focus {
	text-decoration: none;
	background-color: #fff;
	color: #302d2d;
	text-shadow: none;
}

.tparrows.tp-rightarrow {
	border-radius: 20px 0px 0px 20px;
	background-color: rgba(255,255,255, 0.6);
}

.tparrows.tp-leftarrow {
	border-radius: 0px 20px 20px 0px;
	background-color: rgba(255,255,255, 0.6);
}

.tparrows.tp-rightarrow::before {
    content: '\f105';
}

.tparrows.tp-leftarrow::before {
    content: '\f104';
}

.tparrows::before {
	font-family: 'FontAwesome';
	font-size: 15px;
	color: #302d2d;
	display: block;
	line-height: 40px;
	text-align: center;
}

.tp-bullet {
	width: 15px;
	height: 15px;
	border-radius: 8px;
	border: solid 1px #fff;
	background-color: transparent;
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  	transition:         all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.tp-bullet.selected {
	border: solid 2px #fff;
	background-color: #f9a11b;
}

/*-----------------------------------------------------------

Buttons

--------------------------------------------------------------*/

 .white-button {
 	color: #fff;
 	border: solid 1px rgba(255,255,255,0.5);
 	padding: 8px 23px;
 	text-transform: uppercase;
 	letter-spacing: 2px;
 	border-radius: 50px;
 	display: inline-block;
 	font-size: 2.4rem;
 	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  	transition:         all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
 }

  .white-button:hover, .white-button:focus {
 	text-decoration: none;
 	background-color: #fff;
 	border: solid 1px rgba(255,255,255,0.9);
 	color: #302d2d;
 }

  .blue-button-large {
 	color: #f9a11b;
 	border: solid 1px #f9a11b;
 	padding: 8px 23px;
 	text-transform: uppercase;
 	letter-spacing: 2px;
 	border-radius: 50px;
 	display: inline-block;
 	margin-left: 20px;
 	font-size: 2.4rem;
 	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  	transition:         all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
 }

  .blue-button-large:hover, .blue-button-large:focus {
 	text-decoration: none;
 	background-color: #f9a11b;
 	border: solid 1px #f9a11b;
 	color: #fff;
 }

.blue-button, .ucf button[type="submit"] {
	background: none;
	color: #f9a11b;
	border: solid 3px #f9a11b;
	padding: 8px 23px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 0px;
	display: inline-block;
	margin-top: 10px;
	margin-left: 0px;
	font-size: 1.4rem;
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

 .ucf button[type="submit"] {
 	width: 100%;
 }

  .blue-button:hover, .blue-button:focus, .ucf button[type="submit"]:hover, .ucf button[type="submit"]:focus {
 	text-decoration: none;
 	background-color: #f9a11b;
 	border: solid 1px #f9a11b;
 	color: #fff;
 }

/*-----------------------------------------------------------

Section - Banner Middle

--------------------------------------------------------------*/
 section.banner-middle {
 	color: #fff;
 	background-color: transparent;
 	z-index:2;
 	position: relative;
 }

 .banner-middle p {
 	display: inline-block;
 	font-size: 3.5rem;
 	margin-right: 20px;
 }

 .overlap-background {
 	width: 100%;
 	height: 250px;
 	position: absolute;
 	left: 0px;
 	top: -60px;
 	z-index: 3;
 	background-image: url(../img/blue-bg.png);
 	background-position: top left;
 	background-size: auto 100%;
 	background-repeat: repeat-x;
 }

.banner-content {
	position: absolute;
	z-index: 4;
	width: 100%;
	text-align: center;
	top: 39px;
}

/*-----------------------------------------------------------

Section - About-Home

--------------------------------------------------------------*/

section.about-home {
	min-height: 900px;
	position: relative;
}

.banner-image {
	background-position: left top;
	background-size: 50% auto;
	background-repeat: no-repeat;
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.content-about-home {
	width: 50%;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	background-color: #fff;
	padding: 400px 0px 0px 0px;
}

/*-----------------------------------------------------------

Section - Service Blocks

--------------------------------------------------------------*/

section.service-blocks {
	border-top: solid 1px #fff;
}

.service-hover-block {
	position: relative;
	min-height: 350px;
	overflow: hidden;
	margin: 0px -15px;
	border: solid 15px #fff;
}

.service-block-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
}

.service-block-overlay::before {
	content: '';
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border: solid 1px rgba(255,255,255,0.5);
	position: absolute;
	background-color: transparent;
	-webkit-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  	transition:         all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.service-hover-block h2 {
	font-family: 'Raleway' , Sans-Serif;
	color: #fff;
	margin-top: 150px;
	font-size: 5rem;
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  	transition:         all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.service-hover-block a.white-button {
	display: inline-block;
	margin-top: 350px;
	opacity: 0;
	font-size: 1.8rem;
	-webkit-transition: all 300ms 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  	transition:         all 300ms 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.wedding-block {
	background-image: url(../img/wedding-block-bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  	transition:         all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.funeral-block {
	background-image: url(../img/funeral-block-bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  	transition:         all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.wedding-block .service-block-overlay {
	background-color: rgba(191, 59, 121, 0.25);
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  	transition:         all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.funeral-block .service-block-overlay {
	background-color: rgba(124, 192, 206, 0.5);
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  	transition:         all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.service-hover-block:hover .service-block-overlay::before, .service-hover-block:focus .service-block-overlay::before {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
}

.service-hover-block:hover h2, .service-hover-block:focus h2 {
	margin-top: 100px;
}

.service-hover-block:hover a.white-button, .service-hover-block:focus a.white-button {
	margin-top: 20px;
	opacity: 1;
}

.service-hover-block.wedding-block:hover .service-block-overlay, .service-hover-block.wedding-block:focus .service-block-overlay {
	background-color: rgba(191, 59, 121, 0.5);
}

.service-hover-block.wedding-block:hover, .service-hover-block.wedding-block:focus {
	background-size: 110% auto;
}

.service-hover-block.funeral-block:hover .service-block-overlay, .service-hover-block.funeral-block:focus .service-block-overlay {
	background-color: rgba(124, 192, 206, 0.8);
}

.service-hover-block.funeral-block:hover, .service-hover-block.funeral-block:focus {
	background-size: 110% auto;
}

/*-----------------------------------------------------------

Section - Parallax Content Footer

--------------------------------------------------------------*/

section.parallax-content-footer {
	text-align: center;
	padding: 20px;
}

.overlay-frame {
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: solid 1px rgba(255,255,255,0.5);
	text-align: center;
	padding: 100px;
	display: table;
}

.overlay-frame h2 {
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	font-size: 4rem;
	display: table-cell;
	vertical-align: middle;

}

/*-----------------------------------------------------------

Footer

--------------------------------------------------------------*/


footer {
	padding: 50px 0px;
	z-index: 500;
	background-color: #fff;
}

footer ul li {
	margin: 10px 0px;
}

footer a {
	color: #302d2d;
}

footer a:hover, footer a:focus {
	opacity: 0.9;
	text-decoration: none;
}

footer h2 {
	font-size: 2.4rem;
	border-bottom: solid 1px #f1f1f1;
	padding-bottom: 10px;
}

.footer-bottom {
	background-color: #f1f1f2;
	padding: 10px 0px;
}

.footer-bottom a {
	color: #302d2d;
}

.footer-bottom a:hover {
	text-decoration: none;
	opacity: 0.9;
}

img.logo-img {
	padding: 40px;
	display: inline-block;
}

/*-----------------------------------------------------------

Section Page Content

--------------------------------------------------------------*/

.page-header {
	padding-top: 300px;
	position: relative;
	margin: 0px;
	padding-bottom: 0px;
	border-bottom: none;
	background-color: transparent;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.page-description p {
	font-size: 2.5rem;
	letter-spacing: -1px;
}

.page-header::after {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.5);
	z-index: 5;
}

.page-header-content-wrapper {
	display: table;
	width: 100%;
	margin: auto;
	position: relative;
	z-index: 6;
}

.page-description, .page-title {
	display: table-cell;
	vertical-align: middle;
	padding: 19px 66px 14px 50px;
}

.page-description {
	width: 60%;
	background-color: rgba(255,255,255,0.9);
}

.page-title {
	width: 40%;
	text-align: center;
	background-color: rgba(249,161,47,1);

}

.page-title h1 {
	font-size: 6rem;
	color: #fff;
}

.page-breadcrumbs {
	position: absolute;
	display: inline-block;
	background-color: rgba(255,255,255,0.8);
	padding: 5px 20px;
	top: -30px;
	right: 0px;
	height: 30px;
	overflow: hidden;
}

.page-breadcrumbs a, .page-breadcrumbs p {
	display: inline-block;
	color: #302d2d;
}

.page-content {
	background-color: #fff;
	padding: 100px 0px;
	border-top: solid 5px rgba(249,161,47,1);
}

.page-content h2 {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}

.page-content h2::after {
	position: absolute;
	content: '';
	width: 100px;
	height: 2px;
	background-color: rgba(249,161,47,1);
	left: -120px;
	top: 50%;
}

.page-content h2::before {
	position: absolute;
	content: '';
	width: 100px;
	height: 2px;
	background-color: rgba(249,161,47,1);
	right: -120px;
	top: 50%;
}

@media (max-width: 600px) {
	.page-content h2::after, .page-content h2::before {
		display: none;
	}

	.contact-icons {
	padding: 11px 0px;
	margin-left: 45px;
}
}



/*-----------------------------------------------------------

Media Queries

--------------------------------------------------------------*/

@media (max-width: 991px) {

.mobile-logo {
	display: inline-block;
	width: 100%;
	height: 135px;
	background-color: #fff;
	position: relative;
	z-index: 6;
	border-bottom: solid 8px #f9a11b;
	box-shadow: 0px 8px 10px rgba(0,0,0,0.3);
	margin-bottom: -5px;
	border-top: solid 8px #f9a11b;
}

.mobile-logo img {
	position: absolute;
	width: 250px;
	left: 50%;
	margin-left: -125px;
	top: 11px;
}

.pre-header {
	height: auto;
	text-align: center;
	padding-bottom: 10px;
}

.social-icons {
	float: none;
	border-top: solid 1px rgba(255,255,255,0.1);
}

li.sfHover {
/*	position: fixed !important;
	top: 0px !important;
	background-color: #000 !important;
	z-index: 9999 !important;
	left: 0px !important;*/
}

}

@media (min-width: 992px) {

.mobile-logo {
	display: none;
}

}

/* Phone Screen Sizes */

@media (max-width: 499px){

.banner-content {
	top: 23px;
}

.banner-middle p {
	display: inline-block;
	font-size: 2rem;
}

a.white-button {
	margin-left: 0px;
	font-size: 2rem;
}

section.about-home {
	min-height: 700px;
}


.banner-image {
	width: 20%;
}

.content-about-home {
	width: 80%;
	padding: 200px 0px 0px 0px;
}

footer {
	text-align: center;
}

.page-description, .page-title {
	display: table-row;
	vertical-align: middle;
	padding: 10px;
	text-align: center;
	background-color: transparent;
}

.page-description p {
    font-size: 1.8rem;
    letter-spacing: -1px;
    color: #fff;
}

.page-content h4 {
	margin-top: 40px;
	font-weight: 800;
	font-size: 2.5rem;
}

.wedding-block {
	background-size: 150% auto;
}

.service-hover-block.wedding-block:hover, .service-hover-block.wedding-block:focus {
	background-size: 160% auto;
}

.footer-bottom {
	background-color: #f1f1f2;
	padding: 26px 0px;
	text-align: right;
}

footer .fa-ul {
	text-align: left;
}

.page-header {
	padding-top: 20px;
}

}

/* Portrait Tablet Screen Sizes */

@media (min-width: 500px) and (max-width: 768px) {

.slide-title {
	font-size: 6rem;
}

.slide-caption {
	font-size: 4rem;
	margin-top: 50px;
}

.slide-button {
	margin-top: 100px;
}

section.about-home {
	min-height: 600px;
}


.banner-image {
	width: 40%;
}

.content-about-home {
	width: 60%;
	padding: 300px 0px 0px 0px;
}

footer {
	text-align: center;
}




}

/* Landscape Tablet and Small Screen Sizes */

@media (min-width: 768px) and (max-width: 991px) {

	.wedding-block {
	background-size: auto 100%;
}



}


/* Desktop Screen Sizes */

@media (min-width: 992px) {



}

/* Wide Screen Sizes */

@media (min-width: 1200px) {



}


.masonry-gallery-image {
  width: 100%;
  display: block;
  height: auto;
}

a.masonry-gallery {
	position: relative;
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

a.masonry-gallery::before {
	content: '';
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0);
	position: absolute;
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

a.masonry-gallery::after {
	content: '\f00e';
	font-family: FontAwesome;
	color: #fff;
	position: absolute;
	text-align: center;
	font-size: 3rem;
	left: 0px;
	right: 0px;
	opacity: 0;
	top: 100%;
	bottom: 0px;
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

a.masonry-gallery:hover::before {
	background-color: rgba(0,0,0,0.5);
}

a.masonry-gallery:hover::after {
	opacity: 1;
	top: 50%;
}

.lg-toolbar {
	left: 0;
	position: absolute;
	top: 0px;
	width: 100%;
}

.lg-actions .lg-next, .lg-actions .lg-prev, .lg-sub-html, .lg-toolbar {
	background-color: rgba(0,0,0,0);
	z-index: 1080;
}

.lg-backdrop.in {
	opacity: 0.9;
	z-index: 9999;
}

.lg-outer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

a.video-gallery-link {
	width: 30%;
	height: 300px;
	overflow: hidden;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}

a.video-gallery-link img {
	width: 100%;
	height: auto;
}

a.video-gallery-link::before {
	content: '';
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0);
	position: absolute;
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

a.video-gallery-link::after {
	content: '\f01d';
	font-family: FontAwesome;
	color: #fff;
	position: absolute;
	text-align: center;
	font-size: 5rem;
	left: 0px;
	right: 0px;
	opacity: 0;
	top: 100%;
	bottom: 0px;
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

a.video-gallery-link:hover::before {
	background-color: rgba(0,0,0,0.5);
}

a.video-gallery-link:hover::after {
	opacity: 1;
	top: 50%;
}


.ucf fieldset {
	border: none;
	border-radius: 0px;
}

.ucf .field-wrapper input[type="text"], .ucf .field-wrapper input[type="tel"], .ucf .field-wrapper input[type="email"], .ucf .field-wrapper input[type="password"], .ucf .field-wrapper textarea {
	width: 100%;
}

.ucf .field-wrapper input[type="text"], .ucf .field-wrapper input[type="tel"], .ucf .field-wrapper input[type="email"], .ucf .field-wrapper input[type="password"], .ucf .field-wrapper textarea, .ucf .field-wrapper select {
	border: solid 1px #ccc;
	border-radius: 28px;
	padding: 10px;
	transition: all .3s ease-in-out;
}

label {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	text-align: center;
}

@media (min-width: 481px) {

.g-recaptcha {
	padding-left: 0px;
	margin-bottom: 20px;
}

}

/*-----------------------------------------------------

GOOGLE MAPS

-----------------------------------------------------*/

#google-container {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #e7eaf0;
}
@media only screen and (min-width: 768px) {
  #google-container {
    height: 300px;
  }
}
@media only screen and (min-width: 1170px) {
  #google-container {
    height: 600px;
  }
}

#cd-google-map {
  position: relative;
}
#cd-google-map address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  background-color: rgba(80, 171, 191, 0.9);
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 768px) {
  #cd-google-map address {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }
}

#cd-zoom-in, #cd-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 10px;
	background-color: rgba(80, 171, 191, 0.9);
	background-repeat: no-repeat;
	background-size: 32px 64px;
	background-image: url("../img/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #f9a11b;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
  }
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 50px;
  }
}

#cd-zoom-out {
  background-position: 50% -32px;
}

.page-content .fa-ul .fa {
	color: #f9a11b;
}

.page-content .fa-ul li {
	margin-bottom: 14px;
}

/*----------------------------------------------------------------

Start Custom EKO

-------------------------------------------------------------------*/

.product-box {
	min-height: 400px;
	padding: 14px;
	position: relative;
	background-size: cover;
	background-position: center center;
	transition: all ease-in-out 0.3s;
	border: solid 14px #fff;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
	width: 100%;
	margin-bottom: 28px;
}

.product-info {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 300px;
	background-color: rgba(255,255,255,1);
	color: #302d2d;
	padding: 14px 14px 14px 0px;
	transition: all ease-in-out 0.3s;
	overflow: hidden;
}

.product-info p {
	visibility: hidden;
	opacity: 0;
	transition: all ease-in-out 0.3s 0.3s;
}

.product-info i {
	visibility: hidden;
	opacity: 0;
	margin-left: -14px;
	transition: all ease-in-out 0.6s 0.3s;
}

.product-box:hover .product-info, .product-box:active .product-info, .product-box:focus .product-info {
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	padding: 14px 14px 14px 14px;
	background-color: rgba(255,255,255,0.9);
}

.product-box:hover .product-info p, .product-box:active .product-info p, .product-box:focus .product-info p {
	visibility: visible;
	opacity: 1;
}

.product-box:hover .product-info i, .product-box:active .product-info i, .product-box:focus .product-info i {
	visibility: visible;
	opacity: 1;
	margin-left: 0px;
}

.find-out-more {
	border: solid 2px #302d2d;
	padding: 7px 14px;
	display: inline-block;
}

.product-info h3 {
	color: #fff;
	padding-bottom: 14px;
	margin-top: 0px;
	text-transform: uppercase;
	font-family: 'Raleway' , Sans-Serif;
	font-weight: 700;
	color: #302d2d;
}

.product-preview {
	width: 100%;
	padding: 10px;
}

.products {
	padding: 60px 0px;
	background-color: #f1f1f1;
}

.owl-prev {
	position: absolute;
	left: -25px;
	top: 50%;
	box-shadow: 7px 0px 2px rgba(0,0,0,0.2);
}

.owl-next {
	position: absolute;
	right: -25px;
	top: 50%;
	box-shadow: -7px 0px 2px rgba(0,0,0,0.2);
}

.owl-theme .owl-controls .owl-buttons div {
	color: #b4b4b4;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 11px 10px;
	font-size: 2rem;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #f1f1f1;
	filter: Alpha(Opacity=100);
	opacity: 1;
	width: 50px;
	height: 50px;
	text-align: center;
}

section.icons i {
	font-size: 5rem;
	/* border: solid 3px #faa21b; */
	/* width: 67px; */
	/* height: 67px; */
	/* border-radius: 33px; */
	/* padding: 10px 10px; */
	color: #302d2d;
	/* background-color: #faa21b; */
	text-alignL center: ;
}

section.icons {
	background-color: #231f1a;
	padding: 60px 0px;
}

.icon-boxes {
    background-color: #fff;
    padding: 42px 14px;
    min-height: 311px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
    /* border-bottom: solid 6px #faa21b; */
    border-radius: 5px;
    margin-bottom: 28px;
}

.contact-form-section {
	background-color: #faa21b;
	padding: 120px 0px;
	background-image: url('../img/hydra/17797360_10208721410301618_1643162640_o.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

.contact-form-wrapper {
	background-color: #fff;
	padding: 35px 7px;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.6);
}

section.has-overlay {
	position: relative;
}

section.has-overlay .container {
	z-index: 10;
	position: relative;
}

section.has-overlay::before {
	content: '';
	background-color: #2d2d2d;
	opacity: 0.8;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9;
}

.title-section-text {
    position: relative;
    padding-bottom: 27px;
    margin-bottom: 42px;
    z-index: 10;
}

.title-section-text::before, .title-section-text::after {
	content: '';
	position: absolute;
}

.title-section-text::before {
	width: 150px;
	height: 1px;
	background-color: #302d2d;
	bottom: 0px;
	left: 50%;
	margin-left: -75px;
}

.title-section-text::after {
	background-color: #f9a11b;
	width: 50px;
	height: 6px;
	bottom: -3px;
	left: 50%;
	margin-left: -25px;
}

.grid-sizer, .grid-item { 
	width: 31.33%;
	margin: 1%;
	float: left;
	height: auto;
 }

 .grid-sizer, .grid-item { 
	width: 31.33%;
	margin: 1%;
 }

 @media (max-width: 600px) {
 	 .grid-sizer, .grid-item { 
	width: 48%;
	margin: 1%;
 }

 }

.grid-item-width2 { width: 98%; }

.product-features-list {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

@media (min-width:768px) {
	.gallery-container {
		margin-right: 14px;
	}

	.gallery-container {
		display: block;
	}
}

.product-features {
	padding: 14px 21px 38px 29px;
	margin-top: 43px;
	background-color: #231f1a;
	color: #fff;
}

.feature-box {
	position: relative;
	border-bottom: solid 7px #f9a11b;
}

.feature-box::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 28px solid #f9a11b;
	border-right: 28px solid transparent;
	left: 0px;
	bottom: 0px;
}

.product-contact {
	/* border: solid 1px #231f1a; */
	margin-top: 37px;
	background-color: #f1f1f1;
}

.product-page-linked {
	margin-top: 100px;
}

.partners {
	background-color: #f7f7f7;
	padding: 28px 0px 44px 0px;
}

@media (min-width: 768px) {
	.partners-title {
	    /* margin-top: 71px; */
	    font-size: 3rem;
	}
}

.product-description {
	margin-bottom: 52px;
	display: block;
}

.product-extras {
	margin-top: 59px;
}

.product-description ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/* background-color: #f1f1f1; */
	padding: 14px 28px 14px 0px;
	border-top: solid 1px #2d2d2d;
}

.product-description li {
	margin-bottom: 11px;
	font-size: 1.6rem;
}

.product-description h3 {
	position: relative;
	display: inline-block;
	border-right: 1px solid #2d2d2d;
	padding-right: 28px;
	border-top: 1px solid #2d2d2d;
	padding-top: 14px;
	margin-bottom: 28px;
}

.product-description h3::after {
	content: '';
	position: absolute;
	right: -100px;
	width: 100px;
	height: 1px;
	bottom: 0px;
	background-color: #2d2d2d;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 200px;
  background: #fff;
  border: 1px solid #f6a50e;

  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  max-width: 200px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #f6a50e;
}

.pace.pace-inactive {
  display: none;
}

.pace {
  z-index: 9999;
}

.extra-single .img-responsive {
	width: 100%;
}

.extra-single {
    position: relative;
    background-color: #f1f1f1;
    margin-bottom: 14px;
    min-height: 495px;
    float: left;
    margin: 0px;
    width: 30%;
    margin: 1.5%;
}

.extra-info {
	bottom: 0px;
	left: 0px;
	background-color: #f1f1f1;
	padding: 7px 33px;
}

span.mf-orange {
    color: #f9a01a;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
	.extra-single {
	    width: 48%;
	    margin: 1%;
	}

	.extra-info {
    	padding: 15px;
	}
}