* {
	margin: 0;
	padding: 0;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #535353;
	width: 100%;
	min-width: 1100px;
	font-weight: normal;
	background: #eeede8 url(images/body_bg.png) center repeat-y;
	position: relative;
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 38px;
	line-height: 41px;
	font-weight: normal;
	color: #056aab;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2, .h2 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 35px;
	line-height: 38px;
	font-weight: normal;
	color: #2289a7;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 32px;
	line-height: 35px;
	font-weight: normal;
	color: #1e3f9b;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

a {
	color: #ff7901;
	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:0 0 10px 20px;
	padding:0;
}
ul {
	list-style-image: url(images/icon_bullet.png);
	list-style-position: inside;
}
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}

p {
	margin: 0 0 12px 0;
}
img {
	border: none;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 15px;
	line-height: 15px;
    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;
	font-family: 'Fjalla One', sans-serif;
	color: #fff;
	background: #ffba51;
	font-size: 18px;
	line-height: 18px;
	border: 0px;
	border-radius:0px;
	padding: 11px 20px 12px 20px;
	text-transform:uppercase;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #000;
	font-size: 17px;
	line-height: 17px;
}
.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: #000;
	font-size: 17px;
	line-height: 17px;
	padding: 9px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.png) top repeat-x;
	border: 1px solid #bfbfbf;
	border-radius: 0px;
}
.form select {
	padding: 8px;
}

.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: 9px;
}
#scode_block table tr {
    vertical-align: top;
}
#scode_block table td {
	width: auto;
}
#scode_block table td {
	padding:0 2px 0 2px;
	margin:0;
}
#scode_block #scode {
	width:105px;
}
#scode_block input[type=text] {
	margin:0;
}
#scode_block #img_code {
	border-radius:0;
}


/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #000 !important;
	font-size:17px;
	font-weight: normal;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #000 !important;
	font-size:17px;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #000 !important;
	font-size:17px;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #000 !important;
	font-size:17px;
	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: 3px solid #ffba51;
}
.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: url(images/hr_bg.png) top repeat-x;
	border: 0px;
}

.a_button {
	display: inline-block;
	color: #fff;
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	font-weight: normal;
	outline: none;
	background: #ffba51;
	text-align: center;
	text-transform:uppercase;
	padding: 12px 26px 11px 26px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	color: #535353;
	text-decoration: none;
}

#box_feature_month .a_button {
	color:#ffba51;
	background: #fff;
}

.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 {
}
.res_list div {
	display: inline-block;
	padding: 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;
	background: #ffba51;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius:0;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #535353;
	background: #ffba51;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #535353;
	background: #ffba51;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 0px;
}
.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: 0;
	list-style: none;
	list-style-image: none;
}
.portfolio ul li {
	display: inline-block;
	margin: 0 5px 20px 5px;
	padding: 0;
	vertical-align: top;
}
.portfolio ul li:first-child {
}
.portfolio ul li:last-child {
}

