body {
	text-align: left;
}

#body {
	font-family: Roboto, sans-serif;
	text-align: left; 
	color: #333;
    font-size: 16px;
	font-weight: 300;
}

a:hover,
a:active {
	color: #7B206C;
	text-decoration: none;
}

a.color-link {
	color:#AB4C9D;
}

h1, h2, h3, h4, h5 {
	color: #AB4C9D;
}

h4 {
	margin-bottom: 0;
}

#body-header-1 {
	position: relative;
	border-top: 7px solid #AB4C9D;
}

.sprite {
	background: url('../../../images/site/spritesheet.svg?3') no-repeat;
	display: inline-block;
	background-size: 525px 96px;
}

.url_spa ul {
	margin-bottom: 0;
}

.container-fluid {
	max-width: 1200px;
}

.logo {
	display: inline-block;
	height: auto;
	width: 250px;
}

/**
 * "Call" Number and Text 
 */

.call-header {
	position: absolute;
	text-align: right;
	top: 15px;
	right: 15px;
}

.call-header span{
	text-transform: uppercase;
}

.call-header .call-big {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 1.75em;
	line-height: 1em;
	font-weight: 400;
}

.call-header a {
	color:#AB4C9D;
}

.call-header a:hover,
.call-header a:active,
.call-header a:focus {
	text-decoration: none;
}

.call-header span.sm-grey-text {
	display:inline-block;
	color: #999;
	font-size: 0.75em;
	line-height: 1em;
	font-weight:100;
    white-space: nowrap;
}

.call-header p {
	margin-bottom: 0;
}

/* Call End */

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background-color: #AB4C9D;
}

#main-navbar {
	margin: 2px 0;
}

@media screen and (min-width: 768px) {
	.navbar-nav>li {
	    padding-top: 50px;
	}
}

.navbar.navbar-default {
	border: 0;
}

.navbar-default { /* Bootstrap overide. */
	background-color: transparent; 
}

.navbar-default .navbar-toggle { /* Bootstrap overide. */
 
	margin-top: 30px;
}

.navbar-brand {
	height: 100px;
	padding: 10px 0 10px 0; /* Bootstrap overide. */
}

.book-banner {
	background-color: rgb(123,32,108);
	position: absolute;
	bottom: 0;
	left: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
}

@media screen and (min-width: 768px ) {
	.book-banner {
		display: none;
	}
}

#body-header {
	position:relative;
}

#body-header-1 .nav>li>a,
#body-header-1 .nav>li>a:focus,
#body-header-1 .nav>li>a:hover {
	background-color: transparent;
	display: table-cell;
	vertical-align: bottom;
	font-size: 1em;
	font-weight: 400;
	color: #AB4C9D;
	padding-bottom: 10px;
}

@media screen and (min-width: 768px ) and (max-width: 991px) {
	#body-header-1 .nav>li>a,
	#body-header-1 .nav>li>a:focus,
	#body-header-1 .nav>li>a:hover {
		padding: 15px 7px;
	}
}

.moduletable_menu {
	display: inline-block;
	text-align: center;
}

span.ham-menu-text {
	display: none;
}

span.ham-menu-bars {
    float: right;
    margin: 0;
}

@media screen and (min-width: 400px) {
	span.ham-menu-text {
		display: inline;
	}

	span.ham-menu-bars {
   		margin: 3px 0 3px 10px;
	}
}

#body-header-2 {
	position: absolute;
	z-index: 2;
	min-width: 100%;
	bottom: 0;
}
/*
@media screen and (min-width: 768px) {
	#body-header-2 {
		display: block;
	}
}*/

#body-header-2 .header-sub {
	color: #fff;
	text-align: center;
}

@media screen and (min-width:768px) and (max-width: 1199px) {
	#body-header-2 .header-sub {
		background-color: rgb(123,32,108);
	}
}

@media screen and (min-width:1200px) {
	#body-header-2 .header-sub {
		background-color: rgba(123,32,108, 0.65);
	}
}

.custom-res-form {
	background-color: transparent !important;
	padding: 15px 0;
	display: inline-block;
}

.custom-res-form .res-field {
	padding: 5px;
	position: relative;
}

.custom-res-form .res-field,
.custom-res-form .res-field label {
	display: block;
	text-align: left;
}

