/* google_fonts
-----------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&display=swap); 

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #633321;
	width: 100%;
	min-width: 1100px;
	font-weight: 400;
	background: #936945 url(images/body_bg.png) center repeat-y;
	position: relative;
	overflow-x: hidden;
	padding-top: 46px;
}

/* text styles
-----------------------------------------------------------------------------*/
h1, .h1 {
	font-size: 22px;
	line-height: 25px;
	font-weight: 700;
	font-family: 'Open Sans Condensed',  sans-serif;
	color: #cb9f00;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2, .h2 {
	font-size: 20px;
	line-height: 23px;
	font-weight: 700;
	font-family: 'Open Sans Condensed',  sans-serif;
	color: #9b6854;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
	font-size: 18px;
	line-height: 21px;
	font-weight: 700;
	font-family: 'Open Sans Condensed',  sans-serif;
	color: #633321;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
a {
	color: #ff6500;
	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 10px 20px;
	padding: 0px;
}
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;
}
.edit_half {
	width: 25%;
}
.edit {
	width: 50%;
}
.edit_third {
	width: 35%;
}
.edit_quarter{
	width: 15%;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #633321;
	font-size: 16px;
	line-height: 16px;
    box-sizing: border-box;
	background: url(images/input_bg.png) 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 input.submit, input.button {
	width: auto;
	color: #fff;
	background: #eb5f03;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	font-family: 'Open Sans Condensed',  sans-serif;
	text-transform: uppercase;
	padding: 10px 20px 10px 20px;
	border: 0px;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
}
.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #633321;
	font-size: 16px;
	line-height: 20px;
}
.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%;
	color: #633321;
	font-size: 16px;
	line-height: 24px;
	padding: 7px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.png) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 6px;
}
.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: 40px;
}
#scode_block input[type=text] {
	margin: 0px;
}
#scode_block #img_code {
}

/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #222222 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #222222 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #222222 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #222222 !important;
	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 25px 10px 0px;
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 10px 25px;
}
.images, .images_left, .images_right {
	border: #ff6500 3px solid;
	background: #797979;
}
.images_winter {
	border: #15a5bf 3px solid;
	background: #797979;
}
.images_green {
	border: #4f9b37 3px solid;
	background: #797979;
}
.images_left {
	width: auto;
	float: left;
	margin: 0px 25px 15px 0px;
}
.images_right {
	width: auto;
	float: right;
	margin: 0px 0px 15px 25px;
}
hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: rgba(99,51,33,0.2);
	border: 0px;
}
.hr_hearts {
	line-height: 6px;
	height: 6px;
	font-size: 6px;
	background: url(images/hr_easter_bg.png) left center repeat-x;
	/*background: url(images/hr_hearts_bg.png) left center repeat-x;*/
	border: 0px;
}
/*light green*/
.divider {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	border-bottom: 2px rgba(160,185,20,0.8) dotted;
}
.divider-green {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	border-bottom: 2px #009900 dotted;
}
.divider-red {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	border-bottom: 2px #F90E12 solid;
}
.divider-brown {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	border-bottom: 2px #9b6854 dotted;
}
.a_button {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-family: 'Open Sans Condensed',  sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 14px;
	text-decoration: none;
	outline: none;
	background: url(images/a_button_bg.png) center top no-repeat;
	text-align: center;
	padding: 12px 21px 10px 21px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	color: #643d29;
	text-decoration: none;
} 
.columns {
	-moz-column-gap: 25px;
	-webkit-column-gap: 25px;
	column-gap: 25px;
}
.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-image: 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;
	font-weight: 700;
	font-family: 'Open Sans Condensed',  sans-serif;
	background: #c79d04;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	font-family: 'Open Sans Condensed',  sans-serif;
	background: #ff6501;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
} 
.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-family: 'Open Sans Condensed',  sans-serif;
	background: #ff6501;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.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_slides
