/*
Theme Name: surock-monument
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: surock-monument
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

surock-monument is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
10.1 Posts and pages
10.2 Asides
10.3 Comments
11.0 Infinite scroll
12.0 Media
12.1 Captions
12.2 Galleries
12.3 Navigation
12.4 Links
12.5 Menus
13.0 Custom Layout
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 2em 15px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #444444;
	font-size: 18px;
	line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #cccccc; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #81923c;
	border: 0;
	height: 2px;
	margin-bottom: 1.5em;
}

.down {
	padding-top: 1em;
	padding-bottom: 1.7em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	border: 0;
	vertical-align: bottom;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	text-align: center;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 31.9%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


@media screen and (max-width: 1024px) {
	.gallery-columns-3 .gallery-item {
		max-width: 25%;
	}
}

/*--------------------------------------------------------------
12.3 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
12.4 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
12.5 Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	text-align: center;
}

.main-navigation ul {
	list-style: none;
  	margin: 0 auto;
  	display: table;
}

.main-navigation li {
  	float: left;
  	position: relative;
  	padding: 6px 0 0 0;
}

.main-navigation ul li:hover > a {
	color: #faf18d;
}

.main-navigation ul li:hover ul a {
	color: #f2f2f2;
}

.main-navigation ul ul li:hover > a {
	color: #faf18d;
}

.main-navigation a {
	font: 18px 'Cinzel', sans-serif;
    color: #f2f2f2;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .3s;
  	transition: all .3s;
	display: block;
	text-decoration: none;
    text-align: center;
    padding-right: 1.7em;
    padding-left: 1.7em;
}

.main-navigation ul li:last-of-type {
	background: none;
}

.main-navigation ul ul {
   	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  	background: #530000;
   	float: left;
   	position: absolute;
   	top: 30px;
   	left: -999em;
   	z-index: 99999;
}

.main-navigation ul ul li {
   	text-align: left;
}

.main-navigation ul ul li:last-of-type {
   	border-bottom: none;
   	padding-bottom: 20px;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
   	left: 100%;
}

.main-navigation ul ul a {
	font-size: 18px;
	color: #083378;
   	width: 350px;
   	padding-left: 30px;
   	padding-top: 10px;
   	text-align: left;
}

.main-navigation ul li:hover {
 	background: none;
}

.main-navigation ul li:last-of-type:hover {
 	background: none;
}

.main-navigation ul ul li {
 	background: none;
}

.main-navigation ul ul li:hover {
 	background: none;
}

.main-navigation ul ul li:last-of-type:hover {
 	background: none;
}

.main-navigation ul ul li:hover {
	background: none;
}

.main-navigation ul ul li:last-of-type:hover {
 	background: none;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
   left: auto;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
    color: #faf18d;
}

@media screen and (max-width: 1290px) {
	.main-navigation a {
		font-size: 18px;
	    padding-right: 1.5em;
	    padding-left: 1.5em;
	}
	.main-navigation ul ul {
	   	margin-left: -150px;
	}
	.main-navigation ul ul a {
		font-size: 18px;
	}
}

@media screen and (max-width: 950px) {
	.main-navigation li {
	  	padding: 8px 0 0 0;
	}
	.main-navigation a {
		font-size: 15px;
	    padding-right: 1em;
	    padding-left: 1em;
	}
	.main-navigation ul ul {
		margin-left: 0px;
	   	top: 27px;
	}
	.main-navigation ul ul a {
		font-size: 16px;
	   	width: 250px;
	   	padding-left: 15px;
	}
}

@media screen and (max-width: 699px) {
	.arrow > a {
		background: none;
	}
}

/*--------------------------------------------------------------
13.0 Custom Layout
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, ul, ol, hr, .hentry, .entry-content {
	margin: 0;
  	padding: 0;
}

h1 {
	font: 30px 'Cinzel', sans-serif;
	color: #9e0000;
	line-height: 50px;
	font-weight: 700;
}

h2 {
	font: 22px 'Cinzel', sans-serif;
	color: #01000c;
	line-height: 36px;
	font-weight: 700;
}

p {
	font: 18px 'Poppins', sans-serif;
	color: #01000c;
	line-height: 36px;
	font-weight: 400;
}

p a {
	font: 18px 'Poppins', sans-serif;
	color: #000000;
	line-height: 36px;
	font-weight: 700;
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;
}

.h1 {
	margin-top: 80px;
	margin-left: 100px;
}

.h3 {
	text-align: center;
	padding-top: 80px;
}

.h4 {
	margin-left: 50px;
	padding-top: 80px;
	padding-right: 50px;
}

.h5 {
	padding-left: 50px;
	padding-top: 80px;
	padding-right: 50px;
}

.h6 {
	padding-left: 50px;
	padding-top: 80px;
	padding-right: 50px;
}

.h7 {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

.h8 {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 60px;
}

.h9 {
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 50px;
}

.h10 {
	text-align: left;
	padding-left: 40px;
	padding-right: 15px;
	padding-top: 60px;
}

.h11 {
	text-align: left;
	padding-left: 40px;
	padding-right: 15px;
	padding-top: 40px;
}

.h12 {
	text-align: left;
	padding-top: 40px;
}
.h13{
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}

.p1 {
	font: 18px 'Poppins', sans-serif;
	color: #01000c;
	line-height: 36px;
	font-weight: 400;
	margin-top: 15px;
	margin-left: 100px;
}

.p2 {
	font: 18px 'Poppins', sans-serif;
	color: #01000c;
	line-height: 36px;
	font-weight: 400;
	margin-top: 15px;
	margin-left: 50px;
	margin-right: 50px;
}

.p3 {
	font: 18px 'Poppins', sans-serif;
	color: #01000c;
	line-height: 36px;
	font-weight: 400;
	margin-top: 25px;
	margin-left: 80px;
}

.p4 {
	font: 18px 'Poppins', sans-serif;
	color: #01000c;
	line-height: 36px;
	font-weight: 400;
	margin-top: 25px;
	margin-left: 50px;
	margin-right: 50px;
}

.p5 {
	font: 18px 'Poppins', sans-serif;
	color: #01000c;
	line-height: 36px;
	font-weight: 400;
	margin-top: 25px;
	margin-left: 50px;
	margin-right: 50px;
}

.p6 {
	font: 18px 'Poppins', sans-serif;
	color: #01000c;
	line-height: 36px;
	font-weight: 400;
	margin-top: 15px;
	margin-left: 50px;
	margin-right: 50px;
}

.p7 {
	font: 18px 'Poppins', sans-serif;
	color: #01000c;
	line-height: 36px;
	font-weight: 400;
	margin-top: 15px;
	margin-left: 80px;
	margin-right: 80px;
}
.p7-b{
	font: 18px 'Poppins', sans-serif;
	color: #01000c;
	line-height: 1.7em;
	font-weight: 400;
	margin-top: 5px;
	margin-left: 60px;
	margin-right: 60px;
}

.p8 {
	font: 16px 'Poppins', sans-serif;
	color: #01000c;
	line-height: 34px;
	font-weight: 400;
	margin-top: 15px;
	margin-left: 40px;
	margin-right: 40px;
}

.p9 {
	font: 16px 'Poppins', sans-serif;
	color: #01000c;
	line-height: 34px;
	font-weight: 400;
	margin-top: 20px;
	margin-left: 80px;
}

.p10 {
	font: 16px 'Poppins', sans-serif;
	color: #01000c;
	line-height: 34px;
	font-weight: 700;
	margin-top: 20px;
}

.p11 {
	font: 18px 'Poppins', sans-serif;
	color: #01000c;
	line-height: 34px;
	font-weight: 700;
	margin-top: 20px;
	margin-left: 80px;
	margin-right: 80px;
}

.p12 {
	font: 16px 'Poppins', sans-serif;
	color: #01000c;
	line-height: 34px;
	font-weight: 400;
	margin-top: 15px;
	margin-left: 40px;
	margin-right: 40px;
}

.p13 {
	font: 16px 'Poppins', sans-serif;
	color: #01000c;
	line-height: 34px;
	font-weight: 400;
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 40px;
}

.p14 {
	font: 18px 'Poppins', sans-serif;
	color: #01000c;
	line-height: 34px;
	font-weight: 400;
	margin-top: 15px;
	margin-left: 40px;
	margin-right: 40px;
}

.p14 a {
	font: 18px 'Poppins', sans-serif;
	color: #01000c;
	line-height: 34px;
	font-weight: 700;
	text-decoration: underline;
}

.p14 a:hover {
	text-decoration: none;
}

.p15 {
	font: 15px 'Poppins', sans-serif;
	color: #01000c;
	line-height: 34px;
	font-weight: 700;
	margin-top: 20px;
	margin-left: 80px;
	margin-right: 80px;
}

.disclaimer {
	font: 14px 'Poppins', sans-serif;
	color: #717273;
	line-height: 20px;
	font-weight: 400;
	margin-top: 0px;
	margin-left: 10px;
}

@media screen and (max-width: 1250px) {
	.p11 {
		font-size: 16px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 1200px) {
	h1 {
		font-size: 26px;
		line-height: 40px;
	}
	.h9 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.h10 {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 30px;
	}
	.p8 {
		margin-left: 15px;
		margin-right: 15px;
	}
	.p9 {
		margin-left: 15px;
		margin-right: 15px;
	}
	.p11 {
		margin-left: 15px;
		margin-right: 15px;
	}
	.p12 {
		margin-left: 15px;
		margin-right: 15px;
	}
	.p14 {
		font-size: 15px;
		margin-left: 15px;
		margin-right: 15px;
	}
	.p14 a {
		font-size: 15px;
	}
	.disclaimer {
		margin-left: 0;
		margin-top: 15px;
	}
}

@media screen and (max-width: 699px) {
	.h8 {
		text-align: center;
		padding-top: 30px;
	}
	.h9 {
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 40px;
	}
	.h10 {
		text-align: center;
		padding-top: 40px;
	}
	.h11 {
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 40px;
	}
	.h13{
		text-align: center;
		padding-top:15px;
	}
	.p8 {
		text-align: center;
		margin-left: 15px;
		margin-right: 15px;
	}
	.p9 {
		text-align: center;
		margin-left: 15px;
		margin-right: 15px;
	}
	.p10 {
		text-align: center;
	}
	.p11 {
		text-align: center;
	}
	.p12 {
		text-align: center;
	}
	.p13 {
		text-align: center;
		margin-left: 15px;
		margin-right: 15px;
	}
	.p14 {
		text-align: center;
	}
	.disclaimer {
		margin-top: 65px;
	}
}

/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
.site-branding {
	background: url("img/Header-bg.jpg") no-repeat top center;
	min-height: 200px;
}

.header-logo {
	text-align: center;
}

.location {
	font: 24px 'Cinzel', sans-serif;
	color: #f2f2f2;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	margin-top: 10px;
}

.number {
	font: 24px 'Cinzel', sans-serif;
	color: #fbcc04;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	margin-top: 40px;
}

.number a {
	font: 24px 'Cinzel', sans-serif;
	color: #fbcc04;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	text-decoration: none;
}

.number a:hover {
	text-decoration: none;
}

.hvr-grow {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width: 699px) {
	.location2 {
		font: 24px 'Cinzel', sans-serif;
		color: #f2f2f2;
		font-weight: 700;
		line-height: 24px;
		text-align: center;
		margin-top: 10px;
	}
}

@media screen and (min-width: 699px) {
	.location2 {
		display: none;
	}
}

@media screen and (max-width: 699px) {
	.site-branding {
		background: #530000;
		min-height: 0;
	}
	.header-logo {
		margin-top: 15px;
	}
	.location {
		display: none;
	}
	.mobile-phone {
	    background: #fbec8f;
	    text-align: center;
	    border-radius: 10px;
	    transition: all .5s ease;
	    box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	    margin: 0 auto;
	    z-index: 1000;
	    margin-top: 20px;
	}
	.mobile-phone a {
	    font: 21px 'Cinzel', sans-serif;
		color: #01000c;
		font-weight: 700;
	    text-decoration: none;
	    letter-spacing: 1px;
	    text-align: center;
	    cursor: pointer;
	    width: 100%;
	    height: 100%;
	    display: block;
	    padding-top: 8px;
	    padding-bottom: 6px;
	}
	.mobile-phone:hover {
	    background: #ffffff;
	}
	.mobile-phone:hover a {
		color: #01000c;
	}
	.number {
		text-align: center;
	}
	.number a {
		text-align: center;
	}
}

@media screen and (min-width: 699px) {
	.mobile-phone {
		display: none;
	}
}

/*--------------------------------------------------------------
	Body
--------------------------------------------------------------*/
.bg-1 {
	background: url("img/bg-1.jpg") no-repeat top center;
	min-height: 500px;
}

