/* google_fonts
-----------------------------------------------------------------------------
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:Black');*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	line-height: 28px;
	color: #000;
	width: 100%;
	font-weight: 300;
	background: #e9e9ea url(images/body_bg.png) center repeat-y;
	position: relative;
min-width: 1100px;
max-height:1920px;	

overflow-x: hidden;
}

/* text styles
-----------------------------------------------------------------------------*/
h1, .h1 {
	font-size: 37px;
	line-height: 37px;
	color: #a06318;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-style: black;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}
h2, .h2 {
	font-size: 32px;
	line-height: 30px;
	color: #b54f17;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-style: black;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}
h3, .h3 {
	font-size: 27px;
	line-height: 27px;
	color: #ac8d12;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-style: black;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}
h4, .h4 {
	font-size: 22px;
	line-height: 22px;
	color: #4d4a49;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-style: black;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}
h5, .h5 {
	font-size: 21px;
	line-height: 21px;
	color: #000;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-style: black;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}

a {
	color: #ab1000;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	padding: 0px;
	margin: 0px;
}

ul, ol {
	margin: 0px 0px 5px 20px;
	padding: 0px 0px 0px 0px;
	list-style-position: inside;
}
ul {
	/*list-style-image: none;*/
}
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}

p {
	margin: 15px 0px 15px 0px;
}
img {
	border: none;
	vertical-align: middle;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    box-sizing: border-box;
	background: url(images/input_bg.gif) top repeat-x;
}
label {
	box-sizing: border-box;
}
input {
	vertical-align: middle;
}

.form_standard {
	width: 700px !important;
	display: table;
	margin: 0 auto;
}
.form_standard_half {
	width: 350px !important;
	display: table;
	margin: 0 auto;
}

.form {
	width: 100%;
}

.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #356007;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #000;
	font-size: 19px;
	line-height: 23px;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}

.form input[type=text], .form input[type=email], .form select, .form textarea {
	width: 100%;
	padding: 6px;
	margin: 0px 0px 10px 0px;
	background: #fff;
	border: 1px solid #000;
}
.form select {
	padding: 5px;
}
.form textarea {
	height: 150px;
}

.required {
	color: #f00;
}

/* scode_block
-----------------------------------------------------------------------------*/
#scode_block {
	width: 100%;
	text-align: center;
}
#scode_block table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
#scode_block table tr {
    vertical-align: top;
}
#scode_block table td {
	width: auto;
}
#scode_block table td {
	padding: 0px 2px 0px 2px;
	margin: 0px;
}
#scode_block #scode {
	width: 105px;
	height: 33px;
}


#scode_block input[type=text] {
	margin: 0px;
}

/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #010101;
	font-weight: normal;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #010101;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #010101;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #010101;
	font-weight: normal;
	text-overflow: ellipsis;
}

/* standard styles
-----------------------------------------------------------------------------*/

.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline
}

.align_center {
	text-align: center;
	margin: auto;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_justify {
	text-align: justify;
}

.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}

