
/* RESET */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* JB's Code */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: black;
}

h1 {
  font-family:'Bank Gothic W01 Medium';
}

p {
  font-family: 'Roboto', sans-serif;
}

#header {
  top: 0px;
  width: 100%;
  height: 0 auto;
  background: #000000;
  float: left;
  border-bottom: 8px solid #ff5b28;
  padding: 0px;
  margin: 0px;
  position: relative;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
  #header {
  top: 0px;
  width: 100%;
  height: 120px;
  background: #000000;
  float: left;
  border-bottom: 5px solid #ff5b28;
  padding: 0px;
  margin-bottom: 5px;
  position: relative;
  }
}

@media screen and (max-width: 414px) {
  #header {
  top: 0px;
  width: 100%;
  height: 0 auto;
  background: #000000;
  float: left;
  border-bottom: 4px solid #ff5b28;
  padding: 0px;
  margin-bottom: 4px;
  position: relative;
  }
}

@media screen and (max-width: 375px) {
  #header {
  top: 0px;
  width: 100%;
  height: 0 auto;
  background: #000000;
  float: left;
  border-bottom: 4px solid #ff5b28;
  padding-top: 4px;
  margin-bottom: 4px;
  position: relative;
  }
}

@media screen and (max-width: 360px) {
  #header {
  top: 0px;
  width: 100%;
  height: 0 auto;
  background: #000000;
  float: left;
  border-bottom: 4px solid #ff5b28;
  padding: 0px;
  margin-bottom: 4px;
  position: relative;
  }
}

@media screen and (max-width: 320px) {
  #header {
  top: 0px;
  width: 100%;
  height: 0 auto;
  background: #000000;
  float: left;
  border-bottom: 4px solid #ff5b28;
  padding: 0px;
  margin-bottom: 4px;
  position: relative;
  }
}

#headcentre {
  height: 114px;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
  #headcentre {
  height: 78px;
  max-width: 568px;
  margin: 0 auto;
  padding: 0 22px;
  position: relative;
  }
}

@media screen and (max-width: 414px) {
  #headcentre {
  height: 98px;
  max-width: 414px;
  margin: 0 auto;
  padding: 0 22px;
  position: relative;
  }
}

@media screen and (max-width: 375px) {
  #headcentre {
  height: 78px;
  max-width: 375px;
  margin: 0 auto;
  padding: 0 22px;
  position: relative;
  }
}

@media screen and (max-width: 360px) {
  #headcentre {
  height: 82px;
  max-width: 360px;
  margin: 0 auto;
  padding: 0 22px;
  position: relative;
  }
}

@media screen and (max-width: 320px) {
  #headcentre {
  height: 76px;
  max-width: 320px;
  margin: 0 auto;
  padding: 0 22px;
  position: relative;
  }
}

#logotop {
  top: 0px;
  right: 0px;
  height: 114px;
  width: 165px;
  float: left;
  padding: 26px 0px 0px 0px;
}

@media screen and (max-width: 414px) {
  #logotop {
  top: 0px;
  right: 0px;
  height: auto;
  max-width: 40%;
  float: left;
  padding: 19px 0px 0px 0px;
  }
    #logotop img {
    max-width: 100%;
  }
}

@media screen and (max-width: 375px) {
  #logotop {
  top: 0px;
  right: 0px;
  height: auto;
  max-width: 42%;
  float: left;
  padding: 12px 0px 0px 0px;
  }
    #logotop img {
    max-width: 100%;
  }
}

@media screen and (max-width: 360px) {
  #logotop {
  top: 0px;
  right: 0px;
  height: auto;
  max-width: 40%;
  float: left;
  padding: 12px 0px 0px 0px;
  }
    #logotop img {
    max-width: 100%;
  }
}

#phone {
  top: 38px;
  right: 0px;
  height: 38px;
  max-width: 660px;
  float: right;
  margin: 42px 0px 0px 0px;
}

@media screen and (max-width: 800px) {
  #phone {
    top: 38px;
    right: 0px;
    height: 42px;
    max-width: 470px;
    float: right;
    margin: 42px 0px 0px 0px;
  }
}

@media screen and (max-width: 768px) {
  #phone {
    top: 38px;
    right: 0px;
    height: 42px;
    max-width: 470px;
    float: right;
    margin: 50px 0px 0px 0px;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
  #phone {
    top: 0px;
    right: 0px;
    height: 66px;
    max-width: 220px;
    float: right;
    margin: 33px 0px 0px 0px;
  }
}

@media screen and (max-width: 414px) {
  #phone {
    top: 0px;
    right: 0px;
    height: 66px;
    max-width: 138px;
    float: right;
    margin: 23px 7px 0px 0px;
  }
}

@media screen and (max-width: 375px) {
  #phone {
    top: 0px;
    right: 0px;
    height: 66px;
    max-width: 130px;
    float: right;
    margin: 19px 0px 0px 0px;
  }
}

@media screen and (max-width: 360px) {
  #phone {
    top: 0px;
    right: 0px;
    height: 66px;
    max-width: 130px;
    float: right;
    margin: 19px 0px 0px 0px;
  }
}

@media screen and (max-width: 320px) {
  #phone {
    top: 0px;
    right: 0px;
    height: 66px;
    max-width: 130px;
    float: right;
    margin: 15px 2px 0px 0px;
  }
}

#phone h1 {
  font-size: 1.7em;
  line-height: 1.0em;
  letter-spacing: 0.145px;
  font-weight: 700;
  right: 0px;
  color: #ffffff;
  text-align: right;
}

@media screen and (max-width: 800px) {
  #phone h1 {
  font-size: 1.285em;
  line-height: .087em;
  letter-spacing: 0.1px;
  font-weight: 700;
  right: 0px;
  color: #ffffff;
  text-align: right;
  }
}

@media screen and (max-width: 768px) {
  #phone h1 {
  font-size: 1.5em;
  line-height: .087em;
  letter-spacing: 0px;
  font-weight: 700;
  right: 0px;
  color: #ffffff;
  text-align: right;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
  #phone h1 {
  font-size: 1.523em;
  line-height: .76em;
  letter-spacing: 0.234px;
  font-weight: 700;
  right: 0px;
  color: #ffffff;
  text-align: right;
  }
}

@media screen and (max-width: 414px) {
  #phone h1 {
  font-size: 1.423em;
  line-height: .90em;
  letter-spacing: 0.234px;
  font-weight: 700;
  right: 0px;
  color: #ffffff;
  text-align: right;
  }
}

@media screen and (max-width: 375px) {
  #phone h1 {
  font-size: 1.223em;
  line-height: .86em;
  letter-spacing: 0.234px;
  font-weight: 700;
  right: 0px;
  color: #ffffff;
  text-align: right;
  }
}

