/*

Theme Name: ITS Media Details
Theme URI: N/A
Author: PowderSky <admin@powdersky.com>
Author URI: http://www.powdersky.com
Description: Description...
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: itsmediadetails

------------------------------------------------------------------------------

	1.	Browser Reset + Font Face
	2.  Globally Applied Styles
	3.	Header + Search Bar Styles
	4.	Plugin Related Styles
	5.	Page + Custom Page Layout Styles
	6.	Shortcode Styles
	7.  Footer Styles
	8.	Sidebar Styles
	9.	Global Styles
	10.	General Form Styles

------------------------------------------------------------------------------*/

html {
  margin-top: 0 !important;
}


/*----------------------------------------------------------------------------*/
/*  1.	Browser Reset + Font Face
/*----------------------------------------------------------------------------*/

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
  /* Addition BEGIN */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  outline:none;
  /* Addition END */
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
  line-height: 1.6em;
  color: #000;
}
img {
  max-width: 100%;
  height: auto;
}
img.alignright {
  float: right;
  padding-right: 0!important;
}
img.alignleft {
  float: left;
  padding-left: 0!important;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
  padding: 1em 0!important;
}
.content p img {
  padding: 1rem;
}
@media(max-width: 640px) {
  img.alignleft, img.alignright {
    padding: 1em 0!important;
  }
}

/*----------------------------------------------------------------------------*/
/*	2.	Globally Applied Styles
/*----------------------------------------------------------------------------*/

html {

}
body {
  color: #111;
  font-family:'Proxima N W01 Reg';
}

/*
font-family:'Proxima N W01 Reg It';
font-family:'Proxima N W01 Reg';
font-family:'Proxima N W01 Black';
font-family:'Proxima N W01 Bold';
*/


/* Colour Scheme
   -------------------------------------------------------------------------- */




/* Wraps
   -------------------------------------------------------------------------- */

/* Use inner and outer wraps instead of applying to body and html. */
/* This stylesheet can then be called by all header types, including popups. */
#outer-wrap {
  position: relative;
  overflow: hidden;
  background-color: #285653;
}
#inner-wrap {
  max-width: 2000px;
  width: 100%;
  margin: 0 auto;
  display: block;
  background-color: #fff;
}
.wrap {
  clear: both;
  display: block;
  max-width: 980px; /* 1300px */
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1024px) {
  .wrap {
    width: 100%;
    padding: 0 2em;
  }
}
@media (max-width: 800px) {
  body {
    font-size: 0.9em;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 0.8em;
  }
}



/* Typography
   -------------------------------------------------------------------------- */

h1 {
  font-size: 1.6em;
}
h2 {
  font-size: 80px;
}
h1, h2, h3 {
  line-height: 1.2em;
}
h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: 500;
}
strong {
  font-family: 'Proxima N W01 Bold';
}


/* Hyperlinks
   -------------------------------------------------------------------------- */

a {
  color: #794400; /* #199fde */
  font-weight: 700;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* Underline transition */
.underline-transition {
  position: relative;
  text-decoration: none;
}
.underline-transition:before {
  background: #bfbfbf;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  opacity: 0;
  position: absolute;
  bottom: -1em;
  -webkit-transition: opacity 0.2s, bottom 0.2s;
  -moz-transition: opacity 0.2s, bottom 0.2s;
  -o-transition: opacity 0.2s, bottom 0.2s;
  transition: opacity 0.2s, bottom 0.2s;
}
.underline-transition:hover:before {
  bottom: -0.25em;
  opacity: 1;
}



/* Buttons
   -------------------------------------------------------------------------- */

.button {
  border: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Proxima N W01 Black';
  border: 3px solid #fff;
}

/* Secondary button */
.secondary-button {
  background-color: #fff;
  border: 2px solid #794500;
  border-radius: 0.25rem;
  color: #794500;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  padding: 1em 2em;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: background-color 0.2s, color 0.2s;
  -moz-transition: background-color 0.2s, color 0.2s;
  -ms-transition: background-color 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.secondary-button:hover {
  background-color: #533000 !important;
  color: white;
}

/* Blue Button */
.blue-button {
  background-color: #199fde;
}
.blue-button:hover {
  background-color: #058bca !important;
}



/* Elements
   -------------------------------------------------------------------------- */

/* Thumbnail */
.thumbnail {
  background-color: #eee;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.thumbnail.horizontal {
  background-color: white !important;
  background-size: 100% auto !important;
}
.thumbnail.vertical {
  background-color: white !important;
  background-size: auto 100% !important;
}

/* Temp figure */
figure.transform {
  overflow: hidden;
}
figure.transform .thumbnail {
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
article:hover figure.transform .thumbnail {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.02, 1.02);
  -moz-transform: translateZ(0) scale(1.02, 1.02);
  -ms-transform: translateZ(0) scale(1.02, 1.02);
  -o-transform: translateZ(0) scale(1.02, 1.02);
  transform: translateZ(0) scale(1.02, 1.02);
}

/* Vertical Align Middle */
.vertical-align-middle {
  position: absolute;
  z-index: 10;
  top: 30%;
  right: 0;
  left: 0;
}



/* Hacks
   -------------------------------------------------------------------------- */

/* Clear Hack */
.clear {
  clear: both !important;
  font-size: 0 !important;
}



/* Hero
   -------------------------------------------------------------------------- */



/* UNCATEGORIZED - Javascript Alert
   -------------------------------------------------------------------------- */

#javascript {
  background: #fffad7;
  display: none;
  font-size: 0.8rem;
  padding: 1em 1em 1em 3em;
}
.no-js #javascript {
  display: block;
}
#javascript p {
  background: url(../assets/images/icons/alert.png) no-repeat;
  background-size: 1rem 1rem;
  max-width: 550px;
  font-weight: 700;
  margin: 0 auto;
  padding-left: 2em;
  text-align: center;
}

