﻿@charset "UTF-8";
body {
  background-color: #383741 !important;
  background-repeat: repeat-x;
}

#site-tabs {
  background: #eee;
  width: 100%;
  margin-bottom: 20px;
  z-index: 99999;
  /*padding-left:45px;*/
}
@media (max-width: 900px) {
  #site-tabs {
    margin-bottom: 0;
    padding-left: 0;
  }
}
#site-tabs .header-content {
  padding-bottom: 0;
  padding-left: 0;
  height: 34px;
  max-width: 940px;
  box-sizing: border-box;
  margin: 0 auto;
}
#site-tabs .tab-header {
  display: none;
  padding: 0 5px 0 5px;
  /*margin-right: $tab-pad;*/
  user-select: none;
  vertical-align: top;
}
#site-tabs .tab-header img {
  padding: 8px 0 9px;
  vertical-align: top;
}
@media (max-width: 900px) {
  #site-tabs .tab-header {
    cursor: pointer;
    display: inline-block;
  }
  #site-tabs .tab-header img {
    padding: 0 0;
    height: 34px;
  }
  #site-tabs .tab-header::after {
    content: " ▾";
    line-height: 34px;
    font-size: 18px;
  }
  #site-tabs .tab-header:hover {
    background: gainsboro;
  }
}
#site-tabs .header-content div {
  display: inline-block;
  /*height: 100%;*/
}
@media (max-width: 900px) {
  #site-tabs .header-content div {
    max-width: 200px;
    display: none;
    position: absolute;
    background: #eeeeee;
    width: 100%;
    left: 0;
    top: 34px;
    z-index: 10;
    border-top: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
  #site-tabs .header-content div a {
    display: block;
    border: 0;
    margin: 0;
    padding: 7px 10px;
  }
  #site-tabs .header-content div a.OurWorld img {
    /*padding-left: 26px;*/
  }
  #site-tabs .header-content div a.selected {
    display: none;
  }
  #site-tabs .header-content div a:hover {
    background: gainsboro;
  }
}
@media (max-width: 900px) {
  #site-tabs.visible .tab-header::after {
    content: " ▴";
  }
  #site-tabs.visible a {
    height: auto;
  }
  #site-tabs.visible .header-content div {
    display: block;
  }
}
#site-tabs .site-tab {
  display: inline-block;
  padding: 2px 0 0;
  margin: 0 4px;
  border-bottom: 2px solid #eee;
  height: 34px;
  box-sizing: border-box;
  vertical-align: top;
}
#site-tabs .site-tab.OurWorld img {
  /*padding-top: 1px;*/
}
#site-tabs .site-tab.selected, #site-tabs .site-tab:hover {
  border-color: #5faee3;
}
#site-tabs img {
  vertical-align: top;
}

.header-wrap {
  background: #fff;
  z-index: 99999;
  max-width: 940px;
  margin: 0 auto;
}
.header-wrap .splash {
  max-width: 940px;
  padding: 10px 10px 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .header-wrap .splash {
    padding-bottom: 10px;
  }
}
.header-wrap .tagline {
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  height: 80px;
}
.header-wrap .phone {
  float: right;
  padding-top: 0;
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-position: 0 100%;
  margin-top: -5px;
  padding-right: 30px;
  padding-top: 15px;
}
.header-wrap .phone.OurPacific {
  padding-top: 0;
  background-image: url("../Images/newzealand.png");
}
.header-wrap .phone.OurAustralia {
  /*padding-top: 0;
  background-image: url('../Images/newzealand.png');*/
}
.header-wrap .phone .phone-header {
  font-weight: bold;
}
.header-wrap .phone a {
  display: block;
  font-weight: bold;
  color: #222;
  font-size: 26px;
}
.header-wrap .hamburger-menu {
  float: right;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  line-height: 28px;
  text-transform: uppercase;
  display: none;
  font-size: 15px;
  padding: 5px 10px;
  margin-left: 25px;
  cursor: pointer;
}
.header-wrap .hamburger-menu svg {
  vertical-align: top;
  padding-top: 6px;
  margin-right: 2px;
}
@media (max-width: 800px) {
  .header-wrap .hamburger-menu {
    display: block;
  }
}
@media (max-width: 325px) {
  .header-wrap .hamburger-menu {
    padding: 5px 7px;
  }
}
@media (max-width: 300px) {
  .header-wrap .hamburger-menu {
    margin-left: 5px;
    font-size: 13px;
  }
}
@media (max-width: 950px) {
  .header-wrap .tagline {
    display: none;
  }
}
@media (max-width: 900px) {
  .header-wrap #logo {
    height: 60px;
    width: auto;
  }
  .header-wrap .phone {
    padding-top: 10px;
  }
  .header-wrap .phone a {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .header-wrap .phone {
    display: none;
  }
}
@media print {
  .header-wrap .phone {
    position: absolute;
    display: inline !important;
    float: none;
    top: 10px;
    left: 350px;
    width: 450px !important;
  }
}

