header_phone* {
margin: 0;
padding: 0;
}
body {
font-family: 'Ubuntu', sans-serif, Arial, Helvetica;
font-size: 16px;
line-height: 24px;
color: #000;
width: 100%;
min-width: 1100px;
font-weight: 400;
position: relative;
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
font-size: 30px;
line-height: 40px;
font-weight: 700;
color: #6d4018;
padding: 0px;
margin: 0px;
font-family: 'Frank Ruhl Libre', serif; 
}
h2, .h2 {
font-size: 26px;
line-height: 36px;
font-weight: 700;
color: #8b4f19;
padding: 0px;
margin: 0px;
font-family: 'Frank Ruhl Libre', serif; 
}
h3, .h3 {
font-size: 24px;
line-height: 34px;
font-weight: 700;
color: #aa5e1a;
padding: 0px 0px 10px 0px;
margin: 0px;
}
h4, .h4 {
font-size: 20px;
line-height: 26px;
font-weight: 700;
color: #aa5e1a;
padding: 0px 0px 5px 0px;
margin: 0px;
}
a {
color: #c27529;
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;
}

.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;
}

.img_border
{
border:6px solid #fff;
}

.images, .images_left, .images_right {
background: #515151;
}
.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-size: 15px;
line-height: 15px;
text-decoration: none;
font-weight: 700;
outline: none;
background: #a55716;
text-align: center;
text-transform: uppercase;
padding: 15px 25px 14px 25px;
transition: all 250ms ease-in;
-webkit-transition: all 250ms ease-in;
border-radius: 5px;
}
.a_button:hover {
color: #fff;
text-decoration: none;
background: #639729;
transform: scale(1.1);
}
 

.a_bkg {
transition: all 250ms ease-in;
-webkit-transition: all 250ms ease-in;
}
.a_bkg:hover { 
transform: scale(1.1); 
}


.columns {
-moz-column-gap: 50px;
-webkit-column-gap: 50px;
column-gap: 50px;
}

.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%;
}




/* breadcrumbs
-----------------------------------------------------------------------------*/
.breadcrumbs {
font-size: 15px;
line-height: 15px;
color: #6d4018;
padding: 0px 0px 15px 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: 12px;
line-height: 12px;
}
.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: #aa5e1a;
}
.breadcrumbs ol li:hover a {
text-decoration: underline;
}

 
/* main styles
-----------------------------------------------------------------------------*/
.animatedParent {
/*	overflow: hidden;*/
}

.body_wrapper {
max-width: 1920px !important;
margin: 0 auto !important;
float: none !important;
}

.page_wrapper {
width: 1100px;
position: relative;
margin-left: auto;
margin-right: auto;
}

#main_wrapper {
overflow: hidden;
}


 
.box_fixed {
position: fixed !important;
height: 56px;
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;
border-bottom: 2px solid #333333;
background:#fff;
}
 
 



#header {
width: 100%;
height: 44px;
background: #915322 url(images/bkg_top.jpg) center top no-repeat;
padding-top:8px;
color:#fff;
margin:0px;
}
#header_text {
width: 500px;
float: left;
color:#fff;
font-size:16px; line-height:32px;
margin-top:4px;
text-transform:uppercase;
margin:0px;
}
#header_phone {
padding: 0px 20px 0px 40px;
height:36px;
color:#fff;
font-family: 'Ubuntu', sans-serif;
font-size: 16px;
line-height: 16px;
background: url(images/icon_phone.png) left  center no-repeat;
float: right; text-transform:uppercase; font-weight:700;
margin:0px;
}
#header_phone a { color:#fff; }
#header_phone span {
font-size: 12px;
line-height: 16px;
}
#header_socials {
float: right;
text-align: right;	
margin:0px;
}
#header_socials img {
margin-left: 2px; margin-top:4px;
} 







#menutop {
width:100%;
height:20px;
padding:18px 0 18px 0;
}
#menutop ul {
display: table;
margin: 0px;
margin-left: auto;
padding: 0px;
list-style: none;
list-style-image: none;
}
#menutop li {
float: left;
padding: 0px 25px 0px 25px;
margin: 0px;
transition: all 250ms ease-in;
-webkit-transition: all 250ms ease-in;
border-right: 1px #ffac33 solid;
}
#menutop li:last-child {
border-right: none;
}
#menutop li:first-child {
padding-left: 0px 
}
#menutop li:last-child a {
}
#menutop ul li a {
display: block;
color: #000;
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
line-height: 20px;
text-align: center;
padding:  0;
margin: 0;
transition: color 300ms ease-in;
-webkit-transition: color 300ms ease-in;
}
#menutop ul li:hover, #menutop li.selected {
}
#menutop ul li:hover a, #menutop li.selected a {
color: #ffac33;
text-decoration: none;
transform: scale(1.05);
border-bottom: 3px #ffac33 solid;
}