/*----------------------------------------------------------------------------*/
/*	3a.	Header + Search Bar Styles
/*----------------------------------------------------------------------------*/

/* Header
   -------------------------------------------------------------------------- */

@media (max-width: 800px) {
  /*#header {
    display: none;
  }*/
}
#header {
  background-color: #285653;
  padding: 1rem 0;
}
#header.cloned {
  width: 100%;
  z-index: 999;
  top: 0;
  position: fixed;
  display: none;
}
#video {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
#video video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: -100;
  display: block;
  max-width: 1520px;
}
#video #content-slider {
  width: 100%;
  text-align: center;
  top: 50%;
  position: absolute;
  color: #000;
  font-family:'Proxima N W01 Black';
  line-height: 60px;
  margin-top: -150px;
  font-size: 80px;
}
#video #content-slider .itc-fenice {
  font-family:'Proxima N W01 Black';
}
#video .click-down {
  background-color: #111;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  padding: 1rem;
  cursor: pointer;
}
@media (max-width: 600px) {
  #video video {
    display: none;
  }
  #video {
    background-image:url(./assets/images/mobile_screenshot.png);
    background-size: cover;
    background-position: center center;
  }
}
/* Logo
   ---------------------------------- */

#logo a {
  background-image: url(./assets/images/logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15%;
  height: 60px;
  position: relative;
  top: 0;
  text-indent: -9999px;
  float: left;
}
header .contact-details {
  display: table;
  height: 60px;
  float: right;
}
header .contact-details a:first-of-type {
  padding-right: 1rem;
}
header .contact-details a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-weight: normal;
}
header .contact-details a i {
  margin-right: 10px;
}
@media (max-width: 480px) {
  header .contact-details, #logo a {
    height: 20px;
  }
}
@media (max-width: 400px) {
  header .contact-details a i {
    display: none;
  }
}

/* Menu
   ---------------------------------- */

#menu {
  float: right;
  position: relative;
  top: 1rem;
  right: -10px;
}
@media (max-width: 800px) {
  /*#menu {
    display: none;
  }*/
}

/* PRIMARY */
#menu ul.menu > li {
  float: left;
}
#menu ul.menu > li a {
  float: left;
  text-decoration: none;
  font-size: 1.2em;
  padding: 10px;
}
#menu ul.menu > li a:hover {
  background-color: #b5dde7;
  color: #000;
}
#menu ul.menu > li.menu-item-has-children {
  background-image: url(./assets/images/icon-subnav.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 1em auto;
}
#menu ul.menu > li > a {
  color: #fff;
  font-weight: 400;
}
#menu ul.menu > li:hover a {
  color: #000;
}
#menu ul.menu > li > a:hover {
  text-decoration: none;
  color: #000;
}
#menu-more {
  display: none !important;
}

/* SECONDARY */
#menu li > ul {
  background: #111;
  display: none;
  min-width: 100%;
  padding: 1em;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0%;
}
#menu li:hover ul {
  display: block;
}
#menu li ul li a {
  border-bottom: 1px dashed #666;
  color: #fff;
  display: block;
  font-weight: 400;
  padding: 0.5em;
  text-align: center;
  white-space: nowrap;
}
#menu li ul li:last-child a {
  border-bottom: none;
}



/*----------------------------------------------------------------------------*/
/*	3b.	Mobile Header
/*----------------------------------------------------------------------------*/

#mobile-header {
  border-bottom: 1px solid #999;
  display: none;
  margin-bottom: 3.875em;
  position: relative;
}
@media (max-width: 800px) {
  /*#mobile-header {
    display: block;
  }*/
}



/* Logo
   ---------------------------------- */