@media (max-width: 900px) {
  .main-header {
    margin-top: 10px;
  }
}

@media (max-width: 800px) {
  .mobile-phone-number {
    display: block;
  }
}
.mobile-phone-number {
  float: right;
  text-decoration: none;
  color: #222;
  font-weight: bold;
  line-height: 28px;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 25px;
  padding-right: 10px;
}
@media (min-width: 651px) {
  .mobile-phone-number {
    display: none;
  }
}
@media (max-width: 345px) {
  .mobile-phone-number {
    padding-top: 5px;
    width: 45px;
  }
}

@media (max-width: 345px) {
  .phone-icon {
    display: none !important;
  }
}

#nav {
  background: #222;
  z-index: 5;
  max-width: 940px;
  margin: 0 auto;
}
#nav .menu {
  max-width: 950px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
#nav .nav-root {
  display: inline-block;
  /*&:first-child {
  	display: none;
  }*/
}
#nav .nav-root.non-parent .non-parent-menu-item {
  padding: 12px;
  font-size: 14px;
}
@media (max-width: 950px) {
  #nav .nav-root.non-parent .non-parent-menu-item {
    font-size: 11px;
  }
}
@media (max-width: 800px) {
  #nav .nav-root.non-parent .non-parent-menu-item {
    font-size: 14px;
  }
}
#nav .nav-root.parent .parent-menu-item {
  padding: 12px;
  font-size: 14px;
}
@media (max-width: 950px) {
  #nav .nav-root.parent .parent-menu-item {
    font-size: 11px;
  }
}
@media (max-width: 800px) {
  #nav .nav-root.parent .parent-menu-item {
    padding: 13px;
    font-size: 14px;
  }
}
#nav .nav-root a {
  color: #fff;
  padding: 15px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
}
#nav .nav-root a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
}
#nav .nav-root ul {
  margin: 0;
  display: none;
  background: #222;
  list-style-type: none;
}
#nav .nav-root ul li a {
  width: 100%;
}
#nav .nav-root > ul {
  position: absolute;
}
#nav .menu > .selected {
  background: #fff;
}
#nav .selected {
  color: #fff;
}
#nav .selected a {
  color: #fff;
}
#nav .selected ul {
  background: transparent;
}
#nav .selected > a {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
#nav .selected > ul {
  display: block;
}
#nav .selected ul ul {
  background: rgba(255, 255, 255, 0.1);
}
#nav .parent > a::after {
  content: " ▾";
  display: inline-block;
  text-indent: 0;
}
#nav .parent.selected > a::after {
  content: " ▴";
}
@media (max-width: 800px) {
  #nav {
    display: none;
    position: absolute;
    background: #222;
    z-index: 1;
    width: 100%;
  }
  #nav.visible {
    display: block;
  }
  #nav .nav-root {
    display: block;
    width: 100%;
  }
  #nav .nav-root.selected ul {
    background: rgba(255, 255, 255, 0.1);
  }
  #nav .nav-root a {
    width: 100%;
  }
  #nav .nav-root > ul {
    position: static;
  }
  #nav .nav-root > ul > li a {
    /*padding-left: 25px;*/
  }
  #nav .nav-root li li a {
    text-indent: 20px;
  }
  #nav .nav-root li li li a {
    text-indent: 40px;
  }
}
@media (min-width: 801px) {
  #nav .selected .selected {
    position: relative;
  }
  #nav .selected .selected > ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    /*background: #fff;*/
  }
  #nav .selected .selected > ul li {
    background: rgba(255, 255, 255, 0.1);
  }
  #nav .selected .parent > a::after {
    content: " ▸";
    display: inline-block;
    text-indent: 0;
  }
  #nav .selected .parent.selected > a::after {
    content: " ◂";
  }
}

.flexbox {
  display: flex;
}
@media (max-width: 800px) {
  .flexbox {
    display: block;
  }
}

h1 { /* Main Heading */
  font: normal 24px/110% Arial, Helvetica, sans-serif;
  text-align: left;
  font-weight: bold;
  padding-bottom: 6px;
  display: block;
}

h1.hot-deal { /* Main Heading */
  font: normal 24px/110% Arial, Helvetica, sans-serif;
  text-align: left;
  font-weight: bold;
  padding-bottom: 0px;
  display: block;
}

h2 { /* Sub Page Heading */
  font: normal 21px/110% Arial, Helvetica, sans-serif;
  text-align: left;
  font-weight: bold;
  display: block;
  color: #1fa4d3;
  padding-bottom: 2px;
}

h3 { /* Sub Page Heading blue */
  font: normal 14px/110% Arial, Helvetica, sans-serif;
  text-align: left;
  font-weight: bold;
  padding-top: 0px;
  margin-bottom: 0.3em;
  display: block;
  color: #1fa4d3;
}

