.section-parallax-home {
    padding: 11.5rem 1.25rem;
}
.hero-heading {
    font-family: "georgia", sans-serif;
    letter-spacing: 3px;
    font-size: 48px;
}
@media only screen and (max-width: 1068px){
.hero-heading {
    font-size: 40px;
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: .008em;
    font-family: "georgia", sans-serif;
}
}
@media only screen and (max-width: 735px){
.hero-heading {
    font-size: 31px;
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: .008em;
    font-family: "georgia", sans-serif;
}
}
.hero-intro {
    font-family: "Open Sans", Arial, sans-serif;
    letter-spacing: normal;
    font-size: 22px;
}
/*
.button:hover, a.button:hover, a.button:link:hover, a.button:visited:hover {
    box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.25) inset;
}
*/

.background-grey, .primary-color-grey .background-primary {
    background-color: #f2f2f2 !important;
}
.background-grey {
    background-color: #f5f5f5 !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "georgia", sans-serif;
}
h2.promo-title {
    margin: 5px 0;
}
.promos-home {
    color: #000;
    font-size: 0.85rem;
    line-height: 1.6rem;
}
		.button.button-black-stroke,
		a.button.button-black-stroke,
		a.button.button-black-stroke:link,
		a.button.button-black-stroke:visited,
		.primary-color-black .button.button-primary-stroke,
		.primary-color-black a.button.button-primary-stroke,
		.primary-color-black a.button.button-primary-stroke:link,
		.primary-color-black a.button.button-primary-stroke:visited {
			background: #282828;
			border: 1px solid #282828;
			box-shadow: none;
			color: #fff;
		}
		.button.button-dark-stroke,
		a.button.button-dark-stroke,
		a.button.button-dark-stroke:link,
		a.button.button-dark-stroke:visited,
		.primary-color-dark .button.button-primary-stroke,
		.primary-color-dark a.button.button-primary-stroke,
		.primary-color-dark a.button.button-primary-stroke:link,
		.primary-color-dark a.button.button-primary-stroke:visited {
			background: none;
			border: 1px solid #282828;
			box-shadow: none;
			color: #282828;
		}
		
		.button:hover,
		a.button:hover,
		a.button:link:hover,
		a.button:visited:hover {
			box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.25) inset;
		}
		
		.button.button-dark-stroke:hover,
		a.button.button-dark-stroke:hover,
		.primary-color-dark .button.button-primary-stroke:hover,
		.primary-color-dark a.button.button-primary-stroke:hover {
			background: #282828 none repeat scroll 0 0;
			color: #fff;
		}
		
		
		
		
		
		
		

		/* CHOOSE PROMOS BACKGROUND COLOR FOR INDIVIDUAL PAGES  */
		    .background-color {
	            background-color: #f5f5f5 !important;
	        }
			.footer-social span {
				position: relative;
				top: -6px;
			}
			.section-small-padding {
			    padding: 2.5rem 1.25rem;
			}
			
			
			.text-size-13, .text-l-size-13 {
	    font-size: 13px !important;
	    line-height: 1.4;
	}
	
	.text-size-13, .text-l-size-13 {
	    font-size: 13px !important;
	    line-height: 1.4;
	}
	
	.text-size-17, .text-l-size-17 {
	    font-size: 17px !important;
	    line-height: 1.4;
	}
	
	.text-grey, .text-grey *, .primary-color-grey .text-primary, .primary-color-grey .text-primary * {
	    color: #777 !important;
	}
	
	.section-main {
	    padding: 3.5rem 1.25rem;
	}
	
	
	.contact-image {
	    background-size: cover;
	    background-repeat: no-repeat;
	    display: block;
	    height: 600px;
	    width: 100%;
	}
	
	
	.image-hover-overlay {
	    bottom: 0;
	    color: rgba(255,255,255, 0.75)!important;
	    left: 0;
	    opacity: 1;
	    padding: 1.25rem;
	    position: absolute;
	    right: 0;
	    top: 0;
	    z-index: 1;
	    transition: all 0.20s linear 0s;
	    -o-transition: all 0.20s linear 0s;
	    -ms-transition: all 0.20s linear 0s;
	    -moz-transition: all 0.20s linear 0s;
	    -webkit-transition: all 0.20s linear 0s;
	    transform-style: preserve-3d;
	    -o-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	    -moz-transform-style: preserve-3d;
	    -webkit-transform-style: preserve-3d;
	}
	
	
	.section-tablet {
	    padding: 0rem 1.25rem 0rem 1.25rem;
	}
	
	.section-promos {
	    border-top: 0px solid #d6d6d6;
	    padding: 3rem 1.25rem 3rem 1.25rem;
	}
	
	h3, .h3 {
	    font-size: 1.4rem;
	}
	
	
	
			
			/* ZOOM EFFECT */
	/*		
			.owl-theme .owl-controls {
	    margin-top: 0;
	    text-align: center;
			}   
	    .background-image-zoom-out {
	    position: relative;
	    overflow: hidden;
	}
	
	
	
	.section {
	    padding: 11.5rem 1.25rem;
	}
	
	.owl-item.active .background-image-zoom-out .background-image.background-image-object {
	    transform: scale(1, 1);
	    transition: all 9s linear 0s;
	    -o-transition: all 9s linear 0s;
	    -ms-transition: all 9s linear 0s;
	    -moz-transition: all 9s linear 0s;
	    -webkit-transition: all 9s linear 0s;
	}
	
	.owl-item .background-image-zoom-out .background-image.background-image-object {
	    transform: scale(1.2, 1.2);
	    transition: all 20s linear 0s;
	    -o-transition: all 20s linear 0s;
	    -ms-transition: all 20s linear 0s;
	    -moz-transition: all 20s linear 0s;
	    -webkit-transition: all 20s linear 0s;
	}
	.background-image.background-image-object {
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    width: 100%;
	    right: 0;
	    left: 0;
	    z-index: -1;
	}
	.background-image {
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center;
	}
	
	*/