* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #231f20;
	width: 100%;
	min-width: 1100px;
	font-weight: normal;
	background: #515151 url(images/body_bg.png) center repeat-y;
	position: relative;
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
    font-size: 30px;
	line-height: 33px;
	font-weight: normal;
	color: #231f20;
	padding: 0px 0px 10px 0px;
	margin: 0px;
    text-transform: uppercase;
}
h2, .h2 {
    font-size: 27px;
	line-height: 30px;
	font-weight: normal;
	color: #231f20;
	padding: 0px 0px 10px 0px;
	margin: 0px;
    text-transform: uppercase;
}
h3, .h3 {
    font-size: 24px;
	line-height: 27px;
	font-weight: normal;
	color: #000;
	padding: 0px 0px 10px 0px;
	margin: 0px;
    text-transform: uppercase;
}

a {
	color: #35728e;
	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 0px 0px 0px;
/*	list-style-position: inside;*/
}
ul {
/*	list-style-image: url(images/icon_bullet.png);*/
}
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;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 16px;
	line-height: 16px;
    box-sizing: border-box;
}
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: #231f20;
	background: #e3ddd3;
	font-size: 16px;
	line-height: 16px;
	border: 0px;
    font-weight: bold;
    text-transform: uppercase;
	padding: 14px 20px 16px 20px;
}
.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: #000;
	font-size: 18px;
	line-height: 18px;
}
.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: 16px;
	line-height: 16px;
	padding: 12px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.png) top repeat-x;
	border: 1px solid #ccc;
}
.form select {
	padding: 11px;
}

.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;
}
#scode_block input[type=text] {
	margin: 0px;
}
#scode_block #img_code {
}


/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #221f1f !important;
	font-weight: normal;
	text-overflow: ellipsis;
    text-transform: uppercase;
}
::-moz-placeholder {
	color: #221f1f !important;
	font-weight: normal;
	text-overflow: ellipsis;
    text-transform: uppercase;
}
:-moz-placeholder {
	color: #221f1f !important;
	font-weight: normal;
	text-overflow: ellipsis;
    text-transform: uppercase;
}
:-ms-input-placeholder {
	color: #221f1f !important;
	font-weight: normal;
	text-overflow: ellipsis;
    text-transform: uppercase;
}


/* 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;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
} 
.clearfix:after {
	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;
}
.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: #ccc;
	border: 0px;
}

.a_button {
	display: inline-block;
	color: #205270;
    font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	background: #e3ddd3;
	text-align: center;
    text-transform: uppercase;
	padding: 15px 20px 15px 20px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	color: #231f20;
	text-decoration: none;
}

.a_button1 {
    font-size: 15px;
	line-height: 15px;
	padding: 10px 15px 10px 15px;
}


.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-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: #205270;
	background: #e3ddd3;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #231f20;
	background: #cbc5bc;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #231f20;
	background: #cbc5bc;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.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); /* - 2*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;
}


/* breadcrumbs
-----------------------------------------------------------------------------*/
.breadcrumbs {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: #35728e;
}
.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_top
-----------------------------------------------------------------------------*/
#header_top {
	width: 100%;
	position: relative;
	height: 50px;
    background: #5998b4;
}

#header_top_slogan {
	width: 300px;
	position: absolute;
	left: 10px;
	top: 20px;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
    text-transform: uppercase;
}
#header_top_slogan1 {
	position: absolute;
	left: 400px;
	top: 7px;
}

#header_top_phone {
	width: 220px;
	position: absolute;
	right: 100px;
	top: 18px;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
    background: url("images/icon_phone.png") left top no-repeat;
    padding: 1px 0px 3px 20px;
    text-transform: uppercase;
}

#header_top_social {
	width: 120px;
	position: absolute;
	right: 10px;
	top: 15px;
	text-align: right;
}
#header_top_social a img {
	margin: 0px 2px 0px 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 1;
}
#header_top_social a:hover img {
	opacity: 0.7;
}

#header_top_donate {
	width: 150px;
	position: absolute;
	right: 350px;
	top: 12px;
	text-align: right;
}

#header_specials {
	width: 150px;
	position: absolute;
	right: 0px;
	top: 30px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
}
#header_specials a {
	color: #fff;
}


/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	height: 70px;
	background: url("images/menutop_bg.jpg") center center no-repeat;
}
#menutop ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	float: left;
	padding: 0px 0px 0px10px;
	margin: 0px;
}

#menutop ul li a {
	display: block;
	color: #fff;
    font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	height: 40px;
	text-align: center;
	padding: 30px 10px 0px 10px;
	margin: 0px;
    text-transform: uppercase;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #e3ddd3;
	text-decoration: none;
}
#menutop li:first-child a {
    padding-left: 0px;
}
#menutop li:last-child a {
    padding-right: 0px;
}


