/*
Theme Name: potential
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: potential
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

potential is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
.clearall, .clearfix:after {
    content: ".";
	display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	margin: 0;
}
img{
	height: auto;
	max-width: 100%;
}
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: bold;
}

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: -0.5em;
}

sub {
	bottom: -0.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: 1em;
}

.button{line-height: 1; height: auto;}

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

.buttonred1 {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 120%;
  margin: 4px 2px;
  cursor: pointer;
  text-transform: uppercase;
 font-family: 'galano_grotesquebold';
	float:right;
}

.buttonred {background-color: #eb3300;} /* Red */
.buttonred:hover {background-color: #009581;} 
.button {line-height:1!important; height:auto!important;}

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 #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}


/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

a.button, a.button:link, a.button:active, a.button:visited{
	display:block;
	padding-left:18px;
	padding-right:18px;
	padding-top:15px;
	padding-bottom:15px;
	color:#FFF;
	text-transform:uppercase;
	background-color:#eb3300;
	text-decoration:none;
	font-size:18px;
	margin-top:20px;
	margin-bottom:20px;
	font-family: "galano_grotesquebold";
}
a.button:hover{
	background-color:#009581;
}
a.button-orange, a.button-orange:link, a.button-orange:active, a.button-orange:visited{
	display:block;
	padding-left:18px;
	padding-right:18px;
	padding-top:15px;
	padding-bottom:15px;
	color:#FFF;
	text-transform:uppercase;
	background-color:#eb3300;
	text-decoration:none;
	font-size:18px;
	margin-top:20px;
	margin-bottom:20px;
}
a.button-orange:hover{
	background-color:#eb3300;
}
a.button-green, a.button-green:link, a.button-green:active, a.button-green:visited{
	display:block;
	padding-left:18px;
	padding-right:18px;
	padding-top:15px;
	padding-bottom:15px;
	color:#FFF;
	text-transform:uppercase;
	background-color:#009480;
	text-decoration:none;
	font-size:18px;
	margin-top:20px;
	margin-bottom:20px;
}
a.button-green:hover{
	background-color:#009480;
}
.page-template-page-forms a.button, .page-template-page-forms a.button:link, .page-template-page-forms a.button:active, .page-template-page-forms a.button a.button:visited {
    font-size: 22px;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header#masthead{
	background-color: #009581;
}
.max{
	max-width:1000px;
	margin: auto;
	position:relative;
	padding-left:20px;
	padding-right:20px;
}
img.logo{
	float:left;
	padding-top:25px;
	padding-bottom:10px;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.flexslider {
    border: none!important;
    border-radius: 0!important;
    box-shadow: none!important;
    margin: 0!important;
}
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'galano_grotesquebold';
    src: url('fonts/galanogrotesque-bold-webfont.eot');
    src: url('fonts/galanogrotesque-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/galanogrotesque-bold-webfont.woff2') format('woff2'),
         url('fonts/galanogrotesque-bold-webfont.woff') format('woff'),
         url('fonts/galanogrotesque-bold-webfont.ttf') format('truetype'),
         url('fonts/galanogrotesque-bold-webfont.svg#galano_grotesquebold') format('svg');
    font-weight: normal;
    font-style: normal;

}




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

}




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

}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
input,
select,
textarea {
	color: #404040;
	font-family: "galano_grotesqueregular";
	font-size: 14px;
	line-height: 1.5;
}
button {
font-family: "galano_grotesquebold";
font-weight:normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h1{
	font-family: 'galano_grotesquebold';
	font-size:36px;
	color:#009581;
	font-weight:normal;
	margin-bottom:5px;
	text-transform:uppercase;
}
.home .entry-header h1{
	font-family: 'santelia_scriptregular';
	font-size:60px;
	color:#eb3300;
	font-weight:normal;
	text-align:center;
	margin:0;
	line-height:60px;
	text-transform:none;
}
.home .entry-content p{
	font-family: 'santelia_scriptregular';
	font-size:18px;
	font-weight:normal;
	text-align:center;
	margin-top:0;
}
.home .entry-content p a{
	font-family: 'santelia_scriptregular';
	font-size:24px;
	color:#eb3300;
	font-weight:normal;
}

h2{
	font-family: 'galano_grotesquebold';
	font-size:24px;
	color:#666666;
	font-weight:normal;
	margin-bottom:15px;
}

p {
	margin-bottom: 1.5em;
	font-size:14px;
	font-family: 'galano_grotesqueregular';
	color: #666666;
}
p.lead{
	font-size:18px;
}

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: 0.9375rem;
	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: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# 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. */
}

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: bold;
}

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%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
form{
	font-family: "galano_grotesqueregular";
	font-size:14px;
	width:50%;
}
.form-left{
	float:left;
}
.form-right{
	float:left;
}
.wpcf7-list-item{
	display:block;
}
.wpcf7-text, select, wpcf7-textarea, .wpcf7dtx-dynamictext{
	width:100%!important;
}
.wpcf7-textarea{
	padding: 18px;
}
.wpcf7-recaptcha{
	float:left;
}
.wpcf7-submit{
	float:left;
	margin-left:26px;
	margin-top:15px;
	font-family: "galano_grotesquebold";
    font-weight:normal;
}
div.wpcf7-validation-errors {
    border: 2px solid #eb3300!important;
}
div.wpcf7-response-output {
	padding: 20px!important;
	margin-top: 20px!important;
	margin-right: 0px!important;
	margin-bottom: 20px!important;
	margin-left: 0!important;
}

