* {
	margin: 0;
	padding: 0;
}
body {
	font-family:arial;
	font-size: 17px;
	line-height: 24px;
	color: #635d5e;
	width: 100%;
	min-width: 1100px;
	font-weight: normal;
	background: #515151 url(/web/20190208142919im_/https://www.gumbosroundrock.com/images/body_bg.png) center repeat-y;
	position: relative;
}

/* text styles
-----------------------------------------------------------------------------*/

.accent
{
color:#F99D36;	
}

.title_white30
{
color:#fff;
font-size:30px;
text-transform:uppercase;	
font-family: 'Josefin Sans', sans-serif;
font-weight:700;
}

.title_white
{
color:#fff;
font-size:40px;
text-transform:uppercase;	
font-family: 'Josefin Sans', sans-serif;
margin-bottom:50px;
}

.title_black
{
color:#111;
font-size:40px;
text-transform:uppercase;	
font-family: 'Josefin Sans', sans-serif;
margin-bottom:50px;
font-weight:700;
}

h1, .h1 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	color: #7e7859;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;	
	font-family: 'Josefin Sans', sans-serif;}
h2, .h2 {
	font-size: 25px;
	line-height: 25px;
	font-weight: 700;
	color: #4b4838;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-family: 'Josefin Sans', sans-serif;
}
h3, .h3 {
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	color: #7c5a46;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-family: 'Josefin Sans', sans-serif;
}

a {
	color: #B30711;
	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(/web/20190208142919im_/https://www.gumbosroundrock.com/images/icon_bullet.png);*/
}
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}

p {
	margin: 25px 0px 25px 0px;
}
img {
	border: none;
}




/*superimpose left*/
#row1left {
	width: 100%;
	position: absolute;
	top: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/*superimpose right*/
#row1right {
	width: auto;
	position: absolute;
	top: 50px;
	right: 0px;
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	text-align: right;
	font-weight: normal;
	text-transform:uppercase;
	text-shadow: 1px 1px #0184BB;
}
/*superimpose center*/
.inside #row1center {
	width: 100%;
	position: absolute;
	top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index:999 !important;
}

#row1center {
	width: 100%;
	position: absolute;
	top: 280px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index:999 !important;
}

#row1center_inner
{
width:1020px;
height:92px;
background:url(/web/20190208142919im_/https://www.gumbosroundrock.com/images/bg_slogan.png) center top no-repeat;
padding:40px;
text-align:center;	
color: #fff;
font-size: 48px;
line-height: 48px;
font-weight: normal;
text-outline: 2px 2px #86BEF6;
text-transform:uppercase;
font-family: 'Josefin Sans', sans-serif;
margin-top:20px;
margin-bottom:20px;
margin-right:auto;
margin-left:auto;
}



/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 18px;
	line-height: 18px;
    box-sizing: border-box;
	background: url(/web/20190208142919im_/https://www.gumbosroundrock.com/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: #a92b19;
	font-size: 22px;
	line-height: 22px;
	border: 0px;
	padding: 11px 20px 12px 20px;
	text-transform: uppercase;
}
.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: #231f20;
	font-size: 20px;
	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: #231f20;
	font-size: 18px;
	line-height: 25px;
	padding: 9px;
	margin: 0px 0px 10px 0px;
	background: #fff url(/web/20190208142919im_/https://www.gumbosroundrock.com/images/input_bg.png) top repeat-x;
	border: 1px solid #231f20;
}
.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: 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: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #231f20 !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_borders_white
{
border:3px solid #fff;
}

.images
{
border:8px solid #eee;	
}

.img_left, .imgl {
	width: auto;
	float: left;
	margin: 0px 15px 10px 0px;
}
.img_right, .imgr {
	width: auto;
	float: right;
	margin: 0px 0px 10px 15px;
}
.img_full_half
{
width:50%;
height:300px;	
}
.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: 2px;
	height: 2px;
	font-size: 1px;
	background: url(/web/20190208142919im_/https://www.gumbosroundrock.com/images/hr_bg.png) top repeat-x;
	border: 0px;
	margin-bottom:20px;
}