-----------------------------------------------------------------------------*/
.portfolio_slides {
	position: relative;
}
.portfolio_slides ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.portfolio_slides li {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	text-align: center;
}
.portfolio_slides .images {
	max-width: -webkit-calc(100% - 8px); /* - 16*border */
	max-width: -moz-calc(100% - 8px);
	max-width: calc(100% - 8px);
	max-width: 100%;
	height: auto;
}
.portfolio_slides_pager {
	position: relative;
	display: table;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.portfolio_slides_pager span {
	width: 15px;
	height: 15px; 
    display: inline-block;
	cursor: pointer;
    font-family: arial;
	font-size: 40px;
	color: #4d1658;
}
.portfolio_slides_pager span.cycle-pager-active {
	color: #d1b26d;
}
.portfolio_slides_pager > * {
	cursor: pointer;
}

/* Table
-----------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-top: 1px solid #643b20;
	border-left: 1px solid #643b20;
}
.table tr {
	vertical-align: middle;
}
.table th, .table td {
	padding: 5px;
	border-bottom: 1px solid #643b20; 
	border-right: 1px solid #643b20; 
	color: #64534c;
}
.table thead td, .table tfoot td {
	background: #dfbd46;
	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: #dfbd46;
}
.table tr:nth-child(odd) {
	background: #dfbd46;
}
.table tr:nth-child(even) {
	background: #dfbd46;
}

/* belgard
-----------------------------------------------------------------------------*/
table.belgard td {
	padding: 0px 20px 20px 0px;
}

table.table_calendar td {
	color: #633321;
	padding: 0px 20px 20px 20px;
}

/* main styles
-----------------------------------------------------------------------------*/
.animatedParent {
/*	overflow: hidden;*/
}
.page_wrapper {
	width: 1100px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#main_wrapper {
	overflow: hidden;
}

.body_offset {
	padding-top: 51px;
}
.body_wrapper {
	max-width: 1920px !important;
	margin: 0 auto !important;
	float: none !important;
}
.box_fixed {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	z-index: 1000 !important;
	width: 100% !important;
	max-width: 1920px !important;
	float: none !important;
}

/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	height: 51px;
	background: url(images/menutop_bg.png) center top no-repeat;
}
#menutop ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	float: left;
	height: 51px;
	padding: 0px;
	margin: 0px;
}
#menutop li:first-child {
	background: none;
	padding-left: 8px;
}
#menutop li:last-child {
	background: none;
	padding-right: 8px;
}
#menutop li:last-child a {
} 
#menutop ul li a {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 12px;
	height: 26px;
	font-weight: 700;
	font-family: 'Open Sans Condensed',  sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding: 17px 8px 0px 8px;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #eecf61;
	text-decoration: none;
	transform: scale(1.05);
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 231px;
	background: url(images/header_thanksgiving_bg.webp) center top no-repeat;
	position: absolute;
	top: 0px;
	z-index: 150;
}
#header_logo {
	width: 240px;
	position: absolute;
	top: 54px;
	left: 0px;
}
#header_slogan {
	width: auto;
	position: absolute;
	top: 56px;
	right: 9px; 
	text-align: right;
	color: #633321;
	font-size: 24px;
	line-height: 29px; 
} 
#header_phone { 
	background: url(images/phone_icon.png) left center no-repeat;
	width: auto;
	height: 16px;
	position: absolute;
	top: 107px;
	right: 51px;
	color: #633321;
	font-size: 20px;
	line-height: 16px;
	padding-left: 22px;
	font-weight: bold;
}
#header_phone:hover {
	width: auto;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
#header_social {
	width: auto;
	position: absolute;
	top: 99px;
	right: 9px;
}
#header_social a img {
	background: #d4a809;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0px 0px 0px 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 0.7;
}
#header_social a:hover img {
	opacity: 1;
}

