/* #################### Z-INDEX #################### */
/*
0 - .mobileNav
1 - .mobileNavShift
1 - .heroSlider .slick-prev, .heroSlider .slick-next
2 - header, .snNav ul
*/



/* #################### FONTS #################### */
@font-face {
   font-family: "Avenir-book";
   src:url("../fonts/avenir-book.eot");
   src:url("../fonts/avenir-book.eot?#iefix") format("embedded-opentype"),
       url("../fonts/avenir-book.woff") format("woff"),
       url("../fonts/avenir-book.ttf") format("truetype"),
       url("../fonts/avenir-book.svg#avenir-book") format("svg");
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: "Avenir-black";
   src:url("../fonts/avenir-black.eot");
   src:url("../fonts/avenir-black.eot?#iefix") format("embedded-opentype"),
       url("../fonts/avenir-black.woff") format("woff"),
       url("../fonts/avenir-black.ttf") format("truetype"),
       url("../fonts/avenir-black.svg#avenir-black") format("svg");
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: "BrixSlab-ExtraLight";
   src:url("../fonts/BrixSlabExtraLight/237CB1_B_0.eot");
   src:url("../fonts/BrixSlabExtraLight/237CB1_B_0.eot?#iefix") format("embedded-opentype"),
       url("../fonts/BrixSlabExtraLight/237CB1_B_0.woff") format("woff"),
       url("../fonts/BrixSlabExtraLight/237CB1_B_0.ttf") format("truetype");
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: "BrixSlab-Light";
   src:url("../fonts/BrixSlabLight/237CB1_A_0.eot");
   src:url("../fonts/BrixSlabLight/237CB1_A_0.eot?#iefix") format("embedded-opentype"),
       url("../fonts/BrixSlabLight/237CB1_A_0.woff") format("woff"),
       url("../fonts/BrixSlabLight/237CB1_A_0.ttf") format("truetype");
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: "BrixSlab-Regular";
   src:url("../fonts/BrixSlabRegular/237CB1_6_0.eot");
   src:url("../fonts/BrixSlabRegular/237CB1_6_0.eot?#iefix") format("embedded-opentype"),
       url("../fonts/BrixSlabRegular/237CB1_6_0.woff") format("woff"),
       url("../fonts/BrixSlabRegular/237CB1_6_0.ttf") format("truetype");
   font-weight: normal;
   font-style: normal;
}


/* #################### HTML / BODY #################### */
html {
   -webkit-text-size-adjust: 100%;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

body {
   color: #402110;
   font-family: "Avenir-book", Helvetica, Arial, sans-serif;
   font-size: 16px;
   line-height: 20px;
}

body.mobileNavOpen {
   overflow: hidden;
}

@media (min-width: 768px) {
   body.mobileNavOpen {
      overflow: visible;
   }
}

/*body.mobileNavOpen {
   overflow: hidden;
}

@media (min-width: 992px) {
   body.mobileNavOpen {
      overflow: visible;
   }
}*/



/* #################### TYPOGRAPHY #################### */
h1 {
   color: white;
   margin: 0 0 18px 0;
   font-family: "BrixSlab-Light", serif;
   font-weight: 300;
   font-size: 40px;
   line-height: 40px;
}

@media (min-width: 768px) {
   h1 {
      color: #402110;
      font-size: 70px;
      line-height: 73px;
      font-weight: 200;
   }
}

@media (min-width: 992px) {
   h1 {
      font-size: 85px;
      line-height: 80px;
   }
}

h2 {
   color: #119fce;
   margin: 0 0 18px 0;
   font-family: "BrixSlab-Light", serif;
   font-weight: 300;
   font-size: 28px;
   line-height: 32px;
}

@media (min-width: 768px) {
   h2 {
      font-size: 34px;
      line-height: 36px;
   }
}

h3 {
   color: #483128;
   font-family: "Avenir-black", Helvetica, Arial, sans-serif;
   font-size: 20px;
   line-height: 23px;
   letter-spacing: 0.075em;
   text-transform: uppercase;
}

@media (min-width: 768px) {
   h3 {
      font-size: 24px;
      line-height: 27px;
   }
}

h4 {
   color: #483128;
   margin: 0 0 5px 0;
   font-family: "Avenir-black", Helvetica, Arial, sans-serif;
   font-size: 21px;
   line-height: 24px;
   text-transform: uppercase;
}

a,
a:focus,
a:active {
   
}

a:hover {
   
}



/* #################### GLOBAL #################### */
/* ########## CONTAINER ########## */
.container-fluid {
   padding-right: 10px;
   padding-left: 10px;
}

.container-fluid .row {
   margin-right: -10px;
   margin-left: -10px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
   padding-right: 10px;
   padding-left: 10px;
}

.container-fluid.contentSection {
   padding-bottom: 20px;
}

@media (min-width: 768px) {
   .container-fluid {
      padding-right: 30px;
      padding-left: 30px;
   }

   .container-fluid .row {
      margin-right: -15px;
      margin-left: -15px;
   }

   .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
      padding-right: 15px;
      padding-left: 15px;
   }

   .container-fluid.contentSection {
      padding-bottom: 0px;
   }
}


/* ########## UL ########## */
ul.unlisted {
   margin: 0;
   padding: 0;
   list-style-type: none;
}

ul.inline li {
   display: inline-block;
}


/* ########## ANCHOR TAG ########## */
a.anchorTag {
      display: block;
      position: relative;
      top: -15px;
      visibility: hidden;
   }

@media (min-width: 768px) {
   a.anchorTag {
      top: -75px;
   } 
}

@media (min-width: 992px) {
   a.anchorTag {
      top: -220px;
   }

   body.scrolled a.anchorTag {
      top: -173px;
   }   
}


/* ########## BUTTONS ########## */
.btn {
   background-color: #119fce;
   color: white;
   border-radius: 0;
   padding: 12px 30px;
   font-family: "Avenir-black", Helvetica, Arial, sans-serif;
   font-size: 16px;
   line-height: 20px;
   letter-spacing: 0.075em;
   text-transform: uppercase;
   white-space: normal;
   -webkit-transition: background-color .2s ease-in-out;
      -moz-transition: background-color .2s ease-in-out;
        -o-transition: background-color .2s ease-in-out;
           transition: background-color .2s ease-in-out;
}
.btn:focus {
	color: #fff;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none !important;
}

.introText img.enjoy {
   width: 342px;
}

.btn:hover {
   background-color: #11a3d4;
   color: white;
}

.btn .fa {
   margin-right: 10px;
   color: rgba(255, 255, 255, 0.75);
}

.btn.locations {
	display: block;
	font-size: 14px;
	margin: 15px auto 0;
	padding: 8px 30px;
	max-width: 170px;
}