@media screen and (max-width: 360px) {
  #phone h1 {
  font-size: 1.123em;
  line-height: .96em;
  letter-spacing: 0.234px;
  font-weight: 700;
  right: 0px;
  color: #ffffff;
  text-align: right;
  }
}

@media screen and (max-width: 320px) {
  #phone h1 {
  font-size: 1.0988em;
  line-height: .90em;
  letter-spacing: 0.1px;
  font-weight: 700;
  right: 0px;
  color: #ffffff;
  text-align: right;
  }
}

#phone a {
  font-size: 1.6em;
  line-height: 1.0em;
  letter-spacing: 0.1px;
  font-weight: 700;
  right: 0px;
  color: #ffffff;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #phone a {
  font-size: 1.3em;
  line-height: .087em;
  letter-spacing: 0px;
  font-weight: 700;
  text-decoration: none;
  right: 0px;
  color: #ffffff;
  text-align: right;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
  #phone a {
  font-size: 1.2456em;
  line-height: .9em;
  letter-spacing: 0em;
  font-weight: 700;
  text-decoration: none;
  right: 0px;
  color: #ffffff;
  text-align: right;
  }
}

@media screen and (max-width: 414px) {
  #phone a {
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 0.255px;
  font-weight: 700;
  text-decoration: none;
  right: 0px;
  color: #ffffff;
  text-align: right;
  }
}

@media screen and (max-width: 375px) {
  #phone a {
  font-size: .945em;
  line-height: .86em;
  letter-spacing: 0.234px;
  font-weight: 700;
  text-decoration: none;
  right: 0px;
  color: #ffffff;
  text-align: right;
  }
}

@media screen and (max-width: 360px) {
  #phone a {
  font-size: .945em;
  line-height: .86em;
  letter-spacing: 0.234px;
  font-weight: 700;
  text-decoration: none;
  right: 0px;
  color: #ffffff;
  text-align: right;
  }
}

@media screen and (max-width: 320px) {
  #phone a {
  font-size: .945em;
  line-height: .85em;
  letter-spacing: 0.1px;
  font-weight: 700;
  text-decoration: none;
  right: 0px;
  color: #ffffff;
  text-align: right;
  }
}

#phone img {
  top: 0px;
  right: 0px;
  height: 28px;
  width: 28px;
  margin: 0px 0px 0px 0px;
  vertical-align: middle;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
  #phone img {
  top: 0px;
  right: 0px;
  height: 28px;
  width: 28px;
  margin: 0px 0px 0px 0px;
  display: none;
  }
}

@media screen and (max-width: 414px) {
  #phone img {
  top: 0px;
  right: 0px;
  height: 28px;
  width: 28px;
  margin: 0px 0px 0px 0px;
  vertical-align: middle;
  display: none;
  }
}

@media screen and (max-width: 375px) {
  #phone img {
  top: 0px;
  right: 0px;
  height: 28px;
  width: 28px;
  margin: 0px 0px 0px 0px;
  vertical-align: middle;
  display: none;
  }
}

@media screen and (max-width: 360px) {
  #phone img {
  top: 0px;
  right: 0px;
  height: 28px;
  width: 28px;
  margin: 0px 0px 0px 0px;
  vertical-align: middle;
  display: none;
  }
}

#phone h1 span {
    color: #ff5b28;
}

main {
  top: 0px;
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
}

@media screen and (max-width: 980px) {
  main {
  top: 0px;
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media screen and (max-width: 768px) {
  main {
  top: 0px;
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
  main {
  top: 0px;
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media screen and (max-width: 414px) {
  main {
  top: 0px;
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media screen and (max-width: 375px) {
  main {
  top: 0px;
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media screen and (max-width: 360px) {
  main {
  top: 0px;
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media screen and (max-width: 320px) {
  main {
  top: 0px;
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

#maincentre {
  top: 0px;
  max-width: 1260px;
  height: 620px;
  margin: 0 auto;
  padding: 0px 30px;
  position: relative;
}

@media screen and (max-width: 980px) {
  #maincentre {
  top: 0px;
  max-width: 1260px;
  max-height: 448px;
  margin: 0 auto;
  padding: 0px 30px;
  position: relative;
  }
}

@media screen and (max-width: 768px) {
  #maincentre {
  top: 0px;
  max-width: 768px;
  height: 620px;
  margin: 0 auto;
  padding: 0px 30px;
  position: relative;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
  #maincentre {
  top: 0px;
  max-width: 568px;
  height: 220px;
  margin: 0 auto;
  padding: 0px 20px;
  position: relative;
  }
}

@media screen and (max-width: 414px) {
  #maincentre {
  top: 0px;
  max-width: 414px;
  height: auto;
  margin: 0 auto;
  padding: 0px 22px;
  position: relative;
  }
}

@media screen and (max-width: 375px) {
  #maincentre {
  top: 0px;
  max-width: 375px;
  margin: 0 auto;
  padding: 0px 22px;
  position: relative;
  }
}

@media screen and (max-width: 360px) {
  #maincentre {
  top: 0px;
  max-width: 360px;
  margin: 0 auto;
  padding: 0px 20px;
  position: relative;
  }
}

#maincentre2 {
  top: 0px;
  max-width: 1200px;
  min-height: 690px;
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100%;
}

#maincentre2:after {
  content: "";
  display: table;
  width: 0;
  height: 0;
  clear: both;
}

@media screen and (max-width: 980px) {
  #maincentre2 {
  top: 0px;
  max-width: 1200px;

  margin: 0 auto;
  padding: 0px 30px 80px 30px;
  position: relative;
  }
}

@media screen and (max-width: 768px) {
  #maincentre2 {
  top: 0px;
  max-width: 1200px;

  margin: 0 auto;
  padding: 0px 30px 80px 30px;
  position: relative;
  }
}

@media screen and (max-width: 414px) {
  #maincentre2 {
  top: 0px;
  max-width: 414px;
  margin: 0 auto;
  padding: 0px 20px 30px 20px;
  position: relative;
  }
}

@media screen and (max-width: 375px) {
  #maincentre2 {
  top: 0px;
  max-width: 360px;
  margin: 0 auto;
  padding: 0px 20px 20px 17px;
  position: relative;
  }
}

@media screen and (max-width: 360px) {
  #maincentre2 {
  top: 0px;
  max-width: 360px;
  margin: 0 auto;
  padding: 0px 20px 30px 20px;
  position: relative;
  }
}

@media screen and (max-width: 320px) {
  #maincentre2 {
  top: 0px;
  max-width: 360px;
  margin: 0 auto;
  padding: 0px 20px 30px 20px;
  position: relative;
  }
}



#main_bg_pic {
  top: 0px;
  max-width: 1200px;
  height: 620px;
  margin: 0 auto;
  position: relative;
}

