@charset "UTF-8";
/*
	General Vars
    ----------------------------------------------------------------
*/
/* 
    Commonly used mix-ins
    ----------------------------------------------------------------
*/
/*.font-regular {
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-medium {
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.font-bold {
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}*/
/*.fixed-width {
  width: 940px;
  margin: 0 auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.overflow-hidden {
  overflow: hidden;
}
.position-fixed {
  position: fixed !important;
  z-index: 99999;
  top: 0;
}
.position-fixed.dropdown {
  top: 60px;
  background-color: #141313;
  z-index: 99999;
}
.position-fixed.tab-links {
  top: 0;
  z-index: 99999;
}
.float-left {
  float: left;
}*/
/* 
	Generic site wide styles
    ----------------------------------------------------------------
 */
/*::-moz-selection {
  background: white;
  color: black;
  text-shadow: none;
}
::selection {
  background: white;
  color: black;
  text-shadow: none;
}*/
/*html {
  background-color: white;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
}
body {
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  * new addition from steve to combat safari smoothness for certain webfonts 7/11/2012 *
  font-size: 0.813em;
  color: #ffffff;
  line-height: 1.308em;
  * Settings for footer *
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
a {
  text-decoration: underline;
}
a,
a:focus {
  outline: none;
}
a:hover {
  text-decoration: underline;
  color: #d8d8d8;
}
strong {
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
hr {
  border: none;
  border-bottom: black solid 1px;
  padding: 0;
  margin: 10px 0;
}
h2 {
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.692em;
  line-height: 28px;
  display: block;
  -moz-text-shadow: 1px 0px 2px rgba(76, 94, 156, 0.8);
  text-shadow: 1px 0px 2px rgba(76, 94, 156, 0.8);
}
h3 {
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.231em;
  line-height: 17px;
  display: block;
  padding: 12px 5px;
}
h4 {
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.077em;
  line-height: 15px;
}
p {
  color: #ffffff;
}
ul {
  margin: 0;
  padding: 0;
}
.no-margin {
  margin-right: 0 !important;
}
img#big-video-image {
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
}*/
.hide-mobile {
  display: none !important;
}
/*.page-translation {width: 150px;}*/
/********************************************
***********  ENQUIRY FORM  *****************
********************************************/
/*.enquiry-form-ctn {
  width: 100%;
  left: 0;
  position: fixed;
  background: rgba(0,0,0,0.8);
  top: 0;
  display: block;
  height: 418px;
  z-index: 99999;
  box-sizing: border-box;
  -webkit-transition: top 1s ease-in-out;
  -moz-transition: top 1s ease-in-out;
  -o-transition: top 1s ease-in-out;
  transition: top 1s ease-in-out;
}*/
.enquiry-form-ctn.kolca {
  /*top: -480px;*/
}

.enquiry-form-ctn.hidden-bg {
  /*filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;*/
  display: none;
  }