.position_center {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.position_middle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.box_center {
	display: table;
	margin: 0 auto !important;
}

.clear {
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

.hidden {
	display: none;
}

.desktop_only {
}
.mobile_only {
	display: none;
}

.img_left {
	width: auto;
	float: left;
	margin: 0px 15px 10px 0px;
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 10px 15px;
}

.images, .images_left, .images_right {
	border: 0px;
	background: #e9e9d6;
}
.images_left {
	width: auto;
	float: left;
	margin: 0px 30px 15px 0px;
}
.images_right {
	width: auto;
	float: right;
	margin: 0px 0px 15px 30px;
}
hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #e6e3dc;
	border: 0px;
}
.a_button {
	display: inline-block;
	position: relative;
	color: #fff;
	font-style: black;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	background: #356007;	
	padding: 18px 40px 18px 40px;
	margin: 0px;
	text-decoration: none;
	outline: none;
}
.a_button:after {
	content: "";
	display: block;
	width: 100%;
	height: 54px;
	position: absolute;
	top: 0px;
	left: 0px;
	left: 0px;
	bottom: 0px;
	box-shadow: 
    0 0 0 2px #fff,
    0 0 0 3px #eef2ea,
    0 0 0 4px #356007;
}
.a_button:hover {
	color: #fff;
	background: #af1303;	
	text-decoration: none;
}
.a_button:hover:after {
	content: "";
	display: block;
	width: 100%;
	height: 54px;
	position: absolute;
	top: 0px;
	left: 0px;
	left: 0px;
	bottom: 0px;
	box-shadow: 
    0 0 0 2px #fff,
    0 0 0 3px #eef2ea,
    0 0 0 4px #af1303;
}

.columns {
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}
.columns[data-columns-count="2"] {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.columns[data-columns-count="3"] {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
.columns[data-columns-count="4"] {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}
.columns[data-columns-count="5"] {
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
}
.columns[data-columns-count="6"] {
	-moz-column-count: 6;
	-webkit-column-count: 6;
	column-count: 6;
}

.res_list div {
	display: inline-block;
	padding-bottom: 10px;
}

/* columns_list
-----------------------------------------------------------------------------*/
ul.columns_list {
	list-style: none;
}
ul.columns_list > li {
	list-style: none;
	list-style-images: none;
	display: inline-block;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}
ul.columns_list > li, ul.columns_list[data-columns-count="2"] > li {
	width: 47%;
	margin-right: 3%;
}
ul.columns_list[data-columns-count="3"] > li {
	width: 30%;
	margin-right: 3%;
}
ul.columns_list[data-columns-count="4"] > li {
	width: 22%;
	margin-right: 3%;
}
ul.columns_list[data-columns-count="5"] > li {
	width: 17%;
	margin-right: 3%;
}

/* portfolio styles
-----------------------------------------------------------------------------*/
.sectionname, .imagepages {
	display: inline-block;
	color: #fff;
	background: #6f9843;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	padding: 2px 7px 2px 7px;
	margin: 0px 3px 5px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #af1303;
}
.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #af1303;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	padding: 2px 7px 2px 7px;
	margin: 0px 3px 5px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.sectionnameselected:hover, .imagepageselected:hover {
	text-decoration: none;
}
.sectionname_divider {
	display: none;
}
.imagesmallname {
	color: #000;
}
.imagemediumname {
	color: #000; 
	font-weight: bold;
}
.image_delimiter {
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	padding: 0px;
	margin: 0px;
}

/* portfolio
-----------------------------------------------------------------------------*/
.portfolio {
}
.portfolio ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.portfolio ul li {
	display: inline-block;
	margin: 0px 5px 20px 5px;
	padding: 0px;
	vertical-align: top;
}
.portfolio ul li:first-child {
}
.portfolio ul li:last-child {
}
a.portfolio_button {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	background: #6f9843;
	text-align: center;
	padding: 2px 10px 4px 10px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
a.portfolio_button:hover, .portfolio ul li:hover a.portfolio_button, .portfolio li.selected a.portfolio_button {
	color: #fff;
	text-decoration: none;
	background: #af1303;
}

/* portfolio_sections_list
-----------------------------------------------------------------------------*/
.portfolio_sections_list {
	padding: 0px 0px 15px 0px;
	text-align: center;
	border-bottom: 1px solid #eae9e9;
	margin-bottom: 15px;
}
.portfolio_sections_list_caption {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 23px;
	color: #000;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 16px;
	padding: 8px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.png) top repeat-x;
	border: 1px solid #ccc;
}
.portfolio_sections_list ul li {
	margin: 0px 4px 10px 4px;
	padding: 0px;
	vertical-align: top;
}
.portfolio_section_name {
	font-family: 'Lato', sans-serif;
	font-size: 37px;
	line-height: 40px;
	color: #a06318;
	font-style: black;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-align: center;
}
.portfolio_section_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}

/* portfolio_navigation
-----------------------------------------------------------------------------*/
.portfolio_navigation {
	padding: 0px 0px 10px 0px;
}
.portfolio_navigation_last {
	width: 100px;
	float: left;
}
.portfolio_navigation_next {
	width: 100px;
	float: right;
	text-align: right;
}
.portfolio_navigation_pages {
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: calc(100% - 200px);
	float: left;
	text-align: center;
}

/* portfolio_thumbnails
-----------------------------------------------------------------------------*/
.portfolio_thumbnails {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_thumbnails_caption {
	padding: 0px 0px 20px 0px;
}
.portfolio_thumbnails ul li {
	text-align: left;
	position: relative;
}
.portfolio_thumbnail_link {
}
.portfolio_thumbnail_image {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.portfolio_thumbnail_image img {
	vertical-align: bottom;
}
.portfolio_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0.5;
	background: rgba(0, 0, 0, 0.4);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails ul li:hover .portfolio_thumbnail_caption {
	opacity: 1;
	background: rgba(65, 126, 0, 0.8);
}
.portfolio_thumbnail_caption a {
	color: #FF0;
}
.portfolio_thumbnail_caption small {
	font-size: 11px;
	line-height: 12px;
}

/* portfolio_index
-----------------------------------------------------------------------------*/
.portfolio_index {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_index_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}
.portfolio_index ul li {
	text-align: left;
	position: relative;
}
.portfolio_index_link {
	color: #FF0;
}
.portfolio_index_image {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.portfolio_index_image img {
	vertical-align: bottom;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_image img {
	transform: scale(1.1);
}
.portfolio_index_caption {
	width: 90%;
	position: absolute;
	left: 0;
	top: 20%;
	right: 0;
	bottom: 0;
	margin-top: -15%;
	opacity: 0.7;
	transition: all 0.5s ease;
	z-index: 2;
	background: rgba(0, 0, 0, 0.4);
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 28px;
	line-height: 30px; 
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 28% 5% 5% 5%;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_caption {
	opacity: 1;
	background: rgba(65, 126, 0, 0.8);
}

/* portfolio_slider
-----------------------------------------------------------------------------*/
.portfolio_slider {
}
.portfolio_slider_previews_area {
	position: relative;
}
.portfolio_slider_previews {
	vertical-align: middle;
	height: 500px;
	overflow: hidden;
	margin-bottom: 10px;
}
.portfolio_slider_preview {
	width: auto;
	height: 500px;
	text-align: center;
}
.portfolio_slider_preview_link {
	width: auto;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.portfolio_slider_preview_image {
	width: 100%;
	height: auto;
}
.portfolio_slider_preview_image img {
	width: 100%;
	height: auto;
}
.portfolio_slider_preview_caption {
	width: 94%;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px 3% 10px 3%;
	opacity: 1;
	background: rgba(72,72,72,0.7);
}
.portfolio_slider_preview_caption small {
	color: #CCC;
}
.portfolio_slider_previews_last, .portfolio_slider_thumbnails_last {
	position: absolute !important;
	top: 50%;
	margin-top: -20px;
	left: 20px;
}
.portfolio_slider_previews_last:after, .portfolio_slider_thumbnails_last:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/portfolio_slider_last.png) center center no-repeat;
}
.portfolio_slider_previews_next, .portfolio_slider_thumbnails_next {
	position: absolute !important;
	top: 50%;
	margin-top: -20px;
	right: 20px;
}
.portfolio_slider_previews_next:after, .portfolio_slider_thumbnails_next:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/portfolio_slider_next.png) center center no-repeat;
}
.portfolio_slider_navigation {
	display: table;
	margin: 0 auto;
	margin-bottom: 15px;
}
.portfolio_slider_slideshow {
	position: relative;
}
.portfolio_slider_thumbnails_area {
	position: relative;
}
.portfolio_slider_thumbnails {
	margin-bottom: 10px;
}
.portfolio_slider_thumbnail {
	text-align: center;
}
.portfolio_slider_thumbnail_link {
	text-align: left;
	position: relative;
	width: auto;
	display: inline-block;
}
.portfolio_slider_thumbnail_image img {
	opacity: 0.7;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_slider_thumbnail_image:hover img, .portfolio_slider_thumbnails .slick-current img {
	opacity: 1 !important;
}
.portfolio_slider_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	position: absolute;
	bottom: -10px;
	left: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0;
	background: rgba(72,72,72,0.7);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_slider_thumbnail_link:hover .portfolio_slider_thumbnail_caption {
	opacity: 1;
	bottom: 0px;
}
.portfolio_slider_thumbnail_caption a {
	color: #FF0;
}

/* portfolio magnific-popup styles
-----------------------------------------------------------------------------*/
.mfp-figure {
}
.mfp-close {
}
.mfp-img {
}
.mfp-bottom-bar {
}
.mfp-title {
	font-size: 14px;
	line-height: 16px;
}
.mfp-title a {
	color: #FF0;
}
.mfp-title small {
	font-size: 13px;
	line-height: 14px;
	color: #fff;
}
.mfp-counter {
}

/* breadcrumbs
-----------------------------------------------------------------------------*/
.breadcrumbs {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #000;
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #CCC;
}
.breadcrumbs ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.breadcrumbs ol li {
	position: relative;
	display: inline-block;
	padding: 0px 15px 0px 0px;
	margin: 0px 5px 0px 0px;
}
.breadcrumbs ol li:after {
	content: " >";
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 3px;
	right: 0px;
	text-align: right;
	font-size: 14px;
	line-height: 14px;
}
.breadcrumbs ol li:last-child {
	margin: 0px 0px 0px 0px;
}
.breadcrumbs ol li:last-child:after {
	content: "";
	display: block;
	width: 0px;
}

.breadcrumbs ol li a {
	color: #ab1000;
}
.breadcrumbs ol li:hover a {
	text-decoration: underline;
}


/* Table
-----------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-top: 1px solid #bdb6a3;
	border-left: 1px solid #bdb6a3;
}
.table tr {
	vertical-align: middle;
}
.table th, .table td {
	padding: 5px;
	border-bottom: 1px solid #bdb6a3; 
	border-right: 1px solid #bdb6a3; 
	color: #64534c;
}
.table thead td, .table tfoot td {
	background: #efae40;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #ada48c;
}
.table tr:nth-child(odd) {
	background: #efede8;
}
.table tr:nth-child(even) {
	background: #f5f3ee;
}


/* main styles
-----------------------------------------------------------------------------*/
.animatedParent {
	overflow: hidden;
}

.page_wrapper {
	width: 1100px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/* menutop
-----------------------------------------------------------------------------*/
#menutop { 
	background: #af1303;
	height: 48px;
}
#menutop ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
}
#menutop li {
	background: url(images/menutop_li.png) right center no-repeat;
	float: left;
	height: 48px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li:last-child {
	background: none;
}

#menutop li:first-child a {
	padding-left: 10px;
}
#menutop li:last-child a {
	padding-right: 10px;
}
#menutop ul li a {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	height: 31px;
	text-align: center;
	font-style: black;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	padding: 17px 25px 0px 25px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}

#menutop ul li:hover a {
	color: #eccd7a;
	text-decoration: none;
	transform: scale(1.1);
}
#menutop li.selected a {
	color: #eccd7a;
	transform: scale(1.1);
}
 