h4 { /* Email Heading Grey */
  font: normal 14px/110% Arial, Helvetica, sans-serif;
  text-align: left;
  font-weight: bold;
  padding-bottom: 6px;
  display: block;
}

h5 { /* Sub Heading Grey */
  font: normal 13px/110% Arial, Helvetica, sans-serif;
  text-align: left;
  font-weight: bold;
  display: block;
  margin-bottom: 0.3em;
  color: #65747c;
}

p {
  font: normal 12px/1.45em Arial, Helvetica, sans-serif;
  padding: 0 0 0.5em;
  color: #65747c;
}

li {
  font: normal 12px/1.45em Arial, Helvetica, sans-serif;
  color: #65747c;
}

.dealHeading {
  flex: 1;
}
@media (max-width: 780px) {
  .dealHeading img {
    width: 20px;
    height: 20px;
  }
}

.deal {
  /*padding-bottom: 15px;*/
  display: flex;
}
.deal h4 {
  margin: 0;
  font-size: 14px;
}
.deal p {
  margin: 0;
  font-size: 12px;
}
@media (max-width: 700px) {
  .deal p {
    font-size: 14px;
  }
}
.deal.deal-header {
  text-transform: uppercase;
  font-weight: bold;
  color: #65747c;
}
.deal.deal-header p {
  font-weight: bold;
}
.deal.deal-header h2 {
  margin: 0;
}
.deal .deal-meta {
  margin-top: 10px;
  padding-right: 15px;
  flex: 1;
  display: flex;
  font-size: 12px;
}
@media (max-width: 700px) {
  .deal .deal-meta {
    font-size: 14px;
  }
}
.deal .deal-meta h4, .deal .deal-meta h2, .deal .deal-meta span {
  flex: 3;
}
.deal .deal-meta p {
  flex: 2;
  padding: 0 5px;
}
.deal .deal-description {
  margin-top: 10px;
  flex: 1;
}
@media (max-width: 700px) {
  .deal {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .deal.deal-header p, .deal.deal-header .deal-description {
    display: none;
  }
  .deal .deal-meta {
    flex-direction: column;
  }
  .deal .deal-meta p {
    padding: 0;
  }
  .deal h4 {
    padding-bottom: 0;
  }
  .deal .deal-description {
    margin-top: 0;
  }
}

.home-page-hot-deals div:empty {
  display: none;
}
.home-page-hot-deals h2 {
  padding: 15px;
}
.home-page-hot-deals table td {
  padding: 0 15px 15px;
}

.home-page-deals .hot-deal-product-name {
  font-size: 24px;
}

.deal-gadget {
  width: 25%;
  display: inline-block;
  padding: 15px;
  vertical-align: top;
}
.deal-gadget img {
  width: 100%;
}
@media (max-width: 900px) {
  .deal-gadget {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .deal-gadget {
    width: 100%;
    text-align: center;
  }
  .deal-gadget img {
    width: 100%;
    text-align: center;
  }
  .deal-gadget .deals {
    /*width: 205px;*/
    /*text-align: center !important;*/
    margin: 0 auto;
  }
}

table {
  width: 100%;
  /*min-width: 500px;*/
}
table td {
  padding: 5px;
}
@media (max-width: 767px) {
  table {
    width: 100% !important;
    min-width: unset;
  }
  table td {
    display: block;
    padding: 0 0 15px;
  }
}

#content-wrap {
  min-height: 330px;
  background-repeat: repeat-x;
  /*padding-top: 13px;*/
  background-color: #fff;
  max-width: 940px;
  margin: 0 auto;
}

#main-content, #main-content-no-flash,
.home-page-hot-deal {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
}

.content-pane-data {
  position: relative;
  clear: both;
  padding: 15px;
  background-color: #F2F4F5;
  overflow-x: auto;
}

.content-pane-main, .content-pane-white, .content-pane-main-blue {
  position: relative;
  background-color: #F2F4F5;
  min-height: 350px;
  padding: 15px;
  line-height: 1.45em;
  flex: 1;
  overflow-x: auto;
}

.content-pane-right {
  position: relative;
  padding: 15px;
  width: 300px;
  min-height: 150px;
}
@media (max-width: 600px) {
  .content-pane-right {
    width: 100%;
  }
}

.contact-us div {
  margin-bottom: 5px;
}
.contact-us label {
  font-weight: bold;
  width: 150px;
  text-align: right;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.contact-us .button {
  display: inline-block;
  padding: 5px 10px;
  margin-left: 164px;
  color: #fff;
}
@media (max-width: 600px) {
  .contact-us label.block {
    display: block;
    text-align: left;
  }
  .contact-us textarea {
    width: 100%;
  }
  .contact-us .button {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .contact-us {
    /*input {
        width: 100%;
    }*/
  }
  .contact-us label {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.contact-form {
  background: lightblue;
}
.contact-form input[type=text], .contact-form textarea {
  width: 100%;
  margin-bottom: 5px;
}
.contact-form .deal-form-container {
  padding: 10px;
}

.request-quote {
  text-align: center;
  padding: 15px;
}
.request-quote h2 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 5px 0;
}
.request-quote p {
  color: #fff;
  font-size: 15px;
  margin: 5px 0 0;
}
.request-quote p a {
  display: inline-block;
  font-size: inherit;
}
.request-quote a {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.request-quote a small {
  font-weight: normal;
}

.hot-deals-index .hot-deal-product-name {
  font-size: 15px;
}

.deal-description a {
  color: #65747c;
}

/*.content-pane-right {
	img {
		width: 100%;
	}
	iframe {
		width: 100%;
	}
}*/
#footer-wrap {
  max-width: 940px;
  margin: 0 auto;
}

#footer .contactdetails {
  background: #eee;
  border-top: 1px solid #ccc;
  text-align: center;
}
#footer .copyright {
  background: #222;
}
#footer .copyright .wrapper {
  display: flex;
  padding: 5px 5px;
  display: -ms-flexbox;
}
@media screen and (min-width: 1100px) {
  #footer .copyright .wrapper.ie p {
    display: inline-block;
    width: 250px;
  }
  #footer .copyright .wrapper.ie .footer-logo {
    display: inline-block;
    float: right;
  }
  #footer .copyright .wrapper.ie .footer-logo a {
    display: inline-block;
  }
}
#footer .copyright .wrapper p {
  padding: 0;
}
@media screen and (min-width: 801px) {
  #footer .copyright .wrapper p {
    flex: 1;
  }
}
#footer .copyright .wrapper p.address {
  flex: 1.5;
}
#footer .copyright .wrapper .footer-logo {
  padding: 0 0 0 0;
  width: 175px;
  height: auto;
}
#footer .copyright .wrapper .footer-logo a {
  display: inline-block;
}
#footer .copyright .wrapper .footer-logo img {
  margin-right: 5px;
}
#footer .copyright .wrapper .fb-like {
  margin-top: 10px;
}
#footer .copyright .wrapper div:last-child {
  text-align: right;
}
#footer div {
  box-sizing: border-box;
  color: #fff;
  padding: 3px 15px;
}
#footer div .wrapper {
  max-width: 940px;
  margin: 0 auto;
  font-size: 18px;
  padding: 8px 0;
}
#footer div .wrapper .footer-primary-logo {
  width: 130px;
}
#footer div .wrapper a {
  color: #999;
  display: block;
  font-size: 15px;
  /*&:last-child {
  	font-size: 13px;
  }*/
}
#footer div .wrapper a span {
  font-size: 12px;
}
#footer div p {
  margin: 0 auto;
  width: 100%;
  color: #aaa;
  padding: 5px 0;
  line-height: 1.5;
  font-size: 12px;
}
#footer .copyright-year {
  text-align: center;
  color: #888;
  font-size: 12px;
  padding-top: 25px;
}
#footer .mailing-list {
  cursor: pointer;
}
#footer .phone {
  text-align: center;
}
#footer .mailing-list-info {
  margin-left: -20px;
  display: block;
  max-width: 180px;
}
#footer .logo-container {
  padding: 3px 0px;
}
@media screen and (max-width: 800px) {
  #footer .copyright {
    padding-bottom: 50px;
  }
  #footer .copyright .wrapper {
    flex-direction: column;
  }
  #footer .copyright .wrapper > p {
    padding-bottom: 30px;
  }
  #footer .copyright .wrapper .footer-logo {
    width: auto;
    padding: 0 0 5px;
  }
  #footer .copyright .wrapper .footer-logo img {
    margin-right: 11px;
    margin-left: 11px;
  }
  #footer .copyright .wrapper .fb-like {
    display: block;
  }
  #footer .copyright .wrapper div:last-child, #footer .copyright .wrapper .address {
    text-align: center;
  }
  #footer div p {
    text-align: center;
    font-size: 11px;
    line-height: 1.3;
  }
  #footer .mailing-list-info {
    margin: 5px 0 0 0;
    display: inline-block;
    max-width: 180px;
  }
}