/*.enquiry-form-ctn .form-wrapper {
  padding: 13px;
}*/
.enquiry-form-ctn .tab-content-text {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.enquiry-form-ctn .tab-content-text.thank-you {
  height: 152px;
  top: 50%;
  left: 50%;
  margin-left: -50%;
  margin-top: -106px;
  position: absolute;
}
/*.enquiry-form-ctn .tab-content-text p {
  padding: 0 20px;
  font-size: 12px;
}
.enquiry-form-ctn .tab-content-text img {
  text-align: center;
}
.enquiry-form-ctn .tab-content-text h3 {
  margin: 10px 0;
  text-transform: uppercase;
  padding: 0;
}*/
/*form {
  width: 100%;
  margin: 0 auto;
}
form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
form ul li {
  min-height: 17px;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #1b3649;
}
form ul li.appointmenttime label {
  width: 52%;
}
form ul label {
  width: 31%;
  text-align: left;
  color: #ffffff;
  font-size: 10px;
  line-height: 33px;
  cursor: default;
  display: inline-block;
}
form ul#misc {
  margin: 20px auto;
  position: relative;
  width: 55%;
}
form ul#misc li {
  margin-top: 15px;
}
form ul#misc label {
  width: auto;
  display: inline-block;
  float: left;
}
form ul#misc .devider-line {
  width: 50px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
form ul#misc input[type=checkbox] {
  float: left;
  display: inline-block;
  height: 25px;
  margin-right: 10px;
}
form .sbHolder {
  width: 67%;
}
form .sbOptions {
  width: 293px;
  left: -94px;
  top: 30px !important;
}
form .appointmenttime .sbOptions {
  left: -157px;
}
form input[type=text],
form input[type=email],
form textarea,
form .select-style {
  background: #011f34;
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  width: 67%;
  border: none;
  border-radius: 0px;
  padding: 5px;
  height: 33px;
  color: #ffffff;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}
form textarea {
  height: 252px;
  border: none;
  resize: none;
}
form .select-style {
  background: #011f34 url(../cssImages/arrow-dropselect.png) no-repeat right center;
  overflow: hidden;
  padding: 0;
  border: none;
  display: inline-block;
  vertical-align: middle;
}
form .select-style select {
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  background: transparent;
  background-image: none;
  padding: 5px;
  width: 106%;
  height: 38px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  text-indent: 0.01px;
  * Removes default arrow from firefox*
  text-overflow: "";
  *Removes default arrow from firefox*
}
form .select-style select:focus {
  outline: none;
}
form input:focus,
form textarea:focus {
  outline: none;
  background: #0c324d;
}
form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
form button[type=submit] {
  background: #0c324d;
  color: #ffffff;
  border: none;
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  padding: 10px 0;
  width: 100%;
  margin-top: 15px;
}
form input.error,
form select.error {
  border: solid 1px red;
}*/
.thankyou {
  margin: 40px 0;
}
/* BUTTONS */
.button {
  background: rgba(0,0,0,0.8);  
  font-size: 14px;
  text-transform: uppercase;    
  text-align: center;
  /*font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  display: block;
  padding: 7px 0;
  margin: 0;
  text-decoration: none;
  height: 17px;
  width: 180px;*/
}
.button:hover {
  text-decoration: none;
}
.enquire {
  /*left: 50%;
  margin-left: -78px;
  position: absolute;
  bottom: -47px;*/
  width: 160px;
  position: absolute;
  bottom: -45px;
  left:0px;
  right: 0px;
  margin:0 auto;
  text-align: center;
}
.page-translation {
  position: absolute;
  display: table;
  text-align: center;
  /*font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  /*width: 150px;*/
  left: 10px;
  bottom: -28px;
  display: block;
}
.page-translation span {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.page-translation p {
  margin: 0;
}
.page-translation a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 10px;
  font-weight:700;
  text-transform: uppercase;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.page-translation a.selected {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.scroll-top-btn {
  background: url(../cssImages/scroll-top-btn.png) no-repeat scroll center center;
  width: 20px;
  height: 20px;
  display: none;
  position: fixed;
  z-index: 9999;
  left: 20px;
  bottom: 20px;
}
.scroll-top-btn.show {
  display: block;
}
.scroll-top-btn a {
  text-indent: -9999em;
  display: block;
}
/* 
	Structure of Scrollr
    ----------------------------------------------------------------
*/
/* Page structure  */
/*.loading {
  background: url(../cssImages/ico_loading.gif) no-repeat center center;
}
#big-video-wrap {
  display: none;
}
.logo {
  position: absolute;
  z-index: 20;
  width: 220px;
  height: 114px;
  margin-left: -110px;
  padding: 0;
  left: 50%;
  top: 225px;
}
.logo .logo_header {
  overflow: hidden;
  margin: 0;
  width: 220px;
  height: 114px;
  background-size: 220px !important;
  position: absolute;
  top: 0;
  margin-top: -95px;
  background: url(../cssImages/aurora-logo-sml.png) no-repeat scroll center 0 transparent;
  text-indent: -99999em;
}
.touch .bxslider {
  display: block;
}
.no-touch .bxslider,
.no-touch .bx-wrapper,
.no-touch .big-video-image {
  display: none;
}*/
/* box slider  */
/*#first-slide,
#second-slide,
#third-slide {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -512px;
  z-index: 999;
}
body.mobile #first-slide,
body.mobile #second-slide,
body.mobile #third-slide {
  display: none;
}
#first-slide img,
#second-slide img,
#third-slide img {
  width: auto;
  height: 100%;
}*/
/* SCROLLR  */
/* navigation */
/*ul.list-unstyled.wmenu {
  width: 24px;
  position: fixed;
  right: 3px;
  top: 50%;
  height: 314px;
  margin-top: -157px;
  z-index: 9999;
  display: none;
}
ul.list-unstyled.wmenu li,
ul.list-unstyled.wmenu a {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../cssImages/navigation-dots.png) no-repeat scroll center -26px;
  margin-bottom: 25px;
}
ul.list-unstyled.wmenu li:hover,
ul.list-unstyled.wmenu a:hover {
  background-position: center 7px;
}
ul.list-unstyled.wmenu li.active a {
  background-position: center 7px;
}
section {
  opacity: 0;
  height: 2360px;
}
.loaded section,
.loaded #big-video-wrap,
.loaded main,
.no-js section {
  opacity: 1;
  display: block;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
main {
  overflow-x: hidden;
  z-index: 999;
  display: none;
  position: relative;
}
#preload {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.bcg {
  height: 2200px;
  width: 100%;
  background: url('../images/aurora-building-3-ipad.png') no-repeat scroll 50% 0;
  background-size: cover;
  position: absolute;
}
.hsContainer {
  display: table;
  table-layout: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.hsContent {
  width: 250px;
  margin: 130px auto 0 auto;
  display: block;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.hsContent.first {
  margin-top: 250px;
}
.hsContent.second {
  margin-top: 320px;
}
.hsContent h2 {
  padding: 10px 5px;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 12px;
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.hsContent a {
  color: #b2b2b2;
  text-decoration: underline;
}
.last-slide  {
  position: relative;
  padding-bottom: 30px;
}
.last-slide  .hsContent {
  border: 1px solid #a3bece;
  height: auto;
  width: 265px;
  max-width: 470px;
  padding: 0;
}
.last-slide  .hsContent h2 {
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 18px 5px;
  margin-top: 0;
  border-bottom: 1px solid #a3bece;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 19px;
}
.last-slide  .hsContent h3 {
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-top: 1px solid #a3bece;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 13px;
}
.last-slide  .hsContent h3 span,
.last-slide  .hsContent h3 a,
.last-slide  .hsContent h3 a:hover,
.last-slide  .hsContent h3 a:focus {
  color: #ffffff !important;
  text-decoration: none;
}
.last-slide  .hsContent p {
  font-size: 12px;
  line-height: 16px;
  padding: 0 15px;
  margin: 20px auto 30px auto;
}
.last-slide  .hsContent p.p-top {
  margin: 30px auto 20px auto;
}
.last-slide  .slide-footer-misc {
  width: 200px;
  margin: 30px auto 0 auto;
  padding: 0;
  display: block;
  text-align: center;
  position: relative;
  left: inherit;
  bottom: inherit;
  margin-left: auto;
  top: inherit;
}
.last-slide  .slide-footer-misc a.scroll-btn-link {
  width: 60px;
  height: 52px;
  display: none;
  margin: 0 auto 26px auto;
  text-decoration: none;
}
.last-slide  .logo-uem {
  margin-bottom: 0;
  width: 82px;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
}
.last-slide  .logo-uem img {
  width: 100%;
  height: 100%;
}
.last-slide  .logo-collins {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
}
.last-slide  .logo-collins img {
  width: 100%;
  height: 100%;
}*/
/*Slide 1 
	#slide-1 .bcg {background-image:url('../images/bcg_slide-1.jpg');z-index: 100;}
	#slide-1 .hsContent {}

	/* Slide 2 
	#slide-2 .bcg {background-image:url('../images/bcg_slide-2.jpg')}
	#slide-2 .hsContent {}
	#slide-2 h2 {}

	/* Slide 3 
	#slide-3 .bcg {background-image:url('../images/bcg_slide-3.jpg')}
	#slide-3 .hsContent {}
	    #slide-3 h2 {
	        color: #f2ead6;
	        background-color: rgba(0,0,0,0.6);
	    }

	/* Slide 4 
	#slide-4 .bcg {
	    background-image:url('../images/img/bcg_slide-4.jpg');
	    background-position: center center;
	}
	#slide-4 .hsContent {}
	    #slide-4 h2 {
	        padding-left: 0;
	        padding-right: 0;
	    }

*/
/*.slide-footer-misc {
  width: 200px;
  margin: 0;
  padding: 0;
  display: table-cell;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 390px;
  margin-left: -100px;
}
.slide-footer-misc a.scroll-btn-link {
  width: 60px;
  height: 52px;
  display: block;
  margin: 0 auto;
  text-decoration: none;
}
.logo-uem {
  margin-bottom: 0;
  width: 82px;
  margin-left: 0;
  display: none;
  vertical-align: middle;
}
.logo-uem img {
  width: 100%;
  height: 100%;
}
.logo-collins {
  width: 40px;
  display: none;
  vertical-align: middle;
}
.logo-collins img {
  width: 100%;
  height: 100%;
}
scroll-btn-link {
  display: block;
  width: 60px;
  height: 52px;
  cursor: pointer;
}
.scroll-btn {
  background: url(../cssImages/select-icons.png) no-repeat scroll 12px -103px;
  width: 60px;
  height: 52px;
  display: block;
  z-index: 999;
  position: relative;
}
.scroll-btn p {
  color: #ffffff;
  font-size: 0.692em;
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
#caramelWeblinkLogo {
  position: fixed;
  overflow: hidden;
  width: 74px;
  height: 28px;
  bottom: 17px;
  right: 10px;
  z-index: 999;
  display: block;
}
#caramelWeblinkLogo a {
  position: absolute;
  top: -32px;
  left: 0px;
}
#caramelWeblinkLogo img {
  width: 74px;
  height: 60px;
  border: none;
}*/
/* =FOOTER  */
/*footer {
  position: relative;
  float: left;
  width: 100%;
  height: 70px;
  * Height of the footer *
  background: #ffffff;
  bottom: 0;
  * Caramel Footer *
}
footer.position {
  position: relative;
}
footer #caramelWeblinkLogo {
  position: absolute;
  overflow: hidden;
  width: 74px;
  height: 28px;
  bottom: 17px;
  right: 10px;
}
footer #caramelWeblinkLogo a {
  position: absolute;
  top: -32px;
  left: 0px;
}
footer #caramelWeblinkLogo img {
  width: 74px;
  height: 60px;
  border: none;
}
footer #developer {
  position: absolute;
  left: 30px;
  bottom: 20px;
}*/
/***************************
****  HOME SECTION  ********
***************************/
/* 
	Fixes
    ----------------------------------------------------------------
*/
/*

.touch {

}
.no-touch {

}

.ie8 {

	
	
}
.no-js {

}
*/
/* 
	Media Queries
    ----------------------------------------------------------------
*/
@media screen and (max-width: 480px) {
  /*.bcg {
    background-position: 50% 100% !important;
  }
  .hsContent {
    margin: 130px auto 0 !important;
    opacity: 1 !important;
  }
  .hsContent.first {
    margin-top: 269px !important;
  }
  .hsContent.second {
    margin-top: 320px !important;
  }
  .last-slide .slide-footer-misc {
    display: block !important;
    opacity: 1 !important;
  }
  .last-slide .slide-footer-misc .logo-uem {
    display: inline-block !important;
  }
  .last-slide .slide-footer-misc .logo-collins {
    display: inline-block !important;
  }
  .slide-footer-misc .logo-uem {
    display: none !important;
  }
  .slide-footer-misc .logo-collins {
    display: none !important;
  }
  .no-touch #slide-1 .last-slide .hsContent {
    width: 265px !important;
    max-width: 470px !important;
    margin-left: auto !important;
    margin-top: 130px !important;
    margin: 130px auto 0 auto !important;
  }
  .no-touch #slide-1 .last-slide .hsContent p {
    width: auto !important;
  }*/
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px) {
  /* Retina-specific */
  /*.logo .logo_header {
    background: url(../cssImages/aurora-logo-sml@2x.png) no-repeat scroll center 0 transparent;
    background-size: 260px 130px;
  }
  .scroll-btn {
    background: url(../cssImages/select-icons.png) no-repeat scroll 12px -103px;
    background-size: 23px 212px;
  }
  ul.list-unstyled.wmenu li a {
    background: url(../cssImages/navigation-dots@2x.png) no-repeat scroll center -26px;
    background-size: 9px 42px;
  }*/
}
/* iPads ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /*.bcg {
    background: url('../images/aurora-building-3-ipad.png') no-repeat scroll 50% 0;
  }
  ul.list-unstyled.wmenu {
    margin-top: -113px;
  }
  ul.list-unstyled.wmenu li {
    margin-bottom: 15px !important;
  }
  .slide-footer-misc {
    width: 200px;
    max-width: 200px !important;
    margin: 0;
    padding: 0;
    display: table-cell;
    text-align: center;
    position: fixed;
    left: 50%;
    bottom: 8px;
    margin-left: -100px !important;
  }
  .slide-footer-misc .logo-uem {
    margin-bottom: 0;
    width: 82px;
    margin-left: 0;
    display: inline-block !important;
    vertical-align: middle;
  }
  .slide-footer-misc .logo-collins {
    width: 60px;
    display: inline-block !important;
    vertical-align: middle;
  }
  .slide-footer-misc .logo-collins img {
    width: 100%;
  }
  .last-slide .slide-footer-misc {
    left: 50%;
    top: inherit;
    bottom: 25px;
    position: fixed;
  }*/
}
/* Desktop  ----------- */
@media only screen and (min-device-width: 1025px) {
  /*.bcg {
    background: url('../images/aurora-building-3.png') no-repeat scroll 50% 0;
  }
  * navigation *
  ul.list-unstyled.wmenu {
    right: 15px;
  }
  ul.list-unstyled.wmenu li {
    margin-bottom: 15px;
  }
  .slide-footer-misc {
    width: 85px;
    margin-left: -53px;
  }
  .slide-footer-misc .logo-uem {
    width: 82px;
    display: block;
    float: none;
    margin: 0 auto 15px auto;
  }
  .slide-footer-misc .logo-collins {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
  }
  .slide-footer-misc .logo-collins img {
    width: 100%;
  }
  #caramelWeblinkLogo {
    right: 23px;
  }*/
}
@media only screen and (max-height: 850px) and (min-width: 768px) {
  /*.no-touch #slide-1 .last-slide .hsContent {
    width: 600px !important;
    max-width: 600px !important;
    margin-left: -300px !important;
    margin-top: -160px !important;
  }
  .no-touch #slide-1 .last-slide .hsContent p {
    width: 515px;
  }*/
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
  /*#slide-1 .last-slide .hsContent {
    width: 600px !important;
    max-width: 600px !important;
    margin-left: -300px !important;
    margin-top: -100px !important;
  }
  #slide-1 .last-slide .hsContent p {
    width: 100%;
    box-sizing: border-box;
    padding: 0 35px;
    letter-spacing: -0.6px;
    margin: 12px auto 18px;
  }
  #slide-1 .last-slide .hsContent p.p-top {
    margin: 19px auto 20px;
  }
  .hsContent h2 {
    font-size: 1.5em !important;
  }
  .slide-footer-misc .scroll-btn {
    margin: 0 auto 26px auto !important;
  }*/
}
/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  /*ul.list-unstyled.wmenu {
    display: block;
  }*/
  .hide-mobile {
    display: inline-block !important;
  }
  /*.page-translation {
    width: 65px !important;
  }*/
  /*h2 {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.692em;
    line-height: 28px;
    display: block;
    -moz-text-shadow: 1px 0px 2px rgba(76, 94, 156, 0.8);
    text-shadow: 1px 0px 2px rgba(76, 94, 156, 0.8);
  }
  h3 {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.538em;
    line-height: 25px;
    display: block;
    padding: 12px 5px;
  }
  h4 {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.077em;
    line-height: 15px;
  }*/
  /*body,
  html {
    height: auto;
  }*/
  /* BUTTONS */
  .button {
    /*background: rgba(0,0,0,0.8);
    color: #ffffff;
    /*font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
    width: 180px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    height: 20px;*/
  }
  .button:hover {
    /*text-decoration: none;*/
  }
  /*.enquire {
    position: absolute;
    bottom: -39px;
    left: 50%;
    margin-left: -90px;
  }*/
  /*.scroll-top-btn {
    display: none;
  }
  .scroll-btn {
    background: url(../cssImages/scroll-arrow.png) no-repeat scroll center bottom;
    width: 60px;
    height: 52px;
    display: block;
    z-index: 999;
    cursor: pointer;
    position: relative;
  }*/
  /*  layout  */
  /*.bcg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
  }
  section {
    min-width: 768px;
    height: 30000px;
  }
  .hsContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .hsContent {
    width: 470px;
    position: fixed;
    left: 50%;
    top: 45%;
    padding: 0;
    margin-left: -235px !important;
  }
  .hsContent h2 {
    font-size: 1.692em;
    line-height: 1.2em;
  }
  .hsContent p {
    width: 410px;
    margin: 20px auto 30px;
  }
  .hsContent p.p-top {
    margin: 30px auto 20px;
  }
  .slide-footer-misc {
    max-width: 105px;
    margin: 0;
    padding: 0;
    display: table-cell;
    text-align: center;
    position: fixed;
    left: 50%;
    top: inherit;
    bottom: 25px;
    margin-left: -53px;
  }
  .slide-footer-misc a.scroll-btn-link {
    margin: 0 auto 50px auto;
  }
  .slide-footer-misc .logo-collins {
    width: 40px;
    margin: 0 auto;
  }
  #slide-1 .hsContent {
    margin-top: 35px;
  }
  #slide-1 .last-slide .hsContent {
    width: 470px;
    margin-top: -170px;
    height: inherit;
  }
  #slide-1 .last-slide .hsContent h2 {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5em;
    padding: 20px 0;
  }
  #slide-1 .last-slide .hsContent h3 {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    padding: 20px 0;
  }
  #slide-1 .last-slide .hsContent p {
    font-size: 14px;
  }
  #slide-1 .last-slide .hsContent .logo-uem {
    width: auto;
    display: inline-block;
    vertical-align: middle;
  }
  #slide-1 .last-slide .hsContent .logo-uem img {
    width: 100%;
  }
  #slide-1 .last-slide .hsContent .logo-collins {
    width: auto;
  }
  #slide-1 .last-slide .hsContent .logo-collins img {
    width: 100%;
  }
  #slide-1 p {
    font-size: 17px;
    line-height: 1.2em;
  }
  #slide-1 .slide-footer-misc {
    position: fixed;
    top: inherit;
    left: 50%;
    margin-left: -53px;
    bottom: 25px;
  }*/
  /*  FORM  */
  /*.enquiry-form-ctn {
    height: 601px;
  }
  .enquiry-form-ctn.kolca {
    top: -601px;
  }
  form {
    width: 470px;
    margin: 20px auto 2px auto;
  }
  form ul li {
    min-height: 25px;
  }
  form ul li.appointmenttime label {
    width: 46%;
  }
  form ul li.appointmenttime .sbHolder {
    width: 53%;
  }
  form input[type=text],
  form input[type=email],
  form textarea,
  form .select-style {
    width: 68%;
    font-size: 14px !important;
    height: 38px !important;
  }
  form label {
    font-size: 14px !important;
    line-height: 43px !important;
  }
  form .sbOptions {
    width: 470px;
    left: -149px;
    top: 35px !important;
  }
  form .sbOptions a {
    font-size: 14px;
  }
  form li.appointmenttime .sbOptions {
    left: -220px;
  }
  form li.appointmenttime .sbOptions a {
    font-size: 14px;
  }
  form button[type=submit] {
    margin-top: 36px;
    padding: 13px 0;
  }
  .form-wrapper {
    padding: 40px !important;
  }
  .tab-content-text {
    width: 314px;
    padding: 0 74px;
  }
  .tab-content-text img {
    text-align: center;
  }
  .tab-content-text h3 {
    margin: 27px 0 22px 0!important;
    font-size: 1.538em;
    line-height: 23px;
  }
  .tab-content-text p {
    font-size: 14px;
    max-width: 360px;
    margin: 0 auto;
    padding: 0;
  }*/
  /* LOGO */
  /*.logo {
    position: fixed;
    z-index: 20;
    width: 350px;
    margin-left: -172px;
    padding: 0;
    left: 50%;
  }
  .logo .logo_header {
    overflow: hidden;
    margin: 0;
    width: 350px;
    height: 172px;
    position: fixed;
    top: 38%;
    margin-top: -110px;
    background: url(../cssImages/aurora-logo-lrg.png) no-repeat scroll center 0 transparent;
    background-size: 100% !important;
    text-indent: -99999em;
  }
  .scroll-btn p {
    font-size: 0.846em !important;
  }*/
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 768px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 768px), only screen and (min-device-pixel-ratio: 2) and (min-width: 768px), only screen and (min-resolution: 192dpi) and (min-width: 768px), only screen and (min-resolution: 2dppx) and (min-width: 768px) {
  /* Retina-specific */
  /*.logo .logo_header {
    background: url(../cssImages/aurora-logo-lrg@2x.png) no-repeat scroll center 0 transparent;
    background-size: 400px 196px;
  }
  .scroll-btn {
    background: url(../cssImages/scroll-arrow@2x.png) no-repeat scroll center bottom;
    background-size: 30px;
  }
  ul.list-unstyled.wmenu li a {
    background: url(../cssImages/navigation-dots@2x.png) no-repeat scroll center -26px;
    background-size: 9px 42px;
  }*/
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
/*@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    * Black prints faster: h5bp.com/s *
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  *
     * Don't show links for images, or javascript/internal links
     *
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    * h5bp.com/t *
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}*/

p a, p a:visited {
    color: #ddd;
}

span.sg-prev, span.sg-next {
  width: 13px;
  height: 18px;
  display: none;
  
}
span.sg-prev {
  background-position: left center;
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 9999;
    cursor: pointer;
}
span.sg-next {
  background-position: right center;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
    cursor: pointer;
}



.cd-left { width: 65% !important;}
.cd-right { width: 35% !important;}

@media only screen and (max-width: 1700px) {
  .cd-half-block:nth-of-type(2) {padding: 0px;}
  .cd-half-block .block-text {width: 96%;}
  .block-text {padding: 0px 12% 0px 10%;}
}

@media only screen and (max-width: 1600px) {
  .block-text {padding: 0px 12% 0px 10%;}
}

@media only screen and (max-width: 1450px) {
  .cd-vertical-nav {right: 0px;}
  .block-text {padding: 0px 12% 0px 10%;}
}

@media only screen and (max-width: 1250px) {
  /*.block-text {padding: 0px 23% 0px 5%;}*/
}

@media only screen and (max-width: 1169px) {
  .cd-left { width: 100% !important;}
  .cd-right { width: 100% !important;}

  /*.scroll-pane {width: 100% !important;height: 100% !important;overflow: visible !important;max-height: inherit !important;min-height: inherit !important;}
  .jspContainer {width: 100% !important;height: 100% !important;overflow: visible !important;}
  .jspPane {width: 100% !important;position: relative !important;}
  .jspVerticalBar {display: none;}*/

  .content {max-width: 100% !important;height: 100% !important;overflow: visible !important;}

  /*.cd-half-block:nth-of-type(2) {padding: 0px;}*/
  .block-text {padding: 30px;width: inherit !important;}

  .cd-half-block:nth-of-type(1) {height: auto !important;}
  .bg-image {background: none !important;height: auto !important;}
  .bg-image img {display: block !important;width: 100%;}

  #navigation {background: rgba(30, 30, 30, 0.95) !important;}
}

.play-video {
  border: 1px solid #457d42;
  background-color: #457d42;
  color: #fff;
}

.play-video:hover {
  background-color: rgba(69,125,66,0.5);
}

#html5-watermark {
  display: none!important;
}

video#video_bg_home {
left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  /*width: 100%;
  height: auto;*/
  position: fixed;


}
#small-navigation { position:fixed; bottom:0px;  left:0px; right:0px; display: none; text-align:center; margin: 0px auto; height: 40px;  background: rgba(30,30,30,0.95);z-index:99;}
#small-navigation img { margin-top: 12px;}
#small-navigation .footer-headline {display: inline-block; line-height: 40px; font-size: 20px; padding-left: 10px;}
#small-navigation .small-menu {
cursor: pointer;
}