#nav_left {
  margin-top: -8px;
  width: 178px;
  float: left;
  padding: 0px 0px 0px 0px;
  margin-right: 22px;
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 768px) {
  #nav_left {
  margin-top: -8px;
  width: 738px;
  float: none;
  padding: 0px 0px 0px 0px;
  margin-right: 22px;
  position: relative;
  z-index: 4;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
  #nav_left {
  margin-top: -5px;
  width: 528px;
  float: none;
  padding: 0px 0px 0px 0px;
  margin-right: 20px;
  position: relative;
  z-index: 4;
  }
}

@media screen and (max-width: 414px) {
  #nav_left {
  margin-top: -4px;
  width: 100%;
  float: none;
  padding: 0px 0px 0px 0px;
  margin-right: 18px;
  position: relative;
  z-index: 4;
  }
}

@media screen and (max-width: 375px) {
  #nav_left {
  margin-top: -4px;
  width: 100%
  float: none;
  padding: 0px 0px 0px 0px;
  margin-right: 20px;
  position: relative;
  z-index: 4;
  }
}

@media screen and (max-width: 360px) {
  #nav_left {
  margin-top: -5px;
  width: 100%
  float: none;
  padding: 0px 0px 0px 0px;
  margin-right: 20px;
  position: relative;
  z-index: 4;
  }
}

@media screen and (max-width: 320px) {
  #nav_left {
  margin-top: -4px;
  width: 300px;
  float: none;
  padding: 0px 0px 0px 0px;
  padding-bottom: 30px;
  margin-right: 20px;
  position: relative;
  z-index: 4;
  }
}

#nav {
  top: 0px;
  left: 0px;
  height: 200px;
  width: 170px;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
}

@media screen and (max-width: 768px) {
/*  #nav {
  top: 0px;
  left: 0px;
  height: 32px;
  max-width: 738px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
  } */
}

/*@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
  #nav {
  top: 0px;
  left: 0px;
  height: 32px;
  max-width: 528px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
} */

@media screen and (max-width: 414px) {
  #nav {
  top: 0px;
  left: 0px;
  max-width: 374px;
  height: auto;
  float: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media screen and (max-width: 375px) {
  #nav {
  top: 0px;
  left: 0px;
  max-width: 334px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media screen and (max-width: 360px) {
  #nav {
  top: 0px;
  left: 0px;
  max-width: 326px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media screen and (max-width: 320px) {
  #nav {
  top: 0px;
  left: 0px;
  max-width: 284px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

#nav ul {
  list-style: none;
}

@media screen and (max-width: 414px) {
  #nav ul {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  }

  .nav-active #nav ul {
    max-height: 500px;
  }
}

#nav .menu-btn {
  text-decoration: none;
  line-height: 29px;
  color: black;
  text-transform: uppercase;
  background: white;
  padding: 0 1em;
  font-family:'Bank Gothic W01 Medium';
  border-bottom: 5px solid black;
  display: none;
}

@media screen and (max-width: 414px) {
  #nav .menu-btn {
    display: block;
  }
}

#nav ul li {
  display: block;
  color: black;
  font-family:'Bank Gothic W01 Medium';
  font-size: 1.0589em;
  letter-spacing: -0.0834em;
  margin-bottom: 0.31em;
}

@media screen and (max-width: 768px) {
/*  #nav ul li {
  display: block;
  color: black;
  font-family:'Bank Gothic W01 Medium';
  font-size: 0.9345em;
  letter-spacing: -0.089em;
  margin-bottom: 0.31em;
  } */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
/*  #nav ul li {
  display: inline-block;
  color: black;
  font-family:'Bank Gothic W01 Medium';
  font-size: .79em;
  letter-spacing: -0.057em;
  margin-bottom: 0.27em;
  } */
}

@media screen and (max-width: 414px) {
  #nav ul li {
  display: block;
  color: black;
  font-family:'Bank Gothic W01 Medium';
  font-size: 1.10em;
  line-height: 1.123em;
  letter-spacing: 0.06em;
  margin-bottom: 0.31em;
  }
}

@media screen and (max-width: 375px) {
  #nav ul li {
  display: block;
  color: black;
  font-family:'Bank Gothic W01 Medium';
  font-size: 1.0em;
  letter-spacing: 0.08em;
  margin-bottom: 0.31em;
  }
}

@media screen and (max-width: 360px) {
  #nav ul li {
  display: block;
  color: black;
  font-family:'Bank Gothic W01 Medium';
  font-size: 1.0em;
  letter-spacing: 0.08em;
  margin-bottom: 0.31em;
  }
}

@media screen and (max-width: 320px) {
  #nav ul li {
  display: block;
  color: black;
  font-family:'Bank Gothic W01 Medium';
  font-size: 1.0em;
  letter-spacing: 0.08em;
  margin-bottom: 0.266em;
  }
}

#nav ul li a {
  display: block;
  text-decoration: none;
  line-height: 29px;
  color: black;
  text-transform: uppercase;
  background: white;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #nav ul li a {
  display: block;
  text-decoration: none;
  line-height: 27px;
  color: black;
  text-transform: uppercase;
  padding: 0px 18px 0px 19px;
  margin: 0px 4px 0px 0px;
  background: white;
  text-align: center;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
/*  #nav ul li a {
  display: block;
  text-decoration: none;
  line-height: 23px;
  color: black;
  text-transform: uppercase;
  padding: 0px 9px 2px 8px;
  margin: 0px 2px 0px 0px;
  background: white;
  text-align: center;
  } */
}

@media screen and (max-width: 414px) {
  #nav ul li a {
  display: block;
  text-decoration: none;
  line-height: 25px;
  color: black;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  background: white;
  text-align: center;
  }
}

@media screen and (max-width: 375px) {
  #nav ul li a {
  display: block;
  text-decoration: none;
  line-height: 26px;
  color: black;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  background: white;
  text-align: center;
  }
}

@media screen and (max-width: 360px) {
  #nav ul li a {
  display: block;
  text-decoration: none;
  line-height: 22px;
  color: black;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  background: white;
  text-align: center;
  }
}

@media screen and (max-width: 320px) {
  #nav ul li a {
  padding: 0px 0px 1px 0px;
  }
}

#nav ul li a:hover {
  color: #ffffff;
  background: #ff5b28;
}

#nav_copy_bottom {
  top: 0px;
  left: 0px;
  height: 310px;
  width: 178px;
  float: left;
  padding-top: 60px;
  margin-right: 40px;
  position: relative;
}

@media screen and (max-width: 980px) {
  #nav_copy_bottom {
  top: 0px;
  left: 0px;
  height: 282px;
  width: 178px;
  float: left;
  padding-top: 50px;
  margin-right: 40px;
  position: relative;
  }
}