/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 863px;
	position: relative;
	background: #90ad8e url(images/slideshow_thanksgiving_bg.webp) center center no-repeat;
	z-index: 0;
} 
.inside #slideshow {
	height: 585px;
	background: #90ad8e url(images/slideshow_thanksgiving_inside_bg.webp) center center no-repeat;
}
#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#slideshow li {
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	list-style: none;
	list-style-image: none;
	position: relative;
}
#slideshow li:nth-child(1) {
	background: url(images/slides_01.webp) center center no-repeat !important;
}
#slideshow li:after {
	content: "";
	display: block;
	width: 100%;
	height: 700px;
	position: absolute;
	bottom: 0px;
	background: url(images/slide-thanksgiving-left.webp) left top no-repeat, url(images/slide-thanksgiving-right.webp) right bottom no-repeat;
	z-index: 100;
}
.inside #slideshow li:after {
	bottom: -200px;
}
#slideshow li div {
	width: 972px;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	color: #fff;
	font-weight: 700;
	vertical-align: top;
	font-family: 'Open Sans Condensed',  sans-serif;
	font-size: 65px;
	line-height: 70px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	z-index: 150;
	padding: 0px 64px 0px 64px;
	text-shadow: 1px 2px 3px rgba(67,25,28,0.9);
}
#slideshow li a div {
	display: block;
	padding: 50px 100px 400px 100px;
}
#slideshow li a:hover div {
	text-decoration: none;
}
#slideshow li div.slides_text5 {
	top: 325px;  
	color: #283103; 
	font-weight: 400;
	font-family: 'Open Sans Condensed',  sans-serif;
	font-size: 35px;
	line-height: 38px;
	text-shadow: 1px 2px 3px rgba(255,255,255,0.9);
	text-align: center;
}
#slideshow li div.slides_text5 span {
	display: inline-block;
	font-size: 55px;
	line-height: 55px;
	text-shadow: none;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.9);
	margin-bottom: 5px;
}
.inside #slideshow li div.slides_text5 {
	top: 235px; 
	font-size: 33px;
	line-height: 35px;
}
.inside #slideshow li div.slides_text5 span {
	font-size: 38px;
	line-height: 40px;
}
#slideshow li div.slides_text {
	top: 310px; 
	color: #283103;
	font-weight: 400;
	font-family: 'Open Sans Condensed',  sans-serif;
	font-size: 35px;
	line-height: 38px;
	text-shadow: 1px 2px 3px rgba(255,255,255,0.9);
	text-align: center;
}
#slideshow li div.slides_text span {
	display: inline-block;
	font-size: 35px;
	line-height: 35px;
	text-shadow: none;
	text-shadow: 1px 2px 2px rgba(212,214,214,0.9);
	margin-bottom: 5px;
}
.inside #slideshow li div.slides_text {
	top: 235px; 
	font-size: 23px;
	line-height: 25px;
}
.inside #slideshow li div.slides_text span {
	font-size: 27px;
	line-height: 27px;
}
#slideshow li div.slides_text1 {
	top: 240px;
	font-size: 40px;
	line-height: 38px;
	font-family: 'Open Sans Condensed',  sans-serif;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.7);
}
#slideshow li div.slides_text1 span {
	display: inline-block;
	font-weight: bold;
	font-family: 'Open Sans',  sans-serif;
	font-size: 30px;
	line-height: 28px;
	padding: 10px 5px 5px 5px;
}
.inside #slideshow li div.slides_text1 {
	top: 220px;
	font-size: 30px;
	line-height: 26px;
	padding: 10px 0px 5px 0px;
}
.inside #slideshow li div.slides_text1 span {
	font-size: 20px;
	line-height: 14px;
}
#slideshow li div.slides_text2 {
	top: 300px;/*350px*/
	color: #fff;
	font-weight: 400;
	font-family: 'Open Sans Condensed',  sans-serif;
	font-size: 52px;
	line-height: 56px;
	/*font-size: 42px;
	line-height: 46px;*/
	text-shadow: 1px 2px 2px rgba(0,0,0,0.8);
	text-align: center;
}
.inside #slideshow li div.slides_text2 {
	top: 250px;
	font-size: 30px !important;
	line-height: 30px;
}
#slideshow li div.slides_text3 {
	top: 300px;
	font-weight: 400;
	font-family: 'Open Sans Condensed',  sans-serif;
	font-size: 42px;
	line-height: 46px;
	text-shadow: 2px 2px 2px rgba(0,0,0,1.0);
	text-align: center;
}
.inside #slideshow li div.slides_text3 {
	top: 210px;
	font-size: 30px;
	line-height: 32px;
}
#slideshow li div.slides_text4 {
	top: 220px;
	color: #fff;
	font-weight: 400;
	font-family: 'Open Sans Condensed',  sans-serif;
	font-size: 40px;
	line-height: 42px;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.9);
	text-align: center;
	padding-top: 80px;
}
.inside #slideshow li div.slides_text4 {
	top: 220px;
	font-size: 32px;
	line-height: 30px;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.9);
}
#slides_arrow_next {
	width: auto;
	position: absolute;
	top: 60%;
	margin-top: -90px;
	right: 41px;
	z-index: 101;
}
#slides_arrow_prev {
	width: auto;
	position: absolute;
	top: 60%;
	margin-top: -90px;
	left: 41px;
	z-index: 101;
}
.inside #slides_arrow_next {
	top: 70%;
} 
.inside #slides_arrow_prev {
	top: 70%;
}

