/* STYLESHEET - Blue Ice Restoration.com */

/* Project Start March 2, 2019 */

/* Updated on October 14, 2019 */

/* ============================================
-------  Colors and Font Reference -------
=============================================== */
/*
COLORS
logo blue: #3f85cb

FONTS
font-family: Verdana, Arial, Helvetica, sans-serif;
font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
font-family: "Times New Roman", Times, serif;

*/

/* ============================================
-------  Defaults and Resets -------
=============================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}
div {
	margin: 0;
	padding: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

area {
	outline: none;
}

/* ============================================
-------  General and Site-Wide Styling -------
=============================================== */
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }

.clear-float {
	clear: both;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.home-marble {
	background: #e5e5e8 url('images/marble-bg-home.jpg') repeat top center;
}
.about-us-marble {
	background: #e5e5e8 url('images/marble-bg-about.jpg') repeat top center;
}
.services-marble {
	background: #e5e5e8 url('images/marble-bg-services.jpg') repeat top center;
}
.restoration-marble {
	background: #e5e5e8 url('images/marble-bg-projects.jpg') repeat top center;
}
.testimonials-marble {
	background: #e5e5e8 url('images/marble-bg-test.jpg') repeat 0px -420px;
}
.contact-marble {
	background: #e5e5e8 url('images/marble-bg-contact.jpg') repeat top center;
}

.main-container {
	width: 974px;
	margin: 0 auto;
	text-align: left;
}


/* ============================================
-------  Header -------
=============================================== */
header {
	width: 1035px;
	height: 220px;
	margin: 0 auto;
	padding-left: 0px;
}
@media only screen and (max-width: 1175px) {
	header {
		padding-left: 4px;
	}
}

.logo {
	width: 170px;
	margin-top: 15px;
	margin-left: 18px;
	padding-left: 0px;
	float: left;
}

/* ============================================
-------  Navigation -------
=============================================== */
nav {
	width: 828px;
	margin-top: 72px;
	margin-left: 10px;
	padding-bottom: 15px;
	float: left;
}
nav ul {
	width: 100%;
	height: 30px;
	padding: 10px 0px 0px 0px;
	margin: 0;
	list-style-type: none;
}
nav li {
	margin-right: 10px;
	padding-top: 20px;
	display: inline;
	float: left;
}
nav li a {
	padding: 4px 6px;
	text-decoration: none;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 15px;
	color: #141710;
	background-color: #e5d2ac;
	border: 2px solid #8a8a8a;
}
nav li a:hover {
	color: #ffffff;
	background-color: #a14017;
}
nav li a.active-page {
	color: #ffffff;
	background-color: #a14017;
}


/* ==============================================
---------- Homepage and Content Pages -----------
=============================================== */
.home-content, .about-content, .services-content {
	width: 974px;
	height: 670px;
	border: 2px solid #a14017;
	position: relative;
}
#home-main-image, #about-main-image, #services-main-image {
	position: relative;
}

/* ==============================================
----------------- About Us Page ----------------
=============================================== */
.about-text {
	width: 580px;
	height: 230px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 269px;
	left: 184px;
	z-index: 100;
}
.about-text p {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	line-height: 1.2em;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
.about-logo {
	width: 220px;
	margin: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 36px;
	left: 408px;
	z-index: 100;
	
}
.about-logo img {
	width: 140px;
}


/* ==============================================
----------------- Services Page -----------------
=============================================== */
.services-headline, .services-text-1, .services-text-2 {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 100;
	color: #4e3114;
}
.services-headline {
	top: -5px;
	left: 102px;
}
.services-headline h2 {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 2.6em;
	font-weight: normal;
}
.services-text-1 {
	width: 350px;
	height: 260px;
	margin: 0;
	padding: 0;
	top: 98px;
	left: 35px;
}
.services-text-1 p {
	margin: 0;
	padding: 0;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: normal;
	text-align: center;
}
.services-text-1 .title {
	margin-bottom: 10px;
	font-weight: bold;
}
.services-text-2 {
	top: 410px;
	left: 6px;
}
.services-text-2 p {
	margin: 0;
	padding: 0;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: normal;
}
.services-text-2 .title {
	margin-left: 4px;
	font-weight: bold;
	font-size: 1.6em;
}


/* ==============================================
----------- Projects Page ------------------
=============================================== */
.projects-content {
	width: 974px;
	padding-top: 25px;
	padding-bottom: 0px;  /* was 210 to accommodate 60 thumbs */
	border: 2px solid #a14017;
	background-color: #e6e6e6;
}

/* Slider */
.slider-wrapper {
	width: 100%;
	height: 670px;   /* was 970 to accomodate 60 thumbs */
	margin: 0px auto;
}

#home-slider {
	width: 242px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 278px;
	left: 157px;
	z-index: 100;
}