/* ########## Modal Window ######## */
#orderOnline .modal-content {
    background: url(../img/background-header.jpg) repeat-y top center;
	border-radius: 0;
	padding: 30px;
}
#orderOnline .close {
	font-size: 34px;
	color: #483128;
	opacity: 1;
}
#orderOnline .close:hover {
	opacity: .5;
}
#orderOnline .modal-header {
	padding: 0;
	border: none;
}
#orderOnline .modal-title {
	text-align: center;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 0.075em;	
}

#orderOnline .location-contain {
	list-style: none;
	margin: 0 0 10px;
	background: #fff;
	padding: 30px 10px;
	box-shadow: 0 0px 5px rgba(0,0,0,.15);
	text-align: center;
}

#orderOnline .location-contain .location-heading {
	text-transform: uppercase;
	font-size: 18px;
	color: #483128;
	font-family: "Avenir-black", Helvetica, Arial, sans-serif;

}

#orderOnline .location-contain li {
	padding-bottom: 24px;	
}

#orderOnline .location-contain li:last-child {
	padding-bottom: 0;
}

#orderOnline .location-contain li a {
	text-transform: uppercase;
	font-size: 15px;
	font-family: "Avenir-black", Helvetica, Arial, sans-serif;
	color: #119fce;
}

/* ########## INTRO TEXT ########## */
.introText {
	margin-top: 32px;
	margin-bottom: 39px;
	text-align: center;
}

.introText p {
	margin: 0 0 30px 0;
	font-family: "BrixSlab-Light", serif;
   font-weight: 300;
   font-size: 30px;
   line-height: 38px;
}

.introText p:last-child {
	margin: 0;
}

@media (min-width: 768px) {
   .introText p {
     font-size: 35px;
     line-height: 42px;
   }
}


/* ########## OUTRO TEXT ########## */
.outroText {
	margin-top: 110px;
	margin-bottom: 88px;
	text-align: center;
}

.outroText p {
	margin: 0 0 30px 0;
	font-family: "BrixSlab-Light", serif;
   font-weight: 300;
   font-size: 35px;
   line-height: 42px;
}


/* ########## FORMS ########## */
input.form-control {
   height: 30px;
   border: 0;
   border-bottom: 1px solid #ddd;
   border-radius: 0;
   box-shadow: none !important;
   padding: 0;
}
input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #402110;
  font-size: 16px;
}
input.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #402110;
  font-size: 16px;
}
input.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #402110;
  font-size: 16px;
}
input.form-control:-moz-placeholder { /* Firefox 18- */
  color: #402110;
  font-size: 16px;
}

select.form-control {
   height: 30px;
   border: 0;
   background: url(../img/select-dropdown.png) no-repeat center right;
   background-size: 10px 6px;
   color: #402110;
   border-bottom: 1px solid #ddd;
   border-radius: 0;
   -moz-appearance: none;
   -webkit-appearance: none;
   box-shadow: none !important;
   padding: 0;
   font-size: 16px;
   line-height: 19px;
   cursor: pointer;
}
select.form-control:focus {
    border-color: #ddd;
}
select.form-control::-ms-expand {
    display: none;
}


/* #################### HEADER #################### */
header {
   width: 100%;
   height: 122px;
   background: url(../img/background-header.jpg) no-repeat top center;
   background-size: cover;
   -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
           box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
   -webkit-transition: height .2s ease-in-out;
      -moz-transition: height .2s ease-in-out;
        -o-transition: height .2s ease-in-out;
           transition: height .2s ease-in-out;  
}

.headerHeight {
   height: 81px;
   -webkit-transition: height .2s ease-in-out;
      -moz-transition: height .2s ease-in-out;
        -o-transition: height .2s ease-in-out;
           transition: height .2s ease-in-out;        
}

@media (min-width: 768px) {
   header {
      height: 110px;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 2;
   }

   .headerHeight {
      height: 110px;
   }
}

@media (min-width: 992px) {
   header,
   .headerHeight {
      height: 135px;
   }
}


/* ########## LOGO ########## */
.grkLogo {
   width: 100%;
   display: block;
   text-align: center;
   position: relative;
   top: 50%;
   transform: translateY(-50%);
}

.grkLogo img {
   width: 84px;
   max-width: 144px;
   margin: 0 auto;
   -webkit-transition: width .25s ease-in-out;
      -moz-transition: width .25s ease-in-out;
        -o-transition: width .25s ease-in-out;
           transition: width .25s ease-in-out;
}

@media (min-width: 768px) {
   .grkLogo {
      text-align: left;
   }

   .grkLogo img {
      width: 100%;
   }
}


/* ########## MAIN NAV DESKTOP ########## */
ul.mainNav {
   width: 100%;
   text-align: center;
   position: relative;
   top: 50%;
   transform: translateY(-50%);
}

ul.mainNav li {
   width: 25%;
}

ul.mainNav a {
   width: 100%;
   color: #402110;
   display: block;
   font-family: "Avenir-black", Helvetica, Arial, sans-serif;
   font-size: 15px;
   line-height: 18px;
   letter-spacing: 0.075em;
   text-transform: uppercase;
   text-decoration: none;
   -webkit-transition: color .25s ease-in-out;
      -moz-transition: color .25s ease-in-out;
        -o-transition: color .25s ease-in-out;
           transition: color .25s ease-in-out;
}

ul.mainNav a:hover {
   color: #119fce;
}

ul.mainNav li:first-child a {
   padding-left: 0;
}

ul.mainNav li:last-child a {
   padding-right: 0;
}
ul.mainNav li.active a {
   color: #119fce
}

@media (min-width: 992px) {
   ul.mainNav li {
      width: auto;
   }

   ul.mainNav a {
      width: auto;
      padding: 0 39px 0 39px;
      font-size: 16px;
      line-height: 19px;
   }
}


/* ########## ORDER NOW BUTTON ########## */
button.btn.orderNow {
   width: 100%;
   padding: 12px 0 10px 0;
   font-size: 14px;
   line-height: 17px;
}

button.btn.orderNow span {
  display: none;
}

@media (min-width: 768px) {
   button.btn.orderNow {
      padding: 12px 0 12px 0;
      float: right;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      font-size: 15px;
      line-height: 18px;
   }
}

@media (min-width: 992px) {
   button.btn.orderNow {
      font-size: 16px;
      line-height: 20px;
   }

   button.btn.orderNow span {
      display: inline-block;
   }
}


/* ########## HAMBURGER ########## */
.hamburger {
   float: right;
   position: relative;
   top: 50%;
   transform: translateY(-50%);
   cursor: pointer;
   /*-webkit-transition: opacity .25s ease-in-out;
      -moz-transition: opacity .25s ease-in-out;
        -o-transition: opacity .25s ease-in-out;
           transition: opacity .25s ease-in-out;*/
}