#mobile-logo a {
  background-color: #fff;
  background-image: url(./assets/images/logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 85% auto;
  width: 40%;
  height: 100px;
  margin: 0 auto;
  position: absolute;
  top: 0.2em;
  right: 0;
  left: 0;
  text-indent: -9999px;
}
/*
@media (max-width: 960px) {
  #mobile-logo a {
    top: 1em;
  }
}
@media (max-width: 800px) {
  #mobile-logo a {
    top: 0.3em;
  }
}
*/



/* Menu icon - http://codepen.io/stepan/pen/FeimH
   ---------------------------------- */

.menu-icon-container {
  border-right: 1px solid rgba(226,221,203,0.2);
  display: block;
  width: 120px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -ms-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}
.menu-icon span {
  color: #666;
  font-size: 16px;
  position: absolute;
  top: -0.5em;
  right: -3.5em;
}
.menu-icon {
  position:relative;
  display:block;
  width: 24px;
  height: 2px;
  background-color: #666;
  top:50%;
  left: 2em;
  margin-top:-2px;
  margin-left: -12px;
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -ms-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}
.menu-icon::after,
.menu-icon::before {
  content:'';
  position:absolute;
  display:block;
  width: 24px;
  height: 2px;
  background-color: #666;
  left:0px;
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -ms-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}
.menu-icon::after{
  top: 6px;
}
.menu-icon::before{
  top: -6px;
}
.menu-icon-container:hover {

}
.menu-icon-container:hover span {
  color: #333;
}
.menu-icon-container:hover .menu-icon,
.menu-icon-container:hover .menu-icon::after,
.menu-icon-container:hover .menu-icon::before {
  background-color: #333;
}
@media (max-width: 480px) {
  .menu-icon-container {
    height: 60px;
  }
}



/* Logo
   ---------------------------------- */

#mobile-contact {
  position: absolute;
  top: 0;
  right: 0;
}
#mobile-contact div {
  background-image: url(./assets/images/icon-phone.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1em;
  display: table-cell;
  height: 60px;
  padding: 0 1.5em;
  vertical-align: middle;
}
#mobile-contact div a {
  color: #666;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 480px) {
  #mobile-contact div {
    background-image: none;
  }
}



/*----------------------------------------------------------------------------*/
/*	3c.	Mobile Menu
/*----------------------------------------------------------------------------*/

#mobile-menu-background {
  background-color: #111;
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#mobile-menu {
  background-color: #fff;
  box-shadow: 0px 3px 6px #111;
  display: block;
  width: 300px;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: -310px;
  bottom: 0;
/*   left: 0; */
}
#mobile-menu h3 {
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  margin: 50px 0;
  text-align: center;
}



/* Menu
   ---------------------------------- */

#mobile-menu ul li a {
  border-top: 1px dashed #bfb79c;
  color: #1e1611;
  display: block;
  font-size: 120%;
  font-weight: 400;
  padding: 1em;
  padding-left: 2em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
#mobile-menu ul li a:before {
  display: none;
}
#mobile-menu ul li a:hover {
  background-color: #111;
  color: #fff;
}
#mobile-menu ul li:nth-last-child(2) a {
  border-bottom: 1px dashed #bfb79c;
}
#mobile-menu li ul {
  display: none;
}



/* Get in Touch
   ---------------------------------- */

#mobile-menu p {
  color: #1e1611;
  font-size: 160%;
  margin-bottom: 10px;
  text-align: center;
}
#mobile-menu p:last-of-type {
  color: #1e1611;
  font-size: 1em;
  text-align: center;
}
#mobile-menu p a {
  color: #1e1611;
  font-weight: 400;
  text-align: center;
}



/*----------------------------------------------------------------------------*/
/*  4.	Plugin Related Styles
/*----------------------------------------------------------------------------*/



/* Flexslider
   -------------------------------------------------------------------------- */

.flexslider {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: none;
}

/* Direction nav */
.flex-direction-nav a {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 24px 42px;
  display: block;
  width: 124px;
  opacity: 0.2;
  position: absolute;
  z-index: -1;
  top: 90px;
  bottom: 0;
  z-index: 10;
  text-indent: -9999px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flexslider:hover .flex-direction-nav a {
  opacity: 1;
}
.flex-direction-nav a.flex-prev {
  background-image: url(./assets/images/icon-slideshow-prev.png);
  left: 0;
  background-size: 50%;
  border: 2px solid #9d0651;
  border-radius: 50%;
  padding: 1em;
}
.flex-direction-nav a.flex-next {
  background-image: url(./assets/images/icon-slideshow-next.png);
  right: 0;
  background-size: 50%;
  border: 2px solid #9d0651;
  border-radius: 50%;
  padding: 1em;
}
@media (max-width: 800px) {
  .flex-direction-nav a {
    top: 0;
    width: 50px;
  }
}



/*----------------------------------------------------------------------------*/
/*	5.	Page + Custom Page Layout Styles
/*----------------------------------------------------------------------------*/

/* Home Template
   -------------------------------------------------------------------------- */





/* Default Template
   -------------------------------------------------------------------------- */

#template h2 {
  font-family: 'Proxima N W01 Black';
  font-size: 80px;
  text-transform: uppercase;
  margin-bottom: 3rem;
  float: left;
  color: #fff;
  line-height: 60px;
}
#template h2 span {
  color: #3b8890;
}

