/**
 * Home page fonts
 */
 @font-face {
  font-family: FuturaExtended;
  src: url(./fonts/fonts/FuturaExtended.ttf);
  }
  @font-face {
  font-family: FuturaBold;
  src: url(./fonts/fonts/FuturaBold.TTF);
  }
  @font-face {
  font-family: FuturaLight;
  src: url(./fonts/fonts/FuturaLight.ttf);
  }
  @font-face {
  font-family: Bk;
  src: url(./fonts/fonts/ITC-ITCAvantGardePro-Bk.otf);
  }
  @font-face {
  font-family: BkObl;
  src: url(./fonts/fonts/ITC-ITCAvantGardePro-BkObl.otf);
  }
  @font-face {
  font-family: Bold;
  src: url(./fonts/fonts/ITC-ITCAvantGardePro-Bold.otf);
  }
  @font-face {
  font-family: BoldObl;
  src: url(./fonts/fonts/ITC-ITCAvantGardePro-BoldObl.otf);
  }
  @font-face {
  font-family: Demi;
  src: url(./fonts/fonts/ITC-ITCAvantGardePro-Demi.otf);
  }
  @font-face {
  font-family: DemiObl;
  src: url(./fonts/fonts/ITC-ITCAvantGardePro-DemiObl.otf);
  }
  @font-face {
  font-family: Md;
  src: url(./fonts/fonts/ITC-ITCAvantGardePro-Md.otf);
  }@font-face {
  font-family: MdObl;
  src: url(./fonts/fonts/ITC-ITCAvantGardePro-MdObl.otf);
  }@font-face {
  font-family: XLt;
  src: url(./fonts/fonts/ITC-ITCAvantGardePro-XLt.otf);
  }@font-face {
  font-family: XLtObl;
  src: url(./fonts/fonts/ITC-ITCAvantGardePro-XLtObl.otf);
  }

a, p, h1, h2, h3, h4, h5, h6, div, span, label, input, select, textarea, b, ul, li, table, td, tr, th, button {
    font-family: 'Nunito Sans', sans-serif;
}
body {
	color: #676767;
	font-family: 'Nunito Sans', sans-serif;
	overflow-x: hidden;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
img {
    max-width: 100%;
    height: auto;
}
p {
	font-size: 16px;
}
a {
	color: #f38029;
	text-decoration: none;
}

#logo {
  padding-top: 3px;
}
.main-container {
	/*width: 85%;*/
	margin: 0 auto;
}
.italic {
	font-style: italic;
}
.orange {
	color: #F38029 !important;
}
.topbar {
	padding: 5px 0px;
}
#footer .col-md-2, #footer .col-md-3 {
    padding: 0px;
}
#for-companies a {
    font-family: 'Demi', sans-serif;
    color: #f38029;
    font-size: 14px;
    letter-spacing: 0.25px;
    display: inline-block;
    margin-top: 6px;
    padding-top: 4px;
}
.footer-logo img {
	max-width: 135px;
    margin-bottom: 20px;
}
#wrap {
	background: #fff;
}
#nav {
	float: right;
}

#site-navigation-wrap {
    padding-top: 9px;
}

a > .sf-sub-indicator {
  display: none;
  right: -15px;
  background: url(/images/v2.0/grey-triangle-small-down.png) no-repeat;
  background-position: 0px 3px !important;
}

.sfHover a > .sf-sub-indicator {
  background: url(/images/v2.0/orange-triangle-small-down.png) no-repeat;
  background-position: 0px 3px !important;
}

ul.sf-menu li > ul {
  background: none repeat scroll 0 0 #EDEDED;
  margin-left: -20px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-top: 10px;
  border-bottom: 1px solid #D9D9D9;
  border-top-right-radius: none;
  border-bottom-right-radius: none;
  margin-top: 2px;
}

.sf-shadow ul {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;

  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
}

ul.sf-menu li ul li {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  border: none;
}

ul.sf-menu li ul li a {
  padding: 0.25em 0.5em;
}

/* Country and Language Switcher */
#country-switcher, #langdrop {
  float: left;
  margin-left: 10px;
}

#country-language-switcher {
  margin-top: 5px;
  margin-left: 220px;
}

.chzn-select {
  min-width: 150px;
}

a:hover, #nav a:hover, .ui-widget-content a {
    color: #fff;
}
.autosuggest-table {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}
.autosuggest-table h3 {
    font-size: 14px;
}
.autosuggest-table h5 {
    color: #454545;
    font-size: 12px;
}
.autosuggest-table h3, .autosuggest-table h5 {
    margin-bottom: 2px;
}

#copyright {
	color:#f67b00;
	font-size: 10px;
}
#copyright-wrap {
	background-color: #292824;
	padding: 1px;
	text-align: center;
}
#follow {
	margin: 0 auto;
	width: 245px;
}
#follow .secondary-menu-2 {
  list-style-type: none;
}
.secondary-menu-2 li {
	float: left;
	margin-left: 10px;
}