a.portfolio_button {
	display: inline-block;
	color: #fff;
	font-family: 'Fjalla One', sans-serif;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
	outline: none;
	background: #ffba51;
	text-align: center;
	text-transform:uppercase;
	padding: 12px 15px 9px 15px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
a.portfolio_button:hover, .portfolio ul li:hover a.portfolio_button, .portfolio li.selected a.portfolio_button {
	color: #535353;
	text-decoration: none;
}

/* portfolio_sections_list
-----------------------------------------------------------------------------*/
.portfolio_sections_list {
	padding:0 0 10px 0;
	text-align: center;
	border-bottom: 1px solid #eae9e9;
	margin-bottom: 15px;
}
.portfolio_sections_list_caption {
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	line-height: 23px;
	color: #000;
	font-weight: bold;
	padding:0 0 5px 0;
}
.portfolio_sections_list select {
	width: 100%;
	font-family: 'Fjalla One', sans-serif;
	font-size: 16px;
	line-height: 16px;
	padding: 8px;
	margin:0 0 10px 0;
	background: #fff url(images/input_bg.png) top repeat-x;
	border: 1px solid #ccc;
}
.portfolio_sections_list ul li {
	margin:0 4px 10px 4px;
	padding:0;
	vertical-align: top;
}

.portfolio_section_name {
	font-family: 'Fjalla One', sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: normal;
	color: #2289a7;
	padding:0 0 10px 0;
	margin:0;
	text-transform: uppercase;
	text-align: center;
}
.portfolio_section_text {
	padding:0 0 20px 0;
	text-align: left;
}

/* portfolio_navigation
-----------------------------------------------------------------------------*/
.portfolio_navigation {
	padding:0 0 10px 0;
}
.portfolio_navigation_last {
	width: 75px;
	float: left;
}
.portfolio_navigation_next {
	width: 75px;
	float: right;
	text-align: right;
}
.portfolio_navigation_pages {
	width: -webkit-calc(100% - 150px);
	width: -moz-calc(100% - 150px);
	width: calc(100% - 150px);
	float: left;
	text-align: center;
}

/* portfolio_thumbnails
-----------------------------------------------------------------------------*/
.portfolio_thumbnails {
	padding:0 0 10px 0;
	text-align: center;
}
.portfolio_thumbnails_caption {
	padding: 0 0 20px 0;
}
.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: 0;
	bottom: 0;
	padding: 7px 4% 7px 4%;
	opacity: 0.5;
	background: rgba(72,72,72,0.8);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails ul li:hover .portfolio_thumbnail_caption {
	opacity: 1;
}
.portfolio_thumbnail_caption a {
	color: #FF0;
}
.portfolio_thumbnail_caption small {
	font-size: 11px;
	line-height: 12px;
}

/* portfolio_index
-----------------------------------------------------------------------------*/
.portfolio_index {
	padding: 0 0 10px 0;
	text-align: center;
}
.portfolio_index_text {
	padding: 0 0 20px 0;
	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: 80%;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -15%;
	opacity: 0.8;
	transition: all 0.5s ease;
	z-index: 2;
	background: rgba(72,72,72,0.8);
	font-family: 'Fjalla One', sans-serif;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	padding: 5%;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_caption {
	opacity: 1;
}

/* 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: 0;
	left: 0;
	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: 0;
	left: 0;
	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: 0;
	left: 0;
	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: 0;
	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: 0;
}
.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: 'Fjalla One', sans-serif;
	font-size: 15px;
	line-height: 15px;
	color: #000;
	padding:0 0 13px 0;
	margin:0 0 20px 0;
	border-bottom: 1px solid #e6e5e5;
	font-weight:300;
}
.breadcrumbs ol {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
.breadcrumbs ol li {
	position: relative;
	display: inline-block;
	padding: 0 15px 0 0;
	margin: 0 5px 0 0;
}
.breadcrumbs ol li:after {
	position: absolute;
	content: " / ";
	display: block;
	width: 20px;
	height: 100%;
	top:1px;
	right:0;
	text-align: right;
	font-size: 15px;
	line-height: 15px;
}
.breadcrumbs ol li:last-child {
	margin:0;
}
.breadcrumbs ol li:last-child:after {
	content: "";
	display: block;
	width: 0;
}

.breadcrumbs ol li a {
	color: #ff7901;
}
.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 url(images/table_header_bg.png) top repeat-x;
	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;
}


/* belgard
-----------------------------------------------------------------------------*/
table.belgard td {
	padding: 0px 20px 20px 0px;
}

/* 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: 47px;
}

.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;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	position: relative;
	height: 127px;
	font-family: 'Fjalla One', sans-serif;
	background: url(images/header_bg.jpg) center top no-repeat;
}

#header_logo {
	position: absolute;
	width: 637px;
	left:0;
	top:15px;
	z-index:102;
}

/*#header_logo:after {
	position: absolute;
	bottom:20px;
	left:163px;
	content:"Quality Patio Covers, Pergolas and Sunrooms in The Bay Area";
	font-size:18px;
	font-weight:700;
	color:#e99511;
	text-transform:uppercase;
    text-shadow: 2px 2px 2px rgba(255,255,255,0.5);
}*/

#header_social {
	position: absolute;
	top:0;
	right:0;
	z-index:102;
}

#header_social ul {
	display:table;
	margin:0 0 0 auto;
	padding:0;
	list-style: none;
	list-style-image: none;
}
#header_social ul li {
	float:left;
	display:table;
	margin:7px 5px 0 0;
	padding:0;
	list-style: none;
	list-style-image: none;
}
#header_social a img {
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity:1;
}
#header_social a:hover img {
	opacity:.7;
}

#header_phone {
	width: 180px;
	position: absolute;
	right:0;
	top:66px;
	color: #010101;
	font-size: 18px;
	line-height: 25px;
	text-align: right;
	text-transform:uppercase;
}
#header_phone span {
	display:block;
	font-size: 28px;
}

