@font-face {
	font-family: 'ElegantIcons';
	src: url('../webfonts/ElegantIcons.eot');
	src: url('../webfonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),  url('../webfonts/ElegantIcons.woff') format('woff'),  url('../webfonts/ElegantIcons.ttf') format('truetype'),  url('../webfonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('../webfonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../webfonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../webfonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../webfonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../webfonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../webfonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Cursive';
	src: url('../webfonts/cursive.eot');
	src: url('../webfonts/cursive.eot?#iefix') format('embedded-opentype'),  url('../webfonts/cursive.woff') format('woff'),  url('../webfonts/cursive.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
body.inner {
}
* {
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	font-family: Gotham Ssm A, Gotham Ssm B;
	font-style: normal;
}
.clear {
	clear: both;
}
#header, .inner #header.sub {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 85px;
	z-index: 500;
	background-color: rgba(255, 255, 255, .75);
}
#header.sub {
	background-color: rgba(255,255,255,.5);
}
/*.inner #header { background-color: #000; }*/
#header-width {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto; /*overflow: hidden;*/
	height: 85px;
}
#top-logo {
	width: 145px;
	padding-top: 17px;
	float: left;
}
#top-logo img {
	width: 100%;
	height: auto;
}
.locked {
	position: fixed;
}
.unlocked {
	position: relative;
}
.black {
	background-color: #000!important;
}
#mobile-call-button {
	display: none;
	position: absolute;
	width: 30px;
	right: 20px;
	top: 20px;
	z-index: 99999;
}
#mobile-call-button img {
	width: 100%;
	height: auto;
}
#mobile-menu-button {
	display: none;
	width: 30px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 99999;
}
#mobile-menu-button img {
	width: 100%;
	height: auto;
}
#main-nav {
	width: 600px;
	float: right;
	height: 100%; /*border: 1px blue solid;*/
}
#nav-list {
	float: right;
	margin-top: 0;
	z-index: 50;
}
#nav-list li {
	display: inline-block;
	padding-bottom: 23px;
	margin: 0;
	margin-left: 40px;
	font-weight: 700;
	font-size: 14px;
}
#nav-list li a {
	color: #4d4d4d;
	text-decoration: none;
	cursor: pointer!important;
}
#nav-list li.contact {
	height: 85px;
}
#nav-list li.contact a {
	display: inline-block;
	color: #fff;
	padding: 35px 22px 34px 22px;
	background-color: #88bedc;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	margin: 0;
}
#nav-list li.contact {
	padding: 0;
}
#nav-list li.contact a:hover {
	background-color: #659cbc;
}
#nav-list li.contact:hover {
	border: none;
}
.subNav {
	width: 100%;
	padding: 44px 0 24px 0;
	background-color: #fff;
	position: absolute;
	top: 85px;
	left: 0;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	color: #bbb; /*border-width: 0 0 5px 0; border-color: #8a964c; border-style: solid;*/
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.subNav .text {
	width: 95%;
	max-width: 1180px;
	margin: 0 auto;
}
.subNav a {
	display: inline-block;
	color: #72b6dc;
	font-size: 15px;
	text-decoration: none;
	letter-spacing: 1px;
	padding-right: 24px;
	padding-left: 24px;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out; /*border-width: 0 2px 0 0; border-style: solid; border-color: #333;*/
	margin-bottom: 25px;
}
.subNav a.last-sublink {
	border-width: 0;
}
.subNav a:hover {
	color: #999;
}
#portfolio-drop {
	display: none;
}
#nav-list li.inactive {
	border: 0;
}
#nav-list li.active {
	border-width: 0 0 10px 0;
	border-style: solid;
	border-color: #88bedc;
}
#nav-list li.inactive:hover {
	border-width: 0 0 10px 0;
	border-style: solid;
	border-color: #88bedc;
}
.subNav.portfolio {
	font-weight: 700;
	font-size: 15px;
	color: #000;
	text-align: left;
	padding-top: 15px;
	position: relative;
	top: 0;
}
.subNav.portfolio h2 {
	font-family: 'Cursive', serif;
	font-size: 50px;
	margin-bottom: 15px;
	color: #0f1315;
	font-weight: normal;
}
.subNav.portfolio .container {
	width: 100%;
}
.subNav.portfolio #links {
	width: 100%;
	max-width: 910px;
	min-height: 170px;
	font-family: Gotham Ssm A, Gotham Ssm B;
	font-style: normal;
	font-weight: 700;
	border-left: 4px #f2f6f8 solid;
}
#links-cell {
	width: 100%;
	max-width: 910px;
}
.subNav.portfolio #links .left {
	width: 50%;
	float: left;
	margin-left: 20px;
}
.subNav.portfolio #links .right {
	width: 45%;
	float: right
}
.sub-portfolio-pic {
	width: 89px;
	padding-right: 10px;
	padding-bottom: 19px;
}
.sub-portfolio-pic img {
	width: 100%;
	height: auto;
}
.sub-portfolio-link h2 {
	font-size: 16px;
	color: #000;
	margin: 0;
}
.sub-portfolio-link h3 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
}
.sub-portfolio-link h3 a {
	color: #72b6dc;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.sub-portfolio-link p {
	font-size: 13px;
	color: 373737;
	margin: 0 0 15px 0;
	font-weight: 300;
}
.subnav-title h2 {
	padding-right: 75px;
}
.subnav-title img {
	width: 225px;
	height: auto;
	padding-right: 20px;
}
/* ///////////////////// MOBILE NAV ////////////////////////// */