#footer {
    padding: 50px 0px;
    overflow: hidden;
    background: #f9faf5;
}
#footer a, #footer p, #footer .title {
    color: #7C7C7C;
}
#footer a {
    font-size: 14px;
}
.footer-list li {
    line-height: 26px;
}
.footer-list .title {
    margin-bottom: 7px;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 16px !important;
}
.pad-left-0 {
	padding-left: 0px !important;
}
.pad-right-0 {
	padding-right: 0px !important;
}
.banner-container .row .col-md-3 {
	padding: 0px 8px;
}
.banner-group:hover .overlay-content {
    opacity: 1;
}
.banner-group .overlay-content>h2 {
	margin-bottom: 0px;
}
.banner-group .overlay-content>img {
	width: 200px;
    text-align: center;
    margin: 0 auto;
}
.overlay-content {
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
    background-color: rgba(51,51,51,0.9);
    transition: all 0.5s;
    left: 0px;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 352px;
    padding: 15px 10px 10px;
}
.banner-group {
	position: relative;
	overflow: hidden;
}
.overlay-title {
    font-weight: 800;
    font-size: 18px;
    color: #f38029;
    padding-top: 15px;
    line-height: 24px;
    font-family: 'FuturaBold', sans-serif;
}
.overlay-description {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
    padding-top: 10px;
    font-family: 'Bk', sans-serif;
}
.eat-with-startup {
	position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    left: 0px;
    background-color: rgba(255,255,255,0.9);
}

.sign-up-large {
    min-width: 290px;
    text-align: center;
    padding: 6px 26px;
    font-size: 20px;
    margin-bottom: 40px;
}
.full-width-bg:before,
.full-width-bg:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 9999px;
}
.full-width-bg:before {
    right: 100%;
}
.full-width-bg:after {
    left: 100%;
}
.text-center {
    text-align: center;
}
.fixed-width .section-title {
	font-family: 'Bold', sans-serif;
}
.section-title {
    font-weight: 800;
    font-size: 36px;
    color: #010101;
    padding-bottom: 20px;
    line-height: 42px;
    font-family: 'FuturaBold', sans-serif;
}
.grey-bg {
    background: #f8f8f8;
}
.grey-bg-2 {
	background: #F6F6F6;
}
.section {
    padding: 60px 0px 60px 0px;
}
.inner-title {
    font-size: 24px;
    font-weight: 800;
    color: #404040;
    line-height: 32px;
    margin-bottom: 20px;
    font-family: 'FuturaBold', sans-serif;
}
.lunch-user .inner-title {
	font-size: 28px;
}
.two-col .inner-title {
	padding-top: 15px;
	font-size: 28px;
}
.two-col .section-content {
	font-size: 16px;
}
.section-content {
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    font-family: 'Bk', sans-serif;
}
.img-responsive {
	width: 100%;
}
.section.article .section-content {
	min-height: 150px;
	color:#000;
	font-family: 'Nunito Sans', sans-serif;
}
.lunch-user .col-md-4 {
	padding: 0px 47px;
}
.fixed-width .col-md-4 {
    padding: 0px 44px;
}
.pad-top {
	padding-top: 95px;
}
a.btn-outline {
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    background: transparent;
    border: 2px solid #50d26c;
    color: #50d26c !important;
    border-radius: 50px;
    display: inline-block;
    padding: 8px 31px;
    text-decoration: none;
    outline: none;
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.ui-widget-content {
    border: 0px solid #aaa;
}
.nav-tabs-container {
  border-bottom: 1px solid #ececec;

}
.nav-tabs  {
  margin: 0;
  padding: 0px;
  border: 0px;
  background: transparent;
  list-style-type: none;
}
.nav-tabs li {
  list-style: none;
  border: 0px;
  background: transparent;
  margin-top: 4px;
  padding: 10px 0;
  border-bottom: 4px solid transparent;
  margin-right: 0px;
}

.nav-tabs li.active {
  border-bottom: 4px solid #f38029;
}
.nav-tabs li button {
    cursor: pointer;
    border: none;
    background: none;
    width: 100%;
    color: #f38029;
    font-weight: 800;
    font-size: 16px;
    outline: inherit;
    padding-bottom: 10px;

}

.banner-container .background-image {
    height: 500px;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
}
.banner-container .background-image:before,
.banner-container-mobile .zendesk:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    display: block;
    background-size: 65% !important;
    background-position: center 280px !important;
    text-align: center;
}