/* ts-main Titles */

#template h2.main-title, #template h1.main-title {
  font-family: "Fenice ITC W01 Bold",sans-serif;
  font-size: 40px;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 2.6rem;
  padding-bottom: 1rem;
  text-align: center;
  position: relative;
  font-weight: 300;
}
#template h2.subtitle {
  font-family: 'Futura PT W01 Bold';
  text-align: center;
  margin-top: -1rem;
  padding-bottom: 2rem;
}
#template h2.main-title:after, #template h1.main-title:after {
  content: '';
  border-bottom: 1px solid #111;
  width: 65%;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#template h2.main-title:before, #template h1.main-title:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #111;
  position: absolute;
  bottom: -9px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#template .main-title.white {
  color: #fff;
}
#template .main-title.white:after {
  border-bottom: 1px solid #fff;
}
#template .main-title.white:before  {
  border-top: 10px solid #fff;
}

/* Our Clients
   -------------------------------------------------------------------------- */

#our-clients {
  background-color: #fff;
  position: relative;
  z-index: 3;
}
#our-clients header {
  background-image: url(./assets/images/header-our-clients.png);
  height: 323px;
  display: table;
  width: 100%;
  padding-top: 8.25rem;
  background-size: cover;
}
#our-clients:after {
  clear: both;
  content: '';
  display: block;
}
#our-clients .client {
  width: 50%;
  float: left;
  position: relative;
}
#our-clients .client iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
#our-clients .client .thumbnail {
  height: 355px;
  background-color: #fff;
  /*background-size: 80% auto;*/
  cursor: pointer;
}
#our-clients .client .thumbnail .overlay {
  background-color: rgba(191, 152, 74, 0.90);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s, bottom 1s;
  -moz-transition: opacity 1s, bottom 1s;
  -o-transition: opacity 1s, bottom 1s;
  transition: opacity 1s, bottom 1s;
}
#our-clients .client .thumbnail:hover .overlay {
  opacity: 1;
}
#our-clients .client .thumbnail:after {
  content: '';
  background-image: url(./assets/images/clients-youtube.png);
  width: 80px;
  height: 56px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -33px;
  background-size: contain;
  background-repeat: no-repeat;
}
#our-clients .client p {
  font-size: 60px;
  text-transform: uppercase;
  font-family: 'Proxima N W01 Black';
  padding-left: 4rem;
  line-height: 45px;
  color: #fff;
  z-index: 4;
  position: relative;
  padding-top: 2rem;
}
#our-clients .client .thumbnail:hover p {
  color: #fff;
}
@media (max-width: 830px) {
  #our-clients header {
    height: 230px;
    padding-top: 6.25rem;
  }
  #our-clients .client p {
    font-size: 40px;
    line-height: 30px;
  }
  #our-clients .client .thumbnail:after {
    width: 80px;
    height: 56px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #our-clients .client p {
    padding-left: 2rem;
  }
}
@media (max-width: 600px) {
  #our-clients .client {
    width: 100%;
  }
}
#what-makes-us-unique {
  background-color: #86c89a;
  overflow: hidden;
  min-height: 1215px;
  position: relative;
}
/* After for diaganol
content: '';
    width: 0;
    height: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 233px;
    background-color: #fff;
    transform: skew(0deg, 17deg);
    left: 0;
    bottom: 0;
    */
#what-makes-us-unique .content {
  background-color: #86c89a;
  width: 100%;
  position: relative;
  float: left;
  padding-right: 725px;
}
.animate {
  opacity: 0;
  -webkit-transition: opacity 0.10s, bottom 0.2s;
  -moz-transition: opacity 0.10s, bottom 0.2s;
  -o-transition: opacity 0.10s, bottom 0.2s;
  transition: opacity 0.10s, bottom 0.2s;
}
.already-visable {
  opacity: 1;
}
.slide-up {
  transform: translateY(150px);
  animation: slide-up 0.8s ease forwards;
  opacity: 1;
}
.slide-up:nth-child(odd) {
  animation-duration: 0.6s; /* So they look staggered */
}
.slide-left {
  transform: translateX(150px);
  animation: slide-left 0.8s ease forwards;
  opacity: 1;
}
.slide-right {
  transform: translateX(-150px);
  animation: slide-right 0.8s ease forwards;
  opacity: 1!important;
}

