/* Begin Site Specific */
.top-container {
	font-size:12px;
	padding:3px 0;
	color:#fff;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.top-container .content {
	padding:10px 0;
}

.tagcloud a {
	font-size: 10px !important;
	background: #8D81A0;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
	padding: 5px;
	line-height: 1em;
	color: #fff;
	margin: 3px 0 0 3px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
}

.offers p {
	margin-bottom: 0;
}

/* Mobile Sliding Menu */
header {
	background:rgba(0,0,0,1);
	width:100%;
	box-shadow:0 3px 5px rgba(0,0,0,.8);
	-moz-box-shadow:0 3px 5px rgba(0,0,0,.8);
	-webkit-box-shadow:0 3px 5px rgba(0,0,0,.8);
	padding:10px 0 8px;
	zoom:1;
	position:fixed;
	top:0;
	z-index:50;
}

.mobileHeader {
	position:relative;
	display:block;
	margin-top:-100px;
	float:left;
	z-index: 999;
}

.mobileheader {
  width:100%;
  position: fixed;
  top:0;
  z-index: 999;
  background: rgba(0,0,0,.9);
}


#logo{
	float: left;
	width: 221px;
	height: 50px;
	background-image: url(../images/logo.png);
	background-position:100% 100%;
	background-size: 100% auto;
	display: block;
}


#menu-icon {
	display: hidden;
	width: 40px;
	margin-right:10px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 77px;
	text-align: center;
}

#menu-icon:before {
	font-family: EntypoRegular;
	content: "\E75C";
}

a:hover#menu-icon {
	background-color: #fff;
	color: #000;
	border-radius: 4px 4px 0 0 ;
	-moz-border-radius: 4px 4px 0 0 ;
	-webkit-border-radius: 4px 4px 0 0 ;
}

#menu-icon {
		display:inline-block;
}


.mobile-menu {
	float: right;
	}

.mobile-menu ul, .mobile-menu:active ul {
		margin: 0;
		display: none;
		position: absolute;
		padding: 0px;
		background: #fff;
		box-shadow: 3px 3px 3px rgba(0,0,0,.6);
		right: 10px;
		top: 50px;
		width: 70%;
		border-radius: 4px 0 4px 4px;
		-webkit-border-radius: 4px 0 4px 4px ;
		-moz-border-radius: 4px 0 4px 4px ;
}

.mobile-menu li {
	padding: 8px 0;
	text-indent: 10px;
	width: 100%;
	margin: 0 0 0 0 !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-size:14px;
	font-weight:700;
	background-repeat:no-repeat;
	display: block;
	border-bottom:solid 1px #eee;
	}

.mobile-menu li:last-child {
	border-bottom: none;
}

.mobile-menu a {
	display: block;
	}

.mobile-menu a:hover {
	color: #fff;
	}

.mobile-menu:hover ul {
	display: block;
	}


/* End Mobile Menu */


.contact-menu, .contact-menu a {
	text-align: right;
	color: #fff;
	text-decoration: none;
	height: 50px;
	font:normal 12px/50px Arial,Helvetica,Sans-serif;

}

.social-menu {
	position: relative;
	top:10px;
}

.social-menu li {
	background: rgba(255,255,255,.3);
	border:0px solid rgba(255,255,255,.7);
	font-size: 12px;
	padding: 3px 6px;
	margin: 0;
	float: left;
}

.social-menu li:first-child {
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
	border-right: none;
}

.social-menu li:last-child {
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
	border-left: 1px solid rgba(255,255,255,.2);
}

.social-menu a {
	color: #fff;
}

.social-menu ul ul {
	display: none;
}

.social-menu ul li:hover {
	background: #fff;
	color: #000;
	position: relative;
}

.social-menu ul li:hover a {
	color: #000;
	display: inline-block;
}

.social-menu ul li:hover ul {
	display: block;
	background: #fff;
	position: absolute;
	top:26px;
	z-index: 999;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	min-width: 200px;
	right: 0;
	line-height: 1.2em;
}

