/* ====================================================================
>>> TABLE OF CONTENTS:
=======================================================================
	1.0 Reset
	2.0 Typography
	3.0 Elements
	4.0 Forms
	5.0 Navigation
	6.0 Accessibility
	7.0 Alignments
	8.0 Clearings
	9.0 Layout
	10.0 Footer
	11.0 Media
	12.0 Fonts
	13.0 Responsive Styling
=======================================================================*/


/* ====================================================================
1.0 Reset
=======================================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	margin:0;
}

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

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

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

[hidden],template {
	display:none;
}

a {
	background-color:transparent;
}

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

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

b,strong {
	font-weight:700;
}

dfn {
	font-style:italic;
}

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

small {
	font-size:80%;
}

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

sup {
	top:-.5em;
}

sub {
	bottom:-.25em;
}

img {
	border:0;
}

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

figure {
	margin:1em 40px;
}

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

pre {
	overflow:auto;
}

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

button,input,optgroup,select,textarea {
	color:inherit;
	font:inherit;
	margin:0;
}

button {
	overflow:visible;
}

button,select {
	text-transform:none;
}

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

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

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

input {
	line-height:normal;
}

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

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

input[type="search"] {
	-webkit-appearance:textfield;
	box-sizing:content-box;
}

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

fieldset {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em;
}

legend {
	border:0;
	padding:0;
}

textarea {
	overflow:auto;
}

optgroup {
	font-weight:700;
}

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

td,th {
	padding:0;
}


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

body,button,input,select,textarea {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-style:normal;
	color:#404040;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.5;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	font-style:normal;
	clear:both;
	color: #555E58;
	margin: 0;
}

h1 {
	font-size:60px;
	font-size:6rem;
	margin:.67em 0;
	line-height: 1.2;
}

h2 {
	font-size: 36pt;
	font-size: 3.6rem;
	line-height: 1.3;
	margin-bottom: 40px;
}

h3 {
	font-size: 24pt;
	font-size: 2.4rem;
	line-height: 1.3;
	margin: 20px 0;
}

h4 {
	font-size: 22pt;
	font-size: 2.2rem;
	font-weight: 600;
	color: #00A9A1;
	text-align: center;
}

p {
	margin-bottom:1.5em;
}

dfn,cite,em,i {
	font-style:italic;
}

blockquote {
	margin:0 1.5em;
}

address {
	margin:0 0 1.5em;
}

pre {
	background:#eee;
	font-family:"Courier 10 Pitch",Courier,monospace;
	font-size:15px;
	font-size:1.5rem;
	line-height:1.6;
	margin-bottom:1.6em;
	max-width:100%;
	overflow:auto;
	padding:1.6em;
}

code,kbd,tt,var {
	font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
	font-size:15px;
	font-size:1.5rem;
}

abbr,acronym {
	border-bottom:1px dotted #666;
	cursor:help;
}

mark,ins {
	background:#fff9c0;
	text-decoration:none;
}

big {
	font-size:125%;
}

.bold {
	font-weight: 400;
	margin-bottom: 0;
}

.divider {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}


/* ====================================================================
3.0 Elements
=======================================================================*/

html {
	box-sizing:border-box;
}

*,:before,:after {
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing:inherit;
}

body {
	background:#fff;
/* Fallback for when there is no custom background color defined. */
	font-weight: 300;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:"";
}

blockquote,q {
	quotes:"" "";
}

hr {
	background-color:#ccc;
	border:0;
	height:1px;
	margin-bottom:1.5em;
}

ul,ol {
	margin:0 0 1.5em 3em;
}

ul {
	list-style:disc;
}

ol {
	list-style:decimal;
}

li > ul,li > ol {
	margin-bottom:0;
	margin-left:1.5em;
}

dt {
	font-weight:700;
}

dd {
	margin:0 1.5em 1.5em;
}

img {
	height:auto;
/* Make sure images are scaled correctly. */
	max-width:100%;
/* Adhere to container width. */
}

table {
	margin:0 0 1.5em;
	width:100%;
}


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

.link-button,
input.submit,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius:3px;
	background:#333;
	color:#e6e6e6;
	font-size:12px;
	font-size:1.2rem;
	line-height:1;
	padding:.6em 1em .4em;
	text-align: center;
	font-weight:700;
	font-style:normal;
	cursor: pointer;
	-webkit-appearance: none;
	border: none;
}