/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 790px;
	position: relative;
	z-index: 0;
}
.inside #slideshow {
	height: 530px;
}

#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;
}

#slides_arrow_next {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	right: 45px;
	z-index: 101;
}
#slides_arrow_prev {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	left: 45px;
	z-index: 101;
}


/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
    text-align: center; 
	width: 100%; 
	z-index: 101 !important; 
	position: absolute; 
	left: 0px;
	bottom: 30px; 
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

#slideshow_pager span { 
    width: 12px;
	height: 12px; 
    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;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
    height:  100%;
	position: absolute;
    left: 0px;
    top: 0px;
    z-index: 101;
}

#header_logo {
	width: 346px;
	position: absolute;
	left: 0px;
	top: 45px;
}

#header_slogan {
	width: 520px;
	position: absolute;
	right: 0px;
	bottom: 90px;
	text-align: right;
	color: #fff;
	font-size: 38px;
	line-height: 36px;
    text-transform: uppercase;
}
#header_slogan span {
	font-size: 16px;
	line-height: 20px;
    display:  block;
    padding: 20px 0px 0px 0px;
}

.inside #header_slogan {
	top: 100px;
}

#header_slogan1 {
	width: 500px;
	position: absolute;
	right: 190px;
	top: 50px;
	text-align: left;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
    text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
#header_slogan1 a {
	color: #fff;
	text-decoration: underline;
}
#header_slogan1 span {
	font-size: 16px;
	line-height: 18px;
    text-transform: none;
	font-weight: normal;
}

.inside #header_slogan1 {
	right: 30px;
	top: 30px;
	font-size: 20px;
	line-height: 20px;
}


/* box_about
-----------------------------------------------------------------------------*/
#box_about {
	width: 100%;
    height: 465px;
    padding:  80px 0px 80px 0px;
    background: url(images/box_about_bg.jpg) center top no-repeat;
	background-size: cover;
    color: #fff;
}
#box_about_content {
	width: 800px;
    float: right;
}


/* box_multimedia
-----------------------------------------------------------------------------*/
#box_multimedia {
	width: 100%;
    padding:  80px 0px 80px 0px;
    background: #f8f7f5;
    color: #fff;
	text-align: center;
}
#box_multimedia_content {
}


/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 80px 0px 80px 0px;
	background: #fff;
	position: relative;
}
.inside #middle {
	min-height: 550px;
	height: auto !important;
	height: 550px;
}

/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	width: 100%;
	color: #35728e;
    font-size: 48px;
	line-height: 48px;
	font-weight: normal;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin-bottom: 35px;
    text-transform: uppercase;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #35728e;
    font-size: 48px;
	line-height: 48px;
	font-weight: normal;
	text-align: center;
}

.content_title1, .content_title1 h1 {
	color: #fff;
	text-align: left;
}


/* box_store
-----------------------------------------------------------------------------*/
#box_store {
    font-weight: bold;
}
#box_store ul {
	display: table;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	list-style: none;
	list-style-image: none;
}
#box_store ul li {
    display: inline-block;
	width: 260px;
	padding: 0px 5px 0px 5px;
	vertical-align: top;
}
#box_store span {
    color: #35728e;
}



/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	width: 100%;
	height: 559px;
	padding: 80px 0px 0px 0px;
	background: url(images/box_contact_bg.jpg) center top no-repeat;
	color: #fff;
	position: relative;
}


/* form_side
-----------------------------------------------------------------------------*/
#form_estimate_side {
	width: 100%;
}

#form_estimate_side fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
#form_estimate_side input[type=text], #form_estimate_side input[type=email], #form_estimate_side select, #form_estimate_side textarea {
	background: #fff;
	border: 1px solid #fff;
}
#form_estimate_side textarea {
	height: 155px;
}

#form_estimate_side #table_form {
	width: 100%;
}
#form_estimate_side #table_form td {
	width: 49%;
	padding-right: 1%;
}


/* Footer
----------------------------------------------------------------------------*/
#footer {
	color: #fff;
    height: 181px;
	background: url(images/footer_bg.jpg) center top no-repeat;
	position: relative;
	padding: 80px 0px 0px 0px;
	font-size: 14px;
	line-height: 20px;
}

#footer_logo {
	float: left;
	width: 430px;
}

#footer_address {
	float: left;
	width: 670px;
}
#footer_address span {
}

#footer a {
	color: #fff;
}


/* Contact
-----------------------------------------------------------------------------*/

#contact_address {
	width: 300px;
	float: left;
}
#contact_form {
	width: 700px;
	float: right;
}


/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	background: #e3ddd3 url(images/scroll_top_bg.png) center no-repeat;
	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: #c3beb4 url(images/scroll_top_bg.png) center no-repeat;
	text-decoration: none;
}
