@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 768px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html { font-size: 62.5%; }
body { font-size: 1.6em; line-height: 1.6; font-weight: 400; font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #222; }

#header-network { background: #3f3a5a; margin-top: 0; display: table; text-align: right; }
#header-network .u-nav-list { float: right; margin: 0 auto; padding: 7px; display: table-cell; vertical-align: middle; color: #cccccc !important; opacity: 0.6; }
#header-network .u-nav-list li a { color: #ccc !important; }
#header-network .u-nav-list li a:hover { color: #f9f9f9; opacity: 1 !important; }
#header-network .u-nav-list li { margin-bottom: 0; margin-right: 1.5%; }
#header-network .u-nav-list li:last-child { margin-bottom: 0; margin-right: .5%; }

header { background: #4c4771; padding: 3% 0%; padding-bottom: 0; }
header .logo { float: none; max-width: 300px; margin: 0 auto; text-align: center; margin-bottom: 3rem; }
header .logo img { width: 100%; }
header .u-nav-list { text-transform: uppercase; font-size: 1.6rem; margin: 0 auto; }
header .u-nav-list li { margin: 0 auto; padding: 18px 20px; }
header .u-nav-list li a { color: #f9f9f9; }
header .u-nav-list i { font-weight: lighter; font-size: 1.0rem; line-height: 20px; vertical-align: text-top; }
header .u-nav-list li .u-dropdown li { padding: 10px 20px; font-size: 1.4rem; }
header div:last-child { margin: 0 auto; }

#lists.frontpage {  padding: 20px 0px; background: #f6611c; }
#lists.frontpage .heading h2 { margin-top: 1.5rem; margin-bottom: 3rem; color: white; }

/* Frontpage Columns */
#lists.frontpage .classes { 
  -webkit-columns: 3; -moz-columns: 3; -o-columns: 3; -ms-columns: 3; columns: 3;
  -webkit-column-gap: 50px; -moz-column-gap: 50px; -o-column-gap: 50px;  -ms-column-gap: 50px; column-gap: 50px;
  -webkit-column-width: 250px; -moz-column-width: 250px; -o-column-width: 250px; -ms-column-width: 250px; column-width: 250px; }

#lists.frontpage .row { margin-top: 30px; margin-bottom: 30px; }
#lists.frontpage .lists-header { width: 100%; text-align: center;margin-top: 20px;}
#lists.frontpage .agerange { float: left; width: 100%; margin-bottom: 1rem; }
#lists.frontpage .agerange h2 {  font-weight: bold; color: white; font-size: 2.1rem; }

#lists.frontpage .agerange ul { list-style: none !important; float: left; }
#lists.frontpage .agerange ul li { margin-bottom: 0; line-height: 26px; float: left; width: 100%; border-top: 1px solid rgba(255,255,255,0.2); padding: 0.5rem 0px; font-size: 1.3rem; } 
#lists.frontpage .agerange ul li:last-child { border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 0.5rem; }
#lists.frontpage .agerange ul li a { float: left; color: white; font-weight: lighter; width: 100%; text-decoration: none !important; padding: 0px 1rem;}
#lists.frontpage .agerange ul li a span { float: right; color: rgba(255,255,255,0.5); font-weight: normal; font-size: 1rem; line-height: 26px; }
#lists.frontpage .agerange ul li:hover a,
#lists.frontpage .agerange ul li:hover span { color: #d9d9d9; cursor: pointer; }

#hero { position: relative;  background: #000;  height:300px; overflow: hidden; }
#hero img { width: 300px; }
#hero .caption { position: absolute; text-align: center; font-size: 5rem; color: #f9f9f9; text-transform: uppercase; box-sizing: border-box; width: 100%; top: 50%; transform: translate(0%,-50%); }
@media all and (max-width: 550px) {
  #hero .caption { font-size: 4rem; }
}
#hero .overlay { position: absolute;  background: rgba(0,0,0,0.3); height: 100%; top: 0; left: 0; }
@media (max-width: 790px) {
  #hero #right-box { padding: 8% 3.5%; }
  #hero h4 { font-size: 2.5rem; }
  #hero a { font-size: 1.5rem; }
}
#hero h4 { font-size: 3rem; color: #f9f9f9; line-height: 33px; font-weight: 100;
}
@media (max-width: 550px) {
  #hero { height: auto; }
}

#main { margin: 4.5rem 0px; }
#main .about .video { -webkit-font-smoothing: auto; line-height: normal; border-collapse: separate; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin: 0; }
#main .about .video video { width: 100%; height: 100%; border: none; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
#main .about { margin-bottom: 4.5rem; }
#main .about h3 { font-size: 3rem; margin-bottom: 0; }
#main .about ul li { margin-bottom: 0; }
#main hr { margin-left: 15px; margin-right: 15px;  }

#promos { margin-bottom: 5.5rem; }
#promos h2 { color: #33A7F7; }
#promos .promo a { display: inline-block; width: 100%; height: 100%; cursor: pointer; color: inherit; text-decoration: none; }
#promos .promo:hover { cursor: pointer; }
#promos .promo-image { margin-bottom: 2.5rem; }
#promos .promo-image img { width: 100%; }
#promos .promo-header { /*margin-bottom: 2.5rem;*/ }
#promos .promo-header h3 { margin-bottom: 0; font-size: 2.5rem; font-weight: bold; }
#promos .promo-header span.sub-header { font-style: italic; color: #8a8a8a; }
#promos .promo-info p { font-size: 1.6rem; margin-bottom: 0;}
@media all and (max-width: 768px) {
  #promos .promo { margin-bottom: 5rem; }
  #promos .promo:last-child { margin-bottom: 2.5rem; }
}

.breadcrumbs {
  margin-top: 2rem;
  /*margin-bottom: 25px;  
  border-bottom: 1px solid #f5f5f5;*/
}
.breadcrumbs a { color: white; text-decoration: none; opacity: 0.5; display: inline-block; vertical-align: middle; }
.breadcrumbs a:hover { opacity: 1; color: white; }
.breadcrumbs i { display: inline-block; padding: 0px 1rem; font-size: 1rem; color: white; opacity: 0.5; }
.breadcrumbs p { 
  margin-bottom: 1rem;
}
.breadcrumbs img { padding-bottom: 5px; }

footer { text-align: center; }
footer .u-nav-list { margin: 60px 0px; }
footer .u-nav-list li { margin-bottom: 0 !important; }
footer a { color: #4c4771; }

#header .page-header { background: #f6611c; padding: 25px 0; padding-top: 35px; margin: 0 auto; }
#header h1 { margin-bottom: 0; color: white;}
#header h2 { font-size: 1.9rem; color: rgba(255,255,255,0.6); }

.inner { margin-top: 4rem; margin-bottom: 8rem; float: left; }
/*.inner p { margin-bottom: 2.5rem; }*/
.inner h4 { color: #f6611c; font-size: 2.8rem; /*margin-bottom: 1rem;*/ }
.inner h3 { font-size: 3rem; }
.inner h3 a { text-decoration: none; }

.sidebar ul { list-style: none; margin-top: 6rem; }
.sidebar ul li:first-child {  }
.sidebar ul li { margin-bottom: 0; padding: 0.5rem 1.2rem; border-top: 1px solid black; }
.sidebar ul li a { color: black; }
.sidebar ul li.on a { font-weight: bold; }
.sidebar ul li:last-child { border-bottom: 1px solid black; }
.sidebar ul li a i { font-size: 1rem; vertical-align: middle; }

.booking2 tr td .formbutton { line-height: 28px !important; }

.bookbuttons { width: 100%; float: left; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #33A7F7; 
  text-decoration: underline; }
a:hover {
  color: #6e6e6e; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  background: #33A7F7;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  /*background-color: transparent;*/
  border-radius: 4px;
  border: none;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  opacity: 0.7;
  /*color: #333;
  border-color: #888;
  outline: 0;*/ }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; 
  min-width: 250px; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width { width: 100%; box-sizing: border-box; }
.u-max-full-width { max-width: 100%; box-sizing: border-box; }
.u-pull-right { float: right; }
.u-pull-left { float: left; }
.u-section { float: left; width: 100%; }
.u-nav-list { display: inline-block; position: relative; list-style: none; font-size: 1.1rem; }
.u-nav-list li { display: inline-block; margin-right: 4.5%; }
.u-nav-list li:last-child { margin-right: 0; }
.u-nav-list li a { text-decoration: none !important;  }
/*.u-nav-list li  a { display: inline-block; vertical-align: middle; width: 100%; height: 100%; cursor: pointer; text-decoration: none; }*/
.u-dropdown { position: absolute; margin-top: 18px; margin-left: -10px; width: auto; max-width: 380px; text-align: left; background: #655d91; border: 1px solid #332f4e; border-top: none; color: #f9f9f9; z-index: -1; opacity: 0; text-transform: none; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.u-dropdown li { display: block; position: relative; width: 100%; }
.u-dropdown li a { display: inline-block; vertical-align: middle; width: 100%; height: 100%; cursor: pointer; }
.u-dropdown li:hover { background: rgba(0,0,0,0.2); }
.u-nav-list li:hover > .u-dropdown { opacity: 1; z-index: 9999; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.u-dropdown .u-dropdown { right: -234px; top: -18px; min-width: 234px; }
@media all and (max-width: 768px) {
  .u-dropdown .u-dropdown { display: none !important; }
}
.u-social.nav-list { list-style: none; font-size: 1.5rem;  line-height: 1.7rem; }
.u-social.nav-list li { display: inline-block; margin-right: 3.6%; }
.u-social.nav-list li:last-child { margin-right: 0; }
.u-normal-list { list-style: none; }
.u-normal-list li { margin-bottom: 0; }
.u-align-right { text-align: right; }
.u-align-center { text-align: center; }
.u-align-left { text-align: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

iframe { width: 100%; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }
.row { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }

/* Enquiry Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
form { max-width: 700px; }
#enquiryform { width: 100%; box-sizing: border-box; display: block; float: left;}
#enquiryform form { width: 100%; margin-top: 2rem; }
#enquiryform form label { float: left; width: 100%; box-sizing: border-box; padding: 15px 0px;  }
#enquiryform form label:first-child { border-top: 1px solid #e8e8e8; }
#enquiryform form label input { margin-bottom: 0; }


/* Deck of Cards
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.deck { margin-top: 2rem; }
.deck:after {
    content: "";
    display: table;
    clear: both;
}
.card {
    background: #f9f9f9;
    min-width: 291px;
    margin: 1% !important;
    border: 1px solid #f1f1f1;
    cursor: pointer;
    overflow: hidden;
}

.deck .card:nth-child(3n+1) { clear: none; }
.deck .card:nth-child(2n+1) { clear: both; }

.six .card { height:280px; }

.card:hover { background: #f2f2f2; }
@media (max-width: 1160px) {
    .card { width: 48% !important; }
}
@media (max-width: 750px){
    .card { margin-right: 10px; }
    .card.three.columns { width: 100% !important; }
}
@media (max-width: 775px) {
    .card { width: 100% !important; }
}
.card:nth-child(even) { margin-right: 0; }
.card:nth-child(odd) { margin-left: 0; }
.card-inner { padding: 15px; float: left; width: 65%; }
.card-image { text-align: center; margin: 0 auto; padding: 15px; /*padding-bottom: 0;*/ padding-right: 0; width: 26.6666667%; }
.card-image img { width: 100%;  height: 100%; }
.card-image i { font-size: 7.5rem; color: #dddcdc; margin-top: 12%; }
.card-header {}
.card-header h1 { font-size: 2rem; color: #4c4771; font-weight: 600; margin-bottom: 8px; }
.card-contents { color: #888888; }
.card .age p, .card .hair p, .card .eyes p, .card .height p { font-size: 1.6rem; margin: 2px 0px; }
.more { margin-top: 7px; font-size: 1.0rem; margin-bottom: 10px; }
.more i { font-size: 0.8rem; color: #21368b; }
#last-card { min-height: 142px; }
#last-card h1 { color: #e0a62b;   margin-top: 33.5666666%; font-weight:500; }
#last-card .card-image { padding: 0; }


/* Random Hides (Could not be found or needs force {display:none})
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.MsoNormal { display: none !important; }
.nup { display: none; }
.fixer { display: none !important; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Larger than Desktop HD */
@media (max-width: 1200px) {
  header .u-nav-list { font-size: 1.6rem; }
}

/* Larger than desktop */
@media (max-width: 992px) {
  header .u-nav-list { font-size: 1.2rem; }
}

/* Larger than tablet */
@media (max-width: 768px) {
  header .u-nav-list { font-size: 1.1rem; }
  header .u-nav-list i { line-height: 17px; }
}

/* Larger than phablet */
@media (max-width: 550px) {
  /*header .u-nav-list { font-size: 1.3rem; }*/

  .breadcrumbs { display: none !important; }
    #header-network .u-nav-list {
        font-size: 0.8rem;   
    }
    header {
        margin-top: 0 !important;
        padding-top: 10px;
    }
    header .logo {
        height: 100px;   
    }
    header .logo a img { margin-top: 2rem; }
    header .u-nav-list {
        font-size: 1.3rem; 
        margin-top: 2rem;
    }
    header .u-nav-list i {
        line-height: 15px;
    }
    header .u-nav-list li {
        padding: 10px 20px;   
    }
    header .u-nav-list li .u-dropdown { margin-top: 0; }

    #lists.frontpage .row .agerange.four.columns { margin-bottom: 2.5rem; }
    .main .four.columns { margin-bottom: 2.5rem; }
}

/* Larger than mobile */
@media (max-width: 400px) {
  header {
      margin-top: 0 !important;
      padding-top: 0px;
  }
  header .u-nav-list i {
      line-height: 15px;
  }
  header .logo {
      height: 90px;   
  }
}