#slideshow {
width: 100%;
height: 600px;
position: relative;
overflow: hidden;
z-index: 10;
background: #48421e;
}
.inside #slideshow {
height: 450px;
}
#slideshow ul {
width: 100%;
margin: 0px;
padding: 0px;
list-style: none;
list-style-image: none;
}
#slideshow li {
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
list-style: none;
list-style-image: none;
}
#slides_arrow_next, 
#slides_arrow_prev {
width: 29px;
height: 172px;
position: absolute;
top: 270px;
z-index: 204;
transition: all 250ms ease-in;
-webkit-transition: all 250ms ease-in;
}
.inside #slides_arrow_next, 
.inside #slides_arrow_prev {
top: 100px;
}
#slides_arrow_prev {
left: 40px;
background: url(images/slides_arrow_prev.png) center center no-repeat;
}
#slides_arrow_next {
right: 40px;
background: url(images/slides_arrow_next.png) center center no-repeat;	
}
#slides_arrow_next:hover, #slides_arrow_prev:hover {
transform: scale(1.1);
}
#slides_arrow_next:hover {
transform-origin: 100% 50%;
}
#slides_arrow_prev:hover {
transform-origin: 0% 50%;
}
#slideshow_pager { 
position: absolute;
bottom: 40px;
z-index: 204;
width: 100%;
left: 0px;
right: 0px;
margin: 0 auto;
font-size: 0px;
line-height:0px;
text-align: center;
}
.inside #slideshow_pager { 
bottom: 15px;
}
#slideshow_pager span { 
width: 16px;
height: 10px; 
display: inline-block;
cursor: pointer;
background: url(images/slide_icon.png) left center no-repeat;
}
#slideshow_pager span.cycle-pager-active {
background: url(images/slide_icon_on.png) left center no-repeat;
}
#slideshow_pager > * {
cursor: pointer;
}


#slideshow_slogan {
width: 1100px;
position: absolute;
left: 0;
right: 0;
top:0;
margin-left: auto;
margin-right: auto;
z-index: 200;
color:#fff;
font-family: 'Frank Ruhl Libre', serif;
text-align:center;
text-transform: uppercase;	
font-size: 30px; line-height:30px; 
}
.inside  #my_logo {
top:20px;
}
.inside  #slideshow_slogan h1 {
font-size: 50px; line-height:60px;
}
#slideshow_slogan h1 {
margin-top:200px;
font-size: 66px; line-height:90px;
color:#fff;
font-family: 'Frank Ruhl Libre', serif; 
margin:0; padding:0;
}
#slideshow_slogan  span { 
color:#ffb74e; font-size: 20px; line-height:20px; 
font-family: 'Ubuntu', sans-serif;
}

#my_logo {
width: 310px; height:250px;
margin-left: auto;
margin-right: auto;
z-index: 200;
color:#fff;
text-align:center;
margin-top:30px;
margin-bottom:20px;
}
#psd {
width: 200px; height:200px;
float:right;
z-index: 300;
color:#fff;
text-align:right;
}
#buy_now {
width: 220px; height:100px;
float:left;
z-index: 300;
margin-top:20px;
text-align:left;
}


#content {
width:100%;
min-height:200px;
margin:20px 0 20px 0;
}
 
/* content_title
-----------------------------------------------------------------------------*/
.content_title {
width:100%;
text-align:center;
padding: 0 0px 10px 0px;
font-weight: 700;
text-transform: uppercase;
text-align:center;
background: url(images/bkg_content_title.png) center bottom no-repeat;
margin-bottom:25px;
}
.content_title h1 {
font-size:30px; line-height:40px;
font-family: 'Frank Ruhl Libre', serif; 
font-weight: 700;
text-transform: uppercase; text-align:center; color:#613007;
}