#header-wrapper {
	background: rgba(0,0,0,1);
    position:relative;
    z-index:1000;
}

.main-menu {
	display: block;
	margin: 20px 0 20px 0;
}

.main-menu a {
	font-size:16px;
	font-weight: 400;
	position: relative;
	font-family: Helvetica;
	color: #fff;
	text-transform: capitalize;
	margin-right:34px;
}

.main-menu li:last-child a {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	padding: 5px 13px 3px;
	background:#85c901;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#8fd200),color-stop(1,#68b103));
	background:-moz-linear-gradient(center top,#8fd200 0,#68b103 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF8fd200,endColorStr=#FF68b103,GradientType=0)!important;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr=#FF8fd200, endColorStr=#FF68b103, GradientType=0)"!important;
margin-right: 0;
}

.main-menu li:last-child a:hover{background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#7fbe26),color-stop(100%,#59992f));background-image:-webkit-linear-gradient(#7fbe26,#59992f);background-image:-moz-linear-gradient(#7fbe26,#59992f);background-image:-o-linear-gradient(#7fbe26,#59992f);background-image:-ms-linear-gradient(#7fbe26,#59992f);background-image:linear-gradient(#7fbe26,#59992f);}


.main-menu li:last-child a:after {
	content: "";
	margin-left: 0;
	margin-right: 0;
}

.main-menu .current-menu-item a {
	background: rgba(255,255,255.1);
}

.logo {
	margin-top: 3px;
}

/* Index Page */
#home-main .showme {
	margin-top: 50px;
	width: 100%;
	position: absolute;
	top: 0;
}

#home-main h2 {
	color: #fff;
	font-weight: 300;
	text-shadow: 0 3px 2px rgba(0,0,0,.9);
	margin-bottom: 30px;
	font-size: 50px;
}


#deals {
	background: #fff;
}

#home-main .awards {
	margin-top:10%;
	color: #fff;
}

#home-main .awards li {
	margin-bottom: 15px;
	text-shadow: 0 2px 1px rgba(0,0,0,.8);
	font-size: 17px;
}

#about-us {
	
    padding:60px 0;
    width:100%;
    background-repeat: no-repeat;
}

#why-us {
	background-size: auto 100%;
    padding:60px 0;
    width:100%;
    background-repeat: no-repeat;

    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
}

#list-services {
	background-position: center center;
	position: relative;
	background-size: 100% auto;
	box-shadow:0 3px 3px rgba(0,0,0,0.1);
    padding:30px 0 0px 0;
    width:100%;
}

#list-services h2 {
	margin-bottom: 20px;
}

#list-services .column_one_third {
	background: #fff;
}

#list-services .column_one_third h2 {
	background: #000;
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
	text-align: center;
}

#main-header
 {
    background:url(../images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

#pixie{
	position:fixed;
	}

/* ===BLOCKQUOTE WITH RIGHT-ANGLED TRIANGLE=== */

.speech-bubble {
	position:relative;
	padding:10px;
	margin:0 auto;
	color: #fff;
	font-size: 1em;
	text-align: center;
	font-style: italic;
	font-weight: 100;
	line-height: 1.6em;
	max-width: 900px;
	background: rgba(0,0,0,.6);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	}

/* display of quote author (alternatively use a class on the element following the blockquote) */
.speech-bubble + p {
	margin:5px 0 0em 14% !important;
	font-style: normal;
	font-weight: 600;
	font-size: .8em;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 2px 1px rgba(0,0,0,2);
	}

/* creates the triangle */
.speech-bubble:after {
	content:"";
	position:absolute;
	bottom:-10px;
	left:10px;
	border-width:0 10px 10px 0px;
	border-style:solid;
	border-color:transparent rgba(0,0,0,.6);
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
}

.dr-wiseman {
	width:100%;
	height: 365px;
	float:left;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(../images/octavia-wiseman-dentist.png);
}

.deals-header {

}

.deals-header,.sh-green,.sh-red,.sh-blue,.sh-purple {
	margin:0 !important;
	padding:8px 25px;
	font-weight:700;
	text-transform:uppercase;
	font-size:1.538em;
	color:#fff !important;
	position:relative;
	text-shadow:1px 1px 2px #555;
	box-shadow:0 3px 4px rgba(180,180,180,.8);
	background:-webkit-gradient(linear,50% 100%,50% 0,color-stop(0%,rgba(255,255,255,.1)),color-stop(20%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,.3)));
	background:-webkit-linear-gradient(bottom,rgba(255,255,255,.1) 0,rgba(255,255,255,0) 20%,rgba(255,255,255,.3) 100%);
	background:-moz-linear-gradient(bottom,rgba(255,255,255,.1) 0,rgba(255,255,255,0) 20%,rgba(255,255,255,.3) 100%);
	background:-o-linear-gradient(bottom,rgba(255,255,255,.1) 0,rgba(255,255,255,0) 20%,rgba(255,255,255,.3) 100%);
	background:linear-gradient(bottom,rgba(255,255,255,.1) 0,rgba(255,255,255,0) 20%,rgba(255,255,255,.3) 100%);
	background-color:#a99879;
}