#mobile-nav {
	display: none;
	background-color: #464646;
	position: absolute;
	top: 81px;
	left: 0px;
	right: 0;
	z-index: 9999999;
	font-weight: 400;
}
.nav-cat {
	height: 55px;
	right: 0;
	left: 0;
	color: #ffffff;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.nav-cat a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: 18px;
	padding-bottom: 25px;
	color: #fff;
	text-decoration: none;
}
.nav-cat.mob-inactive:hover {
	background-color: #303030;
}
.nav-sub, .nav-sub-sub {
	display: none;
}
.nav-symbol {
	font-family: ElegantIcons;
	position: absolute;
	top: -12px;
	right: 20px;
}
.nav-symbol a {
	color: #fff;
	font-size: 40px;
	text-decoration: none;
}
.nav-symbol.sub {
	right: 24px;
}
.nav-symbol.sub a {
	color: #999!important;
	font-size: 30px;
}
.nav-sub ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav-sub li {
	position: relative;
	height: 55px;
	width: auto;
	border: 1px solid #493e36;
	border-width: 0 0 1px 0;
	color: #ffffff;
	font-size: 16px;
	overflow: hidden;
	text-align: center;
	background-color: #606060;
}
.nav-sub li a {
	display: block;
	padding-top: 18px;
	color: #fff;
	text-decoration: none;
	padding-bottom: 18px;
}
.nav-sub-sub ul li a {
	display: block;
	padding-top: 18px;
	color: #fff;
	text-decoration: none;
	padding-bottom: 18px;
}
.nav-sub-sub ul li:hover {
	background-color: #aaa;
}
.nav-sub .sublink:hover {
	background-color: #777;
}
.nav-sub-sub ul li {
	text-indent: 15px;
}
.nav-cat.mob-inactive {
	background-color: transparent;
}
.nav-cat.mob-active {
	background-color: #88bedc;
}
.nav-cat.mob-active:hover {
	background-color: #88bedc!important;
}
#extras-mobile {
	display: none;
}
/******* END MOBILE NAV *********/