/*.hamburger:hover {
   opacity: 0.5;
}*/

.hamburger.tcon {
   width: 20px;
   height: 16px;
   padding: 0;
}

.hamburger .tcon-menu__lines {
   width: 20px;
   height: 2px;
   background-color: black;
   position: relative;
   top: -6px;
}

.hamburger .tcon-menu__lines::before {
   width: 20px;
   height: 2px;
   background-color: black;
   top: 7px;
}

.hamburger .tcon-menu__lines::after {
   width: 20px;
   height: 2px;
   background-color: black;
   top: -7px;
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines {
   background-color: transparent !important
}

/*.hamburger:hover .tcon-menu__lines,
.hamburger:hover .tcon-menu__lines::before,
.hamburger:hover .tcon-menu__lines::after {
   background-color: rgba(0, 0, 0, 0.75);
}*/


/* ########## HEADER SCROLLED ########## */
@media (min-width: 768px) {
   body.scrolled .mobileNavShift {
      padding-top: 88px;
   }

   body.scrolled header {
      height: 88px;
   }

   body.scrolled header .headerHeight {
      height: 88px;
   }

   body.scrolled header .headerHeight.hhMainNav {
      padding-top: 0 !important;
   }

   body.scrolled header .grkLogo img {
      width: 83px;
   }
}


/* ########## SUB NAV SCROLLED ########## */
.subNavHeightPlaceholder {
   height: 62px;
   display: none;
}

@media (min-width: 768px) {
   body.scrolledSubNav .subNavHeightPlaceholder {
      display: block;
   }

   /*body.scrolledSubNav .mobileNavShift {
      padding-top: 150px;
   }*/

   body.scrolledSubNav .subNav {
      width: 100%;
      margin: 0;
      position: fixed;
      top: 88px;
      left: 0;
      z-index: 2;
   }
}



/* #################### MOBILE NAV #################### */
.mobileNav {
   width: 230px;
   height: 100%;
   background: url(../img/background-mobileNav.jpg) no-repeat center center;
   background-size: cover;
   padding: 11px 20px 20px 20px;
   display: none;
   position: fixed;
   top: 0;
   right: 0;
   z-index: 0;
   -webkit-transition: opacity 0s .4s linear;
      -moz-transition: opacity 0s .4s linear;
        -o-transition: opacity 0s .4s linear;
           transition: opacity 0s .4s linear;
}

.mobileNav.show {
	display: block;
}


/* ########## MOBILE NAV SHIFT ########## */
.mobileNavShift {
   width: 100%;
   min-height: 100vh;
   background-color: white;
   position: relative;
   z-index: 1;
   -webkit-transition: margin-left .2s ease-in-out, box-shadow .2s ease-in-out, padding .2s ease-in-out;
      -moz-transition: margin-left .2s ease-in-out, box-shadow .2s ease-in-out, padding .2s ease-in-out;
        -o-transition: margin-left .2s ease-in-out, box-shadow .2s ease-in-out, padding .2s ease-in-out;
           transition: margin-left .2s ease-in-out, box-shadow .2s ease-in-out, padding .2s ease-in-out;
}

body.mobileNavOpen .mobileNavShift {
   margin-left: -230px;
   -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,0.2);
           box-shadow: 0 0 4px 2px rgba(0,0,0,0.2);
}

@media (min-width: 768px) {
   .mobileNavShift {
      padding-top: 110px;
   }

   body.mobileNavOpen .mobileNavShift {
      margin-left: 0;
   }
}

@media (min-width: 992px) {
   .mobileNavShift {
      padding-top: 135px;
   }
}


/* ########## LINKS ########## */
.mobileNav ul.links {
   margin: 0;
}