.custom-res-form .res-field label {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 180px;
    background-color: #fff;
    /* height: 100%; */
    color: #999;
    font-weight: 100;
    top: 5px;
    font-size: 0.88em;
    left: 5px;
    line-height: 2.5em;
    margin-bottom: 0;
    vertical-align: middle;
    bottom: 5px;
    right: 5px;
    padding: 0 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.custom-res-form .res-field select,
.custom-res-form .res-field input {
	padding: 2px 10px;
}

.custom-res-form .res-field input {
	width: 180px !important;
}

@media (max-width: 991px) {
	.custom-res-form .res-field input,
	.custom-res-form .res-field label {
		min-width: 80px !important;
		max-width: 180px !important;
		width: 16vw !important;
	}
}

@media (min-width: 900px) and (max-width: 1200px) {
	#res-booking {
		padding: 0 5px;
	}
}

.nav-book,
.custom-res-form #res-submit,
.book-banner a {
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
	border: 2px solid rgba(255, 255, 255, 0.8);
	font-weight: 600;
	border-radius: 4px;
	padding-left: 20px;
	padding-right: 20px;
}

.nav-book:active,
.nav-book:hover,
.custom-res-form #res-submit:active,
.custom-res-form #res-submit:hover,
.book-banner a:active,
.book-banner a:hover {
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.8);
	border-color: #fff;
	transition: background-color 0.4s, border-color 0.4s;
}

.nav-book {
	display: inline-block !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

/**
* Body Header 3 & Sun Ads Banner Styles
*/

#body-header-3 {
	position: relative;
}

@media (min-width:768px) and (max-width: 1199px) {
	#body-header-3 {
		padding-bottom: 74px;
	}
}

@media (max-width:767px) {
	#body-header-3 {
		padding-bottom: 56px;
	}
}

.banner-images {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	min-height: 350px;
}

@media screen and (min-width: 1200px) {
	.banner-images {
		height: 500px;
	}
}

/**
*  Image Banner Styling
*/

.banner-container {
	position: relative !important;
}

@media screen and (min-width:768px) {
	.custom-res-form .res-field {
		display: inline-block;
	}

	/*.custom-res-form .res-field label {
		display: block;
	}*/

	.custom-res-form .res-field select,
	.custom-res-form .res-field input {
		min-width: initial;
	}
}

.rotator-size img {
	width: 100%;
	max-height: 500px;
}

.rotator {
	position: relative;
	overflow: hidden !important;
}

.rotator p {
	padding: 0;
	margin: 0;
}

.rotator-slide {
	max-height: 500px;
	overflow: hidden !important;
}

.rotator-slide img {
	width: 100%;
}

.rotator section {
	position: absolute;
	left: 40px;
	bottom: -45%;
	height: 70%;
	width: 25%;
	max-width: 375px;
	max-height: 500px;
	pointer-events: none;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	font-size: 1vw;
	text-align: center;
	transition: bottom 0.5s;
}

@media screen and (min-width: 768px) {
.rotator section {
		display: inline-block;
	}
}

@media screen and (min-width:992px) {
	.rotator section {
		width: auto;
		min-width: 25%;
	}
}

@media screen and (min-width: 1200px) {
	.rotator section {
		font-size: inherit;
	}
}

@media screen and (min-width: 992px) {
	.rotator section.slide {
		bottom: 0;
	}
}

.rotator .banner-caption {
	padding-top: 20px;
	min-height: 1000px;
}

@media screen and (min-width: 992px) {
	.rotator .banner-caption {
		min-height: 11.5vh;
	}
}

.banner-caption .overlay-small, 
.banner-caption .overlay-large,
.banner-caption .overlay-bold {
	text-align: left;
	display: inline-block;
}

.rotator .rotator-pagination {
	padding-bottom: 10px; 
}

.rotator .rotator-pagination a {
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 0;
	display: inline-block;	
	height: 12px;
	width: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: 0;
}

.category-desc {
	padding: 0 15px 20px 15px;
}

.other-page #content{
	margin-top: 20px;
}


/**Image Banner Styling -END**/


/** 
* Front Page Styling
*/

.front-page #page-header-1 {
	margin-top: 45px;
	margin-bottom: 45px;
}

