@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic);
/* Table of contents:
	1. Variables
	2. General
	3. Header
	4. Content
	5. Footer
	6. Contact form
	7. Responsive layouts
 */
/* ========================================================
 * 1. VARIABLES
 * ======================================================== */
/* ======== BODY ========== */
/* ======== BUTTONS ========== */
/* ======== MENU ========== */
/* ======== MENU LINKS ========== */
/* ======== SUB_MENU========== */
/* ======== SUB_MENU LINKS ========== */
/* ======== SUB SUB_MENU========== */
/* ======== SUB SUB_MENU LINKS ========== */
/* ======== END MENU========== */
/* ======== LIST ========== */
/* ======== END LIST ========== */
/* ======== MAP ========== */
/* ======== END MAP ========== */
/* ======== FORM ========== */
/* ======== END FORM ========== */


/* ========================================================
 * 2. GENERAL
 * ======================================================== */
.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.extra_wrap {
	overflow: hidden;
	display: block;
}
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	background: #ffffff;
	color: #D6D6D6;
	position: relative;
	min-width: 320px;
	-webkit-text-size-adjust: none;
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
}
p {
	margin-bottom: 22px;
	text-align: center;
}
/* Images
 	* ------------------------------------------------------- */
img {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: auto;
	max-width: 100%;
}
.single_img {
	width: 100%;
	margin-bottom: 32px;
}
/* ========================================================
 * 3. HEADER
 * ======================================================== */