#navigation {
  background: rgba(30,30,30,0.6);
  position: fixed;
  bottom: 0px;
  z-index: 99999;
  left: 0px;
  right: 0;
  text-align: center;
  height: 50px;
}
#navigation { margin: 0px; padding: 0px;}
#navigation li { display: inline-block; list-style: none; line-height: 50px;}
#navigation li a { font-family:'Cardo'; color: #dfdfdf;  text-transform: uppercase;  padding: 0 5px;  margin: 0 10px;  font-size: 11px; font-weight:500;}

@media only screen and (max-width: 768px) {
  #small-navigation { display: block;}
  #navigation { 
    display: none; 
    bottom: 40px !important;
    width: 100% !important;
    margin: 0px auto !important;
    position: fixed;
    left: 0;
    right: 0;
    height: auto !important;
      background: rgba(30,30,30,0.95) !important;
  }
  #navigation li {
    display: inline-block;
    width: 96%;
    text-align: center;
    padding: 0px 2%;
    border-bottom: 1px solid #333;
  }
}

@media only screen and (max-width: 480px) {
    
    .cd-half-block p {text-align: center;}
    .cd-half-block h2 {text-align: center;}
    
    p a, p a:visited {font-size:8px;}

}

.vip img {
  -webkit-filter: blur(2px) grayscale(1) !important;
  filter: blur(2px) grayscale(1) !important;
}