/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	background: #FFF;
	height: 964px;
	position: relative;
	z-index: 0;
}
.inside #header {
	width: 100%;
	height: 714px;
}
#header_top {
	width: 100%;
	height: 181px;
	background: url(images/header_top_bg.png) top center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0px;
	z-index: 101;
}
#header_logo {
	width: 384px;
	position: absolute;
	top: 11px;
	left: 360px;
}
#header_starburst {
	color: #f5ed07;
	display: table;
	margin: 0 auto;
	text-align: center;
	padding-top: 133px;
	font-weight: 900;
	letter-spacing: 1px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}

/* bunner_star
----------------------------------------------*/
#bunner_star {
	position: absolute; 
	bottom: -140px;
	right: 0px; 
    text-align: center; 
	padding: 24px 20px 24px 20px;
	background: linear-gradient(to right, rgba(107,140,47,0.7) 0%,rgba(94,142,6,0.7) 100%);
	z-index: 102; 
	border-radius: 50% 0% 50% 0%;
	border: 3px solid rgba(94,144,14,0.9); 
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5);
}
#bunner_star a {
	color: #f5ed07;
	font-size: 22px;
	line-height: 26px;
    text-align: center; 
	text-decoration: none;
	text-transform: uppercase;
	font-style: black;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Lato', sans-serif;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
