

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../packages/startups_frontpage_carousel/blocks/startups_frontpage_carousel/templates/default/fonts/glyphicons-halflings-regular.eot');
    src: url(https://www.lanzatesolo.cl/packages/startups_frontpage_carousel/blocks/startups_frontpage_carousel/templates/default/fonts/glyphicons-halflings-regular.eot?#iefixx') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url(https://www.lanzatesolo.cl/packages/startups_frontpage_carousel/blocks/startups_frontpage_carousel/templates/default/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregularr') format('svg');
}


.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 190px;
    left: 19px;
    z-index: 15;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    margin-right: 3px;
    text-indent: -999px;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgb(155, 154, 158);
}

.carousel-indicators .active {
    background-color: rgb(112, 110, 113);
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}


.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.btButtonOverlay {
    width: 100%;
    height: 190px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 15;
    white-space: nowrap;
}

.btGreenButton {
    background-color: rgb(3, 119, 38);
    color: rgb(255, 255, 255);
    padding: 30px 50px;
    border: 1px solid rgb(202, 205, 205);
    margin: 52px 0 0 115px;
    width: 338px;
    height: 25px;
    display: inline-block;
    font-size: 17px;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-align: center;
}

.btGreenButton a{
    color:rgb(255,255,255);
}

.btGreenButton:hover{
    background-color:rgb(124,188,145);
}

.btPartnerOverlay {
    position: absolute;
    top: 5px;
    right: 0;
    height: 70.2%;
    width: 14.68%;
    min-width: 165px;
    z-index: 15;
}

.btPartnerOverlay > a {
    height: 13%;
    display: block;
    margin-bottom: 5px;
}

.btPartnerButton {
    background-color: rgb(249, 249, 249);
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.20);
    height: 100%;
    width: 100%;
    display: inline-block;
}

.btPartnerButton > div.nologo, .btPartnerButton > div.nohide {
    background-size: 0;
    display: table;
    width: 100%;
    height: 100%;
}

.btPartnerButton > div {
    background-position:center center;
    background-repeat:no-repeat;
    width: 100%;
    height: 100%;
}

.btPartnerButton > div.nologo p, .btPartnerButton > div p.nohide {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.btPartnerButton > div p {
    display: none;
    vertical-align: middle;
    text-align: center;
}

.btPartnerButton > div p.bold {
    font-weight: bold;
}


#btPartnerLogo12{
    background-image: url(../packages/startups_frontpage_carousel/blocks/startups_frontpage_carousel/templates/default/img/partner/aduno.png);
}

#btPartnerLogo13{
    background-image: url(../packages/startups_frontpage_carousel/blocks/startups_frontpage_carousel/templates/default/img/partner/creditreform.png);
}

#btPartnerLogo6{
    background-image: url(../packages/startups_frontpage_carousel/blocks/startups_frontpage_carousel/templates/default/img/partner/postFinance.png);
}

#btPartnerLogo10{
    background-image: url(../packages/startups_frontpage_carousel/blocks/startups_frontpage_carousel/templates/default/img/partner/sage.png);
}

#btPartnerLogo41{
    background-image: url(../packages/startups_frontpage_carousel/blocks/startups_frontpage_carousel/templates/default/img/partner/swisscom.png);
}

#btPartnerLogo4{
    background-image: url(../packages/startups_frontpage_carousel/blocks/startups_frontpage_carousel/templates/default/img/partner/winterthur.png);
}
