


/****** FONTS ******/


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

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

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






/********** GLOBAL STYLES ************/


label.error { display: none !important; }

input[type="text"].error, textarea.error { border-color: red !important; }

.default-btn1 {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    padding: 0 26px;
}

.default-btn1:hover { background-color: rgba(255, 255, 255, 0.3); }

.close-btn {
    background: url(../img/close-icon.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    z-index: 9
}

.form-rnd ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.7); } /* WebKit */
.form-rnd :-moz-placeholder { color: rgba(255, 255, 255, 0.7); } /* Firefox 18- */
.form-rnd ::-moz-placeholder { color: rgba(255, 255, 255, 0.7); } /* Firefox 19+ */
.form-rnd :-ms-input-placeholder { color: rgba(255, 255, 255, 0.7); } /* IE 10+ */

.form-rnd textarea::-webkit-input-placeholder { color: #a9a3a3; } /* WebKit */
.form-rnd textarea:-moz-placeholder { color: #a9a3a3; } /* Firefox 18- */
.form-rnd textarea::-moz-placeholder { color: #a9a3a3; } /* Firefox 19+ */
.form-rnd textarea:-ms-input-placeholder { color: #a9a3a3; } /* IE 10+ */

header .the-top-bar {
    background: white;
    border-bottom: 1px dotted #e5e5e5;
    height: 30px;
}

header .the-top-bar .top-options { margin-bottom: 0; }

header .the-top-bar .top-options li {
    border-right: 1px solid #e5e5e5;
    padding-right: 1.375rem;
}

header .the-top-bar .top-options li:last-child { 
    border-right: 0;
    padding-right: 0;
}

header .the-top-bar .top-options a {
    color: #a4a4a4;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
}

header .top-section {
    background-color: white;
    height: 64px;
}

header .top-section .logo { margin: 0; }

header .top-section .logo a {
    background: url(../img/logo.png) no-repeat left center;
    background-size: auto 100%;
    display: block;
    height: 70px;
    margin-top: 20px;
    position: relative;
    text-indent: -999999px;
    width: 170px;
    z-index: 99;
}

header .top-section h2 {
    color: #646464;
    font-family: "Avenir-Light";
    font-size: 24px;
    height: 100%;
    line-height: 64px;
    margin: 0;
}

header .top-section h2 span.plus-icon {
    background: url(../img/plus-icon.png) no-repeat center center;
    background-size: auto 24px;
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    width: 50px;
}

header .top-section h2 span.word2 { font-family: "Avenir-Roman"; }

header .banner-section {
    /*background: url(../img/banner-header.jpg) no-repeat center top;
    background-size: cover;*/
    height: 440px;
    position: relative;
}

header #video-bg-block {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

header #the-header-content {
    background: url(../img/logo-big2.png) no-repeat center 10px;
    background-size: 67% auto;
    position: relative;
    z-index: 1;
}

header .banner-section .banner-text { margin-top: 200px; }

header .banner-section .banner-text p.thin {
    font-family: "Avenir-Light";
    font-size: 36px;
    margin-bottom: -28px;
    text-transform: uppercase;
}

header .banner-section .banner-text p.normal {
    font-family: "Avenir-Roman";
    font-size: 48px;
    text-transform: uppercase;
}

header .banner-section .initial-content { 
    height: 440px;
    margin-bottom: -26px;
    position: relative; 
    top: -26px;
}

header .banner-section .normal-content {
    height: 100%;
    left: 0;
    padding-bottom: 20px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

header .banner-section .contact-btn { margin-top: 230px; }

header .banner-section .form-content {
    background: rgba(0, 0, 0, 0.9);
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 30px 90px 50px 70px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

header .banner-section .form-content h4.top-title {
    border-width: 0;
    border-style: solid;
    border-bottom-width: 1px;
    font-family: "Avenir-Light";
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 20px;
    padding-bottom: 50px;
}

header .banner-section .form-content h4.top-title span { 
    display: block;
    font-family: "Avenir-Book"; 
    font-size: 64px;
    text-indent: 30px;
    text-transform: none;
}

header .banner-section .form-content label {
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    vertical-align: -40%;
}

#contact-form1 input[type="text"] {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    
    background: transparent !important;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-color: #7f7a77;
    display: inline-block;
    padding-left: 0;
    width: 80%;
}

#contact-form1 select {
    -webkit-appearance: none;
    background: url(../img/selector.png) no-repeat right center;
    background-size: auto 100%;
    display: inline-block;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-color: #7f7a77;
    text-transform: lowercase;
    width: 70%;
}

#contact-form1 textarea {
    background: #898584 !important;
    border: 1px solid #66625f;
    margin-top: 5px;
}

header .banner-section .form-content input[type="submit"] {
    background-image: url(../img/arrow-right2.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    border: 0;
    font-family: "Avenir-Light";
    font-size: 20px;
    height: 40px;
    margin-bottom: 20px;
    padding: 0 40px 0 20px;
    width: 180px;
}

header .banner-section .form-content p.bottom-info {
    font-family: "Avenir-Light";
    font-size: 24px;
    margin-top: 80px;
    opacity: 0.4;
}

header nav.top-bar { padding: 0; }

header .menu-section { 
    height: 50px; 
}

header .menu-section .menu-btn { 
    background: url(../img/menu-icon.png) no-repeat center center;
    background-size: 80%;
    cursor: pointer;
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    text-indent: -999999px;
    top: -50px;
    width: 50px;
    z-index: 8;
}

header .menu-section.fixed .menu-btn { top: 0; }

header .menu-section .menu-btn.close {
    background-image: url(../img/close-icon.png);
}

header .menu-section a {
    display: block;
    font-family: "Avenir-Light";
    font-size: 22px;
    line-height: 50px;
}

header .menu-section a:hover { opacity: 0.7; }

header .submenu {
    background-color: #e2e6e7;
    overflow: hidden;
    position: relative;
    height: 0;
    z-index: 9;
}

header .submenu .columns { 
    border-right: 2px solid #808080;
    height: 92px; 
    margin-top: 20px;
}

header .submenu .columns:last-child {
    border-right: 0;
}

header .submenu li { 
    float: none; 
    padding: 6px 0;
}

header .submenu li a {
    color: #808080;
    font-family: "Avenir-Light";
    font-size: 20px;
}

header .submenu li:hover a, header .submenu li a:hover { 
    background: transparent !important; 
    color: #808080 !important;
}

header .nav-mobile {
    background-color: rgba(255, 255, 255, 0.9);
    height: 50px;
    padding: 0;
    position: relative;
}

header .nav-mobile .menu-btn {
    background: url(../img/menu-icon2.png) no-repeat left center;
    background-size: 80%;
    display: none;
    height: 100%;
    left: 5px;
    position: absolute;
    top: 0;
    width: 60px;
}

header .nav-mobile .menu-btn.close { background-image: url(../img/close-icon2.png); }

header .nav-mobile.fixed .menu-btn { display: block; }

header .nav-mobile .menu-list {
    background-color: #e2e6e7;
    overflow: hidden;
    position: absolute;
    height: 0;
    top: 50px;
    width: 100%;
    z-index: 9;
}

header .nav-mobile .menu-list li {
    padding: 10px 0;
    text-align: center;
}

header .nav-mobile ul { margin: 0; }

header .nav-mobile ul.outside li {
    display: none;
    font-family: "Avenir-Roman";
    font-size: 26px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    text-align: right;
    width: 100%;
}

header .nav-mobile ul.outside li a { color: #919294; }

header .nav-mobile ul.outside li.active { display: block; }

footer {
    background: url(../img/footer-bg.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 34px;
}

footer input[type="text"] {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    
    background: transparent !important;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-color: #7f7a77 !important;
}

footer textarea {
    background: #898584 !important;
    border: 1px solid #66625f;
}

footer input[type="submit"] {
    background-image: url(../img/arrow-right2.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    border: 0;
    font-family: "Avenir-Light";
    font-size: 20px;
    height: 40px;
    margin-bottom: 20px;
    padding: 0 40px 0 20px;
    width: 180px;
}

footer h4 {
    font-family: "Avenir-Roman";
    font-size: 26px;
}

footer p.location-info {
    color: #938b89;
    font-family: "Avenir-Light";
    font-size: 18px;
}

footer .navigation-menu ul { 
    list-style: none; 
    margin: 0;
}

footer .navigation-menu a {
    color: #9f9999;
    font-family: "Avenir-Book";
    font-size: 18px;
}

footer .social { 
    position: relative;
    top: 50px;
    width: 200px; 
}

footer .social li { padding: 0; }

footer .social li a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 100px;
    text-indent: -999999px;
    width: 100px;
}

footer .social li a.facebook { background-image: url(../img/facebook-icon.png); }
footer .social li a.dribble { background-image: url(../img/dribble-icon.png); }
footer .social li a.pinterest { background-image: url(../img/pinterest-icon.png); }
footer .social li a.twitter { background-image: url(../img/twitter-icon.png); }

footer .logo {
    background: url(../img/logo.png) no-repeat left center;
    background-size: auto 100%;
    display: block;
    height: 70px;
    left: -50px;
    position: relative;
    text-indent: -999999px;
    top: 100px;
    width: 170px;
}

footer .arrows-btn {
    background: url(../img/footer-arrows.png) no-repeat center center;
    background-size: 100% auto;
    display: block;
    height: 60px;
    position: relative;
    right: 0px;
    top: -120px;
    width: 40px;
}

footer .second-part { margin-top: -40px; }

footer .bottom-line {
    background-color: #231f20;
    height: 60px;
}

footer .bottom-line .columns { height: 60px; }

footer p.copyright {
    color: #4f4b4c;
    font-family: "Avenir-Light";
    font-size: 21px;
    height: 60px;
    line-height: 60px;
    margin: 0;
}

#alert-box {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

#alert-box .back {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#alert-box .front {
    -webkit-box-shadow: 0 0 50px 2px black;
    box-shadow: 0 0 50px 2px black;
    
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid #6e6966;
    left: 50%;
    margin-left: -150px;
    padding: 30px;
    position: absolute;
    top: 30%;
    width: 300px;
}

#alert-box .front p {
    font-family: "Avenir-Book";
    font-size: 32px;
    margin: 0;
    text-align: center;
}






/********** HOME PAGE STYLES ************/


#home-page .about-section { 
    background-color: white; 
    padding-bottom: 40px;
}

#home-page .about-section h3 { 
    color: #919294;
    font-family: "Avenir-Roman";
    font-size: 36px;
    margin: 30px 0 20px 0;
}

#home-page .about-section p {
    color: #535353;
    font-family: "Avenir-Light";
    font-size: 22px;
}