/*.inside #bunner_star a {
	font-size: 20px;
	line-height: 24px;
}*/
#bunner_star a:hover {
	color: #2fd850;
	text-decoration: none;
}
#bunner_star a:hover span {
	color: #000;
	text-decoration: none;
}

#bunner_star a span {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
    text-align: center; 
	text-transform: uppercase;
	font-style: black;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}
.inside #bunner_star a span {
	font-size: 13px;
	line-height: 24px;
}
.pre-qual-banners {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
    text-align: center; 
	font-style: black;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	background: linear-gradient(to right, rgba(107,140,47,0.7) 0%,rgba(94,142,6,0.7) 100%);
	padding: 25px;
}
.pre-qual-banners a.h3 {
	color: #efd910;
	font-size: 24px;
	line-height: 20px;
    text-align: center; 
	font-style: black;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}

/* header_social
----------------------------------------------*/
#header_social {
	width: auto;
	position: absolute;
	top: 10px;
	left: 0px;
}
#header_social span {
	display: inline-block;
	color: #FFF;
	font-size: 15px;
	line-height: 12px;
	font-style: black;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	margin-bottom: 11px;
	padding-left: 4px;
}	
#header_social img {
	width: auto;
	margin-right: 4px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#header_social img:hover {
	text-decoration: none;
	transform: scale(1.1);
} 

