/* 
** FONTS
font-family: 'Open Sans', sans-serif;

300 - 400 - 600 - 700 - 800 

/* --------------------------------------------------------------------------------------
@Digital tomato landing page
   -------------------------------------------------------------------------------------- */

body {
	font-family: 'Open Sans', sans-serif;
}
.black {
	background: #000;
	float: left;
	margin: 0;
	width: 50%;
	color: #fff;
	min-height: 100%;
}
.white {
	background: #fff;
	float: right;
	margin: 0;
	width: 50%;
	color: #000;
	min-height: 100%;
}

.dt-logo {
	position: absolute;
	width: 114px;
	z-index: 4;
	top: 41px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}
.trian {
	position: absolute;
	width: 30px;
	z-index: 3;
	top: 470px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}
.getin {
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	text-align: right;
	margin: 28px 0 0;
	font-weight: 700;
}
.getin span {
	font-size: 16px;
	padding-left: 16px;
}
hr.clear { background: none; border: 0; clear: both; display: block; float: none; font-size: 0; margin: 0; padding: 0; overflow: hidden; visibility: hidden; width: 0; height: 0;}

.simplem p{
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	margin: 0;
}
.line-black {
	display: block;
	width: 53px;
	border-top: 4px solid #000;
	margin: 49px 0 50px 0;
}
.line-white {
	display: block;
	width: 53px;
	border-top: 4px solid #FFF;
	margin: 45px 0 30px 0;
}
a.goto {
	text-transform: uppercase;
	padding: 15px 30px;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	border: 1px solid #000;
	text-align: center;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.goto:hover {
	color: #fff;
	text-decoration: none;
	background: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.digitalt h2, .digitalt h1, .digitalt p, .digitalt h6 {
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
}

@media (min-width: 768px) {
	.cont {
		width: 320px;
		margin: 0 auto;
	}
	.simplem {
		margin-top: 159px;
	}
	.simplem p {
		font-size: 18px;
		line-height: 30px;
	}
	.simplem img{
		width: 105px;
		display: block;
		margin-bottom: 35px;
	}
	.digitalt {
		margin-top: 245px;
	}

	.digitalt h2{
		font-size: 14px;
		letter-spacing: -0.02em;
	}
	.digitalt h1{
		font-size: 50px;
		letter-spacing: -0.01em;
		line-height: 0.9em;
	}
	.digitalt p {
		font-size: 21px;
		line-height: 1.2em;
		margin-bottom: 247px;
	}
	.digitalt h6 {
		font-size: 10px;
		line-height: 1.1em;
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) {
	.cont {
		width: 365px;
		margin: 0 auto;
	}
	.simplem {
		margin-top: 259px;
	}
	.simplem p {
		font-size: 24px;
		line-height: 30px;
	}
	.simplem img{
		width: 105px;
		display: block;
		margin-bottom: 45px;
	}
	.digitalt {
		margin-top: 345px;
	}

	.digitalt h2{
		font-size: 20px;
		letter-spacing: -0.02em;
	}
	.digitalt h1{
		font-size: 72px;
		letter-spacing: -0.01em;
		line-height: 0.9em;
	}
	.digitalt p {
		font-size: 24px;
		line-height: 1.2em;
		margin-bottom: 347px;
	}
	.digitalt h6 {
		font-size: 10px;
		line-height: 1.1em;
		margin-bottom: 30px;
	}
}


@media (max-width: 767px) {
	.black {
		width: 100%;
	}
	.white {
		background: url(../img/trian-mobile.png) top center no-repeat #fff;
		width: 100%;
	}
	.trian {
		display: none;
	}
	.dt-logo {
		top: 21px;
	}
	.digitalt h6 {
		display: none;
	}
	.getin { 
		display: none;
	}
	.cont {
		width: 90%;
		margin: 0 auto;
	}
	.simplem {
		margin-top: 60px;
	}
	.simplem p {
		font-size: 18px;
		line-height: 30px;
	}
	.simplem img{
		width: 105px;
		display: block;
		margin-bottom: 35px;
	}
	.digitalt {
		margin-top: 185px;
	}

	.digitalt h2{
		font-size: 14px;
		letter-spacing: -0.02em;
	}
	.digitalt h1{
		font-size: 50px;
		letter-spacing: -0.01em;
		line-height: 0.9em;
	}
	.digitalt p {
		font-size: 21px;
		line-height: 1.2em;
		margin-bottom: 70px;
	}
	.digitalt h6 {
		font-size: 10px;
		line-height: 1.1em;
		margin-bottom: 30px;
	}
	a.goto {
		display: block;
		margin-bottom: 80px;
	}
}