.link-button,
input.submit:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #333;
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color:#aaa #bbb #bbb;
	box-shadow:inset 0 -1px 0 rgba(255,255,255,0.5),inset 0 2px 5px rgba(0,0,0,0.15);
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color:#666;
	border:1px solid #ccc;
	border-radius:3px;
	margin-bottom: 8px;
	width: 100%;
	background: #edf4f4;
}

input[type="text"]:focus,
input[type="tel"],
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color:#111;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding:6px;
}

textarea {
	padding-left:3px;
	width:100%;
}

.link-button,
input.submit {
	padding: 10px 20px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	margin-top: 10px;
	background: #00A9A1;
	color: #fff;
}

.form {
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
	padding: 0 30px;
}

.form h2 {
	margin-bottom: 0;
}

.form h3 {
	margin: 0 0 30px;
}

.form .g-recaptcha div:first-child {
	margin: 0 auto;
}

.form section {
	padding: 80px 0 150px;
}

/* ====================================================================
5.0 Nav Links
=======================================================================*/

a {
	color: #00A9A1;
	text-decoration:none;
}

a:visited {
}

a:hover,a:focus,a:active,
#nav a:hover {
	color:#333;
}

a:focus {
	outline:thin dotted;
}

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

.more-info {
	text-align: center !important;
	display: block;
	margin-top: 60px;
}

nav {
/*
	float: right;
	padding: 30px 20px 0;
*/
}

nav a {
	display: inline-block;
	padding-right: 30px;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
}

.scrollheader nav {
	margin-right: 80px;
	padding-top: 10px;
}

.links {
	max-width: 960px;
	margin: 60px auto 0;
	text-align: center
}

.links .link-button {
	margin-right: 20px;
	display: inline-block;
	width: 110px;
}

.links .link-button:last-of-type {
	margin-right: 0;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
    text-align: right;
}

.topnav.responsive {
	padding-bottom: 15px;
}

/* Style the links inside the navigation bar */
.topnav a {
/*     float: right; */
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #666;
    color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}



/* ====================================================================
6.0 Accessibility
=======================================================================*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip:rect(1px,1px,1px,1px);
	position:absolute!important;
	height:1px;
	width:1px;
	overflow:hidden;
}

.screen-reader-text:hover,.screen-reader-text:active,.screen-reader-text:focus {
	background-color:#f1f1f1;
	border-radius:3px;
	box-shadow:0 0 2px 2px rgba(0,0,0,0.6);
	clip:auto!important;
	color:#21759b;
	display:block;
	font-size:14px;
	font-size:1.4rem;
	font-weight:700;
	height:auto;
	left:5px;
	line-height:normal;
	padding:15px 23px 14px;
	text-decoration:none;
	top:5px;
	width:auto;
	z-index:100000;
/* Above WP toolbar. */
}


/* ====================================================================
7.0 Alignments
=======================================================================*/

.alignleft {
	display:inline;
	float:left;
	margin-right:1.5em;
}

.alignright {
	display:inline;
	float:right;
	margin-left:1.5em;
}

.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}


/* ====================================================================
8.0 Clearings
=======================================================================*/

.clearfix:before,.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

.clearfix {
	*zoom:1;
}

.clear {
	clear: both;
}


/* ====================================================================
9.0 Layout
=======================================================================*/

/*	Sections
	-----------------------*/

section {
	max-width:780px;
	margin: 0 auto;
	padding: 115px 30px 85px 30px;
}

.panel {
	width:100%;
}

.panel.green {
	background: #00A9A1;
}

.panel.grey {
	background: #f3f3f3;
}

.panel.dark {
	background: #404f59;
	text-align: center;
	padding: 40px;
	color: #8a9494;
}

.panel.dark section {
	padding-top: 40px;
	padding-bottom: 40px;
}


/*	Header
	-----------------------*/

.panel.header {
	width: 100%;
	height: 80px;
	background: #00A9A1;
	padding: 10px 0 20px 0;
	padding-left: 5%;
}

.panel.header .mobile {
	display: none;
}
/*
.panel.header img {
	height: 54px;
	width: 257px;
}
*/

