@import url(https://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.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #222; 
  margin: 0 auto; }

#header-network {
    background: #3f3a5a;
    margin-top: 0;
    display: table;
    text-align: right;
}
#header-network .u-mobile-nav-list {
    display: none !important;   
}
#header-network .u-nav-list, 
#header-network .u-mobile-nav-list {
  float: right;
  margin: 0 auto;
  padding: 7px;
  display: table-cell;
  vertical-align: middle;
  color: #cccccc;
  opacity: .4;
}
#header-network .u-nav-list li a:hover,
#header-network .u-mobile-nav-list li a:hover {
  color: #f9f9f9;
  opacity: 1;
}
#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 {
    max-width: 330px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px; 
}
header .logo img {
  height: 100%;
   /* 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 li a.highlightnav {background:#faca23; color:#4c4771; padding:5px; border-radius:3px;}
header .u-nav-list li a.highlightnav:hover {background:#fff; color:#4c4771;}

header .u-nav-list li a:hover {
    color: #FDBB2F;
}
header .u-nav-list i {
    font-weight: lighter;
    font-size: 1.0rem;
    line-height: 20px;
    vertical-align: top;
}
header .u-nav-list li .u-dropdown li {
    padding: 10px 20px;
    font-size: 1.4rem;
}
header div:last-child {
    margin: 0 auto;
}
#hero {
  position: relative; 
  background: #000;
  height:300px;
  overflow: hidden;
}
#hero img {
  width: 300px;
}
#hero .caption {
  position: absolute;
  text-align: center;
  line-height: 60px; 
  font-size: 5rem;
  padding: 0% 2%;
  color: #f9f9f9;
  top: 31%;
  text-transform: uppercase; 
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 434px) {
  #hero .caption { margin-top: -7%; }
}
@media all and (max-width: 550px) {
  #hero .caption { top: 34% !important; line-height: 35px; }
}
@media all and (max-width: 1355px) {
  #hero .caption { top: 23%;}
}
#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;
  }
}
@media (max-width: 400px) {
  #hero .caption {
    top: 11%;
  }
}
#promos .promo {
    padding: 25px;
    box-sizing: border-box;
}
#promos .header-block {    
    margin: 0 auto;
    padding: 40px;
    background: #ff6338;
    min-height: 137px;
    float: left; 
    width: 100%;
    box-sizing: border-box;
}   
#promos .header-block h2 {
  font-size: 1.9rem;
  color: #f9f9f9;
  margin-bottom: 13px;
}    
#promos .header-block h2 span {
  font-size: 1.5rem;
  font-style: italic;
}
#promos .promo:nth-child(0) {
    margin-left: 0;   
}
#promos .promo .header-block p {
    margin-bottom: 5px; 
    font-size: 1.4rem;
    color: #f9f9f9;
}
#promos .promo .header-block a {
  color: #f9f9f9;
  white-space: nowrap;
}
#promos .promo .header-block a:hover {
  color: rgba(255, 255, 255, 0.5);
}
#promos .promo .promo-image { 
  display: none;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
#promos .promo .promo-image a { 
  float: left;
  text-decoration: none !important;
  width: 100%;
  line-height: 0;
}
#promos .promo img {
    width: 100%;
}
#promos .promo a {
    text-decoration: underline;   
}
#promos .promo:last-child p {
       
}
#promos .promo .header-block {
    margin-bottom: 1.1rem;
    min-height: 203px;
}
#promos .promo .content {
    padding: 0px 15px;   
}
.breadcrumbs {
  margin-top: 25px;
  margin-bottom: 25px;  
  border-bottom: 1px solid #f5f5f5;
}
.breadcrumbs p { 
  margin-bottom: 1rem;
}

.search-container { float: left; width: 100%; margin: 40px 0px; }
.search-container #quickfind { position: relative; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; }
.search-container #quickfind .results { display: none; position: absolute; overflow: visible; background: #f9f9f9; z-index: 9999; width: 100%; padding: 30px; border-radius: 0 0 4px 4px; margin-top: -18px; border-top: 1px solid #cccccc; text-align: left; -webkit-box-sizing: border-box; box-sizing: border-box; margin-left: 0px; box-shadow: 0px 15px 30px 10px rgba(0,0,0,0.15); max-height: 440px; overflow: hidden; overflow-y: scroll;}
.search-container #quickfind .results .inner a { width: 100%; border-bottom: 1px solid #e8e8e8; display: block; text-decoration: none !important; font-size: 18px !important; padding: 10px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.search-container #quickfind .results .inner a:last-child { border-bottom: none; }
.search-container #quickfind .results .inner a:hover { background: #f0f0f0; }
.search-container #quickfind .results .inner a span.name { color: #2697E5; }
.search-container #quickfind .results .inner a span.catname { float: right; font-size: 15px; }
.search-container #quickfind .search-input { float: none; display: inline-block; vertical-align: middle; background: #f9f9f9; border: 1px solid #f2f2f2; border-radius: 4px 4px 4px 4px; width: 100%; height: 100%; outline: none !important; font-size: 25px; font-size: 2.5rem; padding: 25px; padding-left: 70px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.search-container #quickfind .search-text { position: absolute; transform: translate(110%, 127%); float: left; display: inline-block; vertical-align: middle; }
.search-container #quickfind .search-text i { font-size: 25px; }


#tier-one {
    padding: 20px 0px;
    padding-top: 5px;
    margin-top: 30px;
}
#tier-three h2 {
    color: #e0a62b;  
    font-size: 2.0rem;
    margin-bottom: 10px;
}
#tier-one .four.columns {
    text-align: left; 
    text-indent: 20px;
    margin-left: 0;
}
#tier-one .eight.columns .four.columns {
    text-align: left;  
    text-indent: 0;
    margin-left: 4%;
}
#tier-one .eight.columns .four.columns:first-child {
    margin-left: 0;
}
@media (max-width: 800px) {
    #tier-one .eight.columns, #tier-one .four.columns {
        width: 100%;
    }
    #tier-one .eight.columns .four.columns {
        margin-left: 0;  
        margin-top: 20px;
    }
    #tier-one .eight.columns .four.columns:first-child {
        margin-left: 0;  
        margin-top: 0px;
    }
    #tier-one .eight.columns .row {
        width: 48%;
    }
}  
@media (max-width: 550px) {
    #tier-one .eight.columns .row {
        margin-bottom: 10px;
        width: 100%;
    }   
}

#lists.frontpage {  padding-top: 20px; background: #2697e5; }
#lists.frontpage .lists-header { width: 100%; text-align: center;margin-top: 20px;}
#lists.frontpage table { width: 100%; border: none !important; }
#lists.frontpage table tr td { border: none !important; padding: 25px; }
#lists.frontpage table tr td.agency { padding: 0px; }
#lists.frontpage table tr td ul { list-style: none !important; }
#lists.frontpage table tr td ul li { margin-bottom: 0; float: left; width: 100%; border-top: 1px solid rgba(255,255,255,0.2); padding: 1rem 0px;} 
#lists.frontpage table tr td ul li:last-child { border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 1rem; }
#lists.frontpage table tr td ul li a { float: left; color: white; font-weight: bold; width: 100%; text-decoration: none !important; padding: 0px 1rem;}
#lists.frontpage table tr td ul li a span { float: right; color: rgba(255,255,255,0.5); font-weight: normal;  }
#lists.frontpage table tr td ul li:hover a,
#lists.frontpage table tr td ul li:hover span { color: #d9d9d9; cursor: pointer; }

#lists.agency {  padding-top: 20px; }
#lists.agency .lists-header { width: 100%; text-align: center;margin-top: 20px;}
#lists.agency table { width: 100%; border: none !important; }
#lists.agency table tr td { border: none !important; padding: 25px; }
#lists.agency table tr td.agency { padding: 0px; }
#lists.agency table tr td ul { list-style: none !important; }
#lists.agency table tr td ul li { margin-bottom: 0; float: left; width: 100%; border-top: 1px solid #4c4771; padding: 1rem 0px;} 
#lists.agency table tr td ul li:last-child { border-bottom: 1px solid #4c4771; padding-bottom: 1rem; }
#lists.agency table tr td ul li a { float: left; color: #fb5c30; font-weight: bold; width: 90%; text-decoration: none !important; padding: 0px 1rem;}
#lists.agency table tr td ul li a span { float: right; color: #a5a5a5; font-weight: normal;  }
#lists.agency table tr td ul li:hover { background: #fb5c30; }
#lists.agency table tr td ul li:hover a,
#lists.agency table tr td ul li:hover span { color: white; cursor: pointer; }

#tier-one .u-nav-list {
    font-size: 1.0rem;
    margin-bottom: 0;
}
#tier-one .u-nav-list li {
    min-width: 100px;
}
#tier-one h3, #tier-three h3 {
    margin-bottom: 0;
    color: #e0a62b;
    font-size: 3.0rem;
}
#tier-two {
    margin-top: -10px;   
}
#tier-three {
    padding: 0px 20px;   
}
#tier-three div:first-child {
    margin-bottom: 30px;   
}
#tier-three a {
    color: #21368b;
}
#sidebar.side img { 
  width: 100%;
  margin-bottom: 2rem;
}

#sidebar.side h4 { font-size: 1.8rem; font-style: italic; margin-bottom: -1.5rem; }

.gallery { overflow:hidden;margin-bottom:40px; clear:both; object-fit:cover;}

footer {
    text-align: center; 
    margin-top: 60px !important;
}
footer a {
    color: #4c4771;   
}

#header .page-header { background: #ff6338; 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); }

.info p { font-size: 16px; font-size: 1.6rem; }

/* Random Hides (Could not be found or needs force {display:none})
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.MsoNormal { display: none !important; }
.nup { display: none; }
.fixer { display: none !important; }


/* Enquiry Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
form { max-width: 700px; }
#enquiryform { width: 100%; box-sizing: border-box; display: block; }
#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;
}
/*.container .deck .card:nth-child(3n+1) { clear: both; }*/

.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%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center top;
}