#header_starburst {
	position:absolute;
	width:166px;
	height:74px;
	padding-top:29px;
	right:257px;
	top:12px;
	background:url(images/starburst_bg.png) center top no-repeat;
}
#header_starburst a {
	display:block;
	width:100%;
	height:100%;
	color: #4a4b47;
	font-size: 20px;
	line-height: 24px;
	text-transform:uppercase;
	text-align:center;
}

#header_starburst a:hover {
	text-decoration:none;
}

/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	height: 43px;
	background: #f5f5f5;
}
#menutop ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	float: left;
	height:43px;
	padding:0;
	margin:0;
}
#menutop li:last-child {
	background: none;
}
#menutop li:last-child a {
}

#menutop ul li a {
	display: block;
	color: #231f20;
	font-family: 'Fjalla One', sans-serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: normal;
	height: 29px;
	text-align: center;
	text-transform:uppercase;
	padding:14px 12px 0 12px;
	margin:0;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop ul li:first-child a {
	padding: 14px 12px 0 0;
}
#menutop ul li:last-child a {
	padding: 14px 0 0 12px;
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #ff7901;
	text-decoration: none;
}

/*#menutop ul li a#menutop_retractable_awnings {
	width:150px;
	height:40px;
	padding:3px 17px 0 17px;
}*/

/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	position: relative;
	width: 100%;
	height: 500px;
	z-index: 0;
}
#slideshow:after {
	position:absolute;
	content:"";
	width:100%;
	height:18px;
	background: url(images/shadow_top.png) center top no-repeat;
	top:0;
	left:0;
	z-index:100;
}
.inside #slideshow {
	height: 200px;
}

#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;
}

.inside #slideshow li {
	background-position: center -180px;
}

#slides_arrow_next {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -84px;
	right: 45px;
	z-index: 101;
}
#slides_arrow_prev {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -84px;
	left: 45px;
	z-index: 101;
}
.inside #slides_arrow_next,
.inside #slides_arrow_prev {
	top:-134px;
	margin-top:0;
}

#slideshow_slogan {
	width: 670px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 50px;
	/*padding:30px 0 28px 0;*/
	font-family: 'Fjalla One', sans-serif;
	color: #fff;
	font-size:45px;
	line-height:45px;
	text-align: center;
	text-transform:uppercase;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	/*background:rgba(17,63,92,.9);*/
	z-index: 201;
}
#slideshow_slogan span {
	display:block;
	font-size:22px;
	line-height:22px;
	/*color:#ffcb60;*/
	color:#fff;
	margin-top:7px;
}

#slideshow_slogan_main {
display:block;
width: 1000px;
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
top: 60px;
font-family: 'Fjalla One', sans-serif;
color: #fff;
font-size:30px;
line-height:40px;
text-align: center;
text-transform:uppercase;
text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
/*background:rgba(17,63,92,.9);*/
z-index: 500;
}
#slideshow_slogan_main h1 {
font-size:50px;
line-height:60px;
color: #fff;
}
#slideshow_slogan_main h2 {
font-size:40px;
line-height:50px;
color: #fff;
}
#popup {
	position:absolute;
	width:600px;
	padding:20px;
	background:rgba(42,142,208,.9);
	font-family: 'Fjalla One', sans-serif;
	font-size:26px;
	line-height:36px;
	color:#fff;
	/*text-transform:uppercase;*/
	top:100px;
	left:0;
	right:0;
	margin:0 auto;
	text-align:center;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	z-index:201;
    /*transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;*/
}

#popup a {
	display:table;
	margin:0 auto;
    text-shadow:none;
}

#popup a:hover {
	text-decoration:none;
}

/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
    text-align: center; 
	width: 100%; 
	z-index: 101 !important; 
	position: absolute; 
	left: 0px;
	bottom: 7px; 
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

#slideshow_pager span { 
    width: 10px;
	height: 9px; 
    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: 1px; 
}
#slideshow_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.png) left top no-repeat;
}
#slideshow_pager > * {
	cursor: pointer;
}

/* middle
-----------------------------------------------------------------------------*/
#middle {
	position: relative;
	background: url(images/shadow_top1.png) top repeat-x,#fff url(images/middle_bottom_bg.jpg) center bottom no-repeat;
	padding: 50px 0 50px 0;
}
.inside #middle {
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding: 30px 0 50px 0;
}

/* content
-----------------------------------------------------------------------------*/
#content {
	width:1100px;
}


