@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url("https://use.typekit.net/prj4cqz.css");
@font-face {
  font-family: 'DinMedium';
  src: url('/fonts/dincomp-medium-webfont.eot');
  src: url('/fonts/dincomp-medium-webfont.eot?#iefix') 
format('embedded-opentype'), url('/fonts/dincomp-medium-webfont.woff') format('woff'), 
url('/fonts/dincomp-medium-webfont.ttf') 
format('truetype'), url('/fonts/dincomp-medium-webfont.svg') format('svg');
}


.seoh1header {
  font-size: 13px !important;
  text-transform: uppercase;
  font-family: lato, Lato;
  letter-spacing: 1px;
}
.video-showreel-button-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.video-showreel-button {
  position: absolute;
  top: 25vh;
  right: 10vw;
  width: 80px;
  height: 80px;
}
.video-showreel-button img {
  transition: margin-top 0.9s, filter 0.9s;
}
@media(min-width:670px) {
  .video-showreel-button {
    top: 200px;
    right: 15vw;
    width: 117px;
    height: 117px;
  }
}
.video-showreel-button img:hover {
  margin-top: -10px;
  -webkit-filter: brightness(110%);
}

.studioiconpadding {
  padding-left: 50px;
  padding-right: 50px;
}
.slightpaddingtop2 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.portfoliolist {
  margin-left: 0 !important;
  list-style-position: inside;
}
.portfoliolist li {
  list-style-position: inside;
  border-bottom: 1px solid grey;
  padding-top: 8px;
  padding-bottom: 6px;
  list-style: none;
  text-align: left;
  margin-left: -30px;
}
/*Honey pot hidden field for spam on forms*/
.job {
  z-index: -20;
  position: absolute;
  left: -30000px;
}
p em {
  font-weight: 300;
  font-style: italic;
}
.smallerlist li {
  font-size: 14px !important;
  line-height: 15px;
}
.paperbackground {
  background-image: url(../images/paperwhite.jpg);
  background-size: contain;
  padding-bottom: 30px;
  background-repeat: repeat;
}
.teambackground {
    background-image: url(../team/teambackground.jpg);
    background-size: cover;
    /* [disabled]padding-bottom: 30px; */
    background-repeat: repeat;
}
.contactpaddingtop {
  padding-top: 70px;
  padding-bottom: 100px;
  margin-bottom: -40px;
}
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
 Bottom CTA for phone and enquire
 */
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.totop {
  width: 33.33333333333%;
  background-color: #000;
  text-align: center;
  display: none;
  float: left;
  -webkit-transition: background-color 0.3s; /* Safari prior 6.1 */
  transition: background-color 0.3s;
}
.totop:hover, .totop:focus {
  background-color: #555;
}
.totop a {
  color: white;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 20px;
  display: block;
}
.phonebutton {
  width: 33.33333333333%;
  background-color: #C2DDDA;
  text-align: center;
  float: left;
  -webkit-transition: background-color 0.3s; /* Safari prior 6.1 */
  transition: background-color 0.3s;
}
.phonebutton:hover, .phonebutton:focus {
  background-color: #76C4B6;
}
.phonebutton a {
  color: #000;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 10px;
  display: block;
}
.enquirebottombutton {
  width: 33.33333333333%;
  background-color: #F85755;
  text-align: center;
  float: left;
  -webkit-transition: background-color 0.3s; /* Safari prior 6.1 */
  transition: background-color 0.3s;
}
.enquirebottombutton:hover, .enquirebottombutton:focus {
  background-color: #fff;
}
.enquirebottombutton a {
  color: #000;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 20px;
  display: block;
}
.enquirebottombutton .glyphicon{
color:#fff!important;
    }
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .totop {
    position: fixed;
    bottom: 0px;
    right: 480px;
    width: 120px;
    background-color: #000;
    z-index: 100000;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    text-align: center;
    display: none;
  }
  .totop a {
    color: white;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    padding: 7px 20px;
    display: block;
  }
  .phonebutton {
    position: fixed;
    bottom: 0px;
    width: 150px;
    right: 330px;
    background-color: #C2DDDA;
    z-index: 100000;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    text-align: center;
  }
  .phonebutton a {
    color: #000;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    padding: 7px 10px;
    padding-left: -10px;
    display: block;
  }
  .enquirebottombutton {
    position: fixed;
    bottom: 0px;
    width: 120px;
    right: 220px;
    background-color: #F85755;
    z-index: 100000;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    text-align: center;
  }
  .enquirebottombutton a {
    color: #fff;
      font-weight:bold;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    padding: 7px 20px;
    display: block;
  }
  #totoptop {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100001;
    height: 2px;
  }
  #formilla-chat-button {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}
/* ============================================================
  animation on scroll
============================================================ */
[data-aos][data-aos][data-aos-duration='50'], body[data-aos-duration='50'] [data-aos] {
  transition-duration: 50ms
}
[data-aos][data-aos][data-aos-delay='50'], body[data-aos-delay='50'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='50'].aos-animate, body[data-aos-delay='50'] [data-aos].aos-animate {
  transition-delay: 50ms
}
[data-aos][data-aos][data-aos-duration='100'], body[data-aos-duration='100'] [data-aos] {
  transition-duration: .1s
}
[data-aos][data-aos][data-aos-delay='100'], body[data-aos-delay='100'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='100'].aos-animate, body[data-aos-delay='100'] [data-aos].aos-animate {
  transition-delay: .1s
}
[data-aos][data-aos][data-aos-duration='150'], body[data-aos-duration='150'] [data-aos] {
  transition-duration: .15s
}
[data-aos][data-aos][data-aos-delay='150'], body[data-aos-delay='150'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='150'].aos-animate, body[data-aos-delay='150'] [data-aos].aos-animate {
  transition-delay: .15s
}
[data-aos][data-aos][data-aos-duration='200'], body[data-aos-duration='200'] [data-aos] {
  transition-duration: .2s
}
[data-aos][data-aos][data-aos-delay='200'], body[data-aos-delay='200'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='200'].aos-animate, body[data-aos-delay='200'] [data-aos].aos-animate {
  transition-delay: .2s
}
[data-aos][data-aos][data-aos-duration='250'], body[data-aos-duration='250'] [data-aos] {
  transition-duration: .25s
}
[data-aos][data-aos][data-aos-delay='250'], body[data-aos-delay='250'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='250'].aos-animate, body[data-aos-delay='250'] [data-aos].aos-animate {
  transition-delay: .25s
}
[data-aos][data-aos][data-aos-duration='300'], body[data-aos-duration='300'] [data-aos] {
  transition-duration: .3s
}
[data-aos][data-aos][data-aos-delay='300'], body[data-aos-delay='300'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='300'].aos-animate, body[data-aos-delay='300'] [data-aos].aos-animate {
  transition-delay: .3s
}
[data-aos][data-aos][data-aos-duration='350'], body[data-aos-duration='350'] [data-aos] {
  transition-duration: .35s
}
[data-aos][data-aos][data-aos-delay='350'], body[data-aos-delay='350'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='350'].aos-animate, body[data-aos-delay='350'] [data-aos].aos-animate {
  transition-delay: .35s
}
[data-aos][data-aos][data-aos-duration='400'], body[data-aos-duration='400'] [data-aos] {
  transition-duration: .4s
}
[data-aos][data-aos][data-aos-delay='400'], body[data-aos-delay='400'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='400'].aos-animate, body[data-aos-delay='400'] [data-aos].aos-animate {
  transition-delay: .4s
}
[data-aos][data-aos][data-aos-duration='450'], body[data-aos-duration='450'] [data-aos] {
  transition-duration: .45s
}
[data-aos][data-aos][data-aos-delay='450'], body[data-aos-delay='450'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='450'].aos-animate, body[data-aos-delay='450'] [data-aos].aos-animate {
  transition-delay: .45s
}
[data-aos][data-aos][data-aos-duration='500'], body[data-aos-duration='500'] [data-aos] {
  transition-duration: .5s
}
[data-aos][data-aos][data-aos-delay='500'], body[data-aos-delay='500'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='500'].aos-animate, body[data-aos-delay='500'] [data-aos].aos-animate {
  transition-delay: .5s
}
[data-aos][data-aos][data-aos-duration='550'], body[data-aos-duration='550'] [data-aos] {
  transition-duration: .55s
}
[data-aos][data-aos][data-aos-delay='550'], body[data-aos-delay='550'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='550'].aos-animate, body[data-aos-delay='550'] [data-aos].aos-animate {
  transition-delay: .55s
}
[data-aos][data-aos][data-aos-duration='600'], body[data-aos-duration='600'] [data-aos] {
  transition-duration: .6s
}
[data-aos][data-aos][data-aos-delay='600'], body[data-aos-delay='600'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='600'].aos-animate, body[data-aos-delay='600'] [data-aos].aos-animate {
  transition-delay: .6s
}
[data-aos][data-aos][data-aos-duration='650'], body[data-aos-duration='650'] [data-aos] {
  transition-duration: .65s
}
[data-aos][data-aos][data-aos-delay='650'], body[data-aos-delay='650'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='650'].aos-animate, body[data-aos-delay='650'] [data-aos].aos-animate {
  transition-delay: .65s
}
[data-aos][data-aos][data-aos-duration='700'], body[data-aos-duration='700'] [data-aos] {
  transition-duration: .7s
}
[data-aos][data-aos][data-aos-delay='700'], body[data-aos-delay='700'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='700'].aos-animate, body[data-aos-delay='700'] [data-aos].aos-animate {
  transition-delay: .7s
}
[data-aos][data-aos][data-aos-duration='750'], body[data-aos-duration='750'] [data-aos] {
  transition-duration: .75s
}
[data-aos][data-aos][data-aos-delay='750'], body[data-aos-delay='750'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='750'].aos-animate, body[data-aos-delay='750'] [data-aos].aos-animate {
  transition-delay: .75s
}
[data-aos][data-aos][data-aos-duration='800'], body[data-aos-duration='800'] [data-aos] {
  transition-duration: .8s
}
[data-aos][data-aos][data-aos-delay='800'], body[data-aos-delay='800'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='800'].aos-animate, body[data-aos-delay='800'] [data-aos].aos-animate {
  transition-delay: .8s
}
[data-aos][data-aos][data-aos-duration='850'], body[data-aos-duration='850'] [data-aos] {
  transition-duration: .85s
}
[data-aos][data-aos][data-aos-delay='850'], body[data-aos-delay='850'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='850'].aos-animate, body[data-aos-delay='850'] [data-aos].aos-animate {
  transition-delay: .85s
}
[data-aos][data-aos][data-aos-duration='900'], body[data-aos-duration='900'] [data-aos] {
  transition-duration: .9s
}
[data-aos][data-aos][data-aos-delay='900'], body[data-aos-delay='900'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='900'].aos-animate, body[data-aos-delay='900'] [data-aos].aos-animate {
  transition-delay: .9s
}
[data-aos][data-aos][data-aos-duration='950'], body[data-aos-duration='950'] [data-aos] {
  transition-duration: .95s
}
[data-aos][data-aos][data-aos-delay='950'], body[data-aos-delay='950'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='950'].aos-animate, body[data-aos-delay='950'] [data-aos].aos-animate {
  transition-delay: .95s
}
[data-aos][data-aos][data-aos-duration='1000'], body[data-aos-duration='1000'] [data-aos] {
  transition-duration: 1s
}
[data-aos][data-aos][data-aos-delay='1000'], body[data-aos-delay='1000'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='1000'].aos-animate, body[data-aos-delay='1000'] [data-aos].aos-animate {
  transition-delay: 1s
}
[data-aos][data-aos][data-aos-duration='1050'], body[data-aos-duration='1050'] [data-aos] {
  transition-duration: 1.05s
}
[data-aos][data-aos][data-aos-delay='1050'], body[data-aos-delay='1050'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='1050'].aos-animate, body[data-aos-delay='1050'] [data-aos].aos-animate {
  transition-delay: 1.05s
}
[data-aos][data-aos][data-aos-duration='1100'], body[data-aos-duration='1100'] [data-aos] {
  transition-duration: 1.1s
}
[data-aos][data-aos][data-aos-delay='1100'], body[data-aos-delay='1100'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='1100'].aos-animate, body[data-aos-delay='1100'] [data-aos].aos-animate {
  transition-delay: 1.1s
}
[data-aos][data-aos][data-aos-duration='1150'], body[data-aos-duration='1150'] [data-aos] {
  transition-duration: 1.15s
}
[data-aos][data-aos][data-aos-delay='1150'], body[data-aos-delay='1150'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='1150'].aos-animate, body[data-aos-delay='1150'] [data-aos].aos-animate {
  transition-delay: 1.15s
}
[data-aos][data-aos][data-aos-duration='1200'], body[data-aos-duration='1200'] [data-aos] {
  transition-duration: 1.2s
}
[data-aos][data-aos][data-aos-delay='1200'], body[data-aos-delay='1200'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='1200'].aos-animate, body[data-aos-delay='1200'] [data-aos].aos-animate {
  transition-delay: 1.2s
}
[data-aos][data-aos][data-aos-duration='1250'], body[data-aos-duration='1250'] [data-aos] {
  transition-duration: 1.25s
}
[data-aos][data-aos][data-aos-delay='1250'], body[data-aos-delay='1250'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='1250'].aos-animate, body[data-aos-delay='1250'] [data-aos].aos-animate {
  transition-delay: 1.25s
}
[data-aos][data-aos][data-aos-duration='1300'], body[data-aos-duration='1300'] [data-aos] {
  transition-duration: 1.3s
}
[data-aos][data-aos][data-aos-delay='1300'], body[data-aos-delay='1300'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='1300'].aos-animate, body[data-aos-delay='1300'] [data-aos].aos-animate {
  transition-delay: 1.3s
}
[data-aos][data-aos][data-aos-duration='1350'], body[data-aos-duration='1350'] [data-aos] {
  transition-duration: 1.35s
}
[data-aos][data-aos][data-aos-delay='1350'], body[data-aos-delay='1350'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='1350'].aos-animate, body[data-aos-delay='1350'] [data-aos].aos-animate {
  transition-delay: 1.35s
}
[data-aos][data-aos][data-aos-duration='1400'], body[data-aos-duration='1400'] [data-aos] {
  transition-duration: 1.4s
}
[data-aos][data-aos][data-aos-delay='1400'], body[data-aos-delay='1400'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='1400'].aos-animate, body[data-aos-delay='1400'] [data-aos].aos-animate {
  transition-delay: 1.4s
}
[data-aos][data-aos][data-aos-duration='1450'], body[data-aos-duration='1450'] [data-aos] {
  transition-duration: 1.45s
}
[data-aos][data-aos][data-aos-delay='1450'], body[data-aos-delay='1450'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='1450'].aos-animate, body[data-aos-delay='1450'] [data-aos].aos-animate {
  transition-delay: 1.45s
}
[data-aos][data-aos][data-aos-duration='1500'], body[data-aos-duration='1500'] [data-aos] {
  transition-duration: 1.5s
}
[data-aos][data-aos][data-aos-delay='1500'], body[data-aos-delay='1500'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='1500'].aos-animate, body[data-aos-delay='1500'] [data-aos].aos-animate {
  transition-delay: 1.5s
}
[data-aos][data-aos][data-aos-duration='1550'], body[data-aos-duration='1550'] [data-aos] {
  transition-duration: 1.55s
}
[data-aos][data-aos][data-aos-delay='1550'], body[data-aos-delay='1550'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='1550'].aos-animate, body[data-aos-delay='1550'] [data-aos].aos-animate {
  transition-delay: 1.55s
}
[data-aos][data-aos][data-aos-duration='1600'], body[data-aos-duration='1600'] [data-aos] {
  transition-duration: 1.6s
}
[data-aos][data-aos][data-aos-delay='1600'], body[data-aos-delay='1600'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='1600'].aos-animate, body[data-aos-delay='1600'] [data-aos].aos-animate {
  transition-delay: 1.6s
}
[data-aos][data-aos][data-aos-duration='1650'], body[data-aos-duration='1650'] [data-aos] {
  transition-duration: 1.65s
}
[data-aos][data-aos][data-aos-delay='1650'], body[data-aos-delay='1650'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='1650'].aos-animate, body[data-aos-delay='1650'] [data-aos].aos-animate {
  transition-delay: 1.65s
}
[data-aos][data-aos][data-aos-duration='1700'], body[data-aos-duration='1700'] [data-aos] {
  transition-duration: 1.7s
}
[data-aos][data-aos][data-aos-delay='1700'], body[data-aos-delay='1700'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='1700'].aos-animate, body[data-aos-delay='1700'] [data-aos].aos-animate {
  transition-delay: 1.7s
}
[data-aos][data-aos][data-aos-duration='1750'], body[data-aos-duration='1750'] [data-aos] {
  transition-duration: 1.75s
}
[data-aos][data-aos][data-aos-delay='1750'], body[data-aos-delay='1750'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='1750'].aos-animate, body[data-aos-delay='1750'] [data-aos].aos-animate {
  transition-delay: 1.75s
}
[data-aos][data-aos][data-aos-duration='1800'], body[data-aos-duration='1800'] [data-aos] {
  transition-duration: 1.8s
}
[data-aos][data-aos][data-aos-delay='1800'], body[data-aos-delay='1800'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='1800'].aos-animate, body[data-aos-delay='1800'] [data-aos].aos-animate {
  transition-delay: 1.8s
}
[data-aos][data-aos][data-aos-duration='1850'], body[data-aos-duration='1850'] [data-aos] {
  transition-duration: 1.85s
}
[data-aos][data-aos][data-aos-delay='1850'], body[data-aos-delay='1850'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='1850'].aos-animate, body[data-aos-delay='1850'] [data-aos].aos-animate {
  transition-delay: 1.85s
}
[data-aos][data-aos][data-aos-duration='1900'], body[data-aos-duration='1900'] [data-aos] {
  transition-duration: 1.9s
}
[data-aos][data-aos][data-aos-delay='1900'], body[data-aos-delay='1900'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='1900'].aos-animate, body[data-aos-delay='1900'] [data-aos].aos-animate {
  transition-delay: 1.9s
}
[data-aos][data-aos][data-aos-duration='1950'], body[data-aos-duration='1950'] [data-aos] {
  transition-duration: 1.95s
}
[data-aos][data-aos][data-aos-delay='1950'], body[data-aos-delay='1950'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='1950'].aos-animate, body[data-aos-delay='1950'] [data-aos].aos-animate {
  transition-delay: 1.95s
}
[data-aos][data-aos][data-aos-duration='2000'], body[data-aos-duration='2000'] [data-aos] {
  transition-duration: 2s
}
[data-aos][data-aos][data-aos-delay='2000'], body[data-aos-delay='2000'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='2000'].aos-animate, body[data-aos-delay='2000'] [data-aos].aos-animate {
  transition-delay: 2s
}
[data-aos][data-aos][data-aos-duration='2050'], body[data-aos-duration='2050'] [data-aos] {
  transition-duration: 2.05s
}
[data-aos][data-aos][data-aos-delay='2050'], body[data-aos-delay='2050'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='2050'].aos-animate, body[data-aos-delay='2050'] [data-aos].aos-animate {
  transition-delay: 2.05s
}
[data-aos][data-aos][data-aos-duration='2100'], body[data-aos-duration='2100'] [data-aos] {
  transition-duration: 2.1s
}
[data-aos][data-aos][data-aos-delay='2100'], body[data-aos-delay='2100'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='2100'].aos-animate, body[data-aos-delay='2100'] [data-aos].aos-animate {
  transition-delay: 2.1s
}
[data-aos][data-aos][data-aos-duration='2150'], body[data-aos-duration='2150'] [data-aos] {
  transition-duration: 2.15s
}
[data-aos][data-aos][data-aos-delay='2150'], body[data-aos-delay='2150'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='2150'].aos-animate, body[data-aos-delay='2150'] [data-aos].aos-animate {
  transition-delay: 2.15s
}
[data-aos][data-aos][data-aos-duration='2200'], body[data-aos-duration='2200'] [data-aos] {
  transition-duration: 2.2s
}
[data-aos][data-aos][data-aos-delay='2200'], body[data-aos-delay='2200'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='2200'].aos-animate, body[data-aos-delay='2200'] [data-aos].aos-animate {
  transition-delay: 2.2s
}
[data-aos][data-aos][data-aos-duration='2250'], body[data-aos-duration='2250'] [data-aos] {
  transition-duration: 2.25s
}
[data-aos][data-aos][data-aos-delay='2250'], body[data-aos-delay='2250'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='2250'].aos-animate, body[data-aos-delay='2250'] [data-aos].aos-animate {
  transition-delay: 2.25s
}
[data-aos][data-aos][data-aos-duration='2300'], body[data-aos-duration='2300'] [data-aos] {
  transition-duration: 2.3s
}
[data-aos][data-aos][data-aos-delay='2300'], body[data-aos-delay='2300'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='2300'].aos-animate, body[data-aos-delay='2300'] [data-aos].aos-animate {
  transition-delay: 2.3s
}
[data-aos][data-aos][data-aos-duration='2350'], body[data-aos-duration='2350'] [data-aos] {
  transition-duration: 2.35s
}
[data-aos][data-aos][data-aos-delay='2350'], body[data-aos-delay='2350'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='2350'].aos-animate, body[data-aos-delay='2350'] [data-aos].aos-animate {
  transition-delay: 2.35s
}
[data-aos][data-aos][data-aos-duration='2400'], body[data-aos-duration='2400'] [data-aos] {
  transition-duration: 2.4s
}
[data-aos][data-aos][data-aos-delay='2400'], body[data-aos-delay='2400'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='2400'].aos-animate, body[data-aos-delay='2400'] [data-aos].aos-animate {
  transition-delay: 2.4s
}
[data-aos][data-aos][data-aos-duration='2450'], body[data-aos-duration='2450'] [data-aos] {
  transition-duration: 2.45s
}
[data-aos][data-aos][data-aos-delay='2450'], body[data-aos-delay='2450'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='2450'].aos-animate, body[data-aos-delay='2450'] [data-aos].aos-animate {
  transition-delay: 2.45s
}
[data-aos][data-aos][data-aos-duration='2500'], body[data-aos-duration='2500'] [data-aos] {
  transition-duration: 2.5s
}
[data-aos][data-aos][data-aos-delay='2500'], body[data-aos-delay='2500'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='2500'].aos-animate, body[data-aos-delay='2500'] [data-aos].aos-animate {
  transition-delay: 2.5s
}
[data-aos][data-aos][data-aos-duration='2550'], body[data-aos-duration='2550'] [data-aos] {
  transition-duration: 2.55s
}
[data-aos][data-aos][data-aos-delay='2550'], body[data-aos-delay='2550'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='2550'].aos-animate, body[data-aos-delay='2550'] [data-aos].aos-animate {
  transition-delay: 2.55s
}
[data-aos][data-aos][data-aos-duration='2600'], body[data-aos-duration='2600'] [data-aos] {
  transition-duration: 2.6s
}
[data-aos][data-aos][data-aos-delay='2600'], body[data-aos-delay='2600'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='2600'].aos-animate, body[data-aos-delay='2600'] [data-aos].aos-animate {
  transition-delay: 2.6s
}
[data-aos][data-aos][data-aos-duration='2650'], body[data-aos-duration='2650'] [data-aos] {
  transition-duration: 2.65s
}
[data-aos][data-aos][data-aos-delay='2650'], body[data-aos-delay='2650'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='2650'].aos-animate, body[data-aos-delay='2650'] [data-aos].aos-animate {
  transition-delay: 2.65s
}
[data-aos][data-aos][data-aos-duration='2700'], body[data-aos-duration='2700'] [data-aos] {
  transition-duration: 2.7s
}
[data-aos][data-aos][data-aos-delay='2700'], body[data-aos-delay='2700'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='2700'].aos-animate, body[data-aos-delay='2700'] [data-aos].aos-animate {
  transition-delay: 2.7s
}
[data-aos][data-aos][data-aos-duration='2750'], body[data-aos-duration='2750'] [data-aos] {
  transition-duration: 2.75s
}
[data-aos][data-aos][data-aos-delay='2750'], body[data-aos-delay='2750'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='2750'].aos-animate, body[data-aos-delay='2750'] [data-aos].aos-animate {
  transition-delay: 2.75s
}
[data-aos][data-aos][data-aos-duration='2800'], body[data-aos-duration='2800'] [data-aos] {
  transition-duration: 2.8s
}
[data-aos][data-aos][data-aos-delay='2800'], body[data-aos-delay='2800'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='2800'].aos-animate, body[data-aos-delay='2800'] [data-aos].aos-animate {
  transition-delay: 2.8s
}
[data-aos][data-aos][data-aos-duration='2850'], body[data-aos-duration='2850'] [data-aos] {
  transition-duration: 2.85s
}
[data-aos][data-aos][data-aos-delay='2850'], body[data-aos-delay='2850'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='2850'].aos-animate, body[data-aos-delay='2850'] [data-aos].aos-animate {
  transition-delay: 2.85s
}
[data-aos][data-aos][data-aos-duration='2900'], body[data-aos-duration='2900'] [data-aos] {
  transition-duration: 2.9s
}
[data-aos][data-aos][data-aos-delay='2900'], body[data-aos-delay='2900'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='2900'].aos-animate, body[data-aos-delay='2900'] [data-aos].aos-animate {
  transition-delay: 2.9s
}
[data-aos][data-aos][data-aos-duration='2950'], body[data-aos-duration='2950'] [data-aos] {
  transition-duration: 2.95s
}
[data-aos][data-aos][data-aos-delay='2950'], body[data-aos-delay='2950'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='2950'].aos-animate, body[data-aos-delay='2950'] [data-aos].aos-animate {
  transition-delay: 2.95s
}
[data-aos][data-aos][data-aos-duration='3000'], body[data-aos-duration='3000'] [data-aos] {
  transition-duration: 3s
}
[data-aos][data-aos][data-aos-delay='3000'], body[data-aos-delay='3000'] [data-aos] {
  transition-delay: 0
}
[data-aos][data-aos][data-aos-delay='3000'].aos-animate, body[data-aos-delay='3000'] [data-aos].aos-animate {
  transition-delay: 3s
}
[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease
}
[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in
}
[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out
}
[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out
}
[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}
[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}
[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}
[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}
[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}
[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}
[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}
[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}
[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}
[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate(0)
}
[data-aos=fade-up] {
  transform: translateY(100px)
}
[data-aos=fade-down] {
  transform: translateY(-100px)
}
[data-aos=fade-right] {
  transform: translate(-100px)
}
[data-aos=fade-left] {
  transform: translate(100px)
}
[data-aos=fade-up-right] {
  transform: translate(-100px, 100px)
}
[data-aos=fade-up-left] {
  transform: translate(100px, 100px)
}
[data-aos=fade-down-right] {
  transform: translate(-100px, -100px)
}
[data-aos=fade-down-left] {
  transform: translate(100px, -100px)
}
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate(0) scale(1)
}
[data-aos=zoom-in] {
  transform: scale(.6)
}
[data-aos=zoom-in-up] {
  transform: translateY(100px) scale(.6)
}
[data-aos=zoom-in-down] {
  transform: translateY(-100px) scale(.6)
}
[data-aos=zoom-in-right] {
  transform: translate(-100px) scale(.6)
}
[data-aos=zoom-in-left] {
  transform: translate(100px) scale(.6)
}
[data-aos=zoom-out] {
  transform: scale(1.2)
}
[data-aos=zoom-out-up] {
  transform: translateY(100px) scale(1.2)
}
[data-aos=zoom-out-down] {
  transform: translateY(-100px) scale(1.2)
}
[data-aos=zoom-out-right] {
  transform: translate(-100px) scale(1.2)
}
[data-aos=zoom-out-left] {
  transform: translate(100px) scale(1.2)
}
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate(0)
}
[data-aos=slide-up] {
  transform: translateY(100%)
}
[data-aos=slide-down] {
  transform: translateY(-100%)
}
[data-aos=slide-right] {
  transform: translateX(-100%)
}
[data-aos=slide-left] {
  transform: translateX(100%)
}
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform
}
[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg)
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0)
}
[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg)
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0)
}
[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg)
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0)
}
[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg)
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0)
}
/*# sourceMappingURL=aos.css.map*/
/* ============================================================
  body
============================================================ */
body {
  font-family: 'Lato', sans-serif;
}
@media (min-width: 1450px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
}
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.container-wide {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative !important;
}