/***** HOME MASTHEAD SLIDER *****/
.below767 {
	display: none;
}
.below400 {
	display: none;
}
/* slideshow - adapted from http://cssmojo.com/ken-burns-effect/ */
#slideshow {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
} /* (img px height / img px width x 100) = padding-bottom % */
#slideshow div {
	position: absolute;
	z-index: 2;
	width: 105%;
	height: 105%;
	top: -5%;
	left: -5%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	-webkit-transition: opacity 3s, -webkit-transform 10s;
	-ms-transition: opacity 3s, -ms-transform 10s;
	transition: opacity 3s, transform 10s
}
#slideshow div {
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left
}
#slideshow div:nth-of-type(2n+1) {
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right
}
#slideshow div:nth-of-type(3n+1) {
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left
}
#slideshow div:nth-of-type(4n+1) {
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right
}
#slideshow .fx:first-child + span + div ~ div, #slideshow .fx1 {
	z-index: 1
}
#slideshow .fx, #slideshow .fx1 {
	-webkit-transform: scale(1.1) translate(2%);
	-ms-transform: scale(1.1) translate(2%);
	transform: scale(1.1) translate(2%);
	opacity: 1
}
#slideshow div:nth-of-type(1) {
	background-image: url(../images/the-lodge-styled-shoot.jpg)
}
#slideshow div:nth-of-type(2) {
	background-image: url(../images/StefanJasmineWedding2.jpg)
}
#slideshow div:nth-of-type(3) {
	background-image: url(../images/Sparkler-Exit.jpg)
}
#slideshow div:nth-of-type(4) {
	background-image: url(../images/RooftopCeremony1.jpg)
}
/* captions */
#slideshow span {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 2;
	top: 45%;
	left: 0;
	bottom: 0;
	right: 0;
	font-family: 'Cursive', serif;
	font-size: 85px;
	color: transparent;
	text-align: center;
}
#slideshow .fx:first-child + span + div ~ div + span, #slideshow .fx1 + span {
	z-index: 1
}
#slideshow .fx + span, #slideshow .fx1 + span { /*background:rgba(0,0,0,0.75);*/
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	-webkit-animation: caption 9s 1s both;
	animation: caption 9s 1s both
}
@-webkit-keyframes caption {
 0% {
opacity:0;
}
 20% {
opacity:1;
}
 70% {
opacity:1;
}
 100% {
opacity:0;
}
}
@keyframes caption {
 0% {
opacity:0;
}
 20% {
opacity:1;
}
 70% {
opacity:1;
}
 100% {
opacity:0;
}
}
#slideshow.shifted {
	top: -85px;
}
#home-down-arrow-container {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 25px;
	z-index: 6;
}
#home-down-arrow {
	width: 50px;
	margin: 0 auto;
}
#home-down-arrow img {
	width: 100%;
	height: auto;
}
#home-intro-box {
	position: relative;
	background-color: #fff;
	background-image: url(../images/CH-light-background-2.jpg);
	z-index: 1;
	padding: 60px 0 25px 0;
}
#home-intro-text {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
}
#home-intro-text p {
	color: #5b5b5b;
	text-align: center;
	margin-bottom: 60px;
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
}
#home-intro-text p a {
	color: #72b6dc;
	text-decoration: none;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