/* CSS Document */
/* Generic
---------------------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font: normal 12px/1.45em Arial, Helvetica, sans-serif;
  color: #65747c;
  background-image: none;
}

TD {
  font: normal 12px/1.45em Arial, Helvetica, sans-serif;
  color: #65747c;
}

input, textarea {
  font: 10px/1.45em Arial, Helvetica, sans-serif;
  color: #636b70;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  padding: 2px;
}

p.deals {
  color: #65747c;
}

.bold-text {
  font-weight: bold;
}

.text-blue {
  color: #1fa4d3;
}

.text-green {
  color: #77960a;
}

.text-orange {
  color: #e86d0a;
}

.text-red {
  color: #e32028;
}

img {
  border: none;
}

a {
  color: #1fa4d3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

em {
  font: italic 100% Arial, Helvetica, sans-serif;
  text-indent: -0.55em;
}

em strong {
  color: #CC0000;
}

del {
  color: #636b70;
}

ins {
  text-decoration: none;
}

blockquote {
  padding: 0 0 15px 0;
  /* background:url(../images/page-bullet.gif) no-repeat left 2px; */
  font: italic 103%/125% Arial, Helvetica, sans-serif;
  color: #636b70;
  margin: 0px;
  background-position: left 3px;
  background-repeat: no-repeat;
  text-indent: 10px;
}