#header_pay_here_now a {
	width: auto;
	color: #000;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	position: absolute;
	top: 36px; 
	left: 124px;
	font-size: 24px;
	line-height: 24px;
	padding: 5px 12px 6px 12px;
	background: #f5ed07;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	outline: none;
	text-decoration: none;
	border: rgba(238,82,66,0.2) 2px solid;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
#header_pay_here_now a:hover {
	color: #000;
	background: #4bd707;
	text-decoration: none;
}
#header_imagine_fiberglass_pools {
	width: auto;
	color: #fff;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	position: absolute;
	top: 100px; 
	left: 0px;
	font-size: 18px;
	line-height: 20px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

/* header_phone
----------------------------------------------*/
#header_phone {
	width: auto;
	position: absolute;
	top: 34px;
	left: 872px;
	color: #eccd7a;
	font-size: 16px;
	line-height: 17px;
	font-style: black;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}
#header_phone span {
	color: #FFF;
	font-size: 23px;
	line-height: 17px;
}

/* header_cards
----------------------------------------------*/
#header_cards {
	width: auto;
	position: absolute;
	top: 68px;
	left: 881px;
	color: #eccd7a;
	font-size: 16px;
	line-height: 17px;
	font-style: black;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}
#header_cards span {
	display: inline-block;
	color: #FFF;
	font-size: 15px;
	line-height: 15px;
	margin-right: 10px;
}

#header_bottom {
	width: 100%; 
	height: 367px;
	z-index: 102;
	position: absolute;
	bottom: 0px;
	background: url(images/header_bottom_bg.png) center bottom no-repeat;
	background-size: 100% 367px;
}

/* header_bunner
-----------------------------------------------------------------------------*/
#header_bunner {
	width: 19%;
	height: auto;
	position: absolute; 
	top: 18%;
	left: 60%;
	right: 0px; 
    text-align: center; 
	z-index: 0;
}

/* header_phone
----------------------------------------------*/
#header_bunner_phone {
	color: #ffe186;
	font-size: 20px;
	line-height: 18px;
	font-style: black;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
    text-align: center;
	margin: 0px 25px 0 30px;
}

#header_bunner_phone span {
	display: block;
	color: #fff;
	font-size: 35px;
	line-height: 40px;
	margin-top: 5%;
	margin-bottom: 5%;
}

/* header_bunner_slogan
----------------------------------------------*/
#header_bunner_slogan {
	color: #fff;
	font-size: 22px;
	line-height: 25px;
    text-align: center; 
	text-transform: uppercase;
	font-style: black;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	margin: 0 25px 5% 30px;
}