.panel.scrollheader {
	display: none;
	position: fixed;
	width: 100%;
	height: 60px;
	background: #00A9A1;
	padding: 10px 0 20px 0;
	padding-left: 10%;
	top: 0;
	z-index: 9999;

	/* animation
	---------------------------------------------------- */
	opacity:1;
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	-o-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	/* Time for image to fade in
	---------------------------------------------------- */
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;

	/* Time for image to be delayed
	---------------------------------------------------- */
	-webkit-animation-delay:0s;
	-moz-animation-delay:0s;
	-o-animation-delay:0s;
	animation-delay:0s;
}

	/* Key Frames
	---------------------------------------------------- */
	@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
	@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
	@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
	@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }


.panel.scrollheader.scrolled {
	display: block;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

/*
.panel.scrollheader.scrolled img {
	height: 30px;
}
*/

#topbutton {
	height: 60px;
	width: 80px;
	background: #555E58;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 60px;
}

#topbutton a {
	color: #fff;
}

/*
.panel.brand {
	background-color: #777777;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  	background-color: #00A9A1;
	position: relative;
	-ms-behavior: url(backgroundsize.min.htc);
	z-index: 50;
}
*/

.panel.brand {
  	background-color: #00A9A1;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}

/*
.ie .panel.brand {
	height: 350px;
}

.ie .panel.brand img {
	width: 100%;
}
*/

#title {
	position: relative;
	width: 100%;
    height: 350px;
    overflow: hidden;
    background: #080806;
}

#title h1 {
	color: #fff;
	margin: 0 auto;
	max-width: 350px;
	position: absolute;
	top: 30px;
	right: 30px;
	text-align: right;
	font-size: 42px;
}

#title img {
	width: 2000px;
	max-width: 2000px;
}

.scroll p {
	color: #fff;
	padding: 0 30px;
}

.scroll {
	position: absolute;
	text-align: center;
	bottom: 30px;
	width: 100%;
}

.scroll p {
	margin-bottom: 0.5em;
}


/*	Call to action
	-----------------------*/

#callNow {
	height: 350px;
	background-image: linear-gradient( #404f59, #00A9A1 );
	padding-top: 30px;
	padding-left: 30px;
	max-width: 780px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#callNow img {
	position: absolute;
	bottom: -10px;
	right: 0;
	width: 250px;
}

#callNow h3 {
	color: #EFB630;
	font-style: italic;
	font-weight: 400;
	font-size: 30px;
}

#callNow p {
	margin: 0;
	font-weight: 400;
	font-size: 20px;
	color: rgba(255,255,255,0.6)
}

#callNow p a {
	color: #fff !important;
}

#callNow p.black {
	color: #000;

}


/* 	Gallery section
	-----------------------*/

.gallery {
/* 	background: #404f59; */
/* 	display: flex; */
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
	margin: 0 auto;
}

.gallery img {
	width: 1920px;
	max-width: 1920px;
}


/*	Checklist
	-----------------------*/

ul.checklist {
   list-style: none;
   margin-left: 0;
   padding-left: 2em;
   text-indent: -2em;
}

ul.checklist li {
	margin-bottom: 20px;
}

ul.checklist li span {
	font-weight: 400;
	color: #00A9A1;
	font-size: 18px;
}


/*	Testamonials
	-----------------------*/

.quotes {
	min-height: 362px;
}

.quote {
	font-size: 24px;
	text-align: center;
}

.quotes .quote strong {
	font-size: 18px;
}


/* 	Shop section
	-----------------------*/

.shop {
	text-align: center;
}

.shop section {
	padding-top: 0;
}

.shop .wrapper {
	position: relative;
	top: -50px;
}

.shop h2 {
	margin: 30px 0;
}


/* 	Franchise section
	-----------------------*/

.panel.franchise {
  	background-color: #333;
  	position: relative;
	display: block;
	z-index: 50;
}

.panel.franchise::after {
	content: "";
	background: url("selectfranchise/images-franchise/start-your-own-business-sean.jpg") no-repeat center top ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 0.5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}

.panel.franchise section {
	padding-bottom: 70px;
}

.panel.franchise .wrapper {
	text-align: center;
}

.panel.franchise h2 {
	color: #EFB630;
}

.panel.franchise p {
	color: #fff;
}