label{
    font-family: "galano_grotesqueregular";
    font-weight:normal;
	font-size:18px;
	color:#009581;
	display:block;
	padding-bottom:5px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display:block;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
	color:#FFF;
	text-transform:uppercase;
	background-color:#eb3300;
	text-decoration:none;
	font-size:18px;
	margin-top:20px;
	margin-bottom:20px;
	border:none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color:#009581;
}

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="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
}

select {
	border: 1px solid #ccc;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;	
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	font-family: "galano_grotesqueregular";
	font-size:14px;
}

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a, a:active {
	color:#505759;
}

a:hover,
a:focus {
	color: #eb3300;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
p a, a:visited, a:active, strong {
	font-family: 'galano_grotesquebold';
	font-weight:normal;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
nav.top-menu{
	top:32px;
	float:right;
	display: block;
}
nav.top-menu ul{
	line-height:14px;
	padding-left:0;
}
nav.top-menu li{
	float: left;
	position: relative;
	list-style:none;
	font-family: 'galano_grotesquebold';
	font-size:14px;
	font-weight:normal;
}
.top-menu li.menu-item-19 {
	background-image:url(images/divide-small.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:30px;
	margin-left:20px;
}
nav.top-menu li a{
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}
nav#site-navigation{
	float:right;
}
.main-navigation {
	clear: both;
	display: block;
	float: left;
	position:absolute;
	top:50px;
	right:20px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	margin-top:0;
	margin-bottom:0;
}




.main-navigation li {
	float: left;
	position: relative;
	font-family: 'galano_grotesquebold';
	font-size:36px;
	font-weight:normal;
	padding-bottom:12px;
}
.main-navigation li li {
	padding-bottom:0;
}
.main-navigation li.menu-item-49 {
	background-image:url(images/divide.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:60px;
	margin-left:40px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color:#FFF;
	text-transform:uppercase
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	/*top: 1.7em;*/
	top: 56px;
	left: -999em;
	z-index: 99999;
	padding-top: 5px;
	padding-bottom: 5px;
	/*background-color:#FF3300!important;
	color:#FFF!important;*/
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 170px;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
	padding-top:6px;
	padding-bottom:6px;
	color:#009581!important;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color:#fff!important;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
	text-decoration:none;
	color:#FFF;
	background-color:#eb3300;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 100px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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: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: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.home-widgets li.widget{
	list-style:none;
}
.home-widgets li.widget h3{
	font-size:24px;
	font-family: 'galano_grotesquebold';
	font-weight:normal;
	color:#009581;
	line-height:28px;
}
.home-widgets li.widget ul{
	font-size:14px;
	font-family: 'galano_grotesqueregular';
	color: #666666;
	margin-left:0;
	padding-left:24px;
	font-weight:normal;
}
.home-widgets li#text-5{
	float:left;	
	width:30%;
	margin-right:5%;
}
.home-widgets li#text-7{
	float:left;	
	width:30%;
	margin-right:5%;
}
.home-widgets li#text-8{
	float:left;	
	width:30%;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

.ms-bullets.ms-dir-h {
    bottom:-18px!important;
}
.ms-slide-info.ms-dir-h {
	text-align:center!important;
	bottom:20px!important;
}
.caption{
	font-family: 'santelia_scriptregular';
	font-size:60px;
	color:#fff;
	font-weight:normal;
}
.ms-slide-info.ms-dir-h p {
    width: 70%!important;
	line-height:1.1!important;
	margin:auto!important;
}
.ms-slide-info.ms-dir-h a.button{
	width:380px;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	margin-bottom:70px;
	font-family: 'galano_grotesquebold';
	font-weight:normal;
	font-size:24px;
}
.ms-skin-default .ms-bullets-count .ms-bullet {
	height: 32px!important;
	margin: 1px!important;
	width: 32px!important;
	background-image: url(images/light-skin-1.png)!important;
	background-repeat: no-repeat!important;
	background-position: 0px -32px!important;
}
.ms-skin-default .ms-bullets-count .ms-bullet-selected {
    background-position: 0px -0px!important;
}
  
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-content{
	max-width:1000px;
	margin:auto;
	padding-top:40px;
	padding-left:20px;
	padding-right:20px;
}
.entry-content{
	margin-top:10px!important;
}
.content-left{
	float:left;
	width:48%;
}
.content-right{
	float:right;
	width:48%;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

ul.service-headlines{
	padding-left:0;
	margin:0;
	text-align:center;
	max-width:740px;
	margin:auto;
	padding-top:25px;
}
ul.service-headlines li{
	padding-left:0px;
	padding-right:10px;
	font-family: 'santelia_scriptregular';
	font-size:24px;
	font-weight:normal;
	list-style-image: url(images/bullet.png);
	list-style-position: inside;
}
.page-id-39 ul.service-headlines li{
	display:inline;
	padding-left:20px;
	padding-right:15px;
	list-style-image: none;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-position: inside;
}

ul.services{
	padding-left: 0;
	margin-left: -2%;
	margin-right: -2%;
	list-style:none;
	padding-top:60px;
}
ul.services li{
	padding-left: 2%;
	padding-right: 2%;
	width:50%;
	float:left;
	min-height:220px;
}
ul.services h2{
    font-size:14px;
	font-family: 'galano_grotesquebold';
	color: #009581;
	font-weight:normal;
}

/*--------------------------------------------------------------
# Property Details
--------------------------------------------------------------*/
nav.breadcrumbs{
	margin-left: 40px;
	margin-bottom: 20px;
	font-size:14px;
	font-family: 'galano_grotesqueregular';
	color: #666666;
}
nav.breadcrumbs span{
	font-family: 'galano_grotesquebold';
}
nav.breadcrumbs a, nav.breadcrumbs a:visited, nav.breadcrumbs a:active {
	text-decoration:none;
	color: #666666;
}
.property-details h2{
	color:#009581;
	margin-top:0;
	margin-bottom:5px;
	line-height:24px;
	font-weight:normal;
}
.property-details h3{
    font-size:18px;
	font-family: 'galano_grotesqueregular';
	color: #505759;
	margin-top:0;
	font-weight:normal;
	margin-bottom:25px;
}
.property-details ul{
	margin-left:0;
	padding-left:0;
	padding-top:25px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #009581;
}
.property-details li{
    font-size:14px;
	color: #505759;
	font-weight:normal;
	list-style:none;
	display:block;
	clear:both;
}
.property-details li span.name{
	width:25%;
	display:inline-block;
	float:left;
	font-family: 'galano_grotesqueregular';
}
.property-details li span.info{
	display:inline-block;
	width:75%;
	float:left;
	font-family: 'galano_grotesquebold';
	padding-bottom:20px;
}
.property-details a.button-orange, .property-details a.button-green{
	margin-right: 1px;
	float:left;
	font-family: 'galano_grotesquebold';
	font-weight:normal;
}
ul.gallery-thumbs {
	padding-left:0;
	margin-left: 0;
	margin-right: -1%;
}
ul.gallery-thumbs li{
    width: 20%;
	display:inline-block;
	list-style:none;
	padding-right:1%;
	padding-bottom:5px;
}
.img-holder{
	position:relative;
}
.img-holder img.magnify{
	position:absolute;
	top: 8px;
	right: 16px;
}
.post-navigation{
	display:none;
}
#fancybox-title{
	width:auto!important;
}
/*ul.gallery-thumbs img{
	display:none;
}*/

/*--------------------------------------------------------------
# Form Downloads
--------------------------------------------------------------*/
ul.forms li{
	list-style:none;
	text-align:center;
}
ul.forms{
	margin-left:0;
}



/*--------------------------------------------------------------
# Property Thumbs
--------------------------------------------------------------*/
.archive article{
	width:23%;
	float:left;
	margin-left:1%;
    margin-right:1%;
	margin-bottom:70px;
	text-align:center;
	min-height:330px;
}
.archive article .entry-content{
	margin-top:0!important;
}
.archive article a{
	text-decoration:none;
	font-size:18px;
	color:#505759;
}
.archive article a h2{
	text-decoration:none;
	font-size:24px;
	color:#009581;
	font-weight:normal;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:0;
	line-height:1.2;
}
.archive main{
	margin-left:-1%;
    margin-right:-1%;
}
.archive main header{
	margin-left:1%;
    margin-right:1%;
}


/*--------------------------------------------------------------
# Property Suburbs
--------------------------------------------------------------*/
.page-template-page-rentals .entry-content ul{
	margin-left:0;
	padding-left:0;
	margin-left:-1%;
    margin-right:-1%;
}
.page-template-page-rentals h1{
	margin-bottom:30px;
}
.page-template-page-rentals .entry-content li{
	list-style:none;
	width:23%;
	float:left;
	margin-left:1%;
    margin-right:1%;
	margin-bottom:70px;
	text-align:center;
	min-height:330px;
}
.page-template-page-rentals .entry-content a h2{
	text-decoration:none;
	font-size:24px;
	color:#009581;
	font-weight:normal;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:0;
}
.page-template-page-rentals .entry-content li a{
	text-decoration:none;
	font-size:14px;
	color:#505759;
}
.page-template-page-rentals .content-bottom {
	margin-bottom:100px;
}
.page-template-page-rentals .content-bottom p{
	margin-bottom:0;
	margin-top:0;
}

/*--------------------------------------------------------------
# Fees
--------------------------------------------------------------*/
ul.fees{
	margin:0;
	padding:0;  
}
ul.fees li{
	display:block;
	width:49.6%;
	margin-right:0.4%;
	background-repeat: no-repeat;
	background-position: left top;
	list-style:none;
	padding-left:5%;
	padding-right:3%;
	float:left;
	margin-top: 20px;
	margin-bottom:30px;
}
ul.fees li.orange{
	background-color:#EB3300;
	background-image: url(images/orange.png);
}
ul.fees li.green{
	background-color:#009480;
	background-image: url(images/green.png);
}
ul.fees h2{
    font-family: 'galano_grotesquebold';
	color:#FFF;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:15px;
	margin-top:20px;
}
ul.fees p{
	color:#FFF;
	max-width: 80%;
}
ul.fees .fee-amount{
    color:#FFF;
	font-size:100px;
	font-family: 'santelia_scriptregular';
	font-weight:normal;
	text-align:right;
	line-height:1.1;
	padding-top:20px;
}
ul.fees .fee-amount span{
	font-size:55px;
	display:inline-block;
	vertical-align: top;
	margin-top:10px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer.site-footer{
	background-color:#4F5759;
	color:#009581;
	padding-top:40px;
	padding-bottom:30px;
	padding-right: 20px;
	padding-left: 20px;
}
footer.site-footer p{
	color:#009581;
}
footer a, footer a:visited, footer a:active{
	color:#ffffff;
	text-transform:uppercase;
	font-family: 'galano_grotesquebold';
	font-weight:normal;
	text-decoration:none;
	font-size:15px;
}
footer a.linked{
    font-size:18px;
	color:#009581;
	text-transform:none;
	background-image:url(images/linked-in.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:80px;
	height:68px;
	display: block;
	padding-top:10px;
	margin-top:10px;
}
footer a:hover, footer a:focus{
	color:#fff;
}
footer h4{
	font-family: 'galano_grotesquebold';
	font-size:14px;
	font-weight:normal;
}
.site-info{
	max-width:960px;
	margin:auto;
}
footer li.widget{
	list-style:none;
	float:left;
	width:32%;
}
footer ul.forms{
	list-style:none;
	margin-left:0;
	padding-left:0;
	text-align:center;
}
footer ul.forms li{
	margin-bottom:15px;
	padding-bottom:3px;
	padding-top:3px;
	border: 1px solid #009581;
}
footer li#text-2{
	margin-right:2%;
}
footer li#text-3{
	margin-right:2%;
}
footer li#text-4{}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Responsive Slider
--------------------------------------------------------------*/

/*@media screen and (max-width: 1240px) {
.caption {
    font-size: 40px;
}
.ms-slide-info.ms-dir-h a.button {
    margin: 60px auto 70px;
}
}

@media screen and (max-width: 960px) {
.caption {
    font-size: 30px;
}
.ms-slide-info.ms-dir-h a.button {
    font-family: "galano_grotesquebold";
    font-size: 18px;
    width: 300px;
}
}

@media screen and (max-width: 720px) {
body .ms-slide-info {
    position: relative!important;
    padding-top: 60px;
}
.caption {
    color: #009581;
}
  .ms-slide-info.ms-dir-h a.button {
    margin: 30px auto 0;
}
}
@media screen and (max-width: 480px) {
.caption {
    font-size: 20px;
}
  .ms-slide-info.ms-dir-h a.button {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
}
}
*/



/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1400px) {
.ms-slide-info.ms-dir-h {
    text-align: center !important;
    top: 350px !important;
}
.ms-slide-info.ms-dir-h a.button {
    margin: 20px auto 70px;
}
}