#home-intro-text p a:hover {
	color: #aaa;
}
.big-title {
	font-family: 'Cursive', sans-serif;
	text-align: center;
	font-size: 50px;
	font-weight: 700;
}
.inner #big-content-area .big-title {
	margin-top: 65px;
	margin-bottom: 50px;
}
#inner-intro-box {
	position: relative;
	z-index: 1;
	padding: 60px 0 40px 0;
}
.inner-text {
	width: auto;
	max-width: 1040px;
	margin: 0 auto;
}
.inner-text p, .inner-text td {
	color: #5b5b5b;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 25px;
}
.inner-text p.fineprint {
	font-size: 11px;
	text-align: left;
	font-style: italic;
}
.inner-text p a, .inner-text td a {
	color: #72b6dc;
	text-decoration: none;
	font-weight: bold;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
.inner-text p a:hover, .inner-text td a:hover {
	color: #5b5b5b;
}
.inner-text.left p, .inner-text.left td {
	text-align: left;
}
.inner-text ul {
	margin-left: 15px;
}
.inner-text ul li {
	color: #5b5b5b;
	text-align: left;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 15px;
}
.inner-text ul li a {
	color: #72b6dc;
	text-decoration: none;
	font-weight: bold;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
.inner-text ul li a:hover {
	color: #5b5b5b;
}
.inner-left {
	width: 47%;
	float: left;
}
.inner-right {
	width: 47%;
	float: right;
}
a.toggler {
	font-size: 16px;
	text-decoration: none;
	color: #72b6dc;
	font-weight: 700;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
a.toggler:hover {
	color: #5b5b5b;
}
strong {
	font-weight: 700;
}
#big-content-area {
	padding-bottom: 30px;
}
.pic-container {
	margin: 40px;
}
.pic-container img {
	width: 100%;
	height: auto;
}
.text-container {
	text-align: center;
	padding: 0 50px 0 50px;
}
.text-container h2 {
	font-size: 25px;
	color: #373737;
	font-weight: 700;
	margin-bottom: 35px;
}
.text-container p {
	font-size: 16px;
	line-height: 25px;
	color: #5b5b5b;
	font-weight: 300;
	margin-bottom: 25px;
}
.text-container p a {
	color: #8a964c;
	text-decoration: none;
	font-weight: bold;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
.text-container p a:hover {
	color: #5b5b5b;
}
.text-container ul {
	font-size: 16px;
	line-height: 25px;
	color: #5b5b5b;
	font-weight: 300;
	margin-bottom: 25px;
	text-align: left;
}
.blue-button {
	display: inline-block;
	background-color: #88bedc;
}
.blue-button a, #address-box .blue-button a {
	display: inline-block;
	color: #fff;
	padding: 12px 25px;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
}
.blue-button a:hover, #address-box .blue-button a:hover {
	background-color: #659cbc;
}
#big-image-area-slider {
	width: 100%;
	max-width: 100%;
	max-height: 644px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	margin-bottom: 30px;
}
#lets-talk-parallax-container {
	background-color: #000;
	position: relative;
	z-index: -5;
}
#lets-talk {
	background-image: url(../images/wedding-flowers.png);
	background-size: cover;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
}
#lets-talk-parallax {
	background-image: none;
	text-align: center;
	padding-top: 35px;
	height: 190px;
	padding-left: 15px;
	padding-right: 15px;
}
#lets-talk h2, #lets-talk-parallax h2 {
	font-family: 'Cursive', sans-serif;
	font-size: 50px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 1em;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
#lets-talk p, #lets-talk-parallax p {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 20px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
#footer {
	background-color: #fff;
	padding-top: 26px;
	padding-bottom: 30px;
	color: #242424;
}
#footer p {
	color: #5b5b5b;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}
#footer a {
	color: #5b5b5b;
	text-decoration: none;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
#footer a:hover {
	color: #88bedc;
}
#footer-middle {
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
}
#footer-logo {
	width: 111px;
	margin: 0 auto;
}
#footer-logo img {
	width: 100%;
	height: auto;
}
#footer-social {
	font-family: FontAwesome;
	color: #fff;
	font-size: 25px;
	margin: 0 auto;
	text-align: center;
}
#footer-social a {
	padding-right: 30px;
}
#footer-links {
	font-size: 10px;
	padding-top:10px;
}
#footer-links a {
	margin:0 8px ;
}
/* INNER MASTHEAD STATIC - //// NEW //// - WITH VERTICALLY CENTERED TITLE */

#inner-masthead {
	width: 100%;
	position: relative;
	text-align: center;
	background-size: 0 0;
	background-repeat: no-repeat;
}
#inner-masthead img {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	height: auto;
	position: relative;
}
#inner-title-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#inner-title-table {
	width: 100%;
	height: 100%;
}
#inner-title-cell {
	height: 100%;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5%;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
#inner-title-cell h2, #inner-title-cell.long h2 {
	font-family: 'Cursive', serif;
	font-weight: normal;
	font-size: 80px;
	line-height: 1em;
}
#inner-title-cell p {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
.top0 {
	margin-top: -81px;
}
#inner-masthead.shifted {
	top: -85px;
}
/* - end INNER MASTHEAD */


/* INNER GRID */
.home-grid-box {
	position: relative;
	float: left;
	width: 25%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.home-grid-box img {
	width: 100%;
	height: auto;
}
#inner-grid .home-grid-box, #inner-grid .home-grid-box img {
	margin: 0;
	padding: 0;
	height: auto;
}
#map-area {
	background-image: url(../images/CH-grey-background.jpg);
}
#map-box {
	width: 50%;
	float: left; /*background-color: #666;*/
	height: 535px;
}
#address-box {
	position: relative;
	width: 50%;
	float: left;
	height: 535px;
	background: #e7e7e7; /*efefef*/
}
#address-box-white {
	width: 50%;
	float: left;
	height: 495px;
	background-color: #ffffff;
	text-align: center;
	padding-bottom: 40px;
}
#address-box a, #address-box-white a {
	color: #72b6dc;
	text-decoration: none;
	font-weight: bold;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