.bg-2 {
	background: url("img/bg-2.jpg") no-repeat top center;
	min-height: 784px;
}

.bg-3 {
	background: url("img/bg-3.jpg") no-repeat top center;
	min-height: 814px;
}

.bg-4 {
	background: url("img/bg-4.jpg") no-repeat top center;
	min-height: 860px;
}

.bg-5 {
	background: url("img/bg-5.jpg") no-repeat top center;
	min-height: 634px;
}

.bg-6 {
	background: url("img/bg-6.jpg") no-repeat top center;
	min-height: 811px;
}

.about-bg-1 {
	background: url("img/About-bg-1.jpg") no-repeat top center;
	min-height: 812px;
}

.about-bg-2 {
	background: url("img/About-bg-2.jpg") no-repeat top center;
	min-height: 500px;
}

.about-bg-3 {
	background: url("img/About-bg-3.jpg") no-repeat top center;
	min-height: 976px;
}

.about-bg-4 {
	background: url("img/About-bg-4.jpg") no-repeat top center;
	min-height: 685px;
}

.products-bg-1 {
	background: url("img/Products-bg-1.jpg") no-repeat top center;
	min-height: 1053px;
}

.products-bg-2 {
	background: url("img/Products-bg-2.jpg") no-repeat top center;
	min-height: 642px;
}