@media screen and (max-width: 768px) {
  #nav_copy_bottom {
  top: 460px;
  left: 0px;
  height: 140px;
  width: 710px;
  float: left;
  padding-top: 10px;
  margin-right: 40px;
  position: relative;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
  #nav_copy_bottom {
  top: 344px;
  left: 0px;
  height: 120px;
  width: 548px;
  float: left;
  margin-right: 40px;
  position: relative;
  }
}

@media screen and (max-width: 414px) {
  #nav_copy_bottom {
  top: 0;
  left: 0px;
  padding-top: 270px;
  height: auto;
  width: 380px;
  float: none;
  margin-right: 40px;
  position: relative;
  }
}

@media screen and (max-width: 375px) {
  #nav_copy_bottom {
  left: 0px;
  width: 340px;
  margin-right: 40px;
  position: relative;
  }
}

@media screen and (max-width: 360px) {
  #nav_copy_bottom {
  left: 0px;
  width: 330px;
  margin-right: 40px;
  position: relative;
  }
}

@media screen and (max-width: 320px) {
  #nav_copy_bottom {
  left: 0px;
  width: 280px;
  margin-right: 40px;
  padding-top: 225px;
  position: relative;
  }
}

#nav_copy_bottom p {
  font-size: 1.167em;
  line-height: 1.1999em;
  letter-spacing: -0.02em;
  margin-bottom: .4em;
  color: #ffffff;
  position: relative;
}

@media screen and (max-width: 980px) {
  #nav_copy_bottom p {
  font-size: .9em;
  line-height: 1.1em;
  letter-spacing: -0.025em;
  margin-bottom: .1768em;
  color: #ffffff;
  position: relative;
  }
}

@media screen and (max-width: 768px) {
  #nav_copy_bottom p {
  font-size: 1.1em;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  margin-bottom: .2em;
  color: #ffffff;
  position: relative;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
  #nav_copy_bottom p {
  font-size: .9em;
  line-height: .9879em;
  letter-spacing: -0.02em;
  margin-bottom: .2em;
  color: #ffffff;
  position: relative;
  }
}

@media screen and (max-width: 414px) {
  #nav_copy_bottom p {
  font-size: 1em;
  line-height: 1em;
  letter-spacing: -0.02em;
  margin-bottom: .2em;
  color: #ffffff;
  position: relative;
  }
}

@media screen and (max-width: 375px) {
  #nav_copy_bottom p {
  font-size: .9em;
  line-height: .9876em;
  letter-spacing: -0.02em;
  margin-bottom: .2em;
  color: #ffffff;
  position: relative;
  }
}

@media screen and (max-width: 360px) {
  #nav_copy_bottom p {
  font-size: .9em;
  line-height: .9876em;
  letter-spacing: -0.02em;
  margin-bottom: .2em;
  color: #ffffff;
  position: relative;
  }
}

@media screen and (max-width: 320px) {
  #nav_copy_bottom p {
  font-size: .8em;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  margin-bottom: .3em;
  }
}

#main_slideshow {
  top: 0px;
  right: 0px;
  height: 620px;
  max-width: 977px;
  float: right;
  padding: 0px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 980px) {
  #main_slideshow {
  height: auto;
  max-width: 78%;
  float: right;
  }
  #main_slideshow img {
  max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
  #main_slideshow {
  height: auto;
  max-width: 70%;
  float: right;
  }
  #main_slideshow img {
  max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #main_slideshow {
  top: -140px;
  right: 0px;
  height: auto;
  max-width: 100%;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  }
  #main_slideshow img {
  max-width: 100%;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
  #main_slideshow {
  top: -120px;
  right: 0px;
  height: auto;
  max-width: 100%;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  }
  #main_slideshow img {
  max-width: 100%;
  }
}

@media screen and (max-width: 414px) { 
  #main_slideshow {
  top: 0;
  right: 0px;
  height: auto;
  max-width: 100%;
  padding: 0px;
  margin: 0 auto;
  margin-top: -350px;
  position: relative;
  }
  #main_slideshow img {
  max-width: 100%;
  }
}

@media screen and (max-width: 375px) { 
  #main_slideshow {
  right: 0px;
  height: auto;
  max-width: 100%;
  padding: 0px;
  position: relative;
  }
  #main_slideshow img {
  max-width: 100%;
  }
}

@media screen and (max-width: 360px) { 
  #main_slideshow {
  right: 0px;
  height: auto;
  max-width: 100%;
  padding: 0px;
  position: relative;
  }
  #main_slideshow img {
  max-width: 100%;
  }
}

@media screen and (max-width: 320px) { 
  #main_slideshow {
  right: 0px;
  height: auto;
  max-width: 100%;
  margin-top: -340px;
  padding: 0px;
  position: relative;
  }
  #main_slideshow img {
  max-width: 100%;
  }
}

#main_bg_pic {
  top: -516px;
  height: auto;
  max-width: 78%;
  z-index: 0;
  }
  #main_slideshow img {
  max-width: 100%;
  }

@media screen and (max-width: 980px) {
  #main_bg_pic {
  top: -488px;
  height: auto;
  max-width: 78%;
  z-index: 0;
  }
  #main_slideshow img {
  max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
  #main_bg_pic {
  top: -463px;
  height: auto;
  z-index: 0;
  left: 0px;
  }
  #main_slideshow img {
  max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #main_bg_pic {
  top: -288px;
  height: auto;
  z-index: 0;
  left: 0px;
  }
  #main_slideshow img {
  max-width: 100%;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
  #main_bg_pic {
  top: -291px;
  height: auto;
  z-index: 0;
  left: 0px;
  }
  #main_slideshow img {
  max-width: 100%;
  }
}

@media screen and (max-width: 414px) { 
  #main_bg_pic {
  top: -284px;
  height: auto;
  z-index: 0;
  left: 0px;
  }
  #main_slideshow img {
  max-width: 100%;
  }
}

@media screen and (max-width: 375px) { 
  #main_bg_pic {
  top: -284px;
  height: auto;
  z-index: 0;
  left: 0px;
  }
  #main_slideshow img {
  max-width: 100%;
  }
}

@media screen and (max-width: 360px) { 
  #main_bg_pic {
  top: -284px;
  height: auto;
  z-index: 0;
  left: 0px;
  }
  #main_slideshow img {
  max-width: 100%;
  }
}

@media screen and (max-width: 320px) { 
  #main_bg_pic {
  top: -266px;
  height: auto;
  z-index: 0;
  left: 0px;
  }
  #main_slideshow img {
  max-width: 100%;
  }
}

