/*Download box for Simpatico Team*/


html {
	width: 100%;
	min-width: 500px;
	text-align: center;
	background: #eee;
}

body {
	width: 86%;
	min-width: 500px;
	max-width: 2400px;
	margin: auto;
	min-height: 700px;
	color: #20233e;
	font-family: 'Mina', sans-serif;
	margin-top: 40px;
	margin-bottom: 40px;
	background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 5px #cacaca;
}

a, a:link, a:visited {
	text-decoration: none;
	transition: 1s;
	color: #3F51B5;
}

a:focus, a:active, a:hover {
	border: none !important;
	text-decoration: underline;
	color: #ff075b;
}

h1, h2, h3 {
	font-family: 'Merienda', sans-serif;
}

#header {
    min-height: 200px;
    background-image: url(baner.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    color: #dcc0b7;
    text-shadow: 0px 1px 1px #000;
}

section {
	min-height: 700px;
	text-align: left;
}

form {
    margin: 50px;
}

#dloadbox {
	width: 1px;
	height: 1px;
	border: none;
	margin: none;
	padding: none;
	overflow: hidden;
}

input#prpp {
    padding: 7px;
    font-size: 22px;
    border: 1px solid #999;
    background: #fff;
}

input#prpp:hover, input#prpp:focus {
	background: #fff;
	
}

input#submit {
    padding: 7px;
    font-size: 22px;
    border: 1px solid #999;
    background: #1e1e1e;
    color: #fff;
	transition: 1s;
}

input#submit:hover, input#submit:focus {
	color: #FF5722;
	
}

.left {
    width: 40%;
    display: inline-table;
    text-align: center;
}

.right {
    float: right;
    width: 50%;
    display: inline-table;
    text-align: left;
    
}

.right div, .right img, .right a, .right ul, .right li {
	vertical-align: middle;
}

#products_list .left {
    vertical-align: middle;
}

#products_list .right {
    vertical-align: middle;
}

#products_list {
	vertical-align: middle;
    border: 1px solid #d7cbcb;
}


.left > img, .left img {
    max-width: 90%;
}

input.get_pack {
    background: transparent;
    border: none;
    color: #3648aa;
    font-size: 18px;
	transition: 1s;
}

input.get_pack:hover, input.get_pack:focus {
    background: transparent;
    border: none;
    color: #fa0055;
    font-size: 18px;
	cursor: pointer;
}

p.error {
    border: 1px solid #000;
    font-size: 18px;
    color: #F44336;
    padding: 15px;
    font-weight: bolder;
}

aside {
    padding-top: 30px;
    padding-bottom: 30px;
	font-family: 'Tauri', sans-serif;
}

footer {
	position: static;
	background: #000;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}