/* Change grayscal img to colour */
/*.card:hover .card-image img {
  filter: color;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -mox-filter: grayscale(0);
}*/

.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;   
}

/* 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: 2.7rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.0rem; 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: 4.0rem; }
  h2 { font-size: 2.7rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 2.2rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #a5a5a5; }
a:hover {
  color: #6e6e6e; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  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: 1px solid #bbb;
  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 {
  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"],
input[type="date"],
input[type="time"],
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; }
/* 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"],
input[type="date"],
input[type="time"],
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,
input[type="date"]:focus,
input[type="time"]: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%;
    margin: 20px 0px 20px 0px;
}
@media (max-width: 550px) {
    .u-section {
        margin: 0px;   
    }
}
.u-align-center {
    text-align: center;
}
.u-align-right {
    text-align: right;
}
.u-align-left {
    text-align: left;   
}
.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-dropdown {
    position: absolute;
    margin-top: 18px;
    margin-left: -10px;
    width: auto;
    max-width: 300px;
    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;
    overflow: hidden;
}
.u-dropdown li {
    display: block;
    position: relative;
    width: 100%;
}
.u-dropdown li:hover {
    background: rgba(0,0,0,0.2);    
}
.u-dropdown li a {
    width: 100%;
}
.u-dropdown li a:hover {
     
}
.u-nav-list li:hover .u-dropdown {
    /*display: block;*/
    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-nav-list a {
  text-decoration: none;
}
.u-social.nav-list {
  list-style: none;
  font-size: 1.5rem;
  line-height: 17px;
}
.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-small {
  font-size: 1rem;
}
.u-med {
  font-size: 1.4rem;
  font-weight: 600;
}
.u-big {
  font-size: 2rem;
  font-weight: 600;
}
.u-mobile-nav-list {
    position: relative;
    list-style: none;
    font-size: 1.1rem;   
}
.u-mobile-nav-list li {
    width: auto;   
}
.u-mobile-nav-list li:hover .u-dropdown {
    /*display: block;*/
    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-center-page {
  margin: 0 auto;
}
.u-underline {
  border-bottom: 2px solid;
  padding-bottom: 1px;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #f5f5f5;
  width: 100%;
  float: left;
}


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }
.row {
    /*float: left;*/
    margin-left: 0;
    margin-right: 0;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/

@media (max-width: 1160px) {
    #hero .carousel-caption {
        padding-bottom: 1%;   
    }
    header .u-nav-list {
        font-size: 1.4rem;
    }
    header .u-nav-list li {
        padding: 18px 15px;   
    }
}
@media (max-width: 950px) {
    header .u-nav-list {
        font-size: 1.2rem;   
    }
}
/* Larger than tablet */
@media (max-width: 750px) {
    #header-network .u-nav-list {
        font-size: 1.0rem;   
    }
    header .u-nav-list {
        font-size: 1.1rem; 
    }
    header .u-nav-list i {
        line-height: 17px;
    }
    #hero .carousel-inner .logo {
        margin-top: -52px;
        margin-left: -140px;
        max-width: 280px;
    }
    #hero .carousel-caption h4 {
        font-size: 1.3rem;   
    }
    #hero {
        padding-bottom: 0px;   
    }
    #hero .carousel-caption {
        padding-bottom: 0%;
        bottom: 7px;
        /*height: 100%;   */
    }
    #promos .promo {
        width: 100% !important;
        margin-left: 0;
    }
}
/* Larger than phablet (also point when grid becomes active) */
@media (max-width: 550px) {
  .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; }

    #hero .carousel-caption .u-contain {
        white-space: pre-line;   
    }
    #hero .carousel-inner .logo {
        margin-top: -38.5px;
        margin-left: -100px;
        max-width: 200px;
    }
    #hero .carousel-caption {
        display: none;   
    }
    #hero .caption { font-size: 3.6rem !important; }

    header .container { padding: 10px 0px; width: 100%; }

    #header { margin-bottom: 30px; }
    #enquiryform form label { padding: 5px !important; }

    .info { width: 100% !important; }
    .right { display: none; }
}

/* 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;   
    }
    #hero .carousel-caption h4 {
        font-size: 1.0rem;   
    }
}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}


.studio-hire {display:flex; flex-wrap:wrap;}
.studio-hire img {margin:5px; max-width:100%; width:330px !important; height:auto !important;}

@media ( max-width:700px ){
  
  .studio-hire img {width:100% !important; margin:5px 0;}
  
}

.embed-container:not(:last-child) {margin-bottom:2.5rem;}