#home-page .about-section p span.logo {
    background: url(../img/text-logo.png) no-repeat left center;
    background-size: auto 80%;
    display: inline-block;
    height: 32px;
    vertical-align: top;
    text-indent: -999999px;
    width: 84px;
}

#home-page .team-section { background-color: #58595b; }

#home-page .team-section h3 { 
    font-family: "Avenir-Roman";
    font-size: 36px;
    height: 120px;
    line-height: 100px;
    margin: 0;
} 

#home-page .team-section .slider { margin-top: -120px; }

#home-page .team-section .slick-slide { padding: 0; }

#home-page .team-section .slick-prev {
    background: url(../img/arrow-left2.png) no-repeat center center;
    background-size: auto 100%;
    height: 50px;
    left: -40px;
    width: 50px;
}

#home-page .team-section .slick-next {
    background: url(../img/arrow-right3.png) no-repeat center center;
    background-size: auto 100%;
    height: 50px;
    right: -40px;
    width: 50px;
}

#home-page .team-section .slick-prev:before, #home-page .team-section .slick-next:before { content: ""; }

#home-page .team-section .slick-disabled { display: none !important; }

#home-page .team-section img { 
    margin-top: 120px;
    position: relative;
    width: 100%; 
    z-index: 1;
}

#home-page .team-section .info1 { 
    padding: 10px; 
    position: relative;
    z-index: 1;
}