div, p, span, button, a, textarea, input, select { outline: none;}


.albumbox {
  margin: 0px auto 20px;
  left:0px;
  right: 0px;
}

.albumbox img {
  margin: 0 1% 1% 0%; /*15px 20px 6px 0px;*/
  width: 30%;
  padding: 0;
  /*float: left;*/
  border: 1px solid #bbb;
  /*border-radius: 10px;*/
}

.albumbox img:hover{
  opacity: .8;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.albumbox li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}



.album { 
  display: inline-block;
    min-width: 100px;
    max-width: 150px;
  width: 23%;
    text-align: center;
  padding: 0 15px 30px 0;
  float: left;
}

.album img {     
    max-width: 100%;
    border: 2px solid #333;
    /*border-radius: 10px;*/
    border-color: rgba(248, 148, 6, 0.95);
}
.album a span{ text-transform: uppercase; font-size: 11px; color:#fff;}
.album a:hover span { color: #dcbc65;}


/*** mine ***/
/*.scroll-pane {width: 100%;max-height: 500px;overflow: auto;margin: 10px 0px; min-height: 340px;}*/
.bg-image {background-size: cover;background-position: top center;background-repeat: no-repeat;height: 100%;}
.bg-image img {display: none;}

.content{
  overflow: auto;
  position: relative;
  /*padding: 20px;
  background: #333;*/
  margin: 10px 0px;
  width: 100%;
  max-width: 97%;
  height: 500px;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.content.hidden{ display: none; }

#banners {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: 70px;
    z-index: 9999;
    text-align: center;
}