@keyframes slide-up {
  to { transform: translateY(0); }
}
@keyframes slide-left {
  to { transform: translateY(0); }
}
@keyframes slide-right {
  to { transform: translateY(0); }
}
section#what-makes-us-unique:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: skew(0deg, 17deg);
  left: 0;
  bottom: -72%;
}
.left-padding {
  padding: 0 10%;
}
#what-makes-us-unique h2:after {
  content: '';
  border-bottom: 1px solid #fff;
  display: block;
  width: 60%;
  padding-top: 1.75rem;
}
#what-makes-us-unique h2 {
  color: #fff;
  padding-top: 3.25rem;
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}
#what-makes-us-unique .content p, #what-makes-us-unique .content ul {
  color: #fff;
  line-height: 24px;
  font-size: 16px;
}
#what-makes-us-unique .content ul {
  list-style: disc;
}
#what-makes-us-unique .thumbnail {
  width: 1198px;
  height: 1184px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 1536px) {
  #what-makes-us-unique .thumbnail {
    width: 911px;
    height: 902px;
  }
  section#what-makes-us-unique:after {
    bottom: -70%;
  }
  #what-makes-us-unique {
    min-height: 902px;
  }
}
@media (max-width: 1300px) {
  #what-makes-us-unique .content {
    padding-right: 600px;
  }
  #what-makes-us-unique .thumbnail {
    right: -150px;
  }
}
@media (max-width: 1100px) {
  #what-makes-us-unique .content {
    padding-right: 510px;
  }
  #what-makes-us-unique .thumbnail {
    right: -250px;
  }
}
@media (max-width: 1000px) {
  #what-makes-us-unique .content {
    padding-right: 360px;
  }
  #what-makes-us-unique .thumbnail {
    right: -400px;
  }
  section#what-makes-us-unique:after {
    bottom: -68%;
  }
}
@media (max-width: 830px) {
  section#what-makes-us-unique:after {
    bottom: -59%;
  }
  #what-makes-us-unique .thumbnail {
    top: -100px;
    right: -450px;
  }
  #what-makes-us-unique .content {
    padding-right: 325px;
  }
  #what-makes-us-unique .content p {
    font-size: 14px;
  }
  #template h2 {
    font-size: 40px;
    line-height: 31px;
  }
}
@media (max-width: 768px) {
  #what-makes-us-unique .content {
    padding-right: 150px;
  }
  #what-makes-us-unique .thumbnail {
    top: initial;
    right: -550px;
  }
}
@media (max-width: 600px) {
  #what-makes-us-unique .content {
    padding-right: 10%;
  }
  #what-makes-us-unique .thumbnail {
    display: none;
  }
}
@media (max-width: 400px) {
  #what-makes-us-unique {
    min-height: 1000px;
  }
}
#stats {
  padding: 3rem 0;
  background-color: #fff;
  text-align: center;
  position: relative;
  margin-top: -300px;
}
/*#stats:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 300%;
  background-color: #fff;
  top: -235px;
  transform: skew(0deg, 17deg);
  left: 0;
}*/
#stats:after {
  clear: both;
  content: '';
  display: block;
}
#stats header {
  position: relative;
  background-color: #fff;
  z-index: 4;
  text-align: left;
  float: left;
}
#stats h2 {
  color: #000;
}
#stats .content {
  position: relative;
  z-index: 3;
  width: 90%;
  float: left;
}
#stats .stat {
  width: 16.66%;
  float: left;
  padding-left: 3.125rem;
}
#stats .stat:first-of-type {
  padding-left: 0;
}
#stats .stat .counter {
  display: block;
  font-family: 'Proxima N W01 Black';
  font-size: 30px;
  padding: 1rem 0;
  color: #3b8890;
}
#stats .stat i {
  font-size: 65px;
}
#stats .stat .title {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 18px;
  text-align: left;
}
@media (max-width: 1100px) {
  #stats .content {
    padding-right: 0;
  }
}
@media (max-width: 900px) {
  #stats .stat {
    width: 25%;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  #stats .stat {
    width: 33.33%;
    padding-left: 0;
  }
  #stats .stat i {
    font-size: 40px;
  }
  #stats .stat .title {
    font-size: 16px;
  }
  #stats .stat .counter {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  #stats .stat {
    width: 50%;
  }
  #stats .stat {
    min-height: 128px;
  }
  #stats {
    margin-top: -350px;
    padding-top: 0;
  }
}
@media (max-width: 360px) {
  #stats .stat {
    width: 100%;
  }
}
#your-brand {
  background-color: #fff;
  color: #000;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 3.25rem;
}
#your-brand .percircle {
  margin: 0 3rem 3rem 0;
  cursor: pointer;
}
#your-brand .percircle span {
  font-size:20px;
  text-transform: uppercase;
  margin-top: -2.5em;
  -webkit-transform: initial;
  -moz-transform: initial;
  -ms-transform:initial;
  -o-transform: initial;
  transform: initial;
  color: #000;
}
#your-brand .percircle span small {
  font-size: 12px;
  text-transform: uppercase;
}
#your-brand .percircle span .smaller {
  font-size: 16px;
  font-family: 'Proxima N W01 Bold';
}
#your-brand .percircle span i {
  font-size: 40px;
  margin-bottom: 0.5rem;
}
#web.percircle .bar, #web .fill {
  border-color: #000;
}
#web i {
  color: #000;
}
#facebook.percircle .bar, #facebook .fill {
  border-color: #3b5998;
}
#facebook i {
  color: #3b5998;
}
#twitter.percircle .bar, #twitter .fill {
  border-color: #1da1f2;
}
#twitter i {
  color: #1da1f2;
}
#emails.percircle .bar, #emails .fill {
  border-color: #ddd;
}
#emails i {
  color: #ddd;
}
#youtube.percircle .bar, #youtube .fill {
  border-color: #cd201f;
}
#youtube i {
  color: #cd201f;
}
#hard-copy.percircle .bar, #hard-copy .fill {
  border-color: rgb(25, 159, 222);
}
#hard-copy i {
  color: rgb(25, 159, 222);
}
#your-brand .percircle:hover > span {
  color: #000;
}
#your-brand .content {
  width: 70%;
  float: left;
  position: relative;
  z-index: 4;
}
#your-brand .thumbnail {
  width: 41%;
  float: left;
  min-height: 100%;
  top: 170px;
  position: absolute;
  right: 0;
  background-color: #fff;
  background-position: left;
}
#your-brand h2 {
  color: #000;
  margin-top: 3rem;
  width: 100%;
}
#your-brand h2:after {
  content: '';
  border-bottom: 1px solid #000;
  display: block;
  width: 80%;
  padding-top: 1.75rem;
}
#your-brand .brand-top {
  background-image: url(./assets/images/our-brand-top.png);
  width: 100%;
  height: 199px;
  display: block;
  position: relative;
  z-index: 5;
  background-size: cover;
}
#your-brand:after {
  clear: both;
  content: '';
  display: block;
}
#your-brand .brand {
  float: left;
  width: 50%;
  padding-bottom: 3.25rem;
  padding-right: 2rem;
}
#your-brand .brand h3 {
  font-size: 30px;
  font-family: 'Proxima N W01 Black';
  color: #fff;
  text-transform: uppercase;
  color: #191919;
}
#your-brand .brand i {
  font-size: 85px;
  margin-bottom: 1rem;
  color: #3b8890;
}
#your-brand .content {
  padding-right: 0;
}
@media (max-width: 830px) {
  #your-brand .brand h3 {
    font-size: 20px;
  }
  #your-brand .percircle.medium {
    font-size: 165px;
  }
  #your-brand .percircle span {
    font-size: 16px;
  }
  #your-brand .percircle {
    margin: 0 1rem 1rem 0;
  }
}
@media (max-width: 600px) {
  #your-brand .brand {
    width: 100%;
  }
  #your-brand .content {
    width: 100%;
  }
  #your-brand .thumbnail {
    display: none;
  }
}
@media (max-width: 420px) {
  #your-brand .percircle.medium {
    margin: 1rem auto;
    display: block;
    float: none;
  }
  #template h2 {
    float: none;
  }
}
#our-team {
  background-color: #fff;
  padding-top: 6.25rem;
  float: left;
  width: 100%;
  color: #fff;
  background-image: url(./assets/images/our-team-bg.png);
  margin-top: -7px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 8rem;
}
#our-team:after {
  clear: both;
  content: '';
  display: block;
}
#our-team .member {
  width: 16.66%;
  float: left;
  padding: 7.5px;
  cursor: pointer;
}
#our-team .member a {
  color: rgba(191, 152, 74, 1);
}
#our-team .container {
  position: relative;
}
#our-team .member.duplicate {
  position: absolute;
  left: 0;
  width: 40%;
  z-index: 999;
  height: 100%;
}
#our-team .member.duplicate .thumbnail .content {
  opacity: 1;
}
#our-team .member .description {
  position: absolute;
  opacity: 0;
  top: 7.5px;
  left: 100%;
  z-index: 4;
  background-color: #fff;
  padding: 3rem;
  width: 100%;
  bottom: 7.5px;
}
#our-team .member .description:after, #our-team .member .description:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#our-team .member .description:after {
  border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 30px;
	margin-top: -30px;
}
#our-team .member .description:before {
	border-color: rgba(255, 255, 255, 0);
	border-width: 36px;
	margin-top: -36px;
}
#our-team .member .description p {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 1rem;
}
#our-team .member .description p:last-of-type {
  padding-bottom: 0;
}
#our-team .member .description .close {
  position: absolute;
  right: 0.5rem;
  top: 0.25rem;
  font-size: 40px;
  color: #000;
  cursor: pointer;
}
#our-team .member h3 {
  font-size: 60px;
  font-family: 'Proxima N W01 Black';
  line-height: 44px;
  word-wrap: break-word;
}
#our-team .member p {
  font-size: 50px;
  color: #fff;
  line-height: 44px;
}
#our-team .thumbnail {
  height: 220px;
}
#our-team .thumbnail .content {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(191, 152, 74, 0.80);
  opacity: 0;
  padding: 3rem;
  text-transform: uppercase;
}
#our-team .container {
  width: 100%;
  float: left;
}
@media (max-width: 830px) {
  #our-team .thumbnail {
    height: 180px;
  }
  #our-team .member {
    width: 33.33%;
  }
  #our-team .member.duplicate {
    width: 50%;
  }
  #our-team .member h3 {
    font-size: 40px;
    line-height: 30px;
  }
  #our-team .member p {
    font-size: 30px;
    line-height: 26px;
  }
  #our-team .member .description {
    overflow-y: scroll;
  }
}
@media (max-width: 600px) {
  #our-team .member {
    width: 50%;
  }
  #our-team .member.duplicate {
    width: 100%;
    height: 300px;
    position: relative;
  }
  #our-team .member.duplicate .description {
    left: 0;
    width: 100%;
    top: 0;
    width: 100%;
    max-height: 400px;
  }
  #our-team .member.duplicate .thumbnail {
    display: none;
  }
  #our-team .thumbnail .content {
    padding: 1rem;
    opacity: 1;
  }
  #our-team .member h3 {
    font-size: 30px;
    line-height: 26px;
  }
  #our-team .member p {
    font-size: 20px;
    line-height: 18px;
  }
}
@media (max-width: 480px) {
  #our-team .member {
    width: 50%;
  }
  #our-team .thumbnail {
    height: 230px;
  }
}
@media (max-width: 480px) {
  #our-team .member {
    width: 100%;
  }
  #our-team {
    background-color: #000;
    background-size: contain;
  }
}
#events {
  background-color: #fff;
  padding: 3rem 0;
  float: left;
  width: 100%;
  z-index: 5;
  position: relative;
}
#events h2 {
  color: #000;
}
#events:after {
  content: '';
  clear: both;
  display: block;
}
#events ul {
  width: 100%;
  float: left;
}
#events ul li {
  float: left;
  width: 16.66%;
  padding: 1rem;
}
#events ul li .thumbnail {
  width: 100%;
  height: 100px;
  background-size: contain;
  background-color: #fff;
}
#bottom-row {
  float: left;
  width: 100%;
  z-index: 5;
  position: relative;
}
#bottom-row div {
  width: 33.33%;
  text-align: center;
  font-family: 'Proxima N W01 Black';
  font-size: 70px;
  line-height: 52px;
  color: #fff;
  background-color: #285653;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 4rem;
  float: left;
  word-wrap: break-word;
  cursor: pointer;
  position: relative;
}
#bottom-row div a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#bottom-row div h3 {
  line-height: 52px;
}
#bottom-row div:hover {
  background-color: #3b8890;
}
@media (max-width: 830px) {
  #bottom-row div {
    width: 100%;
  }
  #events ul li {
    width: 33.33%
  }
}
@media (max-width: 480px) {
  #events ul li {
    width: 50%
  }
}
@media (max-width: 420px) {
  #bottom-row div {
    padding: 2rem;
  }
}
/* Articles
   -------------------------------------------------------------------------- */