/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
    text-align: center; 
	width: 100%; 
	z-index: 102 !important; 
	position: absolute; 
	left: 0px;
	bottom: 132px; 
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.inside #slideshow_pager { 
	bottom: 88px;
} 
#slideshow_pager span { 
    width: 16px;
	height: 16px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.png) left top no-repeat;
	padding: 0px 2px 0px 2px;
	font-family: arial; 
	font-size: 0px; 
}
#slideshow_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.png) left top no-repeat;
}
#slideshow_pager > * {
	cursor: pointer;
}

/* box_services1
-----------------------------------------------------------------------------*/
#box_services1 {
	background: url(images/footer_falltime_bottom_bg.webp) left  bottom no-repeat, url(images/box_services1_bg.jpg) center top no-repeat;
	position: relative;
	text-align: center;
	height: 249px;
	padding: 0px 0px 167px 0px;
	margin: 0px;
	z-index: 0;
	text-align: center;
}
#box_services1:after {
	content: "";
	display: block;
	width: 100%;
	height: 127px;
	position: absolute;
	top: -127px;
	background: url(images/box_services1_top_bg.png) center top no-repeat;
	z-index: 0;
}
#box_services1 ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	position: absolute;
	top: -99px;
	left: 0px; 
	right: 0px;
	z-index: 1;
	text-align: center;
}
#box_services1 ul li {
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top; 
}
#box_services1 li {
	text-align: center;
}
#box_services1 li a:nth-child(3) {
	margin-right: 40px;
}
#box_services1 li a {
	display: block; 
	width: 300px;
	height: 378px; 
	padding: 0px 10px 0px 10px;
	text-align: center;
	position: relative;
}
#box_services1 li a:hover {
	text-decoration: none;
}
#box_services1 li a img {
	transition: all 0.5s ease;
}
#box_services1 ul li a:hover img {
	opacity: 1;
	transform: scale(1.08);
}
#box_services1 li a span {
	display: inline-block;
	font-weight: 700;
	font-family: 'Open Sans Condensed',  sans-serif;
	font-size: 36px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	text-align: center;
	padding: 12px 0px 0px 0px;
	transition: all 0.5s ease;
}
#box_services1 li a:hover span {
	color: #ff6c00;
	text-decoration: none;
	opacity: 1;
	transform: scale(1.05);
}
#box_services1 li a div.a_button {
	margin-top: 19px;
}
#box_services1 li a div.a_button:hover {
	color: #643d29;
	text-decoration: none;
}

/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 51px 0px 120px 0px;
	background: url(images/footer_falltime_bottom_bg.webp) left  bottom no-repeat, #fff url(images/middle_bg.jpg) center top no-repeat;
	position: relative;
}
#middle:before {
	content: "";
	display: block;
	width: 100%;
	height: 146px;
	position: absolute;
	top: -146px;
	background: url(images/middle_top_bg.webp) center top no-repeat;
}
.inside #middle {
	background: url(images/box_img_inside_bg.jpg) center bottom no-repeat, #fff url(images/middle_inside_bg.webp) center top no-repeat;
	padding: 154px 0px 120px 0px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
} 
.inside #middle:before {
	content: "";
	display: block;
	width: 100%;
	height: 99px;
	position: absolute;
	top: -99px;
	background: url(images/middle_top_inside_bg.webp) center top no-repeat;
}
.inside #box_img_01 {
	position: absolute;
	top: -160px;
} 
.inside #box_img_02 {
	width: 357px;
	position: absolute;
	top: -72px;
}

