@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:url(../img/support/faq.jpg);
	height: 100%;
}


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

.top-img{
	background-position: center;
}	
}

/*------------------FAQ---------------*/

.faq{
	padding:3% 10% 5%;
	color:#666
}

.faq h1{
	font-weight:200;
	font-size:3em;
	text-align:center
}


.blck{
	border-bottom:1px solid rgba(0,0,0,.2);
	padding:3em 0;
	height:auto
}

.blck a{
	text-decoration:none;
	color:#C00
}

.faq h2{
	font-weight:400;
	font-size:1.3em;
	padding-top:1em
}

.faq ol{
	padding-left:1.1em
}

.faq li{
	font-size:1.1em;
	font-weight:300;
	line-height:2em
}

.faq p{
	font-size:1.1em;
	font-weight:300;
	line-height:1.6em
}

.putty{
	margin:1.5em 0;
	width:30%;
}

.putty2, .hdsm{
	margin:1.5em 0;
	width:40%;
}

.web{
	margin:1.5em 0;
	width:50%;
}

.web:hover{
	width:80%;
	transition:1s;
	cursor:pointer
}

.ccm-b{
	height:1%;
	overflow:hidden
}

.ccm{
	float:left;
	width:50%;
	height:auto;
	text-align:center;
}

.ccm img{
	padding:.5em 0
}

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

.ccm{
	width:100%;
	margin:1em 0
}
}


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

.faq h1{
	font-size:2.1em;
	line-height:.9em
}

.putty{
	margin:1.5em 0;
	width:100%;
}

.putty2, .hdsm{
	width:100%;
}

.web{
	width:100%;
}

.web:hover{
	width:100%
}
}