img.quote {
  padding: 0 0 0 3px;
}

cite {
  margin-top: 8px;
  margin-bottom: 12px;
  font: normal 90%/110% Arial, Helvetica, sans-serif;
  display: block;
}

ul {
  margin-left: 15px;
  padding: 0px;
}

.dealDetailHeading {
  font: normal 17px/1.45em Arial, Helvetica, sans-serif;
  text-align: left;
  font-weight: bold;
  color: #65747c;
  padding-bottom: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.dealHeading { /* Main Heading */
  font: normal 12px/1.45em Arial, Helvetica, sans-serif;
  text-align: left;
  font-weight: bold;
  color: #65747c;
  padding-bottom: 2px;
  /*text-transform:uppercase;*/
}

.dealColumnHeading { /* Main Heading */
  font: normal 19px/1.45em Arial, Helvetica, sans-serif;
  text-align: left;
  color: #1fa4d3;
  padding-bottom: 2px;
  text-transform: uppercase;
}

.dealBlue { /* Sub Page Heading blue */
  font: normal 14px/1.45em Arial, Helvetica, sans-serif;
  text-align: left;
  font-weight: bold;
  margin-top: -3px;
  padding-top: 0px;
  color: #1fa4d3;
}

.dealGrey { /* Sub Page Heading blue */
  font: normal 12px/1.45em Arial, Helvetica, sans-serif;
  text-align: left;
  margin-top: -3px;
  padding-top: 0px;
  color: #65747c;
}

.dealGrey a {
  color: #65747c;
}

.conditions {
  font: normal 10px/1.45em Arial, Helvetica, sans-serif;
}

/* Standard Form Layout need to be adjusted!
---------------------------------------------------------------------------------*/
fieldset ol {
  list-style: none;
}

fieldset li {
  padding-bottom: 1em;
}

fieldset.submit {
  border-style: none;
}

label {
  font-weight: bold;
  width: 150px;
}

.contact-us table tr td {
  font-weight: bold;
}

/* header
---------------------------------------------------------------------------------*/
#site-tabs {
  margin-right: 25px;
  text-align: center;
}

#tagline {
  position: absolute;
  float: right;
  margin: 0px 33px 0px 650px;
  padding-top: 18px;
}

/* Images
---------------------------------------------------------------------------------*/
img.floatright {
  float: right;
  margin: 2px 0px 10px 10px;
  border: 1px solid #b1b5b7;
  padding: 2px;
}

img.floatleft {
  float: left;
  margin: 2px 10px 10px 0px;
  border: 1px solid #b1b5b7;
  padding: 2px;
}

/* Main content wrap
---------------------------------------------------------------------------------*/
#flash-container-home {
  width: 960px;
  height: 356px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  /*background-image:url(images/content-white-bgrd.gif);*/
  background-repeat: repeat-y;
  background-position: 0px 0px;
  /*overflow:hidden;*/
}

#flash-feature-home {
  width: 940px;
  height: 379px;
  position: relative;
  margin: 0 10px 0 10px;
  padding: 0;
  /*overflow:hidden; /* Firefox Fix*/
}
#flash-feature-home .item {
  height: 356px !important;
}

#flash-container-subpage-home {
  width: 960px;
  height: 363px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  background-image: url(images/content-white-bgrd.gif);
  background-repeat: repeat-y;
  background-position: 0px 0px;
  /*overflow:hidden;*/
}

#containerWidget {
  width: 100%;
  height: 425px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  background-image: url(images/content-white-bgrd.gif);
  background-repeat: repeat-y;
  background-position: 0px 0px;
  overflow: hidden;
}

#wrapperFeatureWidget {
  width: 940px;
  height: 426px;
  position: relative;
  margin: 0 auto;
  padding: 0;
  overflow: hidden; /* Firefox Fix*/
}
#wrapperFeatureWidget .item {
  height: 426px !important;
}

#flash-feature-subpage-home {
  width: 940px;
  height: 363px;
  position: relative;
  margin: 0 10px 0 10px;
  padding: 0;
  /*overflow:hidden; /* Firefox Fix*/
}

#flash-container {
  width: 960px;
  height: 452px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  background-image: url(images/content-white-bgrd.gif);
  background-repeat: repeat-y;
  background-position: 0px 0px;
  z-index: 1;
  /*overflow:hidden;*/
}