.img-responsive {
  width: 100%;
}
.gap {
  padding-top: 50px;
}
@media(max-width: 479px) {
  .text-center-mobile {
    text-align: center !important;
  }
}
/* ============================================================
  Fonts
============================================================ */
p, h1, h2, h3, h4, h5, h6 {
  color: #252525;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  -webkit-transform: translateZ(0);
  font-weight: normal;
}
p:last-child {
  margin-bottom: 0px;
}
p strong {
  font-weight: 700;
}
h1 {
  font-family: DinMedium;
  text-transform: uppercase;
  font-size: 43px;
  letter-spacing: -1px;
}
.largedin {
  font-family: DinMedium;
  text-transform: uppercase;
  font-size: 43px;
  letter-spacing: -1px;
  line-height: 45px;
}
.off {
  position: fixed;
  left: 2500px;
  z-index: 5;
}
h2 {
  font-family: baskerville-urw, georgia, Georgia, serif;
  font-size: 28px;
  line-height: 33px;
}
.baskerville {
  font-family: baskerville-urw, georgia, Georgia, serif;
  font-size: 28px;
  line-height: 1.1em;
}
h3 {
  font-family: baskerville-urw, georgia, Georgia, serif;
  font-size: 45px;
}
h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 17px;
}
p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
@media(min-width: 1500px){
  p {
  font-size: 19px;
    }  
}
.p {
  line-height: normal;
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
p a {
  color: black;
  font-weight: 700;
}
.smalltext {
  font-size: 9px;
}
.whitetext {
color:#fff
}
/* ============================================================
  SECTIONS PARALAX
============================================================ */
.module.parallax {
  /* [disabled]padding: 240px 0; */
  background-position: 0 0;
}
.module.parallax-1 {
 background-image: url(../images-casestudies/colconf/conference-set.jpg);
  background-size: cover;
  /*margin-top: 100px;*/
}
.module.parallax-product {
  background-image: url(../images/Product-launches-5.jpg);
  background-size: cover;
  margin-top: 30px;
}
.module.parallax-motivation {
  background-image: url(../images/Deallus_MandarinOrientalMiami.JPG);
  background-size: cover;
  /*margin-top: 100px;*/
}
.module.parallax-incentives {
  background-image: url(../images-casestudies/malta/13383854_10156924448055177_1108387380_o.JPG);
  background-size: cover;
  /*margin-top: 100px;*/
}
.module.parallax-designheader {
  background-image: url(../images/studioholder.jpg);
  background-size: cover; /*margin-top: 100px;*/
}
.module.parallax-design {
  background-image: url(../images/paperwhite.jpg);
  background-size: cover; /*margin-top: 100px;*/
}
.module.parallax-experiential {
    background-image: url(../images-casestudies/kick-off-conference/Kick-Off-Conference3.jpg);
    background-size: cover;  /*margin-top: 100px;*/
}
.module.parallax-parties {
    background-image: url(/images-casestudies/themed-corporate-party-partygras/company-party-mardi-gras-themed.jpg);
    background-size: cover; /*margin-top: 100px;*/
}
.module.parallax-incentives2 {
  background-image: url(../images/incentives.jpg);
  background-position: top;
  background-size: cover;
}
.module.parallax-design2 {
  background-image: url(../images/theming-map3.jpg);
  background-position: top;
  background-size: cover;
}
.module.parallax-venues {
  background-image: url(../images/venue-image.jpg);
  background-position: top;
  background-size: cover;
  /*margin-top: 100px;*/
}
.module.parallax-conferencevenues {
  background-image: url(../images-casestudies/colconf/conference-set.jpg);
  background-position: top;
  background-size: cover;
  /*margin-top: 100px;*/
}
.module.parallax-2 {
  background-image: url(../images/production2.jpg);
  background-position: top;
  background-size: cover;
}
.module.parallax-4 {
  background-image: url(/images-casestudies/underthesea/PS1_4697.jpg);
  background-position: top;
  background-size: cover;
  /* [disabled]margin-top: 100px; */
}
.module.parallax-virtual {
  background-image: url("../images/virtual-team-engagement.jpg");
  background-position: top;
  background-size: cover;
  /* [disabled]margin-top: 100px; */
}
.module.parallax-virtual-conferences {
  background-image: url("../images/virtual-conferences-intro.jpg");
  background-position: top;
  background-size: cover;
  /* [disabled]margin-top: 100px; */
}
.module.parallax-virtual-conferences-production {
  background-image: url("../images/virtual-conferences-intro.jpg");
  background-position: top;
  background-size: cover;
  /* [disabled]margin-top: 100px; */
}
.module.parallax-virtual2 {
  background-image: url(../images/virtualmontage.jpg);
  background-position: center 50px;
  background-size: cover;
  background-attachment: fixed;
  /* [disabled]margin-top: 100px; */
  height: 100vh;
}
.module.parallax-virtual-conference-production {
  background-image: url(../images/virtual-conference-production.jpg);
  background-position: center 50px;
  background-size: cover;
  background-attachment: fixed;
  /* [disabled]margin-top: 100px; */
  height: 100vh;
}
.module.parallax-design-for-events {
  background-image: url(../images/graphicdesign3.jpg);
  background-position: center 50px;
  background-size: cover;
  background-attachment: fixed;
  /* [disabled]margin-top: 100px; */
  height: 100vh;
}
.module.parallax-design-videos {
  background-image: url(../images/video.jpg);
  background-position: center 50px;
  background-size: cover;
  background-attachment: fixed;
  /* [disabled]margin-top: 100px; */
  height: 100vh;
}
.module.parallax-eventinabox {
  background-image: url(/images-casestudies/underthesea/PS1_4697.jpg);
  background-position: top;
  background-size: cover;
}
.module.parallax-design {
  background-image: url(../images/integrated.gif);
  background-position: right 50px;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  /* [disabled]margin-top: 100px; */
}
.module.parallax-7 {
    background-image: url(../images/festival-flower-head-dress-team-building.jpg);
    background-position: top;
    background-size: cover;
    /* [disabled]margin-top: 100px; */
}
.module.parallax-aboutus {
  background-image: url(../images/values2.jpg);
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  /* [disabled]margin-top: 100px; */
  background-color: #C7C7C7;
}
.module.parallax-ourteam {
  background-image: url(../images/ourteam.jpg);
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  /* [disabled]margin-top: 100px; */
  background-color: #C7C7C7;
}
.module.parallax-overseas1 {
  background-image: url(../images-casestudies/mauritius/quads.JPG);
  background-position: top;
  background-size: cover;
  /* [disabled]margin-top: 100px; */
}
.module.parallax-awards1 {
  background-image: url(../images/party-laser-lights.jpg);
  background-position: top;
  background-size: cover;
  /* [disabled]margin-top: 100px; */
}
.module.parallax-christmasparty {
  background-image: url(https://www.rockitfish.co.uk/images-casestudies/alice-in-wonderland/alice-in-wonderland-corporate-themed-party.jpg);
  background-position: top;
  background-size: cover;
  /* [disabled]margin-top: 100px; */
}
/*///////Strip back parras///*/
.module.parallax-showstoppers {
  background-image: url(../0_campaigns/conferences/paperwhite4.jpg);
  background-position: top;
  background-size: cover;
}
.module.parallax-experience {
  background-image: url(../images/experience-is-everything2.jpg);
  background-position: top;
  background-size: cover;
}
.module.parallax-ourname {
  background-image: url(../images/our-name.jpg);
  background-position: top;
  background-size: cover;
}
.module.parallax-ourawards {
  background-image: url(../images/our-awards.jpg);
  background-position: top;
  background-size: cover;
}
.ournamebox {
  margin-top: 0px;
}
@media(min-width: 1200px) {
  .ournamebox {
    margin-top: 90px;
  }
}
.module.parallax-5 {
  background-image: url(../images/event-organisers-background.jpg);
  background-position: top;
  background-size: cover;
}
.module.parallax-virtualstripes {
  background-image: url(../images/event-in-a-box2.jpg);
  background-position: center center;
  background-size: cover !important;
  position: relative;
  background-attachment: fixed;
  height: 100vh;
}
.module.parallax-virtualstripesboxes {
  background-image: url("../images/Rockitboxes.jpg");
  background-position: center center;
  background-size: cover !important;
  position: relative;
  background-attachment: fixed;
  height: 100vh;
}
.module.parallax-venuestripes {
  background-image: url(../images/venue.jpg);
  background-position: top;
  background-size: cover;
}
.module.parallax-6 {
  background-image: url(../images/team-building.jpg);
  background-position: top;
  background-size: cover;
}
.module.parallax-companyoffsites {
    background-image: url(../images/company-offsite.jpg);
    background-position: top;
    background-size: cover;
}
.module.parallax-3 {
  background-image: url(../images/venues.jpg);
  background-size: cover;
  background-position: 0% -150%;
}
.mainimage {
  position: relative;
}
.module.parallax-8 {
  background-image: url(../images/parties.jpg);
  background-position: top;
  background-size: cover;
}
.module.parallax-overseas2 {
  background-image: url(../images/incentive-travel-company.jpg);
  background-position: top;
  background-size: cover;
}
.module.parallax-awards2 {
  background-image: url(../images/awards.jpg);
  background-position: top;
  background-size: cover;
}
.module.parallax-xmas {
  background-image: url(../images/xmas.jpg);
  background-position: top;
  background-size: cover;
}
.module.parallax-product2 {
  background-image: url(../images/product-launches.jpg);
  background-position: top;
  background-size: cover;
}
.module.parallax-experiential2 {
  background-image: url(../images/experiential-marketing.jpg);
  background-position: top;
  background-size: cover;
}
.module.parallax-motivation2 {
  background-image: url(../images/employee-motivation.jpeg);
  background-position: top;
  background-size: cover;
}
.designpagemovesectiondown {}
@media (max-width:767px) {
  .module.parallax-1 {
    background-size: cover;
    background-position: center;
    margin-top: 50px;
  }
  .parallax-design-videos, .parallax-design-for-events {
    background-size: contain;
    background-position: center;
  }
  .module.parallax-2 {
    background-size: contain;
    background-position: center;
  }
  .module.parallax-7 {
    background-size: contain;
    background-position: center;
  }
  .module.parallax-8 {
    background-size: contain;
    background-position: center;
  }
  .module.parallax-awards1 {
    background-size: contain;
    background-position: center;
  }
  .module.parallax-christmasparty {
    background-size: contain;
    background-position: center;
  }
  .module.parallax-overseas1 {
    background-size: cover;
    background-position: center;
    margin-top: 60px;
  }
  .module.parallax {
    /* [disabled]padding: 130px 0; */
    background-position: center;
  }
}
@media all and (min-width: 600px) {
  .module.parallax {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 450px;
  }
}
.imgshadow {
  -webkit-box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.3);
}
.imgshadowinner {
  -webkit-box-shadow: inset 0px -20px 10px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px -20px 10px rgba(0, 0, 0, 0.3);
}
.imgshadowinnerlighter {
  -webkit-box-shadow: inset 0px -10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -10px 5px rgba(0, 0, 0, 0.1);
}
.innertopshadow {
  -webkit-box-shadow: inset 0 20px 10px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 20px 10px rgba(0, 0, 0, 0.3);
}
.dropshadow {
  -webkit-box-shadow: 0 20px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 10px rgba(0, 0, 0, 0.3);
}
/* ============================================================
  boxes styling
============================================================ */
.whiteblock {
  background-color: #FFFFFF;
  padding: 30px;
  border-bottom: 6px solid #76C4B6;
  border-top: 6px solid #76C4B6;
  position: relative;
}
.whiteblock.blueback {
  background-color: #c5e4df;
}
.darkerblueback {
  background-color: #a2d1cd;
  padding-bottom: 25px;
}
.slightmargintop {
  margin-top: 25px;
}
.slightpaddingtop {
  padding-top: 25px;
}
.margin-bottom {
  margin-bottom: 100px !important;
}
.narrowtextright p {
  width: 95%;
}
.col-md-12.generalimg {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}
.downarrow {
  background-colour: #76C4B6;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0px;
  z-index: 1;
  background-color: #76C3B6;
  color: #FFFFFF;
}
.downarrow:hover, .downarrow:focus {
  color: white;
  background-color: #FD7864;
}
.downarrowarrow {
  font-size: 30px;
  margin-left: 15px;
  margin-right: auto;
  padding-left: 0px;
  margin-top: 16px;
}
.whiteblock ul {
  padding: 0px;
  list-style-position: inside;
  -webkit-transform: translateZ(0);
}
.whiteblock ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding: 0px 0 0px 30px;
  text-indent: -1.7em;
  font-size: 16px;
}
.whiteblock li {
  margin-top: 5px;
  display: block;
  list-style-position: inside;
}
.whiteblock .largebullets li a, .whiteblock .largebullets li  {
  color: #000000;
  font-weight: normal;
  font-size: 22px;
   padding-bottom:0;
    padding-top:0;
    margin: 0;
  font-family: baskerville-urw, georgia, Georgia, serif;
}
.whiteblock ul li:before {
  content: "\e080";
  font-family: 'Glyphicons Halflings';
  padding-right: 10px;
  color: #fd7864;
}
.whiteblock ul.ticklist li:before {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  padding-right: 10px;
  color: #fd7864;
}
.whiteblock .smallerbullets li:before {
  content: "\e013";
  font-size: 12px;
  font-family: 'Glyphicons Halflings';
  padding-right: 10px;
  color: #fd7864;
}
.whiteblock .smallerbullets {
  font-size: 17px;
  font-weight: 700;
}
a.anchor {
  display: block;
  position: relative;
  top: 0px;
  visibility: hidden;
}
@media (max-width: 500px) {
  .generalimg {
    overflow: hidden;
    height: 280px !important;
    /* [disabled]background-color:#000000; */
  }
  .generalimg img {
    min-width: 500px !important;
    min-height: auto !important;
    position: absolute;
    left: 50%;
    margin-left: -250px;
  }
  .out {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
    position: absolute;
    top: -140px;
    padding: 10px;
    color: #FFFFFF;
  }
  a.anchor {
    top: -20px;
  }
}
@media (max-width:767px) {
  .lift {
    position: relative;
    z-index: 2;
    top: inherit;
    margin-top: 0px;
  }
  .liftcontainer {
    position: relative !important;
    z-index: inherit;
    top: inherit;
    margin-top: inherit;
  }
}
@media (min-width:768px) {
  .lift {
    position: absolute;
    z-index: 2;
    top: inherit;
    margin-top: -550px;
  }
  .endlift {
    margin-top: -680px !important;
  }
}
.firstboxheight {
  height: 450px;
  z-index: 5 !important;
}
.firstboxheightzindex {
  height: 450px;
  z-index: 2 !important;
}
@media (max-width:768px) {
  .firstboxheight {
    height: auto !important;
    z-index: inherit;
  }
  .firstboxheightzindex {
    height: auto !important;
    z-index: inherit;
    padding-bottom: 50px !important;
  }
  .areaicon {
    display: none;
  }
}
.closebutton {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #000000;
  z-index: 20;
  cursor: pointer;
}
.downbutton {
  height: 70px;
  width: 70px;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  color: white;
  background-color: #f85754;
  border-radius: 100px;
  position: absolute;
  bottom: -30px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.downbutton p {
  margin: 0;
  color: #FDF7F7;
  font-weight: 700;
}
.downbutton:hover, .downbutton:focus {
  background-color: #ffffff;
  color: #f85754;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s; /* Safari and Chrome */
  -moz-transition: all 0.5s ease 0s; /* Firefox */
  -ms-transition: all 0.5s ease 0s; /* IE 9 */
  -o-transition: all 0.5s ease 0s; /* Opera */
}
.downbutton:focus p, .downbutton:hover p {
  color: #76C4B6;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s; /* Safari and Chrome */
  -moz-transition: all 0.5s ease 0s; /* Firefox */
  -ms-transition: all 0.5s ease 0s; /* IE 9 */
  -o-transition: all 0.5s ease 0s; /* Opera */
}
.readmore {
  text-decoration: underline;
}
@media (max-width:1199px) {
  .firstboxheight, .firstboxheightzindex {
    height: 490px
  }
}
@media (max-width:999px) {
  .workfiltercontainer {
    margin-bottom: 30px !important;
  }
}
/* ============================================================
  overview sections ie Live jump page, event jump page...
============================================================ */
.jumptosectionsdivider {
  height: 30px;
  background-image: url(../images/stripes.gif);
  background-repeat: repeat;
}
.jumptosection {
  overflow: hidden;
  padding-top: 270px;
  padding-bottom: 50px;
}
/*
.jumptosection {
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 80px;
	
}
*/
.jumptosection img {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
/*make font smaller on just boxes*/
.jumptosection h2 {
  font-size: 25px;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  line-height: 32px;
}
.jumptosection h3 {
  font-size: 25px;
  padding: 0px;
  margin: 0px;
}
@media(max-width: 479px) {
  .jumptosection h1 {
    font-size: 25px
  }
  .jumptosection h2 {
    font-size: 25px;
    line-height: 27px;
  }
}
/* ============================================================
  Arrows
============================================================ */
.rightcolarrowposition {
  position: absolute;
  left: -80px;
}
.leftcolarrowposition {
  position: absolute;
  right: -80px;
}
.downarrow {
  background-colour: #76C4B6;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0px;
  z-index: 1;
  background-color: #76C3B6;
  color: #FFFFFF;
}
.uparrow {
  top: 65px;
}
.downarrow:hover, .downarrow:focus {
  color: white;
  background-color: #FD7864;
}
.downarrowarrow {
  font-size: 30px;
  margin-left: 15px;
  margin-right: auto;
  padding-left: 0px;
  margin-top: 16px;
}
@media (max-width:900px) {
  .rightcolarrowposition {
    display: none;
  }
  .leftcolarrowposition {
    display: none;
  }
}
/* ============================================================
  mobile
============================================================ */

@media (max-width:767px) {
  .bottompin {
    display: none;
  }
  p {
    font-size: 17px;
  }
  .downarrow {
    display: none !important;
  }
  .desktop {
    display: none !important;
  }
  .navbar-header .navbar-brand .logomobile {
    height: 40px;
    display: block;
    margin-left: -26px;
    margin-top: 5px;
  }
  .container.eventsubnavclass {
    margin-top: 69px;
    display: none;
  }
  .navbar-header .navbar-brand.brandlogo .logo.desktop {
    display: none !important;
  }
  .container .navbar-header .navbar-toggle.collapsed {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-right: 27px;
  }
  .lift {
    margin-top: 0px;
    padding-top: 20px;
  }
 
}
.dropdown-menu .subnav {
    padding-left: 16px;
    
}
.subnav a {
    color:#959595 !important;
}
.dropdown-menu .subnav::before{
  content: '-';
  left: 28px;
  position: absolute;
    color:#959595
}



.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}


@media (min-width:768px) {
  .lift {
    position: absolute;
    z-index: 2;
    top: 0.01in;
    margin-top: -350px;
    left: 1px;
  }
}
/* ============================================================
  SUBNAV styling
============================================================ */
@media (max-height:768px) {
  .eventsubnavclass {
    padding-bottom: 0px;
    margin-bottom: 20px;
    position: absolute;
    z-index: 1;
    top: 70px;
    left: 100px;
    width: auto;
  }
}
@media (min-height:769px) {
  .eventsubnavclass {
    padding-bottom: 0px;
    margin-bottom: 20px;
    position: absolute;
    z-index: 1;
    top: 110px;
    left: 100px;
    width: auto;
  }
}
ul.tabs {
  padding: 0 !important;
  font-size: 0;
  position: relative;
  left: 120px;
  width: 800px;
}
ul.tabs li {
  display: inline !important;
}
ul.tabs li a {
  background-color: #000000;
  padding: 15px 70px;
  text-decoration: none;
  font-family: DinMedium;
  line-height: 45px;
  font-size: 20px;
  text-transform: uppercase;
  color: #FFFFFF
}
ul.tabs li a:hover, ul.tabs li a:focus {
  background-color: white;
  color: #000000;
}
.tabs a.active {
  background: #ffffff;
  color: #000000;
}
.eventsubnav {
  font-size: 0px;
  padding: 0px !important;
  margin-top: 15px;
  width: 900px;
}
.eventsubnav li, .eventsubnav li a {
  padding: 15px 7px;
  display: inline;
  font-size: 14px;
  text-decoration: none;
  color: #000000;
  font-family: 'Lato', sans-serif;
  background-color: #ffffff;
  margin: 0px !important;
  border-bottom: 6px solid #76C4B6;
  position: relative;
  z-index: 40;
}
.eventsubnav li a:hover, .eventsubnav li:hover, .eventsubnav li a:focus, .eventsubnav li:focus {
  background-color: white;
  color: #76C4B6;
}
.eventsubnav a.active {
  background: black;
  color: #76C4B6;
}
.subon, .subon a {
  color: #76C4B6 !important;
}
.subnavon {
  background-color: white !important;
  color: #000000 !important;
}
@media(max-width:500px) {
  .tabs {
    margin-top: 25px;
  }
  .eventsubnav li, .eventsubnav li a {
    padding: 4px 5px;
    display: inline-block;
  }
}
@media (max-width:991px) {
  .eventsubnavclass {
    display: none;
  }
}
@media (min-width:1200px) {
  .navbar.navbar-default.navbar-fixed-top .container #defaultNavbar1 {
    margin-left: 110px;
    margin-right: 89px;
  }
  .eventsubnav {
    width: 1000px !important;
  }
}
@media (max-width:1199px) {
  .eventsubnav li {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* ============================================================
  Section styling
============================================================ */
.greenback {
  margin-top: 30px;
  background-color: #C7E2E0;
  padding: 30px;
}
.darkgreenback {
  margin-top: 30px;
  background-color: #76C4B6;
  padding: 30px;
}
.whiteback {
  margin-top: 30px;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width:768px) {
  .whiteblock {
    padding: 21px;
  }
}
.blackback {
  margin-top: 30px;
  background-color: #252525;
  padding: 60px;
}
.blackback h3, .blackback p, .blackback h2, .blackback h1, .blackback h4 {
  color: #fff;
}
/* ============================================================
  Enquire red box forms
============================================================ */
.redback {
  margin-top: 30px;
  background-color: #fd7864;
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 60px;
}
.contactredback {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #a2d1cd;
  padding: 30px 20px 20px 20px;
}
.contacttea {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.nomargintop {
  margin-top: 0px;
  padding-top: 0px;
}
.formpaddingtop {
  margin-top: 30px;
}
#formenquire .form-group, #formcallback .form-group {
  margin-bottom: 15px;
  background-color: #FFFFFF;
  padding-top: 12px;
  padding-bottom: 18px;
  -webkit-box-shadow: 2px 2px 4px #e45745;
  box-shadow: 2px 2px 4px #e45745;
}
input, button, submit {
  border: none;
}
/* ============================================================
  Buttons
============================================================ */
.buttonred {
  background-color: #fd7864;
  padding: 10px 25px;
  color: white;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 14px;
}
.buttonwhite {
  background-color: #ffffff;
  padding: 10px 25px;
  color: black;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 14px;
}
.buttongreen2 {
  background-color: #76C4B6;
  padding: 10px 25px;
  color: white;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 14px;
  border: 1px solid #F8F7F8;
}
.buttonredder {
  background-color: #f85754;
  padding: 10px 25px;
  color: white;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 14px;
}
.buttongreen {
  background-color: #76C4B6;
  padding: 10px 25px;
  color: white;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 14px;
}
.buttonwhiteborder {
  border: 1px #fff solid;
  padding: 10px 25px;
  color: #fff;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 14px;
background-color: rgba(0,0,0,0.20);
}
.buttonwhiteborder:hover {
     background-color: #ffffff;
  padding: 10px 25px;
  color: black;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 14px;
     transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s; /* Safari and Chrome */
  -moz-transition: all 0.5s ease 0s; /* Firefox */
  -ms-transition: all 0.5s ease 0s; /* IE 9 */
  -o-transition: all 0.5s ease 0s; /* Opera */
    
}
.buttongreen.smaller {
  padding: 10px 20px 10px 20px !important;
  margin-bottom: 30px !important;
}
.buttonredder.smaller {
  padding: 10px 20px 10px 20px !important;
  margin-bottom: 30px !important;
}
.buttonred:hover, .buttonred:focus .buttonredder:focus, .buttonredder:hover, .buttongreen2:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s; /* Safari and Chrome */
  -moz-transition: all 0.5s ease 0s; /* Firefox */
  -ms-transition: all 0.5s ease 0s; /* IE 9 */
  -o-transition: all 0.5s ease 0s; /* Opera */
}
.buttongreen:hover, .buttongreen:focus {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s; /* Safari and Chrome */
  -moz-transition: all 0.5s ease 0s; /* Firefox */
  -ms-transition: all 0.5s ease 0s; /* IE 9 */
  -o-transition: all 0.5s ease 0s; /* Opera */
}
.buttonarrow {
  font-size: 10px;
  margin-left: 15px;
  color: #000000;
}
.buttonarrowright {
  font-size: 10px;
  margin-right: 15px;
  margin-left: 0px;
  color: #000000;
}
.pintobottom {
  position: absolute;
  bottom: -7px;
}
.buttonleftpad {
  margin-left: 20px;
}
.lift .smaller {
  margin-bottom: 0px !important
}
/* ============================================================
  Jump page main info
============================================================ */
#moreinfo {
  margin-top: 30px;
}
#moreinfo p {
  font-weight: 400;
}