@media screen and (max-width: 1020px) {
.ms-slide-info.ms-dir-h {
    text-align: center !important;
    bottom: 20px !important;
	top: auto !important;
}
.ms-slide-info.ms-dir-h a.button {
    margin: 60px auto 70px;
}
.home .entry-header h1 {
    font-size: 50px;
}
.page-template-page-forms a.button, .page-template-page-forms a.button:link, .page-template-page-forms a.button:active, .page-template-page-forms a.button a.button:visited {
    font-size: 20px;
}
}
@media screen and (max-width: 960px) {
.main-navigation li {
    font-size: 30px;
	padding-bottom:16px;
}
.main-navigation ul ul a {
    width: 145px;
}
.main-navigation ul ul {
    /*top: 1.88em;*/
	top: 51px;
}
.main-navigation {
    top: 55px;
}
.main-navigation li.menu-item-49 {
    background-position: left 10px;
}
footer a.linked {
	margin-bottom:50px;
}
.page-template-page-rentals .entry-content a h2, .archive article a h2 {
    font-size: 16px;
}
.page-template-page-rentals .entry-content li, .archive article {
    min-height: 300px;
	margin-bottom:20px;
}
ul.fees .fee-amount {
    font-size: 80px;
}
ul.fees .fee-amount span {
    font-size: 45px;
}
ul.service-headlines li {
    font-size: 20px;
}
.page-template-page-forms a.button, .page-template-page-forms a.button:link, .page-template-page-forms a.button:active, .page-template-page-forms a.button a.button:visited {
    font-size: 15px;
}
form{
	width:60%;
}
.page-template-page-forms a.button, .page-template-page-forms a.button:link, .page-template-page-forms a.button:active, .page-template-page-forms a.button a.button:visited {
    font-size: 18px;
}
}
@media screen and (max-width: 860px) {
.main-navigation li {
    font-size: 20px;
}
.main-navigation ul ul a {
    font-size: 14px;
}
.main-navigation ul ul a {
    width: 96px;
}
.main-navigation {
    top: 65px;
}
.main-navigation li.menu-item-49 {
    background-position: left top;
}
.main-navigation ul ul {
    /*top: 2.3em;*/
	top: 41px;
}
.home-widgets li#text-5{
	float:none;	
	width:100%;
	margin-right:0;
	padding-bottom:20px;
}
.home-widgets li#text-7{
	float:none;	
	width:100%;
	margin-right:0;
	padding-bottom:20px;
}
.home-widgets li#text-8{
	float:none;	
	width:100%;
	padding-bottom:20px;
}
.home .entry-header h1 {
    font-size: 40px;
}
footer li.widget{
	float:none;
	width:100%;
}
footer li#text-2{
	margin-right:0;
}
footer li#text-3{
	margin-right:0;
}
footer a.linked {
    margin-top: 50px;
}
.page-template-page-rentals .entry-content li, .archive article {
    min-height: 280px;
}
.property-details li span.name{
	width:100%;
	display:block;
	float:none;
}
.property-details li span.info{
	display:block;
	width:100%;
	float:none;
}
ul.fees .fee-amount {
    font-size: 60px;
}
ul.fees .fee-amount span {
    font-size: 35px;
}
.page-template-page-forms a.button, .page-template-page-forms a.button:link, .page-template-page-forms a.button:active, .page-template-page-forms a.button a.button:visited {
    font-size: 12px;
}
form{
	width:70%;
}
}
@media screen and (max-width: 720px) {
header.site-header{
	text-align:center;
}
.main-navigation {
    position: relative;
    right: auto;
    top: auto;
	text-align:center;
	padding-bottom:10px;
}
.main-navigation ul ul a {
    font-size: 18px;
}
nav#site-navigation {
    float: none;
}
nav.top-menu {
    float: none;
    top: auto;
	padding-bottom:20px;
	padding-top:10px;
}
img.logo {
    float: none;
    padding-bottom: 0;
}
.main-navigation li {
    font-size: 36px;
	display: inline-block;
    float: none;
	padding-bottom: 2px;
}
img.logo {
    padding-top: 16px;
}
nav.top-menu ul {
    line-height: 14px;
	margin:auto;
}
nav.top-menu li {
    display: inline;
    float: none;
}
.main-navigation ul ul a {
    width: 170px;
}
.main-navigation li.menu-item-49 {
    background-position: left 12px;
}
.main-navigation ul ul {
    top: 52px;
	padding-top:0;
	padding-bottom:15px;
}
.home .entry-header h1 {
    font-size: 30px;
	line-height:1.2;
}
.content-left{
	float:none;
	width:100%;
}
.content-right{
	float:none;
	width:100%;
}
.page-template-page-rentals .entry-content li, .archive article {
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
}
.page-template-page-rentals .entry-content a h2, .archive article a h2 {
    font-size: 18px;
}
.page-template-page-rentals .entry-content li, .archive article {
    min-height: 320px;
}
p.lead {
    font-size: 16px;
}
h1 {
    font-size: 30px;
	text-align:center;
}
.property-details li span.name{
	width:25%;
	display:inline-block;
	float:left;
}
.property-details li span.info{
	display:inline-block;
	width:75%;
	float:left;
}
ul.service-headlines li {
    font-size: 17px;
}
ul.services li {
    float: none;
    min-height: auto;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
ul.services {
    margin-left: 0;
    margin-right: 0;
}
ul.forms {
	padding-left:0;
	margin-left:0;
}
.page-template-page-forms a.button, .page-template-page-forms a.button:link, .page-template-page-forms a.button:active, .page-template-page-forms a.button a.button:visited {
    font-size: 18px;
}
form{
	margin:auto;
}
.wpcf7-recaptcha{
	float:none;
}
.page-id-17 .wpcf7-submit{
	float:none;
	margin-left:0;
	margin-top:20px;
}
}
@media screen and (max-width: 640px) {
.main-navigation {
    padding-bottom: 0;
}
.main-navigation li {
    font-size: 30px;
	padding-bottom: 12px;
}
.main-navigation ul ul a {
    width: 145px;
}
.main-navigation ul ul {
    top: 50px;
	padding-top:0;
	padding-bottom:15px;
}
.main-navigation li.menu-item-49 {
    background-position: left 6px;
}
.home-widgets li.widget h3 {
    font-size: 20px;
}
ul.fees li {
    padding-right: 20px;
	padding-left: 20px!important;
}
}
@media screen and (max-width: 580px) {
ul.fees li {
    float: none;
    padding-left: 5%;
    width: 100%;
	padding-top:1px;
}
}
@media screen and (max-width: 480px) {
.main-navigation li {
    font-size: 20px;
}
.main-navigation ul ul a {
    width: 96px;
}
.main-navigation li.menu-item-49 {
    margin-left: 20px;
    padding-left: 40px;
}
.main-navigation li.menu-item-49 {
    background-position: left top;
}
.main-navigation ul ul a {
    font-size: 14px;
}
.main-navigation ul ul {
    top: 41px;
}
.home-widgets li.widget h3 {
    font-size: 17px;
}
.home .entry-content p {
    font-size: 16px;
}
.page-template-page-rentals .entry-content li, .archive article {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.page-template-page-rentals .entry-content li, .archive article {
    min-height: auto;
	margin-bottom: 40px;
}
h1 {
    font-size: 24px;
    line-height: 1.2;
}
nav.breadcrumbs {
    margin-left: 0;
    text-align: center;
	margin-bottom: 50px;
}
.property-details li span.name{
	width:100%;
	display:block;
	float:none;
}
.property-details li span.info{
	display:block;
	width:100%;
	float:none;
}
.property-details a.button-orange, .property-details a.button-green {
	width:100%;
	text-align:center;
}
ul.fees p {
    max-width: 100%;
}
.page-id-39 ul.service-headlines li, ul.service-headlines li{
	padding-left:0px;
	padding-right:10px;
	list-style:none;
	background-image:none;
	display:block;
	padding-bottom:6px;
}
ul.service-headlines li {
    font-size: 15px;
}
.page-template-page-forms a.button, .page-template-page-forms a.button:link, .page-template-page-forms a.button:active, .page-template-page-forms a.button a.button:visited {
    font-size: 16px;
}
form{
	width:80%;
}
}
@media screen and (max-width: 400px) {
	.page-template-page-forms a.button, .page-template-page-forms a.button:link, .page-template-page-forms a.button:active, .page-template-page-forms a.button a.button:visited {
    font-size: 14px;
}
form{
	width:100%;
}
}
@media screen and (max-width: 310px) {
.main-navigation li {
    font-size: 30px;
}
.main-navigation ul ul a {
    width: 145px;
	color:#FFF!important;
}
.main-navigation ul ul {
	background-color:#eb3300;
}
.main-navigation li.menu-item-49 {
    margin-left: 0;
    padding-left: 0;
	background-image:none;
}
.main-navigation ul ul a {
    font-size: 18px;
}
.page-template-page-forms a.button, .page-template-page-forms a.button:link, .page-template-page-forms a.button:active, .page-template-page-forms a.button a.button:visited {
    font-size: 12px;
}
}