.a_button {
	display: inline-block;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
	outline: none;
	background: #111;
	text-align: center;
	padding: 15px 20px 12px 20px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	text-transform: uppercase;
}
.a_button:hover {
	color: #FA9E37;
	text-decoration: none;
	background: #111;
}
.a_button1 {
	color: #231f20;
	background: #c4c1b2;
}

.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: #fff;
	background: #79675c;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #a92b19;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #a92b19;
	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;
}


/* 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(/web/20190208142919im_/https://www.gumbosroundrock.com/images/table_header_bg.png) top repeat-x;
	font-family: 'Open Sans', sans-serif;
	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-family: 'Open Sans', sans-serif;
	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);*/
}


/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	width: 100%;
	height: 47px;
}
#menutop_bg {
	width: 100%;
	height: 47px;
	background: url(/web/20190208142919im_/https://www.gumbosroundrock.com/images/bg_row2.png) top repeat-x;
	position: absolute;
	z-index:200;
	
}
#menutop ul {
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	float: left;
	/*background: url(/web/20190208142919im_/https://www.gumbosroundrock.com/images/menutop_li_bg.png) right top no-repeat;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#menutop li:last-child {
	background: none;
}

#menutop ul li a {
	display: block;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	height: 29px;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 20px 0px 20px;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	border-bottom: 3px;
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #F99D36;
	text-decoration: none;
}

#menutop_phone {
	width: 210px;
	position: absolute;
	right: 50px;
	top: 15px;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	text-align: left;
}

#menutop_social {
	width: 50px;
	position: absolute;
	right: 0px;
	top: 7px;
	text-align: right;
}
#menutop_social a img {
	margin: 0px 0px 0px 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop_social a:hover img {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}



#menu
{
width:230px;
height:auto;
}
#menu ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menu ul li {
	width: auto;
	height: auto;
	padding-top:2px;
	padding-bottom:2px;
	
}

#menu a {
	display: block;
	width: auto;
	height: auto;
	line-height: 35px;
	vertical-align: middle;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight: 700;
	text-indent: 0px;
	background: url(/web/20190208142919im_/https://www.gumbosroundrock.com/images/bullet1.png) 0px 5px no-repeat;
	padding-left:30px;
}
#menu a:hover {
	text-decoration: none;
	color: #AD1701;

}
a.menu_selected {
	text-decoration: none !important;
	color: #AD1701 !important;
}




/* Header
-----------------------------------------------------------------------------*/
#row1 {
	width: 100%;
	position: relative;
	height: 156px;
	background: #fff url(/web/20190208142919im_/https://www.gumbosroundrock.com/images/bg_row1.jpg) top no-repeat;
	font-family: 'Josefin Sans', sans-serif;
}

#row1a {
	float:left;
	width: 550px;
	height: 136px;
	padding-top:20px;
}

#row1b {
	float:left;
	width: 550px;
	height: 156px;
	font-size:20px;
	text-align:right;
	font-weight:700;
}
#row1b a{
font-size:14px;
color:#B30711;
font-weight:700;
}
.row1margins
{
margin-top:10px;
margin-bottom:10px;	
}

/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 720px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	margin-top:-5px;
	margin-bottom:-34px;
}
.inside #slideshow {
	height: 375px;
}

#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

#slideshow li {
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	list-style: none;
	list-style-image: none;
}

#slides_arrow_next {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	right: 5px;
	z-index: 101;
}
#slides_arrow_prev {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 5px;
	z-index: 101;
}

.inside #slides_arrow_next {
	width: auto;
	position: absolute;
	top: 130px;
	right: 5px;
	z-index: 101;
}
.inside #slides_arrow_prev {
	width: auto;
	position: absolute;
	top: 130px;
	left: 5px;
	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);
}
.inside #slideshow_pager { 
	bottom: 35px; 
}

#slideshow_pager span { 
    width: 12px;
	height: 12px; 
    display: inline-block;
	cursor: pointer;
	background: url(/web/20190208142919im_/https://www.gumbosroundrock.com/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(/web/20190208142919im_/https://www.gumbosroundrock.com/images/slide_icon_on.png) left top no-repeat;
}
#slideshow_pager > * {
	cursor: pointer;
}


