@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,700italic);
/* CSS Document */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
   a:link {
	   font-weight: bold;
   }
   .steps {
	   margin-left: 20px;
	   list-style-position: inside;
   }
   .steps li {
	   margin-bottom: 20px;
   }
   .signup {
	   width:200px;
	   padding: 5px 5px 20px 5px;
	   border: none;
   }
   .close {
	   top: 0px;
	   float: right;
   }
   /*
   PORTFOLIO
   */
   .port-menu {
	   position:relative;
	   display: block !important;
	   top:20px;
   }
   
  /* ===================== */
  .visimg{
	position:relative;
    text-align:center;
    float: left;
	z-index: 1;
  }
  .backgrnddark{
	  
background: -moz-linear-gradient(left, rgba(27,27,27,1) 0%, rgba(56,56,56,1) 23%, rgba(91,91,91,1) 52%, rgba(58,58,58,1) 80%, rgba(43,43,43,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(27,27,27,1) 0%,rgba(56,56,56,1) 23%,rgba(91,91,91,1) 52%,rgba(58,58,58,1) 80%,rgba(43,43,43,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(27,27,27,1) 0%,rgba(56,56,56,1) 23%,rgba(91,91,91,1) 52%,rgba(58,58,58,1) 80%,rgba(43,43,43,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#2b2b2b',GradientType=1 ); /* IE6-9 */
	
  }
 
 
  
  .shadow {
	-webkit-box-shadow: 0px 10px 8px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 8px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 8px -8px rgba(0,0,0,0.75);

  }
  
  .overlay-top {
	  background-color: rgba(255,255,255,.6);
	  width: 65%;
	  margin: 185px auto 60px;
	  padding: 30px;
	  border-radius: 30px 30px 30px 30px;
-moz-border-radius: 30px 30px 30px 30px;
-webkit-border-radius: 30px 30px 30px 30px;
	border: 1px inset rgba(223,183,92,1);
  }
  .top-space {
	  height: 200px;
  }
  .headimage {
	  width: 100%;
	  margin: 0 auto;
  }
  .italic {
	  font-style: italic;
  }
  .larger {
	  font-size: 1.4em;
  }
  .message{
	  position: relative;
	  padding: 30px 0px;
  }
  .btn{
	left: 0;
    position:absolute;
    top: 50%;
    width: 50%;
	z-index:3;
	text-align: center;
	margin: 0 25%;
	border: 1px rgba(255,255,255,1) outset;
	background-color: rgba(0,0,0,.5);
	color: rgba(255,255,255,1);
  }
  
  .drkbgn {
	  background-color: rgba(0,0,0,1);
  }
  
   .fade {
   opacity: .4;
   
   }

   .fade:hover {
      opacity: 1;
	  transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
      }
.crimson {
	font-family: "Crimson Text";
	font-weight:bold;
	font-style: italic;
	vertical-align: central;
	font-size: 1.5em;
}
.cape-cod {
	position: relative;
	margin-top: 70px;
	background:url(../img/cape-beach.jpg) center no-repeat;
	background-size: 100% 100%; 
	width: 100%;
	height: 150px;
	z-index: 1;
	padding-top: 50px;
}
.overlay {
	color: rgba(255,255,255,1);
	
	
}
h2.overlay {
	font-size: 2em;
	font-style: italic;
}
p.overlay {
	color: rgba(255,255,255,1);
	text-transform: uppercase;
}
p.overlay a {
	color: rgba(255,255,255,1);
}
span.arrow {
	margin-right: 10px;
    display: inline-block;
    vertical-align: text-bottom;
    height: 34px;
    width: 20px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;	
}
.lightgrey {
	background-color:rgba(204,204,204,.13);
}
.lightergrey {
	/*background-color:rgba(204,204,204,.06);*/
	background-color: transparent;
}
ul.services {
	list-style: none;
	line-height: 34px;

}
.tag {
	margin: 20px auto;
}
.floatleft {
	float: left;
}
.thd{
	width: 33%;
	text-align: center;
}
.third {
	width: 33%;
	float: left;
}
.third hr {
	margin-left: 2em;
	width: 200px;
}
 .frst{
	margin-left: 2em;
	
}
img.icon {
	width: 40px;
	margin-right: 10px;
}
.revs {
	padding-left: 2em;
}
.revicon {
	margin-left: 10px;
	margin-bottom: 20px;
}
.lefthr {
	width: 10%;
	margin-left: 23%;
	margin-right: 1%;
}
.righthr {
	width: 10%;
	margin-left: 1%;
	margin-right: auto;
}
.sample {
	position: relative;
	display: block;
	width: 15%;
	float: left;
	margin: 10px .83%;
}
.sample p {
	font-size: .9em;
	margin: 10px 0;
}
.note {
	color: rgba(255,0,0,1) !important;
	font-style:italic;
}
.angie {
	width: 195px;
	margin-top: 20px;
}
.half {
	width: 50%;
	float: left;
}
.half ul {
	list-style: none;
	list-style-position:outside;
	margin: 20px 20px 20px 3.5em;
	padding: 0;
}
.half li{
	background: url("../img/checkmark.png") left center no-repeat; 
    padding-left: 30px;
	margin-top: 8px;
}
.half h2 {
	margin: .5em 2em;
}

.topsection {
	position: relative;
	display: block;
	top: 90px;
	width: 80%;
	height: 55px;
	margin-left: 160px;
	/*margin: 0 auto;*/
	z-index: 2;
	
	


background: rgba(217,217,217,1);
background: -moz-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(214,214,214,0.96) 13%, rgba(224,224,224,0.85) 51%, rgba(255,255,255,0.77) 79%, rgba(255,255,255,0.71) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(217,217,217,1)), color-stop(13%, rgba(214,214,214,0.96)), color-stop(51%, rgba(224,224,224,0.85)), color-stop(79%, rgba(255,255,255,0.77)), color-stop(100%, rgba(255,255,255,0.71)));
background: -webkit-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(214,214,214,0.96) 13%, rgba(224,224,224,0.85) 51%, rgba(255,255,255,0.77) 79%, rgba(255,255,255,0.71) 100%);
background: -o-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(214,214,214,0.96) 13%, rgba(224,224,224,0.85) 51%, rgba(255,255,255,0.77) 79%, rgba(255,255,255,0.71) 100%);
background: -ms-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(214,214,214,0.96) 13%, rgba(224,224,224,0.85) 51%, rgba(255,255,255,0.77) 79%, rgba(255,255,255,0.71) 100%);
background: linear-gradient(to bottom, rgba(217,217,217,1) 0%, rgba(214,214,214,0.96) 13%, rgba(224,224,224,0.85) 51%, rgba(255,255,255,0.77) 79%, rgba(255,255,255,0.71) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#ffffff', GradientType=0 );

border-radius: 0px 10px 10px 0px;
-moz-border-radius: 0px 10px 10px 0px;
-webkit-border-radius: 0px 10px 10px 0px;
	
}
.logocontainer{
	position: absolute;
	display: block;
	width: 150px;
	height: auto;
	left: 0px;
	top: 0px;
  	z-index: 3;
	padding: 5px;
	
	background: rgba(217,217,217,.8);
	border-radius: 0px 0px 30px 0px;
-moz-border-radius: 0px 0px 30px 0px;
-webkit-border-radius: 0px 0px 30px 0px;
	border: 1px inset rgba(223,183,92,1);

	
}
.logocontainer a {
	z-index: 3;
}
.logo{
	display: block;
	position: relative;
	margin: 0 auto;
	/*width: 80%;*/
	z-index: 3;	
}
.blackbar{
	position: relative;
	width: 99.5%;
	height: 40px;
	background-color: rgba(72,67,62,1);
	z-index: 2;
	top: 5px;
	border-top: 3px ridge rgba(223,183,92,1);
	border-bottom: 1px inset rgba(223,183,92,1);
	
	-webkit-box-shadow: 0px 10px 8px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 8px -8px rgba(0,0,0,0.75);
box-shadow: 0px 10px 8px -8px rgba(0,0,0,0.75);

border-radius: 0px 10px 10px 0px;
-moz-border-radius: 0px 10px 10px 0px;
-webkit-border-radius: 0px 10px 10px 0px;

background: rgb(27,27,27); /* Old browsers */
background: -moz-linear-gradient(left, rgba(27,27,27,1) 0%, rgba(56,56,56,1) 23%, rgba(91,91,91,1) 52%, rgba(58,58,58,1) 80%, rgba(43,43,43,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(27,27,27,1) 0%,rgba(56,56,56,1) 23%,rgba(91,91,91,1) 52%,rgba(58,58,58,1) 80%,rgba(43,43,43,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(27,27,27,1) 0%,rgba(56,56,56,1) 23%,rgba(91,91,91,1) 52%,rgba(58,58,58,1) 80%,rgba(43,43,43,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#2b2b2b',GradientType=1 ); /* IE6-9 */
	
	
}

 
 .centerpanel{
	 position: absolute;
	 z-index: 1;
	 top: 0px;
	 width: 100%;
	 margin: 0 auto;
	 /*border-right: 1px inset rgba(255,255,255,1);
	 border-left: 1px outset rgba(255,255,255,1);*/
	 /* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! BACKGROUND CHANGED TO WOOD   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
	 background-color: rgba(255,255,255,1);
	 background-image: url(../img/gray-wood.png);
	 background-repeat: repeat;
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
 }
 .bannercontainer {
	width: 100%;
	margin: 0px auto 2% auto;
	position: relative;
	padding: 0;
	z-index: 0 !important;
	top: 0px;
	/*border: 1px inset rgba(255,255,255,1);*/
	/*border-right: 1px inset rgba(255,255,255,1);*/
		 
}
.nobullet {
	list-style: none;
	line-height: 40px;
}
.visualizer {
	position: relative;
  	/*height: 0;*/
  	overflow: hidden;
	display: block;
	margin: 20px auto;
	
}


.visualizer iframe {
	border: none;
	display: block;
	margin: 0 auto;
}

#likebox-wrapper {
	display: block;
	margin: 20px auto 50px;
	text-align: center;
}
.fifty {
	 position: relative;
	 width:45%;
	 float: left;
	 margin:0 2.5%;
 }
.fiftymrgn {
	margin-top: 70px;
	margin-bottom: 70px;
}
.fiftypadding {
	padding-top: 100px;
	padding-bottom: 100px;
	margin: 0;
	width: 50%;
}

.titleservice {
	margin: 1.2em 2em;
}
.fiftypadding p{
	margin: 1em 2.5em;
}
.stones {
	max-width: 400px;
	width: 70%;
}

.titlefifty{
	font-size: 1.5em;
	margin: 1.2em 1.5em;
}
 
 p.smalltext {
	 font-size: .9em;
	 
 }
 .thirty {
	 position: relative;
	 width:33.3%;
	 float: left;
 }

 .fakevid {
	width: 90%;
	height: auto;
}


hr {
	width: 60%;
}
 
 .upbtn {
	display: none;
	position: fixed; 
	bottom:5px;right:12%;
	outline: none;
	text-outline: none;
	z-index: 9999;
}
 
 .footer {
	 
	 position: relative;
                left: 0;
                right: 0;
                bottom: 0;
				min-height: 200px;
				max-height: none;
                
                overflow: auto;
	 /*position: relative;*/
	 display: block;
	 padding-top: 10px;
	 padding-bottom: 0px;
	 border-top: 1px outset rgba(0,0,0,1);
	 /*background-color: rgba(199,199,199,1);*/
	 background-color: rgba(225,225,225,1);
	 width: 100%;
	 
	 z-index: 1;
	 
 }
 

 .footer-link {
	 color: rgba(255,255,255,1);
	 text-decoration: underline;
 }
.portpage{
	 top: 150px;
 }
 .footer .drkbgn{
	 color: rgba(255,255,255,1);
	 background-color:rgba(51,51,51,1);
	 
  }
 .footer .drkbgn p {
	 margin: 0 !important;
	 line-height: 2.5em;
 }

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
 
 
 
 h1, h2, h3 {
	 /*text-shadow: 2px 2px 1px rgba(150, 150, 150, 1);*/
	 color: rgba(0,0,0,1);
	 margin: 1em 2em;
}
p {
	margin: 1em 2em !important;
	font-size: 1em;
}
.size1{
	font-size: 1.15em;
}
.bold {
	font-weight: bold;
}
.copy {
	font-size: .9em;
}

 img {
	 max-width: 100%;
 }
 
 .allcaps {
	 /*text-transform: uppercase;*/
	 font-variant: small-caps;
}
 
/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%9 !important;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height: 100%;
	font-family: "Crimson Text", Times, serif;
	/*background: url(../img/bck.png) repeat; */
	background-color: rgba(255,255,255,1);
	
}
.fullscreen,
.content-a {
    width:100%;
    min-height:100%;
}
.content-b {
	padding-top: 25%;
	
}


/* content centering styles */
 
.center {
	text-align: center;
	
}

img.center, iframe.center, video.center {
	display: block;
	margin: 0 auto;
	
}

.badge{
	/*width: 75px;*/
}
 .badgecontent {
	 margin: 10px auto;
 }

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

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2f9fa), color-stop(1, #9edefa) );
	background:-moz-linear-gradient( center top, #f2f9fa 5%, #9edefa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f9fa', endColorstr='#9edefa');
	background-color:#f2f9fa;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#1a181a;
	font-family:"Crimson Text";
	font-size:.6em;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height: 50px;
	width:175px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9edefa), color-stop(1, #f2f9fa) );
	background:-moz-linear-gradient( center top, #9edefa 5%, #f2f9fa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9edefa', endColorstr='#f2f9fa');
	background-color:#9edefa;
}.button:active {
	position:relative;
	top:1px;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
	max-width: 100%;
}

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

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: "Crimson Text", serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a{
	color: rgba(0,0,0,1);
	text-decoration: none;
}
a:focus {
    outline: thin dotted;
}

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

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */



/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

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

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

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

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

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

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

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

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

/**
 * Address margins set differently in IE 6/7.
 */



/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: "Times New Roman", Times, serif;
    _font-family: "Times New Roman", Times, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

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

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

.checklist {
	list-style-image: url(../img/checkmark.png);
	list-style-position: inside;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

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

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0 auto;
	width: 80%;
	
}


.sixty {
	display: block;
	 margin: 0 auto;
	 width: 60%;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

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

button,
input {
    line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

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

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

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

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

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

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

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
/* ------------ SPEECH BUBBLE -------------------*/

	.reviews {
		width: 40%;
		margin: 20px auto !important;
	}

	.bubble{
		background-color: rgba(255,255,255,1);
		border-radius: 12px;
		box-shadow: 0 0 6px #B2B2B2;
		/*display: inline-block;*/
		display: block;
		padding: 10px 18px;
		position: relative;
		vertical-align: top;
		margin: 40px 3%;
		width: 40%;
		float: left;
		
   }
   
   	.bubble-bigger{
		background-color: rgba(255,255,255,1);
		border-radius: 12px;
		box-shadow: 0 0 6px #B2B2B2;
		/*display: inline-block;*/
		display: block;
		padding: 10px 18px;
		position: relative;
		vertical-align: top;
		margin: 50px auto 0px;
		width: 80%;
		float: none;
		
   }

	.bubble::before {
		background-color: rgba(255,255,255,1);
		content: "\00a0";
		display: block;
		height: 16px;
		width: 16px;
		position: absolute;
		bottom: -7.5px;
		transform: rotate(47deg) skew(5deg);
		-moz-transform: rotate(47deg) skew(5deg);
		-ms-transform: rotate(47deg) skew(5deg);
		-o-transform: rotate(47deg) skew(5deg);
		-webkit-transform: rotate(47deg) skew(5deg);
		box-shadow: 2px 2px 2px 0 rgba( 178, 178, 178, .4 );
	}
	
	.bubble-bigger::before {
		background-color: rgba(255,255,255,1);
		content: "\00a0";
		display: block;
		height: 16px;
		width: 16px;
		position: absolute;
		bottom: -7.5px;
		transform: rotate(47deg) skew(5deg);
		-moz-transform: rotate(47deg) skew(5deg);
		-ms-transform: rotate(47deg) skew(5deg);
		-o-transform: rotate(47deg) skew(5deg);
		-webkit-transform: rotate(47deg) skew(5deg);
		box-shadow: 2px 2px 2px 0 rgba( 178, 178, 178, .4 );
	}
	
.bubble img {
	width: 40%;
	min-width: 100px;
	box-shadow: 2px 2px 2px 0 rgba( 178, 178, 178, .4 );
}
	
.rev-title {
	margin: 10px auto 10px !important;
}
.quote {
	margin: 20px;
	font-size: 1em;
	font-style: italic;
}
.author {
	font-size: 1em;
	text-indent: 1em;
}

/* ------------ END SPEECH BUBBLE ---------------*/

/* +++++++ FORMS  +++++++++++++++++++++++*/

.error {
	color: rgba(102,153,255,1) !important;
	font-size: 1em;
	font-weight: bold;
}


::-webkit-input-placeholder { color:rgba(153,153,153,1); }
::-moz-placeholder { color:rgba(153,153,153,1); } /* firefox 19+ */
:-ms-input-placeholder { color:rgba(153,153,153,1); } /* ie */
input:-moz-placeholder { color:rgba(153,153,153,1); }



label {
	
	margin-left: 5%;
	display: inline-block;
	
}

input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel] {
  	-webkit-appearance: none; 
	-moz-appearance: none;
  	display: block;
  	margin: 0px 5% 20px;
  	width: 90%; 
  	height: 40px;
  	line-height: 40px; 
  	font-size: 17px;
  	border: 1px solid rgb(3,3,104);
}
.footer input[type=email]{
	-webkit-appearance: none; 
	-moz-appearance: none;
  	display: block;
  	margin: 0px 1.8em 10px;
  	width: 200px; 
  	height: 40px;
  	line-height: normal; 
  	font-size: 17px;
  	border: 1px solid rgb(3,3,104);
}
.footer input[type=submit] {
	-webkit-appearance: none; 
	-moz-appearance: none;
  	display: block;
  	margin: .7em 1.5em;
  	width: 200px; 
  	height: 40px;
  	line-height: normal; 
  	font-size: 1em;
  	border: none;
	background-color: transparent;
	text-transform: uppercase;
	/*font-variant: small-caps;*/
	text-align: left;
}

input[type=reset], input[type=submit] {
	display: block;
	width: 90%;
	height: 60px;
	font-size: 17px;
	margin: 50px 5% 40px;
}
select {
  	display: inline-block;
  	margin: 10px auto 20px 5% !important;
  	width: 90%; 
 	height: 40px;
  	line-height: 40px; 
  	font-size: 17px;
  	border: 1px solid rgb(3,3,104);
	
	}

textarea {
	display: block;
  	margin: 0px 5% 20px !important;
  	width: 90%; 
 	/*height: 40px;*/
  	line-height: 40px; 
  	font-size: 17px;
  	border: 1px solid rgb(3,3,104);
}

fieldset {
	width:90%;
	margin: 30px auto 50px !important;
	border:1px solid rgb(3,3,104) ;
	/*border-bottom:1px solid rgb(3,3,104) ;*/
	/*background-color:#F5F5F5;*/	
}

legend {
	padding-left:25px;
	font-size:20px;
	font-weight:bold;
	letter-spacing:.5em;
	font-variant:small-caps;
	text-align: center;
}

.date {
	width: 200px !important;
}



/* ++++++++++++++++ END FORMS ++++++++++++++++++*/

/* New styles for layout */ 
/* Edits to CSS as the layout is tweaked */
.centermainpanel {
	 position: absolute;
	 z-index: 1;
	 top: 0px;
	 width: 100%;
	 margin: 0 auto;
	 /*border-right: 1px inset rgba(255,255,255,1);
	 border-left: 1px outset rgba(255,255,255,1);*/
	 /* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! BACKGROUND CHANGED TO WOOD   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
	 background-color: rgba(255,255,255,1);
	 min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
 }
 
.greypadding {
	padding: 0px 0px 50px 0px;
	margin: 2%;
	width: 46%;
}

 .footer-new {
	  position: relative;
                left: 0;
                right: 0;
                bottom: 0;
				min-height: 200px;
				max-height: none;
                
                overflow: auto;
	 /*position: relative;*/
	 display: block;
	 padding-top: 10px;
	 padding-bottom: 0px;
	 border-top: 1px outset rgba(0,0,0,.3);
	 /*background-color: rgba(199,199,199,.3);*/
	 background-color: rgba(225,225,225,.3);
	 width: 100%;
	 z-index: 1;
}

.white {
	color: #ffffff;
}

 .text-main-sans-serif {
	 font-family: Verdana, Geneva, sans-serif;
	 font-size: 1.2em;
	 color: #444444;
}

.text-title-h1 {
	 font-family: Georgia, "Times New Roman", Times, serif; font-size: 2em;
	 margin: 1em .7em;
	 color: #666666;
}

.text-title-h2 {
	 font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.5em;
	 margin: 1em 1em;
	 color: #666666;
}

.text-main-sans-serif-ul {
	 font-family: Verdana, Geneva, sans-serif;
	 font-size: 1em;
	 color: #444444;
}

.gold-text {
	color: #f3b522;
}

.sixty-left {
	 position: relative;
	 width:56.5%;
	 padding-right: 1%;
	 margin-left: 2.5%;
	 float: left;
 }
 
.forty-right {
	 position: relative;
	 width:37.5%;
	 margin-right: 2.5%;
	 float: left;
}

.footer-third {
	width: 17%;
	float: left;
	margin: 0px 8%;
}

@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px){
.forty-right {
	 float: none;
	 width: 100%;
	 margin: 0 auto;
 }
 
.sixty-left {
	 float: none;
	 width: 100%;
	 margin: 0 auto;
}
.greypadding {
	padding: .5% 0px 0px 0px;
	margin: 3% 0px 0px 0px;
}

.footer-third {
	float: none;
	 width: 100%;
	 margin: 5px auto;
	 padding-top: 20px;
	 text-align: center;
}
}
/* END new styles */