#flash-feature {
  width: 940px;
  height: 452px;
  position: relative;
  margin: 0 10px 0 10px;
  padding: 0;
  z-index: 1;
  /*overflow:hidden; /* Firefox Fix*/
}

#flash-container-subpage {
  width: 960px;
  height: 382px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  background-image: url(images/content-white-bgrd.gif);
  background-repeat: repeat-y;
  background-position: 0px 0px;
  z-index: 1;
  /*overflow:hidden;*/
}

#flash-feature-subpage {
  width: 940px;
  /*height: 400px;*/
  position: relative;
  margin: 0 10px 0 10px;
  padding: 0;
  z-index: 1;
  /*overflow:hidden; /* Firefox Fix*/
}

#bottom-frame {
  width: 960px;
  background-image: url(images/screen_bottom_frame.gif);
  background-repeat: repeat;
  background-position: 0px 0px;
}

.content-pane-products {
  position: relative;
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 580px;
  min-height: 350px;
  padding-top: 20px;
  display: inline;
  line-height: 1.45em;
}

#iframe {
  width: 250px;
  height: 160px;
  border: 1px solid red;
}

.OurResortsLeftPane {
  background-color: #F2F4F5;
  margin-left: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  width: 520px;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  line-height: 1.45em;
  vertical-align: top;
}

.OurResortsRightPane {
  margin-right: 20px;
  padding-left: 20px;
  width: 290px;
  vertical-align: top;
}

.OurResorts {
  padding-left: 20px;
}

/* Home page
---------------------------------------------------------------------------------*/
.home-page-hot-deals table {
  width: 100%;
}

.hot-deals-img {
  border: 1px solid #b1b5b7;
}

.home-page-content {
  /*position: relative;*/
  display: inline;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  min-height: 10px;
}

/* Contact Us 
---------------------------------------------------------------------------------*/
table.content-pane-main {
  width: 580px;
  line-height: 1.45em;
}

.dataTable {
  width: 580px;
  padding-left: 20px;
}

.dataTable_HotDeals {
  width: 900px;
  padding-left: 20px;
}

/* Products
---------------------------------------------------------------------------------*/
.products-left {
  position: relative;
  background-color: #EDF7FC;
  float: left;
  padding-left: 10px;
  margin-bottom: 20px;
  margin-right: 40px;
  width: 260px;
  min-height: 100px;
  padding-top: 10px;
  line-height: 1.45em;
}

.products-right {
  position: relative;
  padding-left: 10px;
  background-color: #EDF7FC;
  float: right;
  margin-bottom: 20px;
  width: 260px;
  min-height: 100px;
  padding-top: 10px;
  line-height: 1.45em;
}

.product-table {
  width: 100%;
  margin-top: 20px;
}

.product-link a {
  text-align: left;
  font-weight: bold;
  color: #6A818D;
}

/* Contact Us 
---------------------------------------------------------------------------------*/
img.bullet {
  /*padding-top: 4px;*/
}

li.bullet {
  font-size: 90%;
  line-height: 100%;
  padding-left: 15px;
  background-image: url(images/bullets-gray.gif);
  background-repeat: no-repeat;
  background-position: left 2px;
}

table.dataTable tr.odd {
  background-color: #F2F4F5;
}

table.dataTable tr.even {
  background-color: #F6F8F9;
}

.cleartest {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* CLEAR FIX*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.hot-deal-product-name {
  font: normal 12px/110% Arial, Helvetica, sans-serif;
  text-align: center;
  display: block;
  font-weight: bold;
  /*text-transform: uppercase;*/
}

.hot-deal-title {
  padding-bottom: 10px;
  vertical-align: top;
}

.deal-desc {
  vertical-align: top;
}

.LastMenuPlaceholder {
  width: 155px;
  height: 30px;
}

.EnquiryForm {
  width: 400px;
}

.SpacerRow {
  height: 10px;
}

/*******Brochure *********************************/
.BrochureLinks {
  text-align: right;
}

.fb-like {
  margin-top: 5px;
  text-align: center;
}

.fb-like > span {
  width: 250px;
}

#tblDeal {
  width: 100%;
}

#flash-feature-subpage {
  background-color: black;
}

.divDealHeading {
  height: auto;
}

.header-link {
  color: #65747c !important;
}

.header-more-info-link {
  color: #1593c4;
}

/*******Request a qupte widget *********************************/
.expand-quote, .mobile-close-button {
  display: none;
}