/* box_featured
-----------------------------------------------------------------------------*/
/*
#box_featured {
	height: 460px;
	background: #dad8cc url(/web/20190208142919im_/https://www.gumbosroundrock.com/images/box_featured_bg.jpg) center top no-repeat;
	padding: 0px 0px 0px 0px;
	position: relative;
	color: #fff;
	text-align: center;
}

#box_featured_property {
	height: 527px;
	background: url(/web/20190208142919im_/https://www.gumbosroundrock.com/images/box_featured_property_shadow.png) center bottom no-repeat;
	position: absolute;
	top: -80px;
	left: 0px;
}

#box_featured_photo {
	float: left;
	width: 580px;
	height: 500px;
}

#box_featured_text {
	float: right;
	width: 438px;
	height: 461px;
	border: 1px solid #c1391e;
	background: url(/web/20190208142919im_/https://www.gumbosroundrock.com/images/box_featured_text_bg.png) left top repeat-x;
	padding: 37px 40px 0px 40px;
	font-size: 15px;
	line-height: 23px;
}
#box_featured_text .content_title {
	color: #fff;
	background: url(/web/20190208142919im_/https://www.gumbosroundrock.com/images/content_title_icon_featured.png) center top no-repeat, url(/web/20190208142919im_/https://www.gumbosroundrock.com/images/contant_title_bg.png) center bottom no-repeat;
}
*/



/* row4
-----------------------------------------------------------------------------*/
#row4 {
	height: 413px;
	background: url(/web/20190208142919im_/https://www.gumbosroundrock.com/images/bg_row4.jpg) center top no-repeat;
	padding: 50px 0px 0px 0px;
	color: #fff;
	text-align: center;
	font-size:18px;
	font-family: 'Josefin Sans', sans-serif;
}
#row4 .title_white
{
margin-top:30px;	
}

.features
{
float:left;
width:255px;
height:auto;	
}
.features_margins
{
margin-right:25px;	
}
.features_title
{
font-size:30px;	
text-transform:uppercase;
}
.features img
{
margin-bottom:15px;
margin-top:15px;	
}


#row5 {
	height: 688px;
	background: url(/web/20190208142919im_/https://www.gumbosroundrock.com/images/bg_row5.jpg) center top no-repeat;
	padding: 50px 0px 0px 0px;
	text-align:center;
}

.features
{
float:left;
width:250px;
height:auto;	
font-size:22px;
font-family: 'Josefin Sans', sans-serif;
}
.features_margins
{
margin-right:25px;	
}
.features img
{
margin-bottom:15px;
margin-top:15px;	
}
.features span
{
font-size:18px;	
}

#row6 {
	height: auto;
	background:#fff url(/web/20190208142919im_/https://www.gumbosroundrock.com/images/bg_row6.jpg) center bottom no-repeat;
	padding: 50px 0px 50px 0px;
	text-align:center;
}

.events
{
float:left;
width:336px;
height:auto;	
font-size:14px;
font-family: 'Josefin Sans', sans-serif;
}
.events_margins
{
margin-right:30px;	
}
.events img
{
margin-bottom:15px;
margin-top:15px;	
}
.events span
{
	font-size:22px;
}

#row7 {
	height: 403px;
	background: url(/web/20190208142919im_/https://www.gumbosroundrock.com/images/bg_row7.jpg) center top no-repeat;
	padding: 70px 0px 0px 0px;
	text-align:center;
	color:#fff;
}

#row7 .title_white
{
	margin-bottom:50px;
}

#logos-align img
{
vertical-align: middle;
margin-right:50px;
margin-top:50px;
}

#row9 {
	height: 775px;
	background: url(/web/20190208142919im_/https://www.gumbosroundrock.com/images/bg_row9.jpg) center top no-repeat;
	padding: 50px 0px 0px 0px;
	color:#fff;
}

#row9 .title_white
{
	margin-bottom:40px;
}


#bg_row4_meta {
	position:relative;
	width:100%;
	height: 34px;
	background: url(/web/20190208142919im_/https://www.gumbosroundrock.com/images/bg_row4_meta.png) center top no-repeat;
}