.front-page #page-header-2,
.front-page #page-header-3,
.front-page #page-footer-1,
.front-page #page-footer-2,
.front-page #page-footer-3 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.front-page #page-footer-3 { margin-top: 40px; }
.front-page #page-footer-2 { margin-bottom: 40px; }

.front-page #content #content-center{
	display: none;
}

.front-page .blog {
	text-align: center;
}

.front-page .category-desc {
	padding: 20px 0;
	display: inline-block;
	max-width: 700px;
	text-align: center;
}

.front-page .category-desc table,
.front-page .category-desc table:hover,
.front-page .category-desc th,
.front-page .category-desc th:hover,
.front-page .category-desc tr,
.front-page .category-desc tr:hover,
.front-page .category-desc td,
.front-page .category-desc td:hover {
	background-color: transparent !important;
	border: none;
	margin: 0;
	padding: 0;
}

.front-page .category-desc td {
	vertical-align: middle;
}

.adsRotator a img, .adsRotator img {
	max-height: 100% !important;
}

@media screen and (min-width: 992px) {
	.adsRotator a img, .adsRotator img {
	    vertical-align: top;
	}
}

/**
 *  Homepage map Section
 */
.custom-our-location .container-fluid {
	padding: 0;
}

.custom-google-map iframe {
	height: 350px !important;
	border: 0;
	width: 100% !important;
}

.custom-our-location .map-frame {
	margin-bottom: 0 !important;
}

@media screen and (min-width: 992px) {
	.custom-our-location .map-frame {
		padding-right: 0;
		margin-bottom: 15px;
	}

	.custom-our-location .side-map-frame {
		padding-left: 0;
	}
}

.custom-our-location .side-map-frame .map-side-content {
	text-align: center;
}

.custom-our-location .side-map-frame .map-side-content h2,
.custom-our-location .side-map-frame .map-side-content h3 {
	margin: 0;
	text-align: center;
}

.custom-our-location .side-map-frame .map-side-content h2 {
    font-weight: 100 !important;
}

.custom-our-location .side-map-frame .map-side-content h3 {
	font-size: 1.1em !important;
	margin-bottom: 10px;
}

.custom-our-location .side-map-frame .img-layer {
	background: url('../../../images/location-tile-720x480.jpg');
	background-size: cover;
	background-position: 50% 50%;
}

.custom-our-location .side-map-frame .map-side-content {
	padding: 20px;
	background-color: rgba(123,32,108, 0.78);
	color: #fff;
}

.custom-our-location .side-map-frame .map-side-content h2{
	font-size: 1.2em !important;
	text-transform: uppercase;
}

.custom-our-location .side-map-frame .map-side-content h3 {
	margin-bottom: 20px;
}

.custom-our-location .side-map-frame .map-side-content h2,
.custom-our-location .side-map-frame .map-side-content h3 {
	color: #fff;
}

@media screen and (min-width: 992px) {
	.custom-our-location .side-map-frame .map-side-content {
		display: table-cell;
		vertical-align: middle;
		height: 350px;
	}
}


/* 	End homepage map */


/**
 * Homepage tiles
 */

.custom-home-tiles .category-tile {
	position: relative;
	margin-bottom: 20px;
}

.custom-home-tiles .category-tile a > div {
	position: absolute;
	text-align: center;
	width: calc(100% - 30px);
	height: 100%;
	top: 0;	
}

.custom-home-tiles .category-tile a > div h1 {
	text-align: center;
    color: #fff;
    max-width: 100%;
    margin: 25px auto 0 auto;
    font-weight: 900 !important;
    text-shadow: 0 0 4px rgba(0,0,0,0.8), 0 0 15px rgba(0,0,0,0.8);
    font-size: 2.5em !important;
}

.custom-home-tiles .four-columns .category-tile a > div h1 {
    font-size: 1.8em !important;
}

.custom-home-tiles .category-tile a > div .btn {
	min-width: 150px;
    max-width: 200px;
    bottom: 25px;
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: 0 0 4px rgba(0,0,0,0.8);
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 991px) {
	.custom-home-tiles .category-tile a > div h1 {
		font-size: 1.8em !important;
	}
}