.products-bg-3 {
	background: url("img/Products-bg-3.jpg") no-repeat top center;
	min-height: 462px;
}

.products-bg-4 {
	background: url("img/Products-bg-4.jpg") no-repeat top center;
	min-height: 779px;
}

.products-bg-5 {
	background: url("img/Products-bg-5.jpg") no-repeat top center;
	min-height: 577px;
}

.services-bg-1 {
	background: url("img/Services-bg-1.jpg") no-repeat top center;
	min-height: 1042px;
}

.services-bg-2 {
	background: url("img/Services-bg-2.jpg") no-repeat top center;
	min-height: 654px;
}

.services-bg-3 {
	background: url("img/Services-bg-3.jpg") no-repeat top center;
	min-height: 689px;
}

.services-bg-4 {
	background: url("img/Services-bg-4.jpg") no-repeat top center;
	min-height: 468px;
}

.services-bg-5 {
	background: url("img/Services-bg-5.jpg") no-repeat top center;
	min-height: 1100px;
}

.contact-bg-1 {
	background: url("img/Contact-bg-1.jpg") no-repeat top center;
	min-height: 975px;
}

.contact-bg-2 {
	background: url("img/Contact-bg-2.jpg") no-repeat top center;
	min-height: 924px;
}

.contact-bg-3 {
	background: url("img/Contact-bg-3.jpg") no-repeat top center;
	min-height: 550px;
}