#page_title_copy_sub .alert-success {
  border: 0px !important;
  background-color: #ff5b28 !important;
  font-family:'Bank Gothic W01 Medium' !important;
  font-size: 1.3em !important;
  line-height: .8em !important;
  letter-spacing: -0.02em !important;
  padding: 0.4em 0.4em 0.6em 0.6em !important;
  margin-bottom: .4em !important;
}

#default_text_box {
  float: left;
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 980px) {
  #default_text_box {
    margin-top: 10px;
  }
}

#default_text_box p {
  font-size: 2.545em;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  padding: 0px;
  margin-top: 14px;
  position: relative;
}

#page_title {
  top: 0px;
  max-width: 860px;
  float: left;
  padding: 0px;
  margin-top: 18px;
  position: relative;
  z-index: 4;
}

#page_title h1 {
  font-size: 2.2em;
  line-height: .9em;
  letter-spacing: 0em;
  padding: 0px;
  margin: 0px;
  position: relative;
  color: #ffffff;
}

#page_title_copy p {
  font-size: 1.0781em;
  line-height: 1.2123em;
  letter-spacing: 0.01em;
  margin-top: 20px;
  color: #ffffff;
  position: relative;
}




#page_title_sub {
  top: 0px;
  max-width: 530px;
  padding: 0px;
  margin-top: 40px;
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 980px) {
  #page_title_sub {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  #page_title_sub {
    margin-top: 30px;
  }
}

#page_title_sub h1 {
  font-size: 1.8789em;
  line-height: .8em;
  letter-spacing: -0.02em;
  padding: 0px;
  margin: 0px;
  position: relative;
  color: #ffffff;
}

@media screen and (max-width: 980px) {

  #page_title_sub h1 {
  font-size: 1.8em;
  line-height: .86em;
  letter-spacing: -0.02em
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  position: relative;
  color: #ffffff;
  }
}

@media screen and (max-width: 800px) {
  #page_title_sub h1 {
  font-size: 1.7em;
  line-height: .7em;
  letter-spacing: -0.02em;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  color: #ffffff;
  }
}

@media screen and (max-width: 414px) {
  #page_title_sub h1 {
  font-size: 1.5em;
  line-height: .9em;
  letter-spacing: -0.0245em;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  position: relative;
  color: #ffffff;
  }
}

@media screen and (max-width: 375px) {
  #page_title_sub h1 {
  font-size: 1.445em;
  line-height: .887em;
  letter-spacing: -0.0245em;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  position: relative;
  color: #ffffff;
  }
}

@media screen and (max-width: 360px) {
  #page_title_sub h1 {
  font-size: 1.445em;
  line-height: .887em;
  letter-spacing: -0.0245em;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  position: relative;
  color: #ffffff;
  }
}

@media screen and (max-width: 320px) {
  #page_title_sub h1 {
  font-size: 1.345em;
  line-height: .777em;
  letter-spacing: -0.03555em;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  position: relative;
  color: #ffffff;
  }
}

#page_title_copy_sub {
  max-width: 530px;
  padding-bottom: 60px;
}

#page_title_copy_sub p {
  font-size: 1.0289em;
  line-height: 1.1899em;
  letter-spacing: 0em;
  margin-top: 20px;
  color: #ffffff;
  position: relative;
}

@media screen and (max-width: 980px) {
  #page_title_copy_sub p {
  font-size: 1.01em;
  line-height: 1.044em;
  letter-spacing: 0em;
  margin-top: 20px;
  color: #ffffff;
  position: relative;
  }
}

@media screen and (max-width: 800px) {
  #page_title_copy_sub p {
  font-size: .956em;
  line-height: 1.1em;
  letter-spacing: -0.023em;
  margin-top: 20px;
  color: #ffffff;
  position: relative;
  }
}

@media screen and (max-width: 414px) {
  #page_title_copy_sub p {
  font-size: .9em;
  line-height: 1.298em;
  letter-spacing: -0.023em;
  margin-top: 23px;
  color: #ffffff;
  position: relative;
  }
}

@media screen and (max-width: 375px) {
  #page_title_copy_sub p {
  font-size: .787em;
  line-height: 1.287em;
  letter-spacing: -0.023em;
  margin-top: 20px;
  color: #ffffff;
  position: relative;
  }
}

@media screen and (max-width: 360px) {
  #page_title_copy_sub p {
  font-size: .787em;
  line-height: 1.287em;
  letter-spacing: -0.023em;
  margin-top: 16px;
  color: #ffffff;
  position: relative;
  }
}

@media screen and (max-width: 320px) {
  #page_title_copy_sub p {
  font-size: .734em;
  line-height: 1.200em;
  letter-spacing: 0em;
  margin-top: 16px;
  color: #ffffff;
  position: relative;
  }
}

#page_title_copy_sub a {
  color: #ffffff;
}

#page_title_copy_sub a:hover {
  color: #ffffff;
}

#page_title_copy_sub ul {
  font-size: 1.0289em;
  line-height: 1.1899em;
  letter-spacing: 0em;
  margin-top: 20px;
  color: #ffffff;
  padding: 0em 3em 0em 1.1em;
  font-family: 'Roboto', sans-serif;
  position: relative;
  list-style: disc none;
}

#page_title_copy_sub ul li {
  margin-top: 7px;
}

@media screen and (max-width: 980px) {
  #page_title_copy_sub ul {
  font-size: 1.0289em;
  line-height: 1.1899em;
  letter-spacing: 0em;
  margin-top: 20px;
  color: #ffffff;
  padding: 0em 3em 0em 1.1em;
  font-family: 'Roboto', sans-serif;
  position: relative;
  list-style: disc none;
  }

  #page_title_copy_sub ul li {
  margin-top: 6px;
}

}

@media screen and (max-width: 768px) {
  #page_title_copy_sub ul {
  font-size: 1.0289em;
  line-height: 1.1899em;
  letter-spacing: 0em;
  margin-top: 20px;
  color: #ffffff;
  padding: 0em 3em 0em 1.1em;
  font-family: 'Roboto', sans-serif;
  position: relative;
  list-style: disc none;
  }

  #page_title_copy_sub ul li {
  margin-top: 4px;
}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
  #page_title_copy_sub ul {
  font-size: 1.0289em;
  line-height: 1.1899em;
  letter-spacing: 0em;
  margin-top: 20px;
  color: #ffffff;
  padding: 0em 3em 0em 1.1em;
  font-family: 'Roboto', sans-serif;
  position: relative;
  list-style: disc none;
  }

  #page_title_copy_sub ul li {
  margin-top: 4px;
}

}

@media screen and (max-width: 414px) {
  #page_title_copy_sub ul {
  font-size: .9em;
  line-height: 1.298em;
  letter-spacing: -0.023em;
  margin-top: 20px;
  color: #ffffff;
  padding: 0em 3em 0em 1.1em;
  font-family: 'Roboto', sans-serif;
  position: relative;
  list-style: disc none;
  }

  #page_title_copy_sub ul li {
  margin-top: 4px;
}
}

