html, body {
	font-family:'lato', sans-serif;
}

/*.page-box {
	background:url(../images/bg1.jpg) repeat;
	background-size:cover;
}*/

header.header.header-two {
	border-bottom:1px solid #efefef;
}

.header-wrapper {
	padding:8px 0;
}

.social-list {
	float:right;
	padding:14px 0;
}

#footer {
	padding:8px 15px;
	border-top:1px solid #efefef;
	background-color:#f4f4f4;
}

#footer a {
	text-decoration:underline;
}

/* title animation */
.animate-text h1 {
	font-size:40px;
	color:#000;
	text-align:center;
	font-weight:900;
	margin:20px 0 25px;
}

.animate-text a {
	color:#000;
	text-decoration:none;
}

/* feature section */
div.features {
	width:100%;
	display:table;
}

article {
	position: relative;
	padding: 70px 50px 80px;
}

.left-col {
	background:url(../images/bg-webhosting.jpg) center no-repeat;
	background-size:cover;
	float:left;
	width:50%;
	min-height: -moz-calc(100vh - 263px);
    min-height: -webkit-calc(100vh - 263px);
    min-height: calc(100vh - 263px);
}

.right-col {
	background:url(../images/bg-emailhosting.jpg) center no-repeat;
	background-size:cover;
	float:right;
	width:50%;
	min-height: -moz-calc(100vh - 263px);
    min-height: -webkit-calc(100vh - 263px);
    min-height: calc(100vh - 263px);
}

.left-col h2, .right-col h2 {
	font-size:20px;
	color:#000;
	line-height:24px;
	font-weight:700;
	margin:0 0 5px;
}

.left-col h4, .right-col h4 {
	font-size:36px;
    color:#000;
    line-height:39px;
	font-weight:700;
	margin:0 0 20px;
}

ul.checkmark {
    list-style-type:none;
    padding-left:0;
	margin-bottom:30px;
}

ul.checkmark li {
    background-size: 25px;
    padding-bottom: 2px;
	font-size:15px;
	color:#333;
}

ul.checkmark li:before {
    color: #ff9900;
    font-size: 16px !important;
    content: "\f058";
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
}

.btn-orange a {
    color:#fff;
    background:#ff6600;
    font-size:18px;
    font-weight:600;
    padding:15px 22px;
    border-radius:5px;
    text-align:left;
    display:inline-block;
    margin-bottom:0;
    vertical-align:middle;
    cursor:pointer;
    background-image:none;
    border:1px solid transparent;
    box-sizing:border-box;
    word-wrap:break-word;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    position:relative;
    top:0;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    line-height:normal;
}

.btn-orange a:hover {
    background-color:#ff9900;
}

.btn-orange a:hover, .btn-orange a:focus {
    text-decoration:none;
}

@media only screen and (max-width: 991px) {
	.left-col, .right-col {
		height:auto;
	}
}

@media only screen and (max-width: 767px) { 
	.animate-text h1 {
		font-size:36px;
	}
	.left-col h2, .right-col h2 {
		font-size:18px;
	}
	.left-col h4, .right-col h4 { 
		font-size:30px;
		line-height:33px;
	}
	.left-col {
		float:none;
		width:100%;
	}
	.right-col {
		float:none;
		width:100%;
	}
}