/* pager
-----------------------------------------------------------------------------*/
.cycle-pager { 
    text-align: center; 
	width: 20%; 
	z-index: 200; 
	position: absolute; 
	bottom: 74px; 
	overflow: hidden;
	margin-left: 60%;
}
.cycle-pager span {
    display: inline-block; 
    font-family: arial; 
	font-size: 30px;
	line-height: 13px; 
	width: 12px; 
	height: 12px; 
	background: #FFF;
	border: #FFF 3px solid;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	color: #fff; 
	cursor: pointer;
	padding: 0px;
	margin-right: 4px;
}
.cycle-pager span.cycle-pager-active { 
	color: #5f8815;
	background: #5f8815;
}
.cycle-pager > * { cursor: pointer;}


/* slideshow
-----------------------------------------------------------------------------*/
#slideshow { 
	width: 100%;
	height: 964px;
	position: relative;
	z-index: 0;
}
.inside #slideshow {
	width: 100%;
	height: 714px;
}

#slideshow li.lazy {
background-image: none;
background-color: #2d5d18;
}
li.lazy {
background-image: none;
}
div.lazy {
background-image: none;
}

#slideshow li {
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	list-style: none;
	list-style-image: none;
}

#li_slide1 { background: url(images/slider/slide1.webp) top center no-repeat; }
#li_slide2 { background: url(images/slider/slide2.webp) top center no-repeat; }
#li_slide3 { background: url(images/slider/slide3.webp) top center no-repeat; }
#li_slide5 { background: url(images/slider/slide5.webp) top center no-repeat; }

/* middle
-----------------------------------------------------------------------------*/
#middle {
	background: #fff;
	position: relative;
	z-index: 1;
}

#middle:before {
	content: "";
	display: block;
	width: 1120px;
	position: absolute; 
	bottom: 0px;
	height: 480px;
	margin-left: 41%;
	background: url(images/middle_plan_bg.png) bottom no-repeat;
}

/* content
-----------------------------------------------------------------------------*/
#content {
	width: auto;
	overflow-x: hidden;
	min-height: 400px;
	height: auto !important;
	padding: 0px 0px 40px 0px;
}

/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	width: 100%;
	color: #fff;
	font-size: 47px;
	line-height: 44px;
	font-style: black;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 20px;
	position: absolute;
	left: 0px; 
	bottom: 0px;
	z-index: 190;	
}
.content_title h1 {
	width: 67%;
	color: #7a501c;
	font-size: 40px;
	line-height: 44px;
	font-style: black;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 0px;
}
 
.content_title1 {
	width: 100%;
	color: #fff;
	font-size: 47px;
	line-height: 44px;
	font-style: black;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 45px;
}
 
.title_green h2 {
	font-size: 24px;
	line-height: 32px;
	color: #356007;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-style: black;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}

.ds_text_left {
	width: 48%;
	float: left;
}
.ds_text_right {
	width: 48%;
	float: right;
}

/* service_area
----------------------------------------------------------------------------*/
#service_area ul {
	margin: 10px 0px 0px 20px;
	padding: 0px;

	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
#service_area span {
	font-size: 24px;
	line-height: 24px;
	color: #356007;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-style: black;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}
#service_area a[href="javascript:;"] {
	color: #000;
	text-decoration: none;
	cursor: text;
}

/* 
-----------------------------------------------------------------------------*/
#box_specials {
	width: 100%;
	border-top: #f4f1ec 1px solid;
	background: #356007 url(images/box_specials_bg.png) center bottom no-repeat;
	background-size: cover;
	position: relative;
	color: #FFF;
	font-size: 42px;
	line-height: 100px;
	padding-top: 13px;
	text-indent: 116px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	z-index: 1;
}
#box_specials:after {
	content: "";
	display: block;
	width: 100%;
	height: 13px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-top: #fff 13px solid;
}
#box_specials_button a {
	display: block;
	position: absolute;
	top: 21px;
	left: 24px;
	width: 50px;
	height: 50px;
	background: #af1303 url(images/box_specials_arrow.png) 13px center no-repeat;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px; 
	text-align: center;
	border: #FFF 5px solid;
}
#box_specials_button a:hover {
	background: #af1303 url(images/box_specials_arrow.png) 13px center no-repeat;
	text-decoration: none;
}
#box_specials_button span { 
	font-style: black;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}

