html,
body {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	line-height: 1.5em;
	color: #444;
	background-color: #eee;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1em;
	color: #000;
}

*:hover {
	transition: all 200ms ease-in-out;
}

/*====================
== LINKS ==
====================*/

a {
	text-decoration: none;
	color: #aaa;
}

a:hover {
	color: #333;
}

.bg-color a {
	color: rgba(255,255,255,0.5);
}

.bg-color a:hover {
	color: #fff;
}

a#comlink {
	color: #EE7A36;
}

a#comlink em {
	color: rgba(0,0,0,0.5);
	font-size: 0.8em;
	font-weight: 700;
}

a#comlink:hover {
	color: #333;
}

/*====================
== COLORS ==
====================*/

.excel .text-color {
	color: #6DBA44;
}

.excel .bg-color {
	background-color: #6DBA44;
}

.word .text-color {
	color: #3CA9FE;
}

.word .bg-color {
	background-color: #3CA9FE;
}

.powerpoint .text-color {
	color: #F77F00;
}

.powerpoint .bg-color {
	background-color: #F77F00;
}

.pdf .text-color {
	color: #E31317;
}

.pdf .bg-color {
	background-color: #E31317;
}

.autocad .text-color {
	color: #6E54D7;
}

.autocad .bg-color {
	background-color: #6E54D7;
}

.html .text-color {
	color: #46D2FF;
}

.html .bg-color {
	background-color: #46D2FF;
}

.button-bg {
	background-color: #E9683B;
}

.button:hover {
	background-color: #FF703D;
}

.powerpoint .button-bg,
.pdf .button-bg {
	background-color: #6DBA44;
}

.powerpoint .button:hover,
.pdf .button:hover {
	background-color: #7AD24B;
}

/*====================
== SITE TITLE ==
====================*/

.site-title h1 {
	font-size: 3em;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	margin: 0;
}

.site-title h2 {
	margin: 0;
	color: rgba(0,0,0,0.5);
	font-size: 1.1em;
}

.pdf-to-excel .site-title h1:after,
.pdf-to-word .site-title h1:after,
.ocr-pdf-to-word .site-title h1:after,
.pdf-to-powerpoint .site-title h1:after,
.create-pdf .site-title h1:after,
.pdf-to-autocad .site-title h1:after,
.pdf-to-html .site-title h1:after {
	font-family: icomoon;
	font-weight: 400;
	font-size: 48px;
	color: rgba(0,0,0,0.75);
	margin-left: 1em;
}

.pdf-to-excel .site-title h1:after {
	content: "\e608 \e605";
}

.pdf-to-word .site-title h1:after {
	content: "\e608 \e606";
}

.ocr-pdf-to-word .site-title h1:after {
	content: "\e607 \e606";
}

.pdf-to-powerpoint .site-title h1:after {
	content: "\e608 \e604";
}

.create-pdf .site-title h1:after {
	content: "\e609 \e601";
}

.pdf-to-autocad .site-title h1:after {
	content: "\e608 \e603";
}

.pdf-to-html .site-title h1:after {
	content: "\e608 \e602";
}

/*====================
== LAYOUT ==
====================*/

.wrapper {
	width: 1080px;
	margin: 0 auto;
	padding: 1em;
	box-sizing: border-box;
}

header,
section,
footer {
	background-color: #fff;
	margin: 1em 0;
	padding: 1em;
	box-sizing: border-box;
	border-bottom: 8px solid rgba(0,0,0,0.1);
	border-radius: 2px 2px 8px 8px;
}

header {
	background-color: transparent;
	margin-bottom: 1em;
	padding-top: 0;
	border-bottom: 0;
}

footer {
	color: #fff;
}

/*====================
== COLUMNS ==
====================*/

.flex-hor {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.flex-ver {
	display: flex;
	flex-flow: col wrap;
	align-content: space-between;
	justify-content: space-between;
}

.row {
	background: #fff;
}

.container {
	width: 960px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}

.col-12 {
	width: 100%;
	clear: both;
}

.col-11 {
	width: 89%
}

.col-10 {
	width: 80%;
}

.col-9 {
	width: 72%;
}

.col-8 {
	width: 64%;	
}

.col-7 {
	width: 55%;		
}

.col-6 {
	width: 47%;
}

.col-5 {
	width: 38%;	
}

.col-4 {
	width: 30%;
}

.col-3 {
	width: 22%;
}

.col-2_5 {
	width: 17%;
}

.col-2 {
	width: 14%;
}

.col-1 {
	width: 8.333333%;
}

.col-12, .col-11 , .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-2_5, .col-1 {
	box-sizing: border-box;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/*====================
== ELEMENTS ==
====================*/

ul.social-icons {
	padding: 0;
	margin: 0;
}

ul.social-icons li {
	display: inline-block;
	font-size: 32px;
	padding: 0 0.25em;
	position: relative;
	top: 0;
}

ul.social-icons li:hover {
	top: 5px;
}

.button {
	display: inline-block;
	padding: 1em;
	color: #fff;
	font-weight: 700;
	border-bottom: 4px solid rgba(0,0,0,0.2);
	border-radius: 2px 2px 4px 4px;
}

.download-button:before {
	content: "\e960";
	font-family: icomoon;
	font-size: 24px;
	font-weight: 400;
	margin-right: 0.5em;
	position: relative;
	top: 2px;
}

#trial-offer .col-4 h3 {
	color: #0081C2;
	margin-bottom: 0;
	font-size: 2em;
}

#trial-offer .col-4 h5 {
	color: #999;
	margin-top: 0;
}

#trial-offer .col-8 h5 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
}

#pitch h4 {
	padding-bottom: 1em;
	border-bottom: 1px dotted #999;
}

#pitch h4 span {
	font-size: 16px;
	margin-right: 1em;
}

/*====================
== RESPONSIVE ==
====================*/

@media (max-width: 1160px) {
	
	.wrapper {
		width: 100%;
	}
	
}

@media (max-width: 767px) {

	body {
		word-wrap: break-word;
	}

	img {
		max-width: 100%;
	}

	.container {
		width: 100%;
	}

	.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2_5 {
		width: 100%;
		float: none;
		clear: both;
	}
	
	 .col-2, .col-1 {
		width: 50%;
	}
	
}