.request-a-quote-widget {
  height: 426px;
  width: 360px;
  float: left;
  padding: 5px 10px;
  background-color: #222;
}
.request-a-quote-widget .email-lbl {
  color: #fff;
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
}
.request-a-quote-widget .email-lbl a {
  color: #fff;
}
.request-a-quote-widget .email-lbl a:hover, .request-a-quote-widget .email-lbl a:visited {
  color: #fff;
}
.request-a-quote-widget h2 {
  margin: 0;
  color: white;
}
.request-a-quote-widget .form-container {
  width: 100%;
}
.request-a-quote-widget .form-field {
  display: block;
  width: 49%;
  margin-bottom: 2%;
  float: left;
  height: 31px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.request-a-quote-widget .form-field:nth-child(even) {
  margin-right: 1%;
}
.request-a-quote-widget .form-field:nth-child(odd) {
  margin-left: 1%;
}
.request-a-quote-widget .form-field-textarea {
  height: 74px;
  margin-left: 0 !important;
  width: 100%;
  float: none;
  margin-bottom: 8.3px;
}
.request-a-quote-widget .form-field-fullwidth {
  width: 100%;
  margin-bottom: 2%;
}
.request-a-quote-widget .mailing-list-lbl {
  color: #fff;
  display: inline-block;
  margin-top: 3px;
}
.request-a-quote-widget #chkNewsletter {
  float: none;
  display: inline;
  vertical-align: middle;
  margin-left: 3px;
}
.request-a-quote-widget .btn {
  color: black;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#sync1 .item {
  color: #FFF;
  display: block;
  width: 100%;
  height: 320px;
}

.owl-item {
  display: block;
  width: 100%;
  height: auto;
}

.owl-theme .owl-controls .owl-buttons div {
  background: none !important;
  opacity: 1 !important;
  font-size: 1.5em !important;
  padding: 0 !important;
}

.owl-controls {
  margin-top: -27px !important;
}
.owl-controls .owl-buttons .owl-next {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -16px;
}
.owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -16px;
}

table.ui-datepicker-calendar {
  min-width: 0;
}
table.ui-datepicker-calendar td {
  display: table-cell;
}

.download-section {
  float: right;
  cursor: pointer;
}
.download-section .print {
  margin-right: 10px;
}
.download-section .download-link {
  display: inline-block;
}

.download-section-mobile {
  display: none;
}

@media (max-width: 800px) {
  .download-section {
    display: none;
  }
  .download-section-mobile {
    display: block;
    cursor: pointer;
  }
  .download-section-mobile .download-link {
    font-size: 12px;
  }
}
.home-page-hot-deals p {
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .header-carousel {
    max-width: 580px;
  }
}
@media (max-width: 940px) {
  #flash-container-home {
    width: 100%;
  }
  #flash-container-home #flash-feature-home {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 920px) {
  #flash-container-home {
    width: auto;
    height: 712px;
  }
  #flash-container-home #flash-feature-home {
    width: auto;
    margin: 0;
  }
  #flash-container-home #flash-feature-home .header-carousel {
    max-width: 100%;
  }
}
@media (max-width: 920px) and (max-width: 780px) {
  #wrapperFeatureWidget {
    width: auto;
    margin: 0;
  }
}
@media (min-width: 766px) and (max-width: 768px) {
  .header-carousel {
    max-width: 408px;
  }
}
@media (max-width: 766px) {
  #site-tabs {
    text-align: left;
  }
  .request-a-quote-widget {
    display: none;
    width: 100%;
    padding: 10px;
  }
  .request-a-quote-widget.collapse-widget {
    position: absolute;
    bottom: 0;
    display: block;
  }
  .request-a-quote-widget .form-field {
    margin-bottom: 1%;
  }
  .request-a-quote-widget .form-field.form-field-textarea {
    margin-bottom: 10px;
  }
  .request-a-quote-widget .form-field-fullwidth {
    margin-bottom: 1%;
  }
  .expand-quote {
    display: block;
    color: white;
    height: 30px;
    padding: 5px;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
  }
  .mobile-close-button {
    float: right;
    color: white;
    cursor: pointer;
    position: relative;
    display: inline-block;
  }
  .header-carousel {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  #containerWidget {
    height: 456px;
  }
  #containerWidget.hot-deals-container-widget {
    height: 456px;
  }
  #containerWidget.show-quote-widget {
    height: 852px;
  }
  #wrapperFeatureWidget {
    height: auto;
    width: auto;
    margin: 0px;
  }
  #wrapperFeatureWidget.show-quote-widget {
    height: 100%;
  }
  .widget-container {
    height: 356px !important;
  }
  #flash-feature-home {
    margin: 0;
  }
}
#containerWidget.show-quote-widget {
  transition: height 300ms;
}

@media (max-width: 400px) {
  .request-a-quote-widget {
    padding: 6px;
  }
  .request-a-quote-widget .form-field {
    margin-bottom: 2%;
  }
  .request-a-quote-widget .form-field.form-field-textarea {
    margin-bottom: 10px;
  }
  .request-a-quote-widget .form-field-fullwidth {
    margin-bottom: 2%;
  }
}
#main-content {
  padding-top: 12px;
}

.bullet-inclusions {
  margin-top: 0px;
  margin-left: 0px;
}
.bullet-inclusions li {
  list-style: none;
}

#dialog-form {
  font-size: 11px;
}
#dialog-form label {
  font-weight: normal;
  display: block;
}
#dialog-form .subscribe {
  width: 100%;
}