/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	width: 100%;
	background: url(images/content_title_bg.png) center bottom no-repeat;
	color: #0b4b74;
	font-family: 'Fjalla One', sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
	text-transform:uppercase;
	padding: 18px 0px 50px 0;
	margin-bottom: 23px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #0b4b74;
	font-family: 'Fjalla One', sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
	text-transform:uppercase;
}

#box_feature_month .content_title {
	background: url(images/content_title1_bg.png) center bottom no-repeat;
	color: #fff;
	margin-bottom: 30px;
}

#box_video_demo .content_title {
	margin-bottom: 30px;
}

#box_schedule .content_title {
	padding: 58px 0px 50px 0;
	margin-bottom: 45px;
}

/* service_area
----------------------------------------------------------------------------*/
#service_area {
	font-size:14px;
	line-height:23px;
	padding-top:15px;
}
#service_area ul {
	margin:15px 0 0 0;
	padding:0;

	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
	
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}
#service_area span {
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
}
#service_area a[href="javascript:;"] {
	color: #535353;
	text-decoration: none;
	cursor: text;
}

/* box_feature_month
-----------------------------------------------------------------------------*/
#box_feature_month {
	position: relative;
	background: url(images/box_feature_month_bg.jpg) center top no-repeat;
	background-size:cover;
	padding:30px 0 25px 0;
}
#box_feature_month:after {
	position:absolute;
	content: "";
	width:100%;
	height:17px;
	top:0;
	left:0;
	background: url(images/shadow_top1.png) top repeat-x;
}

#box_feature_month ul {
	display: table;
	margin: 0 auto;
	padding:0 0 32px 0;
	list-style: none;
	list-style-image: none;
}
#box_feature_month ul li {
	float:left;
	width:350px;
	padding:0;
	margin:0 25px 0 0;
	border:3px #fff solid;
	box-sizing:border-box;
}
#box_feature_month li:last-child {
	margin-right:0;
}

#box_feature_month ul li a {
	display: block;
	width: 344px;
	height: 259px;
	overflow: hidden;
	z-index: 1;
}
#box_feature_month ul li a img {
	transition: all 0.5s ease;
}
#box_feature_month ul li a:hover img {
	opacity: 1;
	transform: scale(1.1);
}

#box_feature_month a div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	transition: all 0.5s ease;
	z-index: 2;
}
#box_feature_month a:hover div {
	opacity: 1;
	transition: all 0.5s ease;
}


/* box_about
-----------------------------------------------------------------------------*/
#box_about {
	position: relative;
	background:#eeece5 url(images/box_about_bg.jpg) center top no-repeat;
	background-size:cover;
	padding: 30px 0 25px 0;
}
#box_about:after {
	position:absolute;
	content: "";
	width:100%;
	height:17px;
	top:0;
	left:0;
	background: url(images/shadow_top1.png) top repeat-x;
}

#box_about .images_left {
	margin: 7px 35px 15px 0;
}

/* box_video_demo
-----------------------------------------------------------------------------*/
#box_video_demo {
	position: relative;
	background:#fff;
	padding: 30px 0px 43px 0px;
}
#box_video_demo:after {
	position:absolute;
	content: "";
	width:100%;
	height:17px;
	top:0;
	left:0;
	background: url(images/shadow_top1.png) top repeat-x;
}

#box_video {
	float:left;
	width:525px;
}

#box_demo {
	clear:right;
	float:right;
	width:525px;
}

#box_video iframe,
#box_demo img {
	border: 3px solid #ffba51;
}

/* box_schedule
-----------------------------------------------------------------------------*/
#box_schedule {
	position: relative;
	width: 100%;
	background:url(images/box_schedule_bg.jpg) center top no-repeat;
	background-size:cover;
	padding:30px 0 47px 0;
	color: #000;
	height:411px;
	z-index:1;
}

#box_schedule:after {
	position:absolute;
	content: "";
	width:100%;
	height:17px;
	top:0;
	left:0;
	background: url(images/shadow_top1.png) top repeat-x;
}

#box_schedule form {
	width:100%;
}

#box_schedule p {
	text-align:center;
	width:70%;
	margin:0 auto 24px auto;
}

#box_schedule .a_button {
	padding: 12px 46px 11px 46px;
}

/* form_contact
-----------------------------------------------------------------------------*/
#form_contact {
	position:relative;
	width:100%;
	padding:0;
	margin:0 auto;
}