/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	width: 100%;
	position: relative;
	background: url(images/box_services_bg.jpg) repeat;
	border-top: #fff 13px solid;
	padding: 90px 0px 73px 0px;
	z-index: 1;
}

/* #box_services content
----------------------------------------------------------------------------*/
#box_services ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_services ul li {
	display: inline-block;
	float: left;
}
#box_services li {
}
#box_services a {
	display: block;
	position: relative;
	width: auto;
	height: 260px;
	text-align: center;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	text-decoration: none;
	outline: none;
}
#box_services a:after {
	content: "";
	display: block;
	width: 100%;
	height: 59px;
	color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: rgba(65, 126, 0, 0.6);
}
#box_services ul li a:hover {
	color: #4f8201;
}
#box_services ul li:hover a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #4f8201;
	background: rgba(65, 126, 0, 0.6);
}
#box_services li:last-child a {
}
#box_services a span {
	width: 100%;
	height: 59px;
	display: block;
	position: absolute;
	top: 200px;
	left: 0px;
	color: #fff;
	font-size: 30px;
	line-height: 50px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1;
}
#box_services a:hover span {
	color: #eccd7a;
	text-decoration: none;
	transform: scale(1.05);
}
#box_services span:hover {
	text-decoration: none;
	transform: scale(1.05);
}	
#box_services a div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	background: url(images/icon_zoom.png) center center no-repeat;
	transition: all 250ms ease-in;
	z-index: 1;
}
#box_services a:hover div  {
	opacity: 1;
	background: url(images/icon_zoom.png) center center no-repeat;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	-ms-transition: opacity 1s;
	transition: opacity 1s;
	transition: all 250ms ease-in;
}

/* box_testimonials
-----------------------------------------------------------------------------*/
#box_testimonials {
	position: relative;
	border-top: #fff 13px solid;
	background: url(images/box_testimonials_bottom_bg.png) center bottom no-repeat, url(images/box_testimonials_bg.jpg) center bottom no-repeat;
	background-size: 100% 146px, 100% 549px;
	padding-top: 51px;
	z-index: 2;
}
#box_testimonials_slideshow {
	padding: 0px 0px 55px 0px;
}
#box_testimonials_slideshow ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_testimonials_slideshow li {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	color: #FFF;
}
#box_testimonials_slideshow li div span {
	width: 100%;
	display: inline-block;
	font-weight: bold;
	text-align: center;
}

/* box_logos
----------------------------------------------------------------------*/
#box_logos {
	display: table;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	z-index: 2;
	padding: 8px 20px 0px 20px;
}
#box_logos div { 
	display: inline-block;
	margin: 0px 30px 0px 30px;
	vertical-align: middle;
}
#box_logos a { 
	color: #432c0f;
	outline: none;
	text-decoration: none;
}
#box_logos a:hover { 
	color: #ab1000;
}
#box_logos .houzz{ 
	font-family: arial, sans-serif;
	font-size: 11px;
	border: none; 
	padding: 0px;
}

/* Footer
----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	height: 367px;
	position: relative;
	padding: 44px 0px 47px 0px;
	color: #fff;
	font-size: 15px;
	line-height: 19px;
	border-top: #FFF 13px solid;
	z-index: 2;
	background:#7b501b;
}
#footer:before { 
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-top: #af1303 6px solid;
}
#footer .content_title1 {
	color: #eccd7a;
	font-size: 28px;
	line-height: 22px;
	text-align: left; 
	font-style: black;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	margin-bottom: 34px;
	text-transform: capitalize;
}

/* User Guide:
----------------------------------------------*/
#footer_menu {
	float: left;
	width: 186px;
	margin-left: 12px;
	margin-right: 64px;
	z-index: 3;
}