/* ============================================================
  teambuilding activity pages
============================================================ */
@media(min-width: 1500px){
.teambuildingimage4col {
  height: 380px !important;
}
    }
.teambuildingimage4col:last-child{
    border-bottom: 8px solid white;
}

/* ============================================================
  case study bar
============================================================ */
#casestudies, #team-activities {
  margin-top: 30px;
}
.casestudyhover {
  position: absolute;
  z-index: 5;
  bottom: 25px;
  left: 20px;
}
#casestudies h3,  #team-activities h3 {
  color: #252525;
  font-family: DinMedium;
  text-transform: uppercase;
  border-bottom: 6px solid #76C4B6;
  font-size: 25px;
  padding-bottom: 8px;
  display: inline-block
}
#casestudies h4, #casestudies h4 a,  #team-activities h4,  #team-activities h4 a {
  color: #252525;
  font-family: baskerville-urw, georgia, Georgia, serif;
  font-weight: normal;
}
.casestudyimgshort {
  overflow: hidden;
  height: 220px;
  margin: 0px;
  padding: 0px;
  background-color: #000000
}
.casestudybox {
  /* [disabled]height: 210px; */
  background-color: #C7E2E0;
  margin: 0px;
  padding: 30px;
}
.casestudyimg img {
  -webkit-transition: all 1s ease; /* Safari and Chrome */
  -moz-transition: all 1s ease; /* Firefox */
  -ms-transition: all 1s ease; /* IE 9 */
  -o-transition: all 1s ease; /* Opera */
  transition: all 1s ease;
}
.casestudyimg:hover img {
  -webkit-transform: scale(1.10); /* Safari and Chrome */
  -moz-transform: scale(1.10); /* Firefox */
  -ms-transform: scale(1.10); /* IE 9 */
  -o-transform: scale(1.10); /* Opera */
  transform: scale(1.10);
}
#casestudies h4 a:hover, #casestudies h4 a:focus,  #team-activities h4 a:hover,  #team-activities h4 a:focus,
{
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s; /* Safari and Chrome */
  -moz-transition: all 0.5s ease 0s; /* Firefox */
  -ms-transition: all 0.5s ease 0s; /* IE 9 */
  -o-transition: all 0.5s ease 0s; /* Opera */
}
.nohover:hover img {
  -webkit-transform: scale(1); /* Safari and Chrome */
  -moz-transform: scale(1); /* Firefox */
  -ms-transform: scale(1); /* IE 9 */
  -o-transform: scale(1); /* Opera */
  transform: scale(1);
}
@media (min-width: 1250px) {
  .itempage .casestudyimg {
    height: 410px !important;
  }
  .itempage .casestudyimgshort {
    height: 280px;
  }
}
@media (min-width: 1450px) {
  .itempage .casestudyimg {
    height: 410px !important;
  }
  .itempage .casestudyimgshort {
    height: 320px;
  }
}
@media(min-width:520px) {
  .casestudybox .pintobottom {
    display: none;
  }
}
.workpage .casestudyhover h4 {
  font-family: baskerville-urw, georgia, Georgia, serif;
  font-weight: normal;
  background-color: #ffffff;
  padding: 5px 20px;
  -webkit-transform: translateZ(0);
}
.workpage .casestudyhover h4:hover, .workpage .casestudyhover h4:focus {
  background-color: #000000 !important;
  color: #FFFFFF !important;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s; /* Safari and Chrome */
  -moz-transition: all 0.5s ease 0s; /* Firefox */
  -ms-transition: all 0.5s ease 0s; /* IE 9 */
  -o-transition: all 0.5s ease 0s; /* Opera */
}
.casestudyhover h4 a {
  font-family: baskerville-urw, georgia, Georgia, serif;
  font-weight: normal;
  background-color: #ffffff;
  padding: 5px 20px;
  -webkit-transform: translateZ(0);
}
.casestudyhover h4 a:hover, .casestudyhover h4 a:focus {
  background-color: #000000 !important;
  color: #FFFFFF !important;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s; /* Safari and Chrome */
  -moz-transition: all 0.5s ease 0s; /* Firefox */
  -ms-transition: all 0.5s ease 0s; /* IE 9 */
  -o-transition: all 0.5s ease 0s; /* Opera */
}
.nopadding {
  padding: 0px;
}
.margintop {
  margin-top: 80px;
}
@media (max-width:767px) {
  .margintop {
    margin-top: 105px !important;
  }
}
/* ============================================================
  Work Pages
============================================================ */
.nopaddingbottom {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.workpage ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
}
.workpage ul li {
  margin-left: 0px !important;
  padding-left: 0px !important;
  font-size: 15px;
  line-height: 25px;
  list-style-position: inside;
}
.casestudyimgbig {
  height: 600px;
  overflow: hidden;
  position: relative;
  background-color: black;
}
@media (min-width: 2000px) and (max-width: 3000px) {
  .casestudyimgbig {
    height: 900px !important;
  }
}
@media (min-width: 1600px) and (max-width: 2000px) {
  .casestudyimgbig {
    height: 800px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .casestudyimgbig {
    height: 720px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .casestudyimgbig {
    height: 650px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .casestudyimgbig {
    height: 500px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .casestudyimgbig {
    height: 420px !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .casestudyimgbig {
    height: 300px !important;
  }
}
@media (max-width: 499px) {
  .casestudyimgbig {
    height: 200px !important;
  }
}
@media (max-width: 360px) {
  .casestudyimgbig {
    height: 190px !important;
  }
}
@media (max-width: 320px) {
  .casestudyimgbig {
    height: 150px !important;
  }
}
.casestudyfeature {
  top: 30px;
  left: 30px;
  position: relative;
  z-index: 3;
}
.casestudyheader {
  top: 30px;
  left: 30px;
  position: absolute;
}
.casestudyheader h4 {
  background-color: rgba(255, 255, 255, 0.8) !important;
  padding: 8px 15px;
  margin-bottom: 5px;
}
.galleryborder {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* ============================================================
travel ideas page
============================================================ */
#travelcasestudies h3 {
  color: #252525;
  font-family: DinMedium;
  text-transform: uppercase;
  border-bottom: 6px solid #76C4B6;
  font-size: 25px;
  padding-bottom: 8px;
  display: inline-block
}
#travelcasestudies h4, #travelcasestudies h4 a {
  color: #252525;
  font-family: baskerville-urw, georgia, Georgia, serif;
  font-weight: normal;
}
/* ============================================================
  anchors
============================================================ */
.anchorup {
  position: relative;
  top: -100px;
}
/* ============================================================
  case study page
============================================================ */
.workpage .casestudyimg {
  overflow: hidden;
  height: 152px;
  margin-bottom: 0px;
  background-color: #000000;
}
.workpage .buttongreen {
  margin-top: 0px;
}
/* ============================================================
  Enquire bar
============================================================ */
#enquiresection h3 {
  color: #252525;
  font-family: DinMedium;
  text-transform: uppercase;
  border-bottom: 6px solid #76C4B6;
  font-size: 25px;
  padding-bottom: 8px;
  display: inline-block
}
#enquiresection h3 {
  border-color: #f85754;
}
/* ============================================================
  footer
============================================================ */
footer {
  z-index: 4;
  position: relative;
  background-color: black;
  padding: 30px;
  /* [disabled]margin-top: 30px; */
}
footer p, footer h1, footer h2, footer h3, footer h4 {
  color: #ffffff;
}
footer p, footer p a {
  color: #fff;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  font-weight: 300;
  line-height: inherit;
}
footer p a:hover {
  color: #fff;
  text-decoration: none;
}
footer a:visted, footer a:active, footer a:target {
  color: #fff !important;
  text-decoration: none !important;
}
footer .buttonarrow {
  font-size: 10px;
  margin-right: 10px;
  margin-left: 0px;
  color: #ffffff !important;
}
.footerlogobanner {
  z-index: 4;
  position: relative;
  background-image: url(../images/stripes.gif);
  padding: 10px;
  -webkit-box-shadow: inset 0px 7px 7px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 7px 7px rgba(0, 0, 0, 0.4);
}
.footerlogobanner h2 {
  font-size: 18px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
/* ============================================================
  thumb carousel
============================================================ */
.thumb.carousel {
  height: 200px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .thumb.carousel {
    height: 150px;
    overflow: hidden;
  }
}
@media (max-width: 1199px) {
  .thumb.carousel {
    height: 140px;
    overflow: hidden;
  }
}
@media (max-width: 499px) {
  .thumb.carousel {
    height: 270px;
    overflow: hidden;
  }
}
/* ============================================================
  testimonials/clients section
============================================================ */
#clients {
  padding-top: 40px;
  padding-bottom: 40px;
}
#clients h2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
#clients .testimonial {
  background-color: white;
  padding: 25px;
}
#clients .testimonial p {
  font-weight: 400;
}
#clients .logobar {
  background-color: white;
}
/* ============================================================
client logos
============================================================ */
.blueback {
  background-color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
}
.clientlogo {
  height: 120px;
}
.clientlogo img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width:479px) {
  .clientlogo {
    height: 70px;
  }
}
/* ============================================================
  venue
============================================================ */
.venueback {
  background-image: url(../images/venue-finding.jpg);
  background-size: cover;
  background-position: center right;
  margin-top: 30px;
  padding: 60px;
}
.virtualconferencesback {
  background-image: url(../images/virtual-conference-Background.jpg);
  background-size: cover;
  background-position: center right;
  margin-top: 30px;
  padding: 60px;
}
.testimonialsback {
  background-image: url("../team/teambackground.jpg");
  background-size: cover;
  background-position: center right;
  margin-top: 30px;
  padding: 40px;
}
.testimonialsbox {
  margin-top: 0px;
  background-color: #fff;
  padding: 20px;
  padding-top: 40px;
}
.incentiveback {
  background-image: url(../images/hotel.jpg);
  background-size: cover;
  background-position: center right;
  margin-top: 30px;
  padding: 60px;
}
.carbonoffsetback {
  background-image: url(../images/trees.jpg);
  background-size: cover;
  background-position: center right;
  margin-top: 30px;
  padding: 60px;
}
.designback {
  background-image: url("../images/GraphicDesign3.jpg");
  background-size: cover;
  background-position: center right;
  margin-top: 30px;
  padding: 60px;
}
.rockitboxback {
  background-image: url("../images/Rockitboxes4.jpg");
  background-size: cover;
  background-position: center right;
  margin-top: 30px;
  padding: 60px;
}
.venuebox {
  margin-top: 0px;
  background-color: #252525;
  padding: 60px;
  color: white;
}
.designbox {
  margin-top: 0px;
  background-color: #E9F2F1;
  padding: 60px;
}
.venuebox h1, .venuebox h2, .venuebox h3, .venuebox h4, .venuebox p {
  color: white;
}
@media (max-width: 500px) {
  .venuebox {
    padding: 20px;
  }
}
/* ============================================================
  Enquire bar
============================================================ */
#enquiresection h3 {
  color: #252525;
  font-family: DinMedium;
  text-transform: uppercase;
  border-bottom: 6px solid #76C4B6;
  font-size: 25px;
  padding-bottom: 8px;
  display: inline-block
}
#enquiresection .telephone {
  height: 220px;
  margin-top: 30px;
}
#enquiresection h3 {
  border-color: #f85754;
}
/* ============================================================
  footer
============================================================ */
footer {
  background-color: black;
  padding: 30px;
}
footer p {
  font-size: 15px;
}
footer col-md-2 {
  margin-bottom: 10px;
}
@media(max-width:500px) {
  footer .col-md-2.col-xs-6 {
    min-height: 220px;
  }
}
footer p, footer h1, footer h2, footer h3, footer h4 {
  color: #ffffff;
}
footer p, footer p a {
  color: #fff;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  font-weight: 300;
  line-height: inherit;
}
footer .buttonarrow {
  font-size: 10px;
  margin-right: 10px;
  margin-left: 0px;
  color: #ffffff !important;
}
.footerlogobanner {
  background-image: url(../images/stripes.gif);
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  -webkit-box-shadow: inset 0px 7px 7px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 7px 7px rgba(0, 0, 0, 0.4);
}
.footerlogobanner img {
  width: 120px;
}
.footerlogobanner h2 {
  margin-top: 10px;
}
.footerlogobanner h2 {
  font-size: 18px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  outline: 0;
  color: #fff;
  background-color: #444444;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
  background-color: #FC554D;
}
.newssubmit {
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer.fa {
  color: #FFFFFF;
}
/* ============================================================
  carousel
============================================================ */
.carousel-control.left, .carousel-control.right {
  background: none;
}
.testimonialgraphic {
  background-image: url(../images/testimonalgraphic.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.testimonialcontainer {
  padding-top: 30px;
  padding-bottom: 160px;
}
@media (min-width: 1000px) {
  .testimonialcontainer {
    padding-top: 60px;
    padding-bottom: 200px;
  }
}
/* ============================================================
  new signup bar
============================================================ */
#newssignup {
  background-color: #2C2B2B;
  margin-top: 35px;
  padding: 15px;
}
#newssignup h4 {
  color: #FFFFFF;
  font-size: 17px;
  padding: 0px;
  margin-left: 15px;
  margin-top: 8px;
}
#newssignup h3 {
  color: #FFFFFF;
  font-size: 28px;
  padding: 0px;
  margin-left: 15px;
  margin-top: 8px;
  font-family: baskerville-urw, georgia, Georgia, serif;
}
#newssignup .form-group label {
  color: #FFFFFF !important;
  padding: 0px;
  margin: 8px 15px 0px 15px;
}
#newssignup .form-group, #newssignup .form-control {
  padding: 0px;
  margin: 0px;
}
#newssignup .buttonred {
  margin: 0px;
}
@media (max-width:499px) {
  #newssignup .buttonred {
    margin: 20px 0px 20px 0px;
  }
  #newssignup .form-group label {
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 0px;
  }
  #newssignup h4, #newssignup h3 {
    margin-left: 0px;
    padding-left: 0px;
  }
}
/* ============================================================
  blue box info pages
============================================================ */
.bluebox {
  background-color: #c6e2e0;
}
.generalbackground {
  background-image: url(../images/production2.gif);
  position: fixed;
  z-index: -1;
  height: 2000px;
  width: 100%;
  top: 0px;
  left: 0px;
}
.venuebackground {
  background-image: url(../images/venue-montage.jpg);
  position: fixed;
  z-index: -1;
  height: 800px;
  height: 100vh;
  width: 100%;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center top;
}
.venuemargintop {
  margin-top: 300px;
  margin-bottom: 300px;
}
.travelmargintop {
  margin-top: 300px;
  margin-bottom: 20px;
}
.aboutline {
  background-image: url(../images/arrowtimeline2.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 45px auto;
  padding-bottom: 30px;
}
.aboutlineend {
  background-image: url(../images/arrowtimeline.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 45px auto;
  height: 45px;
}
.text-center-mobile {
  padding-left: 40px;
}
@media(max-width:767px) {
  .aboutline {
    background-image: none !important;
  }
  .text-center-mobile {
    padding-left: 0px;
  }
}
/* ============================================================
  Our Work Filter Buttons
============================================================ */
.workfiltercontainer {
  margin-top: 10px;
  margin-bottom: 10px;
}
.workfilters {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.workfilters li {
  float: left;
  margin-bottom: 10px;
}
.workfilters li a {
  display: block;
  padding: 7px 10px;
  background-color: #c8e2e0;
  margin-left: 5px;
}
/* ============================================================
  icons
============================================================ */
.areaicon {
  position: absolute;
  z-index: 10 !important;
  width: 230px;
  bottom: -60px;
  right: -30px;
}
@media (max-width: 1199px) {
  .areaicon {
    width: 200px;
    bottom: -60px;
    right: -30px;
  }
}
@media (max-width: 599px) {
  .areaicon {
    width: 200px;
    bottom: -60px;
    right: -80px;
  }
}
@media (max-width: 499px) {
  .areaicon {
    width: 150px !important;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */ @font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}
.fa-2x {
  font-size: 2em
}
.fa-3x {
  font-size: 3em
}
.fa-4x {
  font-size: 4em
}
.fa-5x {
  font-size: 5em
}
.fa-fw {
  width: 1.28571429em;
  text-align: center
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}
.fa-ul > li {
  position: relative
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}
.fa-li.fa-lg {
  left: -1.85714286em
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}
.fa-pull-left {
  float: left
}
.fa-pull-right {
  float: right
}
.fa.fa-pull-left {
  margin-right: .3em
}
.fa.fa-pull-right {
  margin-left: .3em
}
.pull-right {
  float: right
}
.pull-left {
  float: left
}
.fa.pull-left {
  margin-right: .3em
}
.fa.pull-right {
  margin-left: .3em
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}
.fa-stack-1x {
  line-height: inherit
}
.fa-stack-2x {
  font-size: 2em
}
.fa-inverse {
  color: #fff
}
.fa-glass:before {
  content: "\f000"
}
.fa-music:before {
  content: "\f001"
}
.fa-search:before {
  content: "\f002"
}
.fa-envelope-o:before {
  content: "\f003"
}
.fa-heart:before {
  content: "\f004"
}
.fa-star:before {
  content: "\f005"
}
.fa-star-o:before {
  content: "\f006"
}
.fa-user:before {
  content: "\f007"
}
.fa-film:before {
  content: "\f008"
}
.fa-th-large:before {
  content: "\f009"
}
.fa-th:before {
  content: "\f00a"
}
.fa-th-list:before {
  content: "\f00b"
}
.fa-check:before {
  content: "\f00c"
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"
}
.fa-search-plus:before {
  content: "\f00e"
}
.fa-search-minus:before {
  content: "\f010"
}
.fa-power-off:before {
  content: "\f011"
}
.fa-signal:before {
  content: "\f012"
}
.fa-gear:before, .fa-cog:before {
  content: "\f013"
}
.fa-trash-o:before {
  content: "\f014"
}
.fa-home:before {
  content: "\f015"
}
.fa-file-o:before {
  content: "\f016"
}
.fa-clock-o:before {
  content: "\f017"
}
.fa-road:before {
  content: "\f018"
}
.fa-download:before {
  content: "\f019"
}
.fa-arrow-circle-o-down:before {
  content: "\f01a"
}
.fa-arrow-circle-o-up:before {
  content: "\f01b"
}
.fa-inbox:before {
  content: "\f01c"
}
.fa-play-circle-o:before {
  content: "\f01d"
}
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"
}
.fa-refresh:before {
  content: "\f021"
}
.fa-list-alt:before {
  content: "\f022"
}
.fa-lock:before {
  content: "\f023"
}
.fa-flag:before {
  content: "\f024"
}
.fa-headphones:before {
  content: "\f025"
}
.fa-volume-off:before {
  content: "\f026"
}
.fa-volume-down:before {
  content: "\f027"
}
.fa-volume-up:before {
  content: "\f028"
}
.fa-qrcode:before {
  content: "\f029"
}
.fa-barcode:before {
  content: "\f02a"
}
.fa-tag:before {
  content: "\f02b"
}
.fa-tags:before {
  content: "\f02c"
}
.fa-book:before {
  content: "\f02d"
}
.fa-bookmark:before {
  content: "\f02e"
}
.fa-print:before {
  content: "\f02f"
}
.fa-camera:before {
  content: "\f030"
}
.fa-font:before {
  content: "\f031"
}
.fa-bold:before {
  content: "\f032"
}
.fa-italic:before {
  content: "\f033"
}
.fa-text-height:before {
  content: "\f034"
}
.fa-text-width:before {
  content: "\f035"
}
.fa-align-left:before {
  content: "\f036"
}
.fa-align-center:before {
  content: "\f037"
}
.fa-align-right:before {
  content: "\f038"
}
.fa-align-justify:before {
  content: "\f039"
}
.fa-list:before {
  content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"
}
.fa-indent:before {
  content: "\f03c"
}
.fa-video-camera:before {
  content: "\f03d"
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"
}
.fa-pencil:before {
  content: "\f040"
}
.fa-map-marker:before {
  content: "\f041"
}
.fa-adjust:before {
  content: "\f042"
}
.fa-tint:before {
  content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"
}
.fa-share-square-o:before {
  content: "\f045"
}
.fa-check-square-o:before {
  content: "\f046"
}
.fa-arrows:before {
  content: "\f047"
}
.fa-step-backward:before {
  content: "\f048"
}
.fa-fast-backward:before {
  content: "\f049"
}
.fa-backward:before {
  content: "\f04a"
}
.fa-play:before {
  content: "\f04b"
}
.fa-pause:before {
  content: "\f04c"
}
.fa-stop:before {
  content: "\f04d"
}
.fa-forward:before {
  content: "\f04e"
}
.fa-fast-forward:before {
  content: "\f050"
}
.fa-step-forward:before {
  content: "\f051"
}
.fa-eject:before {
  content: "\f052"
}
.fa-chevron-left:before {
  content: "\f053"
}
.fa-chevron-right:before {
  content: "\f054"
}
.fa-plus-circle:before {
  content: "\f055"
}
.fa-minus-circle:before {
  content: "\f056"
}
.fa-times-circle:before {
  content: "\f057"
}
.fa-check-circle:before {
  content: "\f058"
}
.fa-question-circle:before {
  content: "\f059"
}
.fa-info-circle:before {
  content: "\f05a"
}
.fa-crosshairs:before {
  content: "\f05b"
}
.fa-times-circle-o:before {
  content: "\f05c"
}
.fa-check-circle-o:before {
  content: "\f05d"
}
.fa-ban:before {
  content: "\f05e"
}
.fa-arrow-left:before {
  content: "\f060"
}
.fa-arrow-right:before {
  content: "\f061"
}
.fa-arrow-up:before {
  content: "\f062"
}
.fa-arrow-down:before {
  content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
  content: "\f064"
}
.fa-expand:before {
  content: "\f065"
}
.fa-compress:before {
  content: "\f066"
}
.fa-plus:before {
  content: "\f067"
}
.fa-minus:before {
  content: "\f068"
}
.fa-asterisk:before {
  content: "\f069"
}
.fa-exclamation-circle:before {
  content: "\f06a"
}
.fa-gift:before {
  content: "\f06b"
}
.fa-leaf:before {
  content: "\f06c"
}
.fa-fire:before {
  content: "\f06d"
}
.fa-eye:before {
  content: "\f06e"
}
.fa-eye-slash:before {
  content: "\f070"
}
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"
}
.fa-plane:before {
  content: "\f072"
}
.fa-calendar:before {
  content: "\f073"
}
.fa-random:before {
  content: "\f074"
}
.fa-comment:before {
  content: "\f075"
}
.fa-magnet:before {
  content: "\f076"
}
.fa-chevron-up:before {
  content: "\f077"
}
.fa-chevron-down:before {
  content: "\f078"
}
.fa-retweet:before {
  content: "\f079"
}
.fa-shopping-cart:before {
  content: "\f07a"
}
.fa-folder:before {
  content: "\f07b"
}
.fa-folder-open:before {
  content: "\f07c"
}
.fa-arrows-v:before {
  content: "\f07d"
}
.fa-arrows-h:before {
  content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"
}
.fa-twitter-square:before {
  content: "\f081"
}
.fa-facebook-square:before {
  content: "\f082"
}
.fa-camera-retro:before {
  content: "\f083"
}
.fa-key:before {
  content: "\f084"
}
.fa-gears:before, .fa-cogs:before {
  content: "\f085"
}
.fa-comments:before {
  content: "\f086"
}
.fa-thumbs-o-up:before {
  content: "\f087"
}
.fa-thumbs-o-down:before {
  content: "\f088"
}
.fa-star-half:before {
  content: "\f089"
}
.fa-heart-o:before {
  content: "\f08a"
}
.fa-sign-out:before {
  content: "\f08b"
}
.fa-linkedin-square:before {
  content: "\f08c"
}
.fa-thumb-tack:before {
  content: "\f08d"
}
.fa-external-link:before {
  content: "\f08e"
}
.fa-sign-in:before {
  content: "\f090"
}
.fa-trophy:before {
  content: "\f091"
}
.fa-github-square:before {
  content: "\f092"
}
.fa-upload:before {
  content: "\f093"
}
.fa-lemon-o:before {
  content: "\f094"
}
.fa-phone:before {
  content: "\f095"
}
.fa-square-o:before {
  content: "\f096"
}
.fa-bookmark-o:before {
  content: "\f097"
}
.fa-phone-square:before {
  content: "\f098"
}
.fa-twitter:before {
  content: "\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"
}
.fa-github:before {
  content: "\f09b"
}
.fa-unlock:before {
  content: "\f09c"
}
.fa-credit-card:before {
  content: "\f09d"
}
.fa-feed:before, .fa-rss:before {
  content: "\f09e"
}
.fa-hdd-o:before {
  content: "\f0a0"
}
.fa-bullhorn:before {
  content: "\f0a1"
}
.fa-bell:before {
  content: "\f0f3"
}
.fa-certificate:before {
  content: "\f0a3"
}
.fa-hand-o-right:before {
  content: "\f0a4"
}
.fa-hand-o-left:before {
  content: "\f0a5"
}
.fa-hand-o-up:before {
  content: "\f0a6"
}
.fa-hand-o-down:before {
  content: "\f0a7"
}
.fa-arrow-circle-left:before {
  content: "\f0a8"
}
.fa-arrow-circle-right:before {
  content: "\f0a9"
}
.fa-arrow-circle-up:before {
  content: "\f0aa"
}
.fa-arrow-circle-down:before {
  content: "\f0ab"
}
.fa-globe:before {
  content: "\f0ac"
}
.fa-wrench:before {
  content: "\f0ad"
}
.fa-tasks:before {
  content: "\f0ae"
}
.fa-filter:before {
  content: "\f0b0"
}
.fa-briefcase:before {
  content: "\f0b1"
}
.fa-arrows-alt:before {
  content: "\f0b2"
}
.fa-group:before, .fa-users:before {
  content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
  content: "\f0c1"
}
.fa-cloud:before {
  content: "\f0c2"
}
.fa-flask:before {
  content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"
}
.fa-paperclip:before {
  content: "\f0c6"
}
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"
}
.fa-square:before {
  content: "\f0c8"
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"
}
.fa-list-ul:before {
  content: "\f0ca"
}
.fa-list-ol:before {
  content: "\f0cb"
}
.fa-strikethrough:before {
  content: "\f0cc"
}
.fa-underline:before {
  content: "\f0cd"
}
.fa-table:before {
  content: "\f0ce"
}
.fa-magic:before {
  content: "\f0d0"
}
.fa-truck:before {
  content: "\f0d1"
}
.fa-pinterest:before {
  content: "\f0d2"
}
.fa-pinterest-square:before {
  content: "\f0d3"
}
.fa-google-plus-square:before {
  content: "\f0d4"
}
.fa-google-plus:before {
  content: "\f0d5"
}
.fa-money:before {
  content: "\f0d6"
}
.fa-caret-down:before {
  content: "\f0d7"
}
.fa-caret-up:before {
  content: "\f0d8"
}
.fa-caret-left:before {
  content: "\f0d9"
}
.fa-caret-right:before {
  content: "\f0da"
}
.fa-columns:before {
  content: "\f0db"
}
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"
}
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"
}
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"
}
.fa-envelope:before {
  content: "\f0e0"
}
.fa-linkedin:before {
  content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"
}
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"
}
.fa-comment-o:before {
  content: "\f0e5"
}
.fa-comments-o:before {
  content: "\f0e6"
}
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"
}
.fa-sitemap:before {
  content: "\f0e8"
}
.fa-umbrella:before {
  content: "\f0e9"
}
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"
}
.fa-lightbulb-o:before {
  content: "\f0eb"
}
.fa-exchange:before {
  content: "\f0ec"
}
.fa-cloud-download:before {
  content: "\f0ed"
}
.fa-cloud-upload:before {
  content: "\f0ee"
}
.fa-user-md:before {
  content: "\f0f0"
}
.fa-stethoscope:before {
  content: "\f0f1"
}
.fa-suitcase:before {
  content: "\f0f2"
}
.fa-bell-o:before {
  content: "\f0a2"
}
.fa-coffee:before {
  content: "\f0f4"
}
.fa-cutlery:before {
  content: "\f0f5"
}
.fa-file-text-o:before {
  content: "\f0f6"
}
.fa-building-o:before {
  content: "\f0f7"
}
.fa-hospital-o:before {
  content: "\f0f8"
}
.fa-ambulance:before {
  content: "\f0f9"
}
.fa-medkit:before {
  content: "\f0fa"
}
.fa-fighter-jet:before {
  content: "\f0fb"
}
.fa-beer:before {
  content: "\f0fc"
}
.fa-h-square:before {
  content: "\f0fd"
}
.fa-plus-square:before {
  content: "\f0fe"
}
.fa-angle-double-left:before {
  content: "\f100"
}
.fa-angle-double-right:before {
  content: "\f101"
}
.fa-angle-double-up:before {
  content: "\f102"
}
.fa-angle-double-down:before {
  content: "\f103"
}
.fa-angle-left:before {
  content: "\f104"
}
.fa-angle-right:before {
  content: "\f105"
}
.fa-angle-up:before {
  content: "\f106"
}
.fa-angle-down:before {
  content: "\f107"
}
.fa-desktop:before {
  content: "\f108"
}
.fa-laptop:before {
  content: "\f109"
}
.fa-tablet:before {
  content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"
}
.fa-circle-o:before {
  content: "\f10c"
}
.fa-quote-left:before {
  content: "\f10d"
}
.fa-quote-right:before {
  content: "\f10e"
}
.fa-spinner:before {
  content: "\f110"
}
.fa-circle:before {
  content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"
}
.fa-github-alt:before {
  content: "\f113"
}
.fa-folder-o:before {
  content: "\f114"
}
.fa-folder-open-o:before {
  content: "\f115"
}
.fa-smile-o:before {
  content: "\f118"
}
.fa-frown-o:before {
  content: "\f119"
}
.fa-meh-o:before {
  content: "\f11a"
}
.fa-gamepad:before {
  content: "\f11b"
}
.fa-keyboard-o:before {
  content: "\f11c"
}
.fa-flag-o:before {
  content: "\f11d"
}
.fa-flag-checkered:before {
  content: "\f11e"
}
.fa-terminal:before {
  content: "\f120"
}
.fa-code:before {
  content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"
}
.fa-location-arrow:before {
  content: "\f124"
}
.fa-crop:before {
  content: "\f125"
}
.fa-code-fork:before {
  content: "\f126"
}
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"
}
.fa-question:before {
  content: "\f128"
}
.fa-info:before {
  content: "\f129"
}
.fa-exclamation:before {
  content: "\f12a"
}
.fa-superscript:before {
  content: "\f12b"
}
.fa-subscript:before {
  content: "\f12c"
}
.fa-eraser:before {
  content: "\f12d"
}
.fa-puzzle-piece:before {
  content: "\f12e"
}
.fa-microphone:before {
  content: "\f130"
}
.fa-microphone-slash:before {
  content: "\f131"
}
.fa-shield:before {
  content: "\f132"
}
.fa-calendar-o:before {
  content: "\f133"
}
.fa-fire-extinguisher:before {
  content: "\f134"
}
.fa-rocket:before {
  content: "\f135"
}
.fa-maxcdn:before {
  content: "\f136"
}
.fa-chevron-circle-left:before {
  content: "\f137"
}
.fa-chevron-circle-right:before {
  content: "\f138"
}
.fa-chevron-circle-up:before {
  content: "\f139"
}
.fa-chevron-circle-down:before {
  content: "\f13a"
}
.fa-html5:before {
  content: "\f13b"
}
.fa-css3:before {
  content: "\f13c"
}
.fa-anchor:before {
  content: "\f13d"
}
.fa-unlock-alt:before {
  content: "\f13e"
}
.fa-bullseye:before {
  content: "\f140"
}
.fa-ellipsis-h:before {
  content: "\f141"
}
.fa-ellipsis-v:before {
  content: "\f142"
}
.fa-rss-square:before {
  content: "\f143"
}
.fa-play-circle:before {
  content: "\f144"
}
.fa-ticket:before {
  content: "\f145"
}
.fa-minus-square:before {
  content: "\f146"
}
.fa-minus-square-o:before {
  content: "\f147"
}
.fa-level-up:before {
  content: "\f148"
}
.fa-level-down:before {
  content: "\f149"
}
.fa-check-square:before {
  content: "\f14a"
}
.fa-pencil-square:before {
  content: "\f14b"
}
.fa-external-link-square:before {
  content: "\f14c"
}
.fa-share-square:before {
  content: "\f14d"
}
.fa-compass:before {
  content: "\f14e"
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"
}
.fa-euro:before, .fa-eur:before {
  content: "\f153"
}
.fa-gbp:before {
  content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
  content: "\f155"
}
.fa-rupee:before, .fa-inr:before {
  content: "\f156"
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"
}
.fa-won:before, .fa-krw:before {
  content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"
}
.fa-file:before {
  content: "\f15b"
}
.fa-file-text:before {
  content: "\f15c"
}
.fa-sort-alpha-asc:before {
  content: "\f15d"
}
.fa-sort-alpha-desc:before {
  content: "\f15e"
}
.fa-sort-amount-asc:before {
  content: "\f160"
}
.fa-sort-amount-desc:before {
  content: "\f161"
}
.fa-sort-numeric-asc:before {
  content: "\f162"
}
.fa-sort-numeric-desc:before {
  content: "\f163"
}
.fa-thumbs-up:before {
  content: "\f164"
}
.fa-thumbs-down:before {
  content: "\f165"
}
.fa-youtube-square:before {
  content: "\f166"
}
.fa-youtube:before {
  content: "\f167"
}
.fa-xing:before {
  content: "\f168"
}
.fa-xing-square:before {
  content: "\f169"
}
.fa-youtube-play:before {
  content: "\f16a"
}
.fa-dropbox:before {
  content: "\f16b"
}
.fa-stack-overflow:before {
  content: "\f16c"
}
.fa-instagram:before {
  content: "\f16d"
}
.fa-flickr:before {
  content: "\f16e"
}
.fa-adn:before {
  content: "\f170"
}
.fa-bitbucket:before {
  content: "\f171"
}
.fa-bitbucket-square:before {
  content: "\f172"
}
.fa-tumblr:before {
  content: "\f173"
}
.fa-tumblr-square:before {
  content: "\f174"
}
.fa-long-arrow-down:before {
  content: "\f175"
}
.fa-long-arrow-up:before {
  content: "\f176"
}
.fa-long-arrow-left:before {
  content: "\f177"
}
.fa-long-arrow-right:before {
  content: "\f178"
}
.fa-apple:before {
  content: "\f179"
}
.fa-windows:before {
  content: "\f17a"
}
.fa-android:before {
  content: "\f17b"
}
.fa-linux:before {
  content: "\f17c"
}
.fa-dribbble:before {
  content: "\f17d"
}
.fa-skype:before {
  content: "\f17e"
}
.fa-foursquare:before {
  content: "\f180"
}
.fa-trello:before {
  content: "\f181"
}
.fa-female:before {
  content: "\f182"
}
.fa-male:before {
  content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"
}
.fa-sun-o:before {
  content: "\f185"
}
.fa-moon-o:before {
  content: "\f186"
}
.fa-archive:before {
  content: "\f187"
}
.fa-bug:before {
  content: "\f188"
}
.fa-vk:before {
  content: "\f189"
}
.fa-weibo:before {
  content: "\f18a"
}
.fa-renren:before {
  content: "\f18b"
}
.fa-pagelines:before {
  content: "\f18c"
}
.fa-stack-exchange:before {
  content: "\f18d"
}
.fa-arrow-circle-o-right:before {
  content: "\f18e"
}
.fa-arrow-circle-o-left:before {
  content: "\f190"
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"
}
.fa-dot-circle-o:before {
  content: "\f192"
}
.fa-wheelchair:before {
  content: "\f193"
}
.fa-vimeo-square:before {
  content: "\f194"
}
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"
}
.fa-plus-square-o:before {
  content: "\f196"
}
.fa-space-shuttle:before {
  content: "\f197"
}
.fa-slack:before {
  content: "\f198"
}
.fa-envelope-square:before {
  content: "\f199"
}
.fa-wordpress:before {
  content: "\f19a"
}
.fa-openid:before {
  content: "\f19b"
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"
}
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"
}
.fa-yahoo:before {
  content: "\f19e"
}
.fa-google:before {
  content: "\f1a0"
}
.fa-reddit:before {
  content: "\f1a1"
}
.fa-reddit-square:before {
  content: "\f1a2"
}
.fa-stumbleupon-circle:before {
  content: "\f1a3"
}
.fa-stumbleupon:before {
  content: "\f1a4"
}
.fa-delicious:before {
  content: "\f1a5"
}
.fa-digg:before {
  content: "\f1a6"
}
.fa-pied-piper-pp:before {
  content: "\f1a7"
}
.fa-pied-piper-alt:before {
  content: "\f1a8"
}
.fa-drupal:before {
  content: "\f1a9"
}
.fa-joomla:before {
  content: "\f1aa"
}
.fa-language:before {
  content: "\f1ab"
}
.fa-fax:before {
  content: "\f1ac"
}
.fa-building:before {
  content: "\f1ad"
}
.fa-child:before {
  content: "\f1ae"
}
.fa-paw:before {
  content: "\f1b0"
}
.fa-spoon:before {
  content: "\f1b1"
}
.fa-cube:before {
  content: "\f1b2"
}
.fa-cubes:before {
  content: "\f1b3"
}
.fa-behance:before {
  content: "\f1b4"
}
.fa-behance-square:before {
  content: "\f1b5"
}
.fa-steam:before {
  content: "\f1b6"
}
.fa-steam-square:before {
  content: "\f1b7"
}
.fa-recycle:before {
  content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
  content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"
}
.fa-tree:before {
  content: "\f1bb"
}
.fa-spotify:before {
  content: "\f1bc"
}
.fa-deviantart:before {
  content: "\f1bd"
}
.fa-soundcloud:before {
  content: "\f1be"
}
.fa-database:before {
  content: "\f1c0"
}
.fa-file-pdf-o:before {
  content: "\f1c1"
}
.fa-file-word-o:before {
  content: "\f1c2"
}
.fa-file-excel-o:before {
  content: "\f1c3"
}
.fa-file-powerpoint-o:before {
  content: "\f1c4"
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"
}
.fa-file-code-o:before {
  content: "\f1c9"
}
.fa-vine:before {
  content: "\f1ca"
}
.fa-codepen:before {
  content: "\f1cb"
}
.fa-jsfiddle:before {
  content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"
}
.fa-circle-o-notch:before {
  content: "\f1ce"
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"
}
.fa-ge:before, .fa-empire:before {
  content: "\f1d1"
}
.fa-git-square:before {
  content: "\f1d2"
}
.fa-git:before {
  content: "\f1d3"
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"
}
.fa-tencent-weibo:before {
  content: "\f1d5"
}
.fa-qq:before {
  content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"
}
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"
}
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"
}
.fa-history:before {
  content: "\f1da"
}
.fa-circle-thin:before {
  content: "\f1db"
}
.fa-header:before {
  content: "\f1dc"
}
.fa-paragraph:before {
  content: "\f1dd"
}
.fa-sliders:before {
  content: "\f1de"
}
.fa-share-alt:before {
  content: "\f1e0"
}
.fa-share-alt-square:before {
  content: "\f1e1"
}
.fa-bomb:before {
  content: "\f1e2"
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"
}
.fa-tty:before {
  content: "\f1e4"
}
.fa-binoculars:before {
  content: "\f1e5"
}
.fa-plug:before {
  content: "\f1e6"
}
.fa-slideshare:before {
  content: "\f1e7"
}
.fa-twitch:before {
  content: "\f1e8"
}
.fa-yelp:before {
  content: "\f1e9"
}
.fa-newspaper-o:before {
  content: "\f1ea"
}
.fa-wifi:before {
  content: "\f1eb"
}
.fa-calculator:before {
  content: "\f1ec"
}
.fa-paypal:before {
  content: "\f1ed"
}
.fa-google-wallet:before {
  content: "\f1ee"
}
.fa-cc-visa:before {
  content: "\f1f0"
}
.fa-cc-mastercard:before {
  content: "\f1f1"
}
.fa-cc-discover:before {
  content: "\f1f2"
}
.fa-cc-amex:before {
  content: "\f1f3"
}
.fa-cc-paypal:before {
  content: "\f1f4"
}
.fa-cc-stripe:before {
  content: "\f1f5"
}
.fa-bell-slash:before {
  content: "\f1f6"
}
.fa-bell-slash-o:before {
  content: "\f1f7"
}
.fa-trash:before {
  content: "\f1f8"
}
.fa-copyright:before {
  content: "\f1f9"
}
.fa-at:before {
  content: "\f1fa"
}
.fa-eyedropper:before {
  content: "\f1fb"
}
.fa-paint-brush:before {
  content: "\f1fc"
}
.fa-birthday-cake:before {
  content: "\f1fd"
}
.fa-area-chart:before {
  content: "\f1fe"
}
.fa-pie-chart:before {
  content: "\f200"
}
.fa-line-chart:before {
  content: "\f201"
}
.fa-lastfm:before {
  content: "\f202"
}
.fa-lastfm-square:before {
  content: "\f203"
}
.fa-toggle-off:before {
  content: "\f204"
}
.fa-toggle-on:before {
  content: "\f205"
}
.fa-bicycle:before {
  content: "\f206"
}
.fa-bus:before {
  content: "\f207"
}
.fa-ioxhost:before {
  content: "\f208"
}
.fa-angellist:before {
  content: "\f209"
}
.fa-cc:before {
  content: "\f20a"
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"
}
.fa-meanpath:before {
  content: "\f20c"
}
.fa-buysellads:before {
  content: "\f20d"
}
.fa-connectdevelop:before {
  content: "\f20e"
}
.fa-dashcube:before {
  content: "\f210"
}
.fa-forumbee:before {
  content: "\f211"
}
.fa-leanpub:before {
  content: "\f212"
}
.fa-sellsy:before {
  content: "\f213"
}
.fa-shirtsinbulk:before {
  content: "\f214"
}
.fa-simplybuilt:before {
  content: "\f215"
}
.fa-skyatlas:before {
  content: "\f216"
}
.fa-cart-plus:before {
  content: "\f217"
}
.fa-cart-arrow-down:before {
  content: "\f218"
}
.fa-diamond:before {
  content: "\f219"
}
.fa-ship:before {
  content: "\f21a"
}
.fa-user-secret:before {
  content: "\f21b"
}
.fa-motorcycle:before {
  content: "\f21c"
}
.fa-street-view:before {
  content: "\f21d"
}
.fa-heartbeat:before {
  content: "\f21e"
}
.fa-venus:before {
  content: "\f221"
}
.fa-mars:before {
  content: "\f222"
}
.fa-mercury:before {
  content: "\f223"
}
.fa-intersex:before, .fa-transgender:before {
  content: "\f224"
}
.fa-transgender-alt:before {
  content: "\f225"
}
.fa-venus-double:before {
  content: "\f226"
}
.fa-mars-double:before {
  content: "\f227"
}
.fa-venus-mars:before {
  content: "\f228"
}
.fa-mars-stroke:before {
  content: "\f229"
}
.fa-mars-stroke-v:before {
  content: "\f22a"
}
.fa-mars-stroke-h:before {
  content: "\f22b"
}
.fa-neuter:before {
  content: "\f22c"
}
.fa-genderless:before {
  content: "\f22d"
}
.fa-facebook-official:before {
  content: "\f230"
}
.fa-pinterest-p:before {
  content: "\f231"
}
.fa-whatsapp:before {
  content: "\f232"
}
.fa-server:before {
  content: "\f233"
}
.fa-user-plus:before {
  content: "\f234"
}
.fa-user-times:before {
  content: "\f235"
}
.fa-hotel:before, .fa-bed:before {
  content: "\f236"
}
.fa-viacoin:before {
  content: "\f237"
}
.fa-train:before {
  content: "\f238"
}
.fa-subway:before {
  content: "\f239"
}
.fa-medium:before {
  content: "\f23a"
}
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"
}
.fa-optin-monster:before {
  content: "\f23c"
}
.fa-opencart:before {
  content: "\f23d"
}
.fa-expeditedssl:before {
  content: "\f23e"
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"
}
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"
}
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"
}
.fa-mouse-pointer:before {
  content: "\f245"
}
.fa-i-cursor:before {
  content: "\f246"
}
.fa-object-group:before {
  content: "\f247"
}
.fa-object-ungroup:before {
  content: "\f248"
}
.fa-sticky-note:before {
  content: "\f249"
}
.fa-sticky-note-o:before {
  content: "\f24a"
}
.fa-cc-jcb:before {
  content: "\f24b"
}
.fa-cc-diners-club:before {
  content: "\f24c"
}
.fa-clone:before {
  content: "\f24d"
}
.fa-balance-scale:before {
  content: "\f24e"
}
.fa-hourglass-o:before {
  content: "\f250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"
}
.fa-hourglass:before {
  content: "\f254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"
}
.fa-hand-scissors-o:before {
  content: "\f257"
}
.fa-hand-lizard-o:before {
  content: "\f258"
}
.fa-hand-spock-o:before {
  content: "\f259"
}
.fa-hand-pointer-o:before {
  content: "\f25a"
}
.fa-hand-peace-o:before {
  content: "\f25b"
}
.fa-trademark:before {
  content: "\f25c"
}
.fa-registered:before {
  content: "\f25d"
}
.fa-creative-commons:before {
  content: "\f25e"
}
.fa-gg:before {
  content: "\f260"
}
.fa-gg-circle:before {
  content: "\f261"
}
.fa-tripadvisor:before {
  content: "\f262"
}
.fa-odnoklassniki:before {
  content: "\f263"
}
.fa-odnoklassniki-square:before {
  content: "\f264"
}
.fa-get-pocket:before {
  content: "\f265"
}
.fa-wikipedia-w:before {
  content: "\f266"
}
.fa-safari:before {
  content: "\f267"
}
.fa-chrome:before {
  content: "\f268"
}
.fa-firefox:before {
  content: "\f269"
}
.fa-opera:before {
  content: "\f26a"
}
.fa-internet-explorer:before {
  content: "\f26b"
}
.fa-tv:before, .fa-television:before {
  content: "\f26c"
}
.fa-contao:before {
  content: "\f26d"
}
.fa-500px:before {
  content: "\f26e"
}
.fa-amazon:before {
  content: "\f270"
}
.fa-calendar-plus-o:before {
  content: "\f271"
}
.fa-calendar-minus-o:before {
  content: "\f272"
}
.fa-calendar-times-o:before {
  content: "\f273"
}
.fa-calendar-check-o:before {
  content: "\f274"
}
.fa-industry:before {
  content: "\f275"
}
.fa-map-pin:before {
  content: "\f276"
}
.fa-map-signs:before {
  content: "\f277"
}
.fa-map-o:before {
  content: "\f278"
}
.fa-map:before {
  content: "\f279"
}
.fa-commenting:before {
  content: "\f27a"
}
.fa-commenting-o:before {
  content: "\f27b"
}
.fa-houzz:before {
  content: "\f27c"
}
.fa-vimeo:before {
  content: "\f27d"
}
.fa-black-tie:before {
  content: "\f27e"
}
.fa-fonticons:before {
  content: "\f280"
}
.fa-reddit-alien:before {
  content: "\f281"
}
.fa-edge:before {
  content: "\f282"
}
.fa-credit-card-alt:before {
  content: "\f283"
}
.fa-codiepie:before {
  content: "\f284"
}
.fa-modx:before {
  content: "\f285"
}
.fa-fort-awesome:before {
  content: "\f286"
}
.fa-usb:before {
  content: "\f287"
}
.fa-product-hunt:before {
  content: "\f288"
}
.fa-mixcloud:before {
  content: "\f289"
}
.fa-scribd:before {
  content: "\f28a"
}
.fa-pause-circle:before {
  content: "\f28b"
}
.fa-pause-circle-o:before {
  content: "\f28c"
}
.fa-stop-circle:before {
  content: "\f28d"
}
.fa-stop-circle-o:before {
  content: "\f28e"
}
.fa-shopping-bag:before {
  content: "\f290"
}
.fa-shopping-basket:before {
  content: "\f291"
}
.fa-hashtag:before {
  content: "\f292"
}
.fa-bluetooth:before {
  content: "\f293"
}
.fa-bluetooth-b:before {
  content: "\f294"
}
.fa-percent:before {
  content: "\f295"
}
.fa-gitlab:before {
  content: "\f296"
}
.fa-wpbeginner:before {
  content: "\f297"
}
.fa-wpforms:before {
  content: "\f298"
}
.fa-envira:before {
  content: "\f299"
}
.fa-universal-access:before {
  content: "\f29a"
}
.fa-wheelchair-alt:before {
  content: "\f29b"
}
.fa-question-circle-o:before {
  content: "\f29c"
}
.fa-blind:before {
  content: "\f29d"
}
.fa-audio-description:before {
  content: "\f29e"
}
.fa-volume-control-phone:before {
  content: "\f2a0"
}
.fa-braille:before {
  content: "\f2a1"
}
.fa-assistive-listening-systems:before {
  content: "\f2a2"
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"
}
.fa-glide:before {
  content: "\f2a5"
}
.fa-glide-g:before {
  content: "\f2a6"
}
.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"
}
.fa-low-vision:before {
  content: "\f2a8"
}
.fa-viadeo:before {
  content: "\f2a9"
}
.fa-viadeo-square:before {
  content: "\f2aa"
}
.fa-snapchat:before {
  content: "\f2ab"
}
.fa-snapchat-ghost:before {
  content: "\f2ac"
}
.fa-snapchat-square:before {
  content: "\f2ad"
}
.fa-pied-piper:before {
  content: "\f2ae"
}
.fa-first-order:before {
  content: "\f2b0"
}
.fa-yoast:before {
  content: "\f2b1"
}
.fa-themeisle:before {
  content: "\f2b2"
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"
}
.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"
}
.fa-handshake-o:before {
  content: "\f2b5"
}
.fa-envelope-open:before {
  content: "\f2b6"
}
.fa-envelope-open-o:before {
  content: "\f2b7"
}
.fa-linode:before {
  content: "\f2b8"
}
.fa-address-book:before {
  content: "\f2b9"
}
.fa-address-book-o:before {
  content: "\f2ba"
}
.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"
}
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"
}
.fa-user-circle:before {
  content: "\f2bd"
}
.fa-user-circle-o:before {
  content: "\f2be"
}
.fa-user-o:before {
  content: "\f2c0"
}
.fa-id-badge:before {
  content: "\f2c1"
}
.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"
}
.fa-quora:before {
  content: "\f2c4"
}
.fa-free-code-camp:before {
  content: "\f2c5"
}
.fa-telegram:before {
  content: "\f2c6"
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"
}
.fa-shower:before {
  content: "\f2cc"
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"
}
.fa-podcast:before {
  content: "\f2ce"
}
.fa-window-maximize:before {
  content: "\f2d0"
}
.fa-window-minimize:before {
  content: "\f2d1"
}
.fa-window-restore:before {
  content: "\f2d2"
}
.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"
}
.fa-bandcamp:before {
  content: "\f2d5"
}
.fa-grav:before {
  content: "\f2d6"
}
.fa-etsy:before {
  content: "\f2d7"
}
.fa-imdb:before {
  content: "\f2d8"
}
.fa-ravelry:before {
  content: "\f2d9"
}
.fa-eercast:before {
  content: "\f2da"
}
.fa-microchip:before {
  content: "\f2db"
}
.fa-snowflake-o:before {
  content: "\f2dc"
}
.fa-superpowers:before {
  content: "\f2dd"
}
.fa-wpexplorer:before {
  content: "\f2de"
}
.fa-meetup:before {
  content: "\f2e0"
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: 1px;
  top: 37px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

/* ============================================================
  Homepage split
============================================================ */
.homepagesplit {
  height: 480px;
  margin-top: 70px;
  position: relative;
  margin-bottom: 20px;
  z-index: 1000;
  padding: 0px;
}
.homepagesplittext {
  display: block;
  background-color: black;
  padding: 10px;
  padding-bottom: 0px;
  bottom: 50px;
  left: 50px;
  position: absolute;
  z-index: 1010;
  transition: .5s ease;
}
.homepagesplittext a {
  color: white;
  padding-bottom: 0px;
  margin-bottom: 0px;
  line-height: 0px;
  transition: .5s ease;
  text-decoration: none;
}
@media(max-width:599px) {
  #mainimage .col-md-4.col-xs-4.homepagesplit .homepagesplittext h3 {
    font-size: 20px !important;
    padding: 0px !important;
    margin: 0px !important;
  }
  #mainimage .col-md-4.col-xs-4.homepagesplit .homepagesplittext {
    padding: 10px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    bottom: 20px;
    left: 20px;
  }
}
.homepagesplittext a:hover {
  color: black;
}
.homepagesplittext:hover {
  background-color: white;
}
.split1 {
  background-image: url(../images-casestudies/bierfest/338.jpg);
  background-size: cover;
  background-position: center center;
  transition: .5s ease;
}
.split2 {
  background-image: url(../images/party-table-centres.jpg);
  background-size: cover;
  background-position: center center;
  transition: .5s ease;
}
.split3 {
  background-image: url(../images-casestudies/malta/Comino---By-Ted-Attard.jpg);
  background-size: cover;
  background-position: center center;
  transition: .5s ease;
}
.blackcover1, .blackcover2, .blackcover3 {
  background-color: #c6e2e0;
  height: 480px;
  width: 100%;
  opacity: 0.0;
  transition: .5s ease;
}
.iconevents img {
  margin: 0 auto;
  width: 200px;
  transition: .5s ease;
  position: absolute;
  top: -450px;
  z-index: 20000;
  left: 65%;
}
.iconlive img {
  margin: 0 auto;
  width: 240px;
  transition: .5s ease;
  position: absolute;
  top: -450px;
  z-index: 20000;
  left: 60%;
}
.iconengage img {
  margin: 0 auto;
  width: 230px;
  transition: .5s ease;
  position: absolute;
  top: -450px;
  z-index: 20000;
  left: 60%;
}
.eventspic2 {
  transition: .2s ease;
  transition-delay: 0.2s;
  position: absolute;
  height: 480px;
  bottom: 0px;
  z-index: 1000;
  width: 100%;
  overflow: hidden;
}
.eventspic2 h2, .livepic2 h2, .engagepic2 h2 {
  transition: 0.3s ease;
  transition-delay: 0.3s;
  position: absolute;
  bottom: -420px;
  z-index: 1000;
  width: 70%;
  color: white;
  background-color: black;
  margin-left: 50px;
  padding: 10px;
}
.livepic2 {
  transition: .2s ease;
  transition-delay: 0.2s;
  position: absolute;
  height: 480px;
  bottom: 0px;
  z-index: 1000;
  width: 100%;
  overflow: hidden;
}
.engagepic2 {
  transition: .2s ease;
  transition-delay: 0.2s;
  position: absolute;
  height: 480px;
  bottom: 0px;
  z-index: 1000;
  width: 100%;
  overflow: hidden;
}
@media(max-width:760px) {
  .homepagesplit {
    margin-top: 10px;
    height: 320px;
  }
  .blackcover1, .blackcover2, .blackcover3 {
    height: 320px;
  }
}
@media(min-width:767px) {
  #mobileimage {
    display: none !important;
  }
}
@media(max-width:766px) {
  #mainimage.mainimagehome {
    display: none !important;
  }
  .mobilehome1 {
    height: 320px;
    margin-top: 20px;
    position: relative;
    margin-bottom: 5px;
    z-index: 1000;
    padding: 0px;
  }
  .mobilehomesplit1 {
    background-image: url(../images-casestudies/bierfest/338.jpg);
    background-size: cover;
    background-position: center center;
    transition: .5s ease;
  }
  .mobilehomesplit2 {
    background-image: url(../images-casestudies/vconference/conferences.jpg);
    background-size: cover;
    background-position: center center;
    transition: .5s ease;
  }
  .mobilehomesplit3 {
    background-image: url(../images-casestudies/vconference/silent-disco.jpeg);
    background-size: cover;
    background-position: center center;
    transition: .5s ease;
  }
}
/* ============================================================
  case study bottom of what we do pages
============================================================ */
.pages {
  margin-bottom: 30px;
}
.pages .casestudyimg {
  overflow: hidden;
  height: 200px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}