#home-page .team-section .info1 p { 
    font-family: "Avenir-Light";
    font-size: 18px;
    font-style: italic;
    margin: 10px 0 0 0;
}

#home-page .team-section .info1 p.roles { font-style: normal; } 

#home-page .team-section .shadow-line1 {
    -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.8);
    
    left: 0;
    height: 394px;
    position: absolute;
    top: 120px;
    width: 0px;
}

#home-page .team-section .shadow-line2 {
    -webkit-box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.8);
    
    height: 394px;
    position: absolute;
    right: 0;
    top: 120px;
    width: 0px;
}

#home-page .team-section .info2 {
    background-color: #dce0e1;
    height: 514px;
    padding: 30px;
    padding-bottom: 0;
    position: relative;
}

#home-page .team-section p.quote {
    color: #95999a;
    font-family: "Avenir-Light";
    font-size: 14px;
    height: 66px;
    line-height: 22px;
}

#home-page .team-section .info2 p.description {
    color: #636768;
    font-family: "Avenir-Roman";
    font-size: 17px;
    line-height: 22px;
    height: 316px;
}

#home-page .team-section .info2 p.description span { 
    color: #434446; 
    font-size: 14px;
}

#home-page .team-section .links a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 50px;
    text-indent: -999999px;
    width: 50px;
}