.mobileNav ul.links li {
   border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.mobileNav ul.links li a {
   color: white;
   padding: 21px 0 19px 0;
   display: block;
   font-family: "Avenir-black", Helvetica, Arial, sans-serif;
   font-size: 16px;
   line-height: 19px;
   letter-spacing: 0.075em;
   text-transform: uppercase;
   text-decoration: none;
}

.mobileNav ul.links li:first-child a:before {
	content: '\f041 ';
	font-family: 'FontAwesome';
	color: #d8d8d8;
	margin-top: -5px;
	vertical-align: middle;
	font-size: 22px;
	margin-right: 8px;
}

.mobileNav a.orderOnlineMobile {
   color: white;
   border-bottom: 1px solid rgba(255, 255, 255, 0.3);
   margin-bottom: 16px;
   padding: 21px 0 19px 0;
   display: block;
   font-family: "Avenir-black", Helvetica, Arial, sans-serif;
   font-size: 16px;
   line-height: 19px;
   letter-spacing: 0.075em;
   text-transform: uppercase;
   text-decoration: none;
   cursor: pointer;
}


/* ########## SOCIAL ########## */
.mobileNav ul.social li {
   padding-right: 22px;
}

.mobileNav ul.social li:last-child {
   padding-right: 0;
}

.mobileNav ul.social li a {
   color: #d8d8d8;
   font-size: 20px;
   line-height: 23px;
   -webkit-transition: color .25s ease-in-out;
      -moz-transition: color .25s ease-in-out;
        -o-transition: color .25s ease-in-out;
           transition: color .25s ease-in-out;
}

.mobileNav ul.social li a:hover {
   color: white;
}



/* #################### FOOTER #################### */
footer {
   height: 247px;
   background: url(../img/background-footer.jpg) no-repeat center center;
   background-size: cover;
   background-color:#666;
}

@media (min-width: 768px) {
   footer {
      height: 164px;
   }
}


/* ########## FOOTER NAV ########## */
footer ul.footerNav {
   margin-top: 29px;
}

footer ul.footerNav li {
   margin-bottom: 10px;
}

footer ul.footerNav li a {
   color: white;
   font-family: "Avenir-black", Helvetica, Arial, sans-serif;
   font-size: 14px;
   line-height: 17px;
   letter-spacing: 0.075em;
   text-transform: uppercase;
   text-decoration: none;
}

footer ul.footerNav li a:hover {
   color: white;
   text-decoration: underline;
}

@media (min-width: 768px) {
   footer ul.footerNav {
      margin-top: 26px;
   }
}


/* ########## FOOTER CENTER ########## */
footer .footerCenter {
   text-align: center;
}

footer .social {
   margin-top: 25px;
}

footer .social li {
   margin-right: 20px;
}

footer .social li:last-child {
   margin-right: 0;
}

footer .social li a {
   color: white;
   font-size: 17px;
   line-height: 20px;
}

footer .footerCenter p {
   color: white;
   margin-top: 14px;
   font-family: "Avenir-black", Helvetica, Arial, sans-serif;
   font-size: 7px;
   line-height: 10px;
   letter-spacing: 0.1em;
   text-transform: uppercase;
}

@media (min-width: 768px) {
   footer .social {
      margin-top: 38px;
   }

   footer .social li {
      margin-right: 28px;
   }

   footer .social li a {
      font-size: 24px;
      line-height: 27px;
   }

   footer .footerCenter p {
      margin-top: 57px;
      font-size: 10px;
      line-height: 13px;
   }
}


/* ########## FOOTER LOGO ########## */
footer .grkLogoFooter {
   margin-top: 18px;
   float: right;
}

footer .grkLogoFooter img {
   width: 72px;
   max-width: 98px;
   -webkit-transition: width .2s ease-in-out;
      -moz-transition: width .2s ease-in-out;
        -o-transition: width .2s ease-in-out;
           transition: width .2s ease-in-out;
}

@media (min-width: 768px) {
   footer .grkLogoFooter {
      margin-top: 14px;
   }

   footer .grkLogoFooter img {
      width: 98px;
   }
}



/* #################### HERO #################### */
.hero {
   width: 100%;
   height: 200px;
   padding: 0 30px 0 30px;
   background-color: #666!important;
}

.hero.menu {
	background: url(../img/hero-menu.jpg) no-repeat center center;
   background-size: cover;
}

.hero.catering {
	background: url(../img/hero-catering.jpg) no-repeat center center;
   background-size: cover;
}

.hero.about {
   background-size: cover;
}

.hero.careersH {
	background: url(../img/hero-careers.jpg) no-repeat center center;
   background-size: cover;
}

.hero.locations {
	background: url(../img/hero-locations.jpg) no-repeat center center;
   background-size: cover;
}

.hero.nutrition {
   background: url(../img/hero-nutrition.jpg) no-repeat center center;
   background-size: cover;
}

.hero.contact {
   background: url(../img/hero-contact.jpg) no-repeat center center;
   background-size: cover;
}

.hero.press {
   background: url(../img/hero-press.jpg) no-repeat center center;
   background-size: cover;
}

.hero h1 {
   width: 100%;
   color: white;
   margin: 0;
   position: relative;
   top: 50%;
   transform: translateY(-50%);
   text-align: center;
   font-family: "Avenir-black", Helvetica, Arial, sans-serif;
   font-size: 36px;
   line-height: 49px;
   letter-spacing: 0.075em;
   text-transform: uppercase;
}

@media (min-width: 768px) { 
   .hero h1 {
      font-size: 46px;
   }
}



/* #################### HERO SLIDER #################### */
.heroSlider {
   visibility: hidden; 
   margin: 0 !important;
   background-color: #666;
}
.heroSlider .slicks-lide:first-child {
   display: block;
 }
/*.heroSlider .slide1 {
   background: url('../img/background-hero_slider-1.jpg') no-repeat center center;
   background-size: cover;
   position: relative;
}

.heroSlider .slide2 {
   background: url('../img/background-hero_slider-2.jpg') no-repeat center center;
   background-size: cover;
   position: relative;
}

.heroSlider .slide3 {
   background: url('../img/background-hero_slider-3.jpg') no-repeat center center;
   background-size: cover;
   position: relative;
}

.heroSlider .slide4 {
   background: url('../img/background-hero_slider-4.jpg') no-repeat center center;
   background-size: cover;
   position: relative;
}*/

.heroSlider .shade {
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.25);
   position: absolute;
   top: 0;
   left: 0;
}

.heroSliderHeight {
   text-align: center;
}

.heroSliderHeight > div {
   position: relative;
   top: 50%;
   transform: translateY(-50%);
}

