@font-face {
    font-family: 'BLOKKRegular';
    src: url('fonts/blokk.eot');
    src: url('fonts/blokk.eot?#iefix') format('embedded-opentype'),
         url('fonts/blokk.woff') format('woff'),
         url('fonts/blokk.svg#BLOKK') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe-UI-Negreta';
    src: url('fonts/segoeuib.eot');
    src: url('fonts/segoeuib.eot?#iefix') format('embedded-opentype'),
         url('fonts/segoeuib.woff') format('woff'),
         url('fonts/segoeuib.svg#Segoe-UI-Negreta') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe-UI-Semilight';
    src: url('fonts/segoeuisl.eot');
    src: url('fonts/segoeuisl?#iefix') format('embedded-opentype'),
         url('fonts/segoeuisl.woff') format('woff'),
         url('fonts/segoeuisl.svg#Segoe-UI-Semilight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	min-width: 850px;
	color: #444444;
	padding: 0px;
}

.topmsg {
	position: absolute;
	width: 100%;
	height: 30px;
	top: -35px;
	min-width: 850px;
	text-align: center;
}

.centermsg {
	background: #444444;
	text-align: center;
	height: 30px;
	display: inline-block;
	width: 100%;

	/*border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;*/
}

.centermsg .msg {
	color: #fff;
	position: relative;
	top: 6px;
	left: 27px;
}

.closemsg {
	font-weight: bold;
	color: #fff;
	margin: 8px;
	margin-right: 20px;
	float: right;
	cursor: pointer;
}

.logo {
	width: 82px;
	height: 83px;
	background: url("../img/blokk_logo.png");
	position: relative;
	left: 72px;
	top: 45px;
}

.name {
	position: absolute;
	/*left: 3000px; */
	top: -2000px;
}

h1 {
	font-size: 20px;
}

.blokk {
	font-family: 'BLOKKRegular';
}

.medium {
	font-size: 10px;
	line-height: 1.8em;
}

.segoe {
	font-family: 'Segoe-UI-Negreta';
	font-size: 31px;
	line-height: 1.05em;
}

.small {
	/*font-family: 'Segoe-UI-Semilight';*/
	font-size: 14px;
	line-height: 1.05em;
}

.header {
	font-size: 37px;
	margin-bottom: 10px;
}

.centercontent {
	width: 100%;
	text-align: center;
}

.contentColor {
	width: 100%;
	background: #f1f1f1;
}

.grey {
	background: #f1f1f1;
}

.content {
	width: 850px;
	height: 100%;
	margin: auto;
	display: inline-block;
}

.block {
	width: 300px;
	height: 170px;
	margin: 200px 0px 200px 0px;
	text-align: left;
}

.block.left {
	float: left;
	margin-left: 70px;
	position: relative;
	top: -5px;
}

.block.right {
	float: right;
	margin-right: 70px;
	font-size: 12px;
	line-height: 1.25em;
}

.units {
	margin: 100px 0px 100px 0px;
}

.download {
	margin: 150px auto 150px auto;
	cursor: pointer;

}

.dl {
	margin: 150px auto 150px auto;
	cursor: pointer;
	width: 400px;
	height: 105px;
	text-align: right;
	display: inline-block;
}

.dl .title {
	display: inline-block;
	float: left;
	text-align: left;
	width: 270px;
	height: 90px;
}

.dl .sub {
	display: inline-block;
	float: left;
	text-align: left;
	width: 265px;
	height: 15px;
}

.dl .icon {
	display: inline-block;
	width: 100px;
	height: 100px;
}

.sendmail {
	margin: 0px auto 150px auto;
	width: 400px;
	position: relative;
	top: -40px;
}

.sendmailtitle {
	width: 100%;
	text-align: left;
}

.sendmailinput {
	outline: none;
	border-radius: 0px;
	border: 0px solid black;
	height: 50px;
	padding-left: 15px;
	width: 90%;
}

.sendmailinput:focus {
	outline: none;
}

.inputdiv {
	width: 335px;
	float: left;
	text-align: left;
	position: relative;
	top: 2px;
}

.warning {
	outline:none;
    border-color: red;
    box-shadow:0 0 2px red;
}

.submitdiv {
	width: 60px;
	float: right;
}

.about {
	margin: 60px auto 60px auto;
	color: #a8a8a8;
	font-family: 'Segoe-UI-Semilight';
	position: relative;
	top: 20px;
}

.abouttext {
	position: relative;
	top: -20px;
}

.share {
	float: right;
	width: 300px;
	text-align: right;
	z-index: 10000;
	height: 28px;
	margin-top: 45px;
	margin-right: 49px;
}

.sharefb {
	display: inline-block;
}

.sharetw {
	display: inline-block;
	float: right;
	padding-left: 20px;
	position: relative;
	top: 0px;
}

.downloadicon {
	height: 100px;
	width: 100px;
}

.theicon {
	z-index: 1100;
}

.counter {
	z-index: 1;
	width: 100px;
	text-align: center;
	font-size: 14px;
	color: white;
	position: relative;
	top: -70px;
	left: 0px;
	pointer-events: none;
}