/* content
-----------------------------------------------------------------------------*/
#content {
	width: 735px;
	float: right;
}

/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	width: 100%;
	color: #633321;
	font-size: 36px;
	line-height: 38px;
	font-weight: 700;
	font-family: 'Open Sans Condensed',  sans-serif;
	text-transform: uppercase;
	text-align: left;
	padding: 0px;
	margin-bottom: 21px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #633321;
	font-size: 36px;
	line-height: 38px;
	font-weight: 700;
	font-family: 'Open Sans Condensed',  sans-serif;
	text-transform: uppercase;
	text-align: left;
}
.content_title1 {
	width: 100%;
	color: #cb9f00;
	font-size: 22px;
	line-height: 27px;
	font-weight: bold;
	font-family: 'Open Sans Condensed',  sans-serif;
	text-transform: uppercase;
	text-align: left;
	padding: 0px;
	margin-bottom: 20px;
}
.content_title1 span {
	text-transform: none;
}

/* side
----------------------------------------------------------------------------*/
#side {
	width: 319px;
	float: left;
}

/* menu
-----------------------------------------------------------------------------*/
#menu {
}
#menu ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menu li {
	background: #d4a809 url(images/menu_li.jpg) left top no-repeat;
	margin-bottom: 5px;
}
#menu a {
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 18px;
	font-weight: 700;
	font-family: 'Open Sans Condensed',  sans-serif;
	text-transform: uppercase;
	padding: 15px 20px 15px 30px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menu ul li:hover {
	background: #ff6500 url(images/menu_li_on.jpg) left top no-repeat;
}
#menu li.selected {
	background: #ff6500 url(images/menu_li_on.jpg) left top no-repeat;
}
#menu ul li:hover a {
	color: #fff;
	text-decoration: none;
	transform: scale(1.07);
	padding-left: 39px;
}
#menu li.selected a {
	color: #fff;
	transform: scale(1.07);
	padding-left: 39px;
}  

/* box_side
----------------------------------------------------------------------------*/
#box_side {
	width: auto; 
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
}
#box_side span {
	font-size: 18px;
	color: #bd2530;
}
#box_side div span.red {
	color: #bd2530;
}
#box_side span.yellow {
	color: #f5d232;
}
#box_side div.orange-1 {
	color: #ed1c24;
}
.content_title_side {
	width: 100%;
	color: #7a5136;
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	font-family: 'Open Sans Condensed',  sans-serif;
	text-transform: uppercase;
	text-align: left;
	padding: 0px;
	margin-bottom: 16px;
}

/* service_area
----------------------------------------------------------------------------*/
#service_area ul {
	margin: 10px 0px 0px 20px;
	padding: 0px;

	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
	
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
#service_area span {
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
}
#service_area a[href="javascript:;"] {
	color: #434343;
	text-decoration: none;
	cursor: text;
}

/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	background: url(images/box_services_bg.jpg) top center no-repeat;
	position: relative;
	text-align: center;
	padding: 29px 0px 118px 0px;
	margin: 0px;
}
#box_services:after {
	content: "";
	display: block;
	width: 100%;
	height: 127px;
	position: absolute;
	top: -127px;
	background: url(images/box_services_top_bg.png) top center no-repeat;
}
#box_services:before {
	content: "";
	display: block;
	width: 100%;
	height: 210px;
	position: absolute;
	bottom: 122px;
	background: url(images/box_img_bg.png) bottom center no-repeat;
}
#box_services ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_services ul li {
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top;
}
#box_services li {
	margin-right: 10px;
	text-align: center;
}
#box_services li a:nth-child(4) {
	margin-right: 0px;
}
#box_services li a {
	display: block;
	width: auto;
	height: 318px; 
	padding: 0px 14px 0px 14px;
	text-align: center;
	position: relative;
}
#box_services li a:hover {
	text-decoration: none;
}
#box_services li a img {
	transition: all 0.5s ease;
}
#box_services ul li a:hover img {
	opacity: 1;
	transform: scale(1.08);
}
#box_services li a span {
	display: inline-block;
	font-weight: 700;
	font-family: 'Open Sans Condensed',  sans-serif;
	font-size: 28px;
	line-height: 28px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	text-align: center;
	padding: 12px 0px 0px 0px;
	transition: all 0.5s ease;
}
#box_services li a:hover span {
	color: #ff6c00;
	text-decoration: none;
	opacity: 1;
	transform: scale(1.05);
}