@media screen and (min-width: 768px) {
	.custom-home-tiles .category-tile {
		margin-bottom: 0;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.custom-home-tiles .category-tile a > div h1 {
		max-width: 300px;
	}
}

.front-page #page-header-2 {
	background: #eee;
	padding: 40px 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.custom-nested h1,
.custom-nested p {
	margin-top: 0;
	text-align: center;
}

.image-tile {
	position: relative;
	overflow: hidden;
	margin: 5px 0;
}

@media screen and (min-width: 992px) {
	.image-tile {
		margin-bottom: 20px;
	}
}

.tile-img {
	width: 100%;
}

.tile-img img {
	width: 100%;
	height: auto;
}

.img-slide-content {
	position: static;
}

.img-slide-content section {
	margin-top: 1000px; /* failover in the case where the browser doent support calc(). */
	margin-top: calc(66.76% - 65px);
	position: absolute;
	top: 0;
	display: inline-block;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 0 15px;
	width: 100%;
}

@media screen and (min-width: 992px) and (max-width:1200px) {
	.img-slide-content section {
		font-size: 1.2vw;	
	}
}

@media screen and (min-width: 992px) {
	.img-slide-content section {
		-webkit-transition: margin 0.5s;
		-moz-transition: margin 0.5s;
		-o-transition: margin 0.5s;
		transition: margin 0.5s;
	}
	
	.image-tile:hover .img-slide-content section {
		margin-top: 0;
	}
}

.tile-caption {
	height: 65px;
	font-size: 1.3em;
	font-weight: 500;
	display: table-cell;
    vertical-align: middle;
}

.tile-caption p {
	margin: 0;
}

.learn-more {
	text-transform: uppercase;
	position: relative;
	bottom: 0;
}

@media screen and (min-width: 992px) {
	.homepage-video {
		padding: 0;
	}

	.homepage-video p {
		margin: 0;
	}
}

.homepage-video iframe {
	width: 100%;
}

/**
 *Sun Group Hotels Logo
 */

.link-block img {
    width: 200px;
    height: auto;
}

/**
 * Reviews section
 */

.reviews-section h2 {
	text-align: center;
	margin-bottom: 25px;
	padding: 0 15px;
}

.customer-reviews > div {
	text-align: center; 
	padding: 0 5px;
    margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
	.customer-reviews > div {
		margin-bottom: 0;
	}
}

.customer-reviews .background-wrapper {
	background-color: #eee;
	padding: 10px;
}

.customer-reviews .review {
	font-size: 0.9em;
	color: #AB4C9D;
}

.customer-reviews .reviewer {
	font-size: 0.95em;
	color: #444;
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
	.customer-reviews {
		width: 100%;
	}
}
/* Reviews END */

/**
 * Travel Agent rewards
 */
.custom.travel-rewards {
	margin: 40px auto;
	max-width: 900px;
}

.custom.travel-rewards,
.custom.travel-rewards h4 {
	text-align: center;
}

@media screen and (min-width: 992px) {
	.custom.travel-rewards .left-img {
		text-align: right;
	}

	.custom.travel-rewards .right-content {
	    height: 250px;
	    display: table-cell;
	    vertical-align: middle;
	    float: none;
	}
}

.custom.travel-rewards h4 {
	text-align: center;
	margin-bottom: 5px;
	font-weight: 100;
}

.custom.travel-rewards p {
	margin-bottom: 0;
	line-height: 1.1em;
}

.custom.travel-rewards span {
	font-size: .83em; 
	font-weight: 400;
	text-transform: uppercase;
}


/**
 * Page Footers
 */

.front-page #page-footer-1 {
	background: #eee;
	width: 100%;
    margin-top: 0;
}

.bubble-amenities .content-right {
	display: table;
	height: 350px;
}

.bubble-amenities .content-right > div {
	display: table-cell;
	vertical-align: middle;

}

.bubble-amenities h2 {
	margin-top: 20px;
}

.bubble-amenities,
.bubble-amenities h2,
.bubble-amenities h3,
.bubble-amenities h4 {
	text-align: center;
}

.bubble-amenities .bootstrapify img {
	max-width: 350px;
	height: auto;   
	width: 100%;
}

.bubble-amenities p {
	margin-bottom: 0;
}