/* middle
-----------------------------------------------------------------------------*/
#middle {
	position: relative;
	width:100%;
	height:auto !important;
	min-height: 1000px;
	padding: 40px 0px 40px 0px;
	background: url(/web/20190208142919im_/https://www.gumbosroundrock.com/images/bg_content_bottom.jpg) left bottom no-repeat, #fff url(/web/20190208142919im_/https://www.gumbosroundrock.com/images/bg_content_middle.jpg) right top no-repeat;
}


/* content
-----------------------------------------------------------------------------*/
#content {
}
.inside #content {
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

/* 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: normal;
	text-transform: uppercase;
}
#service_area a[href="javascript:;"] {
	color: #635d5e;
	text-decoration: none;
	cursor: text;
}


/* news_section
-----------------------------------------------------------------------------*/
#news_section {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 50px 0px 50px 0px;
	text-align: left;
}

.news_item {
	margin-bottom: 30px;
	padding: 20px 0px;
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.news_margins {
	margin-bottom: 30px;
}

.news_image {
	float: left;
	width: 200px;
	height: 150px;
	margin-right: 25px;
	margin-bottom: 15px;
	object-fit: cover;
	flex-shrink: 0;
}

.news_content {
	overflow: hidden;
	padding-left: 10px;
	max-width: 100%;
	box-sizing: border-box;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.news_title {
	color: #7e7859;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Josefin Sans', sans-serif;
	margin-bottom: 10px;
	padding: 0px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.news_date {
	color: #B30711;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 15px;
	text-transform: uppercase;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.news_text {
	color: #635d5e;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
	text-align: justify;
	word-wrap: break-word;
	overflow-wrap: break-word;
	hyphens: auto;
}

/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	width: 100%;
	height: 400px;
	padding: 40px 0px 0px 0px;
	background: url(/web/20190208142919im_/https://www.gumbosroundrock.com/images/bg_row8.jpg) center top no-repeat;
	color: #fff;
	position: relative;
	font-family: 'Josefin Sans', sans-serif;
}

.inside #box_contact {
	width: 100%;
	height: 402px;
	padding: 40px 0px 0px 0px;
	background: url(/web/20190208142919im_/https://www.gumbosroundrock.com/images/bg_row9_in.jpg) center top no-repeat;
	color: #fff;
	position: relative;
	font-family: 'Josefin Sans', sans-serif;
}


#box_contact .title_white
{
margin-bottom:40px;	
}

#box_contact form {
	width: 100%;
}


/* 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: 154px;
}

#form_estimate_side #table_form {
	width: 100%;
}
#form_estimate_side #table_form td {
	width: 49%;
	padding-right: 1%;
}


/* Footer
----------------------------------------------------------------------------*/
#footer {
	height:458px;
	background: url(/web/20190208142919im_/https://www.gumbosroundrock.com/images/bg_footer.jpg) center top repeat-x;
	position: relative;
	padding: 50px 0px 0px 0px;
	font-size: 16px;
	color:#677176;
}

.inside #footer {
	height:458px;
	background: url(/web/20190208142919im_/https://www.gumbosroundrock.com/images/bg_footer_in.jpg) center top repeat-x;
	position: relative;
	padding: 50px 0px 0px 0px;
	font-size: 16px;
	color:#677176;
}

#footer .title_white30
{
margin-bottom:30px;	
}

#footer_address {
	float: left;
	width: 510px;
	text-align: right;
	margin-right:80px;
	margin-top:40px;
}
#footer_address span
{
color:#fff;	
}

#footer_hours {
	float: left;
	width: 510px;
	text-align: left;
	margin-top:40px;
}

#footer_address a
{
color:#677176;
}

/* Contact
-----------------------------------------------------------------------------*/

#contact_address {
	width: 300px;
	float: left;
}
#contact_form {
	width: 700px;
	float: right;
}


/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 45px;
	height: 45px;
	background: url(/web/20190208142919im_/https://www.gumbosroundrock.com/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 {
	text-decoration: none;
}

/*
     FILE ARCHIVED ON 14:29:19 Feb 08, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:17:59 Aug 04, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.735
  exclusion.robots: 0.031
  exclusion.robots.policy: 0.02
  esindex: 0.015
  cdx.remote: 10.747
  LoadShardBlock: 836.043 (3)
  PetaboxLoader3.datanode: 138.303 (4)
  load_resource: 269.312
  PetaboxLoader3.resolve: 232.877
*/