.heroSlider h1 {
   width: 70%;
   margin: 0 auto;
   color: #fff;
   text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.heroSlider img.heroIcons {
   width: 155px;
   margin: 15px auto 0 auto;
}

@media (min-width: 768px) {
   .heroSlider h1 {
      width: auto;
   }

   .heroSlider img.heroIcons {
      width: 310px;
      margin: 30px auto 0 auto;
   }
}

/*@media (min-width: 768px) {
   .heroSlider .shade {
      display: none;
   }

   .heroSliderHeight {
      text-align: left;
   }
}*/

/* ########## ARROWS ########## */
.heroSlider .slick-prev,
.heroSlider .slick-next {
   width: 13px;
   height: 16px;
   z-index: 1;
   color: #fff;
}

.heroSlider .slick-prev {
   background: url(../img/arrow-hero_slider-prev-white.png) no-repeat center center;
   background-size: 13px 16px;
   left: 10px;
}

.heroSlider .slick-prev:before {
   content: " ";
}

.heroSlider .slick-next {
   background: url(../img/arrow-hero_slider-next-white.png) no-repeat center center;
   background-size: 13px 16px;
   right: 10px;
}

.heroSlider .slick-next:before {
   content: " ";
}

 @media (min-width: 768px) {
   .heroSlider .slick-prev {
      left: 30px;
   }

   .heroSlider .slick-next {
      right: 30px;
   }
} 


/* ########## DOTS ########## */
.slick-dots {
   width: 90px;
   height: 30px;
   background-color: transparent;
   left: 50%;
   bottom: 0;
   transform: translateX(-50%);
}

.slick-dots li {
   width: 10px;
   height: 10px;
   margin: 0 10px 0 0;
}

.slick-dots li:last-child {
   margin: 0;
}

.slick-dots li button {
   width: 10px;
   height: 10px;
   background-color: rgba(255, 255, 255, 0.5);
   border-radius: 50%;
}

.slick-dots li.slick-active button {
   background-color: white;
}

.slick-dots li button:before {
   opacity: 0;
   visibility: hidden;
}



/* #################### CONTENT AREA #################### */
.contentArea {
   background: url(../img/background-white_wood.jpg) repeat-y top center;
   background-size: 100% auto;
   padding: 10px 0 0 0;
}

@media (min-width: 768px) {
   .contentArea {
      padding: 30px 0 0 0;
   }
}



/* #################### NEWS ITEMS #################### */
.newsItem {
   width: 100%;
   background-color: white;
   -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
           box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
   opacity: 1;
   margin-top: 0;
   margin-bottom: 10px;
   padding: 10px;
   display: block;
   position: relative;
   cursor: pointer;
}

.newsItem .container-fluid {
   padding-right: 0;
   padding-left: 0;
}

.newsItem .imageContainer {
   width: 100%;
   height: 100%;
}

.newsItem .imageContainer.newsItem {
   background-size: cover;
   padding: 0;
   border: none;
   margin: 0;
   box-shadow: none;
}

/*.newsItem .imageContainer.newsItem-02 {
   background: url(../img/newsItem-02.jpg) no-repeat center center;
   background-size: cover;
}
.newsItem .imageContainer.newsItem-03 {
   background: url(../img/newsItem-03.jpg) no-repeat center center;
   background-size: cover;
}
.newsItem .imageContainer.newsItem-04 {
   background: url(../img/newsItem-04.jpg) no-repeat center center;
   background-size: cover;
}*/

.newsItem img {
   width: 100%;
   border: none;
}

.newsItem .textArea {
   text-align: center;
}

.newsItem .textArea > div {
   padding: 16px 20px 5px 20px;
}

.newsItem .textArea p {
   color: #402110;
}

@media (min-width: 768px) {
   .newsItem {
      margin-bottom: 30px;
   }

   .newsItem .textArea {
      text-align: left;
   }

   .newsItem .textArea > div {
      padding: 60px 0 60px 0;
   }

   .newsItem.left .textArea > div {
      padding-right: 15px;
   }

   .newsItem.right .textArea > div {
      padding-left: 15px;
   }

   .newsItem .textArea h2 {
      text-align: left;
   }
}

@media (min-width: 992px) {
   .newsItem.left .textArea > div {
      padding-right: 0;
   }

   .newsItem.right .textArea > div {
      padding-left: 0;
   }

   .newsItem.left:after {
      width: calc(16.66666666% - 15px);
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      content: " ";
   }

   .newsItem.right:after {
      width: calc(16.66666666% - 15px);
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      content: " ";
   }

   .newsItem.spiral:after {
      background: white url(../img/icon-news_item-spiral.png) no-repeat center left;
      background-size: 353px 358px;
   }

   .newsItem.curl:after {
      background: white url(../img/icon-news_item-curl.png) no-repeat center right -25px;
      background-size: 353px 358px;
   }

   .newsItem.diamond:after {
      background: white url(../img/icon-news_item-diamond.png) no-repeat center left -25px;
      background-size: 353px 358px;
   }

   .newsItem.curls:after {
      background: white url(../img/icon-news_item-curls.png) no-repeat center right -25px;
      background-size: 353px 358px;
   }
}




/* #################### TRIPTIC LINKS #################### */
.triptic {
   opacity: 1;
   margin-top: 0;
}

.tripticLink {
   width: 100%;
   height: 150px;
   background-color: white;
   -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
           box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
   margin-bottom: 10px;
   display: block;
   text-align: center;
   text-decoration: none;
   cursor: pointer;
   -webkit-transition: transform .25s ease-in-out;
      -moz-transition: transform .25s ease-in-out;
        -o-transition: transform .25s ease-in-out;
           transition: transform .25s ease-in-out;
}

.tripticLink:hover {
   text-decoration: none;
}

.tripticLink > div {
   position: relative;
   top: 50%;
   transform: translateY(-50%);
}

.tripticLink img {
   width: 35px;
   margin-bottom: 15px;
}

.tripticLink h3 {
   margin: 0;
   font-size: 20px;
}

@media (min-width: 768px) {
   .tripticLink {
      margin-bottom: 30px;
   }

   .tripticLink:hover {
      transform: scale(1.05);
      text-decoration: none;
   }

   .tripticLink img {
      width: 55px;
   }
}

@media (min-width: 768px) {
   .tripticLink {
      height: 253px;
   }
}

@media (min-width: 992px) {
   .tripticLink h3 {
      font-size: 24px;
   }
   .tripticLink img {
      margin-bottom: 25px;
   }
}



/* #################### SUB NAV MOBILE #################### */
.snMobile {
   width: 100%;
   height: 40px;
   background-color: #119fce;
   margin-bottom: 30px;
   position: relative;
}

.snMobile {
   padding: 9px 20px 0 20px;
   cursor: pointer;
}

.snMobile span {
   color: white;
   font-family: "Avenir-black", Helvetica, Arial, sans-serif;
   font-size: 12px;
   line-height: 15px;
   text-transform: uppercase;
}

.snMobile i {
   color: white;
   position: absolute;
   top: 15px;
   right: 20px;
   font-size: 10px;
}

.snMobile ul {
   width: 100%;
   background-color: #119fce;
   padding: 10px 20px 20px 20px;
   display: none;
   position: absolute;
   top: 40px;
   left: 0;
   z-index: 2;
}

.snMobile.open ul {
   display: block;
}

.snMobile.open li {
   margin-bottom: 12px;
}

.snMobile.open li:last-child {
   margin-bottom: 0;
}

.snMobile a {
   color: white;
   display: block;
   font-family: "Avenir-black", Helvetica, Arial, sans-serif;
   font-size: 16px;
   line-height: 19px;
   text-transform: uppercase;
}

.snMobile a:hover {
   color: white;
   cursor: pointer;
}




/* #################### SUB NAV #################### */
.subNav {
   width: 100%;
   background-color: #119fce;
   margin-top: -30px;
   margin-bottom: 30px;
   padding: 22px 10px 20px 10px;
}

.subNav ul {
   width: 100%;
   text-align: center;
}

.subNav li {
   margin-right: 30px;
}

.subNav li:last-child {
   margin-right: 0;
}

.subNav li a {
   color: white;
   font-family: "Avenir-black", Helvetica, Arial, sans-serif;
   font-size: 16px;
   line-height: 19px;
   text-transform: uppercase;
}

.subNav li a:hover {
   color: white;
   cursor: pointer;
   text-decoration: underline;
}

.subNav li a:active, .subNav li a:focus {
   text-decoration: none;
}



/* #################### MENU #################### */
.menu .menuCategory {
   background-color: white;
   -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
           box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
   margin-bottom: 30px;
   padding: 10px;
}

.menu .menuCategory h2 {
   color: #402110;
   padding-left: 47px;
   position: relative;
   font-family: "Avenir-black", Helvetica, Arial, sans-serif;
   font-size: 28px;
   line-height: 32px;
   letter-spacing: 0.075em;
   text-transform: uppercase;
}

.menu .menuCategory h2:before {
   width: 37px;
   height: 33px;
   display: block;
   position: absolute;
   top: 1px;
   left: 0;
   content: " ";
}

.menu .menuContent {
   padding: 10px 20px 10px 20px;
}

.menu .menuContent p {
   margin-bottom: 23px;
}

@media (min-width: 768px) {
   .menu .menuContent.right {
      padding: 10px 25px;
   }

   .menu .menuContent.left {
      padding: 10px 25px;
   }
   
   .menu .menuCategory h2 {
      font-size: 36px;
      line-height: 39px;
   }
}

@media (min-width: 992px) {
   .menu .menuContent.right {
      padding: 20px 35px 20px 20px;
   }

   .menu .menuContent.left {
      padding: 20px 20px 20px 35px;
   }
}


/* ########## ORDER PROCESS ########## */
.orderProcess {
   border: 2px #402110 solid;
}

/* ########## STEP HEADER */
.orderProcess .step .stepHeader {
   background-color: #402110;
   padding: 7px 10px 6px 10px;
   position: relative;
   text-align: center;
}

.orderProcess .step .stepHeader:after {
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 12px 17px 0 17px;
   border-color: #402110 transparent transparent transparent;
   position: absolute;
   bottom: -12px;
   left: 50%;
   transform: translateX(-50%);
   display: block;
   content: " ";
}

.orderProcess .step .stepHeader h3 {
   color: white;
   margin: 0;
   font-size: 18px;
   line-height: 1.25;
   text-transform: uppercase;
}

/* ########## STEP CHOICES */
.orderProcess .stepChoices {
   padding: 27px 30px 12px 30px;
}

.orderProcess .stepChoices li {
   vertical-align: top;
   text-align: center;
}

.orderProcess .stepChoices ul.spanFour {
   text-align: center;
}

.orderProcess .stepChoices .or {
   width: 40px;
   height: 40px;
   background-color: #402110;
   color: white;
   border-radius: 50%;
   margin: 0 auto 23px auto;
   padding-top: 10px;
   font-family: "Avenir-black", Helvetica, Arial, sans-serif;
   font-size: 16px;
   line-height: 22px;
   text-transform: uppercase;
}

.orderProcess .stepChoices h4 {
   display: inline-block;
   font-size: 18px;
   line-height: 1.25;
}

.orderProcess .stepChoices h4.vege {
   position: relative;
}

.orderProcess .stepChoices h4.vege:after {
   width: 15px;
   height: 15px;
   background: url(../img/vege.jpg) no-repeat top left;
   background-size: 15px 15px;
   margin-top: -2px;
   display: block;
   position: absolute;
   top: 50%;
   right: -21px;
   transform: translateY(-50%);
   content: " ";
}

.orderProcess .stepChoices h4.spicy {
   position: relative;
}

.orderProcess .stepChoices h4.spicy:after {
   width: 15px;
   height: 15px;
   background: url(../img/spicy.png) no-repeat top left;
   background-size: 15px 15px;
   margin-top: -2px;
   display: block;
   position: absolute;
   top: 50%;
   right: -21px;
   transform: translateY(-50%);
   content: " ";
}

.orderProcess .stepChoices p {
   font-size: 14px;
   line-height: 18px;
}

@media (max-width: 1136px) {
   .orderProcess .stepChoices ul.spanThree li {
		width: 32.6%;
	}
}

@media (min-width: 768px) {
   .orderProcess .stepChoices li {
      display: inline-block;
   }

   .orderProcess .stepChoices ul.spanThree li {
      width: 32.6%;
      padding: 0 15px 0 15px;
   }

   .orderProcess .stepChoices ul.spanFour li {
      width:  24.2%;
      padding: 0 15px 0 15px;
   }

   .orderProcess .stepChoices ul.spanFour li:first-child {
      padding-left: 0;
   }

   .orderProcess .stepChoices ul.spanFour li:last-child {
      padding-right: 0;
   }

   .orderProcess .stepChoices .or {
      margin: 8px auto 0 auto;
   }
}

@media (max-width: 768px) {
   .orderProcess .stepChoices ul.spanThree li {
		width: 100%;
	}
}


/* ########## ORDER OPTIONS */
ul.orderOptions {
   border: 2px #402110 solid;
   padding: 13px 0 13px 0;
}

ul.orderOptions li {
   padding: 13px 30px 14px 30px;
}

ul.orderOptions.tight {
   padding: 20px 0 19px 0;
}

ul.orderOptions.tight li {
   padding: 6px 30px 6px 30px;
}

ul.orderOptions li.heading {
   background-color: #402110;
   padding: 12px 30px 9px 30px;
   text-transform: uppercase;
   margin: 13px 0 14px;
}

ul.orderOptions li.heading h4 {
   color: white;
   letter-spacing: 0.075em;
}

ul.orderOptions h4 {
   margin-bottom: 0;
   font-size: 18px;
   line-height: 1.25;
}

ul.orderOptions h4 span {
   text-transform: lowercase;
}

ul.orderOptions p {
   margin: 0 !important;
   font-size: 15px;
   line-height: 20px;
}


/* ########## SEASONAL ########## */
.menu .seasonal h2:before {
   background: url(../img/icons/icon-curls.png) no-repeat top left;
   background-size: 37px 33px;
}

/*.menu .seasonal .menuImage div {
   width: calc(33.33333333% - 10px);
   background: url(../img/menu-seasonal-2.jpg) no-repeat center center;
   background-size: cover;
   display: inline-block;
}

.menu .seasonal .menuImage div:first-child {
   width: calc(33.33333333% - 5px);
   background: url(../img/menu-seasonal-1.jpg) no-repeat center center;
   background-size: cover;
   margin-right: 10px;
}

.menu .seasonal .menuImage div:last-child {
   width: calc(33.33333333% - 5px);
   background: url(../img/menu-seasonal-3.jpg) no-repeat center center;
   background-size: cover;
   margin-left: 10px;
}*/

.menu .seasonal span.asterisk {
   color: #562700;
   margin: 7px 0 0 0;
   display: block;
   font-size: 10px;
   line-height: 13px;
}


/* ########## YEERO ########## */
.menu .yeero h2:before {
   background: url(../img/icons/icon-spiral.png) no-repeat top left;
   background-size: 37px 33px;
}

/*.menu .yeero .menuImage {
   background: url(../img/menu-yeero.jpg) no-repeat center center;
   background-size: cover;
}*/


/* ########## GRILLERS ########## */
.menu .grillers h2:before {
   background: url(../img/icons/icon-curl.png) no-repeat top left;
   background-size: 37px 33px;
}

.menu .grillers .menuImage {
   background: url(../img/menu-grillers.jpg) no-repeat center center;
   background-size: cover;
}


/* ########## SALADS ########## */
.menu .salads h2:before {
   background: url(../img/icons/icon-diamond.png) no-repeat top left;
   background-size: 37px 33px;
}

/*.menu .salads .menuImage {
   background: url(../img/menu-salads.jpg) no-repeat center center;
   background-size: cover;
}*/


/* ########## SIDES ########## */
.menu .sides h2:before {
   background: url(../img/icons/icon-triangle_up.png) no-repeat top left;
   background-size: 37px 33px;
}

/*.menu .sides .menuImage {
   background: url(../img/menu-sides.jpg) no-repeat center center;
   background-size: cover;
}*/


/* ########## SIDES CATERING ########## */
/*.menu .sides.catering .menuImage {
   background: url(../img/menu-sides_catering.jpg) no-repeat center center;
   background-size: cover;
}*/


/* ########## ORZO ########## */
.menu .orzo h2:before {
   background: url(../img/icons/icon-triangle_up.png) no-repeat top left;
   background-size: 37px 33px;
}

.menu .orzo .menuImage {
   background: url(../img/menu-orzo.jpg) no-repeat center center;
   background-size: cover;
}


/* ########## BEVERAGES ########## */
.menu .beverages h2:before {
   background: url(../img/icons/icon-triangle_up.png) no-repeat top left;
   background-size: 37px 33px;
}

/*.menu .beverages .menuImage {
   background: url(../img/menu-beverages.jpg) no-repeat center center;
   background-size: cover;
}*/


/* ########## YEERO GRUB ########## */
.menu .yeeroGrub h2:before {
   background: url(../img/icons/icon-spiral.png) no-repeat top left;
   background-size: 37px 33px;
}

/*.menu .yeeroGrub .menuImage {
   background: url(../img/menu-yeero_grub.jpg) no-repeat center center;
   background-size: cover;
}*/


/* ########## BIG FARE ########## */
.menu .bigfare h2:before {
   background: url(../img/icons/icon-curl.png) no-repeat top left;
   background-size: 37px 33px;
}

/*.menu .bigfare .menuImage {
   background: url(../img/menu-big_fare.jpg) no-repeat center center;
   background-size: cover;
}*/


/* ########## YOUR WAY ########## */
.menu .yourway h2:before {
   background: url(../img/icons/icon-diamond.png) no-repeat top left;
   background-size: 37px 33px;
}

/*.menu .yourway .menuImage {
   background: url(../img/menu-your_way.jpg) no-repeat center center;
   background-size: cover;
}*/


/* ########## GRK YGRT ########## */
.menu .ygrt h2:before {
   background: url(../img/icons/icon-triangle_up.png) no-repeat top left;
   background-size: 37px 33px;
}

/*.menu .ygrt .menuImage {
   background: url(../img/menu-grk_ygrt.jpg) no-repeat center center;
   background-size: cover;
}*/

.menu .ygrt .menuContent .container-fluid {
   padding: 0;
}

.menu .ygrt img.ygrtLogo {
   width: 100%;
   max-width: 362px;
   margin-bottom: 30px;
}

.menu .ygrt p.cateringP {
   color: #119fce;
   font-size: 20px;
   line-height: 22px;
}

.menu .ygrt .menuContent .row > div {
   margin-bottom: 20px;
}

.menu .ygrt .menuContent .row:last-child > div {
   margin-bottom: 0;
}

.menu .ygrt .ygrtHeader {
   background-color: #119fce;
   padding: 13px 10px 9px 10px;
   text-align: center;
}

.menu .ygrt .ygrtHeader h4 {
   color: white;
   margin: 0;
   font-size: 22px;
   line-height: 26px;
}

.menu .ygrt .ygrtContent {
   background-color: #d9eef7;
   padding: 18px 10px 17px 10px;
}

.menu .ygrt .ygrtContent {
   text-align: center;
}

.menu .ygrt .ygrtContent p {
   color: #0a5e79;
   margin: 0;
   font-size: 18px;
   line-height: 22px;
}

.menu .ygrt .ygrtContent p span {
   margin-bottom: 10px;
   display: block;
   font-weight: 700;
   text-transform: uppercase;
}

@media (min-width: 768px) {
   .menu .ygrt img.ygrtLogo {
      width: 362px;
   }

   .menu .ygrt .menuContent .row > div {
      margin-bottom: 30px;
   }

   .menu .ygrt .menuContent .row:last-child > div {
      margin-bottom: 0;
   }
}



/* #################### ABOUT #################### */
/* ########## ABOUT MENU ########## */
.aboutMenu {
	width: 100%;
   background-color: white;
   -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
           box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
   margin-bottom: 30px;
   padding: 10px;
   position: relative;
}

.aboutMenu .container-fluid {
   padding-right: 0;
   padding-left: 0;
}

.aboutMenu .textArea {
   padding: 30px 15px 15px;
}

.aboutMenu .textArea > div > ul > li {
	margin-bottom: 25px;
}

.aboutMenu .textArea h3 {
   margin: 0 0 17px 0;
   font-size: 36px;
   line-height: 42px;
}

.aboutMenu .textArea h4 {
	margin-bottom: 0px;
}

.aboutMenu .textArea p {
   margin: 0 0 30px 0;
	font-size: 15px;
	line-height: 20px;
}

.aboutMenu .textArea ul.aboutItem {
   margin-bottom: 27px;
   padding: 0 0 0 18px;
   list-style-type: disc;
}

.graphic-header {
	text-indent: -9999px;
	width: 100%;
	max-width: 684px;
	height: 70px;
	background: url(../img/enjoy.png) transparent no-repeat; 
	margin: 0 auto;
}

@media (min-width: 768px) {
	.aboutMenu .textArea {
      padding: 47px 30px 39px 15px;
	}
}

@media (min-width: 992px) {
	.aboutMenu:after {
      width: calc(16.66666666% - 15px);
      height: 100%;
      background: white url(../img/icon-large-diamond.png) no-repeat center left;
      background-size: 328px 304px;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      content: " ";
   }

	.aboutMenu .textArea {
		padding: 47px 0 39px 68px;
	}
}


/* ########## ABOUT GALLERY ########## */
.aboutGallery .galleryItem {
	width: 100%;
	height: 291px;
	-webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
           box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.aboutGallery {
		padding-right: 40px;
		padding-left: 40px;
	}

	.aboutGallery > div > div {
		padding-right: 5px;
		padding-left: 5px;
	}
}



/* #################### CAREERS #################### */
.careers {
	width: 100%;
	background-color: white;
	-webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
           box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
	margin-bottom: 30px;
	padding: 10px;
}

.careers .container-fluid {
   padding-right: 0;
   padding-left: 0;
}

.careers .imageContainer.careersIC {
	
   background-size: cover;
}

.careers .textArea {
	padding: 30px;
}

.careers h3 {
   margin: 0 0 10px 0;
}

.careers li {
	margin-bottom: 39px;
}

.careers p {
	font-size: 15px;
	line-height: 20px;
}

@media (min-width: 768px) {
	.careers ul {
		margin-bottom: 76px;
	}
   
   .careers .textArea {
      padding: 15px 30px 30px 30px;
   }
}

@media (min-width: 992px) {
	.careers .textArea {
		padding: 26px 80px 50px 100px;
	}
   .careers h3 {
      margin: 20px 0 10px 0;
   }
}



/* #################### LOCATIONS #################### */
.city {
	width: 100%;
	background-color: white;
	-webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
           box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
	margin-bottom: 30px;
	padding: 10px;
}

.city .container-fluid {
   padding-right: 0;
   padding-left: 0;
}

/* ########## CITY HEADER ########## */
.city .cityHeader {
	padding: 16px 0 22px 0;
	text-align: center;
}

.city .cityHeader h2 {
	width: auto;
	color: #402110;
	margin: 0;
	padding-left: 54px;
	display: inline-block;
	position: relative;
   font-family: "Avenir-black", Helvetica, Arial, sans-serif;
   font-size: 28px;
   line-height: 30px;
   letter-spacing: 0.075em;
   text-transform: uppercase;
}

.city .cityHeader h2:before {
	width: 37px;
	height: 33px;
	margin-top: -1px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: " ";
}

.city.newYork .cityHeader h2:before {
	background: url(../img/icons/icon-spiral.png) no-repeat center center;
	background-size: 37px 33px;
}

.city.washingtonDC .cityHeader h2:before {
	background: url(../img/icons/icon-diamond.png) no-repeat center center;
	background-size: 37px 33px;
}

.city.dubai .cityHeader h2:before {
	background: url(../img/icons/icon-triangle_down.png) no-repeat center center;
	background-size: 37px 33px;
}

@media (min-width: 768px) {
   .city .cityHeader h2 {
      font-size: 36px;
      line-height: 39px;
   }
}


/* ########## MAP ########## */
.city .map {
	width: 100%;
	margin-bottom: 30px;
}

.city .map iframe {
  width: 100%;
  height: 400px;
  border: none;
}

#newYork-canvas,
#dc-canvas,
#dubai-canvas {
	height: 400px;
	width: 100%;
	border: none;
}

