@charset "UTF-8";
/**

	Theme Name: Rysen
	Theme URI: http://www.rysen.com.au
	Description: Rysen is a boutique award-winning digital, branding and advertising agency.
	Author: Rysen 
	Author URI: http://www.rysen.com.au
	Version: 3.0
	Tags: fixed-width, slider, custom-header, custom-menu, custom posts, contact, google map, acf, parallax
	Start Build: 06.05.2016
	Finish Build: 
**/
/*
	
@include default-animation;	
	
*/
@font-face {
  font-family: 'Proxima Nova Regular';
  src: url("css/fonts/proxima-nova-soft-regular.eot");
  src: url("css/fonts/proxima-nova-soft-regular.eot?#iefix") format("embedded-opentype"), url("css/fonts/proxima-nova-soft-regular.woff") format("woff"), url("css/fonts/proxima-nova-soft-regular.ttf") format("truetype"), url("css/fonts/proxima-nova-soft-regular.svg#ywftsvg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova Semibold';
  src: url("css/fonts/proximanova-semibold-webfont.eot");
  src: url("css/fonts/proximanova-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("css/fonts/proximanova-semibold-webfont.woff") format("woff"), url("css/fonts/proximanova-semibold-webfont.ttf") format("truetype"), url("css/fonts/proximanova-semibold-webfont.svg#proxima_novasemibold") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ==========================================================================
   STYLES
   ========================================================================== */
html {
  overflow-x: hidden; }

body {
  font-size: 15px;
  line-height: 20px;
  font-family: 'Proxima Nova Regular', sans-serif;
  font-weight: 400;
  min-width: 320px;
  color: #000;
  overflow-x: hidden;
  padding-top: 70px; }

.section {
  padding-bottom: 100px;
  padding-top: 90px; }
  .section .intro {
    text-align: center;
    max-width: 60%;
    margin: 0 auto 25px; }
    .section .intro p {
      line-height: 24px; }
  .section h2.title {
    margin-bottom: 15px; }
  .section.section-top {
    padding-top: 0; }

.bg-grey {
  background-color: #efefef; }

.bg-orange {
  background-color: #ff6400; }

.bg-image {
  padding-bottom: 145px;
  padding-top: 135px;
  background-color: #aaa;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff; }
  .bg-image .intro p {
    font-size: 16px;
    line-height: 28px; }

.center {
  text-align: center; }

.padBtm-small {
  padding-bottom: 0px; }

@media (max-width: 1199px) {
  .section {
    padding-bottom: 80px;
    padding-top: 70px; } }

@media (max-width: 991px) {
  .section {
    padding-bottom: 50px;
    padding-top: 40px; }
    .section .intro {
      max-width: 70%; }
  .bg-image {
    background-attachment: scroll;
    background-position: center center;
    background-size: cover; } }

@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 20px;
    padding-top: 50px;
    background: none; }
  .main {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: none; }
  .section {
    padding-bottom: 35px;
    padding-top: 30px; }
    .section .intro {
      max-width: 90%; }
      .section .intro p {
        line-height: 1.4; }
  .bg-image {
    padding-bottom: 40px;
    padding-top: 35px; }
    .bg-image.whatwedo-home {
      background-position: 33% 50%; } }

@media (min-width: 544px) and (max-width: 767px) {
  .container {
    max-width: 576px; } }

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
  font-style: normal;
  font-weight: 400; }

h1 {
  font-size: 35px;
  line-height: 1.4;
  margin-top: 0; }

h2 {
  font-size: 30px;
  line-height: 1.4;
  margin-top: 0; }

h2.title {
  margin-bottom: 15px; }

h3 {
  font-size: 20px;
  line-height: 26px;
  margin-top: 0; }

.large {
  font-size: 16px;
  line-height: 22px; }

.small {
  font-size: 13px;
  line-height: 16px; }

.tiny {
  font-size: 11px;
  line-height: 14px;
  font-weight: 700; }

.bold {
  font-weight: 700; }

.italic {
  font-style: italic; }

.center {
  text-align: center; }

ul, ol {
  padding-left: 20px; }

a {
  color: #ff6400;
  font-weight: 500;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover, a:focus {
    color: #555;
    text-decoration: none; }
  a.link {
    text-transform: uppercase; }
  a.cf {
    font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded; }

.mobile a[href^="tel"] {
  color: inherit;
  color: #ff6400;
  text-decoration: none; }
  .mobile a[href^="tel"]:hover {
    color: #555; }

@media (max-width: 991px) {
  h1 {
    font-size: 28px;
    line-height: 33px; }
  h2 {
    font-size: 24px;
    line-height: 28px; }
  h3 {
    font-size: 16px;
    line-height: 20px; }
  h4 {
    font-size: 14px;
    line-height: 18px; }
  .large {
    font-size: 14px;
    line-height: 18px; }
  .tiny {
    font-size: 10px;
    line-height: 13px; } }

@media (max-width: 767px) {
  h1 {
    font-size: 25px;
    line-height: 31px; } }

@media (max-width: 543px) {
  a:hover {
    color: #ff6400; } }

.icon {
  display: inline-block; }

.ic, span.icon, i.icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 500px auto;
  background-image: url("img/icons/sprite.png");
  text-indent: -9999px;
  font-size: 0; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /*.icon-sprite {
		background-image: url('img/icons/sprite-IE.png');
	}*/ }

.arrowLeftBread {
  width: 4px;
  height: 12px;
  background-position: -3px -1px; }

.icon-arrowRightWhite {
  width: 4px;
  height: 12px;
  background-position: -4px -62px;
  text-indent: -9999px; }

.icon-arrowRightOrange {
  width: 4px;
  height: 12px;
  background-position: -12px -62px;
  text-indent: -9999px; }

.crownFrunch {
  width: 20px;
  height: 13px;
  background-position: -3px -75px; }

.burgers {
  width: 42px;
  height: 38px;
  background-position: -52px -48px; }

.burgersSmall {
  width: 33px;
  height: 30px;
  background-position: -101px -37px; }

.yum-cha, .chinese {
  width: 44px;
  height: 38px;
  background-position: -51px -3px; }

.yum-chaSmall, .chineseSmall {
  width: 34px;
  height: 29px;
  background-position: -100px -3px; }

.pub {
  width: 42px;
  height: 38px;
  background-position: -51px -183px; }

.pubSmall {
  width: 33px;
  height: 30px;
  background-position: -101px -144px; }

.burgers {
  width: 42px;
  height: 38px;
  background-position: -51px -93px; }

.burgersSmall {
  width: 33px;
  height: 30px;
  background-position: -101px -72px; }

.cafe {
  width: 42px;
  height: 38px;
  background-position: -51px -138px; }

.cafeSmall {
  width: 33px;
  height: 30px;
  background-position: -101px -108px; }

.chinese {
  width: 42px;
  height: 38px;
  background-position: -52px -263px; }

.chineseSmall {
  width: 33px;
  height: 30px;
  background-position: -102px -212px; }

.indian {
  width: 42px;
  height: 38px;
  background-position: -51px -429px; }

.indianSmall {
  width: 33px;
  height: 30px;
  background-position: -104px -343px; }

.italian {
  width: 42px;
  height: 38px;
  background-position: -51px -351px; }

.italianSmall {
  width: 33px;
  height: 30px;
  background-position: -102px -279px; }

.japanese {
  width: 42px;
  height: 38px;
  background-position: -51px -263px; }

.japaneseSmall {
  width: 33px;
  height: 30px;
  background-position: -101px -210px; }

.mexican {
  width: 42px;
  height: 38px;
  background-position: -51px -226px; }

.mexicanSmall {
  width: 33px;
  height: 30px;
  background-position: -101px -181px; }

.other {
  width: 42px;
  height: 38px;
  background-position: -142px -69px; }

.otherSmall {
  width: 33px;
  height: 30px;
  background-position: -187px -54px; }

.mixed {
  width: 42px;
  height: 38px;
  background-position: -142px -69px; }

.mixedSmall {
  width: 33px;
  height: 30px;
  background-position: -187px -54px; }

.thai {
  width: 42px;
  height: 38px;
  background-position: -140px 2px; }

.thaiSmall {
  width: 33px;
  height: 30px;
  background-position: -185px 0px; }

.seafood {
  width: 42px;
  height: 38px;
  background-position: -139px -33px; }

.seafoodSmall {
  width: 33px;
  height: 30px;
  background-position: -187px -26px; }

.japanese {
  width: 42px;
  height: 38px;
  background-position: -52px -392px; }

.japaneseSmall {
  width: 33px;
  height: 30px;
  background-position: -105px -313px; }

.vietnamese {
  width: 42px;
  height: 38px;
  background-position: -51px -307px; }

.vietnameseSmall {
  width: 33px;
  height: 30px;
  background-position: -102px -246px; }

.arrowRightOrange {
  content: '›';
  font-size: inherit;
  text-indent: 0; }

/*
.icon-tickBlack {
	width: 20px;
    height: 15px;
    background-position: -47px -9px;
}
.icon-tickGreen {
	width: 20px;
    height: 15px;
    background-position: -47px -30px;
}
.icon-tickWhite {
	width: 20px;
    height: 15px;
    background-position: -47px -276px;
}
.icon-arrowDownWhite {
	width: 14px;
    height: 11px;
    background-position: -65px -156px;
    margin-left: 3px;
}
.icon-arrowUpWhite {
	width: 14px;
    height: 11px;
    background-position: -50px -158px;
}
.icon-arrowDownGreen {
	width: 14px;
    height: 11px;
    background-position: -51px -318px;
    margin-left: 3px;
}
.icon-arrowDownBlack {
	width: 14px;
    height: 11px;
    background-position: -91px -301px;
    margin-left: 3px;
}
a:hover .icon-arrowDownGreen {
	background-position: -51px -332px;
}
.icon-arrowLeftWhite {
	width: 14px;
    height: 13px;
    background-position: -49px -173px;
    margin-right: 0px;
}

.icon-arrowRightWhite {
	width: 14px;
    height: 13px;
    background-position: -48px -138px;
    margin-right: 0px;
}
.icon-arrowRightBlack {
	width: 14px;
    height: 17px;
    background-position: -48px -99px;
}
.icon-arrowLeftBlack {
	width: 14px;
    height: 17px;
    background-position: -62px -99px;
}
.icon-arrowRightGreen {
	width: 14px;
    height: 17px;
    margin-left: 5px;
    background-position: -48px -120px;
}
a:hover .icon-arrowRightGreen {
	background-position: -92px -335px;
}




.icon-kfPercent {
	width: 20px;
	height: 25px;
	background-position: -10px -3px;
}
.icon-kfDollar {
	width: 20px;
	height: 25px;
	background-position: -10px -139px;
}
.icon-kfScale {
	width: 30px;
    height: 30px;
    background-position: -8px -231px;
}
.icon-kfGraph {
	width: 22px;
    height: 30px;
    background-position: -9px -41px;
}
.icon-kfCalendar {
	width: 30px;
    height: 30px;
    background-position: -8px -89px;
}
.icon-kfCycle {
	width: 30px;
    height: 30px;
    background-position: -8px -183px;
}
.icon-kfAddPay {
  width: 30px;
  height: 30px;
  background-position: -463px -4px; }

.icon-kfAppFee {
  width: 30px;
  height: 31px;
  background-position: -463px -42px; }

.icon-kfMonthFee {
  width: 30px;
  height: 30px;
  background-position: -463px -82px; }

.icon-kfInternet {
  width: 35px !important;
  height: 24px;
  background-position: -461px -120px; }

.icon-kfCircDollar {
  width: 30px;
  height: 30px;
  background-position: -464px -152px; }

.icon-kfLoanSplit {
  width: 32px;
  height: 28px;
  background-position: -463px -189px; }




.icon-loanQuestion {
	width: 20px;
    height: 18px;
    background-position: -48px -195px;
    cursor: pointer;
    &:hover {
	    background-position: -48px -218px;
    }
}
.icon-downloadPDF {
	width: 17px;
    height: 20px;
    margin-left: 5px;
    background-position: -48px -75px;
}
a:hover .icon-downloadPDF {
    background-position: -48px -75px !important;
}


.icon-phoneWhite {
	width: 23px;
    height: 32px;
    margin-right: 5px;
    background-position: -86px -128px;
}

.icon-phoneGrey {
	width: 15px;
	height: 28px;
	margin-right: 5px;
	background-position: -113px -230px;
    background-size: 400px auto;
}
.icon-phoneGreyLarge {
	width: 23px;
    height: 32px;
    margin-right: 5px;
    background-position: -137px -292px;
}
.icon-phoneGreySmall {
	width: 13px;
	height: 18px;
	margin-right: 3px;
	background-position:-204px -265px;
}
.icon-phoneGreen {
	width: 14px;
	height: 26px;
	background-position: -145px -397px;
}
.icon-mapMarker {
	width: 28px;
	height: 19px;
	margin-right: 3px;
	background-position:-200px -236px;
}
.icon-mobileLender {
	width: 28px;
	height: 19px;
	margin-right: 3px;
	background-position:-141px -434px;
}



.icon-emailGrey {
	width: 19px;
	height: 15px;
	margin-right: 3px;
	background-position:-203px -292px;
}
.icon-emailGreySmall {
	width: 15px;
	height: 13px;
	margin-right: 3px;
	background-position:-161px -233px;
	background-size: 400px auto;
}
.icon-emailWhite {
	width: 19px;
	height: 15px;
	margin-right: 5px;
	background-position:-203px -315px;
}


.icon-closeWhite {
	width: 35px;
    height: 35px;
    background-position: -6px -271px;
}
.icon-playVideo {
	width: 71px;
    height: 72px;
    background-position: -3px -351px;
}


.icon-footCall {
	width: 22px;
    height: 26px;
    background-position: -82px -85px;
}
.icon-footCallGreen {
	width: 22px;
    height: 26px;
    background-position: -89px -471px;
}
.icon-footTalk {
	width: 22px;
    height: 24px;
    background-position: -82px -44px;
}
.icon-footTalkGreen {
	width: 22px;
    height: 24px;
    background-position: -140px -470px;
}
.icon-footEmail {
	width: 22px;
    height: 18px;
    background-position: -82px -8px;
}
.icon-footEmailGreen {
	width: 22px;
    height: 18px;
    background-position: -44px -298px;
}
.icon-closeGreen {
	width: 10px;
    height: 10px;
    background-position: -91px -173px;
}
.icon-closeBlack {
	width: 10px;
    height: 11px;
    background-position: -91px -208px;
}
.icon-closeGrey {
	width: 10px;
    height: 11px;
    background-position: -208px -379px;
}
.icon-closeBlackSmall {
	width: 7px;
    height: 7px;
    margin-right: 4px;
    cursor: pointer;
    background-position: -96px -354px;
	&:hover {
		background-position: -96px -369px;
	}
}
.icon-addGreen {
	width: 9px;
    height: 10px;
    margin-right: 4px;
    background-position: -95px -383px;
}
.ic-compareCount {
	width: 20px;
	height: 20px;
	color: #fff;
	background-color: $defaultBrandColor;
	@include custom-borderRadius(10px);
	text-align: center;
	@include default-animation;
}
.icon-addFriend {
	width: 17px;
    height: 18px;
    margin-right: 2px;
    background-position: -91px -420px;
}
div:hover > .icon-addFriend {
	background-position: -91px -443px;
}



.icon-map {
	width: 23px;
    height: 31px;
    background-position: -190px -5px;
}
.icon-calendar {
	width: 41px;
    height: 38px;
    background-position: -185px -50px;
}
.icon-phone {
	width: 24px;
    height: 40px;
    background-position:-195px -99px;
}

.icon-helpIcon {
	width: 25px;
    height: 27px;
    background-position: -84px -230px;
}
.icon-award {
	width: 53px;
	height: 49px;
	margin-right: 14px;
	background-position: -124px -232px;
	vertical-align: middle;
}

.icon-tick {
	width: 17px;
	height: 15px;
	background-position: -202px -187px;
}
.icon-cross {
	width: 11px;
	height: 11px;
	background-position: -202px -210px;
}
.icon-searchBlack {
	width: 16px;
	height: 16px;
	background-position: -205px -337px;
}
.icon-searchGreen {
	width: 16px;
	height: 16px;
	background-position: -206px -358px;
}




.icon-faqIcon {
	width: 46px;
	height: 64px;
	margin-right: 3px;
	background-position: -326px -83px;
}
.icon-calculatorIcon {
	width: 46px;
	height: 64px;
	margin-right: 3px;
	background-position: -324px -4px;
}


.icon-hamburger {
	width: 24px;
    height: 26px;
     background-position: -264px -202px;
}

.icon-brandMH {
	width: 60px;
    height: 35px;
    background-position: -303px -194px;
    background-size: 600px auto;
}
.icon-brandCBA {
	width: 34px;
    height: 34px;
    background-position: -392px -6px;
    background-size: 750px auto;
}
.icon-brandANZ {
	width: 70px;
    height: 35px;
    background-position: -375px -144px;
    background-size: 750px auto;
}
.icon-brandNAB {
	width: 70px;
    height: 35px;
    background-position: -375px -191px;
    background-size: 750px auto;
}
.icon-brandStGeorge{
	width: 93px;
    height: 34px;
    background-position: -363px -55px;
    background-size: 750px auto;
}
.icon-brandWestpac {
	width: 90px;
    height: 34px;
    background-position: -366px -96px;
    background-size: 750px auto;
}
.icon-brandCBAsmall {
	width: 25px;
    height: 30px;
    background-position: -315px -6px;
    background-size: 600px auto;
}
.icon-brandANZsmall {
	width: 44px;
    height: 30px;
    background-position: -306px -114px;
    background-size: 600px auto;
}
.icon-brandNABsmall {
	width: 50px;
    height: 30px;
    background-position: -278px -140px;
    background-size: 554px auto;
}
.icon-brandStGeorgesmall{
	width: 50px;
    height: 30px;
    background-position: -193px -27px;
    background-size: 400px auto;
}
.icon-brandWestpacsmall {
	width: 50px;
    height: 30px;
    background-position: -194px -47px;
    background-size: 400px auto;
}


.icon-facebook {
	width: 32px;
    height: 32px;
    background-position: -383px -6px;
}
a:hover .icon-facebook {
	background-position: -417px -6px;
}
.icon-twitter {
	width: 32px;
    height: 32px;
    background-position: -383px -40px;
}
a:hover .icon-twitter {
	background-position: -417px -40px;
}
.icon-linkedin {
	width: 32px;
    height: 32px;
    background-position: -384px -76px;
}
a:hover .icon-linkedin {
	background-position: -418px -76px;
}
.icon-googlePlus {
	width: 32px;
    height: 32px;
    background-position: -385px -110px;
}
a:hover .icon-googlePlus {
	background-position: -419px -110px;
}
*/
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/* ==========================================================================
   HEADER
   ========================================================================== */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding: 0px 0px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  z-index: 1001; }
  .main-header .bar {
    display: inline-block;
    margin-left: 40px;
    padding-top: 23px;
    padding-bottom: 23px; }
    .main-header .bar .logo img {
      width: 91px; }
    .main-header .bar .main-hamburger {
      display: inline-block;
      float: right; }
  .main-header nav {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 40px; }
    .main-header nav ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0; }
      .main-header nav ul li {
        display: block;
        float: left;
        font-size: 13px;
        text-transform: uppercase;
        margin-left: 35px;
        font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
        font-style: normal; }
        .main-header nav ul li a {
          display: block;
          height: 66px;
          padding-top: 26px;
          color: #000;
          font-weight: 500; }
          .main-header nav ul li a:hover {
            color: #ff6400; }
        .main-header nav ul li.contact a {
          color: #ff6400; }
          .main-header nav ul li.contact a:hover {
            color: #000; }
        .main-header nav ul li.current-menu-item, .main-header nav ul li.current-page-ancestor, .main-header nav ul li.current_page_parent {
          border-bottom: 4px solid #ff6400; }

.single-work .main-header nav ul li.current_page_parent {
  border: none; }

/*
.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}*/
.admin-bar .main-header {
  top: 32px; }

@media (max-width: 767px) {
  .main-header {
    height: 50px;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    animation: none !important; }
    .main-header .inner-header .logo {
      display: inline-block; }
      .main-header .inner-header .logo img {
        width: 75px; }
    .main-header .inner-header .bar {
      position: relative;
      left: 50%;
      padding: 15px 0px;
      margin-left: -87px;
      margin-right: 0; }
    .main-header .inner-header nav {
      float: none;
      position: fixed;
      top: 48px;
      right: 0;
      left: 0;
      z-index: 9999;
      display: block;
      margin: 0;
      width: 100%;
      height: 0px;
      max-height: 44px;
      background: #fff;
      font-size: 18px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      max-height: none;
      -webkit-transition: background 0.35s linear,height 0.35s ease-in;
      transition: background 0.35s linear,height 0.35s ease-in; }
      .main-header .inner-header nav .nav-wrap {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        text-align: center; }
      .main-header .inner-header nav ul {
        list-style: none;
        padding-left: 0;
        cursor: default;
        width: auto;
        height: 44px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: justify;
        -ms-text-justify: distribute-all-lines;
        text-justify: distribute-all-lines;
        position: absolute;
        z-index: 2;
        top: 5px;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0px 20px;
        height: auto;
        box-sizing: border-box;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; }
        .main-header .inner-header nav ul li {
          display: inline-block;
          position: relative;
          width: 100%;
          height: auto;
          padding: 0;
          margin: 0;
          border-top: 1px solid #ccc;
          opacity: 0;
          z-index: 1;
          vertical-align: top;
          pointer-events: none;
          -webkit-transform: scale(1.1) translateY(-24px);
          transform: scale(1.1) translateY(-24px);
          -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
          transition: opacity 0.35s ease-out, transform 0.35s ease-out;
          text-align: center; }
          .main-header .inner-header nav ul li a {
            display: block;
            height: auto;
            padding: 15px 0; }
          .main-header .inner-header nav ul li.current-menu-item {
            border-bottom: none; }
          .main-header .inner-header nav ul li:last-of-type {
            border-bottom: 1px solid #ccc; }
  .mnav-active .main-header .logo {
    position: relative;
    z-index: 1002; }
  .mnav-active .main-header .bar {
    position: absolute;
    top: 0px;
    z-index: 1000;
    margin-left: -37px; }
  .mnav-active .main-header nav {
    height: 100%;
    background: #fff;
    -webkit-transition: background 0.35s linear,height 0.35s ease-in 200ms;
    transition: background 0.35s linear,height 0.35s ease-in 200ms; }
    .mnav-active .main-header nav ul li {
      opacity: 1;
      pointer-events: auto;
      -webkit-transform: none;
      transform: none;
      -webkit-transition-delay: 350ms,350ms;
      transition-delay: 350ms,350ms; }
      .mnav-active .main-header nav ul li:hover {
        background-color: rgba(255, 255, 255, 0.5); }
      .mnav-active .main-header nav ul li:nth-child(2) {
        -webkit-transition-delay: 400ms,400ms;
        transition-delay: 400ms,400ms; }
      .mnav-active .main-header nav ul li:nth-child(3) {
        -webkit-transition-delay: 450ms,450ms;
        transition-delay: 450ms,450ms; }
      .mnav-active .main-header nav ul li:nth-child(4) {
        -webkit-transition-delay: 500ms,500ms;
        transition-delay: 500ms,500ms; }
  .mnav-active .main {
    opacity: 0;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    transition: all 2s ease; }
  .hamburger {
    position: relative;
    padding: 0;
    display: inline-block;
    float: left;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    z-index: 1002;
    margin-left: 20px;
    margin-top: 13px; }
    .hamburger:hover {
      opacity: 0.7; }
    .hamburger .hamburger-box {
      width: 30px;
      height: 24px;
      display: inline-block;
      position: relative; }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 23px;
    height: 2px;
    background-color: #000;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -6px; }
  .hamburger-inner::after {
    bottom: -6px; }
  /*
 * Squeeze
 */
  .hamburger--squeeze .hamburger-inner {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner,
  .hamburger--squeeze.is-active .hamburger-inner::before,
  .hamburger--squeeze.is-active .hamburger-inner::after {
    background-color: #000; } }

/* ==========================================================================
   PAGES
   ========================================================================== */
.section > .title {
  margin-bottom: 30px; }

.js .slider {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-loading .slick-list {
  background: #fff url("img/icons/ajax-loader.svg") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

.slick-prev:before {
  content: '←'; }

.slick-next {
  right: -25px; }

.slick-next:before {
  content: '→'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 50px; }

@media (max-width: 767px) {
  .slick-dotted.slick-slider {
    margin-bottom: 30px; } }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.slick-slider {
  opacity: 0;
  transition: opacity 0.2s ease-in;
  background-image: url("img/icons/ring.svg");
  background-position: center center;
  background-repeat: no-repeat; }
  .slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 17px;
    height: 29px;
    margin-top: -8px;
    z-index: 100;
    -webkit-appearance: none;
    border: none;
    text-indent: -9999px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px auto;
    outline: none;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .slick-slider .slick-arrow:hover {
      background-color: #e1e1e1; }
  .slick-slider .slick-prev {
    left: 0;
    background-image: url("img/icons/ic-sliderLeft.png"); }
  .slick-slider .slick-next {
    right: 0;
    background-image: url("img/icons/ic-sliderRight.png"); }
  .slick-slider .slick-list {
    opacity: 0;
    position: absolute; }
  .slick-slider.slick-initialized {
    background: none;
    opacity: 1;
    transition: opacity 2s ease-in;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .slick-slider.slick-initialized .slick-list {
    opacity: 1;
    position: relative;
    transition: opacity 2s ease-in;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.slick-dots {
  position: relative;
  bottom: 30px;
  padding-left: 0;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border: 2px solid #fff;
    background-color: transparent;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-indent: -9999px;
    cursor: pointer; }
    .slick-dots li button {
      width: 16px;
      height: 16px;
      -webkit-appearance: none;
      border: none; }
    .slick-dots li.slick-active {
      background-color: #fff; }

.admin-bar .breadcrumbs {
  top: 110px; }

.breadcrumbs {
  position: absolute;
  left: 20px;
  top: 85px;
  color: #fff;
  font-size: 11px;
  font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 4; }
  .breadcrumbs > span {
    padding-left: 6px; }
    .breadcrumbs > span a {
      color: inherit;
      font-weight: 500;
      outline: none;
      padding-left: 0px;
      display: inline-block;
      /*&:before {
				display: inline-block;
				width: 4px;
				height: 6px;
				content: '‹';
				margin-right: 4px;
			}*/ }
    .breadcrumbs > span:before {
      display: inline-block;
      width: 4px;
      height: 6px;
      content: '‹';
      margin-right: 4px;
      vertical-align: top; }
  .breadcrumbs i {
    color: inherit; }

.services-nav .breadcrumbs {
  top: 140px; }

/*
.single-work {
	.breadcrumbs {
		> span:nth-child(-n+1) {
			display: none;
		}
		> i:nth-child(-n+1) {
			display: none;
		}
	}
}*/
@media (max-width: 767px) {
  .breadcrumbs {
    top: 65px; }
    .breadcrumbs > span {
      display: none; }
      .breadcrumbs > span.mobile-visible {
        line-height: 13px;
        padding: 0;
        display: block; } }

/*
	HOMEPAGE
---------------------------*/
.main-carousel {
  height: 605px;
  outline: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .main-carousel.fadeIn {
    opacity: 1; }
  .main-carousel .slide {
    background-position: 50% 0px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /*
		position: fixed;
		//height: 605px;
		outline: none;
		//background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		//background-size: cover;*/ }
  .main-carousel a {
    display: block;
    outline: none !important; }
  .main-carousel .slick-slide {
    outline: none; }
  .main-carousel .slick-list {
    overflow: visible; }
  .main-carousel .container {
    position: relative; }
    .main-carousel .container .text-wrap {
      display: table;
      height: 605px; }
      .main-carousel .container .text-wrap .text-wrap-inner {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #fff; }
        .main-carousel .container .text-wrap .text-wrap-inner .slide-logo {
          margin-bottom: 20px; }
          .main-carousel .container .text-wrap .text-wrap-inner .slide-logo img {
            display: inline-block;
            max-width: 300px; }
        .main-carousel .container .text-wrap .text-wrap-inner h1 {
          margin-bottom: 30px;
          font-size: 30px;
          font-weight: 200; }
        .main-carousel .container .text-wrap .text-wrap-inner .slide-link {
          color: #fff;
          font-size: 15px;
          font-weight: 600; }
    .main-carousel .container .slide-feature img {
      position: absolute;
      padding: 0;
      margin: 0; }
    .main-carousel .container .slide-feature .moho-web {
      left: 508px !important;
      top: 18px;
      width: 715px; }
    .main-carousel .container .slide-feature .moho-tab {
      left: 975px !important;
      top: 170px;
      width: 400px; }
    .main-carousel .container .slide-feature .moho-phone {
      left: 823px !important;
      top: 260px;
      width: 280px; }
    .main-carousel .container .slide-feature .mact-web {
      left: 518px !important;
      top: -0px;
      width: 765px; }
    .main-carousel .container .slide-feature .mact-tab {
      left: 1045px !important;
      top: 180px;
      width: 415px; }
    .main-carousel .container .slide-feature .mact-phone {
      left: 870px !important;
      top: 220px;
      width: 300px; }
    .main-carousel .container .slide-feature .king-desktop {
      width: 705px;
      height: auto;
      left: 537px !important;
      top: 30px; }
    .main-carousel .container .slide-feature .king-tablet {
      width: 347px;
      height: auto;
      left: 1009px !important;
      top: 242px; }
    .main-carousel .container .slide-feature .king-mobile {
      width: 265px;
      height: auto;
      left: 855px !important;
      top: 265px; }
  .main-carousel .slick-dots {
    width: 62%; }
  .main-carousel .slick-arrow {
    background-color: #000;
    background-repeat: no-repeat;
    background-size: 500px auto;
    background-image: url("img/icons/sprite.png");
    width: 30px;
    height: 45px;
    border-radius: 0;
    border: 5px solid #000;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .main-carousel .slick-arrow.slick-prev {
      left: 0;
      background-position: -3px -91px;
      border-radius: 0 10px 10px 0; }
    .main-carousel .slick-arrow.slick-next {
      right: 0;
      background-position: -22px -91px;
      border-radius: 10px 0 0 10px; }
    .main-carousel .slick-arrow:hover {
      background-color: #000;
      opacity: 1; }

@media (max-width: 1199px) {
  .main-carousel {
    height: 605px; }
    .main-carousel .slide {
      height: 605px; }
    .main-carousel .container .text-wrap {
      height: 605px; }
      .main-carousel .container .text-wrap .text-wrap-inner .slide-logo {
        margin-bottom: 30px; }
        .main-carousel .container .text-wrap .text-wrap-inner .slide-logo img {
          max-width: 260px; }
      .main-carousel .container .text-wrap .text-wrap-inner .slide-link {
        color: #fff;
        font-size: 15px; }
    .main-carousel .container .slide-feature .moho-web {
      left: 400px !important; }
    .main-carousel .container .slide-feature .moho-tab {
      left: 837px !important;
      width: 345px;
      top: 245px; }
    .main-carousel .container .slide-feature .moho-phone {
      left: 679px !important;
      width: 245px;
      top: 305px; }
    .main-carousel .container .slide-feature .mact-web {
      left: 400px !important; }
    .main-carousel .container .slide-feature .mact-tab {
      left: 737px !important;
      width: 345px; }
    .main-carousel .container .slide-feature .mact-phone {
      left: 622px !important;
      width: 245px; }
    .main-carousel .container .slide-feature .king-desktop {
      left: 410px !important; }
    .main-carousel .container .slide-feature .king-tablet {
      width: 320px;
      left: 741px !important; }
    .main-carousel .container .slide-feature .king-mobile {
      width: 230px;
      left: 595px !important; } }

@media (max-width: 991px) {
  .main-carousel {
    height: 500px; }
    .main-carousel .slide {
      height: 500px; }
    .main-carousel .container .text-wrap {
      height: 500px; }
      .main-carousel .container .text-wrap .text-wrap-inner .slide-logo {
        margin-bottom: 30px; }
        .main-carousel .container .text-wrap .text-wrap-inner .slide-logo img {
          max-width: 190px; }
      .main-carousel .container .text-wrap .text-wrap-inner h1 {
        margin-bottom: 20px;
        font-size: 25px;
        line-height: 1.3;
        font-weight: 200; }
      .main-carousel .container .text-wrap .text-wrap-inner .slide-link {
        color: #fff;
        font-size: 15px; }
    .main-carousel .container .slide-feature .moho-web {
      left: 300px !important;
      width: 585px; }
    .main-carousel .container .slide-feature .moho-tab {
      left: 508px !important;
      width: 298px; }
    .main-carousel .container .slide-feature .moho-phone {
      left: 426px !important;
      width: 160px; }
    .main-carousel .container .slide-feature .mact-web {
      left: 300px !important;
      width: 585px; }
    .main-carousel .container .slide-feature .mact-tab {
      left: 532px !important;
      width: 298px; }
    .main-carousel .container .slide-feature .mact-phone {
      left: 446px !important;
      width: 160px; }
    .main-carousel .container .slide-feature .king-desktop {
      left: 300px !important;
      width: 585px; }
    .main-carousel .container .slide-feature .king-tablet {
      left: 532px !important;
      width: 298px;
      top: 160px; }
    .main-carousel .container .slide-feature .king-mobile {
      left: 446px !important;
      width: 160px; }
    .main-carousel .slick-dots {
      width: 44%; } }

@media (max-width: 767px) {
  .main-carousel {
    height: 400px;
    margin-bottom: 0; }
    .main-carousel .slide {
      height: 350px;
      background-position: center bottom !important;
      background-size: auto 400px;
      background-attachment: scroll; }
    .main-carousel .container {
      height: 400px; }
      .main-carousel .container .text-wrap {
        display: block;
        height: auto;
        padding-top: 15px; }
        .main-carousel .container .text-wrap .text-wrap-inner {
          display: block; }
          .main-carousel .container .text-wrap .text-wrap-inner .slide-logo {
            margin-bottom: 10px;
            margin-top: 10px; }
            .main-carousel .container .text-wrap .text-wrap-inner .slide-logo img {
              max-width: 145px; }
          .main-carousel .container .text-wrap .text-wrap-inner h1 {
            margin-bottom: 5px;
            font-size: 20px;
            line-height: 1.4;
            font-weight: 200; }
          .main-carousel .container .text-wrap .text-wrap-inner .slide-link {
            color: #fff;
            font-size: 15px; }
      .main-carousel .container .slide-feature img {
        position: absolute !important;
        top: initial !important; }
      .main-carousel .container .slide-feature .moho-web {
        left: 50% !important;
        margin-left: -145px;
        top: 0px;
        width: 290px;
        margin-top: 0px; }
      .main-carousel .container .slide-feature .moho-tab {
        left: 50% !important;
        top: 0px;
        width: 128px;
        margin-top: 77px;
        margin-left: -158px; }
      .main-carousel .container .slide-feature .moho-phone {
        left: 50% !important;
        top: 400px;
        width: 79px;
        margin-top: 97px;
        margin-left: 66px; }
      .main-carousel .container .slide-feature .mact-web {
        left: 50% !important;
        margin-left: -145px;
        top: 0px;
        width: 290px;
        margin-top: 0px; }
      .main-carousel .container .slide-feature .mact-tab {
        left: 50% !important;
        top: 0px;
        width: 128px;
        margin-top: 77px;
        margin-left: -158px; }
      .main-carousel .container .slide-feature .mact-phone {
        left: 50% !important;
        top: 400px;
        width: 79px;
        margin-top: 97px;
        margin-left: 66px; }
      .main-carousel .container .slide-feature .king-desktop {
        left: 50% !important;
        margin-left: -145px;
        top: 0px;
        width: 290px;
        margin-top: 0px; }
      .main-carousel .container .slide-feature .king-tablet {
        left: 50% !important;
        top: 0px;
        width: 128px;
        margin-top: 67px;
        margin-left: -170px; }
      .main-carousel .container .slide-feature .king-mobile {
        left: 50% !important;
        top: 400px;
        width: 79px;
        margin-top: 117px;
        margin-left: 60px; }
    .main-carousel .slick-dots {
      display: none !important;
      width: 100%;
      bottom: -65px;
      z-index: 300; }
      .main-carousel .slick-dots li {
        border: 2px solid #000; }
        .main-carousel .slick-dots li.slick-active {
          background-color: #000; }
        .main-carousel .slick-dots li button:before {
          display: none; }
    .main-carousel .slick-arrow {
      width: 25px;
      height: 32px;
      border: 5px solid #000; }
      .main-carousel .slick-arrow.slick-prev {
        background-position: 0px -125px; }
      .main-carousel .slick-arrow.slick-next {
        background-position: -12px -126px; } }

@media (max-width: 543px) {
  .main-carousel {
    height: 430px; } }

.homeGrid {
  position: relative;
  z-index: 10;
  padding-top: 50px; }

@media (max-width: 1199px) {
  .homeGrid {
    padding-top: 20px; } }

@media (max-width: 991px) {
  .homeGrid {
    padding-top: 0px; } }

@media (max-width: 767px) {
  .homeGrid {
    padding-top: 25px; } }

.featuredWorkCats {
  text-align: center;
  margin-bottom: 40px; }
  .featuredWorkCats ul {
    list-style: none;
    padding-left: 0; }
    .featuredWorkCats ul li {
      display: inline-block;
      text-transform: uppercase;
      font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
      font-style: normal;
      padding: 4px 15px;
      border-right: 1px solid #ccc; }
      .featuredWorkCats ul li a {
        color: #000;
        font-weight: 500;
        font-size: 13px;
        /*&:hover {
					color: $defaultBrandColor;
				}*/ }
        .featuredWorkCats ul li a.active {
          position: relative;
          padding: 10px 10px 8px;
          background-color: #ececec;
          border-radius: 3px; }
          .featuredWorkCats ul li a.active:after {
            content: '';
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #ececec;
            position: absolute;
            bottom: -8px;
            left: 50%;
            margin-left: -10px; }
      .featuredWorkCats ul li:last-of-type {
        border-right: none; }
      .featuredWorkCats ul li .view-all {
        color: #ff6400;
        font-weight: 500; }
        .featuredWorkCats ul li .view-all:hover {
          color: #555; }
  .featuredWorkCats .button {
    display: inline-block;
    text-transform: uppercase;
    font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
    padding: 7px 15px 4px;
    color: #000;
    font-weight: 500;
    font-size: 13px;
    border: none;
    font-style: normal;
    border-right: 1px solid #ccc;
    -webkit-appearance: none;
    background-color: transparent;
    outline: none; }
    .featuredWorkCats .button:last-of-type {
      border-right: none; }
    .featuredWorkCats .button.view-all {
      color: #ff6400; }
      .featuredWorkCats .button.view-all:hover {
        color: #555; }
    .featuredWorkCats .button:hover {
      color: #000; }
    .featuredWorkCats .button.is-checked {
      padding: 0px 15px; }
      .featuredWorkCats .button.is-checked span {
        display: block;
        position: relative;
        padding: 7px 10px 4px;
        background-color: #ececec;
        border-radius: 3px;
        text-decoration: none; }
        .featuredWorkCats .button.is-checked span:after {
          content: '';
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #ececec;
          position: absolute;
          bottom: -8px;
          left: 50%;
          margin-left: -10px; }
  .featuredWorkCats .button:active,
  .featuredWorkCats .button.is-checked {
    text-decoration: none; }
  .featuredWorkCats a.button.archive {
    padding: 4px 15px;
    border-right: 1px solid #ccc; }

.our-work {
  border-bottom: 1px solid #fff; }

.featuredGrid {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .featuredGrid.loaded, .featuredGrid.fadeIn {
    opacity: 1; }
  .featuredGrid .project {
    width: 33.3333333333%;
    height: auto;
    float: left;
    margin-bottom: 0px;
    border: 1px solid #fff;
    margin-top: 0; }
    .featuredGrid .project .outer {
      position: relative;
      display: block;
      height: 100%;
      text-align: left;
      overflow: hidden; }
      .featuredGrid .project .outer img {
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .featuredGrid .project .outer .title {
        position: absolute;
        bottom: 0;
        left: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-top: 50px;
        width: 100%;
        text-align: left;
        color: #fff;
        font-size: 12px;
        /*background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); 
				background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); 
				background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); 
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
				*/
        background: transparent;
        background-repeat: repeat-x;
        background-image: url("img/bg/project-bg.png");
        background-size: 100% 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .featuredGrid .project .outer .title h5 {
          margin-bottom: 0px;
          text-transform: uppercase;
          font-weight: 500; }
        .featuredGrid .project .outer .title p {
          margin-bottom: 0; }
      .featuredGrid .project .outer .hover {
        position: absolute;
        bottom: -45px;
        visibility: hidden;
        opacity: 0;
        display: table;
        padding: 0 20px;
        width: 100%;
        height: 55px;
        z-index: 30;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .featuredGrid .project .outer .hover .inner {
          display: table-cell;
          vertical-align: middle; }
          .featuredGrid .project .outer .hover .inner ul {
            list-style: none;
            padding-left: 0;
            margin-top: 25px; }
            .featuredGrid .project .outer .hover .inner ul li {
              margin-bottom: 12px; }
              .featuredGrid .project .outer .hover .inner ul li a {
                color: #fff;
                font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
                font-weight: 400; }
        .featuredGrid .project .outer .hover .btn {
          margin-top: 0; }
      .featuredGrid .project .outer:hover {
        background-color: #fff; }
        .featuredGrid .project .outer:hover > img {
          transform: scale(1.02); }
        .featuredGrid .project .outer:hover .title {
          bottom: 0px;
          padding-bottom: 65px;
          padding-top: 130px; }
        .featuredGrid .project .outer:hover .hover {
          visibility: visible;
          opacity: 1;
          bottom: -0px;
          /*top: 0;
					left: 0;
					width: 100%;
					height: 100%;*/ }
    .featuredGrid .project.double {
      height: auto; }
      .featuredGrid .project.double > div {
        width: 100%; }
    .featuredGrid .project.animate-in {
      opacity: 1;
      transform: translateY(150px);
      animation: animate-in 0.6s ease forwards; }
      .featuredGrid .project.animate-in img {
        opacity: 1; }
      .featuredGrid .project.animate-in .title {
        opacity: 1;
        animation: animate-in 0.6s ease forwards; }
    .featuredGrid .project.animate-in:nth-child(odd) {
      animation-duration: 0.4s; }
    .featuredGrid .project.already-visible {
      transform: translateY(0);
      animation: none;
      opacity: 1; }

@keyframes animate-in {
  to {
    transform: translateY(0); } }

.view-all {
  font-weight: 500;
  font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded; }

.view-all-projects {
  margin-top: 50px;
  font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded; }

@media (min-width: 1899px) {
  .workArchive-wrap .project,
  .page-id-7 .featuredGrid .project {
    width: 25%; }
  .page-id-7 .featuredGrid .project:last-of-type {
    display: none; } }

@media (max-width: 1199px) {
  .featuredGrid {
    /*.project {
			height: 246px;
			&.tall {
				height: 492px;
			}
			.outer .hover .inner ul {
				margin-top: 20px;
				li {
					margin-bottom: 10px;
				}
			}
		}*/ } }

@media (max-width: 991px) {
  .featuredWorkCats ul li .view-all {
    padding-top: 15px;
    display: block; }
  .featuredWorkCats .button.view-all {
    padding-top: 15px;
    display: inline-block; }
  .featuredGrid .project .outer .title {
    padding-left: 10px;
    padding-bottom: 5px; }
    .featuredGrid .project .outer .title h5 {
      font-size: 11px; }
  .featuredGrid .project .outer .hover {
    padding: 0 10px; }
    .featuredGrid .project .outer .hover .btn {
      padding: 10px 20px;
      font-size: 11px; }
  .featuredGrid .project .outer:hover .title {
    padding-bottom: 60px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-min-device-pixel-ratio: 2) {
  .featuredGrid .project .outer .hover {
    display: none; }
  .featuredGrid .project .outer:hover .title {
    padding-left: 10px;
    padding-bottom: 5px; } }

@media (max-width: 767px) {
  .featuredWorkCats {
    margin-bottom: 25px; }
    .featuredWorkCats ul li {
      margin-bottom: 10px; }
    .featuredWorkCats .button {
      margin-bottom: 10px; }
  .featuredGrid .project {
    width: 50%; }
    .featuredGrid .project.animate-in {
      transform: translateY(0px); }
    .featuredGrid .project .outer .title {
      padding-top: 65px; }
    .featuredGrid .project .outer .hover {
      display: none; }
    .featuredGrid .project .outer:hover .title {
      padding-left: 10px;
      padding-bottom: 5px;
      padding-top: 65px; }
  .page-id-7 .featuredGrid .project:last-of-type {
    display: none; } }

@media (max-width: 543px) {
  .featuredGrid .project {
    height: auto;
    width: 100%; }
    .featuredGrid .project.tall {
      height: auto; }
    .featuredGrid .project .outer .hover .inner {
      padding: 0; }
      .featuredGrid .project .outer .hover .inner h3,
      .featuredGrid .project .outer .hover .inner ul {
        display: none; }
      .featuredGrid .project .outer .hover .inner .btn {
        display: block; }
  .page-id-7 .featuredGrid .project:last-of-type {
    display: block; } }

.featuredServices {
  list-style: none;
  text-align: center;
  padding-left: 0;
  margin: 45px 0; }
  .featuredServices li {
    display: inline-block;
    margin: 0 22px; }
    .featuredServices li a {
      display: block;
      color: #fff; }
    .featuredServices li .icon {
      margin-bottom: 10px; }
    .featuredServices li .title {
      font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
      font-weight: 500;
      font-size: 13px;
      text-transform: uppercase; }

@media (max-width: 991px) {
  .featuredServices {
    margin: 30px 0; } }

.featuredClients ul {
  list-style: none;
  text-align: center;
  padding-left: 0;
  margin-bottom: 0; }
  .featuredClients ul li {
    display: inline-block;
    width: 19%;
    padding: 10px; }
    .featuredClients ul li img {
      width: 80%;
      height: auto;
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      /* Firefox 3.5+ */
      filter: gray;
      /* IE6-9 */
      -webkit-filter: grayscale(100%);
      /* Chrome 19+ & Safari 6+ */
      opacity: 0.6;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .featuredClients ul li:hover img {
      filter: none;
      -webkit-filter: grayscale(0%);
      opacity: 1; }

@media (max-width: 991px) {
  .featuredClients ul li {
    width: 19%;
    padding: 5px; } }

@media (max-width: 767px) {
  .featuredClients ul li {
    width: 49%;
    padding: 5px; }
    .featuredClients ul li:nth-child(n+9) {
      display: none; }
  .featuredServices {
    margin: 35px 0; }
    .featuredServices li {
      margin: 0 15px; } }

@media (max-width: 543px) {
  .featuredServices {
    margin: 35px auto;
    max-width: 350px; }
    .featuredServices li {
      margin: 0px;
      width: 40%;
      margin-bottom: 15px;
      vertical-align: top; } }

/*
	GLOBAL OPTIONS
---------------------------*/
/*
	HOME PAGE
---------------------------*/
/*
	WORK PAGE
---------------------------*/
/*.work-single {
	float: left;
	width: 50%;
	> div{
		position: relative;
		display: block;
		text-align: center;
		border: 1px solid #fff;
		cursor: pointer;
		.hover {
			opacity: 0;
			visibility: hidden;
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 100%;
			@include default-animation;
			.valign-wrap {
				display: table;
				width: 100%;
				height: 100%;
			}
			.valign {
				display: table-cell;
				vertical-align: middle;
			}
		}
		&:hover {
			
			.hover {
				opacity: 1;
				visibility: visible;
				background-color: rgba(0,0,0,0.5);
				
				
			}
		}
	}
	img {
		width: 100%;
		height: auto;
	}
}*/
/*
	WORK RELATIONSHIP PAGE
---------------------------*/
.brand-stickyNav {
  position: relative;
  padding: 23px 0;
  margin-bottom: -51px;
  background-color: #fff;
  text-align: center; }
  .brand-stickyNav ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: none; }
    .brand-stickyNav ul li {
      display: inline-block;
      float: none; }
      .brand-stickyNav ul li a {
        display: block;
        margin: 0 15px;
        padding: 0;
        font-size: 13px;
        font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
        font-weight: 500;
        text-transform: uppercase;
        color: #000; }
        .brand-stickyNav ul li a:hover, .brand-stickyNav ul li a:focus {
          background-color: transparent;
          outline: none; }
      .brand-stickyNav ul li.active a {
        border-bottom: 2px solid #ff6400;
        background-color: transparent;
        outline: none; }
  .brand-stickyNav.scrolled {
    position: fixed;
    top: 0px;
    width: 100%;
    padding-bottom: 23px;
    z-index: 990;
    border-bottom: 1px solid #eee; }

@media (max-width: 991px) {
  .brand-stickyNav.scrolled {
    padding-bottom: 15px; }
  .brand-stickyNav ul li {
    margin-bottom: 10px; } }

@media (max-width: 767px) {
  .brand-stickyNav.scrolled {
    top: 50px;
    padding: 15px 0; } }

.brand-intro .intro figure {
  margin-bottom: 0px; }
  .brand-intro .intro figure img {
    max-width: 50%; }

.brand-featuredWStats .award-module {
  margin: 20px 0; }

.brand-textImageCenter .award-module {
  margin: 0px 0 40px; }

.brand-introText {
  padding: 100px 0 50px; }
  .brand-introText .text-wrap {
    padding: 0%; }
    .brand-introText .text-wrap h3 {
      margin-bottom: 20px; }

@media (max-width: 991px) {
  .brand-introText .text-wrap {
    padding: 0 0%; } }

@media (max-width: 767px) {
  .brand-featuredWStats figure {
    margin-bottom: 20px; }
  .brand-introText {
    padding: 30px 0 30px; }
    .brand-introText .text-wrap {
      padding: 0 0%; } }

@media (max-width: 543px) {
  .brand-introText .text-wrap {
    padding: 0%; } }

.work-slider {
  max-height: 900px;
  margin-bottom: 20px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .work-slider.slick-initialized, .work-slider.flickity-enabled {
    opacity: 1; }
  .work-slider .slick-slide,
  .work-slider .flickity-slider > div {
    width: 65%;
    text-align: center;
    outline: none;
    opacity: 0.7; }
    .work-slider .slick-slide figure,
    .work-slider .flickity-slider > div figure {
      margin-top: 40px;
      padding-bottom: 30px; }
    .work-slider .slick-slide img,
    .work-slider .flickity-slider > div img {
      display: inline-block;
      max-width: 90%;
      height: auto;
      max-height: 800px; }
      .work-slider .slick-slide img.boxshadow,
      .work-slider .flickity-slider > div img.boxshadow {
        box-shadow: 2px 6px 15px #ccc; }
      .work-slider .slick-slide img figcaption,
      .work-slider .flickity-slider > div img figcaption {
        margin-top: 30px;
        font-size: 13px;
        text-transform: uppercase;
        font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
        font-weight: 500; }
    .work-slider .slick-slide.slick-current, .work-slider .slick-slide.is-selected,
    .work-slider .flickity-slider > div.slick-current,
    .work-slider .flickity-slider > div.is-selected {
      opacity: 1; }
    .work-slider .slick-slide .text,
    .work-slider .flickity-slider > div .text {
      margin-top: 30px;
      font-size: 13px;
      text-transform: uppercase;
      font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
      font-weight: 500; }
  .work-slider .slick-arrow {
    width: 50px;
    height: 50px;
    margin-top: 0px;
    background-size: 16px auto;
    background-position: center center; }
    .work-slider .slick-arrow:hover {
      background-color: transparent; }
  .work-slider .slick-next,
  .work-slider .flickity-prev-next-button.next {
    right: 15%; }
  .work-slider .slick-prev,
  .work-slider .flickity-prev-next-button.previous {
    left: 15%; }

.work-slider2 {
  max-height: 900px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .work-slider2 .slick-slide {
    text-align: center;
    outline: none;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .work-slider2 .slick-slide figure {
      margin-top: 40px;
      padding-bottom: 30px; }
    .work-slider2 .slick-slide img {
      display: inline-block;
      max-width: 90%;
      height: auto;
      max-height: 800px; }
      .work-slider2 .slick-slide img.boxshadow {
        box-shadow: 2px 6px 15px #ccc; }
      .work-slider2 .slick-slide img figcaption {
        margin-top: 30px;
        font-size: 13px;
        text-transform: uppercase;
        font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
        font-weight: 500; }
    .work-slider2 .slick-slide.slick-current {
      opacity: 1; }
    .work-slider2 .slick-slide .text {
      margin-top: 30px;
      font-size: 13px;
      text-transform: uppercase;
      font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
      font-weight: 500; }
  .work-slider2 .slick-arrow {
    width: 50px;
    height: 50px;
    margin-top: 0px;
    background-size: 16px auto;
    background-position: center center; }
    .work-slider2 .slick-arrow:hover {
      background-color: transparent; }
  .work-slider2 .slick-next {
    right: 15%; }
  .work-slider2 .slick-prev {
    left: 15%; }

@media (max-width: 1300px) {
  .work-slider .flickity-slider > div {
    width: 80%; } }

@media (max-width: 991px) {
  .work-slider .flickity-slider > div {
    width: 90%; }
  .work-slider .slick-next,
  .work-slider .flickity-prev-next-button.next {
    right: 11%; }
  .work-slider .slick-prev,
  .work-slider .flickity-prev-next-button.previous {
    left: 11%; } }

@media (max-width: 767px) {
  .work-slider .slick-slide h1 {
    font-size: 20px;
    line-height: 25px;
    padding: 0 5%; }
  .work-slider .slick-slide img {
    max-width: 80%; }
  .work-slider .slick-slide figure {
    margin-top: 0px;
    padding-bottom: 0; }
  .work-slider .slick-arrow {
    background-size: 8px auto;
    width: 11px; }
  .work-slider .slick-next,
  .work-slider .flickity-prev-next-button.next {
    right: 15px; }
  .work-slider .slick-prev,
  .work-slider .flickity-prev-next-button.previous {
    left: 15px; } }

.testimonial-slider .testimonial {
  display: none; }

.testimonial-slider.slick-initialized .testimonial {
  display: block; }

.testimonial {
  text-align: center; }
  .testimonial.text-wrap {
    padding: 80px 0%; }
    .testimonial.text-wrap h3 {
      margin-bottom: 20px;
      font-style: italic;
      font-weight: 200; }
    .testimonial.text-wrap .test-title {
      text-align: center; }
      .testimonial.text-wrap .test-title span {
        border-top: 1px solid #000;
        width: 80px;
        display: inline-block;
        padding-bottom: 12px; }
      .testimonial.text-wrap .test-title strong {
        text-transform: uppercase;
        display: block; }

.featured-testimonials .testimonial-slider {
  margin-bottom: 0; }
  .featured-testimonials .testimonial-slider .slick-dots li {
    border: 2px solid #929292; }
    .featured-testimonials .testimonial-slider .slick-dots li button {
      text-indent: -9999px; }
    .featured-testimonials .testimonial-slider .slick-dots li.slick-active {
      background-color: #929292; }

.featured-testimonials .testimonial.text-wrap {
  padding: 80px 10%; }

.single-work .testimonial {
  text-align: center; }
  .single-work .testimonial.text-wrap {
    padding-top: 40px;
    padding-bottom: 30px; }

.single-work .brand-stats .stats-wrap .stats-col {
  border-right: 1px solid; }
  .single-work .brand-stats .stats-wrap .stats-col:last-of-type {
    border: none; }

.brand-textImage {
  padding-top: 30px;
  padding-bottom: 30px; }
  .brand-textImage figure {
    margin-bottom: 120px;
    text-align: center; }
    .brand-textImage figure figcaption {
      margin-top: 30px;
      font-size: 13px;
      text-transform: uppercase;
      font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
      font-weight: 500;
      text-align: center; }
  .brand-textImage img {
    width: auto;
    height: auto;
    max-width: 100%; }

.brand-iPhone {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }
  .brand-iPhone .iphoneWrap {
    position: relative;
    width: 463px;
    height: 843px;
    display: inline-block;
    margin-right: -7%;
    background: url("img/icons/mobilePhone@2x.png") no-repeat;
    background-size: 100% auto; }
  .brand-iPhone .iphoneWrapInner {
    position: absolute;
    top: 92px;
    left: 48px;
    width: 319px;
    height: 582px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .brand-iPhone .iphoneWrapInner::-webkit-scrollbar {
      display: none; }
  .brand-iPhone img {
    width: auto;
    height: auto;
    max-width: 100%; }
  .brand-iPhone .figcaption {
    margin-top: -15px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
    font-weight: 500; }

@media (max-width: 991px) {
  .brand-iPhone .iphoneWrap {
    width: 400px;
    height: 730px;
    margin-right: -7%; }
  .brand-iPhone .iphoneWrapInner {
    top: 80px;
    left: 42px;
    width: 274px;
    height: 502px; }
    .brand-iPhone .iphoneWrapInner video {
      width: 275px !important;
      height: 502px !important; } }

@media (max-width: 767px) {
  .brand-iPhone .iphoneWrap {
    width: 300px;
    height: 545px;
    margin-right: -6%; }
  .brand-iPhone .iphoneWrapInner {
    top: 60px;
    left: 32px;
    width: 205px;
    height: 376px; } }

.brand-stats {
  padding-top: 50px;
  padding-bottom: 10px; }
  .brand-stats .stats-wrap {
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
    flex-flow: no-wrap; }
    .brand-stats .stats-wrap .stats-col {
      flex: 1 1 0;
      text-align: center;
      border-right: 1px solid; }
      .brand-stats .stats-wrap .stats-col div {
        height: 67px;
        font-size: 44px;
        line-height: 49px;
        font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
        font-weight: 200; }
        .brand-stats .stats-wrap .stats-col div span {
          position: relative;
          top: 0px;
          vertical-align: super;
          font-size: 23px; }
        .brand-stats .stats-wrap .stats-col div.image img {
          width: 45px; }
      .brand-stats .stats-wrap .stats-col p {
        padding: 0 5px;
        margin-bottom: 0; }
      .brand-stats .stats-wrap .stats-col:last-of-type {
        border: none; }

.brands-related .brands-related-wrap {
  text-align: center; }
  .brands-related .brands-related-wrap a {
    color: #444; }

.brand-threePanel {
  padding: 80px 0; }
  .brand-threePanel ul {
    padding-left: 0;
    list-style: none; }
    .brand-threePanel ul li {
      float: left;
      width: 33.333%;
      height: 100%;
      padding: 1%;
      text-align: center; }

.brand-textImageCenter {
  padding: 80px 0; }
  .brand-textImageCenter .intro {
    margin-bottom: 30px; }
  .brand-textImageCenter figure {
    text-align: center; }
    .brand-textImageCenter figure img {
      display: inline-block !important; }
  .brand-textImageCenter .image {
    margin-bottom: 20px; }

.mobileSlider .slick-arrow {
  background-size: 8px auto;
  width: 11px; }
  .mobileSlider .slick-arrow:hover {
    background-color: transparent; }

.mobileSlider .slick-next {
  right: 0%; }

.mobileSlider .slick-prev {
  left: 0%; }

.mobileSlider.slick-initialized img {
  display: inline-block;
  width: 80%; }

@media (max-width: 767px) {
  .brand-threePanel {
    padding: 35px 0; }
  .brand-textImageCenter {
    padding: 35px 0; } }

.brand-leftTextRightImage {
  height: 600px;
  overflow: hidden; }
  .brand-leftTextRightImage .text .valign {
    display: table;
    height: 600px;
    width: 100%;
    text-align: center; }
    .brand-leftTextRightImage .text .valign .inner {
      display: table-cell;
      vertical-align: middle;
      text-align: left; }
  .brand-leftTextRightImage .image {
    padding-top: 40px; }

.lightenseActive .brand-leftTextRightImage {
  overflow: visible; }

@media (max-width: 991px) {
  .brand-leftTextRightImage {
    height: 425px; }
    .brand-leftTextRightImage .text .valign {
      height: 425px; } }

@media (max-width: 767px) {
  .brand-leftTextRightImage {
    height: auto;
    padding-top: 30px; }
    .brand-leftTextRightImage .text .valign {
      height: auto; }
      .brand-leftTextRightImage .text .valign .inner {
        text-align: center; } }

.workdet-intro {
  height: 645px;
  padding-bottom: 65px;
  padding-top: 20px; }
  .workdet-intro .intro figure {
    margin-bottom: 30px; }
    .workdet-intro .intro figure img {
      max-width: 30%; }
  .workdet-intro .intro figcaption {
    margin-top: 30px; }

.workdet-featuredImage {
  height: auto;
  margin-bottom: 20px;
  margin-top: -300px;
  text-align: center; }
  .workdet-featuredImage img {
    margin-left: auto;
    margin-right: auto; }

.workdet-intro2 {
  position: relative;
  height: auto;
  padding-bottom: 40px;
  padding-top: 15px;
  background-repeat: repeat-x;
  background-position: center top;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .workdet-intro2.fadeIn {
    opacity: 1; }
  .workdet-intro2 .background-image {
    position: absolute;
    width: 100%;
    height: 576px;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: repeat-x;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease; }
  .workdet-intro2 .container {
    position: relative;
    z-index: 3; }
  .workdet-intro2 .intro {
    max-width: 70%;
    margin-bottom: 20px;
    padding-top: 20px; }
    .workdet-intro2 .intro figure {
      margin-bottom: 0px; }
      .workdet-intro2 .intro figure img {
        max-width: 30%;
        margin-bottom: 0px; }
    .workdet-intro2 .intro figcaption {
      margin-top: 30px; }
    .workdet-intro2 .intro p {
      font-size: 15px;
      margin-bottom: 0; }
  .workdet-intro2 .workdet-featuredImage2 img {
    margin-left: -120px;
    width: 1400px;
    height: auto; }

.brand-workImage {
  padding-top: 22px;
  padding-bottom: 22px; }
  .brand-workImage .info {
    margin-bottom: 0px;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase; }
    .brand-workImage .info > div {
      display: inline-block; }
    .brand-workImage .info .type {
      float: left;
      font-size: 13px;
      font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
      font-weight: 500; }
      .brand-workImage .info .type.right {
        float: right; }
    .brand-workImage .info .middle {
      position: relative;
      margin-bottom: 20px;
      background-color: #e1e1e1;
      padding: 10px 15px 8px;
      font-size: 13px;
      border-radius: 3px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .brand-workImage .info .middle:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #e1e1e1;
        position: absolute;
        bottom: -8px;
        left: 50%;
        margin-left: -10px; }
  .brand-workImage p {
    font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
    text-align: center;
    font-weight: 500; }
  .brand-workImage img {
    width: 100%;
    height: auto; }
  .brand-workImage .twentytwenty-wrapper {
    padding-bottom: 30px; }
  .brand-workImage .twentytwenty-container {
    box-shadow: 2px 6px 15px #ccc; }
  .brand-workImage .twentytwenty-handle {
    background-color: #fff;
    border-radius: 5px;
    width: 70px;
    margin-left: -42px; }
    .brand-workImage .twentytwenty-handle .twentytwenty-left-arrow {
      width: 12px;
      height: 21px;
      background-image: url("img/icons/ic-sliderLeft.png");
      border: none;
      background-size: 100% auto;
      background-repeat: no-repeat;
      margin-left: -25px;
      margin-top: -10px; }
    .brand-workImage .twentytwenty-handle .twentytwenty-right-arrow {
      width: 12px;
      height: 21px;
      background-image: url("img/icons/ic-sliderRight.png");
      border: none;
      background-size: 100% auto;
      background-repeat: no-repeat;
      margin-right: -25px;
      margin-top: -10px; }
  .brand-workImage .twentytwenty-overlay {
    display: none; }
  .brand-workImage .twentytwenty-horizontal .twentytwenty-handle:before, .brand-workImage .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 5px;
    margin-left: -1px; }

.brand-workImageFW {
  padding-top: 22px;
  padding-bottom: 22px;
  text-align: center; }
  .brand-workImageFW > div {
    height: 375px; }
  .brand-workImageFW p {
    font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
    text-align: center;
    font-weight: 500; }
  .brand-workImageFW img {
    margin-top: -350px; }

.workdet-related .workdet-related-wrap .intro {
  margin-bottom: 20px; }

.workdet-related .workdet-related-wrap .work-article {
  border-bottom: none; }

.workdet-singleRelated .relate-wrap {
  margin-top: 30px; }
  .workdet-singleRelated .relate-wrap a {
    display: block;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded; }

.center-slide .slick-slide {
  text-align: center; }
  .center-slide .slick-slide h3 {
    background-color: fuchsia;
    margin: 20px; }

.award-module .awards {
  margin-top: 0px;
  text-align: center; }
  @media (max-width: 767px) {
    .award-module .awards {
      margin-top: 20px; } }
  .award-module .awards .award {
    display: inline-block;
    width: 180px;
    padding: 0 0px 15px;
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    vertical-align: top;
    border-right: 1px solid #e1e1e1; }
    @media (max-width: 991px) {
      .award-module .awards .award {
        width: 170px;
        padding: 0 15px;
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .award-module .awards .award {
        display: inline-block;
        width: 44%;
        padding: 0 2.5% 15px; } }
    .award-module .awards .award:last-of-type {
      border-right: none; }
    .award-module .awards .award a {
      color: #000;
      font-weight: normal; }
    .award-module .awards .award .icon {
      margin-bottom: 8px;
      min-height: 50px; }
      .award-module .awards .award .icon img {
        height: auto;
        width: 100%;
        max-width: 120px; }
    .award-module .awards .award .title h3 {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 0;
      line-height: 1.2; }
    .award-module .awards .award .outcome {
      margin-bottom: 2px; }
    .award-module .awards .award .client {
      font-size: 12px; }
    .award-module .awards .award .type {
      font-size: 12px;
      margin-bottom: 2px; }

@media (max-width: 543px) {
  .awards {
    margin-top: 20px; }
    .awards .award {
      display: inline-block;
      width: 44%;
      margin: 0 2.5% 15px; } }

@media (max-width: 1199px) {
  .testimonial.text-wrap {
    padding: 60px 10%; }
  .brand-textImage figure {
    margin-bottom: 80px; }
  .workdet-intro2 .background-image {
    height: 535px; }
  .workdet-intro2 .workdet-featuredImage2 img {
    margin-left: -130px;
    width: 1200px; } }

@media (max-width: 991px) {
  .workdet-intro {
    height: 555px; }
  .workdet-featuredImage {
    margin-top: -235px; }
  .brand-textImage figure {
    margin-bottom: 50px; }
  .workdet-intro2 {
    padding-bottom: 25px;
    background-size: 1200px auto; }
    .workdet-intro2 .background-image {
      height: 440px; }
    .workdet-intro2 .workdet-featuredImage2 img {
      margin-left: -112px;
      width: 945px; } }

@media (max-width: 767px) {
  .workdet-intro {
    height: 465px; }
  .workdet-featuredImage {
    margin-top: -165px; }
  .brand-workImage .twentytwenty-handle {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  .brand-stats {
    padding-top: 15px;
    padding-bottom: 15px; }
    .brand-stats .stats-wrap {
      display: block; }
      .brand-stats .stats-wrap .stats-col {
        display: inline-block;
        width: 49%;
        vertical-align: top;
        margin-bottom: 10px; }
        .brand-stats .stats-wrap .stats-col:nth-child(even) {
          border-right: none; }
        .brand-stats .stats-wrap .stats-col div {
          height: 56px;
          font-size: 35px; }
          .brand-stats .stats-wrap .stats-col div span {
            font-size: 16px; }
          .brand-stats .stats-wrap .stats-col div .image {
            width: 35px; }
  .testimonial.text-wrap {
    padding: 30px 5% 20px;
    margin-bottom: 15px;
    text-align: center; }
    .testimonial.text-wrap h3 {
      margin-bottom: 20px; }
  .featured-testimonials .testimonial.text-wrap {
    padding: 30px 5% 20px; }
  .single-work .testimonial.text-wrap {
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 0; }
  .brand-textImage figure {
    margin-bottom: 30px; }
  .workdet-intro2 {
    padding-bottom: 10px;
    background-size: 1025px auto; }
    .workdet-intro2 .background-image {
      height: 400px; }
    .workdet-intro2 .intro {
      padding-top: 15px;
      max-width: 85%;
      margin-bottom: 25px; }
      .workdet-intro2 .intro figcaption {
        margin-top: 15px; }
    .workdet-intro2 .workdet-featuredImage2 img {
      margin-left: -83px;
      width: 695px; }
  .brand-workImage .twentytwenty-handle {
    width: 50px;
    height: 31px;
    margin-top: -17px;
    margin-left: -31px; }
    .brand-workImage .twentytwenty-handle span {
      width: 10px !important; }
    .brand-workImage .twentytwenty-handle .twentytwenty-left-arrow {
      margin-left: -20px;
      margin-top: -9px; }
    .brand-workImage .twentytwenty-handle .twentytwenty-right-arrow {
      margin-right: -20px;
      margin-top: -9px; } }

@media (max-width: 543px) {
  .workdet-intro {
    height: 465px; }
  .workdet-featuredImage {
    margin-top: -165px; }
  .brand-stats {
    padding-top: 0px;
    padding-bottom: 0px; }
    .brand-stats .stats-wrap .stats-col {
      margin-bottom: 15px; }
      .brand-stats .stats-wrap .stats-col div {
        font-size: 25px; }
  .workdet-intro2 {
    padding-bottom: 0;
    background-size: 925px auto; }
    .workdet-intro2 .intro {
      max-width: 90%; }
      .workdet-intro2 .intro figure img {
        max-width: 55%; }
    .workdet-intro2 .workdet-featuredImage2 img {
      margin-left: -17%;
      width: 135%; } }

/*
	WORK ARCHIVE PAGE
---------------------------*/
.workArchive-single {
  /*float: left;
	width: 50%;*/ }
  .workArchive-single > div {
    position: relative;
    display: block;
    border: 1px solid #fff;
    cursor: pointer;
    /*.hover {
			opacity: 0;
			visibility: hidden;
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 100%;
			@include default-animation;
			.valign-wrap {
				display: table;
				width: 100%;
				height: 100%;
			}
			.valign {
				display: table-cell;
				vertical-align: middle;
			}
		}
		&:hover {
			
			.hover {
				opacity: 1;
				visibility: visible;
				background-color: rgba(0,0,0,0.5);
				
				
			}
		}*/ }
  .workArchive-single img {
    width: 100%;
    height: auto; }

article.work-article {
  float: left;
  width: 33.33333%;
  margin-bottom: 0px;
  border: 1px solid #fff; }
  article.work-article > a {
    position: relative;
    display: block;
    color: #000; }
  article.work-article figure img {
    width: 100%;
    height: auto; }
  article.work-article figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 12px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); }
    article.work-article figcaption h5 {
      margin-bottom: 5px;
      text-transform: uppercase;
      font-weight: 500; }
    article.work-article figcaption p {
      margin-bottom: 0; }
  article.work-article .hover {
    position: absolute;
    bottom: -45px;
    visibility: hidden;
    opacity: 0;
    display: table;
    padding: 0 20px;
    width: 100%;
    height: 55px;
    z-index: 30;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    article.work-article .hover .inner {
      display: table-cell;
      vertical-align: middle; }
      article.work-article .hover .inner ul {
        list-style: none;
        padding-left: 0;
        margin-top: 25px; }
        article.work-article .hover .inner ul li {
          margin-bottom: 12px; }
          article.work-article .hover .inner ul li a {
            color: #fff;
            font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
            font-weight: 400; }
    article.work-article .hover .btn {
      margin-top: 0; }
  article.work-article:hover {
    background-color: #fff; }
    article.work-article:hover img {
      opacity: 0; }
    article.work-article:hover figcaption {
      color: #000;
      background: transparent; }
    article.work-article:hover .hover {
      visibility: visible;
      opacity: 1;
      bottom: -55px;
      /*top: 0;
			left: 0;
			width: 100%;
			height: 100%;*/
      color: #fff;
      background-color: white; }

@media (min-width: 1899px) {
  article.work-article {
    width: 25%; } }

@media (max-width: 543px) {
  article.work-article {
    width: 100%; } }

/*
	CATEGORY NAV
---------------------------*/
.category-nav {
  display: none;
  position: fixed;
  top: 70px;
  width: 100%;
  height: auto;
  text-align: center;
  background-color: rgba(45, 45, 45, 0.95);
  z-index: 900;
  transition: all 0.5s ease; }
  .category-nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .category-nav ul li {
      display: inline-block;
      padding: 0 15px; }
      .category-nav ul li a {
        display: inline-block;
        padding: 19px 0;
        color: #fff;
        font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
        font-weight: 200; }
      .category-nav ul li.current_page_item a {
        font-weight: 400;
        border-bottom: 2px solid #fff; }

.main-header.slideOutUp + .category-nav {
  top: 0; }

@media (max-width: 991px) {
  .category-nav {
    display: none; } }

@media (max-width: 767px) {
  .category-nav {
    top: 50px;
    height: auto; }
    .category-nav ul li a {
      padding: 8px 0;
      font-size: 12px; } }

/*
	SERVICES PAGE
---------------------------*/
.team-list {
  padding-top: 40px; }

.services-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.services-single {
  float: left;
  width: 33%;
  border-right: 1px solid #efefef;
  border-top: 1px solid #efefef; }
  .services-single .inner {
    padding: 10%; }
  .services-single figure {
    text-align: center; }
    .services-single figure img {
      max-height: 55px;
      width: auto;
      -webkit-transform: scale(0.56367);
      -moz-transform: scale(0.56367);
      transform: scale(0.56367); }
    .services-single figure figcaption {
      height: 60px;
      padding: 0 10%;
      margin-top: 10px; }
      .services-single figure figcaption h3 {
        font-weight: 500; }
  .services-single .content {
    padding: 0 2.5%; }
    .services-single .content ul {
      margin-bottom: 15px; }
      .services-single .content ul li {
        margin-bottom: 10px;
        font-size: 15px; }
    .services-single .content a {
      font-size: 15px; }
  .services-single:nth-child(-n+3) {
    border-top: none; }
  .services-single:nth-child(3n) {
    border-right: none; }

.philosophy-strip > div {
  padding-bottom: 100px;
  padding-top: 90px; }

.philosophy-strip .top-row {
  color: #fff; }

.philosophy-strip .btm-row {
  padding-top: 0; }

.philosophy-strip .philosophy-point img {
  display: block;
  margin: -80px auto 0;
  width: 100%;
  height: auto; }

.philosophy-strip .philosophy-point canvas {
  width: 100% !important;
  height: auto !important;
  margin: -70px auto 0;
  background-color: transparent !important; }

.philosophy-strip .philosophy-point strong {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded; }

@media (max-width: 991px) {
  .philosophy-strip > div {
    padding-bottom: 50px;
    padding-top: 40px; }
  .philosophy-strip .btm-row {
    padding-bottom: 25px; }
  .philosophy-strip .philosophy-point img {
    margin: 0px auto 0;
    max-width: 255px; } }

@media (max-width: 767px) {
  .services-single {
    width: 50%; }
    .services-single:nth-child(-n+3) {
      border-top: 1px solid #efefef; }
    .services-single:nth-child(3n) {
      border-right: 1px solid #efefef; }
    .services-single:nth-child(-n+2) {
      border-top: none; }
    .services-single:nth-child(2n) {
      border-right: none; }
    .services-single figure figcaption {
      height: auto;
      margin-bottom: 5px; }
  .philosophy-strip .philosophy-point {
    text-align: center; }
    .philosophy-strip .philosophy-point strong {
      margin-top: 0px; } }

@media (max-width: 543px) {
  .services-single {
    width: 100%;
    border-top: 1px solid #efefef !important;
    border-right: none !important; }
    .services-single:nth-child(1) {
      border-top: none !important; }
    .services-single .inner {
      padding: 5%; }
  .philosophy-strip .philosophy-point {
    width: 100%;
    margin-bottom: 20px; }
    .philosophy-strip .philosophy-point img {
      max-width: 70%; } }

.processes-strip > div {
  padding-bottom: 100px;
  padding-top: 90px; }

.processes-strip .top-row {
  color: #fff; }

.processes-strip .btm-row {
  padding-top: 0; }

.processes-strip .process-point-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center; }

.processes-strip .process-point {
  position: relative;
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 20%;
  margin-right: 0px; }
  .processes-strip .process-point img {
    display: block;
    margin: -80px auto 0;
    width: 100%;
    max-width: 145px;
    height: auto; }
  .processes-strip .process-point strong {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 15px;
    font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
    font-weight: 500; }
  .processes-strip .process-point:last-of-type {
    margin-right: 0px; }

@media (max-width: 1199px) {
  .processes-strip .process-point img {
    max-width: 125px; } }

@media (max-width: 991px) {
  .processes-strip > div {
    padding-bottom: 50px;
    padding-top: 40px; }
  .processes-strip .btm-row {
    padding-bottom: 25px; }
  .processes-strip .process-point {
    width: 143px;
    margin-right: 0px; }
    .processes-strip .process-point img {
      margin: -43px auto 0;
      max-width: 255px; } }

@media (max-width: 767px) {
  .processes-strip .process-point {
    text-align: center;
    width: 33%; }
    .processes-strip .process-point img {
      margin: 0px auto 0; } }

@media (max-width: 543px) {
  .processes-strip .process-point {
    width: 50%;
    margin-bottom: 20px; }
    .processes-strip .process-point img {
      max-width: 70%; } }

/*
	PAGE BANNER
---------------------------*/
.page-banner {
  position: relative;
  height: 495px;
  background-position: center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100% auto; }
  .page-banner .background-image-holder {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 0; }
    .page-banner .background-image-holder.fadeIn {
      opacity: 1; }
  .page-banner .container {
    display: table;
    height: 100%;
    width: 100%;
    z-index: 3;
    position: relative; }
    .page-banner .container .valign {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      width: 55%;
      padding-bottom: 0px; }
  .page-banner .subtitle {
    font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded; }
  .page-banner h1 {
    margin-bottom: 0; }
    .page-banner h1 p {
      margin-bottom: 0; }
  .page-banner.hasSubNav {
    padding-top: 58px; }
  .page-banner.brand {
    height: 540px; }
    .page-banner.brand .background-image-holder {
      background-position: center center;
      background-size: cover;
      background-attachment: scroll; }
  .page-banner.contact .container {
    height: 90%; }
  .page-banner.contact h1 {
    color: #fff; }
  .page-banner.contact .contact-details {
    margin-top: 15px;
    color: #fff; }
    .page-banner.contact .contact-details p {
      margin-bottom: 15px; }
      .page-banner.contact .contact-details p:last-of-type {
        margin-bottom: 0; }
    .page-banner.contact .contact-details a {
      color: #fff; }

html:not(.no-cssanimations) .page-banner .valign {
  opacity: 0;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

html:not(.no-cssanimations) .page-banner .valign.animate-in {
  -webkit-animation-name: zoom-out;
  -moz-animation-name: zoom-out;
  -o-animation-name: zoom-out;
  animation-name: zoom-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* Appear from center out keyframes */
@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.5);
    opacity: 0.1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@-moz-keyframes zoom-out {
  0% {
    -moz-transform: scale(1.5);
    opacity: 0.1; }
  100% {
    -moz-transform: scale(1);
    opacity: 1; } }

@-o-keyframes zoom-out {
  0% {
    -o-transform: scale(1.5);
    opacity: 0.1; }
  100% {
    -o-transform: scale(1);
    opacity: 1; } }

@keyframes zoom-out {
  0% {
    transform: scale(1.5);
    opacity: 0.1; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@media (max-width: 991px) {
  .page-banner {
    height: 400px; }
    .page-banner .container .valign {
      width: 70%;
      padding-bottom: 25px; }
      .page-banner .container .valign img {
        max-width: 300px; }
    .page-banner.brand {
      height: 360px; }
    .page-banner.contact .container {
      height: 93%; } }

@media (max-width: 767px) {
  .page-banner {
    height: 330px; }
    .page-banner .container .valign {
      width: 80%; }
      .page-banner .container .valign img {
        max-width: 200px; }
    .page-banner.hasSubNav {
      padding-top: 38px; }
    .page-banner.brand {
      height: 350px; }
    .page-banner.contact .container {
      height: 90%; }
    .page-banner.contact .contact-details p {
      margin-bottom: 5px; } }

@media (max-width: 543px) {
  .page-banner {
    height: 250px; }
    .page-banner .container .valign {
      width: 90%;
      padding: 0; }
      .page-banner .container .valign img {
        max-width: 150px; }
    .page-banner h1 {
      font-size: 20px;
      line-height: 26px; }
    .page-banner.brand {
      height: 250px; } }

/*
	ABOUT US PAGE
---------------------------*/
.about-intro {
  padding-bottom: 55px; }
  @media (max-width: 991px) {
    .about-intro {
      padding-bottom: 35px; } }

.awards {
  margin-top: 40px; }
  .awards .award {
    display: inline-block;
    width: 140px;
    margin: 0 15px 40px;
    font-size: 14px;
    line-height: 1.3;
    vertical-align: top; }
    .awards .award a {
      color: #000;
      font-weight: normal; }
    .awards .award .icon {
      margin-bottom: 5px;
      min-height: 50px; }
    .awards .award .title h3 {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 0;
      line-height: 1.2; }
    .awards .award .outcome {
      margin-bottom: 2px; }
    .awards .award .client {
      font-size: 12px; }
    .awards .award .type {
      font-size: 12px;
      margin-bottom: 2px; }

@media (max-width: 1199px) {
  .awards .award {
    width: 127px;
    margin: 0 10px 15px; } }

@media (max-width: 991px) {
  .awards .award {
    width: 140px;
    margin: 0 15px;
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  .awards {
    margin-top: 20px; }
    .awards .award {
      display: inline-block;
      width: 44%;
      margin: 0 2.5% 15px; } }

@media (max-width: 543px) {
  .awards {
    margin-top: 20px; }
    .awards .award {
      display: inline-block;
      width: 44%;
      margin: 0 2.5% 15px; } }

.team-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.team-single {
  width: 25%;
  float: left;
  margin-bottom: 20px; }
  .team-single .video-wrap {
    text-align: center;
    border-bottom: 1px solid #efefef; }
  .team-single figure {
    text-align: center;
    border-bottom: 1px solid #efefef; }
  .team-single img {
    display: none;
    width: 100%;
    height: auto; }
  .team-single .content {
    font-size: 14px;
    padding: 0px 35px; }
    .team-single .content header {
      margin-top: 15px;
      margin-bottom: 10px; }
      .team-single .content header h3 {
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 0px;
        font-size: 14px; }
      .team-single .content header h4 {
        line-height: 1.3;
        margin-bottom: 1px;
        margin-top: 0;
        font-size: 14px; }

.blooper-reel {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  text-align: center; }
  .blooper-reel .blooper-reel-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
    .blooper-reel .blooper-reel-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      max-width: 640px; }

@media (max-width: 767px) {
  .blooper-reel {
    margin-top: 15px; } }

.about-space .intro {
  margin-bottom: 55px; }
  .about-space .intro .container {
    padding-top: 55px;
    border-top: 1px solid #efefef; }

.about-space .fw-banner {
  margin-bottom: 45px; }
  .about-space .fw-banner img {
    width: 100%;
    height: auto; }

.about-space .text-image {
  margin-bottom: 45px; }
  .about-space .text-image .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .about-space .text-image .text {
    display: table;
    height: 100%;
    width: 100%; }
    .about-space .text-image .text .valign {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }

.about-space .cont-banner {
  margin-bottom: 45px; }

.about-instagram .intro {
  margin-bottom: 55px; }
  .about-instagram .intro .container {
    padding-top: 55px;
    border-top: 1px solid #efefef; }

.about-instagram .insta-strip a {
  display: block;
  float: left;
  width: 16.66666%;
  overflow: hidden;
  outline: none;
  height: 270px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1299px) {
    .about-instagram .insta-strip a {
      height: 230px; } }
  @media (max-width: 1099px) {
    .about-instagram .insta-strip a {
      height: 200px; } }
  @media (max-width: 991px) {
    .about-instagram .insta-strip a {
      height: 180px; } }
  @media (max-width: 767px) {
    .about-instagram .insta-strip a {
      height: 240px; } }
  @media (max-width: 643px) {
    .about-instagram .insta-strip a {
      height: 200px; } }
  @media (max-width: 543px) {
    .about-instagram .insta-strip a {
      height: 170px; } }
  @media (max-width: 443px) {
    .about-instagram .insta-strip a {
      height: 140px; } }
  .about-instagram .insta-strip a img {
    width: 100%;
    height: auto; }

.about-frunch .featured-frunch {
  padding-top: 50px;
  padding-bottom: 75px; }
  .about-frunch .featured-frunch p {
    padding-right: 40px; }
  .about-frunch .featured-frunch ul.topCuisines {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .about-frunch .featured-frunch ul.topCuisines li {
      display: inline-block;
      margin-right: 25px;
      text-align: center; }
      .about-frunch .featured-frunch ul.topCuisines li i {
        width: 45px;
        height: 40px; }
      .about-frunch .featured-frunch ul.topCuisines li strong {
        display: block;
        margin-top: 7px;
        font-size: 12px;
        text-transform: uppercase;
        font-family: 'Proxima Nova Semibold', sans-serif; }

.about-frunch .frunch-latest {
  height: auto;
  background-color: #fff; }
  .about-frunch .frunch-latest .image {
    width: 60%;
    float: left; }
    .about-frunch .frunch-latest .image img {
      width: 100%;
      height: auto; }
  .about-frunch .frunch-latest .text {
    float: left;
    width: 40%;
    padding: 25px 30px; }
    .about-frunch .frunch-latest .text strong {
      font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded; }
    .about-frunch .frunch-latest .text .icon {
      margin-top: 10px;
      margin-bottom: 20px; }
      .about-frunch .frunch-latest .text .icon ul {
        margin-bottom: 0;
        padding: 0;
        list-style: none; }
        .about-frunch .frunch-latest .text .icon ul li {
          float: left;
          width: 40px;
          height: 34px;
          margin-right: 5px;
          text-align: left; }
    .about-frunch .frunch-latest .text .overall {
      font-size: 80px;
      line-height: 1.1;
      display: block;
      color: #ff6400; }

.about-frunch .frunch-list-wrap {
  padding-bottom: 50px; }

.about-frunch .frunch-toggle-wrap {
  border: none;
  background: none;
  padding: 0;
  border-radius: 0; }
  .about-frunch .frunch-toggle-wrap > div {
    border: none;
    background: none;
    padding: 0;
    border-radius: 0; }

.about-frunch ul.frunch-toggle {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  list-style: none;
  padding-left: 0;
  padding-top: 5px;
  margin-bottom: 0;
  margin-top: -44px;
  overflow: hidden; }
  .about-frunch ul.frunch-toggle li {
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 0px;
    background: #f7f7f7;
    color: #000;
    border: none;
    border-radius: 0; }
    .about-frunch ul.frunch-toggle li a {
      padding: 10px 30px !important;
      outline: none;
      color: #000;
      font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
      font-size: 15px;
      font-weight: 300; }
    .about-frunch ul.frunch-toggle li.ui-tabs-active {
      position: relative;
      z-index: 10;
      background: #fff;
      box-shadow: 3px 7px 20px rgba(0, 0, 0, 0.1); }
      .about-frunch ul.frunch-toggle li.ui-tabs-active a {
        font-weight: 500; }
        .about-frunch ul.frunch-toggle li.ui-tabs-active a:before {
          content: '';
          position: absolute;
          top: -5px;
          left: 0;
          display: block;
          width: 100%;
          height: 5px;
          background-color: #fff; }
    .about-frunch ul.frunch-toggle li:nth-child(2) a {
      box-shadow: 3px 7px 20px rgba(0, 0, 0, 0.1); }

.about-frunch ul.frunch-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 30px; }
  .about-frunch ul.frunch-list li.header div {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px; }
  .about-frunch ul.frunch-list li > div {
    float: left;
    text-align: center;
    font-size: 15px; }
  .about-frunch ul.frunch-list li .rank {
    width: 7%;
    padding-left: 5px;
    text-align: left;
    font-size: 12px; }
  .about-frunch ul.frunch-list li .place {
    width: 48%;
    text-align: left; }
    .about-frunch ul.frunch-list li .place .left {
      display: inline-block;
      vertical-align: middle;
      width: 47px; }
    .about-frunch ul.frunch-list li .place .right {
      display: inline-block;
      vertical-align: middle; }
  .about-frunch ul.frunch-list li .food {
    width: 10%; }
  .about-frunch ul.frunch-list li .ambience {
    width: 10%; }
  .about-frunch ul.frunch-list li .scale {
    width: 15%;
    text-align: right; }
    .about-frunch ul.frunch-list li .scale .meter {
      float: right;
      width: 120px;
      height: 5px;
      /* Can be anything */
      position: relative;
      margin-top: 6px;
      background: #efefef;
      border-radius: 0px;
      box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3); }
      .about-frunch ul.frunch-list li .scale .meter > span {
        display: block;
        height: 100%;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: #ff6400;
        border-right: 2px solid #fff;
        position: relative;
        overflow: hidden; }
  .about-frunch ul.frunch-list li .overall {
    width: 10%; }
  .about-frunch ul.frunch-list li.item {
    padding: 12px 0;
    border-bottom: 1px solid #efefef; }
    .about-frunch ul.frunch-list li.item .overall {
      font-size: 30px;
      color: #ff6400; }

.about-frunch #toprated {
  display: none; }
  .about-frunch #toprated ul.frunch-list li .food {
    width: 6.6666%; }
  .about-frunch #toprated ul.frunch-list li .ambience {
    width: 6.6666%; }
  .about-frunch #toprated ul.frunch-list li .visits {
    width: 6.6666%; }

.about-frunch #mostrecent ul.frunch-list li .rank {
  line-height: 1.4;
  padding-top: 2px;
  padding-right: 15px; }

.about-frunch .view-more {
  padding-top: 30px; }
  .about-frunch .view-more a {
    color: #ff6400;
    font-weight: 500;
    text-decoration: none;
    font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
    cursor: pointer; }

html.js ul.frunch-list li:nth-child(1n+7) {
  display: none; }

@media (max-width: 991px) {
  .team-single {
    width: 33%; }
  .about-frunch .featured-frunch .feature {
    margin-top: 20px; }
  .about-frunch ul.frunch-list li .place {
    width: 48%; }
  .about-frunch ul.frunch-list li .food {
    width: 11%; }
  .about-frunch ul.frunch-list li .ambience {
    width: 11%; }
  .about-frunch ul.frunch-list li .scale {
    width: 12%; }
    .about-frunch ul.frunch-list li .scale .meter {
      width: 100%; }
  .about-frunch ul.frunch-list li .overall {
    width: 11%; }
  .about-frunch #toprated ul.frunch-list li .place {
    width: 40%; }
  .about-frunch #toprated ul.frunch-list li .food {
    width: 10%; }
  .about-frunch #toprated ul.frunch-list li .ambience {
    width: 10%; }
  .about-frunch #toprated ul.frunch-list li .visits {
    width: 10%; } }

@media (max-width: 767px) {
  .team-single {
    width: 50%; }
    .team-single video {
      display: none !important; }
  .about-space .intro {
    margin-bottom: 30px; }
    .about-space .intro .container {
      padding-top: 30px; }
  .about-space .fw-banner {
    margin-bottom: 30px; }
  .about-space .cont-banner {
    margin-bottom: 30px; }
  .about-space .text-image {
    margin-bottom: 30px; }
    .about-space .text-image .container {
      display: block; }
    .about-space .text-image .text {
      margin-bottom: 30px; }
  .about-instagram .intro {
    margin-bottom: 30px; }
    .about-instagram .intro .container {
      padding-top: 30px; }
  .about-instagram .insta-strip a {
    width: 33.3333%; }
  .about-frunch .featured-frunch {
    padding-top: 30px; }
  .about-frunch .frunch-latest {
    height: auto;
    margin-top: 20px; }
    .about-frunch .frunch-latest .image {
      width: 100%; }
    .about-frunch .frunch-latest .text {
      width: 100%;
      padding: 15px 20px; }
      .about-frunch .frunch-latest .text .overall {
        font-size: 60px; }
      .about-frunch .frunch-latest .text .left {
        width: 60%;
        float: left; }
      .about-frunch .frunch-latest .text .right {
        width: 40%;
        float: left;
        padding-top: 0px; }
  .about-frunch ul.frunch-list li .rank, .about-frunch ul.frunch-list li.item .rank {
    width: 12%; }
  .about-frunch ul.frunch-list li .place, .about-frunch ul.frunch-list li.item .place {
    width: 40%; }
    .about-frunch ul.frunch-list li .place .left, .about-frunch ul.frunch-list li.item .place .left {
      display: none; }
  .about-frunch ul.frunch-list li .food, .about-frunch ul.frunch-list li.item .food {
    width: 13%; }
  .about-frunch ul.frunch-list li .ambience, .about-frunch ul.frunch-list li.item .ambience {
    width: 17%; }
  .about-frunch ul.frunch-list li .scale, .about-frunch ul.frunch-list li.item .scale {
    display: none; }
  .about-frunch ul.frunch-list li .overall, .about-frunch ul.frunch-list li.item .overall {
    width: 17%;
    font-size: 20px; }
  .about-frunch #toprated ul.frunch-list li .food {
    width: 13%; }
  .about-frunch #toprated ul.frunch-list li .ambience {
    width: 17%; }
  .about-frunch #toprated ul.frunch-list li .visits {
    display: none; }
  .about-frunch ul.frunch-toggle li {
    width: 50%;
    text-align: center; }
    .about-frunch ul.frunch-toggle li a {
      display: block;
      float: none !important; } }

@media (max-width: 543px) {
  .team-single {
    width: 100%; }
    .team-single .content {
      padding: 0 10px; } }

/*
	SERVICE DETAIL PAGE
---------------------------*/
.services-slider {
  padding-bottom: 0; }
  .services-slider .work-slider .slick-slide figure,
  .services-slider .work-slider .flickity-slider > div figure {
    padding-bottom: 0; }
  .services-slider .work-slider .slick-slide .text,
  .services-slider .work-slider .flickity-slider > div .text {
    margin-top: 10px;
    margin-bottom: 30px; }

/*
	CONTACT PAGE
---------------------------*/
.page-contact {
  margin-top: -70px;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
  background-color: #fafafa; }
  .page-contact h1 {
    color: #fff; }
  .page-contact .contact-details {
    color: #fff; }
  .page-contact .form-wrap {
    position: relative;
    width: 82%;
    margin: 0px auto 0;
    padding: 40px 120px;
    background-color: #fff;
    border: 1px solid #F2F2F2;
    box-shadow: 8px 0px 20px #F2F2F2;
    z-index: 100; }
    .page-contact .form-wrap .gform_body ul {
      list-style: none;
      padding-left: 0; }
      .page-contact .form-wrap .gform_body ul li {
        position: relative;
        margin-top: 5px;
        margin-bottom: 20px; }
        .page-contact .form-wrap .gform_body ul li input {
          padding-left: 0;
          margin-right: 0; }
        .page-contact .form-wrap .gform_body ul li label {
          font-weight: 600; }
        .page-contact .form-wrap .gform_body ul li.text-input label {
          position: absolute;
          left: 0px;
          top: 12px;
          margin: 0;
          color: #636363;
          font-weight: normal; }
        .page-contact .form-wrap .gform_body ul li.text-input input {
          border-bottom: 1px solid #ddd; }
        .page-contact .form-wrap .gform_body ul li.subject {
          height: 50px;
          margin-bottom: 50px;
          margin-top: 30px; }
          .page-contact .form-wrap .gform_body ul li.subject > label {
            display: none; }
          .page-contact .form-wrap .gform_body ul li.subject .gfield_radio li {
            position: relative;
            display: block;
            float: left;
            width: 33.33333%;
            height: 50px;
            line-height: 44px;
            overflow: hidden;
            padding-top: 3px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none; }
            .page-contact .form-wrap .gform_body ul li.subject .gfield_radio li label {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              margin-bottom: -3px;
              cursor: pointer;
              top: inherit !important;
              font-size: inherit !important;
              line-height: inherit !important;
              font-weight: normal; }
            .page-contact .form-wrap .gform_body ul li.subject .gfield_radio li input {
              -webkit-appearance: none;
              width: 100%;
              height: 100%;
              margin-bottom: 0;
              border: 3px solid #e5e5e5;
              outline: none;
              display: none; }
            .page-contact .form-wrap .gform_body ul li.subject .gfield_radio li input[type=radio] {
              display: none; }
              .page-contact .form-wrap .gform_body ul li.subject .gfield_radio li input[type=radio] + label {
                cursor: pointer; }
                .page-contact .form-wrap .gform_body ul li.subject .gfield_radio li input[type=radio] + label span {
                  display: inline-block;
                  width: 100%;
                  height: 100%;
                  margin-bottom: 0;
                  vertical-align: middle;
                  cursor: pointer;
                  font-size: inherit !important;
                  line-height: inherit !important;
                  background-color: #fff;
                  -webkit-box-shadow: 0px 0px 0px 3px #e5e5e5;
                  -moz-box-shadow: 0px 0px 0px 3px #e5e5e5;
                  box-shadow: 0px 0px 0px 3px #e5e5e5;
                  border-right: 3px solid #e5e5e5;
                  border-left: 3px solid #e5e5e5; }
              .page-contact .form-wrap .gform_body ul li.subject .gfield_radio li input[type=radio]:checked + label {
                color: #ff6400; }
                .page-contact .form-wrap .gform_body ul li.subject .gfield_radio li input[type=radio]:checked + label span {
                  border-color: #ff6400;
                  border-right-color: #ff6400;
                  -webkit-box-shadow: 0px 0px 0px 3px #ff6400;
                  -moz-box-shadow: 0px 0px 0px 3px #ff6400;
                  box-shadow: 0px 0px 0px 3px #ff6400;
                  border-left: 3px solid #ff6400; }
            .page-contact .form-wrap .gform_body ul li.subject .gfield_radio li:nth-child(2) input + label span {
              border-left-color: #fff; }
            .page-contact .form-wrap .gform_body ul li.subject .gfield_radio li:nth-child(3) input + label span {
              border-left-color: #fff;
              border-right: 3px solid #e5e5e5; }
          .page-contact .form-wrap .gform_body ul li.subject .gfield_radio.nth2-selected li:nth-child(1) input + label span {
            border-right-color: #fff; }
          .page-contact .form-wrap .gform_body ul li.subject .gfield_radio.nth2-selected li:nth-child(2) input + label span {
            border-right: 3px solid #ff6400; }
          .page-contact .form-wrap .gform_body ul li.subject .gfield_radio.nth3-selected li:nth-child(2) input + label span {
            border-right-color: #fff; }
          .page-contact .form-wrap .gform_body ul li.subject .gfield_radio.nth3-selected li:nth-child(3) input + label span {
            border-right: 3px solid #ff6400; }
        .page-contact .form-wrap .gform_body ul li.budget {
          margin-bottom: 50px;
          clear: left; }
          .page-contact .form-wrap .gform_body ul li.budget > label {
            font-size: 20px; }
          .page-contact .form-wrap .gform_body ul li.budget .gfield_radio {
            clear: both; }
            .page-contact .form-wrap .gform_body ul li.budget .gfield_radio li {
              position: relative;
              display: inline-block;
              width: 20%;
              height: 50px;
              line-height: 50px;
              /*
								input {
									-webkit-appearance: none;
									width: 100%;
									height: 100%;
									margin-bottom: 0;
									border-bottom: 3px solid #e5e5e5;
									outline: none;
								}*/ }
              .page-contact .form-wrap .gform_body ul li.budget .gfield_radio li label {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                margin-bottom: -3px;
                cursor: pointer;
                top: inherit !important;
                font-size: inherit !important;
                line-height: inherit !important;
                font-weight: normal; }
              .page-contact .form-wrap .gform_body ul li.budget .gfield_radio li input[type=radio] {
                display: none; }
                .page-contact .form-wrap .gform_body ul li.budget .gfield_radio li input[type=radio] + label {
                  cursor: pointer; }
                  .page-contact .form-wrap .gform_body ul li.budget .gfield_radio li input[type=radio] + label span {
                    display: inline-block;
                    width: 100%;
                    height: 100%;
                    margin-bottom: 0;
                    border-bottom: 3px solid #e5e5e5;
                    vertical-align: middle;
                    cursor: pointer;
                    font-size: inherit !important;
                    line-height: inherit !important;
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    transition: all 0.3s ease; }
                .page-contact .form-wrap .gform_body ul li.budget .gfield_radio li input[type=radio]:checked + label span {
                  border-color: #ff6400; }
              .page-contact .form-wrap .gform_body ul li.budget .gfield_radio li:nth-child(2) input {
                border-left: 0px solid #e5e5e5;
                border-right: 0px solid #e5e5e5; }
              .page-contact .form-wrap .gform_body ul li.budget .gfield_radio li input[type=radio]:checked {
                border-color: #ff6400 !important; }
              .page-contact .form-wrap .gform_body ul li.budget .gfield_radio li.is-checked label {
                color: #ff6400; }
        .page-contact .form-wrap .gform_body ul li.msg-input {
          margin-bottom: 10px; }
          .page-contact .form-wrap .gform_body ul li.msg-input label {
            font-size: 20px;
            margin-bottom: 20px; }
          .page-contact .form-wrap .gform_body ul li.msg-input textarea {
            height: 135px;
            width: 100%;
            padding: 10px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #ddd;
            outline: none; }
        .page-contact .form-wrap .gform_body ul li.newsletter > label {
          display: none; }
        .page-contact .form-wrap .gform_body ul li.newsletter li label {
          font-size: inherit !important;
          line-height: !important; }
        .page-contact .form-wrap .gform_body ul li.gfield_error label {
          color: #ff0000; }
        .page-contact .form-wrap .gform_body ul li.uploadFiles {
          margin-bottom: 50px; }
          .page-contact .form-wrap .gform_body ul li.uploadFiles label {
            font-size: 20px !important;
            top: 0 !important; }
          .page-contact .form-wrap .gform_body ul li.uploadFiles .gform_button_select_files {
            margin-left: 10px;
            min-width: 125px;
            padding: 10px 20px;
            margin-top: 8px;
            color: #fff;
            background-color: #ff6400;
            font-size: 13px;
            font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
            line-height: 17px;
            font-weight: 500;
            text-transform: uppercase;
            border: none;
            -webkit-appearance: none;
            opacity: 1;
            outline: none;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
            text-shadow: none; }

.google-map {
  height: 560px;
  margin-top: -70px;
  overflow: hidden; }
  .google-map #map {
    width: 100%;
    height: 585px; }

@media (max-width: 991px) {
  .page-contact .form-wrap {
    width: 100%;
    margin: 40px auto 0;
    padding: 40px 90px; }
  .google-map {
    height: 500px;
    margin-top: -70px; }
    .google-map #map {
      height: 525px; } }

@media (max-width: 767px) {
  .page-contact .form-wrap {
    padding: 30px 60px; }
    .page-contact .form-wrap .gform_body ul {
      /*li.subject {
					
					.gfield_radio li {
						
						
						input {
							//border: 3px solid #e5e5e5 !important; 
						}
						label {
						}
					}
					
					.gfield_radio {
						display: flex;
						li {
							flex: 1;
							height: 58px;
							line-height: 1.4;
							font-size: 12px;
							input {
								//border: 3px solid #e5e5e5 !important; 
							}
							label {
								//padding: 7px 10px;
								//width: 70px;
								height: 100%;
							    text-align: center;
							    //left: 50%;
							    //margin-left: -35px;
							    span {
								    padding: 10px 3px;
							    }
							}
						}
					}
					
					
				}*/ }
      .page-contact .form-wrap .gform_body ul li.msg-input label {
        font-size: 16px;
        margin-bottom: 10px; }
      .page-contact .form-wrap .gform_body ul li.subject .gfield_radio {
        display: flex; }
        .page-contact .form-wrap .gform_body ul li.subject .gfield_radio li {
          font-size: 12px;
          line-height: 15px; }
          .page-contact .form-wrap .gform_body ul li.subject .gfield_radio li label span {
            padding: 14px 12px; }
      .page-contact .form-wrap .gform_body ul li.budget {
        margin-bottom: 30px; }
        .page-contact .form-wrap .gform_body ul li.budget > label {
          font-size: 16px;
          margin-bottom: 10px; }
        .page-contact .form-wrap .gform_body ul li.budget .gfield_radio li {
          width: 33.333%;
          height: 35px;
          line-height: 35px;
          font-size: 13px; }
  .google-map {
    height: 450px;
    margin-top: -70px; }
    .google-map #map {
      height: 475px; } }

@media (max-width: 543px) {
  .page-contact .form-wrap {
    padding: 20px 30px; }
    .page-contact .form-wrap .gform_body ul li.subject {
      height: auto;
      margin-bottom: 10px;
      margin-top: 5px;
      /*.gfield_radio {
						display: flex;
						li {
							flex: 1;
							height: 58px;
							line-height: 1.4;
							font-size: 12px;
							input {
								//border: 3px solid #e5e5e5 !important; 
							}
							label {
								//padding: 7px 10px;
								//width: 70px;
								height: 100%;
							    text-align: center;
							    //left: 50%;
							    //margin-left: -35px;
							    span {
								    padding: 10px 3px;
							    }
							}
						}
					}*/ }
      .page-contact .form-wrap .gform_body ul li.subject .gfield_radio li label span {
        padding: 7px 12px; }
  .google-map {
    height: 325px;
    margin-top: -30px; }
    .google-map #map {
      height: 350px; } }

/* ==========================================================================
   FORMS
   ========================================================================== */
/* 
	Validations errors */
div .gform_wrapper div.validation_error {
  display: none; }

div .gform_wrapper .top_label .gfield_error {
  width: 100%; }

div .gform_wrapper li.gfield.gfield_error,
div .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0.375em !important;
  padding: 0;
  border: none; }

div .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin-bottom: 15px !important;
  width: 100%; }

div .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
div .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
div .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
div .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-left: 0;
  max-width: 100%; }

div .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  padding: 0px !important;
  margin: 0;
  display: none; }

div .gform_wrapper .top_label .gfield_error input.large,
div .gform_wrapper .top_label .gfield_error select.large,
div .gform_wrapper .top_label .gfield_error textarea {
  width: 100%;
  border: 2px solid red; }

div .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
div .gform_wrapper li.gfield_html {
  max-width: 100%; }

div .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
div .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0; }

div .gform_wrapper .chosen-container-single .chosen-single {
  height: 42px;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  line-height: 41px;
  padding: 0 10px;
  font-size: 14px;
  color: #000;
  border: none; }

div .gform_wrapper .chosen-container .chosen-drop {
  border-radius: 0;
  border: 1px solid #efefef;
  color: #000; }

div .gform_wrapper .chosen-container-single .chosen-single div b {
  background: url("img/icons/sprite.png") -93px -301px no-repeat;
  background-size: 500px auto;
  height: 10px;
  margin-top: 16px; }

div .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -92px -320px; }

div .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  box-shadow: none;
  background: #fff; }

div .gform_wrapper .chosen-container .chosen-results {
  padding-left: 0; }

div .gform_wrapper .chosen-container .chosen-results li {
  height: 37px;
  line-height: 37px;
  padding: 0 10px;
  border: 1px solid #efefef; }

div .gform_wrapper .chosen-container .chosen-results li.highlighted {
  background: #d9fae4;
  color: #000; }

/* 
	Form focus page overlay */
.formFocus-overlay {
  display: none; }

.formFocus .formFocus-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 700;
  background-color: rgba(255, 255, 255, 0.5); }

.formFocus .main-header {
  z-index: 750; }

.formFocus .home-form-wrapper,
.formFocus .page-form-wrapper {
  z-index: 749; }

@media (max-width: 767px) {
  div .gform_wrapper .gform_page_footer .button.gform_previous_button {
    top: 64px; }
  div .gform_wrapper .chosen-container {
    width: 100% !important; } }

/*
	CONTACT PAGE
---------------------------*/
.page-contact .gfield_valid#field_2_6 label,
.page-contact .gfield_valid#field_2_6 .gfield_required,
.page-contact .gfield_valid#field_2_7 label,
.page-contact .gfield_valid#field_2_7 .gfield_required {
  color: inherit; }

.page-contact .gfield_error input[type="text"],
.page-contact .gfield_error input[type="tel"],
.page-contact .gfield_error input[type="email"],
.page-contact .gfield_error textarea,
.page-contact .gfield_error input.large,
.page-contact .gfield_error select.large,
.page-contact .gfield_error textarea.textarea,
.page-contact .top_label .gfield_error input.large,
.page-contact .top_label .gfield_error select.large,
.page-contact .top_label .gfield_error textarea.textarea {
  width: 100%;
  border-bottom: 1px solid #ff0000 !important; }

.page-contact .gfield_error label {
  color: #ff6400; }

.page-contact li.gfield.gfield_error,
.page-contact li.gfield.gfield_error.gfield_contains_required {
  margin-bottom: 0 !important; }

.page-contact li.gfield.gfield_error .ginput_container label.error,
.page-contact li.gfield.gfield_contains_required .ginput_container label.error {
  display: none !important; }

.page-contact .gfield_error .ginput_container {
  max-width: 100% !important; }

.page-contact .gfield_error label, .page-contact .gfield_error .gfield_required {
  color: red; }

.page-contact .gfield_error .chosen-container-single .chosen-single {
  line-height: 37px;
  padding: 0 8px;
  border: 2px solid #d60202; }

.page-contact .gfield_error .chosen-container-single .chosen-single div b {
  margin-top: 14px; }

.page-contact .gfield_error .chosen-container-single .chosen-drop {
  margin-top: 0; }

.page-contact .error-message {
  margin-top: 5px;
  color: #ff0000;
  text-align: left;
  font-size: 10px;
  line-height: 1; }

.page-contact .btn-wrapper {
  background: #ff6400;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  margin-top: 8px;
  position: relative;
  transition: all 0.3s ease 0s; }

.page-contact .btn-wrapper .btn-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 37px;
  background: #f99766;
  width: 10%; }

.page-contact .btn-wrapper .button, .page-contact .btn-wrapper .btn {
  background: transparent !important;
  box-shadow: 0 0 0;
  position: relative;
  z-index: 2;
  margin: 0 !important; }

.page-contact .btn-wrapper:hover {
  background: #e55100; }

.page-contact .btn-wrapper.progressing:hover {
  background: #ff7e00; }

.gform_ajax_spinner_1,
#gform_ajax_spinner_1,
.gform_ajax_spinner_2,
#gform_ajax_spinner_2 {
  display: none; }

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn,
input[type=submit],
.atcb-link,
input.gform_button,
input.gform_next_button {
  min-width: 125px;
  padding: 10px 30px;
  margin-top: 8px;
  color: #fff;
  background-color: #ff6400;
  font-size: 13px;
  font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
  line-height: 17px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  -webkit-appearance: none;
  opacity: 1;
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: none; }
  .btn:hover,
  input[type=submit]:hover,
  .atcb-link:hover,
  input.gform_button:hover,
  input.gform_next_button:hover {
    color: #fff;
    background-color: #e55100; }
  .btn.white,
  input[type=submit].white,
  .atcb-link.white,
  input.gform_button.white,
  input.gform_next_button.white {
    color: #ff6400;
    background-color: #fff; }
    .btn.white:hover,
    input[type=submit].white:hover,
    .atcb-link.white:hover,
    input.gform_button.white:hover,
    input.gform_next_button.white:hover {
      background-color: #d9fae4; }
      .btn.white:hover span,
      input[type=submit].white:hover span,
      .atcb-link.white:hover span,
      input.gform_button.white:hover span,
      input.gform_next_button.white:hover span {
        background-position: -48px -120px; }
    .btn.white:focus,
    input[type=submit].white:focus,
    .atcb-link.white:focus,
    input.gform_button.white:focus,
    input.gform_next_button.white:focus {
      color: #ff6400;
      background-color: #d9fae4; }
    .btn.white:active,
    .btn.white :active:focus,
    input[type=submit].white:active,
    input[type=submit].white :active:focus,
    .atcb-link.white:active,
    .atcb-link.white :active:focus,
    input.gform_button.white:active,
    input.gform_button.white :active:focus,
    input.gform_next_button.white:active,
    input.gform_next_button.white :active:focus {
      background-color: #d9fae4; }
  .btn:focus,
  input[type=submit]:focus,
  .atcb-link:focus,
  input.gform_button:focus,
  input.gform_next_button:focus {
    color: #fff;
    outline: none;
    background-color: #e55100; }
  .btn:active,
  input[type=submit]:active,
  .atcb-link:active,
  input.gform_button:active,
  input.gform_next_button:active {
    color: #fff;
    background-color: #e55100;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25); }
  .btn:active:focus,
  input[type=submit]:active:focus,
  .atcb-link:active:focus,
  input.gform_button:active:focus,
  input.gform_next_button:active:focus {
    background-color: #e55100; }

input[type=text],
input[type=email],
input[type=phone],
input[type=tel] {
  display: inline-block;
  background-color: #fff;
  width: 100%;
  height: 38px;
  margin-right: 5px;
  padding-left: 10px;
  border: none;
  vertical-align: top;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none; }

@media (max-width: 1199px) {
  .btn,
  input[type=submit],
  .atcb-link,
  input.gform_button,
  input.gform_next_button {
    font-size: 13px; } }

.not-found {
  padding-bottom: 0; }
  .not-found img {
    display: inline-block;
    margin-bottom: 20px;
    width: 80%;
    max-width: 360px;
    height: auto; }
  .not-found h2 {
    font-weight: 100; }
  .not-found p a {
    font-weight: 600; }

.error404 .featuredGrid .project.last {
  display: none; }

@media (min-width: 1899px) {
  .error404 .featuredGrid .project.last {
    display: block; } }

@media (max-width: 767px) {
  .error404 .featuredGrid .project.last {
    display: block; } }

/* ==========================================================================
   BLOG
   ========================================================================== */
.blog .our-news,
.archive .our-news,
.category .our-news {
  padding-top: 5px; }

.news-filter {
  padding: 30px 0 0; }
  .news-filter ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    margin-bottom: 25px; }
    .news-filter ul.tabs li {
      background: none;
      color: #222;
      display: inline-block;
      padding: 0px 15px;
      cursor: pointer;
      font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
      font-weight: 500;
      border-right: 1px solid #e1e1e1;
      text-transform: uppercase; }
      .news-filter ul.tabs li span {
        display: inline-block;
        position: relative;
        padding: 7px 0px 4px;
        border-radius: 3px;
        text-decoration: none; }
      .news-filter ul.tabs li.current span {
        padding: 7px 10px 4px;
        background-color: #ececec; }
        .news-filter ul.tabs li.current span:after {
          content: '';
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #ececec;
          position: absolute;
          bottom: -8px;
          left: 50%;
          margin-left: -10px; }
      .news-filter ul.tabs li:last-of-type {
        border-right: none; }
  .news-filter .tab-content {
    display: none;
    background: #EEEEEE;
    padding: 25px 20px 20px; }
    .news-filter .tab-content.current {
      display: inherit; }
  .news-filter .blog-cats {
    list-style: none;
    margin-bottom: 0; }
    .news-filter .blog-cats li {
      display: inline-block;
      padding: 4px 10px;
      border-radius: 5px;
      margin-right: 6px;
      margin-bottom: 6px;
      background-color: #D9D9D9;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .news-filter .blog-cats li:hover, .news-filter .blog-cats li.current-cat {
        background-color: #b9b9b9; }
      .news-filter .blog-cats li a {
        color: #000;
        font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded;
        font-size: 13px; }

.single-post .page-banner {
  height: 256px;
  background-color: #eee; }
  .single-post .page-banner h1 {
    color: #fff; }
  @media (max-width: 991px) {
    .single-post .page-banner {
      height: 226px; } }
  @media (max-width: 767px) {
    .single-post .page-banner {
      height: 196px; } }
  .single-post .page-banner .background-image-holder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }

.single-post .blog-section {
  padding: 40px 0; }
  @media (max-width: 991px) {
    .single-post .blog-section {
      padding: 30px 0; } }
  @media (max-width: 767px) {
    .single-post .blog-section {
      padding: 25px 0; } }
  .single-post .blog-section .title {
    margin-bottom: 30px; }

.single-post .blog-wide-text figure {
  margin-bottom: 20px; }
  .single-post .blog-wide-text figure img {
    margin: 0 auto; }

@media (max-width: 991px) {
  .single-post .blog-twincol-text figure {
    margin-bottom: 25px; } }

.single-post .blog-twincol-text figure img {
  width: 100%;
  height: auto; }

.single-post .blog-twintop-text figure {
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .single-post .blog-twintop-text figure {
      margin-bottom: 25px; } }
  .single-post .blog-twintop-text figure img {
    width: 100%;
    height: auto; }

.single-post .blog-written {
  padding: 35px 0; }
  @media (max-width: 767px) {
    .single-post .blog-written {
      padding: 20px 0;
      text-align: center; } }
  .single-post .blog-written-top {
    padding-top: 30px;
    border-top: 1px solid #efefef; }
    @media (max-width: 767px) {
      .single-post .blog-written-top {
        padding-top: 20px; } }
  .single-post .blog-written .image figure {
    height: 98px;
    width: 98px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 5px #e1e1e1;
    display: inline-block; }
    .single-post .blog-written .image figure img {
      width: 100%;
      height: auto; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer-cta {
  padding: 40px 0;
  color: #fff;
  text-align: center;
  background-color: #ff6400; }
  .footer-cta .link {
    color: #fff;
    font-family: "Gotham Rounded A", "Gotham Rounded B", Gotham Rounded; }

@media (max-width: 991px) {
  .footer-cta {
    padding: 30px 0; } }

@media (max-width: 767px) {
  .footer-cta {
    padding: 20px 0; } }

.main-footer {
  color: #fff;
  background-color: #4c4c4c; }
  .main-footer a {
    color: #fff; }
    .main-footer a:hover {
      color: #ddd; }
  .main-footer .signup form .gform_body,
  .main-footer .signup form .gform_footer {
    display: inline-block;
    vertical-align: top; }
  .main-footer .signup form ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0; }
  .main-footer .signup form label {
    display: none !important; }
  .main-footer .signup form input[type=email] {
    display: inline-block;
    width: 250px;
    height: 40px;
    margin-right: 0;
    padding-left: 5px;
    border: 1px solid #707070;
    border-top: 1px solid #707070;
    background-color: transparent !important;
    box-shadow: none; }
  .main-footer .signup form input[type=submit] {
    display: inline-block;
    width: 35px;
    padding: 0;
    min-width: 35px;
    height: 40px;
    margin-left: -4px;
    margin-top: 0;
    border: 1px solid #707070;
    border-radius: 0;
    background-color: transparent; }
    .main-footer .signup form input[type=submit]:hover {
      background-color: #3c3c3c; }
  .main-footer .signup form .validation_message {
    display: none; }
  .main-footer .signup form .error-message {
    margin-top: 5px;
    color: #ffadad;
    text-align: left;
    font-size: 10px;
    line-height: 1; }
  .main-footer .signup form li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: 0 !important; }
  .main-footer .copyright {
    margin-top: 40px;
    text-align: center; }
  .main-footer .seo-text {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 50px;
    text-align: center; }
    .main-footer .seo-text .read-more {
      display: none; }

@media (max-width: 1199px) {
  .main-footer .signup form input[type=email] {
    width: 220px; } }

@media (max-width: 991px) {
  .main-footer .signup form input[type=email] {
    width: 170px; } }

@media (max-width: 767px) {
  .main-footer .signup {
    margin-bottom: 30px; }
    .main-footer .signup form input[type=email] {
      width: 220px; }
  .main-footer .copyright {
    margin-top: 35px; } }

/* ==========================================================================
   PRINT
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
