body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	background-repeat: repeat-x;
	margin: 0;
	background-color: #fff;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

.center {
	max-width: 850px;
	margin: auto;
	text-align: center;
	padding: 0 25px;
	line-height: 1.5;
}

#line {
	max-width: 1000px;
	margin: auto;
	height: 1px;
	background-color: #dedede;
}

h1 {
	color: #777777;
	font-weight: 400;
	font-size: 24px;
	margin: 0;
	margin-top: 10px;
}

header {
	padding-top: 100px;
	padding-bottom: 100px;
}

header img {
	width: 100%;
	max-width: 338px;
}

header .domain-name {
	color: #555;
	font-weight: 600;
}

#info {
	padding-top: 100px;
	padding-bottom: 100px;
	
	background-image: url("https://www.hostfactory.ch/extensions/skeleton/data/images/cross.png");
	background-position: 10% 70%;
	background-repeat: no-repeat;
}

#info p {
	color: #777777;
	max-width: 700px;
	display: block;
	margin: auto;
}

#info h2 {
	font-size: 24px;
	font-weight: 400;
	margin: 0;
	padding-bottom: 25px;
	color: #777777;
}

#info a {
	color: #777777;
	font-weight: 600;
}

#info .button {
	background-color: #e30613;
	color: #fff;
	padding: 20px 50px;
	display: inline-block;
	margin-top: 30px;
	font-weight: 400;
	position: relative;
}

#info .button:hover {
	background-color: #000;
}

#ads {
	background-color: #f6f6f6;
	background-size: cover;
	padding-bottom: 100px;
	padding-top: 50px;
}

#ads img {
	width: 100%;
	max-width: 769px;
}

#ads .multicol {

}

#ads .col {
	width: calc(50% - 25px);
	float: left;
}

#ads .col.first {
	padding-right: 25px;
}

#ads .col.last {
	padding-left: 25px;
}

#ads h3 {
	color: #000;
	font-weight: 600;
	text-align: left;
	font-size: 24px;
	margin: 0;
	padding-bottom: 25px;
	padding-top: 25px;
}

#ads p {
	color: #000;
	text-align: left;
	margin: 0;
	line-height: 1.7;
	font-weight: 500;
}

#ads ul {
	position: relative;
	margin: 0;
	padding-top: 25px;
	padding-left: 25px;	
	color: #000;
	list-style: none;
}

#ads li {
	position: relative;
	margin: 0;
	text-align: left;
}

#ads li::after {
    content: '';
    position: absolute;
    background: #e30613;
    width: 6px;
    height: 6px;
    left: -15px;
    top: 8px;
}

#ads a {
	color: #e30613;
}

#ads a:hover {
	color: #fff;
}

@media screen and (max-width:700px) {
	#ads .col {
		width: 100%;
		padding: 0 !important;
	}
}

footer ul {
	margin: 0;
	padding: 0;
}

footer li {
	float: left;
	list-style: none;
	padding: 15px 0;
}

footer li a {
	border-right: 1px solid #c4c4c4;
}

footer a {
	display: block;
	font-size: 13px;
	padding: 0 15px;
}

footer a.first {
	padding-left: 0;
}

footer a.last {
	border-right: none;
}

footer a {
	color: #e30613;
}

footer a:hover {
	color: #000;
}

footer .link {
	float: right;
	padding-right: 0;
	padding-top: 15px;
}

@media screen and (max-width:400px) {
	footer .link {
		float: none;
		text-align: center;
	}

	footer li {
		float: none;
		padding: 0 !important;
	}

	footer a {
		padding: 15px !important;
		border: none !important;;
	}
}