/* ########## LOCATION ########## */
.city .location {
	margin-bottom: 8px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}

.city .location img {
	width: 100%;
	margin-bottom: 26px;
}

.city .location h4 {
	margin-bottom: 0;
}

.city .location h4 span {
	display: block;
}

.city .location p {
	font-size: 16px;
	line-height: 22px;
}

@media (max-width: 767px) {
   .city .location p:last-child {
      margin-bottom: 30px;
   }
}


/* #################### NUTRITION #################### */
.nutritionCA {
   width: 100%;
   background-color: white;
   -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
           box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
   margin-bottom: 30px;
   padding: 10px;
   position: relative;
}

.nutritionCA .container-fluid {
   padding-right: 0;
   padding-left: 0;
}

.nutritionCA .imageContainer {
   background: url(../img/nutrition.jpg) no-repeat center center;
   background-size: cover;
}

.nutritionCA .textArea {
   padding: 20px 15px;
}

.nutritionCA .textArea p {
   margin-bottom: 25px;
}

@media (min-width: 768px) {
   .nutritionCA .textArea {
      padding: 69px 30px 75px 17px;
   }
}

@media (min-width: 992px) {
   .nutritionCA:after {
      width: calc(16.66666666% - 15px);
      height: 100%;
      background: white url(../img/icon-large-diamond-brown.png) no-repeat center left;
      background-size: 328px 304px;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      content: " ";
   }

   .nutritionCA .textArea {
      padding: 69px 0 75px 17px;
   }
}