.panel.franchise .link-button {
	background: #EFB630;
	color: #333;
	margin-bottom: 140px;
}



/* 	Price table 
	-----------------------*/

h2.tableTitle {
	color: #fff;
	margin-bottom: 30px;
}

.table {
	display: block;
	font-size: 14px;
}

.table .tr.th {
	display: block;
	background-color: #00A9A1 !important;
	color: #fff;
	font-weight: bold;
}

.table .tr:nth-child(odd) {
	background-color: #e3e3e3;
}

.table .tr {
	display: block;
	background-color: #f3f3f3;
}

.table .td {
	display: inline-block;
	padding: 2%;
	text-align: left;
	vertical-align: text-top
}

.table .cell1 {
	width: 30%;
}

.table .cell2, .table .cell3 {
	width: 34%;
}

.table .tr .cell1 {
	font-weight: 600;
	color: #666;
}

.table .tr.th .cell1 {
	color: #fff;
}

.table .tr:last-child .td {
	border: 0;
}

.table .td ul {
	list-style-position: outside; 
	padding-left: 0;
	margin: 0;
	color: #000;
	font-weight: 400 !important;
}

.table .td li.note {
	list-style: none;
	font-size: 90%;
	font-style: italic;
	padding-top: 5px;
	padding-left: 0;
}

p.tf {
	margin-top: 30px;
	font-size: 12px;
}

.faq .bold {
	color: #00A9A1;
}


/* NEW price table
	-----------------------*/

.pricelist .td.cell3 .price {
	display: block;
	width: 100%;
	padding: 5px;
	background-color: #fff;
	margin-right: 3px;
	margin-bottom: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #F9CACA;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: right;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.pricelist .td.cell3 .price::before,
.pricelist .td.cell3 .note::before {
	display: none;
}

.pricelist .td.cell3 .price span {
	font-size: 22px;
	color: #DA1F26;
}

.pricelist .td.cell3 .price span::before {
	content: "from ";
	font-size: 9px;
	margin-right: 5px;
	margin-left: 10px;
}

.pricelist li { 
  display: block;
  padding-left: 1.5em;
}

.pricelist li:before { 
  content: "• "; 
  display:inline-block;
  width: 1em;
  margin-left: -1em;
}


@media screen and (max-width: 767px) {
	.pricelist .td.cell3 .price {
		display: inline-block;
		width: 78px;
		text-align: center;
	}
	
	.pricelist .td.cell3 .price span {
		font-size: 20px;
		width: 100%;
		display: block;
		margin-top: 10px;
	}
	
	.pricelist .td.cell3 .price span::before {
	  content: "from ";
	  font-size: 8px;
	  display: block;
	}
}


/* ====================================================================
10.0 Footer
=======================================================================*/

/*
.panel.dark.footer {
	position: absolute;
	bottom: 0;
}
*/

footer p.strapline {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 200;
	font-style: italic;
	color: #00A9A1;
	margin-bottom: 20px;
}

footer img {
	margin-bottom: 20px;
}

footer .socialbuttons img {
	padding-right: 10px;
}

footer #footer-nav a {
	font-size: 12px;
	color: #fff;
}

footer #footer-nav a:hover {
	opacity: 0.5;
}

footer #footer-nav a:after {
	content: " | ";
	opacity: 0.5;
	padding: 0 3px;
}

footer #footer-nav a:last-of-type:after {
	content: "";
}


/* ====================================================================
11.0 Media
=======================================================================*/

/* Make sure embeds and iframes fit their containers. */
embed,iframe,object {
	max-width:100%;
}


/* ====================================================================
12.0 Icon Font
=======================================================================*/