/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	width: 100%;
	height: 328px;
	background: url(images/box_contact_bg.jpg) center top no-repeat;
	position: relative;
	padding: 0px 0px 67px 0px;
	z-index: 0;
}
#box_contact .content_title {
	color: #FFF;
	text-align: center;
}
#box_contact:before {
	content: "";
	display: block;
	width: 100%;
	height: 127px;
	position: absolute;
	top: -127px;
	background: url(images/box_contact_top_bg.png) top center no-repeat;
}

/* form_contact
-----------------------------------------------------------------------------*/
#form_contact {
	width: 100%;
	z-index: 20;
}
#form_contact fieldset {
	border: none;
}
#form_contact fieldset > table {
	width: 100%;
}
#form_contact fieldset > table tr td {
	vertical-align: top;
}
#form_contact label input {
	width: 540px;
	height: 45px;	
	font-size: 20px;
	line-height: 20px;
	color: #222222;
	font-weight: 700;
	font-family: 'Open Sans Condensed',  sans-serif;
	text-transform: uppercase;
	padding: 9px 10px 8px 20px;
	margin-bottom: 12px;
	border: none;
}
#form_contact label textarea {
	width: 540px;
	height: 159px;	
	font-size: 20px;
	line-height: 20px;
	color: #222222;
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	padding: 9px 10px 8px 10px;
	border: none;
	margin: 0px;
}
#form_contact input.submit {
	background: #eb5f03;
	font-size: 24px;
	line-height: 17px;
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff; 
	text-transform: uppercase;
	padding: 14px 42px 14px 42px;
	border: none;
}
#form_contact #scode_block #scode {
	height: 44px;
}
#form_contact input:required {
	background: #eeeeee url(images/placeholder_red_bg.png) 2% 16px no-repeat;
}
#form_contact input:required:active,
#form_contact input:required:focus,
#form_contact input:required:valid {
	background: #eeeeee;
}
#form_contact #scode_block {
	color: #FFF;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.4);
} 

/* Footer
----------------------------------------------------------------------------*/
#footer {
	background: url(images/footer_thanksgiving_bottom.webp) center bottom repeat-x, #fff url(images/footer_bg.webp) center top no-repeat;
	position: relative;
	padding: 37px 0px 42px 0px;
	line-height: 24px;
}
#footer:after {
	content: "";
	display: block;
	width: 100%;
	height: 67px;
	position: absolute;
	top: -66px;
	background: url(images/footer_top_bg.webp) top center no-repeat;
}
#footer_logo {
	float: left;
	width: 240px;
	padding-top: 20px;
}
#footer_address {
	float: right;
	width: auto;
	color: #633321;
	text-align: right;
}
#footer_address span {
	color: #633321;
}
#footer_links {
	float: right;
	width: 550px;
	color: #633321;
	text-align: right;
}
#footer_links a {
	color: #633321;
}

/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 300px;
	float: left;
}
#contact_form {
	width: 400px;
	float: right;
}

/*inside
-----------------------------------------------------------------------------*/
.about {
	font-size: 30px;
	line-height: 38px;
	color: #f49ac1;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.about span {
	color: #f49ac1;
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
}
.about span.red {
	color: #ed1c24;
	font-size: 35px;
	line-height: 40px;
}

/*---*/
.text {
	font-size: 25px;
	line-height: 32px;
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
}
.text-page {
	margin-top: 10px;
	font-size: 32px;
	line-height: 36px;
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
}
.text-page span {
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	text-transform: none;
}
.text-page4 {
	margin-top: 10px;
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: left;
}
.text-page1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
.text-page1 span {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}
.text-page2 {
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
}
.text-page2 span {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
.text-page3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	font-family: 'Open Sans Condensed', sans-serif;
}
.gift-certificates {	
	padding-top: 36px;
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	vertical-align: middle;
}
.gift-certificates span {
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
}
.gift-certificates1 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
}
.gift-certificates1 span {
	font-size: 28px;
	line-height: 34px;
}