/* #################### CONTACT US #################### */
.contactUs {
   width: 100%;
   background-color: white;
   -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
           box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
   margin-bottom: 30px;
   padding: 10px;
   position: relative;
}

.contactUs .container-fluid {
   padding-right: 0;
   padding-left: 0;
}

.contactUs .imageContainer.contactIC {
   background: url(../img/contact.jpg) no-repeat center center;
   background-size: cover;
}

.contactUs .textArea {
   padding: 30px 15px 15px;
}

.contactUs h2 {
   margin-bottom: 30px;
}

.contactUs input.form-control {
   margin-bottom: 30px;
   font-size: 16px;
}

.contactUs select.form-control {
   margin-bottom: 30px;
}

.contactUs label {
  display: none;
}

.nf-field-container, 
#ninja_forms_required_items {
	clear: none;
	position: inherit;
	
}

span.wpcf7-not-valid-tip {
   font-family: 'Avenir-black' !important;
   font-size: .8em !important;
   margin-top: -30px !important;
   margin-bottom: 30px !important;
}

div.wpcf7-validation-errors {
   border: none !important;
}

div.wpcf7-response-output {
   margin: 0 !important;
   font-family: 'Avenir-black' !important;
   padding: 7.5em 1em 0.2em !important;
    border: none !important;
}

