@charset "UTF-8";
@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=Dancing+Script:700|Raleway:400,300,500,600);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
	color: #585858;
	font: 400 14px/24px "Raleway", sans-serif;
	-webkit-text-size-adjust: none;
}
img {
	max-width: 100%;
	height: auto;
}
h3 a:hover, h4 a:hover, h6 a:hover {
	color: #80c2c0;
}
h2 a:hover, h5 a:hover {
	color: #585858;
}
h1 {
	font-family: 'Dancing Script', cursive;
	font-size:45px;
	line-height: 50px;
	font-weight: 700;
}
h2 {
	font-family: 'Dancing Script', cursive;
	font-weight: 700;
	font-size: 74px;
	line-height: 74px;
	color: #80c2c0;
}
h3 {
	font-size:22px;
	line-height:35px;
	text-transform: uppercase;
	font-weight: 600;
}
h3 span {
	display: block;
}
h3:after {
	content: '';
	display: inline-block;
	width: 45px;
	height: 2px;
	background: #585858;
	vertical-align: top;
	margin-top: 15px;
}
h3.mod:after {
	display: none;
}
h4 {
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 600;
}
h4.mod {
	font-weight: 400;
	vertical-align: baseline;
	padding-top:30px;
}
 @media (max-width: 1199px) and (min-width: 768px) {
 h4.mod {
 text-align: right;
}
}
h4.mod .lg {
	display: block;
	text-align: right;
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	padding-top: 7px;
}
h4.mod .fa {
	font-size: 30px;
	line-height: 30px;
	margin-right: 10px;
	vertical-align: baseline;
}
h4.mod2 span {
	display: block;
}
h4.mod2:after {
	content: '';
	display: inline-block;
	width: 45px;
	height: 2px;
	background: #80c2c0;
	margin-top: 15px;
}
h5 {
	font-size: 18px;
	line-height: 30px;
	color: #e46092;
	font-weight: 600;
}
h5 span {
	display: block;
}
h5:after {
	content: '';
	display: inline-block;
	width: 45px;
	height: 2px;
	background: #80c2c0;
	margin-top: 15px;
}
h5.mod:after {
	display: none;
}
h5.mod + * {
	margin-top: 10px;
}
h6 {
	font-weight: 600;
}
p a:hover, .marked-list a:hover, .list a:hover, .addr a:hover {
	text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa, .addr .fa {
	text-decoration: none;
}
time {
	display: block;
}
a {
	font: inherit;
	color: inherit;
	text-decoration: none;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
a:focus {
	outline: none;
}
a:active {
	background-color: transparent;
}
 a[href^="tel:"], a[href^="callto:"] {
 color: inherit;
 text-decoration: none;
}
strong {
	font-weight: 700;
}
.fa {
	line-height: inherit;
}
 [class*='fa-']:before {
 font-weight: 400;
 font-family: "FontAwesome";
}
.page {
	overflow: hidden;
	min-height: 500px;
}
.lt-ie9 .page {
	min-width: 1200px;
}
.container {
	position: relative;
}
/*=======================================================
                       Main Layout
=========================================================*/
h2 + * {
	margin-top: 15px;
}
h3 + * {
	margin-top: 10px;
}
* + .btn {
	margin-top: 40px;
}
* + .btn2 {
	margin-top: 20px;
}
.row + .row {
	margin-top: 35px;
}
* + h4 {
	margin-top: 30px;
}
h4 + * {
	margin-top: 8px;
}
* + h5 {
	margin-top: 10px;
}
h5 + * {
	margin-top: 18px;
}
h3 + h5 {
	margin-top: 5px;
}
h3 + h5 + * {
	margin-top: 30px;
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
	display: inline-block;
	width: 247px;
	height: 247px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	background: #80c2c0;
}
.brand_name {
	position: relative;
	margin-top: 82px;
}
.brand_name:before {
	content: url(../images/rose_sm.png);
	position: absolute;
	top: -52px;
	left: 59%;
	margin-left: -56px;
	line-height: 0;
}
.brand_name:after {
	content: url(../images/logo-line.png);
	position: absolute;
	top: 50px;
	left: 59%;
	margin-left: -69px;
	line-height: 0;
}
.brand_slogan {
	font-size: 16px;
	line-height: 16px;
	text-transform:uppercase;
	padding-top:30px;
}
.brand-slogan {
	font-size: 16px;
	text-transform:uppercase;
	padding-top:5px;
}
.brand:after {
	content: url(../images/logo-line.png);
	display: block;
	display:none;
}
.brand:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 8px;
	border-radius: 50%;
	border: 2px solid #fff;
}
.brand-slogan-call {
	text-align: right;
	font-size: 18px;
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 25px;
}
/*==================  Backgrounds  ======================*/
.bg-primary {
	background: #80c2c0;
}
.bg-primary .btn2:hover {
	color: #80c2c0;
}
.bg-default {
	background: #585858;
}
.bg-default .btn2:hover {
	color: #585858;
}
.bg-primary, .bg-default {
	position: relative;
	color: #fff;
}
.bg-primary h3:after, .bg-primary h5:after, .bg-default h3:after, .bg-default h5:after {
	background: #fff;
}
.bg-h {
	position: relative;
}
.bg-h:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	background: #88cfcd;
}
 @media (max-width: 767px) {
 .bg-h:before {
 display: none;
}
}
.full {
	position: relative;
}
.full_left, .full_right {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
}
.full_right {
	right: 0;
}
.full_left {
	left: 0;
}
.full-inner {
	position: relative;
	padding: 35px 0 40px;
}
.full .bg-primary:before, .full .bg-default:before {
	content: '';
	position: absolute;
	display: block;
	width: 2000px;
	height: 100%;
	top: 0;
}
.full .bg-default:before {
	background: #585858;
	left: -15px;
}
.full .bg-default .full-inner {
	padding-left: 20px;
}
.full .bg-primary:before {
	background: #80c2c0;
	right: -15px;
}
 @media (max-width: 1199px) and (min-width: 768px) {
 .full .bg-primary:before {
 right: -10px;
}
 .full .bg-default:before {
 left: -10px;
}
}
 @media (max-width: 767px) {
 .full_left, .full_right {
 display: none;
}
 .full .bg-primary {
 margin: 0;
}
 .full .bg-primary:before {
 right: -500px;
}
 .full .bg-default {
 margin: 0;
}
 .full .bg-default:before {
 left: -500px;
}
}
.location1 {
	background: no-repeat url(../images/robins_nest.jpg) top center;
	background-size: cover;
}
.location2 {
	background: no-repeat url(../images/lookout_mountain.jpg) top center;
	background-size: cover;
}
.bg1 {
	background: no-repeat url(../images/bg1.jpg) top center;
	background-size: cover;
}
.bg2 {
	background: no-repeat url(../images/bg2.jpg) top center;
	background-size: cover;
}
.bg3 {
	background: no-repeat url(../images/bg3.jpg) top center;
	background-size: cover;
}
.bg4 {
	background: no-repeat url(../images/bg4.jpg) top center;
	background-size: cover;
}
.bg5 {
	background: no-repeat url(../images/bg5.jpg) top center;
	background-size: cover;
}
.bg6 {
	background: no-repeat url(../images/bg6.jpg) top center;
	background-size: cover;
}
.mt2 {
	margin-top: 490px;
}
/*==================    Buttons    ======================*/
.btn, .btn2 {
	display: inline-block;
	border: 2px solid #bfe0df;
	padding: 8px 18px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 30px;
}
.btn:after, .btn2:after {
	content: '\f101';
	font-family: 'FontAwesome';
	padding-left: 10px;
}
.btn {
	color: #80c2c0;
}
.btn:hover {
	background: #80c2c0;
	color: #fff;
}
.btn:active {
	background: #5eb1af;
}
.btn2 {
	color: #fff;
	border-color: #fff;
}
.btn2:hover {
	background: #fff;
	color: #585858;
}
.btn2:active {
	background: #f2f2f2;
}
/*==================      Box      ======================*/
.box {
	position: relative;
	padding-bottom: 50px;
	background: no-repeat url(../images/bottom-line.png) bottom center;
	background-size: contain;
	text-align: center;
}
.box2 {
	padding: 30px;
	text-align: center;
}
.box2_cnt {
	background: rgba(255, 255, 255, 0.9);
	padding: 40px 30px 25px;
}
.box2_cnt * + .btn {
	margin-top: 20px;
}
.box2_cnt2 {
	background: rgba(255, 255, 255, 0.9);
	padding: 60px 60px 70px;
}
.box2_cnt2 h3 {
	font-weight: 600;
}
.box2_cnt2 h3:after {
	background: #80c2c0;
	margin-top: 30px;
}
.box2_cnt2 h3 + * {
	margin-top: 20px;
}
.box2_bg1 {
	background: no-repeat url(../images/page-1_img08.jpg) center center;
	background-size: cover;
}
.box2_bg2 {
	background: no-repeat url(../images/page-1_img09.jpg) center center;
	background-size: cover;
}
.box2_bg3 {
	background: no-repeat url(../images/page-1_img10.jpg) center center;
	background-size: cover;
}
.box2_bg4 {
	background: no-repeat url(../images/page-3_img10.jpg) center center;
	background-size: cover;
}
 @media (max-width: 979px) and (min-width: 768px) {
 .box2 {
 padding: 15px;
}
 .box2_cnt {
 padding-left: 20px;
 padding-right: 20px;
}
}
 @media (max-width: 479px) {
 .box2 {
 padding: 15px;
}
 .box2_cnt {
 padding-left: 20px;
 padding-right: 20px;
}
 .box2_cnt2 {
 padding-left: 20px;
 padding-right: 20px;
}
}
.box3:before, .box3:after {
	display: table;
	content: "";
	line-height: 0;
}
.box3:after {
	clear: both;
}
.box3_aside {
	float: left;
	margin-right: 25px;
}
 @media (max-width: 979px) {
 .box3_aside {
 float: none;
 margin: 0 0 20px;
}
}
.box3_aside img {
	margin-top: 5px;
}
.box3_cnt__no-flow {
	overflow: hidden;
}
.box3 + .box3 {
	margin-top: 45px;
}
.box3 * + .btn {
	margin-top: 25px;
}
.box4 {
	position: relative;
}
.box4 img {
	width: 100%;
}
.box4_cnt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 30px 30px;
	background: rgba(255, 255, 255, 0.9);
	padding: 30px 5px 20px;
}
 @media (max-width: 1199px) {
 .box4_cnt {
 padding: 10px 5px;
 margin: 0 10px 10px;
}
}
.box4 h5:after {
	display: none;
}
.box4 * + h5 {
	margin-top: 0;
}
/*==================      Lists      ======================*/
.social-list li {
	display: inline-block;
}
.social-list li a {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	background: #80c2c0;
	border-radius: 50%;
}
.social-list li a:hover {
	background: #585858;
}
 @media (max-width: 479px) {
 .social-list li a {
 width: 40px;
 height: 40px;
 line-height: 40px;
}
}
.social-list li + li {
	margin-left: 7px;
}
* + .social-list {
	margin-top: 14px;
}
.marked-list li {
	position: relative;
	padding-left: 15px;
	text-transform: uppercase;
	text-align:left;
}
.marked-list li:before {
	content: '\f101';
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 24px;
}
.marked-list li + li {
	margin-top: 14px;
}
 @media (max-width: 979px) and (min-width: 768px) {
 .marked-list li {
 font-size: 12px;
 letter-spacing: -.5px;
}
}
.marked-list2 li {
	position: relative;
	padding-left: 18px;
}
.marked-list2 li:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #80c2c0;
	border-radius: 50%;
}
.marked-list2 li + li {
	margin-top: 18px;
}
.list1:before, .list1:after {
	display: table;
	content: "";
	line-height: 0;
}
.list1:after {
	clear: both;
}
.list1 li {
	float: left;
	padding: 30px 1% 45px;
	width: 23%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 30px;
}
.list1 li span {
	display: block;
	font-size: 50px;
	line-height: 60px;
	padding-bottom: 5px;
}
.list1 li:first-child {
	background: #80c2c0;
}
 .list1 li:nth-child(2) {
 background: #82c6c4;
}
 .list1 li:nth-child(3) {
 background: #85cac8;
}
 .list1 li:nth-child(4) {
 background: #88cfcd;
}
 @media (max-width: 767px) {
 .list1 li {
 float: none;
 width: 98%;
}
}
/*========================   Menu   ==========================*/
.sf-menu {
	display: inline-block;
}
.sf-menu:before, .sf-menu:after {
	display: table;
	content: "";
	line-height: 0;
}
.sf-menu:after {
	clear: both;
}
.sf-menu > li {
	position: relative;
	float: left;
}
.sf-menu > li + li {
	margin-left: 4px;
}
 @media (max-width: 979px) and (min-width: 768px) {
 .sf-menu > li + li {
 margin-left: 12px;
}
}
.sf-menu a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}
.sf-menu > li > a {
	color: #585858;
	padding: 0 10px;
}
 @media (max-width: 979px) and (min-width: 768px) {
 .sf-menu > li > a {
 padding: 0;
}
}
.sf-menu > li > a:after {
	content: '';
	background: #80c2c0;
	width: 0;
	height: 2px;
	display: inline-block;
	position: absolute;
	bottom: -1px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:after, .sf-menu > li.active > a:after {
	width: 100%;
}
.sf-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 250px;
	margin-top: 43px;
	padding: 35px 25px 30px;
	background: #80c2c0;
	z-index: 2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sf-menu ul > li + li {
	margin-top: 13px;
}
.sf-menu ul > li > a {
	color: #FFF;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
	color: #585858;
}
.sf-menu ul ul {
	position: static;
	top: 100%;
	width: auto;
	margin-top: 0;
	margin-left: 20px;
	padding: 10px 0 0;
	z-index: 4;
}
.sf-menu ul ul > li > a {
	color: #FFF;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
	color: #585858;
}
.sf-menu > li > .sf-with-ul {
	position: relative;
}
.sf-menu > li > .sf-with-ul:before {
	position: absolute;
	left: 50%;
	top: 62%;
	margin-left: -6px;
	content: "ïƒ—";
	font: 400 12px/12px "FontAwesome";
}
 @media (max-width: 767px) {
 .sf-menu {
 display: none;
}
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 9999999;
	text-align: left;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.rd-mobilemenu.active {
	right: 0;
}
.rd-mobilemenu_ul {
	position: fixed;
	top: -56px;
	left: 0;
	bottom: -56px;
	width: 240px;
	padding: 132px 0 76px;
	color: #666;
	background: #FFF;
	font-size: 14px;
	line-height: 20px;
	overflow: auto;
	-webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
	-o-transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	transform: translateX(-240px);
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.rd-mobilemenu_ul a {
	display: block;
	padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
	background: #f5f5f5;
	color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
	background: #80c2c0;
	color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
	position: absolute;
	top: 50%;
	right: 11px;
	margin-top: -17.5px;
	width: 32px;
	height: 32px;
	font: 400 10px "FontAwesome";
	line-height: 32px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	z-index: 1;
	background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
	content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
	background: #FFF;
	color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
	position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
	padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
	padding-left: 60px;
}
.rd-mobilemenu_ul:after {
	content: '';
	display: block;
	height: 20px;
}
.rd-mobilepanel {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 56px;
	background: #FFF;
	color: #000;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	z-index: 99999991;
}
.rd-mobilepanel_title {
	position: fixed;
	top: 4px;
	left: 56px;
	right: 56px;
	color: #000;
	font-size: 24px;
	line-height: 48px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rd-mobilepanel_toggle {
	position: fixed;
	top: 4px;
	left: 8px;
	width: 48px;
	height: 48px;
}
.rd-mobilepanel_toggle span {
	position: relative;
	display: block;
	margin: auto;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
	top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
	width: 24px;
	height: 4px;
	background-color: #000;
	backface-visibility: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.rd-mobilepanel_toggle span {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
	-moz-transform-origin: 1.71429px center;
	-ms-transform-origin: 1.71429px center;
	-o-transform-origin: 1.71429px center;
	-webkit-transform-origin: 1.71429px center;
	transform-origin: 1.71429px center;
	-moz-transform-origin: 1.71429px center;
	-ms-transform-origin: 1.71429px center;
	-o-transform-origin: 1.71429px center;
	-webkit-transform-origin: 1.71429px center;
	transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
	top: 0;
	width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
	-webkit-transform: rotate3d(0, 0, 1, -40deg);
	transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
	-webkit-transform: rotate3d(0, 0, 1, 40deg);
	transform: rotate3d(0, 0, 1, 40deg);
}
 @media (max-width: 767px) {
 body {
 padding-top: 56px;
}
 .rd-mobilemenu, .rd-mobilepanel {
 display: block;
}
}
@media (max-width: 359px) {
 .rd-mobilepanel_title {
 font-size: 18px;
}
.brand-slogan-home {
display:none;
}
}
/*==================  Stuck menu  ======================*/
.stuck_container {
	background: rgba(255, 255, 255, 0.9);
	padding-top: 50px;
	padding-bottom: 50px;
}
.isStuck {
	padding-top: 25px;
	padding-bottom: 25px;
	z-index: 999;
	border-bottom: 1px solid #80c2c0;
}
.isStuck .brand {
	display: none;
}
.isStuck .brand_small{
    display: block;
}
.isStuck .sf-menu > li > ul {
	margin-top: 25px;
}
.menu_first_row{
    padding-left:180px;
}
 @media only screen and (max-width: 979px) {
 .isStuck {
 display: none !important;
}
}
@media only screen and (max-width: 768px) {
 .menu_first_row{
    padding-left:0px;
}   
}
/*==================     ToTop     ======================*/
.toTop {
	width: 50px;
	height: 50px;
	font-size: 24px;
	line-height: 46px;
	color: #fff;
	background: #dfdfdf;
	border-radius: 50%;
	-webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	position: fixed;
	right: 40px;
	bottom: 40px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
}
.toTop:hover {
	color: #fff;
	background: #80c2c0;
	text-decoration: none;
}
.mobile .toTop, .tablet .toTop {
	display: none !important;
}
/*==================   Thumbnail    ======================*/
.thumb {
	display: block;
	position: relative;
	overflow: hidden;
}
.thumb img {
	width: 100%;
	height: auto;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.thumb_overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	color: #fff;
	background: transparent;
}
.thumb_overlay:before {
	content: "ï?¥";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	font: 400 30px "FontAwesome";
	line-height: 30px;
	margin-top: -15px;
	text-align: center;
}
.lt-ie9 .thumb_overlay:before {
	display: none;
}
.thumb:hover .thumb_overlay {
	opacity: 1;
	background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
	background: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
	zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
	display: block;
}
.thumb:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
	position: relative;
	padding-top: 60px;
	padding-bottom: 80px;
}
header .brand {
	position: absolute;
	left: 0;
	top: -86px;
}
 @media (max-width: 767px) {
 header .brand {
 top: -40px;
}
}
header .nav {
	float: right;
}
 @media (max-width: 767px) {
 header {
 text-align: center;
}
 header .nav {
 float: none;
}
 header .brand {
 position: relative;
 top: 0;
}
}
header.header-bg {
	background: no-repeat url(../images/header-bg.jpg) center center;
	background-size: cover;
}
header.header-abs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
 @media (max-width: 767px) {
 header.header-abs {
 padding: 80px 0 30px;
}
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
	display: block;
}
.tc {
	text-align: center;
}
.mt1, .row.mt1 {
	margin-top: 45px;
}
.text1 {
	font-weight: 300;
	font-size: 18px;
	line-height:32px;
	padding:20px;/*================== New ======================*/

}
.quote:before, .quote:after {
	display: table;
	content: "";
	line-height: 0;
}
.quote:after {
	clear: both;
}
.quote_aside {
	float: left;
	margin-right: 30px;
}
.quote_aside img {
	width: inherit !important;
	border-radius: 50%;
}
 @media (max-width: 767px) {
 .quote_aside {
 float: none;
 margin: 0 0 20px;
}
 .quote_aside img {
 margin: 0 auto;
}
}
.quote_cnt__no-flow {
	overflow: hidden;
	padding-top: 10px;
}
.quote h4:before {
	content: '';
	display: block;
	width: 45px;
	height: 2px;
	background: #80c2c0;
	margin-bottom: 25px;
}
.addr {
	padding: 40px 0 45px;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	vertical-align: baseline;
}
.addr .fa {
	font-size: 30px;
	line-height: 40px;
	margin-right: 5px;
	vertical-align: baseline;
}
.addr a {
	white-space: nowrap;
	vertical-align: baseline;
}
 @media (max-width: 767px) {
 .addr {
 text-align: center;
}
}
.border {
	border: 2px solid #dfdfdf;
	padding: 45px;
}
 @media (max-width: 479px) {
 .border {
 padding-left: 20px;
 padding-right: 20px;
}
}
.circle {
	width: 85px;
	height: 85px;
	background: #80c2c0;
	border-radius: 50%;
	text-align: center;
	line-height: 85px;
	color: #fff;
	font-size: 24px;
}
.policy-link {
	text-transform: uppercase;
	font-size: 18px;
}
* + .policy-link {
	margin-top: 35px;
}
.terms h4 + * {
	margin-top: 12px;
}
.terms p + h4 {
	margin-top: px;
}
.terms h3 + h4 {
	margin-top: 10px;
}
/*==================      Well     ======================*/
.well1 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.well2 {
	padding-bottom: 70px;
	padding-top: 70px;
}
.well3 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.well4 {
	padding-bottom: 85px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer .copy {
	margin-top: 10px;
}
.footer-bottom {
	padding-top: 65px;
	padding-bottom: 30px;
}
#time {
	position: absolute !important;
	left: 0 !important;
	width: 100% !important;
	height: auto !important;
	overflow: hidden !important;
	opacity: inherit !important;
}
#timetype_of_event {
	position: absolute !important;
	left: 0 !important;
	width: 100% !important;
	height: auto !important;
	overflow: hidden !important;
	opacity: inherit !important;
}
#type_of_service {
	position: absolute !important;
	left: 30px !important;
	width: 98% !important;
	height: auto !important;
	overflow: hidden !important;
	opacity: inherit !important;
}
 ..mfProgress {
display:block !important;
}
section #homeform .well3 {
	padding-bottom: 0px !important;
}
 @media (max-width: 767px) {
.container, .container-fluid {
 width: 92%;
 padding: 0;
}
h2 {
font-size:60px;
}
.stuck_container {
 background: none;
}
.rd-mobilepanel_title {
display:none;
}
.brand-slogan-home {
display:none;
}
.brand-slogan-call {
    font-size: 15px;
    line-height: 18px;
    padding-top: 20px;
    padding-left: 14%;
    float: left;
	    padding-right: 15px;
}
.social-list li a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	background: #80c2c0;
	border-radius: 50%;
}
/*================== New ======================*/

header .celebrating {
    position: absolute;
    left: 42% !important;
    top: -98px !important;
}
.hotels_left{float: none !important; width: 100% !important;}
.hotel_title{font-size: 24px !important;}
.hotel_side{font-size: 16px !important;}
.hotel_phone{font-size: 14px !important;}
.footer_link_1{display: block !important; margin-right: 0px !important;}
.footer_link_2{display: block !important;}
.brand_small{
    display: none !important;
}
}
 @media (max-width: 479px) {
.stuck_container {
 background: none;
}
 .container, .container-fluid {
 width: 92%;
 padding: 0;
}
h2 {
font-size:40px;
}
.rd-mobilepanel_title {
display:none;
}
.brand-slogan-home {
display:none;
}
.brand-slogan-call {
    font-size: 15px;
    line-height: 18px;
    padding-top: 20px;
    padding-left: 13%;
    float: left;
	    padding-right: 15px;
}
.social-list li a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	background: #80c2c0;
	border-radius: 50%;
}
/*================== New ======================*/

