html{
	position: relative;
    height: 100vh;
}
body{
	margin: 0;
	float: left;
	padding: 0 50px;
	width: 100%;
	box-sizing: border-box;
}

@font-face {
  font-family: "ProximaNovaRegular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ProximaNovaRegular/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNovaRegular/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaRegular/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNovaRegular/ProximaNova-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "ProximaNovaBold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ProximaNovaBold/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNovaBold/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBold/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNovaBold/ProximaNova-Bold.ttf") format("truetype");
}
.btn_a{
	cursor: pointer;
}
.input_group{
	width: 100%;
	font-family: "ProximaNovaRegular";
	margin-bottom: 12px;
	float: left;
	    word-break: break-all;
}
.input_group.max button{
	width: 100%;	
}
.input_group label{
	width: 150px;
	display: block;	
	margin-bottom: 7px;	
}
.input_group input,
.input_group textarea{
	border: 1px solid #ccc;
	width: 100%;	
	border-radius: 3px;
	padding: 5px;
	font-size: 16px;
	box-sizing: border-box;
}
button{
	background: #000;
	font-size: 16px;
	color: #fff;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	padding: 5px 15px;
}
.text{
    border: none;
    height: 400px;
    float: left;
    margin-top: 25px;
    width: 50%;
    min-height: 100px;
    float: left;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 50px;
    font-family: "ProximaNovaRegular";
}
.text textarea{
	height: 100%;
	width: 100%;
	padding: 8px;
}
.main_middle{
	width: 50%;
	float: left;
	font-family: "ProximaNovaRegular";
	margin-top: 20px;	
}
.bottom_button{
    float: left;
    width: 400px;
    text-align: center;
    position: absolute;
    margin-top: 100px;
    margin-bottom: 20px;
    top: 0;
    right: 20px;
}
.bottom_button a,
button{
	display: inline-block;
    width: 100%;
    color: #fff;
    float: none;
    margin-bottom: 20px;
    text-align: center;
    background: #2a8bc4;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
    text-decoration: none;
    font-family: "ProximaNovaRegular";
}
.img_btm img{
	width: 100%;	
}


.checkbox_form{
	margin-top: 10px;
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    background: #f4f4f4;
    cursor: pointer;
    border-radius: 5px;
    padding-right: 10px;
}
.checkbox_form input{
    width: 17px;
    float: left;
    margin-top: 13px;
    cursor: pointer;
}
.checkbox_form label{
    width: 100%;
        display: inline-block;
    cursor: pointer;
    font-size: 16px;
}


.main_block{
	width: 750px;
	margin: 0 auto;
	margin-top: 100px;
}

#text{
    border: none;
    width: 100%;
    font-size: 17px;
    height: 240px;
    line-height: 30px;
    font-family: "ProximaNovaRegular";	
}
.btn_container{
	width: 100%;
	text-align: center;
	margin-top: 15px;	
}
.btn_container button{
	width: 65%;
	float: none;
	display: inline-block;
}
.btn_container button:hover{
	background-color: #2380b7;
	color: #f5f7f9;
}
.hello{
	width: 100%;	
	height: 100%;	
	position: absolute;
	background: #2380b7;
	text-align: center;
	z-index: 3;
	line-height: 100%;
	top: 0;	
	left: 0;
	font-family: "ProximaNovaRegular";
	color: #fff;
	font-size: 30px;
}
.hello span{
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 47%;
}
.copy_success{
	opacity: 0;
	color: #fff;
	width: 100%;	
	position: absolute;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	background-color: #2380b7;
	text-align: center;
	transition: opacity 1s;
	font-family: "ProximaNovaRegular";
}
.copy_success.active{
	opacity: 1;
}
.images{
	float:left;
	width: 100%;
}
.images .img_btm{
	width: 50%;
	box-sizing: border-box;
	float: left;
}

.w100{
	float: left;
	width: 100%;
}

.w50{
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.w50 input{
	margin-right: 10px;
}
.w50 label{
	width: auto;
	line-height: 30px;
	margin-left: 4px;
}

.stories{
	width: 100%;
	margin-bottom: 15px;
}

.stories .text{
	width: 50%;
}
.stories .images{
	width: 75%;
}

.values{
	float: left;
	padding-left: 0;
	margin: 0;
}
.values li,
.stroriesbtn{
    float: left;
    margin-left: 6px;
    margin-right: 2px;
    padding: 6px 8px;
    background: #82aac29c;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    list-style: none;
}

.values li.active{
    font-family: "ProximaNovaBold";
    background: #486f87fc;
}



.notification {
    background: #2a8bc496;
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 4px 10px;
    border-radius: 4px;
    color: #fff;
    font-family: "ProximaNovaRegular";
}

.copyfull.active,
.copyreserve.active{
	background: #486f87;
}

.btn-create{
	margin-top: 20px;
}
.btn-create button{
	padding-top: 15px;
	padding-bottom: 15px;
}

.clear{
	opacity: 0.7;
}