.contactUs form .btn {
      float: left;
      background-color: #119fce;
	   color: white;
	   border-radius: 0;
	   padding: 12px 30px;
	   font-family: "Avenir-black", Helvetica, Arial, sans-serif;
	   font-size: 16px;
	   line-height: 20px;
	   letter-spacing: 0.075em;
	   text-transform: uppercase;
	   white-space: normal;
	   -webkit-transition: background-color .2s ease-in-out;
	      -moz-transition: background-color .2s ease-in-out;
	        -o-transition: background-color .2s ease-in-out;
	           transition: background-color .2s ease-in-out;
   }




@media (min-width: 768px) {
   .contactUs .textArea {
      padding-top: 42px;
      padding-bottom: 160px;
      padding-right: 30px;
   }

   .contactUs h2 {
      margin-bottom: 43px;
   }

   .contactUs input.form-control {
      margin-bottom: 50px;
   }
   
   span.wpcf7-not-valid-tip {
      margin-top: -50px !important;
      margin-bottom: 50px !important;
   }
   
   div.wpcf7-response-output {
      padding: 3.5em 1em 0.2em !important;
   }

   .contactUs select.form-control {
      margin-bottom: 0;
   }

   .contactUs form .btn {
      margin-top: -16px;
      float: right;
   }
}

@media (min-width: 992px) {
   .contactUs .textArea {
      padding-top: 42px;
      padding-bottom: 160px;
      padding-right: 15px;
   }
}




/* #################### PRESS #################### */
.pressItem {
   width: 100%;
   background-color: white;
   -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
           box-shadow: 0 1px 3px 1px rgba(0,0,0,0.1);
   margin-bottom: 10px;
   padding: 23px 30px 19px 30px;
   display: block;
   text-align: center;
   text-decoration: none;
   cursor: pointer;
}

.pressItem:hover {
   text-decoration: none;
}

.pressItem .pressLogo {
   width: 100%;
   height: 30px;
   margin-bottom: 25px;
   margin-top: 5px;
   
}

.pressItem img {
   margin-bottom: 25px;
   position: relative;
   top: 50%;
   transform: translateY(-50%);
   max-height: 100%;
}

.pressItem h2 {
   margin-bottom: 22px;
   font-size: 24px;
   line-height: 30px;
}

.pressItem p {
   color: #402110;
   font-weight: 700;
   font-size: 12px;
   line-height: 15px;
   text-transform: uppercase;
}

@media (min-width: 768px) {
   .pressItem {
      margin-bottom: 30px;
   }
}










/* #################### STUFF #################### */
/* ########## STUFF STUFF ########## */
.verticalCenter {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.transition {
	-webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
           transition: all .25s ease-in-out;
}

@media (min-width: 992px) {
	
}