/* mobile css */
@media (min-width: 1200px) {
    .nav-tabs li span {

        font-size: 24px;
    }
    #footer .container {
        width: 1180px !important;
    }
    .fixed-width .container,
    #tab-navs > .container:first-child {
        margin: 0 auto;
        width: 85%!important;
    }
    .overlay-content {
        padding: 70px 70px 70px;
        height: 70vh;
    }
    .overlay-title {
        font-weight: 800;
        font-size: 20px;
    }
    .eat-with-startup {
        height: 25vh;
    }
    .overlay-description {
        font-size: 16px;
        line-height: 28px;
    }
    .banner-container .background-image {
        height: 94.7vh;
    }
    .banner-container .background-image:before {
        background-position: center 52vh !important;
        background-size: 210px !important;
    }
    #tab-navs .section-content {
        color: #222222;
        font-weight: 300;
        width: 229px;
        float: right;
        padding-bottom: 30px;
        font-family: 'Bk', sans-serif;
    }
    .tab-left {
        width: 308px;
        text-align: right;
        display: inline-block;
        vertical-align: middle;
        padding-bottom: 60px;
    }
    .tab-right {
        display: inline-block;
        vertical-align: middle;
        padding-left: 30px;
        width: 465px;
    }
}
@media (min-width:768px) and (max-width: 1199px) {
    .sign-up-large {
        min-width: 220px;
        font-size: 16px;
        margin-bottom: 30px;
    }
    .inner-title {
        font-size: 22px;
    }
    .banner-group .overlay-content>img {
        width: 75% !important;
    }

    #tab-navs .section-content {
        font-size: 16px;
    }
    .section-title {
        font-size: 32px;
    }
    .two-col .inner-title {
        font-size: 24px;
        line-height: 28px;
    }
    .pad-top {
        padding-top: 25px;
    }
    #tab-navs .section-content {
        font-size: 18px;
        color: #222222;
        font-weight: 300;
        width: 229px;
        float: right;
        padding-bottom: 30px;
        font-family: 'Bk', sans-serif;
    }
    .tab-container {
        margin: 50px auto 40px auto;
        width: 764px;
    }
    .tab-left {
        width: 295px;
        text-align: right;
        display: inline-block;
        vertical-align: middle;
        padding-bottom: 60px;
    }
    .tab-right {
        display: inline-block;
        vertical-align: middle;
        padding-left: 30px;
        width: 415px;
    }
}
@media (max-width: 767px) {
    /* #footer {
      display: none!important;
    } */

    #yw2 {
      display: none;
    }
    #for-companies {
        display: none;
    }
    .overlay-content {
        min-height: 500px;
    }
    .eat-with-startup {
        position: static;
    }
    .nav-tabs li {
      padding-bottom: 0px;
    }

    .nav-tabs li span  {
        font-size: 16px;
        padding: 0px;
        padding-bottom: 6px;
    }

    #tab-navs .inner-title {
        margin-top: 15px;
    }
    .section-content {
        margin-bottom: 20px;
    }
    .col-md-5 .sign-up-large {
        min-width: 100%;
    }

    .login-menu-custom {
      margin-top: -3px!important;
    }
    .banner-container-mobile .flip-content {
        text-align: center;
        background-color: rgba(51,51,51,0.9);
        padding: 40px 25px;
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
    .banner-container-mobile .zendesk:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        display: block;
        background-size: 65% !important;
        background-position: center 280px !important;
        text-align: center;
    }
    .banner-container-mobile .zendesk {
        background: url('/images/home/banner1.png')no-repeat;
        background-size: cover;
    }
    .banner-container .col-md-3 {
        display: none;
    }
    .flip-content img {
        width: 200px;
    }
}

@media (max-width: 767px) {
  .banner-container-mobile {
    display: none!important;
}

/* .tab-nav > ul li a, .tab-nav > ul li button {
  color: #000;
  font-size: 14px;
}

.user hr.line-sep, .lunch .tab-menu + hr.line-sep {
  display: none;
} */

}
@media (min-width: 768px) {
    .banner-container-mobile {
        display: none!important;
    }
    .text-right {
        text-align: right;
    }
    .banner-container .zendesk .background-image:before,
    .banner-container-mobile .zendesk:before {
        background: url(/images/home/zendesk.png)no-repeat;
    }
    .banner-container .creative .background-image:before {
        background: url(/images/home/creative.png)no-repeat;
    }
    .banner-container .square .background-image:before {
        background: url(/images/home/square.png)no-repeat;
    }
    .banner-container .dropbox .background-image:before {
        background: url(/images/home/dropbox.png)no-repeat;
    }
    .banner-container .zendesk .background-image,
    .banner-container-mobile .zendesk {
        background: url('/images/home/banner1.png')no-repeat;
    }
    .banner-container .creative .background-image {
        background: url('/images/home/banner2.png')no-repeat;
    }
    .banner-container .square .background-image {
        background: url('/images/home/banner3.png')no-repeat;
    }
    .banner-container .dropbox .background-image {
        background: url('/images/home/banner4.png')no-repeat;
    }
    .banner-container .row {
        margin-left: -8px;
        margin-right: -8px;
    }
}

