*{
	box-sizing:border-box;
	font-family: 'Poiret One', cursive;
}

html{
	padding:0px;
	margin:0px;
	height:100%;
}

body{
	padding:0px;
	margin:0px;
	height:100%;
	overflow:hidden;
}

.created_by_a{
	position:fixed;
	left:50%;
	transform:translateX(-50%);
	bottom:25px;
	width:auto;
	height:50px;
}

.created_by{
	width: auto;
	padding-left:15px;
	padding-right:15px;
    float: left;
    text-align: center;
    right: 25px;
	font-size:13px;
    height: 50px;
	font-weight:bold;
    color: #333;
    text-transform: uppercase;
	transition:all 0.5s;
	cursor:pointer;
}

.created_by .creator-image{
	width: 30px;
    height: 30px;
    border-radius: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,.1);
	top: 9px;
    margin-left: 15px;
	display:inline-block;
    margin-right: 15px;
}

.header-wrapper{
	width:100%;
	height:100px;
	background:white;
	position:absolute;
	z-index:5;
}

.header{
	width:1000px;
	margin:0 auto;
	height:100%;
	padding-left:25px;
	padding-right:25px;
}

.header-logo{
	float: left;
    height: 35px;
    line-height: 35px;
    font-size: 30px;
    text-transform: uppercase;
    color: black;
    margin: 0px;
    margin-top: 22px;
}

.header h2{
	margin:0px;
	float:left;
	width:100%;
	color:black;
	text-transform:uppercase;
	text-decoration:none;
	font-size:15px;
	height:25px;
	line-height:25px;
}

.hero-wrapper{
	width:100%;
	height:100%;
	background:#d0d0d0;
	padding-bottom:100px;
	padding-top:100px;
	background-clip: content-box;
}

.hero{
	width:1000px;
	margin:0 auto;
	height:100%;
	position:relative;
	padding-left:25px;
	padding-right:25px;
}

.hero-left{
    width: 420px;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hero-left p{
	margin:0px;
	float:left;
	width:100%;
	font-size:17px;
	padding-bottom:30px;
}

.results{
	float: left;
	line-height: 17px;
    font-size: 15px;
    width: 50%;
    height: 100%;
    left: 0px;
    position: absolute;
	display:none;
	font-family:Courier;
	padding:15px;
	outline:none;
	border:0px;
	resize:none;
}

.hero-right{
	width: 2000px;
    height: 100%;
	left:50%;
    position: absolute;
	background: #e8e8e8;
}

.hero-right-image{
	width: 450px;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    border-radius: 5px;
}
.drop{
	display:none;
}

.button{
	float: left;
    width: auto;
    padding: 0px 40px;
    border-radius: 2px;
    height: 45px;
    line-height: 45px;
    background: #cb5050;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.button:hover{
	opacity:0.9;
}

.dragover .drop{
	display:block;
}

.dragover .select{
	display:none;
}