.custom.bubble-amenities.center-content-wrapper.container-fluid {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (min-width:992px) {
	.bubble-amenities,
	.bubble-amenities h2,
	.bubble-amenities h3,
	.bubble-amenities h4 {
		text-align: left;
	}
}

/**
 *  Social Media Links Module
 */

.custom-media-links {
	text-align: center;
} 

.custom-media-links .sprite {
	margin: 0;
}

.media-links {
	list-style: none;
	padding-left: 0;
}

.media-links li {
	display: inline-block;
}

.media-links li a {
	display: inline-block;
	width: 41px;
	line-height: 40px;
	margin: 0 1px;
	border-radius: 50%;
	text-align: center;
	background-color: #AB4C9D;
}

.media-links .sprite {
	width: 25px;
	height: 25px;
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
}

.media-links .sprite span {
	display: none;
}

@media screen and (min-width:768px) {
	.media-links li a {
		width: 45px;
		margin: 0 5px;
		line-height: 44px;
	}
} 
/**
 * Category pages
 */

.article-block {
	margin: 20px 0;
	padding: 10px 0;
	box-shadow: 2px 2px 14px 1px #aaa;
	min-height: 220px;
}

@media screen and (min-width: 992px) {
	.block-content .outer, 
	.block-read-more .outer {
	    display: table;
	    min-height: 220px;
	    width: 100%;
	}

	.block-content .middle,
	.block-read-more .middle {
	    display: table-cell;
	    vertical-align: middle;
	}
}

.block-heading,
.block-summary {
	display: block;
}

.block-img span {
	width: 100%;
	display: block;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 2px 0 5px 1px #aaa;
	min-height: 220px;
}

.block-heading {
	font-size: 1.5em;
	border-bottom: 2px solid #ddd;
	font-weight: 700;
}

a.read-more {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #ccc;
	border-radius: 5px;
	color: #fff;
	padding: 15px;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
}

a.read-more:hover {
	background-color: #ddd;
	text-decoration: none;
	color: #fff;
}

.category-block {
	margin: 15px 0;
}

.category-block p {
	margin: 0;
}

.category-block-content {
	background-color: #f4f4f4;
	padding-bottom: 15px;
	padding-top: 15px;
}

.cat-article-list a,
.cat-article-list a:hover {
	padding: 0.3em 0 !important; /* bootstrap overide */
	font-size: 1.3em;
	background-color: transparent !important; /* bootstrap overide */
	text-decoration: none !important; /* bootstrap overide */
	display: inline-block;
}

/**
* Things to do page.
*/

.row.things-to-do {
	margin-bottom: 20px;
}

/**
 * Pages with the heading to the left of the content
 */

.page-spacing a,
.page-spacing a:hover,
.page-spacing a:focus {
	color: #F7BBB3;
	text-decoration: none;
}

.page-spacing {
	margin-bottom: 20px;
	margin-top: 40px;
}

.article-heading-left {
	font-size: 2em;
	font-weight: 500;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.article-content-right {
		padding-top: 10px;
	}
}

/**
 *  Regular Article Pages
 */

.article-images-wrapper {
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 30px;
	width: 100%;

}

.inline-image {
	margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
	.inline-image {
		margin-bottom: 0;
	}
}

/**
 * Specials Page
 */

.special-block {
	margin-top: 20px;
	margin-bottom: 20px;
}
.special-block-heading {
	font-size: 1.7em;
}

.special-block-sub-heading {
	font-weight: 900;
	margin-bottom: 10px;
}

.special-book-by span,
.special-travel span {
	font-weight: 700;
}

.book-now, .see-more {
	padding-top: 10px;
	text-align: center;
}

.noshadow span {
	box-shadow: none;
}

/**
 * Things to Do Page
 */

.things-block a,
.things-block a:hover {
	color: inherit;
}

.things-block-content {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

.things-block-heading {
	font-size: 1.7em;
	font-weight: 700;
	line-height: 1em;
}

.things-caption {
	font-size: 1.5em;
	line-height: 1em;
}

/**
 * Contact Us Page
 */

.contacter-responsive .contacter-label {
    text-align: left;
    width: 152px;
}

.contacter-controls {
    text-align: left;
    margin-bottom: 15px;
}


/**
 * Gallery
 */
.custom.gallery-grid {
 	background-color: #eee;
 	margin-top: 60px;
 	margin-bottom: 60px;
 }

.gallery-grid .ug-button-play {
    background-position: 0px -17px !important;
}

.gallery-grid .ug-button-fullscreen  {
    background-position: 0px -16px !important;
}

.gallery-grid .ug-fullscreen .ug-item-wrapper {
    background-color: rgb(170, 170, 170) !important;
}

.gallery-grid .ug-fullscreen .ug-button-fullscreen,
.gallery-grid .ug-fullscreen .ug-button-play {
    background-color: rgba(170, 170, 170, 0.8);
    box-shadow: 0 0 0 6px rgba(170, 170, 170, 0.8);
    border-radius: 1px;
}

.gallery-grid .ug-thumb-wrapper.ug-thumb-generated {
	cursor: pointer;
}


/**
 * Footers
 */

#body-footer-1,
#body-footer-2 {
	background-color: #AB4C9D;
	display: block;
	color: #fff;
	font-size: 0.9em;
	font-weight: 200; 
	padding: 20px 0;
}

#body-footer a {
	color: #fff;
	display: inline-block;
}