#home-page .team-section .links { margin: 0; }

#home-page .team-section .links li { margin: 0 0 0 5px; }

#home-page .team-section .links a.linkedin { background-image: url(../img/linkedin-icon.png); }
#home-page .team-section .links a.mail { background-image: url(../img/mail-icon.png); }

#home-page .incubator-section {
    background: url(../img/incubator-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 460px;
    position: relative;
}

#home-page .incubator-section h3 {
    font-family: "Avenir-Roman";
    font-size: 36px;
    height: 120px;
    line-height: 160px;
    margin: 0;
}

#home-page .incubator-section p.special-text {
    color: #e5dfe1;
    font-family: "Avenir-Light";
    font-size: 24px;
    line-height: 32px;
}

#home-page .incubator-section p.special-text span { display: block; }

#home-page .incubator-section p.special-text .line1 { text-indent: 20px; }
#home-page .incubator-section p.special-text .line2 { text-indent: 35px; }
#home-page .incubator-section p.special-text .line3 { text-indent: 50px; }
#home-page .incubator-section p.special-text .line4 { text-indent: 70px; }

#home-page .incubator-section .diagram {
    background: url(../img/diagram.png) no-repeat 30px center;
    background-size: auto 100%;
    height: 220px;
    width: 580px;
}

#home-page .incubator-section .floating-text {
    width: 315px;
}

#home-page .incubator-section .floating-text p {
    font-family: "Avenir-Light";
    font-size: 42px;
    line-height: 44px;
}

#home-page .incubator-section .floating-text p span { 
    display: block;
    font-family: "Avenir-Book"; 
    font-size: 64px;
    text-indent: 30px;
}

#home-page .incubator-section .floating-text .info-btn { 
    margin: 30px 10px 0 0; 
    position: relative;
    z-index: 2;
}

#home-page .incubator-section .blur-bg {
    background: url(../img/incubator-blur-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#home-page .incubator-section .more-info {
    background: url(../img/incubator-more-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 460px;
    position: relative;
}

#home-page .incubator-section .more-info .slider, #home-page .incubator-section .more-info .slick-slide { height: 460px; }

#home-page .incubator-section .more-info p {
    color: rgba(255, 255, 255, 0.8);
    font-family: "Avenir-Light";
    font-size: 24px;
    line-height: 34px;
    margin: 32px 0 0 0;
    padding: 0 5% 0 25%;
}

#home-page .incubator-section .more-info p img {
    display: inline-block;
    height: 70px;
    margin: 0 10px 0 -30%;
    vertical-align: -35%;
}

#home-page .incubator-section .slick-prev {
    background: url(../img/arrows-up.png) no-repeat center center;
    background-size: auto 100%;
    bottom: auto;
    height: 30px;
    left: 50%;
    margin-left: -65px;
    top: 15px;
    width: 130px;
}

#home-page .incubator-section .slick-next {
    background: url(../img/arrows-down.png) no-repeat center center;
    background-size: auto 100%;
    bottom: -10px;
    height: 30px;
    right: 50%;
    margin-right: -65px;
    top: auto;
    width: 130px;
}

#home-page .incubator-section .slick-prev:before, #home-page .incubator-section .slick-next:before { content: ""; }

#home-page .incubator-section .slick-disabled { display: none !important; }

#home-page .startup-section { 
    position: relative; 
    z-index: 3;
}

#home-page .startup-section .content-container { 
    height: 670px;
    margin-top: -28px;
    position: relative; 
}

#home-page .startup-section .initial-content {
    height: 100%;
    left: 0;
    padding-bottom: 20px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#home-page .startup-section .form-content {
    background: url(../img/startups-start-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 50px 90px 50px 70px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

#home-page .startup-section h4.top-title {
    border-width: 0;
    border-style: solid;
    border-bottom-width: 1px;
    font-family: "Avenir-Light";
    font-size: 42px;
    line-height: 44px;
    margin-bottom: 20px;
    padding-bottom: 50px;
}

#home-page .startup-section h4.top-title span { 
    display: block;
    font-family: "Avenir-Book"; 
    font-size: 64px;
    text-indent: 30px;
    text-transform: none;
}