.pages .casestudyimg img {
  width: 100%;
}
.pages .casestudyhover h4 {
  font-size: 24px;
}
@media (min-width: 530px) and (max-width: 600px) {
  .pages .casestudyimg {
    height: 260px !important;
  }
}
@media (min-width: 600px) and (max-width: 776px) {
  .pages .casestudyimg {
    height: 320px !important;
  }
}
@media (min-width: 776px) and (max-width: 900px) {
  .pages .casestudyimg {
    height: 180px !important;
  }
  .pages .casestudyhover h4 {
    font-size: 16px;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  .pages .casestudyimg {
    height: 180px !important;
  }
  .pages .casestudyhover h4 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .pages .casestudyimg {
    height: 220px !important;
  }
  .pages .casestudyhover h4 {
    font-size: 22px;
  }
}
@media (min-width: 1400px) and (max-width: 1650px) {
  .pages .casestudyimg {
    height: 260px !important;
  }
}
@media (min-width: 1650px) and (max-width: 2100px) {
  .pages .casestudyimg {
    height: 300px !important;
  }
}
@media (min-width: 2100px) and (max-width: 3000px) {
  .pages .casestudyimg {
    height: 340px !important;
  }
}
/* ============================================================
  case study work galery page
============================================================ */
.workpage .casestudyimg {
  overflow: hidden;
  height: 200px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0px;
}
.workpage.casestudyimg img {
  width: 100%;
}
.workpage .casestudyhover h4 {
  font-size: 22px;
}
.workpage .casestudyheader h4 {
  font-size: 22px !important;
}
@media (min-width: 530px) and (max-width: 600px) {
  .workpage .casestudyimg {
    height: 260px !important;
  }
  .workpage .casestudyheader h4 {
    font-size: 26px !important;
  }
}
@media (min-width: 601px) and (max-width: 775px) {
  .workpage .casestudyimg {
    height: 320px !important;
  }
  .workpage .casestudyheader h4 {
    font-size: 36px !important;
  }
}
@media (min-width: 776px) and (max-width: 900px) {
  .workpage .casestudyimg {
    height: 200px !important;
  }
  .workpage.casestudyhover h4 {
    font-size: 16px;
  }
  .workpage .casestudyheader h4 {
    font-size: 36px !important;
  }
}
@media (min-width: 900px) and (max-width: 998px) {
  .workpage .casestudyimg {
    height: 240px !important;
  }
  .workpage .casestudyhover h4 {
    font-size: 16px;
  }
  .workpage .casestudyheader h4 {
    font-size: 42px !important;
  }
}
@media (min-width: 999px) and (max-width: 1200px) {
  .workpage .casestudyimg {
    height: 180px !important;
  }
  .workpage .casestudyhover h4 {
    font-size: 16px;
  }
  .workpage .casestudyheader h4 {
    font-size: 46px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .workpage .casestudyimg {
    height: 220px !important;
  }
  .workpage .casestudyhover h4 {
    font-size: 22px;
  }
  .workpage .casestudyheader h4 {
    font-size: 48px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1450px) {
  .workpage .casestudyimg {
    height: 250px !important;
  }
  .workpage .casestudyheader h4 {
    font-size: 48px !important;
  }
}
@media (min-width: 1451px) and (max-width: 1650px) {
  .workpage .casestudyimg {
    height: 260px !important;
  }
  .workpage .casestudyheader h4 {
    font-size: 48px !important;
  }
}
@media (min-width: 1650px) and (max-width: 2100px) {
  .workpage .casestudyimg {
    height: 300px !important;
  }
  .workpage .casestudyheader h4 {
    font-size: 48px !important;
  }
}
@media (min-width: 2100px) and (max-width: 3000px) {
  .workpage .casestudyimg {
    height: 360px !important;
  }
  .workpage .casestudyheader h4 {
    font-size: 48px !important;
  }
}
#casestudies .container-fluid.container-wide .col-md-6.col-lg-6.col-xl-6.col-sm-6.col-xs-12.casestudyimg.introimages,
 #team-activities .container-fluid.container-wide .col-md-6.col-lg-6.col-xl-6.col-sm-6.col-xs-12.casestudyimg.introimages,

{
  height: 220px !important;
  background-color: #000000
}
@media (min-width: 250px) and (max-width: 370px) {
  #casestudies .container-fluid.container-wide .col-md-6.col-lg-6.col-xl-6.col-sm-6.col-xs-12.casestudyimg.introimages,
   #team-activities .container-fluid.container-wide .col-md-6.col-lg-6.col-xl-6.col-sm-6.col-xs-12.casestudyimg.introimages{
    height: 160px !important;
  }
}
@media (min-width: 370px) and (max-width: 600px) {
  #casestudies .container-fluid.container-wide .col-md-6.col-lg-6.col-xl-6.col-sm-6.col-xs-12.casestudyimg.introimages,
     #team-activities .container-fluid.container-wide .col-md-6.col-lg-6.col-xl-6.col-sm-6.col-xs-12.casestudyimg.introimages {
    height: 200px !important;
  }
}
@media (min-width: 600px) and (max-width: 990px) {
  #casestudies .container-fluid.container-wide .col-md-6.col-lg-6.col-xl-6.col-sm-6.col-xs-12.casestudyimg.introimages,
    #team-activities .container-fluid.container-wide .col-md-6.col-lg-6.col-xl-6.col-sm-6.col-xs-12.casestudyimg.introimages
    {
    height: 200px !important;
  }
}
@media (min-width: 990px) and (max-width: 1280px) {
  #casestudies .container-fluid.container-wide .col-md-6.col-lg-6.col-xl-6.col-sm-6.col-xs-12.casestudyimg.introimages,
     #team-activities .container-fluid.container-wide .col-md-6.col-lg-6.col-xl-6.col-sm-6.col-xs-12.casestudyimg.introimages
    {
    height: 270px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1400px) {
  #casestudies .container-fluid.container-wide .col-md-6.col-lg-6.col-xl-6.col-sm-6.col-xs-12.casestudyimg.introimages,
     #team-activities .container-fluid.container-wide .col-md-6.col-lg-6.col-xl-6.col-sm-6.col-xs-12.casestudyimg.introimages
    {
    height: 340px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1900px) {
  #casestudies .container-fluid.container-wide .col-md-6.col-lg-6.col-xl-6.col-sm-6.col-xs-12.casestudyimg.introimages,
    #team-activities .container-fluid.container-wide .col-md-6.col-lg-6.col-xl-6.col-sm-6.col-xs-12.casestudyimg.introimages 
    {
    height: 400px !important;
  }
  .workpage .casestudyheader h4 {
    font-size: 48px !important;
  }
}
@media (min-width: 1900px) and (max-width: 3000px) {
  #casestudies .container-fluid.container-wide .col-md-6.col-lg-6.col-xl-6.col-sm-6.col-xs-12.casestudyimg.introimages,
     #team-activities .container-fluid.container-wide .col-md-6.col-lg-6.col-xl-6.col-sm-6.col-xs-12.casestudyimg.introimages
    {
    height: 460px !important;
  }
}
.iconengage2, .iconlive2, .iconevents2 {
  position: absolute;
  bottom: -550px;
}
.iconengage2 img, .iconlive2 img, .iconevents2 img {
  width: 40% !important;
  position: relative;
  left: 35%;
  bottom: 0px;
}
.tiltpic {
  z-index: 10;
  /*-webkit-box-shadow: 0px 7px 5px #7B7B7B;
	box-shadow: 0px 7px 5px #7B7B7B;*/
}
.addfilter {
  position: relative;
  -webkit-filter: contrast(140%) sepia(50%);
  filter: contrast(140%) sepia(50%);
}
.addfilter::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  mix-blend-mode: lighten;
  background: rgba(161, 44, 199, 0.31);
}
.effectover {
  /*background-image: url(../images/vignette2.png);*/
  background-size: 100% 100%;
  z-index: 21;
  position: absolute;
  width: 100%;
  top: 0px;
  height: 100%;
}
.retro img {
  -webkit-filter: contrast(105%) sepia(30%) grayscale(20%);
  filter: contrast(105%) sepia(30%) grayscale(20%);
}
/*-----------------------------------------------
	Team Building Catalogue Pages
	
	-----------------------------------------------*/
.teambuildingbackground {
  background-color: #79c4b6;
  background-image: none;
}
.festiveteambuildingbackground{
    background-image: url("/images/festivebackground.jpg");
    background-size: cover;
    z-index:-1;
    height: 100vh;
    width:100%;
    position: fixed;
    top: 0px;
    background-position: center top;
}
#virtual-team-building-ideas h1 {
font-size: 30px;
text-align: left;
width: 65%;
}
#team-building-ideas {
  background: url("../images/team-building-banner-mobile.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #79c4b6;
  background-position: right;
  padding-top: 140px;
  padding-bottom: 40px;
}
#virtual-team-building-ideas {
  background: url("../images/virtual-team-building-banner-mobile.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #79c4b6;
  background-position: right;
  padding-top: 140px;
  padding-bottom: 40px;
}
.festive-team-building-ideas{
    background: url("../images/festive-team-building-banner-mobile.jpg");
    background-size: cover;
  background-repeat: no-repeat;
  background-color: #79c4b6;
  background-position: right;
  padding-top: 140px;
  padding-bottom: 40px;
}
#team-building-banner {
   background-size: cover;
  background-repeat: no-repeat;
  background-color: #79c4b6;
  background-position: right;
  padding-top: 140px;
  padding-bottom: 40px;
}

