@media (max-width: 479px) {} /* SMALL */
@media (min-width: 480px) and (max-width: 530px) {} /* SMALL TO MEDIUM */
@media (min-width: 531px) and (max-width: 767px) {} /* MEDIUM TO LARGE */
@media (min-width: 768px) and (max-width: 991px) {} /* LARGE TO XL LARGE*/
@media (min-width: 992px) {} /* XL LARGE TO */


.click-to-scroll {
	position: absolute;
	bottom: 20px;
	width: 100%;
}

*::-moz-selection {
	background: #27aae0 none repeat scroll 0 0;
}

html {
	position: relative;
	min-height: 100%;
}
.mbr-transparent {
	opacity: 0;
	filter: alpha(opacity=0);
}
body {
	font-family: 'Arimo', sans-serif;
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 41px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px
}
h5{
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

ul, ol {
	padding-left: 26px;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	h4 {
		padding-top: 10px;
	}
	p {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.last {
		padding-bottom: 30px;
	}
}
#top.hero-1 h1,
#top.hero-1 h4,
#top.hero-1 h4 a:link, 
#top.hero-1 h4 a:visited,
#top.hero-1 h4 a:hover, 
#top.hero-1 h4 a:active {
	color:#333333;
	text-shadow: 0px 0px 10px #ffffff
}
.black {
	color: #000000;
}
.white {
	color: #ffffff;
}
.dk-gray {
	color: #5a5a5a;
}

.title-text {
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	/*font-weight: bold;*/
}

.pad-left-15 {
	padding-left: 17px;
}

/* SECTIONS */
#top {
	color: #777777;	
}

/* unvisited link */
#top a:link {
    color: #ffffff;
}

/* visited link */
#top a:visited {
    color: #666666;
}

/* mouse over link */
#top a:hover {
    color: #ffffff;
}

/* FOOTER SECTION LINK */
.footer-1 a:visited,
.footer-1 a:link,
.footer-1 a:visited,
.footer-1 a:hover {
    color: #9c9c9c;
}

#dining {}
#shopping {}
#salons {}
#entertainment {}
#community {}
#contact {}
#community {
	color: #fff;
}