#home-page .startup-section .form-content label {
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    vertical-align: -40%;
}

#home-page .startup-section .form-content input[type="text"] {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    
    background: transparent !important;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-color: #7f7a77 !important;
    display: inline-block;
    padding-left: 0;
    width: 80%;
}

#home-page .startup-section .form-content select {
    -webkit-appearance: none;
    background: url(../img/selector.png) no-repeat right center;
    background-size: auto 100%;
    display: inline-block;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-color: #7f7a77 !important;
    padding-left: 40px;
    text-transform: lowercase;
    width: 70%;
}

#home-page .startup-section .form-content textarea {
    background: #898584 !important;
    border: 1px solid #66625f;
    margin-top: 5px;
}

#home-page .startup-section .form-content input[type="submit"] {
    background-image: url(../img/arrow-right2.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    border: 0;
    font-family: "Avenir-Light";
    font-size: 20px;
    height: 40px;
    margin-bottom: 20px;
    padding: 0 40px 0 20px;
    width: 180px;
}

#home-page .startup-section .form-content p.bottom-info {
    font-family: "Avenir-Light";
    font-size: 24px;
    margin-top: 80px;
    opacity: 0.4;
}

#home-page .startup-section h3 {
    color: #919294;
    font-family: "Avenir-Roman";
    font-size: 36px;
    height: 100px;
    line-height: 150px;
    margin: 0;
}

#home-page .startup-section h4 {
    font-family: "Avenir-Light";
    font-size: 60px;
    margin: 0 0 20px 0;
}

#home-page .startup-section h4 span {
    color: #416ea5;
    font-family: "Avenir-Roman";
    font-weight: bold;
    text-transform: uppercase;
}

#home-page .startup-section .startup-icon {
    background: url(../img/startup-icon.png) no-repeat center top;
    background-size: 70% auto;
    height: 140px;
}

#home-page .startup-section p.info { 
    color: #808080; 
    font-family: "Avenir-Light";
    font-size: 24px;
    margin: 0;
    text-align: center;
}

#home-page .startup-section .ideas h5 {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 64px;
    color: #416ea5;
    font-family: "Avenir-Roman";
    font-size: 21px;
    line-height: 26px;
    margin: 0;
    padding-top: 70px;
}

#home-page .startup-section .ideas h5.idea0 { background-image: url(../img/idea0.png); }
#home-page .startup-section .ideas h5.idea1 { background-image: url(../img/idea1.png); }
#home-page .startup-section .ideas h5.idea2 { background-image: url(../img/idea2.png); }
#home-page .startup-section .ideas h5.idea3 { background-image: url(../img/idea3.png); }

#home-page .startup-section .ideas h6 {
    background: url(../img/arrow-down.png) no-repeat center bottom;
    background-size: auto 30px;
    cursor: pointer; 
    font-family: "Avenir-Book";
    font-size: 21px;
    font-style: italic;
    height: 60px;
    margin: 0;
    padding-bottom: 40px;
}

#home-page .startup-section .service-box {
    background: url(../img/service-box.png) no-repeat center center;
    background-size: 100% 100%;
    left: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 9;
}

#home-page .startup-section .service-box .inner {
    height: 100%;
    padding: 20px 24px 20px 20px;
    width: 100%;
}

#home-page .startup-section .service-box p.top-text {
    color: #f0f7f0;
    font-family: "Avenir-Light";
    font-size: 18px;
    font-style: italic;
    line-height: 24px;
    margin: 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#home-page .startup-section .service-box p.top-text span { 
    display: block;
    margin: 10px 7px; 
}

#home-page .startup-section .service-box p.desc {
    color: white;
    font-family: "Avenir-Light";
    font-size: 16px;
    line-height: 22px;
    margin: 5px 20px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

#home-page .startup-section .service-box p.gets {
    color: #396c97;
    font-family: "Avenir-Roman";
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 10px;
    text-indent: 20px;
}

#home-page .startup-section .service-box p.gets span {
    background: url(../img/service-star.png) no-repeat 10px center;
    background-size: auto 26px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    padding: 5px 40px;
    text-indent: 0px;
}

#home-page .startup-section .service-box p.gets span:first-child {
    border-top: 0;
    margin-top: 5px;
}

#home-page .startup-section .service-box .close-btn {
    bottom: 25px;
    left: 22px;
    right: auto;
    top: auto;
}