.header_box {
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	padding-top: 120px;
	padding-bottom: 330px;
	background-image: url(../pictures/beautiful-holidays-main.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#index2 .header_box {
	padding-top: 75px;
	padding-bottom: 100px;
}
/* ======== LOGO ========== */
h1 {
	display: block;
	text-align: center;
}
h1 a {
	display: inline-block;
}
h1 a:hover {
	text-decoration: none;
}
/* ========================================================
	 * TITLES
	 * ======================================================== */
h1 {
	color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 56px;
	line-height: 56px;
	font-weight: bold;
	background-color: #FFCC66;
	padding-top: 20px;
}
h1 a {
	color: #332D2E;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-size: 24px;
	background-color: #F93;
	background-repeat: repeat;
	line-height: 24px;
	padding-top: 15px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 15px;
}
h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
h2 {
	color: #000;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	font-size: 46px;
	line-height: 60px;
	font-weight: bold;
	padding-bottom: 16px;
	padding-top: 30px;
}
h3 {
	color: #333333;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	font-size: 30px;
	line-height: 38px;
	font-weight: bold;
	padding-top: 23px;
	padding-bottom: 12px;
}
h4 {
	color: #666666;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	font-size: 23px;
	line-height: 30px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 14px;
}
h5 {
	color: #660066;
	margin-bottom: 12px;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
}
h6 {
	color: #660066;
	text-align: center;
	margin-bottom: 10px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 23px;
	line-height: 28px;
	font-weight: 600;
	margin-top: 20px;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #6d6364;
	text-decoration: none;
}

.bodyText {
	font-size: 23px;
	color: #000;
	line-height: 36px;
}
.bodyText a {
	font-size: 23px;
	color: #900;
	line-height: 36px;
	text-decoration: underline;
	font-weight: bolder;
}
/* ========================================================
	 * BPH - Main PAGES
	 * ======================================================== */

/****Text styles****/
.p_link {
	display: inline-block;
	background: url(../images/arrow_btn.png) no-repeat 7px 8px;
	width: 20px;
	height: 20px;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}
.p_link:hover {
	text-decoration: none;
	background-position: 7px -17px;
}
.highlight-box {
	text-align: center;
	width: 100%;
}
.box {
	background: #ffaa73;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 16px;
	text-align: center;
}
.box h3 {
	color: #660066;
	text-align: center;
	text-transform: none;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 30px;
	font-weight: bold;
}
.box h3 a {
	color: #30F;
	text-align: center;
	text-transform: none;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
}
.box h4 {
	color: #fff;
	text-align: center;
	margin-bottom: 16px;
	margin-top: 0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 28px;
	line-height: 36px;
	font-weight: 500;
	text-decoration: none;
}
.box-text {
	color: #000;
	font-size: 13px;
	text-align: center;
	line-height: 20px;
	font-weight: 500;
}
.picture-box {
	width: 100%;
	text-align: center;
}
.map-box {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}
.ad-box {
	width: 100%;
	text-align: center;
}
.ad-box-bottom {
	width: 100%;
	text-align: center;
}
.youtube-box {
	width: 100%;
	text-align: center;
	background-color: #999;
	margin: 0px;
	border: 4px solid #000;
	padding: 20px;
}
.IntroText {
	font-size: 23px;
	color: #666;
	line-height: 36px;
	text-align: center;
	padding-right: 8%;
	padding-left: 8%;
	font-weight: bold;
	padding-top: 16px;
}
.IntroText a {
	color: #900;
	text-decoration: underline;
}
.HolidayText {
	font-size: 18px;
	color: #000;
	line-height: 28px;
	text-align: center;
	padding-right: 2%;
	padding-left: 2%;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 16px;
}
.HolidayText a {
	color: #900;
	text-decoration: underline;
}
.HolidayText a:hover {
	color: #F03;
	text-decoration: underline;
}
.holiday-text-link a {
	color: #C33;
	font-weight: bold;
	text-decoration: underline;
}
.holiday-text-link {
	color: #C33;
	font-weight: bold;
	text-decoration: underline;
}
.holiday-head_img {
	border: 4px solid #C60;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 4px;
	background-color: #FFFFFF;
	text-align: center;
	width: 100%;
	max-width: 600px;
}
.holiday-main_img {
	border: 4px solid #C60;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 4px;
	background-color: #FFFFFF;
	text-align: center;
	width: 100%;
	max-width: 600px;
}
.holiday-intro_img {
	border: 1px solid #000000;
	margin-top: 0px;
	text-align: center;
	width: 80%;
	margin-bottom: 15px;
}
.travel-guide_img {
	border: 4px solid #C60;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 4px;
	background-color: #FFFFFF;
	text-align: center;
	width: 90%;
}
.holiday-map {
	color: #000;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	padding-bottom: 12px;
}
.holiday-map a {
	color: #36F;
		font-weight: bold;
	text-decoration: underline;
}
.holiday-map a:hover {
	color: #03F;
}
.holiday-map_img {
	width: 625px;
	text-align: center;
	border: 1px solid #000;
	margin-top: 20px;
	margin-right: 2px;
	margin-bottom: 16px;
	margin-left: 2px;
}
.holiday-links-more {
	text-align: center;
	font-size: 17px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 32px;
	margin-left: 0px;
}
.holiday-links-more a {
	color: #C33;
	font-weight: bold;
	text-decoration: underline;
}
.holiday-links-bottom {
	text-align: center;
	font-size: 14px;
	line-height: 18px;
}
.holiday-links-bottom a {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}
.holiday-promo-head {
	color: #00;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
.holiday-promo-head a {
	color: #03F;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 23px;
}
.holiday-promo-head a:hover {
	color: #C30;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
.holiday-promo-subhead {
	color: #00;
	font-size: 15px;
	text-align: center;
}
.holiday-promo-select {
	color: #00;
	font-size: 14px;
	text-align: center;
}
.holiday-promo-select a {
	color: #06F;
	font-weight: bold;
	text-decoration: underline;
}
.holiday-promo-text {
	color: #00;
	font-size: 20px;
	text-align: center;
	line-height: 32px;
}
.holiday-promo-text2 {
	color: #00;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
}
.holiday-promo-quote {
	text-align: center;
	font-size: 18px;
	color: #C30;
}
.holiday-promo-quote a {
	font-weight: bold;
	color: #C30;
	text-decoration: underline;
}
.holiday-promo_img {
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}
.holiday-special_img {
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}
.holiday-facts-box {
	color: #FFF;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
.holiday-info-box {
	color: #00;
	font-size: 13px;
	text-align: center;
}
.map-interactive {
	color: #03F;
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}
.map-interactive_img {
	width: 700px;
	text-align: center;
	border: 1px solid #000;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 16px;
	margin-left: 2px;
}
.hotels-interactive_img {
	width: 640px;
	height: 400px;
	text-align: center;
	border: 1px solid #000;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 16px;
	margin-left: 2px;
}
.holiday-list {
	text-align: center;
	font-size: 15px;
	margin: 0px;
	line-height: 22px;
	font-weight: bold;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.holiday-list a{
	text-align: center;
	font-size: 16px;
	margin: 0px;
	line-height: 23px;
	font-weight: bold;
	color: #36F;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-decoration: underline;
}
.holiday-list a: hover {
	text-align: center;
	font-size: 16px;
	margin: 0px;
	line-height: 23px;
	font-weight: bold;
	color: #900;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-decoration: underline;
}
.list-title {
	font-size: 17px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	padding-top: 16px;
	text-align: center;
}
.list {
	padding-left: 0;
	list-style-image: none;
	list-style-type: none;
	position: relative;
}
.list li {
	color: #333333;
	text-align: center;
	margin-top: 8px;
	padding-left: 0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
}
.list li:first-child {
	margin-top: 0;
}
.list li a {
	color: #CC3300;
	text-decoration: underline;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: bold;
	font-size: 14px;
}
.list li a:hover {
	color: #3300FF;
	text-decoration: underline;
}
.box2 {
	background: #ce88a3;
	text-align: center;
	font: 500 78px/78px 'Ubuntu', sans-serif;
	margin-top: 20px;
	padding-top: 34px;
	padding-right: 0px;
	padding-bottom: 34px;
	padding-left: 0px;
	margin-bottom: 20px;
}
.box2 span {
	display: block;
	font-size: 36px;
	line-height: 40px;
}
.box2 span span {
	font-size: 42px;
	line-height: 38px;
}
.hc-search {
	text-align: center;
	font-size: 17px;
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.hc-search a {
	color: #69F;
	font-weight: bold;
	text-decoration: underline;
	font-size: 20px;
	text-align: center;
}
.hc-search a: hover {
	color: #C00;
	font-weight: bold;
	text-decoration: none;
	font-size: 20px;
	text-align: center;
}
.hc-text {
	font: bold 16px/20px Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-bottom: 10px;
	text-align: center;
}
.chart-head {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	vertical-align: top;
	padding: 7px;
	line-height: 12px;
}
.chart-head a {
	color: #00F;
	text-decoration: underline;
	text-align: center;
}
.chart-text {
	font-size: 11px;
	color: #000;
	vertical-align: top;
	padding: 7px;
	width: 14%;
	line-height: 12px;
}
.chart-text a {
	color: #00F;
	vertical-align: middle;
	text-decoration: underline;
	text-align: left;
	font-weight: bold;
}
.chart-best {
	font-size: 11px;
	color: #C30;
	font-weight: bold;
	vertical-align: top;
	padding: 7px;
	width: 14%;
	line-height: 12px;
}
.chart-excellent {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	vertical-align: top;
	padding: 7px;
	width: 14%;
	line-height: 12px;
}
.backCenter {
	font-size: 18px;
	color: #666;
	text-align: center;
	text-decoration: underline;
	padding-top: 23px;
}
.backCenter a {
	font-weight: bolder;
	text-decoration: underline;
}
.copyright {
	font-size: 13px;
	color: #000;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
}
.copyright a {
	color: #000;
	text-decoration: underline;
	font-weight: 500;
}
.ad_img {
	border: 2px solid #000000;
	text-align: center;
	width: auto;
	margin: 1px;
}
/*****Carousol****/
.gall_item {
  margin-right: 1px;
  display: block;
  background: #ef4f47 url(../images/magnify.png) center center no-repeat;
}
.gall_item img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 100%;
  box-shadow: 0 0 0 #fff;
}
.gall_item:hover img {
  opacity: 0.2;
}
/*****End Carousol****/

/* ========================================================
	 * BPH - ACCOMMODATION BOX
	 * ======================================================== */
 
.accommodation-box {
	border: 5px solid #cc6600;
	padding: 10px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0;
	width: 100%
}
.accommodation-head {
	overflow: hidden;
	height: 30px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 50px;
	text-align: center;
}
.accommodation-head a {
	font-size: 18px;
	color: #C30;
	font-weight: 600;
	text-decoration: underline;
	vertical-align: top;
}
.accommodation-price {
	font-size: 12px;
	color: #666;
	font-weight: 600;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
}
.accommodation-icon {
	padding-left: 20px;
}
.accom-icon_img {
	height: 25px;
	margin: 2px;
}
.accommodation-picture {
	text-align: center;
	background-color: #FFFFFF;
	padding: 8px;
}
.accom-pic_img {
	border: 2px solid #666;
	margin-top: 0px;
	padding: 4px;
	background-color: #FFFFFF;
	text-align: center;
	width: 50%;
	max-width: 400px;
}
.accommodation-blurb {
	line-height: 15pt;
	font-size: 14px;
	color: #999;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 46px;
	padding-left: 0px;
	text-align: center;
}
/* ========================================================
	 * BPH - Old Hawaii Travel Guide
	 * ======================================================== */
.facts-text-head {
	color: #CC6633;
	float: left;
	font-weight: bold;
	margin-top: 15px;
	padding-left: 15px;
	width: 135px;
	font-size: 12px;
}
.facts-text {
	width: 462px;
	float: left;
	font-weight: bold;
	margin-top: 15px;
	padding-left: 15px;
	font-size: 12px;
}
.facts-text-bottom {
	width: 462px;
	float: left;
	font-weight: bold;
	margin-top: 15px;
	padding-left: 15px;
	font-size: 12px;
	margin-bottom: 15px;
}

/* ========================================================
	 * BPH - DIRECTORY TABLE
	 * ======================================================== */
.table-responsive {
	text-align: centre;
}
.directory-box {
	text-align: centre;
	width: 100%;
}
/* -----------------------Head-------------------------------- */
.directory-head {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	background-color: #F90;
	text-indent: 20px;
	padding: 8px;
	text-align: left;
}
.directory-details {
	font-size: 12px;
	font-weight: bold;
	background-color: #DCDCDC;
	vertical-align: top;
	padding: 7px;
}
.directory-pic-head {
	font-size: 12px;
	font-weight: bold;
	background-color: #DCDCDC;
	vertical-align: top;
	padding: 7px;
}
.directory-name-head {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: left;
	vertical-align: middle;
	padding: 7px;
}
.directory-facts-head {
	font-size: 12px;
	font-weight: bold;
	background-color: #DCDCDC;
	vertical-align: top;
	padding: 7px;
}
.directory-price-head {
	font-size: 12px;
	font-weight: bold;
	background-color: #DCDCDC;
	vertical-align: top;
	padding: 7px;
}
.directory-quote-head {
	font-size: 12px;
	font-weight: bold;
	background-color: #DCDCDC;
	vertical-align: top;
	padding: 7px;
}
.directory-award {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	background-color: #FC0;
	text-indent: 23px;
	padding: 5px;
	text-align: left;
}
/* -----------------------Rows-------------------------------- */


.directory-hotel {
	background-color: #FFF;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
.directory-hotel a {
	color: #000;
	text-decoration: underline;
}
.directory-hotel a: hover {
	color: #03F;
	text-decoration: underline;
}
.directory-pic {
	font-size: 12px;
	width: 100px;
}
.directory-pic_img {
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	width: 100px;
	text-align: center;
	margin: 2px;
	border: 1px solid #F63;
	background-color: #FFF;
	padding: 3px;
}
.directory-name {
	font-size: 14px;
	font-weight: bold;
	color: #C30;
	text-align: left;
	vertical-align: top;
	padding-left: 15px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	width: auto;
	line-height: 16px;
}
.directory-name a {
	color: #C30;
	text-decoration: underline;
}
.directory-name a: hover {
	color: #03F;
	text-decoration: underline;
}
.directory-region {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: left;
	line-height: 12px;
}
.directory-facts {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	vertical-align: top;
	padding: 7px;
	width: 20%;
	line-height: 12px;
}
.directory-price {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	vertical-align: top;
	padding: 7px;
	width: 20%;
	line-height: 12px;
}
.directory-quote {
	font-size: 12px;
	font-weight: bold;
	height: 38px;
	width: 20%;
	text-align: center;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.directory-quote img {
	font-size: 12px;
	font-weight: bold;
	height: 38px;
	width: 160px;
	text-align: center;
	margin: 2px;
}
.directory-quote2 img {
	font-size: 12px;
	font-weight: bold;
	height: 38px;
	width: 110px;
	text-align: center;
	margin: 2px;
}
.directory-tour {
	text-align: left;
	background-color: #FFF;
	width: 220px;
}
.directory-tour_img {
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	width: 100%;
	text-align: center;
	border: 1px solid #F93;
	background-color: #FFF;
	padding: 3px;
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 5px;
}
.directory-tour-name {
	font-size: 14px;
	font-weight: bold;
	color: #C00;
	text-align: left;
	vertical-align: bottom;
	padding-left: 20px;
	padding-right: 10px;
	background-color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
}
.directory-tour-name a {
	color: #C30;
	text-decoration: underline;
}
.directory-tour-name a: hover {
	color: #03F;
	text-decoration: underline;
}

/* ========================================================
	 * BPH - HOTEL PAGE
	 * ======================================================== */
	 
.hotel-head-name {
	color: #000;
	font-size: 17px;
	text-align: center;
}
.hotel-main_img {
	border: 6px solid #C60;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 4px;
	background-color: #FFFFFF;
	text-align: center;
	width: 100%;
}
.hotel-intro {
	color: #000;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: 500;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 12px;
}
.hotel-text {
	color: #000;
	font-size: 16px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	padding-top: 16px;
}
.hotel-facts-box {
	color: #000;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
.hotel-info-box {
	color: #00;
	font-size: 13px;
	text-align: center;
}
.hotel-map a {
	color: #03F;
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}
.hotel-map_img {
	width: 100%;
	text-align: center;
	margin: 2px;
	border: 1px solid #000;
}
.hotel-sub-head {
	color: #660066;
	font-size: 23px;
	text-align: center;
}
.hotel-thumb_img {
	width: 100%;
	border: 1px solid #000;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #FFF;
}
.hotel-room_img {
	width: 100%;
	border: 1px solid #000;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #FFF;
}
.price-text {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	vertical-align: middle;
	padding: 7px;
	width: 16%;
	line-height: 12px;
	margin: 7px;
}
.price-text-room {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	vertical-align: middle;
	padding: 7px;
	width: 16%;
	line-height: 12px;
}
.price-text-room a {
	font-size: 12px;
	color: #03F;
	font-weight: bold;
	vertical-align: middle;
	padding: 7px;
	width: 16%;
	line-height: 12px;
	text-decoration: underline;
}
.price-text-rate {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	vertical-align: middle;
	padding: 7px;
	width: 16%;
	line-height: 12px;
}
.specials-box {
	color: #FFF;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.specials-text {
	color: #FFF;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.specials-head {
	color: #FFF;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.nav-icon-large {
	color: #00;
	text-align: center;
}
/* Old Hotel Pages
	 * ------------------------------------------------------- */

.hotel-old-info {
	color: #00;
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
}
.hotel-old-link {
	color: #00;
	font-size: 17px;
	text-align: center;
	margin-top: 15px;
}
.hotel-old-link a {
	color: #00;
	font-size: 17px;
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
}


/* ========================================================
	 * BH.com.au Travel Guide
	 * ======================================================== */
.picture-library {
	text-align: center;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #000;
	font-style: italic;
}
.picture-library a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.picture-library a: hover {
	color: #33F;
	font-weight: bold;
	text-decoration: underline;
}
.picture-library_img {
	border: 1px solid #000000;
	margin-top: 0px;
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
}
.article {
	font-size: 14px;
	color: #C30;
	font-weight: bold;
	text-align: center;
}
.optionsText {
	font-size: 16px;
	color: #333;
	line-height: 20px;
	text-align: center;
}
.beautifulpacific_link {
	font-size: 18px;
	color: #666;
	text-align: center;
	padding-top: 23px;
}
.beautifulpacific_link a {
	font-weight: bolder;
	text-decoration: underline;
	color: #C00;
}
.highlightHeading {
	font-size: 23px;
	color: #660066;
	line-height: 30px;
	padding-bottom: 20px;
	font-weight: bold;
}
.highlightText {
	font-size: 18px;
	color: #666;
	line-height: 23px;
	font-weight: 400;
}
.highlightText a {
	color: #F60;
	text-decoration: underline;
	font-weight: 600;
}
.profile_img {
	width: 100%;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	padding: 5px;
	border: thin solid #000;
	background-color: #FFF;
	margin-top: 11px;
}
.worldhead_img {
	width: 100%;
	margin-bottom: 20px;
}
.options_img {
	margin-bottom: 10px;
	text-align: center;
	padding: 5px;
	border: thin solid #000;
	background-color: #FFF;
	width: 100%;
}
.worldthumb_img {
	width: 310px;
	margin-bottom: 10px;
	height: 200px;
	text-align: center;
	padding: 5px;
	border: thin solid #000;
	background-color: #FFF;
}
.mapthumb_img {
	width: 310px;
	margin-bottom: 10px;
	height: 100%;
	text-align: center;
	padding: 5px;
	border: thin solid #000;
	background-color: #FFF;
}
.picturethumb_img {
	width: 235px;
	margin-bottom: 10px;
	height: 90px;
	text-align: center;
	padding: 5px;
	border: thin solid #000;
	background-color: #FFF;
}
.resortthumb_img {
	width: 100%;
	width: 235px;
	margin-bottom: 10px;
	height: 90px;
	text-align: center;
	padding: 5px;
	border: thin solid #000;
	background-color: #FFF;
	color: #03F;
	text-transform: capitalize;
	text-decoration: underline;
}
.img_fleft {
	float: left;
	margin-right: 20px;
}
.img_fright {
	float: right;
	margin-left: 20px;
}
#thumbs .touch_img {
	display: block;
	margin-bottom: 10px;
	position: relative;
}
#thumbs a:hover span {
	position: absolute;
	background: url(../images/prev_box_title.png) repeat;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#thumbs a:hover span:after {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	left: 50%;
	margin-left: -21px;
	content: '';
	width: 42px;
	height: 42px;
	background: url(../images/touch_arrow.png) no-repeat;
}
.dest-facts-box {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	background-color: #F5F5F5;
}
.dest-facts-left {
	float: left;
	text-align: center;
	width: 174px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 12px;
	font-style: italic;
	color: #C63;
	line-height: 22px;
}
.dest-facts-left a {
	float: left;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	color: #C63;
	font-weight: bold;
	text-decoration: underline;
}
.dest-facts-left img {
	float: left;
	text-align: center;
	width: 170px;
	height: 240px;
	border: 2px solid #F93;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 0px;
}
.dest-facts-middle {
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 255px;
}
.dest-facts-head {
	font-size: 16px;
	color: #C30;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.dest-facts-text {
	font-size: 12px;
	color: #006;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.dest-facts-text a {
	font-size: 12px;
	color: #06F;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
	text-decoration: underline;
}
.dest-facts-map {
	font-size: 12px;
	color: #003;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20px;
	margin-right: 45px;
	margin-left: 45px;
}
.dest-facts-map img {
	text-align: center;
	height: 160px;
	width: 160px;
	border: 2px solid #000;
	margin-right: 0px;
	margin-left: 0px;
}
.dest-facts-map2 {
	font-size: 12px;
	color: #003;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
.dest-facts-map2 img {
	text-align: center;
	height: 135px;
	width: 135px;
	border: 2px solid #000;
	margin-right: 0px;
	margin-left: 0px;
}
.dest-facts-right {
	float: left;
	text-align: center;
	width: 174px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 12px;
	font-style: italic;
	color: #C63;
	text-decoration: none;
	line-height: 22px;
}
.dest-facts-right a {
	float: left;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	color: #C63;
	text-decoration: underline;
	font-weight: bold;
}
.dest-facts-right img {
	float: right;
	text-align: center;
	width: 170px;
	height: 240px;
	border: 2px solid #F90;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
/* ========================================================
	 * BUTTONS
	 * ======================================================== */

.btn_box {
	text-align: center;
	padding-top: 6px;
	margin-bottom: 18px;
	font-size: 18px;
	color: #000;
}
.btn_box a {
	text-align: center;
	font-weight: bold;
	color: #C00;
	text-decoration: underline;
}
.btn_box a:hover {
	color: #660066;
	text-decoration: none;
}
.btn_box_bot-head {
	text-align: center;
	font-size: 14px;
	color: #000;
	line-height: 15px;
}
.btn_box_bot-head a {
	text-align: center;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.btn_box_bot-head a:hover {
	color: #660066;
	text-decoration: underline;
	font-weight: bold;
}
.btn_box_bot {
	text-align: center;
	font-size: 14px;
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 15px;
	font-weight: normal;
}
.btn_box_bot a {
	text-align: center;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.btn_box_bot a:hover {
	color: #660066;
	text-decoration: underline;
}
.btn1 {
	position: relative;
	background: none;
	color: #000000;
	display: inline-block;
	font: 600 17px/20px 'Ubuntu', sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-right: 20px;
	padding-left: 20px;
}
.btn1 a {
	color: #660066;
	font-weight: bold;
}
.btn1:hover {
	background: none;
	color: #332d2e;
	text-decoration: none;
}
.btn1:hover:after {
	color: #332d2e;
}
.btn1:after {
	display: block;
	position: absolute;
	font-family: FontAwesome;
	font-style: normal;
	content: "\f0a9";
	color: #fff;
	font-size: 19px;
	line-height: 19px;
	width: 17px;
	height: 17px;
	right: 0px;
	top: 2px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
/* ======== MENU ========== */
/* ======== STUCK MENU ========== */
#stuck_container {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: #332d2e;
}
.isStuck {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.isStuck .tm_navbar {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding: 8px 0 8px 0px;
}
.isStuck .tm_navbar .nav > li a span {
	display: block;
	width: 100%;
	position: absolute;
	top: -7px;
}
.isStuck .tm_navbar .nav > li ul {
	top: 39px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.isStuck .tm_navbar .nav > li ul ul {
	top: -73px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.isStuck .menuBox {
	margin: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
/* ======== GENERAL MENU ========== */
.menuheader {
	margin-top: 0;
	margin-right: 0;
}
.tm_navbar {
	position: relative;
	padding: 20px 0 17px 0px;
	margin: 0;
	background: none;
	border: none;
	min-height: 20px;
	text-align: center;
}
.tm_navbar .nav {
	float: none;
	position: relative;
	display: inline-block;
	background: none;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.tm_navbar .nav > li {
	display: inline-block;
	text-align: center;
	float: left;
	padding: 0;
	margin-left: 8px;
	position: relative;
	zoom: 1;  /* ======== SUB_MENU========== */
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	line-height: 22px;
	font-weight: 500;
}
.tm_navbar .nav > li:first-child {
	margin-left: 0;
}
.tm_navbar .nav > li a {
	text-align: center;
	position: relative;
	text-decoration: underline;
	color: #CCCCCC;
	background: none;
	border: none;
	text-shadow: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	font-weight: bold;
}
.tm_navbar .nav > li a span {
	display: block;
	width: 100%;
	position: absolute;
	top: -22px;
	height: 0px;
	left: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #ffaa73;
}
.tm_navbar .nav > li a:hover, .tm_navbar .nav > li.active > a, .tm_navbar .nav > li.active > a:hover {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/* ======== SUB SUB_MENU========== */

.tm_navbar .nav > li ul {
	position: absolute;
	display: none;
	left: 0px;
	width: 175px;
	list-style: none;
	zoom: 1;
	z-index: 14;
	margin: 0;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	top: 28px;
}
.tm_navbar .nav > li ul a {
	position: relative;
	display: inline-block;
	padding: 0;
	text-shadow: none;
	color: #332d2e;
	background: none;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}
.tm_navbar .nav > li ul a:hover, .tm_navbar .nav > li ul li.sfHover a.sf-with-ul {
	text-decoration: underline;
	color: #CC3300;
	background: none;
	font-weight: bold;
}
/* ======== IAN add shadow========== */

.tm_navbar .nav > li ul div.shadow {
	background: none;
	border: 0;
 filter: shadow(color:#999999, strength:7, direction:135);
	position: absolute;
	left: 0;
	z-index: 5;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
}
.tm_navbar .nav > li ul div.shadow div {
	border: 1px solid #a5acb0;
	border-top: 7px solid #FF9900;
	padding: 10px;
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	box-shadow: 5px 5px 5px #999;
	z-index: 6;
	margin-top: 2px;
	background-color: #FFC;
}
/* ======== IAN close shadow========== */


.tm_navbar .nav > li ul li {
	font: 300 15px/19px 'Ubuntu', sans-serif;
	text-align: center;
	padding: 0;
	display: block;
	position: relative;
	border: none;
	zoom: 1;
	z-index: 14;
	margin-top: 6px;
	margin-bottom: 6px;
}
.tm_navbar .nav > li ul li:first-child {
	margin-top: 0;
}
.tm_navbar .nav > li a:hover span, .tm_navbar .nav > li.active > a span, .tm_navbar .nav > li.active > a:hover span {
	height: 4px;
}
.tm_navbar .nav > li ul ul li {
	margin: 6px 0 0 0;
	display: block;
	position: relative;
	border: none;
	zoom: 1;
	z-index: 14;
}
.tm_navbar .nav > li ul ul li:first-child {
	margin-top: 0;
}
.tm_navbar .nav > li ul ul a {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
	text-shadow: none;
}
.tm_navbar .nav > li ul ul a:hover {
	text-decoration: none;
}
.tm_navbar .nav > li ul ul {
	position: absolute;
	display: none;
	top: -52px;
	left: 175px;
	width: 145px;
	list-style: none;
	zoom: 1;
	z-index: 14;
	background: #ffa067;
	margin: 0;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
}
.select-menu {
	display: none !important;
	outline: none;
	background: #fff;
}
/* ========================================================
 * 4. CONTENT
 * ======================================================== */
.container {
	padding: 0;
}
.row {
	padding: 0;
	margin-right: 12px;
	margin-left: 12px;
}
.row_main {
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
.row_main2 {
	padding-top: 15px;
	padding-bottom: 48px;
	background-color: #FFFFFF;
}
.row_main3 {
	padding-top: 48px;
	padding-bottom: 48px;
	background-color: #FFFFFF;
}
.row_pictures {
	padding-top: 6px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
.row_map-facts {
	padding-top: 18px;
	padding-bottom: 12px;
	background-color: #FFFFFF;
}
.row_directory {
	padding-top: 18px;
	padding-bottom: 12px;
	background-color: #FFFFFF;
}
.row_gallery {
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
#content .content_color-1 {
	padding-bottom: 20px;
	color: #ffffff;
	background-color: #ffc738;
	border-top-width: 17px;
	border-top-style: solid;
	border-top-color: #ecb529;
	padding-top: 10px;
	font-size: 12px;
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
}
#content .content_color-1 h3 {
	padding-top: 10px;
	color: #FFFFFF;
	text-align: center;
	font-size: 36px;
}
#content .content_color-1 h4 {
	padding-top: 22px;
	color: #ffffff;
}
#content .content_color-1 a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.row_ad {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #FF9966;
}
.row_hc {
	padding-top: 30px;
	padding-bottom: 15px;
	background-color: #FF9966;
}
.row_bp {
	padding-top: 30px;
	padding-bottom: 15px;
	background-color: #FF9966;
}
.row_main .box {
	background: #fc986b;
	padding-left: 12px;
	padding-right: 12px;
}
#index2 .row2 {
	padding-bottom: 88px;
}
.row_directory {
	padding-top: 48px;
	padding-bottom: 48px;
	background-color: #FFFFFF;
}
.row_nav-bottom {
	padding-top: 48px;
	padding-bottom: 48px;
	background-color: #CCCCCC;
}
.row_quote {
	padding-top: 48px;
	padding-bottom: 48px;
	background-color: #EC8402;
}
.row_hotels-rates {
	padding-top: 48px;
	padding-bottom: 48px;
	background-color: #FF9999;
}
.row_hotels-rates h2 {
	margin-bottom: 48px;
}
.row_hotels-rates .single_img {
	margin-bottom: 12px;
}
.row_info {
	padding-top: 48px;
	padding-bottom: 48px;
	background-color: #CCCCCC;
}
.row_info h2 {
	margin-bottom: 48px;
}
.row_info .single_img {
	margin-bottom: 12px;
}
.row_back {
	padding-top: 0px;
	padding-bottom: 10px;
	background-color: #FF9933;
}
.map_row {
	position: relative;
	margin-top: 282px;
	height: 427px;
	width: 100%;
	z-index: 10;
}
.map_row iframe {
	height: 100%;
	width: 100%;
	z-index: 10;
}

.row_Intro {
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: #FFCC66;
}
.row_Intro .box {
	background: #fc986b;
	padding-left: 34px;
	padding-right: 34px;
}
#index2 .row2 {
	padding-bottom: 88px;
}
.row_IntroText {
	background-color: #FFFFFF;
	padding-bottom: 20px;
}
.row_Map {
	padding-top: 48px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
}
.row_Map .mapthumb_img {
	margin-bottom: 5px;
}
.row_Picture2 {
	padding-top: 48px;
	padding-bottom: 30px;
	background-color: #666666;
	font-size: 18px;
	color: #FFF;
	text-decoration: underline;
}
.row_Picture2 a {
	font-size: 18px;
	color: #FFF;
	text-decoration: underline;
}
.row_Picture2 a:hover {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.row_Picture2 .worldthumb_img {
	margin-bottom: 5px;
}
.row_HighlightLeft {
	padding-top: 48px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
}
.row_HighlightRight {
	padding-top: 48px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
}
.row_Highlights {
	padding-top: 48px;
	padding-bottom: 30px;
	background-color: #FFFFCC;
}
.row_Highlights .worldthumb_img {
	margin-bottom: 5px;
}

.row_Options {
	padding-top: 48px;
	padding-bottom: 48px;
	background-color: #CCCCCC;
}
.row_Options h2 {
	margin-bottom: 48px;
}
.row_Options p {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.row_Pictures {
	padding-top: 48px;
	padding-bottom: 48px;
	background-color: #999999;
}
.row_Pictures h2 {
	margin-bottom: 48px;
}
.row_Pictures .single_img {
	margin-bottom: 12px;
}
.row_404 {
	position: relative;
	margin: 0 auto;
	width: 673px;
	margin-bottom: 92px;
	background: #383132;
	padding: 16px 75px 42px 75px;
}
.row_404 h3 {
	font: 500 87px/70px 'Ubuntu', sans-serif;
	color: #fff;
	text-align: center;
	margin-bottom: 12px;
}
.row_404 h4 {
	font: 500 56px/70px 'Ubuntu', sans-serif;
	color: #ffaa73;
	text-align: center;
	margin-bottom: 19px;
}
/* ========================================================
 * 5. FOOTER
 * ======================================================== */
#index2 footer {
	padding-bottom: 40px;
}
footer {
	width: 100%;
	padding-top: 70px;
	text-align: center;
	background-color: #FF9933;
}
footer h2 {
	font-size: 92px;
	line-height: 92px;
	font-weight: 500;
	margin-top: 45px;
	margin-bottom: 14px;
}
footer .copyright {
	font: 300 12px/14px 'Ubuntu', sans-serif;
	color: #7f7879;
	text-transform: uppercase;
}
footer .copyright a {
	color: inherit;
}
footer .footer_soc_list {
	overflow: hidden;
	list-style: none;
	padding-left: 0;
	display: inline-block;
}
footer .footer_soc_list li {
	float: left;
	margin-left: 9px;
	width: 29px;
	height: 29px;
}
footer .footer_soc_list li:first-child {
	margin-left: 0;
}
footer .footer_soc_list a {
	display: block;
	background: #ce88a3;
	color: #383132;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-border-radius: 49%;
	border-radius: 49%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
footer .footer_soc_list a:hover {
	background: #ffffff;
}
address {
	margin-bottom: 30px;
}
address .info {
	margin-bottom: 25px;
}
address .info strong {
	font: 500 16px/19px 'Ubuntu', sans-serif;
	display: block;
	text-align: center;
	margin-bottom: 5px;
}
address .info p {
	font: 300 14px/17px 'Ubuntu', sans-serif;
	display: block;
	text-align: center;
	margin-bottom: 5px;
}
/* ========================================================
 * 6. MAP, TO TOP
 * ======================================================== */
.gmap {
	margin-top: 0;
}
.gmap .map {
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	padding: 0 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}
.gmap .map iframe {
	width: 100%;
	height: 608px;
	border: none;
	margin: 0;
}
#toTop {
	display: none;
	position: fixed;
	color: transparent;
	height: 28px;
	width: 28px;
	right: 50% !important;
	margin-right: -700px !important;
	bottom: 505px;
	color: #fff;
	z-index: 20;
	text-decoration: none;
}
#toTop:after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f0aa";
	font-size: 32px;
	line-height: 32px;
	color: #333;
	top: 0;
	left: 0px;
	text-decoration: none;
}
#toTop:hover {
	text-decoration: none;
}
#toTop:hover:after {
	color: #FFCC33;
	text-decoration: none;
}
#toTop:active, #toTop:focus {
	outline: none;
	text-decoration: none;
}

/* ========================================================
 * 8. RESPONSIVE LAYOUTS
 * ======================================================== */
 /*==================================RESPONSIVE LAYOUTS===============================================*/

@media (min-width: 1220px) {
.container {
	padding: 0;
}
}
@media (min-width: 1200px) and (max-width: 1220px) {
.contact-form .coll-1, .contact-form .coll-2, .contact-form .coll-3 {
	width: 237px;
}
}
@media (max-width: 1200px) {
.contact-form .coll-1, .contact-form .coll-2, .contact-form .coll-3 {
	width: 192px;
}
#contact-form textarea {
	height: 180px;
}
}
/*------------Stuck menu ------------*/
@media (max-width: 991px) {
h2 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 30px;
	line-height: 44px;
	font-weight: bold;
}
h1 img {
	width: 100%;
}
#stuck_container {
	position: relative !important;
	box-shadow: none;
}
.pseudoStickyBlock {
	height: 0 !important;
}
}
/*------------End Stuck menu------------*/
@media (min-width: 768px) and (max-width: 991px) {
.post_box .post_info .post_title {
	width: 490px;
}
.contact-form .coll-1, .contact-form .coll-2, .contact-form .coll-3 {
	margin-right: 0;
	width: 100%;
	display: inline-block;
}
}
@media (max-width: 767px) {
.post_box .post_info .post_title {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.header_box {
	padding-top: 80px;
	padding-bottom: 100px;
}
.sf-menu {
	display: none !important;
}
.select-menu {
	display: block !important;
	border: 1px solid #343434;
	color: #000;
	background: #fff !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 5px;
}
.select-menu option {
	padding: 0;
}
.map iframe {
	width: 100%;
	height: 250px;
}
.contact-form .coll-1, .contact-form .coll-2, .contact-form .coll-3 {
	margin-right: 0;
	margin-bottom: 15px;
	width: 100%;
	display: inline-block;
}
footer h2 {
	font-size: 45px;
	line-height: 50px;
	font-weight: 500;
	margin-top: 10px;
}
  .camera_prev {
    left: 10px;
  }
  .camera_next {
    right: 10px;
  }
}
@media (max-width: 480px) {
h2 {
	font: bold 30px/45px 'Ubuntu', sans-serif;
}
}

/*------------Owl Carousel------------*/
@media only screen and (max-width: 1199px) {

  #owl-demo1 {
    margin-left: 0;
    margin-right: 0;
  }
  #owl-demo2 {
    margin-left: 0;
    margin-right: 0;
  }
  #owl-demo3 {
    margin-left: 0;
    margin-right: 0;
  }
    #owl-demo4 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 979px) {

  h3 {
    font-size: 40px;
  }
  h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }
  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }


  .camera_prev {
    left: 10px;
  }
  .camera_next {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .none {
    clear: both;
  }

  .copyright {
	font-size: 13px;
  }

  .content .noresize {
    width: auto !important;
    float: left !important;
    margin-right: 20px !important;
    margin-top: 4px !important;
  }
  .none {
    clear: both;
  }
}
@media only screen and (max-width: 479px) {
  #owl-demo1 {
    padding: 0 40px;
  }
  .owl-buttons > div {
    width: 40px !important;
    margin-top: -20px !important;
    height: 40px !important;
  }
  .owl-buttons > div:after {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 20px !important;
  }
    #owl-demo2 {
    padding: 0 40px;
  }
  .owl-buttons > div {
    width: 40px !important;
    margin-top: -20px !important;
    height: 40px !important;
  }
  .owl-buttons > div:after {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 20px !important;
  }
    #owl-demo3 {
    padding: 0 40px;
  }
  .owl-buttons > div {
    width: 40px !important;
    margin-top: -20px !important;
    height: 40px !important;
  }
  .owl-buttons > div:after {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 20px !important;
  }
  #owl-demo4 {
    padding: 0 40px;
  }
  .owl-buttons > div {
    width: 40px !important;
    margin-top: -20px !important;
    height: 40px !important;
  }
  .owl-buttons > div:after {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 20px !important;
  }
}
/*------------End Owl Carousel------------*/
/*Core variables and mixins*/