@media screen and (max-width: 375px) {
  #page_title_copy_sub ul {
  font-size: .787em;
  line-height: 1.287em;
  letter-spacing: -0.023em;
  margin-top: 20px;
  color: #ffffff;
  padding: 0em 3em 0em 1.1em;
  font-family: 'Roboto', sans-serif;
  position: relative;
  list-style: disc none;
  }

  #page_title_copy_sub ul li {
  margin-top: 4px;
}
}

@media screen and (max-width: 360px) {
  #page_title_copy_sub ul {
  font-size: .787em;
  line-height: 1.287em;
  letter-spacing: -0.023em;
  margin-top: 20px;
  color: #ffffff;
  padding: 0em 3em 0em 1.1em;
  font-family: 'Roboto', sans-serif;
  position: relative;
  list-style: disc none;
  }

  #page_title_copy_sub ul li {
  margin-top: 4px;
}
}

@media screen and (max-width: 320px) {
  #page_title_copy_sub ul {
  font-size: .734em;
  line-height: 1.200em;
  letter-spacing: 0em;
  margin-top: 20px;
  color: #ffffff;
  padding: 0em 3em 0em 1.1em;
  font-family: 'Roboto', sans-serif;
  position: relative;
  list-style: disc none;
  }

  #page_title_copy_sub ul li {
  margin-top: 5px;
}
}

#page_title_copy_sub h2 {
  font-size: 1.2em;
  font-family: "Bank Gothic W01 Medium";
  line-height: 1.1899em;
  letter-spacing: 0em;
  margin-top: 20px;
  color: #ffffff;
  position: relative;
}

#taglinebar {
  top: 0px;
  width: 100%;
  height: 80px;
  background: #ff5b28;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
}

@media screen and (max-width: 980px) {
  #taglinebar {
  top: 0px;
  width: 100%;
  height: 58px;
  background: #ff5b28;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media screen and (max-width: 800px) {
  #taglinebar {
  top: 0px;
  width: 100%;
  height: 82px;
  background: #ff5b28;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media screen and (max-width: 768px) {
  #taglinebar {
  top: 0px;
  width: 100%;
  height: 74px;
  background: #ff5b28;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
  #taglinebar {
  top: 0px;
  width: 100%;
  height: 52px;
  background: #ff5b28;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media screen and (max-width: 414px) {
  #taglinebar {
  top: 24px;
  width: 100%;
  height: 64px;
  background: #ff5b28;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media screen and (max-width: 375px) {
  #taglinebar {
  top: 20px;
  width: 100%;
  height: 58px;
  background: #ff5b28;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media screen and (max-width: 360px) {
  #taglinebar {
  top: 0px;
  width: 100%;
  height: 58px;
  background: #ff5b28;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media screen and (max-width: 320px) {
  #taglinebar {
  top: 0px;
  width: 100%;
  height: 52px;
  }
}

#taglinebar_sub {
  top: 0px;
  width: 100%;
  height: 70px;
  background: #ff5b28;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
}

@media screen and (max-width: 980px) {
  #taglinebar_sub {
  top: 0px;
  width: 100%;
  height: 82px;
  background: #ff5b28;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media screen and (max-width: 800px) {
  #taglinebar_sub {
  top: 90px;
  width: 100%;
  height: 82px;
  background: #ff5b28;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media screen and (max-width: 768px) {
  #taglinebar_sub {
  top: 0px;
  width: 100%;
  height: 76px;
  background: #ff5b28;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
  #taglinebar_sub {
  top: 0px;
  width: 100%;
  height: 60px;
  background: #ff5b28;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media screen and (max-width: 414px) {
  #taglinebar_sub {
  top: 0px;
  width: 100%;
  height: 67px;
  background: #ff5b28;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media screen and (max-width: 375px) {
  #taglinebar_sub {
  top: 0px;
  width: 100%;
  height: 64px;
  background: #ff5b28;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media screen and (max-width: 360px) {
  #taglinebar_sub {
  top: 0px;
  width: 100%;
  height: 64px;
  background: #ff5b28;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media screen and (max-width: 320px) {
  #taglinebar_sub {
  top: 0px;
  width: 100%;
  height: 62px;
  }
}

#taglinecentre {
  top: 0px;
  max-width: 1200px;
  height: 80px;
  padding-top: 20px;
  margin: 0 auto;
  position: relative;
}

#taglinecentre_sub {
  top: 0px;
  max-width: 1200px;
  height: 80px;
  padding-top: 10px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 980px) {
  #taglinecentre_sub {
  top: 0px;
  max-width: 700px;
  height: 74px;
  padding-top: 14px;
  margin: 0 auto;
  position: relative;
  }
}

@media screen and (max-width: 800px) {
  #taglinecentre_sub {
  top: 0px;
  max-width: 700px;
  height: 74px;
  padding-top: 10px;
  margin: 0 auto;
  position: relative;
  }
}

@media screen and (max-width: 414px) { 
  #taglinecentre_sub {
  top: 0px;
  max-width: 700px;
  height: 82px;
  padding-top: 4px;
  margin: 0 auto;
  position: relative;
  }
}

@media screen and (max-width: 375px) { 
  #taglinecentre_sub {
  top: 0px;
  max-width: 700px;
  height: 82px;
  padding-top: 4px;
  margin: 0 auto;
  position: relative;
  }
}

@media screen and (max-width: 360px) { 
  #taglinecentre_sub {
  top: 0px;
  max-width: 700px;
  height: 82px;
  padding-top: 4px;
  margin: 0 auto;
  position: relative;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
  #taglinecentre_sub {
  top: 0px;
  max-width: 700px;
  height: 80px;
  padding-top: 4px;
  margin: 0 auto;
  position: relative;
  }
}

@media screen and (max-width: 320px) { 
  #taglinecentre_sub {
  top: 0px;
  max-width: 700px;
  height: 82px;
  padding-top: 4px;
  margin: 0 auto;
  position: relative;
  }
}

@media screen and (max-width: 980px) {
  #taglinecentre {
  top: 0px;
  max-width: 900px;
  height: 58px;
  padding-top: 10px;
  margin: 0 auto;
  position: relative;
  }
}

@media screen and (max-width: 800px) {
  #taglinecentre {
  top: 0px;
  max-width: 700px;
  height: 74px;
  padding-top: 10px;
  margin: 0 auto;
  position: relative;
  }
}

@media screen and (max-width: 768px) {
  #taglinecentre {
  top: 0px;
  max-width: 768px;
  height: 74px;
  padding-top: 8px;
  margin: 0 auto;
  position: relative;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
  #taglinecentre {
  top: 0px;
  max-width: 528px;
  height: 74px;
  padding-top: 6px;
  margin: 0 auto;
  position: relative;
  }
}