#home-page .startup-section .service-box .contact-btn {
    bottom: 30px;
    font-size: 15px;
    height: 30px;
    line-height: 26px;
    padding: 0 15px;
    position: absolute;
    right: 30px;
}

#home-page .startup-section .start-btn { margin-top: 36px; }

#home-page .startup-section .start-btn:hover { background-color: rgba(69, 165, 216, 0.2); }




#home-page .projects-section { 
    height: 490px; 
    position: relative;
    z-index: 1;
}

#home-page .projects-section h3 { 
    font-family: "Avenir-Roman";
    font-size: 36px;
    height: 100px;
    line-height: 100px;
    margin: -100px 0 0 0;
    position: relative;
    top: 100px;
    z-index: 2;
} 

/* #home-page .projects-section .slider { margin-top: -100px; } */

#home-page .projects-section .slider .slick-dots {
    bottom: auto;
    left: 50%;
    margin-left: 450px;
    top: 50%;
    width: 30px;
}

#home-page .projects-section .slick-dots li {
    height: 30px;
    width: 30px;
}

#home-page .projects-section .slick-dots li button:before {
    color: white;
    font-size: 28px;
    opacity: 0.5;
}

#home-page .projects-section .slick-dots li.slick-active button:before {
    color: #45a5d8;
    opacity: 1;
}

#home-page .projects-section .proj-box { 
    height: 490px; 
    position: relative;
}

#home-page .projects-section .bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 440px;
    padding-top: 100px;
}

#home-page .projects-section .proj-box .row {
    position: relative;
    top: -340px;
}

#home-page .projects-section img.title { 
    display: block;
    margin: 0px 0 0 -20px;
    /*width: 280px;*/
    height: 150px;
}

#home-page .projects-section p.description {
    font-family: "Avenir-Book";
    font-size: 36px;
    line-height: 40px;
    text-shadow: 1px 1px 1px black;
}

#home-page .projects-section img.preview { 
    display: block;
    margin-left: 70px;
    width: 220px; 
}





#home-page .stats-section {
    background: url(../img/stats-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 494px;
    margin-top: -50px;
    padding: 60px 0 30px 0;
    position: relative;
}

#home-page .stats-section h3 { 
    font-family: "Avenir-Roman";
    font-size: 36px;
    height: 100px;
    line-height: 120px;
    margin: -62px 0 0 0;
} 

#home-page .stats-section .stores-block-container {
    background: url(../img/stats-stores-block-frame.png) repeat-x;
    background-size: 100% 100%;
    height: 254px;
    margin-top: -310px;
    position: relative;
    width: 55%;
    z-index: 2;
}

#home-page .stats-section .stores-block {
    background: url(../img/stats-stores-block.png) no-repeat center right;
    background-size: auto 100%;
    height: 254px;
    padding: 28px 0;
    width: 760px;
}

#home-page .stats-section .info1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-family: "Avenir-Light";
    font-size: 24px;
    padding-bottom: 3px;
    width: 350px;
}

#home-page .stats-section img.box1 {
    margin: -20px 0 0 25%;
    width: 260px;
}

#home-page .stats-section .box2-container { 
    margin-left: 25%;
    position: relative; 
    width: 290px;
}

#home-page .stats-section img.box2 { width: 100%; }

#home-page .stats-section .info-btn {
    background: url(../img/info-icon.png) no-repeat center center;
    background-size: 100% 100%;
    bottom: 0;
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 0;
    width: 40px;
}

#home-page .stats-section .initial-content {
    height: 100%;
    left: 0;
    padding-top: 60px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#home-page .stats-section .info-expanded {
    background: url(../img/stats-info-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

#home-page .stats-section .info-expanded .text-part { 
    padding-top: 40px;
    position: relative; 
}

#home-page .stats-section .info-expanded .close-btn {
    left: 0;
    right: auto;
}

#home-page .stats-section .info-expanded .text-part h4 {
    border-bottom: 1px solid #284d61;
    display: inline-block;
    font-family: "Avenir-Light";
    font-size: 24px;
    font-style: italic;
    margin-left: 10px;
}

#home-page .stats-section .info-expanded .text-part p {
    font-family: "Avenir-Light";
    font-size: 18px;
    line-height: 24px;
}

#home-page .stats-section .info-expanded .text-part img.circles {
    display: block;
    margin: 0 auto;
    width: 70%;
}