#body-footer a:hover {
	background-color: transparent;
	text-decoration: underline;
}

.footer-col-1,
.footer-col-2,
.footer-col-3,
.footer-col-4 {
	min-height: 127px;
	border: none;
}

@media screen and (min-width: 768px) {
	.footer-col-4 {
		text-align: right;
	}
}

@media screen and (max-width: 1200px) {
	#page-footer-1 {
		width: 100%;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	#page-footer-1 {
		padding: 0 30px;
	}
}

.footer-text label {
	font-size: 1.2em;
	padding: 0;
	font-weight: 600;

}

.footer-text input {
	display: none;
}

.gtranslate {
	display: inline-block;
}

.gtranslate select {
	display: inline-block;
    height: 34px;
    color: #fff;
    cursor: pointer;
    background-color: transparent;
    background-image: none;
    border: 0;
}

.gtranslate select:focus {
	outline: none;
}

.gtranslate select option {
	background-color: #eee;
	color: #333;
	padding: 5px;
}

@media only screen and (max-width : 767px) {
	.footer-col-1,
	.footer-col-2,
	.footer-col-3,
	.footer-col-4 {
		min-height: initial;
	}
	
	.footer-text label {
		cursor: pointer;
	}
}

.footer-text .separator {
	font-size: 1.1em;
	font-weight: 500;
}

.footer-text ul.nav-child {
	margin: 3px 0;
	font-size: inherit;
}

.footer-text ul.nav-child img {
    /* display: inline-block; */
    padding: 0 5px 0 0;
    width: 60px;
    height: auto;
    vertical-align: baseline;
}

.footer-text .item-116 a[title = "worthing"]:before {
	background-image: url('https://www.sungrouphotels.com/images/static/sprite-sheet.png');
	background-position: 0px -242px;
	display: inline-block;
}

.footer-text .nav > li > a {
    line-height: 1.1em;
    padding: 0.15em 0;
}

.group-icon-wrapper {
	margin: 0 auto;
	text-align: center;
}

.group-icon {
	background-position: 0 0;
	display: inline-block;
	height: 45px;
	width: 194px;
}

.media-links {
	text-align: center;
	margin: 40px 0;
}

.sprite-pinterest,
.sprite-facebook,
.sprite-twitter,
.sprite-tripadvisor,
.sprite-google-plus,
.sprite-youtube 
.sprite-mail {
	width: 25px;
	height: 25px;
	margin: 0 5px;
}

.sprite-facebook { background-position: 0 -45px; }
.sprite-instagram { background-position: -25px -45px; }
.sprite-google-plus { background-position: -50px -45px; }
.sprite-pinterest { background-position: -75px -45px; }
.sprite-youtube { background-position: -100px -45px; }
.sprite-twitter { background-position: -125px -45px; }
.sprite-mail { background-position: -150px -45px; }
.sprite-tripadvisor { background-position: -175px -45px; }


#body-footer .mailing-list,
#body-footer .mailing-list-link {
	text-align: center;
}

#body-footer .mailing-list button {
	display: inline-block;
	color: #555;
	background-color: #ddd;
	text-transform: uppercase;
	padding: 5px 10px;
	font-weight: initial;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#body-footer .mailing-list button {
		font-size: 1.3vw;
	}
}

#body-footer .mailing-list button:hover {
	text-decoration: none;
}

#body-footer .mailing-list button .mail-arrow {
	font-size: 1.5em;
	line-height: 1;
	font-weight: 900;
}