.mbr-v-middle {
	display: table;
	width: 100%;
}
.mbr-v-middle > div {
	display: table-cell;
	float: none;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
}
.mbr-dark-overlay {
	/*opacity: 0.5;
	filter: alpha(opacity=50);
	background: #282828;*/
	
	background-image:-webkit-linear-gradient(35deg,rgba(0, 0, 0, 0.6) 50%,rgba(0, 0, 0, 0.4) 50%);
	background-image:-moz-linear-gradient(35deg,rgba(0, 0, 0, 0.6) 50%,rgba(0, 0, 0, 0.4) 50%);
	background-image:-o-linear-gradient(35deg,rgba(0, 0, 0, 0.6) 50%,rgba(0, 0, 0, 0.4) 50%);
	background-image:-ms-linear-gradient(35deg,rgba(0, 0, 0, 0.6) 50%,rgba(0, 0, 0, 0.4) 50%);
	background-image:linear-gradient(35deg,rgba(0, 0, 0, 0.6) 50%,rgba(0, 0, 0, 0.4) 50%);
	
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.mbr-light-overlay {
	/*opacity: 0.6;
	filter: alpha(opacity=60);
	background: #d7d7d7;*/
	
	background-image:-webkit-linear-gradient(145deg,rgba(255, 255, 255, 0.4) 50%,rgba(255, 255, 255, 0.6) 50%);
	background-image:-moz-linear-gradient(145deg,rgba(255, 255, 255, 0.4) 50%,rgba(255, 255, 255, 0.6) 50%);
	background-image:-o-linear-gradient(145deg,rgba(255, 255, 255, 0.4) 50%,rgba(255, 255, 255, 0.6) 50%);
	background-image:-ms-linear-gradient(145deg,rgba(255, 255, 255, 0.4) 50%,rgba(255, 255, 255, 0.6) 50%);
	background-image:linear-gradient(145deg,rgba(255, 255, 255, 0.4) 50%,rgba(255, 255, 255, 0.6) 50%);
	
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.mbr-extra-light-overlay {
	opacity: 0.20;
	filter: alpha(opacity=20);
	background: #ffffff;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.mbr-overlay.black {
	background: #000;
}
.mbr-overlay.blue {
	background: #146591;
}
.mbr-overlay.red {
	background: #c42a2a;
}
.mbr-overlay.white {
	background: #fff;
}
.mbr-overlay.yellow {
	background: #757500;
}
.mbr-overlay.darker {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mbr-overlay.dark {
	opacity: 0.65;
	filter: alpha(opacity=65);
}
.mbr-overlay.light {
	opacity: 0.35;
	filter: alpha(opacity=35);
}
.mbr-overlay.lighter {
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.mbr-overlay.transparent {
	opacity: 0;
	filter: alpha(opacity=0);
}
.mbr-fullscreen {
	width: 100%;
}
.mbr-parallax-background {
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.mbr-hidden-scrollbar .mbr-parallax-background {
	background-size: auto 130%;
}
.mbr-social-likes {
	line-height: 69px;
	margin-top: -14px;
	min-height: 69px;
}
.mbr-social-likes .btn {
	width: 56px;
	height: 56px;
	border-radius: 28px;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block !important;
	font-size: 29px;
	line-height: 0;
	margin: 0 10px 0 0 !important;
	padding: 0;
	position: relative;
	text-align: center;
	top: 6px;
}
.mbr-social-likes .socicon {
	line-height: 56px;
}
.mbr-social-likes .social-likes__counter {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	background: #3c3c3c;
	border-radius: 23px;
	font-size: 12px;
	height: 23px;
	letter-spacing: 0;
	line-height: 21px;
	min-width: 23px;
	padding: 0 5px;
	position: absolute;
	right: -7px;
	text-align: center;
	text-transform: none;
	top: -7px;
}
.mbr-social-likes .social-likes__counter_empty {
	display: none !important;
}
.mbr-social-likes.square .btn {
	border-radius: 0;
}
.mbr-social-likes.square .social-likes__counter {
	right: -9px;
	top: -9px;
}
.mbr-social-likes.square-counters .social-likes__counter {
	border-radius: 0;
}
.mbr-social-likes.style-1 .btn:hover {
	background: #252525 !important;
}
.mbr-social-likes.style-1 .btn:hover .social-likes__counter {
	background: #f97352;
}
.mbr-social-likes.style-2 .btn {
	background: #252525;
}
.mbr-social-likes.style-2 .btn .social-likes__counter {
	background: #f97352;
}
.mbr-social-likes.style-2 .btn:hover .social-likes__counter {
	background: #3c3c3c;
}
@media (max-width: 767px) {
	.msgbox-1 .mbr-social-likes {
		margin-top: 12px;
	}
}
.msgbox-1.black .mbr-social-likes .social-likes__counter,
.msgbox-1.red .mbr-social-likes .social-likes__counter {
	background: #252525;
}
.msgbox-1.black .mbr-social-likes .btn:hover,
.msgbox-1.red .mbr-social-likes .btn:hover {
	color: #fff;
}
.msgbox-1.black .mbr-social-likes .btn:hover .social-likes__counter,
.msgbox-1.red .mbr-social-likes .btn:hover .social-likes__counter {
	color: #fff;
}
.msgbox-1.black .mbr-social-likes.style-2 .btn .social-likes__counter,
.msgbox-1.red .mbr-social-likes.style-2 .btn .social-likes__counter {
	background: #f97352;
}
.msgbox-1.black .mbr-social-likes.style-2 .btn:hover .social-likes__counter,
.msgbox-1.red .mbr-social-likes.style-2 .btn:hover .social-likes__counter {
	background: #252525;
}
.msgbox-1.red .mbr-social-likes .btn:hover .social-likes__counter {
	background: #fff;
	color: #252525;
}
.msgbox-1.red .mbr-social-likes.style-2 .btn .social-likes__counter {
	background: #fff;
	color: #252525;
}
.msgbox-1.red .mbr-social-likes.style-2 .btn:hover .social-likes__counter {
	color: #fff;
}


.navbar-custom .navbar-nav {padding-right: 15px;}


.mbr-nav-toggle {
	display: none;
}
.content-1 {
	padding: 0 20px;
	text-align: center;
}
.content-1 .container {
	padding: 57px 0 83px;
}
.content-1 h2 {
	line-height: 48px;
	margin: 0;
	padding: 20px 0 27px;
}
.content-1 p {
	color: #777;
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 0;
	padding-bottom: 6px;
	padding-top: 37px;
	position: relative;
	text-align: left;
}
.content-1 p:before {
	width: 36px;
	height: 3px;
	background: #252525;
	content: "";
	left: 50%;
	margin-left: -18px;
	position: absolute;
	top: 0;
}
.content-1 .group {
	margin-top: 0;
	padding: 31px 0 10px;
}
.content-1 .group .btn + .btn {
	margin-left: 10px;
}
@media (max-width: 530px) {
	.content-1 .group .btn {
		display: block;
	}
	.content-1 .group .btn + .btn {
		margin: 10px 0 0;
	}
}
.content-1 .row > div {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) {
	.content-1.left {
		text-align: left;
	}
	.content-1.left .row > div {
		margin-left: 0;
	}
	.content-1.left p:before {
		left: 0;
		margin-left: 0;
	}
}
.content-1.black,
.content-1.red {
	background: #3c3c3c;
	color: #fff;
}
.content-1.black p,
.content-1.red p {
	color: #bbb;
}
.content-1.black p:before,
.content-1.red p:before {
	background: #fff;
}
.content-1.black .btn-default,
.content-1.red .btn-default {
	border-color: #fff;
	color: #fff;
}
.content-1.black .btn-default:hover,
.content-1.black .btn-default:focus,
.content-1.black .btn-default.focus,
.content-1.black .btn-default:active,
.content-1.black .btn-default.active,
.open > .dropdown-toggle.content-1.black .btn-default,
.content-1.red .btn-default:hover,
.content-1.red .btn-default:focus,
.content-1.red .btn-default.focus,
.content-1.red .btn-default:active,
.content-1.red .btn-default.active,
.open > .dropdown-toggle.content-1.red .btn-default {
	background-color: #fff;
	border-color: #fff;
	color: #252525;
}
.content-1.red {
	background: #fa7f61;
}
.content-1.red ::-moz-selection {
	background: #252525;
}
.content-1.red ::selection {
	background: #252525;
}
.content-1.red p {
	color: #fff;
}
.content-1.gray {
	background: #f0f0f0;
	border-top: 1px solid #e5e5e5;
}
.content-1.gray .container {
	padding-top: 56px;
}
@media (min-width: 768px) {
	.content-1.extended {
		padding: 0 5px;
	}
}
.content-1.extended .container {
	padding: 93px 0;
}
.content-1.extended.gray .container {
	padding-top: 92px;
}
.content-1.extended .group {
	padding-bottom: 0;
}
.content-1.extended h2 {
	margin-top: -35px;
}
@media (min-width: 768px) {
	.content-1.extended .row {
		display: table;
		margin: 0;
		table-layout: fixed;
		width: 100%;
	}
	.content-1.extended .row > div {
		display: table-cell;
		float: none;
		padding-left: 0;
		padding-right: 41px;
		text-align: center;
		vertical-align: middle;
	}
	.content-1.extended .row > div.img {
		vertical-align: top;
	}
	.content-1.extended h2 {
		left: 6px;
		margin-top: -35px !important;
		position: relative;
		text-align: center;
	}
	.content-1.extended p {
		text-align: left;
	}
	.content-1.extended p:before {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 768px) and (max-width: 990px) {
	.content-1.extended .group .btn {
		display: block;
	}
	.content-1.extended .group .btn + .btn {
		margin: 10px 0 0;
	}
}
.content-1.extended .img {
	padding-bottom: 16px;
}
.content-1.extended .img iframe {
	width: 100% !important;
}
.content-1.extended .img img {
	max-width: 100%;
}
.content-1.extended .img + div h2 {
	margin-top: 0;
}
.content-1.extended .img + div p {
	text-align: left;
}
@media (min-width: 768px) {
	.content-1.extended .img {
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 41px !important;
	}
	.content-1.extended .img img,
	.content-1.extended .img iframe {
		float: right;
	}
	.content-1.extended .img + div {
		padding: 0 0 0 15px;
		text-align: left;
	}
	.content-1.extended .img + div h2 {
		left: -1px;
		text-align: left;
	}
	.content-1.extended .img + div p:before {
		left: 0;
		right: auto;
	}
}
.content-1.extended div + .img {
	padding: 51px 15px 0 15px;
}
@media (min-width: 768px) {
	.content-1.extended div + .img {
		padding: 0 0 0 15px !important;
	}
	.content-1.extended div + .img img,
	.content-1.extended div + .img iframe {
		float: left;
	}
}
@media (min-width: 768px) {
	.content-1.extended.left .row > div {
		text-align: left;
	}
	.content-1.extended.left .row > div h2 {
		left: -1px;
		text-align: left;
	}
	.content-1.extended.left .row > div p {
		text-align: left;
	}
	.content-1.extended.left .row > div p:before {
		left: 0;
		right: auto;
		margin-left: 0;
	}
	.content-1.extended.center .row > div {
		text-align: center;
	}
	.content-1.extended.center .row > div h2 {
		left: 0;
		text-align: center;
	}
	.content-1.extended.center .row > div p {
		text-align: left;
	}
	.content-1.extended.center .row > div p:before {
		left: 50%;
		margin-left: -18px;
	}
	.content-1.extended.right .row > div {
		text-align: right;
	}
	.content-1.extended.right .row > div h2 {
		left: 6px;
		text-align: right;
	}
	.content-1.extended.right .row > div p {
		text-align: right;
	}
	.content-1.extended.right .row > div p:before {
		left: auto;
		right: 0;
		margin-left: 0;
	}
}
.msgbox-1 {
	padding: 0 20px;
}
.msgbox-1 .container {
	padding: 41px 0 41px;
}
@media (max-width: 767px) {
	.msgbox-1 .container {
		padding: 68px 0 93px;
		text-align: center;
	}
}
.msgbox-1 h1,
.msgbox-1 h2 {
	letter-spacing: 4px;
	line-height: 33px;
	margin-bottom: 0;
	margin-top: 10px;
}
@media (max-width: 767px) {
	.msgbox-1 h1,
	.msgbox-1 h2 {
		margin-bottom: 0;
		line-height: 48px;
	}
}
.msgbox-1 p {
	color: #777;
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 0;
	padding-bottom: 13px;
	padding-top: 28px;
	text-align: left;
}
@media (max-width: 767px) {
	.msgbox-1 p {
		padding-bottom: 10px;
		padding-top: 26px;
	}
	.msgbox-1 p:before {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 36px;
		height: 3px;
		background: #252525;
		content: "";
		margin-bottom: 35px;
	}
}
@media (max-width: 767px) {
	.msgbox-1 .btn {
		margin-top: 26px;
	}
}
@media (max-width: 480px) {
	.msgbox-1 .btn {
		display: block;
	}
}
.msgbox-1.black,
.msgbox-1.red {
	background: #3c3c3c;
	color: #fff;
}
.msgbox-1.black h1:after,
.msgbox-1.black h2:after,
.msgbox-1.red h1:after,
.msgbox-1.red h2:after {
	background: #fff;
}
.msgbox-1.black p,
.msgbox-1.red p {
	color: #bbb;
}
.msgbox-1.black p:before,
.msgbox-1.red p:before {
	background: #fff;
}
.msgbox-1.black .btn-default,
.msgbox-1.red .btn-default {
	border-color: #fff;
	color: #fff;
}
.msgbox-1.black .btn-default:hover,
.msgbox-1.black .btn-default:focus,
.msgbox-1.black .btn-default.focus,
.msgbox-1.black .btn-default:active,
.msgbox-1.black .btn-default.active,
.open > .dropdown-toggle.msgbox-1.black .btn-default,
.msgbox-1.red .btn-default:hover,
.msgbox-1.red .btn-default:focus,
.msgbox-1.red .btn-default.focus,
.msgbox-1.red .btn-default:active,
.msgbox-1.red .btn-default.active,
.open > .dropdown-toggle.msgbox-1.red .btn-default {
	background-color: #fff;
	border-color: #fff;
	color: #252525;
}
.msgbox-1.red {
	background: #fa7f61;
}
.msgbox-1.red ::-moz-selection {
	background: #252525;
}
.msgbox-1.red ::selection {
	background: #252525;
}
.msgbox-1.red p {
	color: #fff;
}
.msgbox-1.gray {
	background: #f0f0f0;
	border-top: 1px solid #e5e5e5;
}
.msgbox-1.gray .container {
	padding-top: 40px;
}
@media (max-width: 767px) {
	.msgbox-1.gray .container {
		padding-top: 67px;
	}
}
.hero-1 {
	overflow: hidden;
	padding: 0 20px;
	position: relative;
	table-layout: fixed;
}
.hero-1 .container {
	padding: 0;
	position: relative;
	z-index: 2;
}
.hero-1 .row .hero {
	color: #252525;
}
.hero-1 .row .hero h1 {
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 17px;
}
@media (max-width: 480px) {
	.hero-1 .row .hero h1,
	.hero-1 .row .hero h2 {
		font-size: 37px;
	}
}
.hero-1 .row .hero p {
	font-size: 21px;
}
@media (max-width: 480px) {
	.hero-1 .row .hero p {
		font-size: 19px;
	}
}
.hero-1 .row .group {
	margin-top: 23px;
}
.hero-1 .row .group .btn + .btn {
	margin-left: 10px;
}
@media (max-width: 480px) {
	.hero-1 .row .group .btn {
		display: block;
	}
	.hero-1 .row .group .btn + .btn {
		margin: 10px 0 0;
	}
}
@media (max-width: 767px) {
	.hero-1 .row {
		text-align: center;
	}
}
.hero-1.center {
	text-align: center;
}
.hero-1.center .container {
	width: 100% !important;
}
.hero-1.center .row > div {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.hero-1.inverse {
	background-color: #3c3c3c;
}
.hero-1.inverse .row .hero {
	color: #fff;
}
.hero-1.inverse .row .btn-default {
	border-color: #fff;
	color: #fff;
}
.hero-1.inverse .row .btn-default:hover,
.hero-1.inverse .row .btn-default:focus,
.hero-1.inverse .row .btn-default.focus,
.hero-1.inverse .row .btn-default:active,
.hero-1.inverse .row .btn-default.active,
.open > .dropdown-toggle.hero-1.inverse .row .btn-default {
	background-color: #fff;
	border-color: #fff;
	color: #252525;
}
.hero-1.inverse a:link, 
.hero-1.inverse a:visited,
.hero-1.inverse a:hover, 
.hero-1.inverse a:active {
	color:#ffffff;
}
.hero-1 a:link, 
.hero-1 a:visited,
.hero-1 a:hover, 
.hero-1 a:active {
	color:#252525;
}
.content-2 {
	overflow: hidden;
	padding: 71px 20px 70px;
}
.content-2.col-4 .row > div {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.content-2.col-4 .row > div {
		float: left;
		width: 50%;
	}
}
@media (min-width: 992px) {
	.content-2.col-4 .row > div {
		float: left;
		width: 25%;
	}
}
.content-2.col-3 .row > div {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.content-2.col-3 .row > div {
		float: left;
		width: 33.33333333%;
	}
}
@media (min-width: 992px) {
	.content-2.col-3 {
		padding-top: 64px;
	}
	.content-2.col-3 .thumbnail h3 {
		margin-top: 4px;
	}
	.content-2.col-3 .thumbnail p + p {
		margin-top: 37px;
	}
}
.content-2.col-2 .row > div {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.content-2.col-2 .row > div {
		float: left;
		width: 50%;
	}
}
@media (min-width: 992px) {
	.content-2.col-2 {
		padding-top: 48px;
	}
	.content-2.col-2 .thumbnail > img {
		width: 100%;
		max-width: 300px;
	}
	.content-2.col-2 .thumbnail h3 {
		margin-top: -14px;
		margin-bottom: 20px;
		font-size: 25px;
		letter-spacing: 6px;
		line-height: 48px;
	}
	.content-2.col-2 .thumbnail p {
		font-size: 17px;
		line-height: 27px;
	}
	.content-2.col-2 .thumbnail .btn {
		padding: 16px 27px;
		font-size: 18px;
		line-height: 1.3333333;
		border-radius: 0px;
		font-size: 14px;
		letter-spacing: 2px;
	}
}
@media (max-width: 767px) {
	.content-2 {
		padding: 0 20px;
	}
	.content-2 .row > div:nth-child(2n) {
		background: #f0f0f0;
		border-top: 1px solid #e5e5e5;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.content-2.col-4 {
		padding: 64px 20px 70px;
	}
	.content-2.col-4 .row > div + div + div {
		margin-top: 39px;
	}
	.content-2.col-4 .thumbnail h3 {
		margin-top: 4px;
		margin-bottom: 32px;
	}
	.content-2.col-4 .thumbnail p + p {
		margin-top: 37px;
	}
	.content-2.col-3 {
		padding-top: 73px;
	}
	.content-2.col-3 .thumbnail h3 {
		margin-top: 12px;
		margin-bottom: 33px;
	}
	.content-2.col-3 .thumbnail p + p {
		margin-top: 36px;
	}
	.content-2.col-2 {
		padding-top: 64px;
	}
	.content-2.col-2 .thumbnail h3 {
		margin-top: 4px;
		margin-bottom: 33px;
	}
	.content-2.col-2 .thumbnail p + p {
		margin-top: 36px;
	}
}
.content-2 .container {
	padding: 0;
}
.content-2 .row {
	margin-left: -24px;
	margin-right: -24px;
}
.content-2 .thumbnail {
	background: none;
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
@media (max-width: 767px) {
	.content-2 .thumbnail {
		padding-top: 52px;
		padding-bottom: 70px;
		margin-bottom: 0;
	}
}
.content-2 .thumbnail > img {
	max-width: 50%;
}
@media (max-width: 767px) {
	.content-2 .thumbnail > img {
		width: 100%;
		max-width: 300px;
	}
}
.content-2 .thumbnail h3 {
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 32px;
	margin-top: 11px;
}
@media (max-width: 767px) {
	.content-2 .thumbnail h3 {
		font-size: 25px;
		letter-spacing: 6px;
		line-height: 48px;
		margin-bottom: 20px;
		margin-top: -14px;
	}
}
.content-2 .thumbnail p {
	color: #999;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
}
.content-2 .thumbnail p + p {
	margin-top: 37px;
	margin-bottom: 14px;
	text-align: center;
}
@media (max-width: 767px) {
	.content-2 .thumbnail p {
		font-size: 17px;
		line-height: 27px;
	}
}
@media (max-width: 767px) {
	.content-2 .thumbnail .btn {
		padding: 16px 27px;
		font-size: 18px;
		line-height: 1.3333333;
		border-radius: 0px;
		font-size: 14px;
		letter-spacing: 2px;
	}
}
@media (max-width: 480px) {
	.content-2 .thumbnail .btn {
		display: block;
	}
}
.pricing-table-1 {
	background: #f0f0f0;
	border-top: 1px solid #e5e5e5;
	padding: 99px 0 67px;
}
.pricing-table-1 .container {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}
.pricing-table-1.col-4 .row > div {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding: 0;
}
@media (min-width: 768px) {
	.pricing-table-1.col-4 .row > div {
		float: left;
		width: 25%;
	}
}
.pricing-table-1.col-3 .container {
	max-width: 750px;
}
.pricing-table-1.col-3 .row > div {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding: 0;
}
@media (min-width: 768px) {
	.pricing-table-1.col-3 .row > div {
		float: left;
		width: 33.33333333%;
	}
}
.pricing-table-1.col-2 .container {
	max-width: 600px;
}
.pricing-table-1.col-2 .row > div {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding: 0;
}
@media (min-width: 768px) {
	.pricing-table-1.col-2 .row > div {
		float: left;
		width: 50%;
	}
}
.pricing-table-1 .plan {
	-webkit-box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
	box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
	background: #fff;
	color: #484f5a;
	margin-right: 1px;
	padding-bottom: 41px;
	text-align: center;
}
.pricing-table-1 .plan h3 {
	background: #323b44;
	border-radius: 7px 7px 0 0;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0;
	padding: 18px 0 19px;
	position: relative;
	top: -7px;
}
.pricing-table-1 .plan p {
	margin-bottom: 0;
}
.pricing-table-1 .plan .price {
	font-size: 80px;
	letter-spacing: 1px;
	padding: 7px 0 0;
}
.pricing-table-1 .plan .price small {
	color: #aaa;
	display: block;
	font-size: 13px;
	margin-top: -11px;
	padding-bottom: 19px;
}
.pricing-table-1 .plan .price strong {
	font-weight: normal;
	left: -10px;
	position: relative;
}
.pricing-table-1 .plan .price sup {
	display: inline-block;
	font-size: 32px;
	margin: 58px 0 0 -4px;
	position: relative;
	vertical-align: top;
	width: 25px;
}
.pricing-table-1 .plan .price:after {
	background: #eee;
	content: "";
	display: block;
	height: 1px;
	margin: 20px auto 0;
	width: 80%;
}
.pricing-table-1 .plan ul {
	font-size: 14px;
	list-style: none;
	margin: 36px 0 35px;
	padding-left: 0;
}
.pricing-table-1 .plan ul li {
	margin-bottom: 12px;
}
@media (min-width: 480px) and (max-width: 767px) {
	.pricing-table-1 .plan .price {
		font-size: 120px;
		line-height: 142px;
	}
	.pricing-table-1 .plan .price small {
		font-size: 16px;
		margin-top: -1px;
		padding-bottom: 18px;
		line-height: 23px;
	}
	.pricing-table-1 .plan .price sup {
		font-size: 36px;
		margin: 77px 0 0 -4px;
	}
	.pricing-table-1 .plan ul {
		font-size: 16px;
		margin-top: 35px;
	}
	.pricing-table-1 .plan .btn {
		padding: 16px 27px;
		font-size: 18px;
		line-height: 1.3333333;
		border-radius: 0px;
		font-size: 14px;
		letter-spacing: 2px;
	}
}
.pricing-table-1 .favorite {
	-webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.35);
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.35);
	margin-left: -5px;
	margin-right: -5px;
	padding-bottom: 54px;
	position: relative;
	top: -13px;
	z-index: 2;
}
.pricing-table-1 .favorite h3 {
	background: #f97352;
}
.pricing-table-1 .favorite .price {
	padding-top: 20px;
}
.pricing-table-1 .favorite .price strong {
	left: -8px;
}
.pricing-table-1 .green h3 {
	background: #7ac673;
}
.pricing-table-1 .blue h3 {
	background: #27aae0;
}
.pricing-table-1 .orange h3 {
	background: #faaf40;
}
@media (max-width: 767px) {
	.pricing-table-1 {
		padding: 30px 20px 10px 20px;
	}
	.pricing-table-1 .plan {
		margin-bottom: 20px;
	}
	.pricing-table-1 .favorite {
		margin-left: 0;
		margin-right: 0;
		top: 0;
	}
	body .footer-1 p {
		line-height: 18px !important;
		padding-bottom: 40px
	}
	.footer-1 {
		padding-top: 40px !important;
	}
}

body .footer-1 {
	padding-top: 40px !important;
	padding-bottom:  40px !important;
	background-color: #444444;
	padding: 0 20px;
	width: 100%;
}

body .footer-1 .container {
	padding: 0;
}
body .footer-1 p {
	color: #9c9c9c;
	font-size: 13px;
	/*line-height: 93px;*/
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 1px;
}
@media (max-width: 767px) {
	body .footer-1 p {
		text-align: center;
	}
}

#map {
	width: 100%;
	height: 600px;
}

#contact:before { 
  display: block; 
  content: " "; 
  margin-top: -53px; 
  height: 53px; 
  visibility: hidden; 
}
	