/*color
---------------------*/
.white {
	color: #fff;
}
.red {
	color: #ed1c24;
}
.red-d {
	color: #bd2530;
}
.red-1{
	color: #D00;
}
.orange-dark {
	color: #d94808;
}
.orange {
	color: #e3460b;
}
.orange-l {
	color: #ff6500;
}
.black {
	color: #000000;
}
.brown-dark-shadow {
	color: #512704;
	text-shadow: 2px 2px 2px rgba(255,255,255,0.8);
}
.black-shadow {
	color: #000000;
	text-shadow: 2px 2px 1px rgba(255,255,255,0.8);
}
.white-shadow {
	color: #fff;
	text-shadow: 0px 2px 4px rgba(0,0,0,1);
}
.green-shadow {
	color: #1d8541;
	text-shadow: 2px 2px 2px rgba(255,255,255,0.8);
}
.b-shadow {
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.w-shadow {
	text-shadow: 3px 3px 5px rgba(255,255,255,0.8);
}
.y-shadow {
	text-shadow: 3px 3px 5px rgba(247,234,166,0.8);
}
.yellow {
	color: #f5d232;
}
.yellow-1 {
	color: #e8bf05;
}
.light-green {
	color: #a0b914;
}
.green {
	color: #1d8541;
}
.red-fall {
	color: #9a0b12;
}
.orange-fall {
	color: #e44b11;
}
.green-fall {
	color: #5a4e0d;
}
.green-1 {
	color: #0FA468;
}
.green-grass {
	color: #748c21;
}
.blue {
	color: #29aeef;
}
.blue-d {
	color: #2f88b4;
}
.blue-dark {
	color: #0d59b8;
}
.blue-dark1 {
	color: #171ac5;
}
.cyclamen {
	color: #ec008c;
}
.purple {
	color: #ab4a9c;
}
.violet {
	color: #713db0;
}
.pink {
	color: #f49ac1;
}
.lilac {
	color: #c7b2d6;
}
.lilac-dark {
	color: #7c39ab;
}
.mustard {
	color: #c09808;
}
.brown {
	color: #9b6854;
}
.brown1 {
	color: #633321;
}
.brown-orange {
	color: #bf5904;
}
.aquablue {
	color: #00b1f0;
}
.aquamarine {
	color: #15a5bf;
}
.aquamarine-dark {
	color: #035366;
}
.letter-spacing {
	letter-spacing: 1px;
}
.size-14 {
	font-size: 14px;
	line-height: 20px;
}
.size-15 {
	font-size: 15px;
	line-height: 22px;
} 
.size-18 {
	font-size: 18px;
	line-height: 22px;
}
.size-22 {
	font-size: 22px;
	line-height: 24px;
}
.size-24 {
	font-size: 24px;
	line-height: 26px;
}
.size-24b {
	font-size: 24px;
	line-height: 26px;
}
.size-26 {
	font-size: 26px;
	line-height: 29px;
}
.size-28 {
	font-size: 28px;
	line-height: 30px;
}
.size-34 {
	font-size: 34px;
	line-height: 36px;
}
.size-34b {
	font-size: 34px;
	line-height: 36px;
}
.size-36 {
	font-size: 36px;
	line-height: 38px;
}
.size-40 {
	font-size: 40px;
	line-height: 42px;
}
.size-44 {
	font-size: 44px;
	line-height: 46px;
}
.size-46 {
	font-size: 46px;
	line-height: 48px;
}
.size-48 {
	font-size: 48px;
	line-height: 50px;
}
.size-50 {
	font-size: 50px;
	line-height: 54px;
}
.size-55 {
	font-size: 55px;
	line-height: 55px;
}
.text_studio {
	width: auto; 
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

/* about-our-studios
-----------------------------------------------------------------------------*/
.about-our-studios {
	font-weight: bold;
}
.about-our-studios b {
	color: #ff6500;
}

/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 65px;
	height: 65px;
	text-align: center;
	background: url(images/scroll_top_bg.png) center no-repeat;
	text-decoration: none;
	cursor: pointer;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:hover {
	background: url(images/scroll_top_on_bg.png) center no-repeat;
	text-decoration: none;
}