#slider {
	width: 774px;
	margin: 0px auto;
}

/* Nivo CSS */
.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	background: #ffffff; 
	filter: alpha(opacity=0); 
	opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(images/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
	/* border: 5px solid #3B3B5F; ADDED VIA JQUERY*/
	/*
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
	*/
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
	/* for centered added dots */
	width: 797px;
	margin-left: 79px;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivoSlider .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;  /* changed from 0 to 1 to always show nav arrows */
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.projects-content .nivoSlider .nivo-directionNav a {
	opacity: 1;  /* changed from 0 to 1 to always show nav arrows on Restoratation page */
}

.nivoSlider:hover .nivo-directionNav a { opacity: 1; }
.nivoSlider a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.nivoSlider a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-right: 7px;
	margin-bottom: 8px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	/* width: 105px;  was 120 */
	height: 79px; /* was auto */
}

/* ==============================================
----------------- Testimonials Page -------------
=============================================== */
.testimonials-content {
	width: 974px;
	padding-top: 25px;
	padding-bottom: 100px;
	border: 2px solid #a14017;
	background-color: #e6e6e6;
}
.testimonial {
	margin: 0px 25px 55px 25px;
	padding: 15px 25px;
	background-color: #dadada;
	border: 1px solid #c8c8c8;
	border-radius: 10px;
	box-shadow: 2px 2px 4px 0px #a9a9a9;
}
.person-info {
	width: 300px;
	float: left;
}
.person-info h2 {
	margin: 0px 0px 6px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #3f85cb;
	font-weight: bold;
}
.quote {
	width: 565px;
	margin-bottom: 10px;
	float: left;
}
.quote p {
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 21px;
	line-height: 30px;
	color: #000000;
}
.quote p span {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 25px;
    padding-left: 1px;
    padding-right: 2px;
}
.view-testimonial {
	padding-top: 8px;
	text-align: right;
}
.view-testimonial a {
	padding: 4px 6px;
	text-decoration: none;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 16px;
	color: #141710;
	background-color: #e5d2ac;
	border: 2px solid #8a8a8a;
}
.view-testimonial a:hover {
	color: #ffffff;
	background-color: #a14017;
}
.view-testimonial a.active-page {
	color: #ffffff;
	background-color: #a14017;
}

/* ============================================
---------------- Contact Page ------------------
=============================================== */

/*  Sidebar Contact Form  */
.sb-input-container {
	width: 100%;
	margin-bottom: 1%;
}
.sb-contact-form-box label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #163E79;
	font-weight: bold;
	line-height: 1.4em;
}
#sb-name-label {
	margin-right: 1.2%; 
}
#sb-email-label {
	margin-right: 2.5%;
}

#sb-name {
	width: 424px;
	height: 21px;
}
#sb-email {
	width: 427px;
	height: 21px;
}
#sb-phone {
	width: 206px;
	height: 21px;
}
#sb-name, #sb-email, #sb-phone {
	padding: 3px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #fffced;
	border: 1px solid #86909F;	
}

.sb-message-container {
	margin-top: 6%;
	margin-bottom: 1%;
}
#sb-message-area {
	width: 95%;
	height: 125px;
	margin-top: 1.5%;
	margin-bottom: 3%;
	padding: 5px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	background-color: #fffced;
	border: 1px solid #86909F;
	resize: none;
	overflow: auto;
}