#box_products {
width: 100%;
padding: 35px 0px 40px 0px;	
min-height: 500px;
background: #f9f9f9;
text-align: center;	
}
#box_products ul {
position:relative;
display:table;
margin:0 auto;
padding:0;
list-style:none;
list-style-image: none;
font-size:0;
line-height:0;
}
#box_products ul li {
position:relative;
display:inline-block;
vertical-align: top;
margin:0 10px 10px 0;
padding:30px 10px 30px 10px;
width:320px;
height:330px;
text-align:center;
background:#fff;
overflow:hidden;
transition: all 250ms ease-in;
-webkit-transition: all 250ms ease-in;
}
#box_products h2 { 
text-transform:uppercase; font-size:20px; line-height:30px;
font-family: 'Ubuntu', sans-serif;
}
#box_products div {  
color:#000; font-size:14px; line-height: 24px;
padding:20px;
}


#box_pergolas .content_title div { 
color:#ffb74e;   }
#box_pergolas  .content_title h1 {
color:#fff;
}
#box_pergolas {
width: 100%; height: 630px;
padding: 50px 0px 50px 0px;	
background: #613007 url(images/bkg_pergolas.jpg) center top no-repeat;
text-align: center;	
}
#box_pergolas ul {
display: table;
margin: 0px auto;
padding: 0px;
list-style: none;
list-style-image: none;
}
#box_pergolas ul li {
padding: 0px;
margin: 0px;
font-size: 0px;
line-height: 0px;
float: left;
}
#box_pergolas ul li a {
display: block;
float: left;
margin: 0px 10px 0px 0px;
position: relative;	
line-height:0px;
overflow: hidden;
}
#box_pergolas ul li:last-child a {
margin: 0px;
}
#box_pergolas ul li a img {
transition: all 0.5s ease;
}
#box_pergolas ul li a:hover img {
opacity: 1;
transform: scale(1.05);
}  

#box_logos {
width: 100%;  
padding: 10px 0px 10px 0px;	
background: #fff;
text-align: center;	
}
#box_logos img {
margin: 0px 6px 0px 6px;
}
#box_logos .logos_vertical a {
line-height: 100px;
}
#box_logos .logos_vertical img {
vertical-align: middle; 
}

#service_areas {
width: 100%;
padding: 35px 0px 40px 0px;	
min-height: 200px;
background: #f9f9f9;
text-align: center;	
}
#areas1
{
float:left;
width:33%;
height:auto;
text-align: center;	
}
#areas2
{
float:left;
width:33%;
height:auto;
text-align: center;	
}
#areas3
{
float:left;
width:33%;
height:auto;
text-align: center;	
}

#box_logos2 {
width: 100%;
padding: 30px 0px 30px 0px;	
background: #fff;
text-align: center;	
}

#box_contact .content_title div { 
color:#ffb74e;   }
#box_contact  .content_title h1 {
color:#fff;
}
#box_contact {
width: 100%; height: 450px;
padding: 70px 0px 65px 0px;	
background: #613007 url(images/bkg_contact.jpg) center top no-repeat;
color:#fff;
}
#box_contact table {
width: 100%;
margin: 0px auto;
}
#box_contact_form .td_half {
width: 50%;
}
#box_contact_form table tr {
vertical-align: top;
}
#box_contact_form textarea {
height: 159px;
font-size: 15px;
line-height: 15px;
color: #5f5842;
font-weight: 400;
text-transform: uppercase;
padding: 15px 10px 15px 21px;
background: #fff;
border: none;
}
#box_contact_form #name,
#box_contact_form #phone,
#box_contact_form #email,
#box_contact_form #scode {
height: 45px;
font-size: 15px;
line-height: 15px;
color: #5f5842;
font-weight: 400;
text-transform: uppercase;
padding: 15px 10px 15px 21px;
background: #fff;
border: none;
margin: 0px 0px 12px 0px;
}
#box_contact_form input:required {
background: #fff;
}
#box_contact_form input:required:active,
#box_contact_form input:required:focus,
#box_contact_form input:required:valid {
background: #fff !important;
}
#box_contact_form label {
padding-right: 18px;
}
#box_contact_form td:nth-child(2) label {
padding-right:0px;
}
#box_contact_form ::-webkit-input-placeholder {

font-size: 16px;
line-height: 16px;
color: #5f5842 !important;
font-weight: 400;
text-transform: uppercase;
}
#box_contact_form ::-moz-placeholder {

font-size: 16px;
line-height: 16px;
color: #5f5842 !important;
font-weight: 400;
text-transform: uppercase;
}
#box_contact_form :-moz-placeholder {

