@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
    font-family: 'IBM Plex Sans Condensed', sans-serif;	
	font-size:1em;
	color:#666
}

hr{
	width:8em;
	border:none;
	height:2px;
	background:#C00;
	margin:-1em auto 2em

}

/*------------------TOP---------------*/

.top{
	height:15em;
	width:100%
}

.top-img{
    background-repeat:no-repeat;
	background:url(../img/support/partner.jpg);
	height: 100%;
	background-size: cover;
	background-position: center;
}

/*------------------PARTNER---------------*/

.partner{
	padding:3% 10% 1em;
	height:1%;
	overflow:hidden;
	color:#666
}

.partner h1{
	font-weight:200;
	font-size:4em;
	text-align:center
}

.partner h2{
	font-weight:200;
	font-size:3em;
	text-align:center;
	padding-top:.5em
}

.blck{
	width:31.33%;
	height:8.5em;
	float:left;
	text-align:center;
	margin:.25em .5%;
	padding:2em 0;
	background:#EAEAEA
}

.blck2{
	width:49%;
	height:8.5em;
	float:left;
	text-align:center;
	margin:.25em .5%;
	padding:2em 0;
	background:#EAEAEA
}

.blck img, .blck2 img{
	height:auto;
	padding-top:3em
}

a .blck:hover, a .blck2:hover{
	-webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.75);
}

@media only screen and (max-width:1100px){

.blck{
	width:49%
}
}

@media only screen and (max-width: 480px){
	
.partner{
	padding:3% 5% 3%
}

.partner h1{
	font-size:2.7em
}

.blck{
	width:100%
}

.blck img{
	height:1.8em;
	padding-top:3.5em
}
}