@media screen and (max-width: 414px) {
  #taglinecentre {
  top: 0px;
  max-width: 414px;
  height: 78px;
  padding-top: 10px;
  margin: 0 auto;
  position: relative;
  }
}

@media screen and (max-width: 375px) {
  #taglinecentre {
  top: 0px;
  max-width: 375px;
  height: 74px;
  padding-top: 8px;
  margin: 0 auto;
  position: relative;
  }
}

@media screen and (max-width: 360px) {
  #taglinecentre {
  top: 0px;
  max-width: 360px;
  height: 74px;
  padding-top: 8px;
  margin: 0 auto;
  position: relative;
  }
}

@media screen and (max-width: 320px) {
  #taglinecentre {
  top: 0px;
  max-width: 320px;
  height: 74px;
  padding-top: 8px;
  margin: 0 auto;
  position: relative;
  }
}

#tagline_text h1{
  font-size: 2.3em;
  line-height: 0.9em;
  letter-spacing: 0em;
  right: 0px;
  color: #ffffff;
  text-align: center;
  }


@media screen and (max-width: 980px) {
  #tagline_text h1{
  font-size: 1.9567em;
  line-height: .92345em;
  letter-spacing: 0.01em;
  right: 0px;
  color: #ffffff;
  text-align: center;
  }
}

@media screen and (max-width: 800px) {
  #tagline_text h1{
  font-size: 2.1em;
  line-height: 0.78em;
  letter-spacing: 0.03em;
  right: 0px;
  color: #ffffff;
  text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #tagline_text h1{
  font-size: 2.1em;
  line-height: 0.78em;
  letter-spacing: 0.01em;
  right: 0px;
  color: #ffffff;
  text-align: center;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
  #tagline_text h1{
  font-size: 1.456em;
  line-height: 0.8em;
  letter-spacing: 0.145em;
  right: 0px;
  color: #ffffff;
  text-align: center;
  }
}

@media screen and (max-width: 414px) {
  #tagline_text h1{
  font-size: 1.5em;
  line-height: 0.8em;
  letter-spacing: 0em;
  right: 0px;
  color: #ffffff;
  text-align: center;
  }
}

@media screen and (max-width: 375px) {
  #tagline_text h1{
  font-size: 1.4em;
  line-height: 0.779em;
  letter-spacing: 0em;
  right: 0px;
  color: #ffffff;
  text-align: center;
  }
}

@media screen and (max-width: 360px) {
  #tagline_text h1{
  font-size: 1.354em;
  line-height: 0.879em;
  letter-spacing: 0em;
  right: 0px;
  color: #ffffff;
  text-align: center;
  }
}

@media screen and (max-width: 320px) {
  #tagline_text h1{
  font-size: 1.145em;
  line-height: 0.8em;
  letter-spacing: 0.0324em;
  }
}

#tagline_text_sub h1{
  font-size: 1.99em;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  right: 0px;
  color: #000000;
  text-align: center;
}

@media screen and (max-width: 980px) {
  #tagline_text_sub h1{
  font-size: 2.0em;
  line-height: 0.7em;
  letter-spacing: 0.03em;
  right: 0px;
  color: #000000;
  text-align: center;
  }
}

@media screen and (max-width: 800px) {
  #tagline_text_sub h1{
  font-size: 2.0em;
  line-height: 0.7em;
  letter-spacing: 0.03em;
  right: 0px;
  color: #000000;
  padding-top: 4px;
  text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #tagline_text_sub h1{
  font-size: 2.0em;
  line-height: 0.7em;
  letter-spacing: 0.03em;
  right: 0px;
  color: #000000;
  padding-top: 1px;
  text-align: center;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
  #tagline_text_sub h1{
  font-size: 1.456em;
  line-height: 0.7456em;
  letter-spacing: 0.03em;
  right: 0px;
  color: #000000;
  padding-top: 4px;
  text-align: center;
  }
}

@media screen and (max-width: 414px) { 
  #tagline_text_sub h1{
  font-size: 1.289em;
  line-height: 0.77em;
  letter-spacing: 0em;
  right: 0px;
  color: #000000;
  text-align: center;
  }
}

@media screen and (max-width: 375px) { 
  #tagline_text_sub h1{
  font-size: 1.289em;
  line-height: 0.77em;
  letter-spacing: 0em;
  right: 0px;
  color: #000000;
  text-align: center;
  }
}

@media screen and (max-width: 360px) { 
  #tagline_text_sub h1{
  font-size: 1.289em;
  line-height: 0.7345em;
  letter-spacing: 0em;
  right: 0px;
  color: #000000;
  text-align: center;
  }
}

@media screen and (max-width: 320px) { 
  #tagline_text_sub h1{
  font-size: 1.1768em;
  line-height: 0.8em;
  letter-spacing: -0.0234em;
  right: 0px;
  color: #000000;
  text-align: center;
  }
}

#tagline_bottom {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 980px) {
  #tagline_bottom {
  max-width: 700px;
  float: left;
  position: relative;
  }
}

@media screen and (max-width: 800px) {
  #tagline_bottom {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  }
}

@media screen and (max-width: 768px) {
  #tagline_bottom {
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  }
}

#tagline_bottom h1 {
  font-size: 4em;
  line-height: .645em;
  letter-spacing: 0em;
  padding-top: 28px;
  margin: 0px;
  color: #ffffff;
  position: relative;
}

@media screen and (max-width: 980px) {
  #tagline_bottom h1 {
  font-size: 1.9345em;
  line-height: .8em;
  letter-spacing: 0em;
  float: left;
  padding: 16px 0px 0px 22px;
  margin: 0px;
  color: #ffffff;
  position: relative;
  }
}

@media screen and (max-width: 800px) {
  #tagline_bottom h1 {
  font-size: 2.2em;
  line-height: .8em;
  letter-spacing: 0.001em;
  float: left;
  padding: 15px 0px 0px 10px;
  margin: 0px;
  color: #ffffff;
  position: relative;
  }
}

@media screen and (max-width: 768px) {
  #tagline_bottom h1 {
  font-size: 2.2em;
  line-height: .8em;
  letter-spacing: 0.001em;
  float: left;
  padding: 15px 0px 0px 0px;
  margin: 0px;
  color: #ffffff;
  position: relative;
  text-align: center;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
  #tagline_bottom h1 {
  font-size: 1.345em;
  line-height: .934em;
  letter-spacing: 0.0245em;
  float: left;
  padding: 14px 0px 0px 0px;
  margin: 0px;
  color: #ffffff;
  position: relative;
  text-align: center;
  }
}