.deals-header:after,.sh-green:after,.sh-red:after,.sh-blue:after,.sh-purple:after {
	content:"";
	position:absolute;
	border:1px dashed #fff;
	top:3px;
	left:3px;
	right:3px;
	bottom:3px;
}

.deals-header span,.sh-green span,.sh-red span,.sh-blue span,.sh-purple span {
	font-size:.7em;
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight:400;
	padding-left:10px;
	text-transform:none;
}

.deals-header {
	background-color:#6fab00;
}

.sh-red {
	background-color:#9c160f;
}

.sh-blue {
	background-color:#0c86ae;
}

.sh-purple {
	background-color:#472e64;
}

.deals-container {
	height:227px;
	background:-webkit-gradient(linear,0 0,100% 100%,color-stop(30%,#fff),color-stop(100%,#ece2ed));
	background:-webkit-linear-gradient(left top,#fff 30%,#ece2ed 100%);
	background:-moz-linear-gradient(left top,#fff 30%,#ece2ed 100%);
	background:-o-linear-gradient(left top,#fff 30%,#ece2ed 100%);
	background:linear-gradient(left top,#fff 30%,#ece2ed 100%);
	padding:12px;
	border: 1px solid #8D81A0;
}

.deals-container h3 {
	font-size: 14px !important;
	margin: 0 !important;
}

.deals-container h4 {
	font-size: 36px !important;
	line-height: 50px !important;
	font-family: "Lato";
	text-transform: capitalize;
}

.deals-container p {
	font-size: .8em !important;
	line-height: 1.7em !important;
	margin:10px 0 !important;
}

.deal {
	margin:4px 0 6px;
	height:39px;
	float:left;
	clear:both;
	cursor:pointer;
	min-width: 350px;
}

.deal .button {
	color:#fff;
	font-size:20px;
	padding:12px 14px;
	text-shadow:1px 1px #333;
	background:#0380a7;
	background:-webkit-gradient(linear,50% 100%,50% 0,color-stop(0%,#027191),color-stop(100%,#42adcd)),#0380a7;
	background:-webkit-linear-gradient(bottom,#027191,#42adcd),#0380a7;
	background:-moz-linear-gradient(bottom,#027191,#42adcd),#0380a7;
	background:-o-linear-gradient(bottom,#027191,#42adcd),#0380a7;
	background:linear-gradient(bottom,#027191,#42adcd),#0380a7;
	border:1px solid #28758e;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	box-shadow:2px 0 3px -1px rgba(90,90,90,.9);
	float:left;
	position:relative;
	top:2px;
	left:0;
	z-index:5;
}

.deal .code {
	color:#000;
	font-size:22px;
	margin-top:4px;
	padding:10px 30px 8px 125px;
	border:2px dashed #28758e;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	background-color:#d7eef4;
	position:relative;
}

.deal-bottom {
	background: #8D81A0;
	padding: 10px;
	display: block;
	color: #fff;
}

.deal-bottom input[type=email], .deal-bottom input[type=text], .deal-bottom input[type=submit]  {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background: #fff;
	border:none;
	font-size: 12px;
	line-height: 20px;
	padding: 5px;
	color: #333;
}

.deal-bottom input[type=submit] {
	background: #962839;
	color: #fff;
	font-weight: 700;
}

.logo-img {
	background-color: #fff;
	background-image: url(../images/logo-green.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 227px;
	position: absolute;
	width: 85%;
	display: block;
	padding: 20px;
	box-shadow: 3px 4px 5px rgba(0,0,0,.3);
}

.padding10 {
	padding: 10px;
}

.home-headline span {
	font-family: "Lato";
	color: #DD6572;
	display: block;
	font-weight: 200;
	line-height: 1.2em;
	font-size: 1em;
}

.home-headline {
	margin-bottom: 10px;
}

.home-subheadline {
	font-weight: 500;
	font-size: 1.6em;
	line-height: 1.5;
	color: #79AEA6;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted;
}

.white {
	color: #fff;
}


/****************************************************************************
			Carousel
****************************************************************************/
.carousel-item {
	display: inline;
}


.carousel-item img {
	width: 100%;
	height: 100%;
}

.carousel-item h5 {
	font-size: 1.5em;
	font-family: "Lato";
	line-height: 1.5;
	position: absolute;
	background: rgba(0,0,0,.5);
	float: left;
	width: 200px;
	bottom: 0px;
	padding: 10px 0;
	text-align: center;
	margin: 0;
	color: #fff;
}

.carousel-item a {
	color: #fff;
}


/****************************************************************************
			Header
****************************************************************************/
#menu-offers {
	display: block;
	color: #fff;
	height: 50px;
	margin-left:5px;
	font:normal 13px/50px Arial,Helvetica,Sans-serif;
}

.offer-menu a {
	color: #fff;
}

.offer-menu strong {
	font-size: 15px;
	font-weight: 600;
	color: #f8f8f8;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
}

.offer-menu li a:after {
	content: "|";
	margin-left:5px;
	opacity: .4;
}

.offer-menu li:last-child a:after {
	content: "";
	margin-left: 0;
}

/****************************************************************************
			Free Consultation
****************************************************************************/

#free-consultation .gform_body {
	float:left;
	margin-right:2%;
	position:relative;
	width:74%;
	font-size: 11px;
}

#free-consultation  .gform_footer {
width:23%;
float:left;
position:relative;
}

#free-consultation {
	color: #333;
	padding: 40px 0;
}

#free-consultation  h2 {
	
    font-family: "Lato",sans;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
}

#free-consultation  h2 span {
	display: block;
}

#free-consultation label {

	text-transform: uppercase;
	font-weight: 700;
}

#free-consultation input[type=text], #free-consultation input[type=tel],#free-consultation input[type=email], #free-consultation textarea {
	border:none;
	background: #e3e3e3;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding: 5px 0px;
	text-indent: 5px;
	width: 98%;
	font-size:12px;
}

#free-consultation textarea {
	height: 25px;
	margin: 0;
}

#free-consultation input[type=submit] {
	margin-top:25px;
	background: rgba(0,0,0,.5);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 78px;
	color: #fff;
	line-height: 78px;
	font-size: 14px;
	padding: 0 30px;
	border: none;
}

#free-consultation .gform_validation_container {
	display: none;
}

#free-consultation .gform_fields {
	float: left;
	width: 100%;
}

#free-consultation .gform_fields .column_one_half {
	margin-bottom: 0px;
	margin-top:3px;
}