.areas-bg-1 {
	background: url("img/Areas-bg-1.jpg") no-repeat top center;
	min-height: 861px;
}

.areas-bg-2 {
	background: url("img/Areas-bg-2.jpg") no-repeat top center;
	min-height: 486px;
}

.areas-bg-3 {
	background: url("img/Areas-bg-3.jpg") no-repeat top center;
	min-height: 726px;
}

.areas-bg-4 {
	background: url("img/Areas-bg-4.jpg") no-repeat top center;
	min-height: 498px;
}

.areas-bg-5 {
	background: url("img/Areas-bg-5.jpg") no-repeat top center;
	min-height: 732px;
}

.gallery-bg-1 {
	background: url("img/Gallery-bg-1.jpg") no-repeat top center;
	min-height: 1100px;
}

.box-1 {
	background: url("img/Box-1.png") no-repeat top center;
	background-size: contain;
	min-height: 665px;
	margin-top: 80px;
}

.box-2 {
	background: url("img/Box-2.png") no-repeat top center;
	background-size: contain;
	min-height: 665px;
	margin-top: 60px;
}

.box-3 {
	background: url("img/Box-1.png") no-repeat top center;
	background-size: contain;
	min-height: 665px;
}

.box-4 {
	background: url("img/Box-3.png") no-repeat top center;
	background-size: contain;
	min-height: 774px;
}

.box-5 {
	background: url("img/Box-4.png") no-repeat top center;
	background-size: contain;
	min-height: 526px;
	margin-top: 50px;
}

.box-6 {
	background: url("img/Box-1.png") no-repeat top center;
	background-size: contain;
	min-height: 665px;
}

.about-box-1 {
	background: url("img/About-Box-1.png") no-repeat top center;
	background-size: contain;
	min-height: 665px;
	margin-top: 80px;
}

.about-box-2 {
	background: url("img/About-Box-2.png") no-repeat top center;
	background-size: contain;
	min-height: 411px;
}

.about-box-3 {
	background: url("img/About-Box-3.png") no-repeat top center;
	background-size: contain;
	min-height: 868px;
	margin-top: 70px;
}

.about-box-4 {
	background: url("img/About-Box-4.png") no-repeat top center;
	background-size: contain;
	min-height: 507px;
}

.about-image-1 {
	margin-top: 70px;
	text-align: center;
}

.products-image-1 {
	padding-top: 30px;
	text-align: center;
}

.products-image-2 {
	padding-top: 30px;
	padding-right: 40px;
	text-align: center;
}

.products-image-3 {
	padding-top: 150px;
	padding-right: 40px;
	text-align: center;
}

.services-image-1 {
	padding-top: 30px;
	text-align: center;
}

.services-image-2 {
	padding-top: 30px;
	text-align: center;
}

.services-image-3 {
	padding-top: 70px;
	text-align: center;
}

.services-image-4 {
	padding-top: 30px;
	text-align: center;
}

.areas-image-1 {
	padding-top: 30px;
	text-align: center;
}

.products-box-1 {
	background: url("img/Products-Box-1.png") no-repeat top center;
	background-size: contain;
	min-height: 907px;
	margin-top: 80px;
}

.products-box-2 {
	background: url("img/Products-Box-2.png") no-repeat top center;
	background-size: contain;
	min-height: 557px;
}

.products-box-3 {
	background: url("img/Products-Box-3.png") no-repeat top center;
	background-size: contain;
	min-height: 368px;
}

.products-box-4 {
	background: url("img/Products-Box-4.png") no-repeat top center;
	background-size: contain;
	min-height: 664px;
	margin-top: 70px;
}

.products-box-5 {
	background: url("img/Products-Box-5.png") no-repeat top center;
	background-size: contain;
	min-height: 368px;
}

.services-box-1 {
	background: url("img/Services-Box-1.png") no-repeat top center;
	background-size: contain;
	min-height: 885px;
	margin-top: 80px;
}

.services-box-2 {
	background: url("img/Services-Box-2.png") no-repeat top center;
	background-size: contain;
	min-height: 538px;
}

.services-box-3 {
	background: url("img/Services-Box-3.png") no-repeat top center;
	background-size: contain;
	min-height: 583px;
	margin-top: 50px;
}

.services-box-4 {
	background: url("img/Services-Box-4.png") no-repeat top center;
	background-size: contain;
	min-height: 368px;
}

.services-box-5 {
	background: url("img/Services-Box-5.png") no-repeat top center;
	background-size: contain;
	min-height: 573px;
}

.services-box-6 {
	background: url("img/Services-Box-6.png") no-repeat top center;
	background-size: contain;
	min-height: 324px;
	margin-top: 70px;
}

.contact-box-1 {
	background: url("img/Contact-Box-1.png") no-repeat top center;
	background-size: contain;
	min-height: 828px;
	margin-top: 80px;
}

.contact-box-2 {
	background: url("img/Contact-Box-2.png") no-repeat top center;
	background-size: contain;
	min-height: 836px;
}