@media(min-width:760px){
#team-building-ideas {
background: url("../images/team-building-cat-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #79c4b6;
  background-position: right;
  padding-top: 140px;
  padding-bottom: 40px;  
}
    #virtual-team-building-ideas {
background: url("../images/virtual-team-building-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #79c4b6;
  background-position: right;
  padding-top: 140px;
  padding-bottom: 40px;  
}
    .festive-team-building-ideas{
    background: url("../images/festive-team-building-banner.jpg");
          background-size: cover;
  background-repeat: no-repeat;
  background-color: #79c4b6;
  background-position: center;
  padding-top: 140px;
  padding-bottom: 40px;  
}
#virtual-team-building-ideas h1 {
font-size: 40px;
text-align: center;
width: 50%;
margin-left: auto;
margin-right:auto;
}
       .festive-team-building-ideas h1{
text-align: center;
width: 50%;
margin-left: auto;
margin-right:auto;
}
}
/*-----------------------------------------------
	Travel Pages
	
	-----------------------------------------------*/
.travelbackground {
  background-color: #79c4b6;
  background: url(../images/inceitivepage2.jpg);
}
#travel-ideas {
  background: url(../images/incentivebanner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #79c4b6;
  background-position: right bottom;
  padding-top: 100px;
  padding-bottom: 40px;
}
@media(max-width:767px) {
  #travel-ideas {
    background: url(../images/incentivebanner.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #79c4b6;
    background-position: right bottom;
    padding-bottom: 30px;
      padding-top: 40px;
  }
  #travel-ideas h1 {
    font-size: 30px;
  }
  #travel-ideas h2 {
    font-size: 20px;
  }
  .travelbackground {
    background-color: #79c4b6;
    background-image: none;
  }
}
@media(max-width:1200px) {
  #travel-ideas h1 {
    font-size: 30px;
  }
  #travel-ideas h2 {
    font-size: 20px;
  }
}
@media(min-width:1200px) {
  .travelbackground {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #79c4b6
  }
}
@media(min-width:1400px) {
  #travel-ideas {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.backgroundimagetravel {
  background: url(../images/inceitivepage2.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #79c4b6
}
.incentivetitle {
  z-index: 3;
  position: absolute;
  left: 20px;
  top: 20px
}
@media(min-width:769px) {
  .incentivetitle {
    top: 199px;
    width: 435px;
    height: 204px;
    left: 1px;
  }
}
@media(max-width:479px) {
  .incentivetitle {
    font-size: 25px !important;
    z-index: inherit;
    position: relative;
    top: 30px;
  }
  .incentiveimage {
    top: 30px;
  }
}
.titlegapbottom {
  margin-bottom: 80px;
  margin-top: 40px;
}
.travelwhitebox {
  margin-top: 0px;
  margin-bottom: 30px;
}
.travelbackbutton {
  margin-top: 10px;
  margin-bottom: 20px;
}
.traveltextareas {
  margin-top: 30px;
  margin-bottom: 40px;
}
.traveltextareas h4 {
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
  font-size: 28px;
  border-top: 1px solid #C5C5C5;
  padding-top: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.travelpage ul li:last-child {
  margin-bottom: 20px
}
.traveltextareas p {
  margin-top: 20px;
  width: 80%;
}
.traveltextareas table tr td p {
  margin-top: 0px;
  width: 100%;
}
.travelpage ul {
  margin-left: 20px;
}
.traveltextareas table tr td {
  background-color: #c8e2e0;
  padding: 5px;
  border: 5px solid white;
}
.travelpage ul li {
  width: 80%;
  list-style-position: outside;
  line-height: 1.5em;
}
.travelimage6col {
  background-size: cover !important;
  height: 420px;
  background-position: center center !important;
}
.travelimage4col {
  background-size: cover !important;
  height: 300px;
  background-position: center center !important;
}

.fa.fa-sun-o, .fa.fa-moon-o, .fa-users, .fa-clock-o {
  font-size: 30px;
  position: relative;
  top: 5px;
  padding-right: 10px;
}
.fa-users, .fa-clock-o {
  font-size: 50px !important;
  padding-bottom: 10px;
}
.traveltextareas .fa {
  font-size: 30px;
  position: relative;
  top: 5px;
  padding-right: 10px;
}
.tempgraphcontainer {
  width: 100%;
}
.tempgraph {
  position: relative;
  background-color: #EEEEEE;
  height: 230px;
  width: 7%;
  float: left;
  margin-right: 1%;
  text-align: center
}
.tempgraphtitle {
  position: relative;
  height: 30px;
  width: 7%;
  float: left;
  margin-right: 1%;
  text-align: center;
  font-size: 10px;
  font-weight: 900;
}
.tempgraphtitle p {
  position: relative;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  font-weight: 900;
}
.tempgraphbar {
  background-color: #fb7968;
  position: absolute;
  bottom: 0px;
  margin: 0px !important;
  padding: 0px !important;
  width: 100%;
  text-align: center;
  overflow: hidden
}
.tempgraphbar p {
  position: relative;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  font-weight: 900;
  color: white;
}
.tempgraphbar .month {
  position: absolute;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  bottom: -10px;
  font-size: 10px;
  font-weight: 900;
}
.workpage .casestudyhover {
  opacity: 100;
  height: 100%;
  width: 100%;
}
.workpage .casestudyhover {
  position: absolute;
  z-index: 5;
  top: 0px;
  left: 0px;
}
.workpage .casestudyhover h4 {
  bottom: 20px;
  left: 30px;
  position: absolute;
}
.casestudyhover:hover {
  opacity: 1 !important;
  transition: .5s ease;
}
.parallax {
  height: 450px;
  position: relative;
}
.parallax-1 {
  background-position: top right !important;
  background-size: contain !important;
}
.staticimage {
  position: relative;
}
.staticimageimg {
  position: relative;
  /* [disabled]height: 450px; */
}
.child, .child2 {
  /* [disabled]position: absolute; */
  bottom: 0px;
  width: 100%;
  z-index: 4;
}
.child2 {
  /* [disabled]position: relative; */
  width: 100%;
}
.clearfix {
  position: relative;
  width: 100%;
  height: 30px;
}
@media (max-width:766px) {
  .parallax {
    height: 300px;
    position: relative;
    background-size: cover !important;
    margin-top: -10px;
  }
}
@media (min-width:767px) {
  .parallax {
    height: 100vh;
    position: relative;
    background-size: cover !important;
  }
  .staticimage {
    height: 100vh;
    position: relative;
  }
  .virtualconferenceimage {
    height: 230vh !important;
    position: relative;
  }
  .staticimageimg {
    position: relative;
    top: 0px;
  }
  .child {
    position: absolute;
    z-index: 5;
    top: 380px;
    width: 100%;
  }
  .grandparent {
    position: relative;
  }
  .child2 {
    z-index: 4;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .childvirtualconferences {
    z-index: 4;
    width: 100%;
    position: absolute;
    top: 35%;
    transform: translateY(-35%);
  }
  /*.child3 {
	position: relative;
	z-index:5;
    top: 400px;
	width:100%;
}*/
  .child3 {
    position: absolute;
    z-index: 1;
    top: 550px !important;
    width: 100%;
  }
  .casestudyimgbig {
    height: 450px;
    overflow: hidden;
    position: relative;
  }
  .firstboxheight {
    position: relative;
  }
  .firstboxheightzindex {
    position: relative;
    top: 0px;
    left: 0px;
  }
  .staticimage {
    position: relative !important;
  }
}
@media (max-height:768px) {
  .child3 {
    top: 550px !important;
  }
}
@media (min-height:769px) {
  .child3 {
    top: 650px !important;
  }
}
#casestudies,  #team-activities {
  background-color: #fff;
  padding-top: 0px;
}
.downarrow {
  position: absolute;
  z-index: 1000 !important;
}
.imgborder {
  border: 10px solid #fff;
}
.careersline {
  border-top: 1px solid #888;
}
/*-----------------------------------------------
	Team Page
	
	-----------------------------------------------*/
.toppeg {
  position: relative;
}
.peg {
  position: absolute;
  top: -36px;
  width: 10px;
  z-index: 3;
  padding-left: -15px;
  margin-left: 50%;
  margin-right: 50%;
  left: 16px;
}
.plussign {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  width: 20px;
}
.portfolio-modal {
  margin-top: 100px;
}
.personcontainer {
  position: relative;
}
.personimage {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000;
}
.personcontainer:hover .overlay {
  opacity: 1;
}
.persontext {
  color: white;
  position: absolute;
  top: 5%;
  left: 5%;
  text-align: left;
}
.modal-content {
  background: white;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px;
  width: 60%;
  margin-top: 100px
}
.modal-body {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.modal-content h4 {
  font-weight: normal;
  font-size: 22px;
}
.modal-content h3 {
  color: #252525;
  font-family: DinMedium;
  text-transform: uppercase;
  font-size: 25px;
  display: inline-block
}
.modal-content p {
  font-size: 13px;
  line-height: 17px;
}
.smallertext {
  font-size: 13px;
  line-height: 17px;
}
.modal-backdrop {
  background-color: transparent;
}
.popupperson {
  position: absolute;
  top: -50px;
  width: 100px;
  z-index: 20000;
  left: -20px;
  transform: rotate(-2deg);
  box-shadow: 6px 6px 8px #CACACA;
}
@media(max-width: 767px) {
  .popupperson {
    position: absolute;
    top: -50px;
    width: 50px;
    z-index: 20000;
    left: -30px;
    transform: rotate(-2deg);
    box-shadow: 6px 6px 8px #CACACA;
  }
  .modal-content {
    background: white;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
    width: 90%;
    margin-top: 100px
  }
}
@media(min-width: 1200px) {
  .popupperson {
    position: absolute;
    top: -50px;
    width: 100px;
    z-index: 20000;
    left: 0px;
    transform: rotate(-2deg);
    box-shadow: 6px 6px 8px #CACACA;
  }
}
.container-modal {
  width: 100%;
}
.object-fit_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent;
}
.valuescontainer {
  position: relative;
  width: 100%;
}
.adventurousIcon {
  width: 50px;
  bottom: 45px;
  left: 24%;
  z-index: 2;
  position: absolute;
}
.smartIcon {
  width: 50px;
  bottom: 45px;
  left: 57.333%;
  z-index: 2;
  position: absolute;
  ;
}
.passionateIcon {
  width: 50px;
  bottom: 45px;
  left: 90.666%;
  z-index: 2;
  position: absolute;
}
@media(max-width: 760px) {
  .adventurousIcon {
    width: 40px;
    bottom: -40px;
    left: 11%;
    z-index: 2;
    position: absolute;
  }
  .smartIcon {
    width: 40px;
    bottom: -40px;
    left: 45%;
    z-index: 2;
    position: absolute;
    ;
  }
  .passionateIcon {
    width: 40px;
    bottom: -40px;
    left: 78%;
    z-index: 2;
    position: absolute;
  }
}
@media(max-width: 760px) {
  .hideonmobile {
    display: none;
  }
  .centeronmobile {
    text-align: center;
  }
}
p strong {
  font-weight: 900;
}
.testimonialbox {
  position: relative;
}
.testimonialspeechgraphic {
  width: 50px;
  position: absolute;
  top: -20px;
  right: 5%;
}
.threecolboxpadding {
  padding: 30px;
}
@media(min-width: 1200px) {
  .threecolboxpadding {
    min-height: 400px;
  }
}
.parallax-hybrid {
  background-image: url("../images/hybrid-conferences.jpg");
  background-position: top center;
  background-size: cover !important;
  position: relative;
  background-attachment: fixed;
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
}
.virtualtabscontainer{

    background-color: #C7E2E0; 
    background-image: -webkit-linear-gradient(270deg,rgba(199,226,224,1.00) 84.84%,rgba(145,182,180,1.00) 100%); 
    background-image: -moz-linear-gradient(270deg,rgba(199,226,224,1.00) 84.84%,rgba(145,182,180,1.00) 100%); 
    background-image: -o-linear-gradient(270deg,rgba(199,226,224,1.00) 84.84%,rgba(145,182,180,1.00) 100%); 
    background-image: linear-gradient(180deg,rgba(199,226,224,1.00) 84.84%,rgba(145,182,180,1.00) 100%);
}

.virtualtabs{
    background-color: #A8D5D0;
    padding: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-image: -webkit-linear-gradient(270deg,rgba(168,213,208,1.00) 84.84%,rgba(145,182,180,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(168,213,208,1.00) 84.84%,rgba(145,182,180,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(168,213,208,1.00) 84.84%,rgba(145,182,180,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(168,213,208,1.00) 84.84%,rgba(145,182,180,1.00) 100%);
}



.virtualtabs:hover{
    background-image: -webkit-linear-gradient(270deg,rgba(147,147,147,1.00) 84.96%,rgba(85,85,85,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(147,147,147,1.00) 84.96%,rgba(85,85,85,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(147,147,147,1.00) 84.96%,rgba(85,85,85,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(147,147,147,1.00) 84.96%,rgba(85,85,85,1.00) 100%);
    background-color: #D4D4D4;
    transition: background-color 0.4s, background-image 0.4s;
}
.virtualtabson{
    background-color: #fff;
    padding: 20px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.virtualtabson:hover{
    background-color: #fff; 
    padding: 20px !important; 
  
}





/*////////////new landing PPC pages //// */

.plarge {
    font-size: 20px;
}
.baskervilleitalic {
    font-family: "baskerville-urw", serif;
font-weight: 400;
font-style: italic;
}
h1.baskervilleitalic {
      text-transform:none;
    font-size: 50px;
    line-height: 45px;
}
.ppcnav .ppclogo {
    width: 40px;
    padding-top: 6px;
    position: relative; 
    margin-top: 10px;
      margin-bottom:10px;
  }
.ppcnav  {
   
   border-left: none;
	border-right: none;
	border-bottom: 1px solid #76C4B6;
	border-top: none;
	border-radius: 0px;
	color: #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.76) 6.63%,rgba(0,0,0,0.34) 100%), url(url);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.76) 6.63%,rgba(0,0,0,0.34) 100%), url(url);
    z-index:2 !important; position: relative; top:0
}

.ppctel {
  background-color: none;
  padding-top:10px;
    padding-right:0px;
   margin-right:10px;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 18px;
    text-align: right;
}
@media(min-width:1200px){
  .ppcnav .ppclogo {
    width: 70px;
    padding-top: 6px;
    position: relative;
      margin-top: 0px;
      margin-bottom:0px;
  } 
    .ppcnav  {
  margin-bottom: 0px;
  border-bottom: 1px solid #C7E2E0;
  border-radius: 0px;
border-left: none;
	border-right: none;
	border-bottom: 1px solid #76C4B6;
	border-top: none;
	border-radius: 0px;
	color: #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.76) 6.63%,rgba(0,0,0,0.34) 100%), url(url);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.76) 6.63%,rgba(0,0,0,0.34) 100%), url(url);
  padding:8px 0px 12px 0px;
        z-index: 2 !important;

}
}
.textshadow {
    -webkit-filter: drop-shadow(3px 3px 7px #333);
            filter:drop-shadow(3px 3px 7px #333);
}
.ppcsection {
    padding-top: 50px;
    padding-bottom: 87px;
    z-index: 20 !important;
}

.circular-div {
 position: relative; /* Required for content placement */
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #76C4B6; /* Background color of the circle */
  color: #000; /* White text color */
  display: flex; /* Use flexbox for centering */
  flex-direction: column; /* Stack items vertically */
  align-items: center; /* Horizontally center content */
  justify-content: center; /* Vertically center content */
  text-align: center; /* Center-align text */
  font-size: 18px;
  font-weight: bold;
}

/* Optional: Add a responsive utility */
@media (max-width: 768px) {
  .circular-div {
    width: 100px;
    height: 100px;
    font-size: 14px;
  }
}

.circular-div-team {
  position: relative; /* Required for content placement */
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-size: 150%;
  background-position: center center;
  margin-right: -5px; /* Creates the 10px overlap */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.team-container {
  display: flex; /* Arrange children in a row */
  align-items: center; /* Align them vertically */
    margin-top:30px;
}

/* Optional: Add a responsive utility */
@media (max-width: 768px) {
  .circular-div-team {
    width: 60px;
    height: 60px;
  }
}
 .ppcbullets {
      list-style: none; /* Remove default bullets */
      padding-left: 1.2em !important;/* Add space for custom bullets */
    }

    .ppcbullets li {
      position: relative; /* Position relative to add pseudo-element */
     
    }

    .ppcbullets li::before {
      content: '\2022'; /* Unicode for bullet */
      position: absolute;
      left: -30px;
      color: #76C4B6; /* Color of the bullet */
    }


.ppcbuttongreen {
  background-color: #76C4B6;
  padding: 10px 25px;
  color: white;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 14px;
}

.ppcbuttongreen:hover, .ppcbuttongreen:focus {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s; /* Safari and Chrome */
  -moz-transition: all 0.5s ease 0s; /* Firefox */
  -ms-transition: all 0.5s ease 0s; /* IE 9 */
  -o-transition: all 0.5s ease 0s; /* Opera */
}

/*////////////new christmas PPC pages //// */
/*/////////////////////////////////////// */
/*/////////////////////////////////////// */
/*/////////////////////////////////////// */


#xmasaccoladesection {
        position: relative;
          z-index:10;
          top: -40px;
            
    }
    
   
    @media(min-width:1200px){
       #xmasaccoladesection {
        position: absolute; top:0;
           
    } 
    
    }























/* ============================================================
   Base Navbar and Dropdown Styles
   ============================================================ */

.navbar {
  margin-bottom: 0;
  border: none;
}

.navbar-default {
  background-color: #fff;
  border: none;
}

/* Desktop hover dropdowns — only on large screens */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.dropdown-menu li a {
  color: #000;
  padding: 8px 15px;
  font-weight: 600;
  transition: all 0.3s;
  text-decoration: none;
}

.dropdown-menu li a:hover {
 color:#76C4B6;
  background-color: #C7E2E0 !important;
}

/* Remove borders on subnav links */
.nav.navbar-nav li ul li a {

}
/* ============================================================
   Logo
   ============================================================ */

@media (min-width:768px) {
.logomobile {
	display: none !important;
	}

}

/* ============================================================
   Mega Menu hover/position
   ============================================================ */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
top: 40px;
  }
}
@media(min-height: 769px){
    .dropdown:hover .dropdown-menu {
    display: block;
top: 60px;
  }
}
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu,
  .dropdown .dropdown-menu:hover {
    display: block;
  }
}
/* Mega menu base */
.navbar-nav > li.mega-dropdown {
  position: static; /* Makes menu full width under navbar */
}
/* ============================================================
   Mega Menu Styles
   ============================================================ */
.mega-dropdown-menu {
  padding: 20px 15px;
  width: 80%;
  left: 0;
  right: 0;
  box-shadow: none;
    background-color: #F7F5F3;
}

.mega-dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu li a {
  display: block;
  padding: 5px 0;
  white-space: normal;
}

.mega-dropdown-menu > div {
  border-right: 1px solid #eee;
}

.mega-dropdown-menu > div:last-child {
  border-right: none;
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 5px 0;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* Columns in mega menu */
@media (min-width: 992px) {
  .mega-dropdown-menu > li {
    float: left;
   
  }
}

/* Mobile mega menu adjustments */
@media (max-width: 991px) {
  .mega-dropdown-menu > li {
    width: 100%;
    padding: 0px;
  }
.mega-dropdown-menu {
  padding: 0 !important;
  width: 100%;
  left: 0;
  right: 0;
  box-shadow: none;
}

}

/* ============================================================
   Responsive Adjustments for Navbar
   ============================================================ */

@media (max-width: 767px) {
  .navbar-nav {
    margin: 0;
  }
  .navbar-nav > li {
    float: none;
  }
  .dropdown-menu {
    position: relative;
    float: none;
    width: 100%;
    background: none;
    box-shadow: none;
    border: none;
  }
}
/* ============================================================
   center logo in NAV BAR
   ============================================================ */

/* Pull logo left on mobile */
.navbar .navbar-brand {
  position: absolute;
  left: 25px;
  transform: translateX(0%);
}

@media(min-width:768px){
/* Center brand logo in navbar */
.navbar .navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* Ensure the navbar has relative positioning for absolute centering to work */
.navbar {
  position: relative;
}
}
/* ============================================================
  NAV
============================================================ */
.navbar.navbar-default {
  background-color: #C7E2E0;
  margin-bottom: 0px;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.4);
    z-index: 3;
    position: relative;
}
.overviewnav {
  font-weight: bold !important;
  border-bottom: 3px solid #C7E2E0  !important;
  padding:0;
  margin:0;
}

.nav-directory-links {
	color: #555 !important;
	font-weight:300 !important;
}
.nav-directory-links.highlightlink {
	color: #76C4B6 !important;
	font-weight:500 !important;
}
@media (max-width:767px) {
  .logo {
    width: 30px;
    height: auto;
    padding-top: 6px;
    position: absolute;
    left: 50%;
    margin-left: -15px !important; /* 50% of your logo width */
    display: block;
  }
  #defaultNavbar1 .nav.navbar-nav li {
    margin-left: 8px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar-collapse {
    max-height: 100% !important;
  }
}
@media (max-width:991px) {
  .logo {
    width: 55px;
    height: auto;
    padding-top: 6px;
    position: absolute;
    left: 48%;
    margin-left: -25px !important; /* 50% of your logo width */
    display: block;
    top: 0px;
  }
  #defaultNavbar1 .nav.navbar-nav li {
    margin-left: 5px;
    margin-right: 5px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar.navbar-default.navbar-fixed-top .container #defaultNavbar1 {
    padding-left: 15px;
    padding-right: 55px;
  }
  .overviewnav {
  font-weight: bold !important;
  border-bottom: 3px solid #000 !important;
  padding:0;
  margin:0;
 }
 .navsubheader {
  font-weight: bold !important;
  border-bottom: 1px solid #000 !important;
  padding:20;
  padding-left: 0  !important;
  margin:0;
 
 }
 .nav-directory-links {
	color: #000 !important;
	font-weight:300 !important;
 }
}
.dropdown-menu > li > a {
  font-size: 14px !important;
}
@media(min-height: 769px) {
  .nav.navbar-nav > li > a {
    color: #252525;
    font-family: DinMedium;
    text-transform: uppercase;
    margin-top: 0px;
    margin-right: 6px;
    font-size: 20px;
    padding-bottom: 8px;
    padding-top: 16px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .nav.navbar-nav > li > ul > li > a {
    color: #000000;
    font-family: 'Lato', sans-serif;
    text-transform: inherit;
    border-bottom: none;
    margin: 7px;
    padding: inherit;
  }
  .nav.navbar-nav li ul li a:last-child {
    margin-bottom: 5px;
    padding-bottom: 0px;
  }
  .nav.navbar-nav .active a {
    color: #000000;
    border-color: #fd7864;
    background-color: inherit;
  }
  .navbar.navbar-default .container #defaultNavbar1 {
    margin-top: 20px;
    margin-bottom: 17px;
  }
  .topstatic {
    background-position: top;
    position: fixed;
    z-index: 0;
  }
  .navbar.navbar-default .container #defaultNavbar1 {
    margin-top: 20px;
    margin-bottom: 37px;
  }
}
@media (min-width:992px) {
  .logo {
    width: 55px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -22px !important; /* 50% of your logo width */
    display: block;
    top: 0px;
  }
  #defaultNavbar1 .nav.navbar-nav li ul li  {
    margin-left: 0px;
    margin-right: 0px;

  }
  #defaultNavbar1 .nav.navbar-nav li {
    margin-left: 7px;
    margin-right: 10px;
  }
  #defaultNavbar1 .nav.navbar-nav li a{
    border-bottom: 4px solid #76C4B6;
  }
 #defaultNavbar1 .nav.navbar-nav li ul li a{
	border-bottom: none;
  }
  .navbar.navbar-default.navbar-fixed-top .container #defaultNavbar1 {
    padding-left: 46px;
    padding-right: 103px;
  }
}
@media (min-width:1200px) {
  .navbar.navbar-default.navbar-fixed-top .container #defaultNavbar1 {
    padding-left: 20px;
    padding-right: 60px;
  }
  #defaultNavbar1 .nav.navbar-nav li {
    margin-left: 7px;
  }
  #defaultNavbar1 .nav.navbar-nav li a {}
}