#home-page .stats-section .info-expanded img.preview { 
    display: block;
    margin: 0 auto;
    width: 86%;
}

#home-page .clients-section h3 {
    color: #919294;
    font-family: "Avenir-Roman";
    font-size: 36px;
    margin: 30px 0 20px 0;
}

#home-page .clients-section .slider-for { 
    margin: 0 auto;
    width: 85%; 
}

#home-page .clients-section .slider-for .slick-slide { 
    padding-bottom: 40px;
    position: relative; 
}

#home-page .clients-section .slider-for img.back { 
    display: block;
    margin: 0 auto;
    width: 95%; 
}

#home-page .clients-section .slider-for img.front {
    left: 2%;
    position: absolute;
    top: 0;
    width: 96%;
}

#home-page .clients-section .slider-for img.front.pc { 
    /*bottom: 0;
    left: auto;
    margin-left: auto;
    right: 0;
    top: auto;
    width: 80%;*/
}

#home-page .clients-section .slider-for a.link {
    background: url(../img/link-icon.png) no-repeat center center;
    background-size: 100% 100%;
    height: 68px;
    position: absolute;
    right: 25px;
    top: 5px;
    width: 68px;
}

#home-page .clients-section .slick-prev {
    background: url(../img/arrow-left.png) no-repeat center center;
    background-size: 100% 100%;
    height: 40px;
    left: -50px;
    width: 50px;
}

#home-page .clients-section .slick-next {
    background: url(../img/arrow-right.png) no-repeat center center;
    background-size: 100% 100%;
    height: 40px;
    right: -50px;
    width: 50px;
}

#home-page .clients-section .slick-prev:before, #home-page .clients-section .slick-next:before { content: ""; }

#home-page .clients-section .nav-part {
    background-color: #f6f6f6;
    height: 186px;
}

#home-page .clients-section .nav-part .slider-nav { 
    margin: 20px 0 0 0;
    width: 100%; 
}

#home-page .clients-section .nav-part .slider-nav .image {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 200%;
    height: 152px;
    margin: 0 auto;
    width: 152px;
}

#home-page .clients-section .nav-part .slider-nav .slick-active .image { background-position: center top; }

#home-page .investors-section {
    background-color: #416ba5;
    padding-bottom: 40px;
}

#home-page .investors-section h3 { 
    font-family: "Avenir-Roman";
    font-size: 36px;
    height: 100px;
    line-height: 120px;
    margin: 0;
} 

#home-page .investors-section p.info {
    font-family: "Avenir-Light";
    font-size: 24px;
    line-height: 32px;
    opacity: 0.9;
}

#home-page .investors-section p.info2 {
    font-family: "Avenir-Roman";
    font-size: 24px;
}

#home-page .investors-section input[type="text"] {
    background: rgba(255, 255, 255, 0.3);
    border: 0;
    display: inline-block;
    font-family: "Avenir-Book";
    font-size: 20px;
    font-style: italic;
    height: 40px;
    text-align: center;
    width: 220px;
}

#home-page .investors-section input[type="submit"] {
    background: transparent;
    display: inline-block;
    font-family: "Avenir-Book";
    margin-left: 10px;
    vertical-align: top;
}

#home-page .investors-section input[type="submit"]:hover { background-color: rgba(255, 255, 255, 0.3);  }

#home-page .careers-section {
    background-color: white;
    padding-bottom: 40px;
}

#home-page .careers-section h3 {
    color: #919294;
    font-family: "Avenir-Roman";
    font-size: 36px;
    margin: 30px 0 20px 0;
}

#home-page .careers-section p {
    color: #919294;
    font-family: "Avenir-Light";
    font-size: 24px;
    line-height: 32px;
}

#home-page .careers-section .columns { opacity: 0.7; }

#home-page .careers-section .columns.active { opacity: 1; }

#home-page .careers-section p.name {
    color: #414141;
    font-size: 20px;
    margin-bottom: 5px;
}

#home-page .careers-section p.role {
    color: #3d6ba7;
    font-size: 22px;
    font-style: italic;
    height: 32px;
    margin-bottom: 15px;
}

#home-page .careers-section .apply-btn {
    background: #3d6ba7 url(../img/arrow-right2.png) no-repeat 90% center;
    background-size: auto 100%;
    display: block;
    font-family: "Avenir-LIght";
    font-size: 24px;
    margin: 0 auto;
    padding: 0 40px 0 20px;
    width: 128px;
}



