@media screen and (max-width: 414px) {
  #tagline_bottom h1 {
  font-size: 1.4em;
  line-height: .900em;
  letter-spacing: -0.017em;
  float: left;
  padding: 11px 0px 0px 0px;
  margin: 0px;
  color: #ffffff;
  position: relative;
  text-align: center;
  }
}

@media screen and (max-width: 375px) {
  #tagline_bottom h1 {
  font-size: 1.3em;
  line-height: .90em;
  letter-spacing: -0.023em;
  float: left;
  padding: 10px 0px 0px 0px;
  margin: 0px;
  color: #ffffff;
  position: relative;
  text-align: center;
  }
}

@media screen and (max-width: 360px) {
  #tagline_bottom h1 {
  font-size: 1.3em;
  line-height: .934em;
  letter-spacing: -0.023em;
  float: left;
  padding: 10px 0px 0px 0px;
  margin: 0px;
  color: #ffffff;
  position: relative;
  text-align: center;
  }
}

@media screen and (max-width: 320px) {
  #tagline_bottom h1 {
  font-size: 1.2em;
  line-height: .845em;
  letter-spacing: -0.033em;
  }
}

#footercentre {
  max-width: 1200px;
  height: 190px;
  padding: 0px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 980px) {
  #footercentre {
  max-width: 980px;
  height: 130px;
  padding: 0px;
  position: relative;
  }
}

@media screen and (max-width: 800px) {
  #footercentre {
  max-width: 768px;
  height: 130px;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  }
}

@media screen and (max-width: 768px) {
  #footercentre {
  max-width: 768px;
  height: 130px;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  }
}

@media screen and (max-width: 414px) {
  #footercentre {
  top: 22px;
  max-width: 414px;
  height: 70px;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  }
}

@media screen and (max-width: 375px) {
  #footercentre {
  top: 19px;
  max-width: 375px;
  height: 80px;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  }
}

@media screen and (max-width: 360px) {
  #footercentre {
  top: 0px;
  max-width: 360px;
  height: 80px;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  }
}

@media screen and (max-width: 320px) {
  #footercentre {
  top: 0px;
  max-width: 300px;
  height: 80px;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  }
}

#footercentre2 {
  max-width: 1200px;
  height: 40px;
  padding: 0px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 980px) {
#footercentre2 {
  top: 0px;
  width: 100%;
  height: 40px;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media screen and (max-width: 800px) {
#footercentre2 {
  top: 30px;
  width: 100%;
  height: 110px;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media screen and (max-width: 768px) {
#footercentre2 {
  top: 0px;
  width: 100%;
  height: 40px;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media screen and (max-width: 414px) {
#footercentre2 {
  top: 0px;
  width: 100%;
  height: 20px;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media screen and (max-width: 375px) {
#footercentre2 {
  top: 0px;
  width: 100%;
  height: 28px;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media screen and (max-width: 360px) {
#footercentre2 {
  top: 0px;
  width: 100%;
  height: 28px;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

@media screen and (max-width: 320px) {
#footercentre2 {
  top: 0px;
  width: 100%;
  height: 23px;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

#site_by {
  width: 170px;
  height: 20px;
  padding: 0px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

@media screen and (max-width: 414px) {
  #site_by {
  width: 160px;
  height: 34px;
  padding-top: 62px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  }
}

@media screen and (max-width: 375px) {
  #site_by {
  width: 154px;
  height: 20px;
  padding-top: 14px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  }
}

@media screen and (max-width: 360px) {
  #site_by {
  width: 133px;
  height: 20px;
  padding-top: 14px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  }
}

#site_by p {
  font-size: .6em;
  line-height: .5em;
  letter-spacing: -0.01em;
  color: #ffffff;
}

@media screen and (max-width: 414px) {
  #site_by p {
  font-size: .6em;
  line-height: .5em;
  letter-spacing: 0em;
  color: #ffffff;
  }
}

@media screen and (max-width: 375px) {
  #site_by p {
  font-size: .5em;
  line-height: .5em;
  letter-spacing: 0em;
  color: #ffffff;
  }
}

@media screen and (max-width: 360px) {
  #site_by p {
  font-size: .5em;
  line-height: .5em;
  letter-spacing: -0.0134em;
  color: #ffffff;
  }
}

#site_by a {
  font-size: .9em;
  line-height: .5em;
  letter-spacing: -0.01em;
  color: #ff5b28;
  text-decoration: none;
}

#site_by a:hover {
  color: #ffffff;
}

footer {
  width: 100%;
  height: 190px;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
}

@media screen and (max-width: 768px) {
  footer {
  width: 100%;
  height: 110px;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  }
}

#footer2 {
  width: 100%;
  height: 40px;
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
}

.image-gallery {
  overflow: hidden;
  margin-top: 1em;
}

.image-gallery .image {
  float: left;
  max-width: 120px;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.image-gallery .image img {
  display: block;
  max-width: 100%;
}

#page_title_copy_sub label {
  font-size: 1.2em;
  font-family: "Bank Gothic W01 Medium";
  line-height: 1.1899em;
  letter-spacing: 0em;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #ffffff;
  position: relative;
}

/* owen edits */
.our-work-gallery {
    margin: 20px 0 50px;
    display: inline-block;
}
.imagePopup img {
    width: calc(25% - 20px);
    display: block;
    float: left;
    margin: 10px;
    height: 170px;
    object-fit: cover;
}
.our-work-gallery hr {
    clear: both;
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}
.our-work-gallery h2 {
    display: block;
    margin: 20px 10px;
    background: #e95a25;
    color: #fff;
    font-size: 30px;
    padding: 10px;
    width: calc(25% - 20px);    
    font-family: 'Bank Gothic W01 Medium';
}

.our-work-gallery p {
    font-size: 16px !important;
    color: #fff;
    margin: 0 10px 20px;
}

@media screen and (max-width: 1200px) {
    .imagePopup img { height: 14vw;}
    .our-work-gallery h2 { font-size: 2.5vw; }
}

@media screen and (max-width: 980px){
    .our-work { width: 100vw; }
    .our-work-gallery h2 { font-size: 22px; width: 200px; }
    main { overflow-x: hidden; }
    #nav ul { margin-top: 10px; }
    #tagline_text_sub h1 { line-height: 1 !important; padding: 20px 30px !important; height: auto !important;  }
    #taglinebar_sub, #taglinecentre_sub { height: auto !important; }
}

@media screen and (max-width: 767px){
    .imagePopup img { width: calc(50% - 20px); height: 28vw;}
    #phone { width: 200px; margin-top: 32px; }
    #phone h1 { line-height: 1;  }
}

@media screen and (max-width: 414px){
    #nav ul { margin-top: 0px; }
    #nav ul li a { width: 100%; }
}