/* Post
   ---------------------------------- */

article.post {

}
article.post header {
  text-align: center;
}
article.post header address {
  color: #9c9c9c;
  font-size: 80%;
}
article.post header h2 {
  font-size: 2.25em;
  font-weight: 400;
  margin: 1rem 0;
}
article.post header h2 {
  font-size: 2.25em;
  font-weight: 400;
  margin: 1rem 0;
}
article.post p {
  line-height: 1.6em;
  margin-bottom: 1em;
}


/* Home Template
   -------------------------------------------------------------------------- */

.template-home {

}

/* Contact Template
   -------------------------------------------------------------------------- */

/* Map */

.template-contact #map {
  margin: 2em 0;
  width: 100%;
  height: 315px;
  display: block;
}
.template-contact #map iframe {
  width: 100%;
  height: 315px;
}

/*----------------------------------------------------------------------------*/
/*  6.	Shortcode Styles
/*----------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------*/
/*  7.  Footer Styles
/*----------------------------------------------------------------------------*/

#footer {
  background-color: #285653;
  padding: 1rem 0;
  float: left;
  width: 100%;
}
footer a {
  color: #3b8890;
}


/* Menu
   ---------------------------------- */

#footer-menu {
  float: left;
  background-color: #000;
}
#footer-menu ul li {
  display: inline-block;
  font-size: 0.875em;
}
#footer-menu ul li:after {
  content: ' | ';
}
#footer-menu ul li:last-of-type:after {
  content: '';
}
#footer-menu ul li a {
  color: #888;
  font-weight: 400;
}
@media (max-width: 800px) {
  #footer-menu {
    float: none;
    margin: 4em 0 2em;
    text-align: center;
  }
}
@media (max-width: 480px) {
  #footer-menu {
    margin: 5em 0 2em;
  }
}


