/*
| Template created by Kadir Hanoglu
| Author: Kadir Hanoglu
| URL: https://www.kadirhanoglu.com
| Create Date: 03.10.2018
| Last Update: 03.10.2018
| File: os-page.css
*/

.os-list {
    margin-top: 40px;
    margin-bottom: 40px;
}

.os-list article {
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.1);
    width: 19%;
    margin: 6px 0.5%;
    padding: 15px;
    float: left;
    text-align: center;
}

.os-list article h3 {
    font-size: 1.2em;
    margin: 0;
}

.os-list article .os-icon {
    font-size: 6em;
}

.platform-windows .os-icon {
    color: #037bd7;
}

.platform-linux .os-icon {
    color: #333;
}

.platform-android .os-icon {
    color: #a4ca39;
}

.os-page h1 {
	font-size: 2.2em;
	line-height: 1.6em;
	display: block;
	padding: 15px 20px;
	margin: 0 0 15px 0;
	color: #00adfe;
	border-bottom: 2px dashed #fafafa;
}

.os-picture {
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}

.os-picture .os-item-crack {
	background-color: rgba(255, 255, 255, 0.8);
	color: #4CAF50;
	position: absolute;
	display: block;
	width: 100%;
    padding: 10px 0;
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
    top: 34px;
    left: -90px;
	box-shadow: 0 1px 10px rgba(0,0,0,0.1);
	transform: rotate(-45deg);
}

.os-details {
	margin: 15px 0;
}

.os-details ul {
    margin: 0;
    padding: 0;
}

.os-details li {
	background-color: #fafafa;
    list-style: none;
    padding: 12px 15px;
    border-radius: 25px;
}

.os-details li:nth-child(odd) {
	background-color: #fff;
}

.os-details li strong {
	color: #00aeff;
	margin-right: 8px;
}

.os-content {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	color: #000;
	line-height: 2em;
}

.os-content-item {
	margin: 50px 0;
}

.os-pictures {
	height: 360px;
}

.os-pictures ul {
	margin: 0;
	padding: 0;
}

.os-pictures li {
    list-style: none;
}

.os-pictures li {
	list-style: none;
	float: left;
	width: 33%;
	padding: 2px;
}

.os-download {
    text-align: center;
}

.os-download > a {
    color: #fff;
    display: inline-block;
    position: relative;
    text-shadow: 0 1px 1px #005609;
    border-radius: 4px;
    overflow: hidden;
}

.os-download > a > div {
	background: linear-gradient(to bottom, #00aeff 0%,#0081bd 100%);
	padding: 10px 40px;
}

.os-download > a:hover > div {
	background: linear-gradient(to bottom, #00aeff 0%,#008ed0 100%);
}

.os-download > a > span {
	background-color: #3e403e;
	display: block;
	padding: 5px;
}

.os-download > a:hover > span {
	background-color: #111;
}

.os-download > a > div > span {
    display: block;
    font-size: 1.2em;
    letter-spacing: 0.1em;
}

.os-download > a > span > strong {
    font-size: 0.9em;
    font-weight: normal;
    letter-spacing: 0.1em;
}

.os-download > a > span > em {
    font-size: 0.9em;
    font-style: normal;
    letter-spacing: 0.1em;
    margin-left: 5px;
}

.download-32:before, .download-64:before {
	display: inline-block;
	font-family: Font Awesome\ 5 Pro;
	font-weight: 100;
	font-size: 2em;
	font-style: normal;
}

.download-32:before {
    content: "\f1c6";
    font-weight: 600;
}

.download-64:before {
    content: "\f1c6";
}

.mobile {
    display: none;
}

/* Responsive */

@media screen and (max-width: 480px){
    
    .os-list article {
        width: 46%;
        margin: 6px 2%;
    }

	.os-list article h3 {
		font-size: 1.1em;
	}

}

@media screen and (min-width: 481px) and (max-width: 768px){

    .os-list article {
        width: 46%;
        margin: 6px 2%;
    }

}

@media screen and (min-width: 769px) and (max-width: 1024px){

    .os-list article {
        width: 30%;
        margin: 6px 1.5%;
    }
	
}

@media screen and (min-width: 1025px) and (max-width: 1280px){

    .os-list article {
        width: 23%;
        margin: 6px 1.5%;
    }

}

@media screen and (min-width: 1281px) and (max-width: 1366px){

    .os-list article {
        width: 23%;
        margin: 6px 1.5%;
    }

}

@media screen and (min-width: 1367px) and (max-width: 1440px){

    .os-list article {
        width: 19%;
        margin: 6px 0.5%;
    }

}

@media screen and (min-width: 1441px) and (max-width: 1600px){

    .os-list article {
        width: 19%;
        margin: 6px 0.5%;
    }

}

@media screen and (min-width: 1601px) and (max-width: 1920px){



}