@font-face {
	font-family: 'ElegantIcons';
	src:url('fonts/ElegantIcons.eot');
	src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('fonts/ElegantIcons.woff') format('woff'),
		url('fonts/ElegantIcons.ttf') format('truetype'),
		url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before,
.arrow_carrot-left_alt2:before,
.arrow_carrot-down_alt2:before,
.arrow_carrot-up_alt2:before,
ul.checklist li:before {
	font-family: 'ElegantIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.arrow_carrot-down_alt2:before { content: "\3b"; font-size: 40px; font-size: 4rem; }
.arrow_carrot-up_alt2:before { content: "\3a"; margin-right: 5px; font-size: 2rem; vertical-align: -10%; }
.arrow_carrot-left_alt2:before { content: "\3c"; margin-right: 5px; font-size: 2rem; vertical-align: -10%; }
ul.checklist li:before { content: "\5a"; position: relative; padding-right: 8px; font-size: 24px; top: 7px; }


/* ====================================================================
13.0 Responsive Styling
=======================================================================*/

@media screen and (min-width: 1025px) {
	#title {
		width: 65%;
		float: left;
	}
	#title h1 {
/* 		left: 450px; */
		top: 80px;
	}
	#callNow img {
		width: 250px;
	}
	#callNow {
		width: 35%;
		float: left;
	}
}
@media screen and (min-width: 1600px) {
	#callNow img {
		width: 320px;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
	#title img {
		position: absolute;
		left: -100px;
	}
	#title h1 {
		font-size: 36px;
		width: 300px;
		top: 80px
	}
	#callNow img {
		width: 180px;
	}
	#callNow h3 {
		font-size: 26px;
	}
}
@media screen and (max-width: 1024px) {
	#callNow {
		height: 160px;
		margin: 0;
		width: 100%;
		max-width: 100%;
		padding-top: 0;
		overflow: visible;
	}
	#callNow .wrapper {
		height: 100%;
		float: left;
		padding: 20px;
		width: 238px;
	}
	#callNow .wrapper.phones {
		width: 300px;
	}
	#callNow h3 {
		margin: 0;
	}
	#callNow img {
		bottom: 0;
	}
	.gallery img {
    	width: 1024px;
    	max-width: 1024px;
	}	
}
@media screen and (max-width: 767px) {
	body {
		font-weight: 400;
		color: #666;
	}
	p, ul.checklist li {
		font-size: 18px !important;
	}
	ul.checklist li span {
		font-weight: 600;
	}
	h2 {
		font-size: 48pt;
		font-size: 4.8rem;
	}
	h3 {
		font-size: 24pt;
		font-size: 2.4rem;
	}
	h4 {
		font-size: 22pt;
		font-size: 2.2rem;
	}
	#title {
		height: 175px;
	}
	#title h1 {
		width: 420px;
		font-size: 32px;
		font-size: 3.2rem;
	}
	#title img {
		left: 0px;
		position: relative;
		width: 1000px;
		max-width: 1000px;
	}
	.panel.header {
		height: 70px;
		padding-left: 0;
	}
	.panel.header nav {
		float: none;
		padding: 20px 0px 10px;
		margin: 0;
	}
	.panel.header img {
/*
		height: 42px;
		width: 200px;
*/
		margin-left: 50px;
	}
	.panel.header .desktop {
		display: none;
	}
	.panel.header .mobile {
		display: block;
	}
	#callNow {
		height: 250px;
	}
	#callNow .wrapper {
		float: none;
		width: 100%;
		height: auto;
		padding-bottom: 0;
		
	}
	.gallery img {
    	width: 880px;
    	max-width: 880px;
	}
	.table {
		padding: 10px;
	}
	.table .tr.th {
		display: none;
	}
	.table .tr .cell1,
	.table .tr .cell2,
	.table .tr .cell3 {
		padding: 10px 20px;
	}
	.table .tr .cell1,
	.table .tr .cell2,
	.table .tr .cell3 {
		width: 100%;
		display: block;
	}
	.table .tr .cell1 {
		background: #00A9A1;
		color: #fff;
	}
	.table .tr .cell3 {
		border-top: 1px dotted #ccc;
	}
	.table .td ul {
		list-style-position: inside;
	}
	.table .tr:nth-child(odd) {
		background-color: #fff;
	}
}
@media screen and (max-width: 700px) {
	.table .cell1 {
		width: 98%;
		clear: both;
		display: inline-table;
	}
	.table .cell2, .table .cell3 {
		display: inline-table;
		width: 42%;
	}
}
@media screen and (max-width: 600px) {
	/*   .topnav a:not(:first-child) {display: none;} */
	.topnav a { display: none; }
	.topnav a.icon {
		float: right;
		display: block;
	}
	.topnav.responsive {position: relative;}
	.topnav.responsive a.icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	#title img {
		left: -30px
	}
	#title h1 {
		max-width: 300px;
	}
  	.panel.header {
		text-align: center;
	}
	.panel.header img {
		margin-left: 0;
	}
	#callNow img {
		width: 200px;
	}
}
@media screen and (max-width: 480px) {
	h1, h2, h3, h4 {
		font-weight: 400;
	}
	h1 {
		font-size: 38px;
		font-size: 3.8rem;
	}
	h2 {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 1.1;
	}
	h3 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	h4 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	h2 {
		font-size: 32pt;
		font-size: 3.2rem;
		margin-bottom: 25px;
	}
	h3 {
		font-size: 20pt;
		font-size: 2rem;
	}
	h4 {
		font-size: 18pt;
		font-size: 1.8rem;
	}
	.topnav {
		background-color: #00A9A1;
		position: absolute;
		right: 0;
	}
	.panel.header .mobile {
		text-align: left;
		padding-left: 20px; 
	}
	.topnav.responsive {
		position: absolute;
		left: 0;
		top:0;
		z-index: 9999;
	}
	.topnav a.icon {
		font-size: 26px;
	}
	.topnav a:hover {
		background: none;
	}
	#title {
		background: #404f59;
		height: 105px;
		margin-bottom: 235px;
	}
	#title img {
		opacity: 0.4;
	}
	#title h1 {
		width: 100%;
		max-width: 100%;		
		font-size: 20px;
		font-size: 2.0rem;
		text-align: center;
		right: 0;
		padding: 0 30px;
	}
	section {
		padding: 50px 20px 25px 20px;
	}
	#callNow {
		padding-left: 15px;
		overflow: hidden;
		height: 160px;
	}
	#callNow .wrapper {
		padding-left: 0;
	}
	#callNow .wrapper.phones {
		padding-right: 0;
		padding-top: 0;
		width: 265px;
	}
	#callNow img {
		width: 170px;
	}
	#callNow h3 {
		font-size: 22px;
	}
	#callNow p {
		line-height: 120%;
		margin-top: 10px;
	}
	#callNow p.black {
		display: none;
	}
	#callNow .wrapper.phones {
		background: #EFB630;
		width: 200px;
		border-radius: 4px;
		padding: 0;
	}
	#callNow .wrapper.phones p {
		padding: 20px;
		padding-top: 10px;
		color: #fff;
		line-height: 150%
	}
	#callNow .wrapper.phones a {
		font-size: 26px;
		color: #333 !important;
	}

  /* multi-line phone numbers on mobile */
  #callNow.multi {
    height: 175px;
  }
	#callNow .wrapper.phones.multi {
    width: 230px;
    padding: 5px 10px;
    margin-top: 8px;
  }
	#callNow .wrapper.phones.multi p {
    padding: 3px 0;
    line-height: 100%;
    margin: 0;
  }
	#callNow .wrapper.phones.multi a {
		font-size: 18px;
		color: #333 !important;
	}

	#callNow ul {
		margin: 0 0 1.5em 1.1em;
	}
	.gallery img {
    	width: 750px;
    	max-width: 750px;
	}
	#navForm {
		position: absolute;
		top: 175px;
		background: #fff;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	#navForm.step2 {
		position: inherit;
	}
	#navForm.step2 p {
		margin-bottom: 0;
	}
	#navForm section {
		padding: 20px;
	}
	#navForm.form section {
		padding-top: 20px !important;
	}
	#navForm h3 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.panel.thanks section {
		margin-bottom: 60px;
	}
	#navPrices section {
		padding-left: 0;
		padding-right: 0;
	}
	#navPrices .table {
		padding: 0;
	}
}
@media screen and (max-width: 375px) {
	h2 {
		font-size: 25px;
		font-size: 2.5rem;
	}
	.panel.scrollheader nav {
		display: none;
	}
	.panel.dark {
		padding: 15px !important;
	}
	#callNow h3 {
		font-size: 22px;
	}
	#callNow p {
		font-size: 16px;
	}
	#callNow img {
		right: -30px;
	}
	.gallery img {
    	width: 650px;
    	max-width: 650px;
	}
	.links .link-button {
		font-size: 14px;
		padding: 10px;
		margin-right: 10px;
		display: inline-block;
		width: 70px;
	}
	.quote {
		font-size: 18px;
	}
	.form section {
		padding-bottom: 80px;
	}
}