#work {
	background:#e5f0fb;
	background-size: 100% 100%;
	position: relative;
}

#work h2 {
	color: #FFFFFF;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 30px;
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.9);
}

.rsVideoContainer {
	z-index: 2;
}

#main-footer {
	background:#404d5f;
}

#main-links, #information-library {
	color: #fff;
	text-align: center;
}

#main-links a, #information-library a {
	text-align: right;
	color: #fff;
	text-decoration: none;
	height: 50px;
	margin-left:5px;
	text-shadow: 0 2px 0 rgba(0,0,0,.5);
	font:normal 18px/50px Arial,Helvetica,Sans-serif;

}

#main-links li:after {
	content: "•";
	margin-left: 10px;
}

#information-library a {
	text-align: right;
	color: #fff;
	text-decoration: none;
	margin-left:3px;
	text-shadow: 0 2px 0 rgba(0,0,0,.5);
	font-size:13px;
	font-family:Arial,Helvetica,Sans-serif;
}

#information-library li:after {
	content: "•";
	margin-left: 3px;
}

#main-links li:last-child:after {
	content: "";
	margin-right:0px;
}

#footer {
	background: rgba(0,0,0,.3);
	color: #ccc;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	font:normal 14px/20px Arial,Helvetica,Sans-serif;
}