.contact-box-3 {
	background: url("img/Contact-Box-3.png") no-repeat top center;
	background-size: contain;
	min-height: 398px;
	padding: 1em 2em !important;
}

.areas-box-1 {
	background: url("img/Areas-Box-1.png") no-repeat top center;
	background-size: contain;
	min-height: 705px;
	margin-top: 80px;
}

.areas-box-2 {
	background: url("img/Areas-Box-2.png") no-repeat top center;
	background-size: contain;
	min-height: 368px;
}

.areas-box-3 {
	background: url("img/Areas-Box-3.png") no-repeat top center;
	background-size: contain;
	min-height: 583px;
	margin-top: 60px;
}

.areas-box-4 {
	background: url("img/Areas-Box-4.png") no-repeat top center;
	background-size: contain;
	min-height: 399px;
}

.areas-box-5 {
	background: url("img/Areas-Box-5.png") no-repeat top center;
	background-size: contain;
	min-height: 522px;
	margin-top: -240px;
}

.areas-box-5a {
	background: url("img/Areas-Box-5.png") no-repeat top center;
	background-size: contain;
	min-height: 522px;
	margin-top: -30px;
}

.areas-box-5b {
	background: url("img/Areas-Box-5.png") no-repeat top center;
	background-size: contain;
	min-height: 522px;
	margin-top: -160px;
}

.gallery-box-1 {
	background: url("img/Gallery-Box-1.png") no-repeat top center;
	background-size: contain;
	min-height: 907px;
	margin-top: 80px;
	margin-bottom: 70px;
}

.gallerybox2 {
	background: url("img/GalleryBox2.png") no-repeat top center;
	background-size: contain;
	min-height: 1500px;
	margin-top: 80px;
}

.main-graphic {
	text-align: center;
	padding-top: 100px;
}

.slider-wrapper {
	margin-top: 70px;
	text-align: center;
	overflow: hidden;
}

.image-1 {
	margin-top: 200px;
}

.image-3 {
	margin-top: 70px;
}

.image-5 {
	margin-top: 150px;
}

.image-6 {
	margin-top: 100px;
	margin-left: 30px;
}

.line-1 {
	background: url("img/Line.png") no-repeat top center;
	min-height: 12px;
	margin-top: 10px;
}

.line-about {
	background: url("img/Line.png") no-repeat top center;
	min-height: 12px;
	margin-top: 10px;
}

.line-about2 {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #000000;
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 40px;
}

.line-about3 {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #000000;
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 40px;
}

.line-about4 {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #000000;
	margin-top: 10px;
	margin-left: 100px;
	margin-right: 15px;
}

.line-about5 {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #000000;
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 50px;
}

.line-about6 {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #000000;
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 50px;
}

.rose-image {
	text-align: center;
	padding-top: 20px;
}

.map-wrapper {
	margin-top: 50px;
	margin-right: 50px;
}

.gform_wrapper {
	margin: .5em 3em !important;
}

.gform_wrapper .top_label .gfield_label {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 20px !important;
	font-weight: 700;
	color: #01000c;
}

body .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0em !important;
}

.gform_wrapper .gform_footer {
	text-align: right;
	margin-top: -50px !important;
	margin-right: 17px !important;
	padding: 0 !important;
	width: 139px !important;
	float: right;
}

.gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
	width: 100% !important;
}

.gform_wrapper textarea.small {
	width: 100% !important;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	background: #a1a1a1 !important;
	border-color: #a1a1a1 !important;
	border-radius: 0 !important;
	color: #ffffff !important;
	width: 139px !important;
	min-height: 40px !important;
	line-height: 5px !important;
	box-shadow: none !important;
	text-shadow: none !important;
	text-transform: uppercase !important;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 400 !important;
	margin: 0 auto !important;
	text-align: center !important;
	position: relative !important;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	border-color: #ffffff !important;
	border-radius: 0 !important;
}

