/* overview.css.en

   developer:   suef
   requires:    global.css.en
                /common/framework/css/framework.en.css
   ========================================================================== */

.downloads-and-links .inner {
    padding: 3.5rem 1rem 0;
}
.download-container {
    background: #f8f8f8;
    box-shadow: inset 0 10px 0 -5px #dd1100;
    border: 1px solid #b7b7b7;
    padding: .5rem 0 0;

}

.main-links-container {
    display: inline-block;
    text-align: left;
    width: 100%;
}
.main-links-container img {
    margin: .5rem .5rem 0 0;
    vertical-align: top;
}
.main-links div {
    display: inline-block;
    vertical-align: top;
    margin: 1rem 1rem 0 0;
}

.main-links a {
    display: block;
    font-weight: 600;
    margin: 0 0 .5rem;
    text-align: left;
    font-size: .95rem;
}
.licensing .inner {

}
.licensing .intro {
    max-width: 54%;
}
.licensing.section h3 {
    font-size: 1.125rem;
}
.licensing.section h3.blue {
    margin: 2rem 0 .5rem;
}
.licensing-cloud-box {
    background: url('/engine/img/wolfram-cloud2x.png') no-repeat 1rem 1rem;
    background-size: 3.94rem auto;
    border: 1px solid #b7b7b7;
    margin: 1.5rem 0 0;
    padding: 1rem 1rem 1rem 6rem;
}

a.chevron-after.orange {
    color: #ed7200;
}
a.chevron-after.orange:hover {
    color: #dd1100!important;
}
.link-img p {
    font-size: 1.25rem;
    font-weight: 300;
    margin: .8rem 0;
}
.link-img a {
    color: #414141;
}
.link-img p:first-of-type {
    margin: 0;
}
.platforms .link-img p {
    margin: 0;
}
.platforms svg {
    fill: #ed7200;
}
.link-img img, .link-img svg {
    display: inline-block;
    margin: 0 .8rem 4px 0;
    vertical-align: middle;
}
.link-img ul {
    margin: 0 0 0 2.4rem;
}

a.button.medium.linux { margin: 1rem .6rem; }

.download-for.fixed a.button.medium.linux { margin: 1rem 0.6rem; }

.download-for.fixed {
    background: #dd1100;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 1.5rem 1rem;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 100;
    animation-name: downloadsShow;
    animation-duration: 1s;
/* 	max-width: 1000rem; */
    width: 100%;
}
.download-for.fixed .show-later {
    color: #fff;
    display: block;
    margin: 0 0 1rem;
}
.download-for.fixed .button {
    color: #dd1100;
    background: #fff;
}
.download-for.fixed a.button:hover {
    color: #fff;
    background: #f77700;
}
.download-for.fixed svg {
    fill: #dd1100;
}
.download-for.fixed a.button:hover svg {
    fill: #fff;
}
.inner svg {
    width: 26px;
    vertical-align: middle;
}
.linux svg {
    width: 28px;
}
.windows svg {
    width: 20px;
}
.button svg {
    fill: #fff;
    margin: 0 .3rem .2rem 0;
    width: 18px;
    vertical-align: middle;
}
.button.linux svg {
    width: 20px;
}
.button.windows svg {
    width: 14px;
}

#products {
	display:none;
}

.MAC #win-version, .LINUX #win-version, .WIN #mac-version, .LINUX #mac-version, .WIN #linux-version, .MAC #linux-version {
	display:none;
}

.WIN #win-version, .MAC #mac-version, .LINUX #linux-version  {
	display:block;
}

main p.intro-license  {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
}

.more-about {
    padding-top: 10px;
    clear: both;
}

@keyframes downloadsShow {
    0% {
        bottom: -200px;
    }
    100% {
        bottom: 0;
    }
}
/* styles for small screens (1200px)
   ========================================================================== */
@media all and (max-width: 1200px) {
    .licensing .inner {
        background-size: 35% auto;
    }
}
/* styles for small screens (900px)
   ========================================================================== */
@media all and (max-width: 900px) {

}
/* styles for small screens (600px)
   ========================================================================== */
@media all and (max-width: 600px) {}
/* styles for small screens (600px)
   ========================================================================== */
@media all and (max-width: 600px) {

    .licensing .inner {
        background-size: 28% auto;
    }
    .licensing .intro {
        max-width: 58%;
    }

}