/* Copyright
   ---------------------------------- */

.copyright {
  color: #fff;
  font-size: 0.875em;
  text-align: center;
}
@media (max-width: 800px) {
  .copyright {
    float: none;
    margin: 2em 0 4em;
    text-align: center;
  }
}

/*----------------------------------------------------------------------------*/
/*  8.	Sidebar Styles
/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/*  9.	Global Styles
/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/*  10.	General Form Styles
/*----------------------------------------------------------------------------*/



/* 10.1 Default
   -------------------------------------------------------------------------- */

form {
}

/* Labels */
form div.field {
  margin-bottom: 1em;
}
form label abbr {
  color: #ff9000;
  margin-left: 0.4em;
}

/* Elements */
form input,
.select-wrap select,
form textarea {
  border-radius: 0; /* Ipad fix */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: black;
  font-family:'Proxima N W01 Reg';
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
  outline: none;
  font-size: 16px;
}
form input[type="email"],
form input[type="search"],
form input[type="submit"],
form input[type="text"],
form textarea {
  -webkit-appearance: none;
}

/* Placeholders */
::-webkit-input-placeholder {
   color: #000;
}
:-moz-placeholder {
   color: #000;
}
::-moz-placeholder {
   color: #000;
}
:-ms-input-placeholder {
   color: #000;
}