@media screen and (max-width: 1200px) {
	.bg-1 {
		background: #ffda82;
		min-height: 0;
	}
	.about-bg-1 {
		background: #ffda82;
		min-height: 0;
	}
	.about-bg-2 {
		background: #cccccc;
		min-height: 0;
	}
	.about-bg-3 {
		background: #cccccc;
		min-height: 0;
	}
	.about-bg-4 {
		background: #cccccc;
		min-height: 0;
	}
	.products-bg-1 {
		background: #ffda82;
		min-height: 0;
	}
	.products-bg-2 {
		background: #cccccc;
		min-height: 0;
	}
	.products-bg-3 {
		background: #cccccc;
		min-height: 0;
	}
	.products-bg-4 {
		background: #cccccc;
		min-height: 0;
	}
	.products-bg-5 {
		background: #cccccc;
		min-height: 0;
	}
	.gallery-bg-1 {
		background: #ffda82;
		min-height: 0;
	}
	.services-bg-1 {
		background: #ffda82;
		min-height: 0;
	}
	.services-bg-2 {
		background: #cccccc;
		min-height: 0;
	}
	.services-bg-3 {
		background: #cccccc;
		min-height: 0;
	}
	.services-bg-4 {
		background: #cccccc;
		min-height: 0;
	}
	.services-bg-5 {
		background: #cccccc;
		min-height: 0;
	}
	.contact-bg-1 {
		background: #ffda82;
		min-height: 0;
	}
	.contact-bg-2 {
		background: #cccccc;
		min-height: 0;
	}
	.contact-bg-3 {
		background: #cccccc;
		min-height: 0;
	}
	.areas-bg-1 {
		background: #ffda82;
		min-height: 0;
	}
	.areas-bg-2 {
		background: #cccccc;
		min-height: 0;
	}
	.areas-bg-3 {
		background: #cccccc;
		min-height: 0;
	}
	.areas-bg-4 {
		background: #cccccc;
		min-height: 0;
	}
	.areas-bg-5 {
		background: #cccccc;
		min-height: 0;
	}
	.bg-2 {
		background: #cccccc;
		min-height: 0;
	}
	.bg-3 {
		background: #cccccc;
		min-height: 0;
	}
	.bg-4 {
		background: #cccccc;
		min-height: 0;
	}
	.bg-5 {
		background: #cccccc;
		min-height: 0;
	}
	.bg-6 {
		background: #cccccc;
		min-height: 0;
	}
	.box-1 {
		background: none;
		min-height: 0;
		margin-top: 0px;
	}
	.about-box-1 {
		background: #cccccc;
		min-height: 0;
		margin-top: 0px;
	}
	.about-box-2 {
		background: #cccccc;
		min-height: 0;
		margin-top: 0px;
	}
	.about-box-3 {
		background: #cccccc;
		min-height: 0;
		margin-top: 0px;
	}
	.about-box-4 {
		background: #cccccc;
		min-height: 0;
		margin-top: 0px;
	}
	.products-box-1 {
		background: #cccccc;
		min-height: 0;
		margin-top: 0px;
	}
	.products-box-2 {
		background: #cccccc;
		min-height: 0;
		margin-top: 0px;
	}
	.products-box-3 {
		background: #cccccc;
		min-height: 0;
		margin-top: 0px;
	}
	.products-box-4 {
		background: #cccccc;
		min-height: 0;
		margin-top: 0px;
	}
	.products-box-5 {
		background: #cccccc;
		min-height: 0;
		margin-top: 0px;
	}
	.gallery-box-1 {
		background: #cccccc;
		min-height: 0;
		margin-top: 0px;
	}
	.services-box-1 {
		background: #cccccc;
		min-height: 0;
		margin-top: 0px;
	}
	.services-box-2 {
		background: #cccccc;
		min-height: 0;
		margin-top: 0px;
	}
	.services-box-3 {
		background: #cccccc;
		min-height: 0;
		margin-top: 0px;
	}
	.services-box-4 {
		background: #cccccc;
		min-height: 0;
		margin-top: 0px;
	}
	.services-box-5 {
		background: #cccccc;
		min-height: 0;
		margin-top: 0px;
	}
	.services-box-6 {
		background: #cccccc;
		min-height: 0;
		margin-top: 0px;
	}
	.contact-box-1 {
		background: #cccccc;
		min-height: 0;
		margin-top: 0px;
	}
	.contact-box-2 {
		background: #cccccc;
		min-height: 0;
		margin-top: 0px;
	}
	.contact-box-3 {
		background: #cccccc;
		min-height: 0;
		margin-top: 0px;
	}
	.areas-box-1 {
		background: #cccccc;
		min-height: 0;
		margin-top: 0px;
	}
	.areas-box-2 {
		background: #cccccc;
		min-height: 0;
		margin-top: 0px;
	}
	.areas-box-3 {
		background: #cccccc;
		min-height: 0;
		margin-top: 0px;
	}
	.areas-box-4 {
		background: #cccccc;
		min-height: 0;
		margin-top: 0px;
	}
	.areas-box-5 {
		background: #cccccc;
		min-height: 0;
		margin-top: 0px;
	}
	.areas-box-5a {
		background: #cccccc;
		min-height: 0;
		margin-top: 0px;
	}
	.areas-box-5b {
		background: #cccccc;
		min-height: 0;
		margin-top: 0px;
	}
	.box-2 {
		background: none;
		min-height: 0;
		margin-top: 0px;
	}
	.box-4 {
		background: none;
		min-height: 0;
		margin-top: 0px;
	}
	.box-5 {
		background: none;
		min-height: 0;
	}
	.box-6 {
		background: none;
		min-height: 0;
	}
	.main-graphic {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.line-about {
		background: none;
		border-style: solid;
		border-color: #000000;
		border-width: 1px 0px 0px 0px;
		min-height: 0;
		margin-left: 15px;
		margin-right: 15px;
	}
	.line-about2 {
		margin-left: 15px;
		margin-right: 15px;
	}
	.line-about3 {
		margin-left: 15px;
		margin-right: 15px;
	}
	.line-about4 {
		margin-left: 0;
		margin-right: 0;
	}
	.line-about5 {
		margin-left: 0;
		margin-right: 0;
	}
	.line-about6 {
		margin-left: 0;
		margin-right: 0;
	}
	.image-1 {
		margin-top: 50px;
	}
	.image-5 {
		margin-top: 50px;
	}
	.image-6 {
		margin-top: 0;
	}
	.h1 {
		margin-left: 0;
	}
	.h3 {
		padding-top: 30px;
	}
	.h4 {
		padding-top: 40px;
		padding-right: 0;
	}
	.h5 {
		padding-left: 0;
		padding-top: 0;
		padding-right: 0;
	}
	.h6 {
		padding-left: 0;
		padding-top: 0;
		padding-right: 0;
	}
	.p1 {
		margin-left: 0;
		padding-bottom: 0;
	}
	.p2 {
		padding-bottom: 50px;
		margin-right: 0;
		margin-left: 0;
	}
	.p3 {
		margin-left: 0;
	}
	.p4 {
		margin-right: 0;
	}
	.p5 {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 70px;
	}
	.p6 {
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 25px;
	}
	.p7 {
		margin-left: 15px;
		margin-right: 15px;
		padding-bottom: 40px;
		text-align: center;
	}
	.map-wrapper {
		margin-right: 0;
	}
	.gform_wrapper {
		margin: 0 0 !important;
	}
}

@media screen and (max-width: 699px) {
	.box-5 {
		margin-top: 0;
	}
	.h1 {
		margin-top: 40px;
		margin-left: 0;
		text-align: center;
	}
	.h3 {
		margin-left: 0;
		padding-right: 0;
		text-align: center;
	}
	.h4 {
		text-align: center;
		padding-right: 0;
		margin-left: 0;
		padding-top: 30px;
	}
	.h5 {
		text-align: center;
	}
	.h6 {
		text-align: center;
		padding-top: 30px;
	}
	.p1 {
		margin-left: 0;
		text-align: center;
	}
	.p2 {
		margin-right: 0;
		text-align: center;
		padding-bottom: 20px;
	}
	.p3 {
		margin-top: 25px;
		text-align: center;
		margin-left: 0;
	}
	.p4 {
		text-align: center;
		margin-left: 0;
	}
	.p5 {
		text-align: center;
	}
	.p6 {
		text-align: center;
	}
	.image-1 {
		text-align: center;
	}
	.image-2 {
		text-align: center;
		margin-top: 40px;
	}
	.image-5 {
		text-align: center;
		margin-top: 30px;
	}
	.image-6 {
		text-align: center;
		margin-left: 0;
	}
	.slider-wrapper {
		margin-top: 30px;
	}
	.about-image-1 {
		margin-top: 30px;
	}
	.products-image-3 {
		padding-top: 0;
		padding-right: 0;
	}
	.products-image-2 {
		padding-right: 0;
	}
	.services-image-3 {
		padding-top: 40px;
	}
	.services-image-4 {
		padding-top: 0;
	}
	.gform_wrapper .gform_footer {
		text-align: right;
		margin-top: 0 !important;
		margin-right: 0 !important;
		padding: 0 !important;
		width: 139px !important;
		float: left;
	}
}

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.footer-top {
	background: url("img/Footer-top.jpg") no-repeat top center;
	min-height: 187px;
}

.footer-bottom {
	background: url("img/Footer-bottom.jpg") no-repeat top center;
	min-height: 60px;
}

.footer-logo {
	text-align: center;
}

.f1 {
	font: 14px 'Poppins', sans-serif;
	color: #f1f1f1;
	font-weight: 400;
	line-height: 14px;
	text-align: right;
	margin-top: 25px;
}

.f1 a {
	font: 14px 'Poppins', sans-serif;
	color: #f1f1f1;
	font-weight: 400;
	line-height: 14px;
	text-align: right;
	text-decoration: underline;
}

.f1 a:hover {
	text-decoration: none;
}

.fl {
	font: 24px 'Cinzel', sans-serif;
	color: #f2f2f2;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	margin-top: 10px;
}

.fn {
	font: 24px 'Cinzel', sans-serif;
	color: #f2f2f2;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	margin-top: 10px;
}

.ez-icon {
	float: left;
	margin-top: 14px;
}

.powered {
	font: 10px 'Poppins', sans-serif;
	color: #f1f1f1;
	line-height: 15px;
	font-weight: 400;
	text-align: left;
	float: left;
	margin-left: 5px;
	margin-top: 20px;
}

.powered a {
	font: 12px 'Poppins', sans-serif;
	color: #f1f1f1;
	line-height: 15px;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
}

.powered a:hover {
	text-decoration: underline;
}

.spacer-1 {
	background: none;
	height: 30px;
}

.spacer-2 {
	background: none;
	height: 70px;
}

@media screen and (max-width: 950px) {
	.f1 {
		font-size: 12px;
		line-height: 17px;
		text-align: center;
		margin-top: 25px;
	}
	.f1 a {
		font-size: 12px;
		line-height: 17px;
		text-align: center;
		margin-top: 25px;
	}
}

@media screen and (max-width: 699px) {
	.footer-top {
		background: #530000;
		min-height: 0;
	}
	.footer-bottom {
		background: #530000;
		min-height: 0;
	}
	.ez-icon {
		text-align: center;
		float: none;
		margin-left: 0;
	}
	.powered {
		text-align: center;
		float: none;
		margin-left: 0;
		margin-top: 5px;
		margin-bottom: 30px;
	}
}

/*--------------------------------------------------------------
    Grid System
----------------------------------------------------------------*/
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container, .row {
  *zoom: 1;
}

.container:before, .row:before, .container:after, .row:after {
  content: " ";
  display: table;
}

.container:after, .row:after {
  clear: both;
}

.container {
  max-width: 1226px;
  margin: 0 auto;
  padding: 1em;
}

.container.no-space {
  padding: 0;
}

.container.no-space-bottom {
  padding-bottom: 0;
}

.container.no-space-tb {
  padding-top: 0;
  padding-bottom: 0;
}

[class*='col-'] {
  float: left;
  width: 100%;
  min-height: 1px;
  position: relative;
}

[class*='col-']:last-child {
  margin-right: 0;
}

@media screen and (min-width: 700px) {
  .col-1 {
    width: 5.58333%;
    margin-right: 3%;
  }
  .col-2 {
    width: 14.16667%;
    margin-right: 3%;
  }
  .col-3 {
    width: 22.75%;
    margin-right: 3%;
  }
  .col-4 {
    width: 31.33333%;
    margin-right: 3%;
  }
  .col-5 {
    width: 39.91667%;
    margin-right: 3%;
  }
  .col-5a {
    width: 39.91667%;
    margin-right: 0;
  }
  .col-6 {
    width: 48.5%;
    margin-right: 3%;
  }
  .col-6a {
    width: 52.5%;
    margin-right: 3%;
  }
  .col-6b {
    width: 48.5%;
    margin-right: 0;
  }
  .col-7 {
    width: 57.08333%;
    margin-right: 3%;
  }
  .col-8 {
    width: 65.66667%;
    margin-right: 3%;
  }
  .col-9 {
    width: 74.25%;
    margin-right: 3%;
  }
  .col-10 {
    width: 82.83333%;
    margin-right: 3%;
  }
  .col-11 {
    width: 91.41667%;
    margin-right: 3%;
  }
  .col-12 {
    width: 100%;
    margin-right: 3%;
  }
  .col-12a {
    width: 100%;
    margin-right: 0;
    margin-left: 30px;
  }
}

@media screen and (max-width: 1300px) {
	.col-12a {
    	margin-left: 0;
  	}
}

/*--------------------------------------------------------------
    Slick Nav Responsive Mobile Menu
----------------------------------------------------------------*/
.slicknav_menu {
	display: none;
}

@media screen and (max-width: 699px) {
	.slicknav_menu {
		display: block;
	}
	.main-navigation {
		display: none;
	} 
}

.slicknav_btn {
    position: relative;
	display: block;
	vertical-align: middle;
	padding: 0.438em 0.625em 0.438em 0.625em;
	line-height: 1.125em;
	cursor: pointer;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; 
}

.slicknav_menu {
    *zoom: 1; 
}

.slicknav_menu .slicknav_menutxt {
    /*display: none;*/
    display: block;
    color: #ffffff;
    line-height: 1.188em;
    margin: 0 auto;
    text-align: center;
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
}

.slicknav_menu .slicknav_icon:before {
    background: transparent;
    width: 1.125em;
    height: 0.875em;
    display: block;
    content: "";
    position: absolute; 
}

.slicknav_menu .slicknav_no-text {
    margin: 0; 
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 25px;
    height: 4px;
    margin-left: -15px;
    margin-top: -6px;
    margin-bottom: 5px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); 
}