#grouplinks {
	margin: 15px 0;
}

#grouplinks .category a:first-child {
	/*color: #fff;*/
}

#body-footer-3 #grouplinks li.memberof span {
	/*background-position: -400px -20px !important;*/
}

/**
 * Bootstrap Modal for the constant contact Mailing List button.
 */

/* Override for Constant Contact's inline styling */
#myModal .modal-content,
#myModal .modal-content a,
.ctct-form-text,
.ctct-form-label,
.ctct-form-listname,
.ctct-form-lists-legend,
.ctct-form-date-slash,
.ctct-gdpr-text,
.ctct-form-footer-link,
.ctct-form-footer-privacy-link {
	color: #fff !important;
}

#myModal.modal {
  text-align: right;
  z-index: 10000;
}

@media screen and (min-width: 768px) { 
  #myModal.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

#myModal .modal-dialog {
  	display: inline-block;
  	text-align: left;
  	vertical-align: bottom;
  	margin: 30px !important;
	max-width: 400px;
}

#myModal .g-recaptcha {
	display: none !important;
}

.bootstrapify > div {
	padding-left: 0;
	padding-right: 0;
}

.bootstrapify img {
	max-width: 100%;
	height: auto;
}

.bootstrapify .col-md-4 h1,
.bootstrapify .col-md-4 h2 {

	margin-top: 0;
}

.bootstrapify.full-images .col-xs-12 {
	margin-bottom: 15px;
}

.url-part_our-hotel .embed-responsive-4by3 {
    padding-bottom: 350px;
}

/*Blog Section */
.blog-page .blog-desc {
	margin: 15px 0;
}

.blog-page .blog-desc h1,
.blog-page .blog-desc h2,
.blog-page .blog-desc h3 {
	text-align: center;
}

.blog-page .blog-tile .image img {
    width: 100%;
    height: auto;
}

.blog-page .item {
    margin: 15px 0;
    font-size: 22px;
    text-align: center;
}

.blog-page .item h3 {
    text-align: center;
    color: #727376;
  	font-size: 24px !important;
}

.blog-page .item a,
.blog-page .item a:hover,
.blog-page .item a:focus,
.blog-page .item a:active {
    text-decoration: none;
}

.blog-page .tag {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #333;
}

.blog-page .blog-tile .title {
    text-transform: uppercase;
}

.blog-article .tagssimilar {
    margin: 15px 0;
    padding: 5px;
    background: #eee;
}

@media screen and (min-width:992px) {
	.blog-article .tagssimilar {
		margin-top: 34px;
	}
}

.blog-article .tagssimilar ul {
    padding:  0;
    width: 100%;
    list-style: none;
    margin-bottom: 0;
}

.blog-article .tagssimilar ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.blog-article .tagssimilar ul li:last-child {
    border-bottom: 0;
    padding: 0;
    margin: 0;
}

.blog-article .tagssimilar a {
    color: #337ab7;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
}

.blog-article .tagssimilar a:hover {
    text-decoration: underline;
}

/**
 * Footer Tweaks
 */

.footer-col-2 {
	margin-bottom: 20px;
}

.footer-col-3-4{
	padding: 0;
}

@media screen and (min-width: 768px) {
	.footer-col-2 {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 991px) {
	.gtranslate {
		font-size: 1.1em;
		font-weight: 700;
		margin-left: -5px;
	}
}
/* Footer Tweaks - END*/


/* Custom SunAds Banner Syles */

.has-countdown .countdown-value {
	background-color: #ab4c9d !important;
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.6);
}

/* Custom SunAds Banner Syles */

/**
 * Subscribe Button
 */
.subscribe-button {
	background-color: rgba(177,42,118, 0.6);
	display: inline-block;
	bottom: 14px;
	right: 14px;
	width: 200px;
	height: 35px;
	text-align: left;
	line-height: 35px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	position: fixed;
	padding-left: 5px;
}

.subscribe-button::first-letter {
	font-size: 35px;
	vertical-align: bottom;
	padding-right:3px
}

.has-cookieconsent .subscribe-button {
	bottom: 170px;
}

#body-footer .subscribe-button a:hover,
#body-footer .subscribe-button a:active,
#body-footer .subscribe-button a:visited,
#body-footer .subscribe-button a:focus {
	background-color: rgba(123, 32, 108, 0.6);
	text-decoration: none;
}