/* menubottom
-----------------------------------------------------------------------------*/
#menubottom ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}
#menubottom li { 
	background: url(images/menubottom_li.png) 2px 13px no-repeat, url(images/menubottom_li_bg.png) bottom repeat-x;
}
#menubottom li:last-child {
	background: url(images/menubottom_li.png) 2px 13px no-repeat;
}
#menubottom ul a {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	padding: 9px 0px 9px 15px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menubottom ul li:hover a {
	color: #eccd7a;
	text-decoration: none;
	transform: scale(1.05);
	padding-left: 19px;
}
#menubottom li.selected a {
	color: #eccd7a;
	transform: scale(1.05);
	padding-left: 19px;
}

/* footer_form
---------------------------------------------*/
#footer_form {
	float: left;
	width: 520px;
}

/* footer_form_contact
---------------------------------------------*/
#footer_form_contact {
	width: 100%;
}
#footer_form_contact fieldset {
	border: none;
}
#footer_form_contact td label.edit_full {
	width: 100%;
}
#footer_form_contact label.edit_full {
	width: 100%;
}
#footer_form_contact label.edit_half {
	width: 25%;
}
#footer_form_contact fieldset > table {
	width: 100%;
	padding-bottom: 15px;
}
#footer_form_contact fieldset > #scode_block table {
	width: 100%;
}
#footer_form_contact fieldset > table tr {
	vertical-align: top;
}
#footer_form_contact fieldset > table td:nth-child(1) {
	padding: 0px 21px 0px 0px;
}
#footer_form_contact label {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
}
#footer_form_contact label input, #footer_form_contact label textarea {
	border: none;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #fff;
	padding: 4px;
	background: rgba(230,220,192,0.45);
	border-top: #766a55 3px solid;
	border-left: #766a55 3px solid;
	margin-bottom: 4px;
}
#footer_form_contact label textarea, #footer_form_contact .label_comments {
	float: right;
	width: 100%;
	min-width: 249px;
	height: 124px;
}

.form input.submit, input.button {
	width: 302px;
	color: #fff;
	background: #af1303;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	padding: 7px  0px 8px 0px;
	text-transform: uppercase;
	text-align:center;
	border: 0px;
}

#footer_form_contact #img_code {
	height: 30px;
}

#footer_form_contact input#scode {
	height: 29px;
	margin-left: 18px
}
#footer_form_contact #scode_block {
	color: #fff; 
	font-size: 13px;
	line-height: 13px; 
	font-weight: normal;
	margin-top: 5px;
}

/* Address:
----------------------------------------------*/
#footer_address {
	float: right;
	width: 245px;
	font-size: 16px;
	line-height: 25px; 
	font-weight: normal;
	color: #FFF;
	margin-right: 12px;
}

/* Follow Us:
----------------------------------------------*/
#footer_social {
	width: 245px;
}
#footer_social img {
	width: auto;
	background: #e7362f;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	margin-right: 7px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#footer_social .facebook {
	background: #537abb;
}
#footer_social .google {
	background: #d24230;
}
#footer_social .wordpress {
	background: #55acdd;
}
#footer_social img:hover {
	border-radius: 32px;
	color: #e3701d;
	text-decoration: none;
	transform: scale(1.1);
}

/* footer_links
----------------------------------------------*/
#footer_links {
	float: left;
	width: 500px;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}
#footer_links a {
	color: #FFF;
}
#footer_links span {
	color: #eccd7a;
}
#footer_links span a {
	color: #eccd7a;
}

/* footer_logo
----------------------------------------------*/
#footer_logo {
	float: right;
	width: 245px;
	margin-right: 12px;
}

/* Contact
-----------------------------------------------------------------------------*/

#contact_address {
	width: 400px;
	float: left;
}
#contact_form {
	width: 600px;
	float: right;
}

/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	background: #356007 url(images/scroll_top_bg.png) center no-repeat;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	border: #FFF 6px solid;	
	text-decoration: none;
	cursor: pointer;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	transition: background 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:hover {
	background: #af1303 url(images/scroll_top_bg.png) center no-repeat;
	text-decoration: none;
}


.reviews { 
background: url(images/5stars.png) top left no-repeat; 
padding-left:90px;
}
.reviews span { width:100px; float:right; font-weight:700; text-align:right; }