.sb-error {
	margin-top: 0px;
	padding-bottom: 5%;
	font-size: 1em;
	color: #ff0000;
	font-weight: normal;
	display: none;
}
.sb-error2 {
	padding-bottom: 7%;
	font-size: 1em;
	color: #ff0000;
	line-height: 1.5em;
	display: none;
}
.sb-submit-container {
	width: 97%;
	margin-bottom: 15px;
	text-align: center;
}
#sb-submit-button {
	width: 130px;
	height: 37px;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 22px;
	color: #141710;
	background-color: #e5d2ac;
	border: 2px solid #8a8a8a;
}
#sb-submit-button:hover, #sb-submit-button:active {
	color: #ffffff;
	background-color: #a14017;
}
#sb-ajaxsuccess {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 30px;
	display: none;
}
#sb-ajaxsuccess h2 {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 24px;
	color: #a14017;
	font-weight: bold;
	text-align: center;
}

.message-not-sent {
	height: 400px;
	padding: 3% 2%;
}
.message-not-sent h1 {
	margin-bottom: 1%;
	font-size: 1.5em;
	color: #ff0000;
}
.message-not-sent h2 {
	margin-bottom: 1%;
	font-size: 1.2em;
	color: #163E79;
}
.message-sent {
	margin-bottom: 1%;
	font-size: 1.5em;
	color: #163E79;
}

.contact-content {
	width: 974px;
	padding-top: 25px;
	padding-bottom: 75px;
	border: 2px solid #a14017;
	background-color: #e6e6e6;
}
.contact-form {
	width: 525px;
	float: left;
	margin: 0px 27px 55px 25px;
	padding: 0px 25px 15px 25px;
	background-color: #dcdadf;  /* was #dadada */
	border: 1px solid #c8c8c8;
	border-radius: 10px;
	box-shadow: 2px 2px 4px 0px #a9a9a9;
}
.contact-form h2 {
	color: #163E79;
    font-family: 'bitstream_vera_sansbold', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
}
.contact-form h3, .contact-sidebar h2 {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 24px;
	color: #a14017;
	font-weight: bold;
	text-align: center;
}
.contact-form h3 {
	margin-bottom: 12px;
}
.contact-form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.contact-form #sb-email-label {
	margin-right: 1.3%;
}
.contact-form #sb-name-label {
	margin-right: 7px;
}
.contact-form .sb-input-container {
	margin-bottom: 20px;
}

.required {
	margin-left: -16px;
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
}


/* aside - Contact Information */
.contact-sidebar {
	width: 275px;
	float: left;
	margin: 0px;
	padding: 10px 20px 24px 20px;
	background-color: #dcdadf;
	border: 1px solid #c8c8c8;
	border-radius: 10px;
	box-shadow: 2px 2px 4px 0px #a9a9a9;
}

.contact-sidebar h3 {
	margin: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.contact-sidebar p {
	margin-top: 1px;
	margin-bottom: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 21px;
}

.contact-sidebar p a {
	color: #000000;
	text-decoration: none;
}
.contact-sidebar p a:link, .contact-sidebar p a:vistited {
	color: #000000;
	text-decoration: none;
}

.contact-sidebar p a:hover, .contact-sidebar p a:active {
	color: #3f85cb;
	text-decoration: underline;
}

input, textarea {
	border-radius: 5px;
}

/* ============================================
------------------ Footer --------------------
=============================================== */
footer {
	width: 974px;
	height: 104px;
	margin: 0 auto;
}

.footer-info {
	width: 934px;
	padding: 15px 20px;
	background-color: #DCDADF;
	border-left: 2px solid #a14017;
	border-right: 2px solid #a14017;
	border-bottom: 2px solid #a14017;
}

.address-container {
	margin-bottom: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #a14017;
}
.phone-footer {
	width: 200px;
	font-size: 21px;
	float: left;
}
.address-footer {
	width: 255px;
	text-align: right;
	float: right;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636363;
}