#address-box a:hover, #address-box-white a:hover {
	color: #666;
}
#address-box h2, #address-box-white h2 {
	font-family: Gotham Ssm A, Gotham Ssm B;
	color: #666;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 15px;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 1.2em;
	text-transform: uppercase;
}
#address-box p, #address-box-white p {
	color: #666;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	padding: 0px 40px;
}
#address-box-links {
	width: auto;
	text-align: center;
	font-size: 12px;
	margin-top: 60px;
	margin-left: 10px;
	margin-right: 10px;
}
#address-box .blue-button a, #address-box-white .blue-button a {
	color: #fff; /*font-weight: normal; */
}
#address-box .blue-button a:hover, #address-box-white .blue-button a:hover {
	color: #fff
}
#address-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#address-box-table {
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
#address-box-cell {
	height: 100%;
	vertical-align: middle;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	white-space: normal;
	word-wrap: break-word;
}
.property {
	padding-top: 30px;
	text-align: left;
}
.property p {
	text-align: left;
	margin-bottom: 5px;
}
.thumbnail {
	float: left;
	padding-right: 15px;
	padding-bottom: 20px;
	clear: both;
	position: relative;
	padding-top: 5px;
}

/****** MEDIA QUERIES *******/

@media screen and (max-width: 1200px) {
#header-width {
	width: auto;
	padding-right: 0;
	padding-left: 15px;
}
#footer-width {
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
}
#inner-title-cell.long h2 {
	font-size: 40px;
}
.inner #big-content-area .big-title {
	margin-top: 40px;
	margin-bottom: 30px;
}
}
 @media screen and (max-width: 1100px) {
#inner-title-cell h2, #inner-title-cell.long h2 {
	font-size: 65px;
}
.text-container h2 {
	margin-bottom: 25px;
}
.text-container p {
	margin-bottom: 15px;
}
#home-intro-text p {
	margin-bottom: 50px;
}
}
 @media screen and (max-width: 1080px) {
#home-intro-text, #inner-intro-box, .inner #big-content-area {
	width: auto;
	margin-left: 25px;
	margin-right: 25px;
}
#inner-intro-box {
	padding-top: 30px
}
}
 @media screen and (max-width: 1040px) {
.cta-box {
	top: auto;
	bottom: 0;
}
}
 @media screen and (max-width: 1020px) {
.sub-portfolio-pics {
	display: none;
}
}
 @media screen and (max-width: 1000px) {
.text-container {
	padding: 0 35px 0 35px;
}
.text-container h2 {
	font-size: 22px;
	margin-bottom: 25px;
}
.text-container p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
}
/*.blue-button a { font-size: 25px; padding: 10px 25px; }*/
#home-intro-text p {
	margin-bottom: 40px;
}
}
 @media screen and (max-width: 975px) {
.cta-text {
	padding: 10px;
	border: 2px #aaa solid;
	margin: 10px;
	font-size: 16px;
}
}
 @media screen and (max-width: 900px) {
#inner-title-cell h2, #inner-title-cell.long h2 {
	font-size: 50px;
}
#inner-title-cell p {
	font-size: 16px;
}
#slideshow span {
	font-size: 70px;
}
.text-container {
	padding: 0 25px 0 25px;
}
.text-container h2 {
	margin-bottom: 15px;
}
.text-container p {
	line-height: 20px;
	margin-bottom: 15px;
}
#address-box-white p.charitable {
	font-size: 12px;
}
}
 @media screen and (max-width: 850px) {
.prop-email {
	font-size: 14px;
}
}
 @media screen and (max-width: 840px) {
.subnav-title img {
	display: none;
}
.subnav-title h2 {
	padding-right: 20px;
}
}
@media screen and (max-width: 800px) {
.cta-text {
	font-size: 14px;
}
#inner-title-cell.long h2 {
	font-size: 30px;
}
#inner-title-cell.long p {
	font-size: 14px;
}
}
 @media screen and (max-width: 767px) {
#inner-title-cell h2, #inner-title-cell.long h2 {
	font-size: 40px;
}
#inner-title-cell p {
	font-size: 16px;
}
#top-logo {
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#mobile-menu-button, #mobile-call-button {
	display: block;
}
#main-nav {
	display: none;
}
#footer {
	padding-top: 30px;
}
#footer-right, #footer-left {
	display: none;
}
#footer-middle {
	float: none;
	width: auto;
}
#inner-intro-box {
	padding-top: 20px;
}
#inner-intro-box p, #big-content-area .inner-text, #big-content-area .inner-text ul li {
	font-size: 16px;
	line-height: 22px;
}
#map-box {
	width: auto;
	float: none;
	height: 250px;
}
#address-box, #address-box-white {
	width: auto;
	float: none;
	height: auto;
}
#address-wrap, #address-box-table, #address-box-cell {
	position: relative;
	height: auto;
}
#address-box-cell {
	padding-top: 30px;
	padding-bottom: 30px;
}
.info-email, #address-box-white p.media-request, #address-box-white p.charitable {
	font-size: 16px;
}
#home-intro-text p {
	margin-bottom: 30px;
}
.below767 {
	display: inline;
}
#footer-links {display:none;}
#extras-mobile {
	font-size: 11px;
	text-align: center;
	line-height: 2em;
	display: block;
	padding: 10px 0;
	color: #FFF;
}
#extras-mobile a {
	padding: 0 3px;
	color: #FFF;
	text-decoration: none;
}
#extras-mobile a:hover {
	color: #EBEBEB;
}
}
 @media screen and (max-width: 700px) {
.home-grid-box {
	width: 50%;
}
#inner-grid .home-grid-box {
	margin-top: -6px;
}
.cta-text {
	font-size: 25px;
}
.inner-left p, .inner-right p {
	font-size: 14px;
}
.inner-left p a, .inner-right p a {
	font-size: 14px;
}
#slideshow span {
	font-size: 60px;
}
}
 @media screen and (max-width: 650px) {
.inner #big-content-area .big-title {
	margin-top: 30px;
	margin-bottom: 20px;
}
#lets-talk h2, #lets-talk-parallax h2 {
	font-size: 40px;
	margin-bottom: 0;
}
#lets-talk .blue-button, #lets-talk-parallax .blue-button {
	margin-top: 25px;
}
#lets-talk p, #lets-talk-parallax p {
	font-size: 16px;
	margin-bottom: 10px;
}
}
 @media screen and (max-width: 600px) {
#inner-title-cell {
	padding-top: 10%;
}
#inner-masthead {
	height: 300px;
	background-size: cover;
	background-position: top center;
}
#inner-masthead img {
	display: none;
}
.cta-text {
	font-size: 20px;
}
#slideshow span {
	font-size: 50px;
}
}
 @media screen and (max-width: 550px) {
.cta-text {
	font-size: 18px;
}
.inner-left, .inner-right {
	width: auto;
	float: none;
}
}
 @media screen and (max-width: 500px) {
/*#inner-title-cell.long h2 { font-size: 20px; }
#inner-title-cell h2 { font-size: 35px; }*/
#slideshow span {
	font-size: 40px;
}
#lets-talk-parallax {
	padding-top: 20px;
}
}
 @media screen and (max-width: 460px) {
.cta-text {
	font-size: 12px;
}
}
 @media screen and (max-width: 425px) {
/*#inner-title-cell h2 { font-size: 30px; }
#inner-title-cell p { font-size: 14px; }*/
.prop-email {
	font-size: 12px;
}
#address-box-cell {
	padding-left: 0;
	padding-right: 0;
}
#lets-talk .blue-button, #lets-talk-parallax .blue-button {
	margin-top: 0;
}
}
 @media screen and (max-width: 400px) {
/*#inner-title-cell.long h2 { font-size: 16px; }*/
#inner-title-cell {
	padding-top: 15%;
}
#slideshow span {
	top: 40%;
}
.below400 {
	display: inline;
}
}
 @media screen and (max-width: 375px) {
#inner-title-cell h2 {
	font-size: 30px;
}
}
 @media screen and (max-width: 350px) {
#inner-title-cell h2 { /*font-size: 20px;*/
}
}

.copywrite {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}