.slicknav_menu:before {
    content: " ";
    display: table; 
}

.slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; 
}

.slicknav_nav {
    clear: both; 
}

.slicknav_nav ul {
    display: block; 
}

.slicknav_nav li {
    display: block; 
}

.slicknav_nav li:last-child {
    margin-bottom: 20px; 
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; 
    color: #1b4383;
}

.slicknav_nav .slicknav_item {
    cursor: pointer; 
}

.slicknav_nav .slicknav_item a {
    display: inline; 
}

.slicknav_nav .slicknav_row {
    display: block; 
}

.slicknav_nav a {
    display: block; 
}

.slicknav_nav .slicknav_parent-link a {
    display: inline; 
}

.slicknav_brand {
    float: left; 
}

.slicknav_menu {
	font: 18px 'Cinzel', sans-serif;
    box-sizing: border-box;
    font-weight: 700;
    background: #fbec8f;
    /*padding-top: 10px;*/
    padding: 0;
}

.slicknav_menu * {
    box-sizing: border-box; 
}

.slicknav_menu .slicknav_menutxt {
    color: #01000c;
    font-weight: bold;
    padding-top: 5px;
}

.slicknav_menu .slicknav_icon-bar {
	/*background: #ffffff;*/
	display: none;
}

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: none; 
}

.slicknav_nav {
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    list-style: none;
    overflow: hidden; 
}

.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; 
}

.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; 
}

.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: none;
    color: #ffffff;   
}

.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #002d5f; 
}

.slicknav_nav li:hover > a {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: none;
    color: #ffffff;      
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px; 
}

.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; 
}

.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; 
}

.slicknav_brand {
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px; 
}

.slicknav_nav .current_page_item > a,
.slicknav_nav .current-menu-item > a,
.slicknav_nav .current_page_ancestor > a,
.slicknav_nav .current-menu-ancestor > a {
    color: #ffffff; 
}