/* Form Style 1 (Contact Form, Booking Form, etc)
   -------------------------------------------------------------------------- */

.form-style-1 {
  margin: 0 -0.5rem;
  background: #fff;
  padding: 2em;
}

/* Elements
   ---------------------------------- */

/* Fieldset */
.form-style-1  fieldset {
  margin-bottom: 1em;
}

/* Headings */
.form-style-1 fieldset h2 {
  text-transform: uppercase;
}

/* Labels */
.form-style-1 label {
  display: block;
  font-size: 90%;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.form-style-1 .required label:after {
  content: '*';
  color: #ec2f38;
  margin-left: 0.25em;
}

/* Fields */
.form-style-1 .field {
  display: block;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0.5em;
}
.form-style-1 .half {
  width: 50%;
}
.form-style-1 .third {
  width: 33.33%;
}

/* Fieldset */
.form-style-1 fieldset.half {
  float: left;
  width: 50%;
  margin-top: 1em;
}
.form-style-1 fieldset.half:nth-of-type(odd) {
  padding-right: 1em;
}
.form-style-1 fieldset.half:nth-of-type(even) {
  padding-left: 1em;
}

/* Legend */
.form-style-1 fieldset legend {
  margin-left: 0.5rem;
}

/* Description */
.form-style-1 .description {
  color: #777;
  font-size: 80%;
  font-style: italic;
  margin-top: 0.5rem;
}

/* Inputs */
.form-style-1 input[type='email'],
.form-style-1 input[type='password'],
.form-style-1 input[type='text'],
.form-style-1 input[type='tel'] {
  background: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 0.25em;
  box-shadow: none;
  display: block;
  width: 100%;
  padding: 1em;
}
.form-style-1 .checkbox label,
.form-style-1 .checkbox input {
  display: inline !important;
  margin-right: 0.5em;
}

/* Select */
.form-style-1 .select-wrap {
  background: url(./assets/images/select-icon.png) no-repeat right 0.5em center white;
  background-size: 2em;
}
.form-style-1 .select-wrap select {
  background: #eee;
  border: none;
  border-radius: 0.25em;
  box-shadow: none;
  display: block;
  width: 100%;
  font-weight: 700;
  padding: 1em;
  -webkit-appearance: none !important;
}
.form-style-1 .select-wrap select.active {
  color: #333;
  font-weight: 700;
}

/* Textarea */
.form-style-1 textarea {
  background: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 0.25em;
  box-shadow: none;
  display: block;
  width: 100%;
  min-height: 8em;
  padding: 1em;
  resize: none;
}

/* Submit */
.form-style-1 input[type='submit'] {
  display: block;
  font-weight: 700;
  padding: 1em;
}
.form-style-1 input[type='submit']:hover {

}

/* Response */
.form-style-1 footer {
  margin-left: 0.5rem;
}


/* Response */
#response p {
  display: none;
}
.success {
  background-color: #dff2bf;
  border: 1px solid #51891e;
  color: #4f8a10;
  font-size: 80%;
  margin-bottom: 1rem;
  padding: 1rem;
}
.errors {
  background-color: #fdeeb6;
  border: 1px solid #9e6014;
  color: #9f6000;
  font-size: 80%;
  margin-bottom: 1rem;
  padding: 1rem;
}
.errors li {
  list-style: disc;
  margin-left: 2rem;
}