#footer a {
	color: #fff;
}




#footer h3 {
	font-size: 15px;
	margin-bottom: 15px;
	padding-bottom: 0px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	text-transform: uppercase;
	font-weight: 700;
}

#copyright {
	color: rgba(255,255,255.8);
}

#copyright a {
	color: #fff;
}

.alignright {
	text-align: right;
	float: right;
}

.stories li {
	display: block;
	margin-bottom: 10px;
}

.floating-informer {
	height: 30px;
	position:fixed;
	bottom:0;
	right: 10px;
	z-index: 999;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	 background: #444444;
  background: -moz-linear-gradient(top,  #444444 0%, #1c1c1c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#1c1c1c));
  background: -webkit-linear-gradient(top,  #444444 0%,#1c1c1c 100%);
  background: -o-linear-gradient(top,  #444444 0%,#1c1c1c 100%);
  background: -ms-linear-gradient(top,  #444444 0%,#1c1c1c 100%);
  background: linear-gradient(to bottom,  #444444 0%,#1c1c1c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#1c1c1c',GradientType=0 );
  border: 1px solid #2a2a2a;
}

.floating-informer li {
	padding: 5px 5px 10px;
	height: 30px;
	float: left;
}

.floating-informer li:hover {
	 background: #686868;
    background: -moz-linear-gradient(top,  #686868 0%, #1c1c1c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#686868), color-stop(100%,#1c1c1c));
    background: -webkit-linear-gradient(top,  #686868 0%,#1c1c1c 100%);
    background: -o-linear-gradient(top,  #686868 0%,#1c1c1c 100%);
    background: -ms-linear-gradient(top,  #686868 0%,#1c1c1c 100%);
    background: linear-gradient(to bottom,  #686868 0%,#1c1c1c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#1c1c1c',GradientType=0 );
}

.floating-informer .ask-me {
	margin-left: -30px;
    position: relative;
    top: -61px;
    height: 90px;
    width: 115px;
}

.floating-informer li:hover.ask-me {
	background: none;
}

#singlepage p {
	margin-bottom: 10px;
}

.latest-coupons li {
	margin: 10px 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.column_one_third h3 {
	margin-bottom: 0px;
	margin-top: 30px;
}

#information-library form, .lbry form  {
	width: 360px;
	margin-bottom: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:none;
	background: rgba(255,255,255,.2);
	padding: 1px;
}

.lbry form  {
	background: #f4f4f4;
}

#information-library input[type='text'], .lbry input[type='text'] {
	width: 320px;
	background: none;
	color: #ddd;
	display: inline-block;
	border:none;
	font-size: 14px;
}

.lbry input[type='text'] {
	color: #000;
}

#information-library button, .lbry button {
	display: inline-block;
	border: none;
	background: #000;
	padding: 5px 8px;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius:  0 4px 4px 0;
	border-radius:  0 4px 4px 0;
	color: #fff;
}

.lbry {
	text-align: center;
}

.lbry li:after {
	content: "•";
	margin-left: 10px;
}

.lbry a {
	text-align: right;
	text-decoration: none;
	margin-left:3px;
	font-size:13px;
}

.lbry li:after {
	content: "•";
	margin-left: 3px;
}