font-size: 16px;
line-height: 16px;
color: #5f5842 !important;
font-weight: 400;
text-transform: uppercase;
}
#box_contact_form :-ms-input-placeholder {
font-size: 16px;
line-height: 16px;
color: #5f5842 !important;
font-weight: 400;
text-transform: uppercase;
}







#footer {
width: 100%;
height: 184px;
background: #915322 url(images/bkg_footer.jpg) center top no-repeat;
padding:40px 0 0 0;
color:#fff;
margin:0px;
font-size:15px; line-height:25px;
}
#footer_logo { 
float: left;
width:220px;
text-align:center;
height: 184px;
}
#footer_links {
padding-top:20px;
float: left;
width: 400px;
}
#footer_links span { font-weight:700; }
#footer_text{
padding-top:30px;
float: right;
width: 400px;
}
#footer a {	
color: #fff;
}
#footer a:hover {	
color: #fff; text-decoration:underline;
}





/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
position: fixed;
bottom: 15px;
right: 15px;
width: 38px;
height: 38px;
transition: all 250ms ease-in;
-webkit-transition: all 250ms ease-in;
z-index: 1000;
}
#scroll_top:hover {
transform: scale(1.1);	
}
.centered_img {
text-align: center;
}
.centered_img img {
margin: 0px 5px 10px 5px;
}
 

.table_container {
	display: table;
}
.table_cell {
	display: table-cell;
}
.youtube_iframe {
	border: none;
}
.qdiv {
	max-width: 800px;
}
div.images_box {	
	text-align: center;
}
div.images_box img {	
	margin: 0 0 15px 0;
}

div.images_box img.images_right, div.images_box img.images_left  {	
	margin: 0 0 15px 0;
}
.t_auto_width {
	width: auto;
}
 




#box_contact_from #table_form {
	width: 100%;
}
#box_contact_from #table_form td {
	width: 49%;
	padding-right: 1%;
}
#box_contact_from textarea {
	height: 164px;
}
/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 15px;
	line-height: 15px;
    box-sizing: border-box;
	resize: none;
}
label {
	box-sizing: border-box;
}
input {
	vertical-align: middle;
}

#contact_address {
	width: 500px;
	float: left;
}
#contact_form {
	width: 500px;
	float: right;
}

.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-size: 16px;
line-height: 16px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
border: 0px;
background: #aa5e1a;
padding: 17px 27px 14px 27px;
}
.form fieldset {
border: 0px;
padding: 0px;
margin: 0px;
}
.form fieldset legend {
color: #000;
font-size: 15px;
font-weight: bold;
padding: 0px;
}

.form label {
float: left;
padding: 0px 2px 0px 0px;
margin: 0;
color: #000;
font-size: 15px;
line-height: 25px;
}
.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 input[type=number], .form input[type=date], .form select, .form textarea {
width: 100%;
color: #000;
font-size: 15px;
line-height: 15px;
padding: 13px 10px 13px 10px;
margin: 0px 0px 10px 0px;
background: #fff url(images/input_bg.png) top repeat-x;
border: 1px solid #bfbfbf;
}
.form select {
padding: 12px 10px 12px 10px;
}


.required {
color: #f00;
}


/* scode_block
-----------------------------------------------------------------------------*/
#scode_block {
	width: 100%;
	text-align: center;
}
#scode_block table { width: 300px;
	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
-----------------------------------------------------------------------------*/




/* portfolio styles
-----------------------------------------------------------------------------*/
.sectionname, .imagepages {
	display: inline-block;
	color: #fff;
	background: #44b709;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #935523;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #935523;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 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_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;
}


.logos {
	text-align: center;	
}
.logos a {
	display: inline-block;
	margin: 0px 30px 50px 30px;
}


.portfolio_gallery_only {
width: 50%; float:left; text-align:center;
font-size:120%;
padding:10px 0 20px 0;
}


.grid_3 { width:33%; float:left; text-align:center;}
.grid_2 { width:50%; float:left;  }
.txt_center  {  text-align:center;}

.prd_imgs {text-align:center;}
.prd_imgs img {margin:10px; }

#faqs {
display: inline-block;
margin-right: 30px;
}

#quote_form {
width: 70%;
margin-left: auto;
margin-right: auto;
}

.grid2 {
float:left;
width: 46%;
margin-left: auto;
margin-right: auto;
margin:0;
padding:10px 2% 20px 2%;
text-align:center;
}
.grid3 {
float:left;
width: 29%;
margin-left: auto;
margin-right: auto;
margin:0;
padding:10px 2% 20px 2%;
text-align:center;
}