header .celebrating {
    position: absolute;
    left: 50% !important;
    margin-left: -32.5px;
    top: -70px !important;
    width: 65px;
    background: #FFFFFF;
    border-radius:50%;
}
}
 @media (max-width: 320px) {
.stuck_container {
 background: none;
}
 .container, .container-fluid {
 width: 92%;
 padding: 0;
}
h2 {
font-size:28px;
}
.rd-mobilepanel_title {
display:none;
}
.brand-slogan-home {
display:none;
}
.brand-slogan-call {
    font-size: 12px;
    line-height: 18px;
    padding-top: 20px;
    padding-left: 15%;
    float: left;
    padding-right: 10px;
}
.social-list li a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	background: #80c2c0;
	border-radius: 50%;
}
/*================== New ======================*/
header .celebrating {
    position: absolute;
    left: 50% !important;
    margin-left: -32.5px;
    top: -70px !important;
    width: 65px;
    background: #FFFFFF;
    border-radius:50%;
}
}



@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
.sf-menu a {
    font-size: 11px;
}
.list1 li span{font-size:35px;}
}

/*==================      New Start     ======================*/

header .celebrating {
    position: absolute;
    left: 24%;
    top: -8px;
}
header .brand_small{
    position: absolute;
    left: 12%;
    top: -8px;
    display: none;
}
.menu-box .box_inner {
    margin-right: 5%;
    width: 100%;
    box-shadow: 0px 0px 13px 4px #dddddd;
}
/*==================      New End     ======================*/.antispam{display: none;}
.hotel_item{}
.hotel_item2{margin-left: 30px; margin-bottom: 20px;}
.hotel_title{font-size: 30px; color: #80c2c0; font-family: "Dancing Script",cursive; font-weight: bold; margin-bottom: 10px;}
.hotel_side{font-size: 18px; color: #666666; position: relative;}
.hotel_phone{font-size: 16px; margin-bottom: 5px; color: #666666;}
.hotel_info{color: #666666; font-size: 14px; line-height: 18px; margin-top: 10px; max-width: 380px; word-wrap: break-word;}
.hotel_info a{color: #3276bb; text-decoration: none;}
.hotel_item hr{color: #80c2c0; background-color: #80c2c0; margin: 20px 0px; width: 70%; height: 2px; border: none;}
.hotels_left{float: left; width: 50%;}
.hotel_container{margin: 0 auto; text-align: left;}
.hotel_link{background: #80c2c0; text-decoration: none; color: #FFFFFF; font-size: 12px; padding: 0px 15px; display: inline-block;}
.hotel_side_img{position: absolute; left: -21px; top: 1px; background:url(../images/CR_Trusted_sm.png); width: 19px; height: 19px;}
.blog-content-main{text-align: left;}
div.blog_container_section{margin-bottom: 2%;}
div.blog_container_image{width: 18%; margin-right: 2%; float: left; text-align: center;}
div.blog_container_image img{max-width: 100%; border: 0.25em solid #80c2c0; box-shadow: 5px 6px 8px 0 #000000;}
div.blog_container_main{width: 80%; float: left;}
div.blog_container_main a.heading{font-size: 20px; color: #000000; font-weight: bold; text-decoration: none; margin-right: 1%;}
div.blog_container_main span.posted{font-size: 14px;}
div.blog_container_main div.blog_content_container{font-size: 15px;}
.clear{clear: both;}
.alert-box {
    border-radius:10px;
    padding:10px 36px;
    margin:10px;
}
.error {
    background:#ffecec;
    border:1px solid #f5aca6;
}
.success {
    background:#e9ffd9;
    border:1px solid #a6ca8a;
}
.footer_link_1{display: inline-block; margin-right: 30px;}
.footer_link_2{display: inline-block;}


/* Set a height for map */
#map{height: 450px;}

/* Google maps card styles - COPIED */
.gm-style .place-card div,
.gm-style .place-card a,
.gm-style .default-card div,
.gm-style .default-card a {
  color: #5B5B5B;
  font-family: Roboto, Arial;
  font-size: 12px;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text
}

.gm-style .place-card,
.gm-style .default-card,
.gm-style .directions-card {
  cursor: default
}

.gm-style .place-card-large {
  padding: 9px 4px 9px 11px
}

.gm-style .place-card-medium {
  width: auto;
  padding: 9px 11px 9px 11px
}

.gm-style .default-card {
  padding: 5px 14px 5px 14px
}

.gm-style .place-card a:link,
.gm-style .default-card a:link,
.gm-style .directions-card a:link {
  text-decoration: none;
  color: #3a84df
}

.gm-style .place-card a:visited,
.gm-style .default-card a:visited,
.gm-style .directions-card a:visited {
  color: #3a84df
}

.gm-style .place-card a:hover,
.gm-style .default-card a:hover,
.gm-style .directions-card a:hover {
  text-decoration: underline
}

.gm-style .place-desc-large {
  width: 200px;
  display: inline-block
}

.gm-style .place-desc-medium {
  display: inline-block
}

.gm-style .place-card .place-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 14px;
  color: black
}

html[dir="rtl"] .gm-style .place-name {
  padding-right: 5px
}

.gm-style .place-card .address {
  margin-top: 6px
}

.gm-style .tooltip-anchor {
  width: 100%;
  position: relative;
  float: right;
  z-index: 1
}

.gm-style .star-entity .tooltip-anchor,
.gm-style .star-entity-medium .tooltip-anchor,
.gm-style .navigate-entity-medium .tooltip-anchor,
.gm-style .navigate .tooltip-anchor {
  width: 50%;
  display: none
}

.gm-style .star-entity:hover .tooltip-anchor,
.gm-style .star-entity-medium:hover .tooltip-anchor,
.gm-style .navigate-entity-medium:hover .tooltip-anchor,
.gm-style .navigate:hover .tooltip-anchor {
  display: inline
}

.gm-style .tooltip-anchor>.tooltip-tip-inner,
.gm-style .tooltip-anchor>.tooltip-tip-outer {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  background-color: transparent;
  position: absolute;
  left: -8px
}

.gm-style .tooltip-anchor>.tooltip-tip-outer {
  border-bottom: 8px solid #CBCBCB
}

.gm-style .tooltip-anchor>.tooltip-tip-inner {
  border-bottom: 8px solid white;
  z-index: 1;
  top: 1px
}

.gm-style .tooltip-content {
  position: absolute;
  top: 8px;
  left: -70px;
  line-height: 137%;
  padding: 10px 12px 10px 13px;
  width: 210px;
  margin: 0;
  border: 1px solid #CBCBCB;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: white
}

html[dir="rtl"] .gm-style .tooltip-content {
  left: -10px
}

.gm-style .star-entity-medium .tooltip-content {
  width: 110px
}

.gm-style .navigate {
  display: inline-block;
  vertical-align: top;
  height: 43px;
  padding: 0 7px
}

.gm-style .navigate-entity-medium {
  display: inline-block;
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin-top: 1px
}

.gm-style .navigate-link {
  display: block
}

.gm-style .place-card .navigate-text,
.gm-style .place-card .star-entity-text {
  margin-top: 5px;
  text-align: center;
  color: #3a84df;
  font-size: 12px;
  max-width: 55px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.gm-style .place-card .hidden {
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden
}

.gm-style .navigate-icon {
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin: 0 auto
}

.gm-style .navigate-icon {
  border: 0
}

.gm-style .navigate-separator {
  display: inline-block;
  width: 1px;
  height: 43px;
  vertical-align: top;
  background: -webkit-linear-gradient(top, #fbfbfb, #e2e2e2, #fbfbfb);
  background: -moz-linear-gradient(top, #fbfbfb, #e2e2e2, #fbfbfb);
  background: -ms-linear-gradient(top, #fbfbfb, #e2e2e2, #fbfbfb);
  background: -linear-gradient(top, #fbfbfb, #e2e2e2, #fbfbfb)
}

.gm-style .star-entity {
  display: inline-block;
  vertical-align: top;
  height: 43px;
  padding: 0 7px
}

.gm-style .star-entity .star-button {
  cursor: pointer
}

.gm-style .navigate-entity .navigate-button {
  cursor: pointer
}

.gm-style .star-entity-medium {
  display: inline-block;
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin-top: 1px
}

.gm-style .star-entity:hover .star-entity-text {
  text-decoration: underline
}

.gm-style .star-entity-icon-large {
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin: 0 auto
}

.gm-style .star-entity-icon-medium {
  width: 17px;
  height: 17px;
  top: 0px;
  overflow: hidden;
  margin: 0 auto
}

.gm-style .navigate-entity-icon-medium {
  width: 17px;
  height: 17px;
  top: 0px;
  overflow: hidden;
  margin: 0 auto
}

.gm-style .can-star-large {
  position: relative;
  cursor: pointer;
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin: 0 auto
}

.gm-style .logged-out-star,
.logged-out-star:hover {
  position: relative;
  cursor: pointer;
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin: 0 auto
}

.gm-style .is-starred-large {
  position: relative;
  cursor: pointer;
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin: 0 auto
}

.gm-style .can-star-medium {
  position: relative;
  height: 17px;
  top: -2px;
  cursor: pointer
}

.gm-style .is-starred-medium {
  position: relative;
  height: 17px;
  top: -2px;
  cursor: pointer
}

.gm-style .navigate-icon-medium {
  position: relative;
  height: 17px;
  top: -2px;
  cursor: pointer
}

.gm-style .review-box {
  padding-top: 5px
}

.gm-style .place-card .review-box-link {
  padding-left: 8px
}

.gm-style .place-card .review-number {
  display: inline-block;
  color: #e7711b;
  font-weight: 500;
  font-size: 14px
}

.gm-style .rating-star {
  display: inline-block;
  width: 11px;
  height: 11px;
  overflow: hidden
}

.gm-style .directions-card {
  color: #5B5B5B;
  font-family: Roboto, Arial;
  background-color: white;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text
}

.gm-style .directions-card-medium-large {
  height: 71px;
  padding: 10px 11px
}

.gm-style .directions-info {
  padding-left: 25px
}

.gm-style .directions-waypoint {
  height: 20px
}

.gm-style .directions-address {
  font-weight: 400;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: black
}

.gm-style .directions-icon {
  float: left;
  vertical-align: top;
  padding-top: 2px;
  height: 50px;
  width: 20px
}

.gm-style .directions-icon div {
  width: 15px;
  height: 45px;
  overflow: hidden
}

.gm-style .directions-separator {
  position: relative;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 4px;
  background-color: #ccc
}

.gm-style .maps-links-box-exp {
  padding-top: 5px
}

.gm-style .time-to-location-info-exp {
  padding-right: 10px;
  border-right: 1px solid #ccc;
  margin-right: 10px;
  display: inline-block
}

.gm-style .google-maps-link-exp {
  display: inline-block;
  vertical-align: middle
}

.gm-style .time-to-location-text-exp {
  vertical-align: middle
}

.gm-style .place-card-large .only-visible-to-you-exp {
  padding-top: 5px;
  color: #ccc;
  display: inline-block
}

.gm-style .place-card-large .time-to-location-privacy-exp .learn-more-exp {
  color: #ccc;
  text-decoration: underline
}

.gm-style .navigate-icon {
  background-position: 0px 0px
}

.gm-style .navigate:hover .navigate-icon {
  background-position: 48px 0px
}

.gm-style .navigate-icon-medium {
  background-position: 0px 94px
}

.gm-style .navigate-icon-medium:hover {
  background-position: -16px 94px
}

.gm-style .can-star-large {
  background-position: 70px 187px
}

.gm-style .star-button:hover .can-star-large {
  background-position: 48px 187px
}

.gm-style .logged-out-star {
  background-position: 96px 187px
}

.gm-style .star-button:hover .logged-out-star {
  background-position: 96px 187px
}

.gm-style .is-starred-large {
  background-position: 0px 166px
}

.gm-style .rating-full-star {
  background-position: 48px 165px
}

.gm-style .rating-half-star {
  background-position: 35px 165px
}

html[dir="rtl"] .gm-style .rating-half-star {
  background-position: 10px 165px
}

.gm-style .rating-empty-star {
  background-position: 23px 165px
}

.gm-style .directions-icon {
  background-position: 0px 144px
}

.gm-style .hovercard-personal-icon-home {
  background-position: 96px 102px
}

.gm-style .hovercard-personal-icon-work {
  background-position: 96px 79px
}

.gm-style .can-star-medium {
  background-position: 0px 36px
}

.gm-style .can-star-medium:hover {
  background-position: -17px 36px
}

.gm-style .logged-out-star-medium {
  background-position: 36px 36px
}

.gm-style .star-button:hover .logged-out-star-medium {
  background-position: 36px 36px
}

.gm-style .is-starred-medium {
  background-position: 0px 19px
}

.gm-style .info {
  height: 30px;
  width: 30px;
  background-position: 19px 36px
}

.saved-from-source-link {
  margin-top: 5px;
  max-width: 331px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.gm-style .drive-icon-exp {
  background-position: -90px -62px;
  display: inline-block;
  width: 18px;
  height: 16px;
  overflow: hidden;
  margin: 0 auto;
  margin-right: 5px;
  vertical-align: middle
}

.gm-style .star-entity-icon-large-exp {
  width: 42px;
  height: 42px;
  overflow: hidden;
  margin: 0 auto
}

.gm-style .can-star-large-exp {
  position: relative;
  cursor: pointer;
  width: 42px;
  height: 42px;
  overflow: hidden;
  margin: 0 auto
}

.gm-style .logged-out-star-exp,
.logged-out-star-exp:hover {
  position: relative;
  cursor: pointer;
  width: 42px;
  height: 42px;
  overflow: hidden;
  margin: 0 auto
}

.gm-style .is-starred-large-exp {
  position: relative;
  cursor: pointer;
  width: 42px;
  height: 42px;
  overflow: hidden;
  margin: 0 auto
}

.gm-style .can-star-large-exp {
  background-position: -46px -46px
}

.gm-style .star-button-exp:hover .can-star-large-exp {
  background-position: -2px -46px
}

.gm-style .logged-out-star-exp {
  background-position: -46px -91px
}

.gm-style .star-button-exp:hover .logged-out-star-exp {
  background-position: -2px -46px
}

.gm-style .is-starred-large-exp {
  background-position: -2px -91px
}

.gm-style .star-button-exp {
  position: absolute;
  right: -10px
}

.gm-style .star-entity-exp .star-button-exp {
  cursor: pointer
}

.gm-style .navigate-icon-exp {
  width: 42px;
  height: 42px;
  overflow: hidden;
  margin: 0 auto
}

.gm-style .navigate-icon-exp {
  border: 0
}

.gm-style .navigate-icon-exp {
  background-position: -46px -1px
}

.gm-style .navigate:hover .navigate-icon-exp {
  background-position: -2px -1px
}

.gm-style .navigate-exp {
  display: inline-block;
  vertical-align: top;
  height: 43px;
  padding: 0 7px;
  position: absolute;
  right: -18px
}

.gm-style .icon {
  background-image: url(https://maps.gstatic.com/mapfiles/embed/images/entity11.png);
  background-size: 70px 210px;
}

.benefit1 {
	background: no-repeat url(../images/benefits-1.jpg) top center;
	background-size: cover;
}
.benefit2 {
	background: no-repeat url(../images/benefits-2.jpg) top center;
	background-size: cover;
}
.benefit3 {
	background: no-repeat url(../images/benefits-3.jpg) top center;
	background-size: cover;
}
.benefit4 {
	background: no-repeat url(../images/benefits-4.jpg) top center;
	background-size: cover;
}
.benefit5 {
	background: no-repeat url(../images/benefits-5.jpg) top center;
	background-size: cover;
}
.benefit6 {
	background: no-repeat url(../images/benefits-6.jpg) top center;
	background-size: cover;
}