@media(max-height: 768px) {
  .nav.navbar-nav > li > a {
    color: #252525;
    font-family: DinMedium;
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 18px;
    padding-bottom: 8px;
    padding-top: 16px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 10px !important;
  }
  .nav.navbar-nav > li > ul > li > a {
    color: #000000;
    font-family: 'Lato', sans-serif;
    text-transform: inherit;
    margin: 7px;
    padding: inherit;
    font-size: 14px !important;
  }
  .nav.navbar-nav li ul li a:last-child {
    margin-bottom: 5px;
    padding-bottom: 0px;
  }
  .nav.navbar-nav .active a {
    color: #000000;
    border-color: #fd7864;
    background-color: inherit;
  }
  .navbar.navbar-default .container #defaultNavbar1 {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .topstatic {
    background-position: top;
    position: fixed;
    z-index: 0;
  }
  .navbar .logo {
    width: 40px;
    height: auto;
    padding-top: 6px;
    position: absolute;
    left: 50%;
    margin-left: -20px !important; /* 50% of your logo width */
    display: block;
  }
}


.navsubheader {
  font-size: 10px !important;
letter-spacing: 1px;
  color:#555 !important;
  font-weight: bold !important;
  padding:20;
  padding-left: 0 !important;
  margin:0;
  margin-top: 25px;
  text-transform: uppercase !important;

}