#airfares-form {
  font-size: 11px;
}
#airfares-form label {
  font-weight: normal;
  display: block;
}
#airfares-form .subscribe {
  width: 100%;
}

.ui-dialog-titlebar {
  font-size: 12px;
}

.ui-button-text {
  font-size: 11px;
}

.header-carousel a {
  color: white;
}
.header-carousel a:hover {
  color: white;
}
.header-carousel a:focus {
  color: white;
}

.content-pane-right img {
  max-width: 100%;
}

.destination-category-heading {
  text-transform: uppercase;
}

.contact-us-widget {
  height: 326px;
  width: 360px;
  float: left;
  padding: 5px 10px;
  background-color: #222;
}
.contact-us-widget .email-lbl {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
}
.contact-us-widget h2 {
  margin: 0;
}
.contact-us-widget .form-container {
  width: 100%;
}
.contact-us-widget .form-field {
  display: block;
  width: 49%;
  margin-bottom: 2%;
  float: left;
  height: 31px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.contact-us-widget .form-field:nth-child(even) {
  margin-right: 1%;
}
.contact-us-widget .form-field:nth-child(odd) {
  margin-left: 1%;
}
.contact-us-widget .form-field-textarea {
  height: 74px;
  margin-left: 0 !important;
  width: 100%;
  float: none;
  margin-bottom: 8.3px;
}
.contact-us-widget .form-field-fullwidth {
  width: 100%;
  margin-bottom: 2%;
}
.contact-us-widget .mailing-list-lbl {
  color: #fff;
  display: inline-block;
  margin-top: 3px;
}
.contact-us-widget #chkNewsletter {
  float: none;
  display: inline;
  vertical-align: middle;
  margin-left: 3px;
}
.contact-us-widget .btn {
  /*background-color: $accent;*/
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 766px) {
  .contact-us-widget {
    width: 100%;
    padding: 10px;
  }
  .contact-us-widget.collapse-widget {
    position: absolute;
    bottom: 0;
    display: block;
  }
  .contact-us-widget .form-field {
    margin-bottom: 1%;
  }
  .contact-us-widget .form-field.form-field-textarea {
    margin-bottom: 10px;
  }
  .contact-us-widget .form-field-fullwidth {
    margin-bottom: 1%;
  }
}
@media (max-width: 400px) {
  .contact-us-widget {
    padding: 6px;
  }
}
#chkNewsletter {
  width: auto !important;
}

.deal-gadget .deals {
  text-align: justify;
}
@media (max-width: 400px) {
  .deal-gadget .deals {
    text-align: center;
  }
}

.footer-link {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
}
#footer .copyright {
  background: #fff;
}

#footer div .wrapper a {
  display: block;
  font-size: 15px;
}

#footer div p {
  margin: 0 auto;
  width: 100%;
  padding: 5px 0;
  line-height: 1.5;
  font-size: 12px;
}

.mailing-list {
  font-weight: bold;
  font-size: 18px;
  border-radius: 5px;
  text-align: center;
  width: 188px;
  margin-top: 10px;
  margin-left: -20px;
  text-transform: uppercase;
  text-decoration: none !important;
}

.mailing-list:hover {
  color: white !important;
  text-decoration: none !important;
}

.footer-primary-logo {
  margin-bottom: 10px;
}

#footer .copyright .wrapper p.address {
  flex: 1.1;
}

.logo-container {
  /*height: 40%;*/
  /*width: 50%;*/
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  text-align: center;
}

.footer-logo {
  height: 120px;
}

.footer-tagline {
  margin-left: -62px;
}

.enquire-container {
  margin-top: 10px;
}

.main-header {
  min-height: 130px;
}

.mail-container {
  line-height: 1em;
}

#primaryImage {
  margin-left: 25px;
}

@media (min-width: 769px) {
  #primaryImage {
    height: 130px;
  }
}
@media (max-width: 768px) {
  #primaryImage {
    height: 80px;
  }
}
#menu_ulMainMenu {
  text-align: center;
}
#menu_ulMainMenu li {
  text-align: left;
}

@media (max-width: 768px) {
  .phone-container-alternate, .head-link {
    display: none;
  }
}
/*.header-wrap, #nav, .header-carousel, #content-wrap, #footer-wrap {
    border-left: 5px solid #eee;
    border-right: 5px solid #eee;
}*/
body {
  background-color: #f5f5f5 !important;
}

@media (min-width: 769px) {
  .header-phone {
    /*margin-right: 20px;*/
  }
}
@media (max-width: 768px) {
  .header-phone {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 10px;
  }
  /*#primaryImage {
      width: 200px;
  }*/
  .header-content {
    padding-bottom: 30px !important;
  }
  .footer-logo {
    margin: 0 auto;
  }
  .mailing-list {
    margin: 0 auto !important;
  }
  .footer-tagline {
    margin-left: 0 !important;
  }
}