@media screen and (min-width: 399px) {
	.has-cookieconsent .subscribe-button {
		bottom: 146px;
	}
}

@media screen and (min-width: 415px) {
	.has-cookieconsent .subscribe-button {
		bottom: 115px;
	}
}

@media screen and (min-width: 467px) {
	.has-cookieconsent .subscribe-button {
		bottom: 100px;
	}
}

@media screen and (min-width: 807px) {
	.has-cookieconsent .subscribe-button {
		bottom: 77px;
	}
}
/*Subscribe Button -END*/

/* Subscription Box*/
.news-letter-svg {
	margin: 0 24px;
}

.news-letter-svg img {
	width: 100%;
	height: auto;
}

.button-container {
	height: 20px;
	margin-bottom: 15px;
}
.button-container .close {
	opacity: .4;
}

.ctct-form-custom {
	font-size: 0.9em !important;
}

.ctct-form-label {
	margin-bottom: 6px !important;
}

.ctct-form-element {
	padding: 5px 10px !important;
	height: auto !important;
}

button.ctct-form-button {
	padding: 12px !important;
}

#myModal .modal-content {
	background-color: rgba(171,76,157, 0.74) !important;
}

.ctct-form-defaults {
	background-color: transparent !important;
}

#myModal .ctct-form-header {
	color: #fff !important;
}
/* Subscription Box -END*/

/*Subscription Box Error Message Styling*/
#myModal .modal-body .ctct-form-errorMessage {
	color: #fd0 !important;
}

#myModal .modal-body .ctct-form-required:before {
	color: #fd0 !important;
}

.modal-body div.ctct-form-embed form.ctct-form-custom input.is-error,
div.ctct-form-embed form.ctct-form-custom select.is-error, 
div.ctct-form-embed form.ctct-form-custom .ctct-form-input.is-error {
	border-color: #fd0 !important;
	color: #fd0 !important;
}
/*Subscription Box Error Message Styling - END*/

/* Closure Notice Module */

#body-header-3 {
	overflow: hidden;
}

.custom.closure-notice {
	background-color: #7b206c;
	color: #fff;
	text-align: center;
	padding: 5px;
}

.custom.closure-notice a,
.custom.closure-notice a:active,
.custom.closure-notice a:hover,
.custom.closure-notice a:focus {
    color: #fff;
    background-color: transparent;
}

.custom.closure-notice h3 {
	color: #fff;
	font-size: 1em !important;
	font-weight: 900 !important;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}


.custom.closure-notice h3 span {
	vertical-align: super;
	font-size: 0.4em;
}

.custom.closure-notice h3 span:first-child {
	font-weight: 400;
	vertical-align: initial;
	font-size: inherit;
}

.custom.closure-notice p {
	margin-bottom: 0;
	font-size: 0.6em;
}

@media screen and (min-width: 768px) {
	.custom.closure-notice {
		background-color: transparent;
		margin: 15px;
		position: absolute;
		z-index: 1;
      	top: 0;
		width: 140px;
		text-align:left;
		padding: 0;
	}

	.custom.closure-notice:before {
		display: block;
		content: "";
		background: #7b206c;
		width: 252px;
		height: 330px;
		position: absolute;
		z-index: -1;
		margin: -159px -125px;
		transform: rotate(45deg);
	}

	.custom.closure-notice h3 {
		text-align:left;
		font-size: 1.4em !important;
	}

	.custom.closure-notice p {
		width: 50%;
		font-size: 0.8em;
		font-weight: 900;
	}
}
/* Closure Notice Module - END */


/**
 * Awards page styles
 */

.url_about-us_awards .block-img {	
	text-align: center;
	margin-bottom: 15px;
}

.url_about-us_awards .block-img span {
	width: auto;
	min-height: auto;
	display: inline-block;
	box-shadow: none;
}

.url_about-us_awards .block-img span img {
	max-width: 300px;
	width: 100%;
	box-shadow: 2px 0 5px 1px #aaa;
}

@media screen and (min-width:992px) {
	.url_about-us_awards .block-img span img {
		max-width: 400px;
	}

	.url_about-us_awards .block-img span {
		min-height: 220px;
	}
}

/* Awards page styles - END */