#form_contact fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
#form_contact input[type=text], #form_contact input[type=email], #form_contact input[type=date], #form_contact select, #form_contact textarea {
	margin:0 0 15px 0 !important;
	height:51px;
	padding:0 17px 4px 17px;
	background:rgba(255,255,255,.75);
	border:1px #ffba51 solid;
	color:#000 !important;
	font-size:17px;
	line-height:17px;
	text-transform:uppercase;
	font-weight:400;
}

#form_contact input:required {
	color:#000 !important;
	background:rgba(255,255,255,.75) url(images/placeholder_req_bg.png) 10px 10px no-repeat;	
}

#form_contact input:required:active,
#form_contact input:required:focus,
#form_contact input:required:valid {
	background:rgba(255,255,255,.75);
}

#form_contact input[type=email] {
	margin:0 !important;
}

#form_contact input.submit {
	padding: 17px 39px 16px 39px;
}

#form_contact #scode_block #scode {
	width:131px;
	height:51px;
	margin:0 16px !important;
}
#form_contact textarea {
	padding:14px 17px 17px 17px;
	margin:0 !important;
	height:123px;
}

#form_contact table#table_form {
	width:100%;
}

#form_contact table#table_form td {
	width:33%;
	padding-right:2%;
	vertical-align:top;
}

#form_contact table#table_form td:last-child {
	padding:0;
}

#form_contact #scode_block {
	margin-top:4px;
	color:#000;
	font-size:15px;
}

#form_contact #scode_block table td {
	padding:0 !important;
}

#form_contact #scode_block #img_code {
	border:none;
}

/* Footer
----------------------------------------------------------------------------*/
#footer {
	position:relative;
	color: #000;
	background: url(images/shadow_top1.png) top repeat-x, #eeece5 url(images/footer_bg.jpg) center top no-repeat;
	position: relative;
	padding: 31px 0px 37px 0px;
	font-size: 13px;
	line-height:normal;
}

#footer_address {
	float: left;
	width: 428px;
	padding-top:122px;
}
#footer_address span {
}

#footer_links {
	float: left;
	width: 428px;
	padding-top:122px;
	text-align:right;
}
#footer_links a {
	color: #000;
}

#footer_logo {
	float: left;
	width: 244px;
	text-align: center;
}

#footer_logo_sun_control {
	position:absolute;
	width:167px;
	height:61px;
	top:50px;
	left:0;
	z-index:1;
}

/* Contact
-----------------------------------------------------------------------------*/

#contact_address {
	width: 300px;
	float: left;
}
#contact_form {
	width: 770px;
	float: right;
	/*text-align:center;*/
}

#contact_form p {
	text-align:center;
	width:70%;
	margin:0 auto 24px auto;
}

#contact_form .a_button {
	padding: 12px 46px 11px 46px;
}

/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 51px;
	height: 51px;
	background: #ffba51 url(images/scroll_top_bg.png) center no-repeat;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:hover {
	background: #dc6604 url(images/scroll_top_bg.png) center no-repeat;
	text-decoration: none;
}
#interactiv_demo {
}
#interactiv_demo embed {
	width:700px;
	height:330px;
}
/****************************************/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
html {
        /*margin-left: 1px;*/
    }
    /*html.evenWidth {
        margin-left: 0;
    }*/
}
/****************************************/
#welcome_box {
}

#welcome_box .a_button {
	display:table;
	margin:3px 0 0 auto;
}

#welcome_box .images_left {
	margin:6px 31px 15px 0px;
}

.small_font {
	font-size:small;
}
.big_font {
	font-size:large;
	line-height:normal;
}
#read_more_links {
}
#read_more_links strong a {
	color:#000;
}
#read_more_links strong a span {
	color:#4e9707;
}
/****************************************/
span.dollar {
	position:relative;
}
span.dollar:before {
	position:absolute;
	content:"$";
	top:-2px;
	left:5px;
	color:#000;
}
span.dollar input {
	padding-left:15px !important;
}
.integral_phone {
	display:inline-block;
	white-space:nowrap;
	font-weight:700;
}
/****************************************/
.review_box {
}
.stars_small_one_line {
	display:inline-block;
	width:60px;
	height:10px;
	background:url(images/stars_small.png) left top repeat-x;
	margin:0 5px 10px 0;
	line-height:0;
	font-size:0;
}
.stars_small {
	display:inline-block;
	width:100%;
	height:10px;
	background:url(images/stars_small.png) left -10px repeat-x;
	line-height:0;
	font-size:0;
}
.stars_small_one_line_4 {
	width:46px;
}
