@font-face {
  font-family: 'font1';
  src: url('font/Comfortaa-Regular.ttf'); /* IE9 Compat Modes */
  src: url('font/Comfortaa-Regular.ttf') format('truetype'), /* Super Modern Browsers */
       url('font/Comfortaa-Regular.ttf') format('truetype'), /* Pretty Modern Browsers */
       url('font/Comfortaa-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'font2';
  src: url('font/Comfortaa-Bold.ttf'); /* IE9 Compat Modes */
  src: url('font/Comfortaa-Bold.ttf') format('truetype'), /* Super Modern Browsers */
       url('font/Comfortaa-Bold.ttf') format('truetype'), /* Pretty Modern Browsers */
       url('font/Comfortaa-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'font3';
  src: url('font/Anton-Regular.ttf'); /* IE9 Compat Modes */
  src: url('font/Anton-Regular.ttf') format('truetype'), /* Super Modern Browsers */
       url('font/Anton-Regular.ttf') format('truetype'), /* Pretty Modern Browsers */
       url('font/Anton-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}


*,body {
	padding: 0px;
	margin: 0px;
}

body {
	position:relative;
	top:0px;
	left:0px;
	display:block;
	width:100vw;
	height:100vh;
	background: #FFF;
	color:#444;
	font: normal 12px 'font1',Arial;
}

#main_H{
	display:block;
	width:100%;
	height: auto;
	background-color: #FFF;
}

/**************REGISTRATION FORM*****************************/
#bin_registration_H {
	position:fixed;
	top:50%;
	left:50%;
	display:none;
	height:640px;
	width:400px;
	margin-top:-320px;
	margin-left:-200px;
	background-color: #FFF;
	font:bold 30px Arial;
	color:#000;
	border: 2px solid #AAA;
	border-radius: 10px;
	text-align:center;
	padding-left:20px;
 	z-index:10000;
}
/**************REGISTRATION FORM*****************************/

/**************FORGOTTEN FORM*****************************/
#bin_forgot_H {
	position:fixed;
	top:50%;
	left:50%;
	display:none;
	height:190px;
	width:400px;
	margin-top:-95px;
	margin-left:-200px;
	background-color: #FFF;
	font:bold 30px Arial;
	color:#000;
	border: 2px solid #AAA;
	border-radius: 10px;
	text-align:center;
	padding-left:20px;
 	z-index:10000;
}
/**************FORGOTTEN FORM*****************************/

/**************LOGIN FORM*****************************/
#bin_login_H {
	position:fixed;
	top:50%;
	left:50%;
	display:none;
	height:290px;
	width:400px;
	margin-top:-145px;
	margin-left:-200px;
	background-color: #FFF;
	font:bold 30px Arial;
	color:#000;
	border: 2px solid #AAA;
	border-radius: 10px;
	text-align:center;
	padding-left:20px;
 	z-index:10000;
}
/**************LOGIN FORM*****************************/

/**************SELLING FORM*****************************/
#bin_form_H {
	position:fixed;
	top:50%;
	left:50%;
	display:none;
	height:470px;
	width:400px;
	margin-top:-235px;
	margin-left:-200px;
	background-color: #FFF;
	font:bold 30px Arial;
	color:#000;
	border: 2px solid #AAA;
	border-radius: 10px;
	text-align:center;
	padding-left:20px;
 	z-index:10000;
}
/**************SELLING FORM*****************************/

/**************BUYING FORM*****************************/
#buy_form_H {
	position:fixed;
	top:0px;
	left:0px;
	display:none;
	height:100vh;
	width:100vw;
	background-color: #FFF;
	font:bold 30px Arial;
	color:#000;
	border: 2px solid #AAA;
	text-align:center;
	overflow:auto;
 	z-index:10000;
}
/**************BUYING FORM*****************************/


/**************ITEM LAYOUT*****************************/
#item_view {
	position:relative;
	display:flex;
	height:200px;
	width:100%;
	font:bold 12px 'font2', Arial;
	color:#333;
	border: 0px solid #DDD;
	justify-content:center;
	align-items:center;
}
/**************ITEM LAYOUT*****************************/

.box {
	display:block;
	width:80%;
	padding:10px 20px;
	margin:20px;
	background-color:#FFF;
	border:1px solid #AAA;
	box-shadow: 10px 10px 15px #555;
}

.box_1 {
	display:block;
	width:80%;
	padding:10px 20px;
	margin:20px;
	/*background-color:#FFF;*/
	border-bottom:1px solid #AAA;
}

.box_1:last-child {
	border-bottom:0px solid #AAA;
}

#item_view div[func="bin_item"]{
	position:absolute;
	top:50px;
	left:80px;
}

#item_vol {
	position: absolute;
	top: 20px;
	left: 20px;
	font:bold 12px 'font1', Arial;
}

input[func="backLoginBtn"],
#registerBtn,#forgottenBtn,
#submitForgotBtn,#submitRegisterBtn,
#submitLoginBtn,#close3Btn,
#submitBinBtn,#close2Btn,#bin_form_H select,
#buy_form_H select {
	display:block;
	float:left;
	width:150px;
	height:40px;
	color:#000;
	border: 1px solid #2D8;
	border-radius:4px;
	margin-bottom:10px;
	margin-left:20px;
	font: normal 12px 'font1',Arial;
}

#submitLoginBtn,#close3Btn,
#submitBinBtn,#close2Btn{
	background-color: #3E9;
}

#bin_form_H select b,
#buy_form_H select b{
	font: normal 12px 'font2',Arial;
}

#bin_registration_H input[type='password'], #bin_registration_H input[type='text'], #bin_registration_H input[type='button'], #bin_registration_H textarea,
#bin_forgot_H input[type='password'], #bin_forgot_H input[type='text'], #bin_forgot_H input[type='button'], #bin_forgot_H textarea,
#bin_login_H input[type='password'], #bin_login_H input[type='text'], #bin_login_H input[type='button'], #bin_login_H textarea,
#bin_form_H input[type='text'], #bin_form_H input[type='button'], #bin_form_H textarea,
#buy_form_H input[type='text'], #buy_form_H input[type='button'], #buy_form_H textarea{
	display:block;
	width: 320px;
	margin-bottom:10px;
	font: normal 14px 'font1';
	padding: 10px 10px;
	margin-left:20px;
}

#bin_form_H textarea,
#buy_form_H textarea{
	height:200px;
}

#bin_registration_H input[type='button'],
#bin_forgot_H input[type='button'],
#bin_login_H input[type='button'],
#bin_form_H  input[type='button'],
#buy_form_H  input[type='button']{
	width: 150px;
}


#bin_registration_H h1,
#bin_forgot_H h1,
#bin_login_H h1,
#bin_form_H h1,
#buy_form_H h1{
	font: bolder 25px 'font2',Arial;
	color:#333;
	line-height: 20px;
	margin-bottom:10px;
	border-bottom:0px solid #888;
	padding: 10px 15px;
	text-align:center;
	opacity:1;
	margin-left:0px;
}

#bin_registration_H h1,
#bin_forgot_H h1,
#bin_login_H h1{
	text-align:center;
	margin-top:20px;
	margin-left:0px;
	padding-left:0px;
}

[group="auth"]{
	display:none;
}

#user_ico_H {
	position:relative;
	display:block;
	float:right;
	width:30px;
	height:30px;
	top:10px;
	left:0px;
	margin-left:0px;
	border:2px solid #FFF;
	border-radius: 30px;
	overflow:hidden;
}

[data='user_ico'] {
	display:block;
	width:30px;
	height:30px;
	background:url('../img/avatar.png') no-repeat center center;
	background-size: 100% 100%;	
	background-attachment: fixed;
}

#banner_H {
	display:block;
	background:url('../img/patricia-valerio-628846-unsplash.jpg') no-repeat center center;
	background-size: 100% auto;	
	background-attachment: fixed;
	height:540px;
	font:bold 30px Arial;
	color:#000;
	line-height:500px;
	width:100%;
	border: 0px solid #000;
	text-align:left;
}

#action_H,#contact_us_H,#footer_H,#nav_Menu,#overview_H, #sell_list_H, #about_us_H, #goal_H, #tips_H {
	position:relative;
	display:block;
	background-color:#FFF;
	height:500px;
	font:bold 30px Arial;
	color:#000;
	line-height:500px;
	width:100%;
	border: 0px solid #000;
	text-align:left;
}

#action_H{
	display:flex;
	justify-content: center;
	align-items:center;
	background-color:#FFF;
}

#overview_H {
	height:100vh !important;
	background:url('../img/rawpixel-633847-unsplash.jpg') no-repeat center center;
	background-size: 100% auto;	
	background-attachment: fixed;
}

#goal_H {
	height:100vh !important;
	background:url('../img/pawel-czerwinski.jpg') no-repeat center center;
	background-size: 100% auto;
	background-attachment: fixed;
	
}

#footer_H {
	position:relative;
	display:flex;
	justify-content:center;
	align-items:start;
}

#about_us_H {
	height:100vh !important;
	display:flex !important;
	justify-content:center;
	align-items:center;
	background:url('../img/natalie-pedigo-306019-unsplash.jpg') no-repeat center center;
	background-size: 100% auto;	
	background-attachment: fixed;
}

#contact_us_H {
	height:100vh !important;
	display:flex;
	justify-content:center;
	align-items:start;
	height:540px;
}

#contact_us_H p{
	margin: 30px 0px;
}
#contact_us_H p a{
	display:block;
	font: normal 30px 'font1',Arial;
}

#contact_us_H p, #contact_us_H .left_h{
	text-align:right;
}

#contact_us_H h1{
	border-bottom:0px solid #000;
}

#contact_us_H form input[type='text'], #contact_us_H form input[type='button'], #contact_us_H form textarea{
	display:block;
	width: 400px;
	margin-bottom:10px;
	font: normal 14px 'font1';
	padding: 10px 10px;
}

#contact_us_H form textarea{
	height:200px;
}

#footer_H {
	background: rgba(135,181,49,1);
	background: -moz-linear-gradient(left, rgba(135,181,49,1) 0%, rgba(0,166,0,1) 50%, rgba(41,143,26,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(135,181,49,1)), color-stop(50%, rgba(0,166,0,1)), color-stop(100%, rgba(41,143,26,1)));
	background: -webkit-linear-gradient(left, rgba(135,181,49,1) 0%, rgba(0,166,0,1) 50%, rgba(41,143,26,1) 100%);
	background: -o-linear-gradient(left, rgba(135,181,49,1) 0%, rgba(0,166,0,1) 50%, rgba(41,143,26,1) 100%);
	background: -ms-linear-gradient(left, rgba(135,181,49,1) 0%, rgba(0,166,0,1) 50%, rgba(41,143,26,1) 100%);
	background: linear-gradient(to right, rgba(135,181,49,1) 0%, rgba(0,166,0,1) 50%, rgba(41,143,26,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87b531', endColorstr='#298f1a', GradientType=1 );
	
	/*background-color:#1A7;*/
}

#nav_Menu {

	background: rgba(135,181,49,1);
	background: -moz-linear-gradient(left, rgba(135,181,49,1) 0%, rgba(0,166,0,1) 50%, rgba(41,143,26,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(135,181,49,1)), color-stop(50%, rgba(0,166,0,1)), color-stop(100%, rgba(41,143,26,1)));
	background: -webkit-linear-gradient(left, rgba(135,181,49,1) 0%, rgba(0,166,0,1) 50%, rgba(41,143,26,1) 100%);
	background: -o-linear-gradient(left, rgba(135,181,49,1) 0%, rgba(0,166,0,1) 50%, rgba(41,143,26,1) 100%);
	background: -ms-linear-gradient(left, rgba(135,181,49,1) 0%, rgba(0,166,0,1) 50%, rgba(41,143,26,1) 100%);
	background: linear-gradient(to right, rgba(135,181,49,1) 0%, rgba(0,166,0,1) 50%, rgba(41,143,26,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87b531', endColorstr='#298f1a', GradientType=1 );
	height:40px;
}

#nav_title2 {
	position:relative;
	height: 50px;
}

#underline {
	position:absolute;
	bottom:5px;
	left: 40px;
	height: 40px;
	width: 180px;
	border-bottom: 2px dashed #777;
}

#logo_ico {
	margin-top:-4px;
}

#img_cache {
	display:none;
}

#nav_Menu {
	position:relative;
	display:block;
	/*background-color:#3E9;
	background-color:#2dbe60;*/
	height:50px;
	font:bold 12px Arial;
	line-height:50px;
	width:100%;
	border: 0px solid #000;
	text-align:center;
	z-index:10000;
}

#nav_Menu2 {
	position:fixed;
	top:0px;
	left:0px;
	display:none;
	text-align:center;
	font: normal 30px Arial;
	width:100%;
	height:60px;
	line-height:60px;
	/*background-color:#3E9;*/
	background-color:#2dbe60;
	color:#000;
	z-index: 100000;
}

#nav_Menu a{
	text-decoration:none;
	font: bolder 14px 'font2',Arial;
	margin: auto 20px;
	color:#FFF;
	/*color:#333;*/
}

#nav_Menu a[func='button']{
	padding:10px 20px;
	border-radius:10px;
	margin:0px 5px;
}

#nav_Menu a:hover{
	color:#000;
}

.col_1, .col_2, .col_3 {
	display:block;
	height:100%;
	float:left;
	width:200px;
	border:0px solid #000;
}

.col_1{
	display:block;
	width:400px;
	text-align:left;
	padding-left:0px;
}

.col_3{
	position:absolute;
	right:90px;
	width:980px;
	border:0px solid #000;
}

.col_4 {
	position:absolute;
	right: 10px;
	display:none;
	height:50px;
	font:bold 25px 'font3',Arial;
	line-height:50px;
	color:#FFF;
	cursor:pointer;
}

.col_5{
	position:absolute;
	right:10px;
	width:80px;
	height:50px;
	font: normal 14px 'font2', Arial;
	line-height:50px;
	color:#FFF;
	border:0px solid #000;
	cursor:pointer;
}

#tips_H , #sell_list_H {
	height: 300px !important;
}

#action_H {
	height: 160px !important;
}

#tips_H div.content_H, #sell_list_H div.content_H{
	right:auto;
	left:100px;
	width: 800px;
}

#about_us_H div.content_H3, #about_us_H div.content_H3 p, #about_us_H div.content_H3 h1{
	background-color:#0000;
	color:#FFF !important;
}

#about_us_H div.bg0{
	background-color: rgb(0,0,0,0.7);
	padding:10px;
	border-radius:6px;
}

#overview_H div.content_H, #goal_H div.content_H, #about_us_H div.content_H{
	background-color:rgb(3,3,3,0.7);
}

#overview_H div.content_H h1, #overview_H div.content_H p,
#goal_H div.content_H h1, #goal_H div.content_H p,
#about_us_H div.content_H3 h1, #about_us_H div.content_H3 p
{
	color:#FFF !important;
}

div.content_H {
	position:absolute;
	right:10px;
	top:5px;
	display:block;
	width: 35%;
	height:auto;
	margin:3% 3%;
	background-color:#FFF;
	opacity:0.9;
	border-radius:5px;
	padding:30px;
}

#footer_H *{
	color:#FFF !important;
}

#footer_H h1{
	border-bottom:1px solid #FFF;
}

div.content_H2 {
	display:block;
	width: 30%;
	height:auto;
	margin:3% 3%;
	/*background-color:#FFF;*/
	opacity:0.8;
	border-radius:5px;
	padding:30px;
}

#about_us_H div.content_H3 {
	display:block;
	float:left;
	width: 35%;
	margin-left: 30px;
	left: -10px;
	position: relative;
	padding:20px;
}

div.content_H2 ul, div.content_H ul{
	font: normal 12px 'font1',Arial;
	color:#000;
	line-height: 20px;
	opacity:1;
	margin-bottom:20px;
}

div.content_H2 ul li{
	font: normal 12px 'font1',Arial;
	margin-bottom:10px;
	margin-left:10px;
}

div.content_H2 p, div.content_H p, div.content_H3 p{
	font: normal 18px 'font1',Arial;
	color:#000;
	line-height: 20px;
	opacity:1;
	margin-bottom:14px;
}

div.content_H2 p a{
	font: bolder 16px 'font2',Arial;
	color:#000;
	text-decoration:none;
	margin-left:5px;
}

div.content_H2 h1, div.content_H h1{
	font: bold 30px 'font2',Arial;
	color:#000;
	line-height: 20px;
	margin-bottom:10px;
	border-bottom:1px solid #888;
	padding: 10px 0px;
	opacity:1;
}

div.content_H3 p{
	font: normal 16px 'font1',Arial;
	color:#FFF;
	line-height: 20px;
	opacity:1;
	margin-bottom:10px;
}

div.content_H3 h1{
	margin-bottom:10px;
	border-bottom:1px solid #888;
}

div.content_H3 h2{
	font: bold 18px 'font2',Arial;
	color:#FFF;
	line-height: 20px;
	margin-bottom:10px;
	border-bottom:1px solid #888;
	padding: 10px 0px;
	opacity:1;
}

#nav_title {
	position: fixed;
	top: 200px;
	left:200px;
	display:block;
	font: normal 80px 'font3',Arial;
	color:#000;
	z-index:0;
}

#nav_title span{
	display:block;
	font: normal 25px 'font2',Arial;
	background-color:#FFF;
	padding:10px 20px;
	text-align:center;
	color:#222;
}

#works_H {
	display:flex;
	justify-content: center;
	align-items:center;
	height:300px;
	width:100%;
	font:bold 20px Arial;
	border: 0px solid #000;
	text-align:center;
	line-height:300px;
}

#copy_H {
	position:absolute;
	top:390px;
	left:0;
	display:block;
	height:30px;
	width:100%;
	text-align:center;
	font: normal 12px 'font1',Arial;
}

div[func="button"]{
	display:block;
	width: 25vw;
	height: 100px;
	font: bolder 30px 'font1',Arial;
	line-height: 100px;
	text-align:center;
	border-radius: 60px;
	margin: 0px 10px;
	float:left;
	cursor:pointer;
}

.c_green {
	color:#FFF !important;
	background-color:#4CAF50 !important;
	text-shadow: 1px 1px 0 #444;
}

.c_blue {
	color:#FFF !important;
	background-color:#337733 !important;
	text-shadow: 1px 1px 0 #444;
}

.c_yellow {
	color:#FFF !important;
	background-color:#ff9800 !important;
	text-shadow: 1px 1px 0 #444;
}

.c_green:hover, .c_blue:hover, .c_yellow:hover{
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.c_blue:hover{
	background-color:#6D6 !important;
	color:#FFF !important;
}

#toTop {
	position:fixed;
	right:10px;
	bottom:10px;
	display:none;
	width:40px;
	height:40px;
	font:normal 30px 'font2',Arial;
	line-height:60px;
	color:#FFF;
	background-color:#79a78f;
	text-align:center;
	text-decoration:none;
	border-radius:2px;
	z-index:100000;
}

#nav_title2 {
	display:none;
	font:bold 25px 'font3',Arial;
	line-height:50px;
}

#forgottenBtn{
	font: normal 10px 'font1',Arial !important;
}

.show{
	display:block !important;
}

.sticky {
	position: fixed!important;
	top: 0px;
	width: 100%;
}

/***********************************************/
#buy_form_H #buy_form_header{
	display:block;
	color:#FFF;
	padding: 10px 20px!important;
	font: bolder 20px 'font2',Arial;
	margin-left:0px;
	text-align:left;
	padding-left:20px;
	height:auto;
	width:100vw;
	background: rgba(135,181,49,1);
	background: -moz-linear-gradient(left, rgba(135,181,49,1) 0%, rgba(0,166,0,1) 50%, rgba(41,143,26,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(135,181,49,1)), color-stop(50%, rgba(0,166,0,1)), color-stop(100%, rgba(41,143,26,1)));
	background: -webkit-linear-gradient(left, rgba(135,181,49,1) 0%, rgba(0,166,0,1) 50%, rgba(41,143,26,1) 100%);
	background: -o-linear-gradient(left, rgba(135,181,49,1) 0%, rgba(0,166,0,1) 50%, rgba(41,143,26,1) 100%);
	background: -ms-linear-gradient(left, rgba(135,181,49,1) 0%, rgba(0,166,0,1) 50%, rgba(41,143,26,1) 100%);
	background: linear-gradient(to right, rgba(135,181,49,1) 0%, rgba(0,166,0,1) 50%, rgba(41,143,26,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87b531', endColorstr='#298f1a', GradientType=1 );
}

#buy_form_H #item_list_view{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	height:100%;
	width:100%;
	padding: 5px 20px;
	font: normal 20px 'font1',Arial;
	background-color:#FFF;
	margin-left:0px;
	padding-bottom:200px;
	overflow-y:auto;
}

#buy_form_H #buy_form_header #close2Btn2 {
	display: block;
	width: 30px;
	float: left;
	cursor: pointer;
	padding: 4px;
	background-color: #383;
	text-align: center;
	border-radius: 4px;
}

#buy_form_H #buy_form_header input[type='text'],
#buy_form_H #buy_form_header select{
	display:block !important;
	width:120px !important;
	height:28px;
	float:left;
	border:0px solid #000;
	background-color:#87b531;
	color:#FFF;
	font:normal 14px 'font1',Arial;
	line-height:28px;
	border-radius:5px;
	margin-left:10px !important;
}

#buy_form_H #refresh_bin {
	width: 30px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	padding: 5px 10px;
	background-color: #373;
	text-align: center;
	border-radius: 4px;
	color: #FFF;
}

#buy_form_H #cart_view{
	position:absolute;
	top:0px;
	right:0px;
	display:block;
	width:100px;
	height:32px;
	font:normal 12px 'font1',Arial;
	line-height:32px;
	text-align:center;
	border:1px solid #DDD;
	border-radius:10px;
	color:#FFF;
}


/***********************************************/
div.row_arr {
	display:block;
	float:none;
	clear:both;
}

div.row_arr>div {
	display:block;
	float:left;
	text-align:center;
	width:40px;
	font: bolder 14px 'font2',Arial;
}

div[func="bin_item"]{
	display:flex;
	flex-direction:column;
	height:180px;
	width:120px;
	border:0px solid #000;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:center;
	margin:20px;
}

div[func="bin_item"] div[func="bin"]{
	display:block;
	height:100px !important;
	width:100%;
	border:0px solid #000;
	text-align:center;
}

#bin_form_H div[func="bin_item"] div[func="bin"]{
	margin-left:50px;
}

div[func="bin_item"] div[func="bin_action_H"]{
	position:relative;
	display:block;
	height:auto;
	width:100%;
	padding:10px;
	border:0px solid #000;
	text-align:center;
	margin-left: 10px;
}

div[func="bin_item"] div[func="bin_action_H"] div[func="bin_price"]{
	font:bolder 18px 'font2',Arial;
}

div[func="bin_item"] div[func="bin_action_H"] div[func="distance"]{
	font:normal 12px 'font1',Arial;
	text-align:right;
}

div[func="bin_item"] div[func="action_btn"]{
	display:block;
	height:40px;
	width:100%;
	border:1px solid #888;
	border-radius:5px;
	background-color:#3A3;
	font:bolder 18px 'font2',Arial;
	line-height:40px;
	color:#FFF;
	text-align:center;
	cursor:pointer;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

div[func="bin_item"] div[func="action_btn"]:hover{
	background-color:#7F7;
	color:#222;
}

div[func="bin_item"] div[func="bin"] div[func="bin_top"]{
	display:block;
	height:10px;
	width:70%;
	border:1px solid #888;
	background-color: yellow;
	margin:auto;
	border-radius: 4px 4px 2px 2px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

div[func="bin_item"] div[func="bin"] div[func="bin_body"]{
	position:relative;
	display:flex;
	height:85px;
	width:65%;
	border:1px solid #888;
	background-color: yellow;
	margin:auto;
	border-radius: 2px 2px 10px 10px;
	justify-content:center;
	align-items:center;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

div[func="bin_item"] div[func="bin"] div[func="bin_body"] div[func="bin_space_size"]{
	position:absolute;
	bottom:5px;
	left:5px;
	display:block;
	height:30%;
	width:87%;
	border:0px solid #DDD;
	background-color: #CCF;
	margin:auto;
	border-radius: 2px 2px 8px 8px;
}

div[func="bin_item"] div[func="bin"] div[func="bin_body"] div[func="bin_size"] {
	position:relative;
	display:block;
	height:40px;
	width:100%;
	margin:auto;
	color:#000;
	text-align:center;
	font:bold 20px 'font2',Arial;
}

div[func="bin_item"] div[func="bin"].purple  div[func="bin_top"]{
	background-color: purple;
}

div[func="bin_item"] div[func="bin"].purple  div[func="bin_body"]{
	background-color: purple;
}

div[func="bin_item"] div[func="bin"].purple  div[func="bin_body"]  div[func="bin_space_size"] {
	background-color: #CCF;
}

div[func="bin_item"] div[func="bin"].green  div[func="bin_top"]{
	background-color: green;
}

div[func="bin_item"] div[func="bin"].green  div[func="bin_body"]{
	background-color: green;
}

div[func="bin_item"] div[func="bin"].green  div[func="bin_body"]  div[func="bin_space_size"] {
	background-color: #CCF;
}

div[func="bin_item"] div[func="bin"].red  div[func="bin_top"]{
	background-color: red;
}

div[func="bin_item"] div[func="bin"].red  div[func="bin_body"]{
	background-color: red;
}

div[func="bin_item"] div[func="bin"].red  div[func="bin_body"]  div[func="bin_space_size"] {
	background-color: #CCF;
}


/************************************************************/
#notification_frm,#cart_frm{
	position:fixed;
	top:50%;
	left:50%;
	display:none;
	flex-direction:column;
	width:300px;
	height:320px;
	margin-left:-150px;
	margin-top:-150px;
	border:1px solid #888;
	border-radius:3px;
	background-color:#FFF;
	justify-content:center;
	align-items:center;
	z-index: 1000000;
}

#cart_frm{
	top:0px;
	left:0px;
	display:none;
	width:100vw;
	height:100vh;
	margin-left:0px;
	margin-top:0px;
}

#cart_d_header {
	display:block;
	width:100vw;
	height:15vh;
	padding: 10px 20px;
}

#cart_d_body {
	display:block;
	width:100vw;
	height:70vh;
	padding: 10px 20px;
	overflow-y:auto;
	border-top:1px solid #CCF;
	border-bottom:1px solid #CCF;
	background-color:#FDFDFD;
}

#cart_d_footer {
	display:block;
	width:100vw;
	height:10vh;
	padding: 10px 20px;
}


#notification_frm>div {
	text-align:center!important;
	padding-left: 20px;
}

#notification_frm #notification_message{
	display:flex;
	width:300px;
	height:260px;
	padding:10px;
	font:normal 18px 'font1',Arial;
	border:0px solid #000;
	justify-content:center;
	align-items:center;
}

#notification_frm div[func='confirmH'], #notification_frm div[func='cancelH2'], #cart_frm div[func='paymentH'], #cart_frm div[func='cancelH2']{
	display:block;
	width:100px;
	float:left;
	height:auto;
	font:normal 14px 'font2',Arial;
	text-align:center;
	color:#FFF;
	border:1px solid #353;
	border-radius:5px;
	background-color:#494;
	cursor:pointer;
	margin-left:20px;
	padding: 10px 20px;
}

#item_frm,#item_frm_cart,#item_frm_confirm {
	display:none;
}

*.small1 {
	font: normal 14px 'font1',Arial;
	color:#333;
}

#checkout_form_H {
	display:none;
}

.blue {
	color:#55F !important;
}

.blue_white {
	border-radius: 4px;
	padding: 8px 15px;
	background-color:#88D !important;
	color:#333 !important;
}

/************************************************************/
@media only screen and (max-width: 1200px) {
	#about_us_H div.content_H3 {
		width: 42%;
	}

	#footer_H {
		padding-bottom: 120px !important;
	}
}
	

/************************************************************/
@media only screen and (max-width: 1100px) {

	#toTop {
		display:none;
	}
	
	div.content_H {
		width: 50%;
	}

	#nav_Menu {
		position:fixed !important;
		top:0px;
		display:block !important;
		background: rgba(135,181,49,1);
		background: -moz-linear-gradient(left, rgba(135,181,49,1) 0%, rgba(0,166,0,1) 50%, rgba(41,143,26,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(135,181,49,1)), color-stop(50%, rgba(0,166,0,1)), color-stop(100%, rgba(41,143,26,1)));
		background: -webkit-linear-gradient(left, rgba(135,181,49,1) 0%, rgba(0,166,0,1) 50%, rgba(41,143,26,1) 100%);
		background: -o-linear-gradient(left, rgba(135,181,49,1) 0%, rgba(0,166,0,1) 50%, rgba(41,143,26,1) 100%);
		background: -ms-linear-gradient(left, rgba(135,181,49,1) 0%, rgba(0,166,0,1) 50%, rgba(41,143,26,1) 100%);
		background: linear-gradient(to right, rgba(135,181,49,1) 0%, rgba(0,166,0,1) 50%, rgba(41,143,26,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87b531', endColorstr='#298f1a', GradientType=1 );
		height:auto !important;
		width: 100vw;
		box-sizing: border-box;
	}
	
	.col_2 {
		width:0px;
	}
	
	.col_3 {
		position:relative !important;
		right:auto;
		display:none;
		height: auto !important;
		width: 100%;
	}
	
	.col_3 a{
		display:block !important;
		width: 100%;
		text-align: left;
		padding: 10px 20px;
	}

	#nav_Menu a[func='button']{
		width:100px;
		margin:5px 0px;
		margin-left:20px;
	}

	.col_4 {
		display:block;
	}
	
	.col_1 {
		display:block !important;
		width: 100%;
	}

	.col_5{
		right:50px;
		
	}

	#about_us_H div.content_H3 {
		width: 40%;
	}
	
	div.content_H3 h1, div.content_H2 h1, div.content_H h1{
		font: bold 26px 'font2',Arial;
	}
	
	div.content_H3 p, div.content_H2 p, div.content_H p{
		font: normal 14px 'font1',Arial;
	}

	#tips_H div.content_H, #sell_list_H div.content_H{
		width: 550px;
	}
	
	#contact_us_H form input[type='text'], #contact_us_H form input[type='button'], #contact_us_H form textarea{
		width: 300px;
	}
	
	#contact_us_H p{
		font: normal 15px 'font1',Arial;
	}

	/*#banner_H, #overview_H, #goal_H, #about_us_H {
		/*background-position: -100px 0px;
	}*/
	
	#banner_H {
		background-size:120% auto !important;
		background-position: right -130px bottom -220px;
	}
	
	#nav_title {
		left:100px;
		font: normal 70px 'font3',Arial !important;
	}
	
	#nav_title span{
		font: normal 18px 'font2',Arial;
	}
	
}

@media only screen and (max-width: 900px) {
	#toTop {
		display:none;
	}
	
	#contact_us_H form input[type='text'], #contact_us_H form input[type='button'], #contact_us_H form textarea{
		width: 250px;
	}
	

	#footer_H h1,
	#contact_us_H h1{
		font: normal 20px 'font2',Arial;
	}
	
	#contact_us_H p{
		font: normal 12px 'font1',Arial;
	}
	
	#banner_H {
		background-size:140% auto !important;
		background-position: right -150px bottom -150px;
	}

	#about_us_H div.content_H3 {
		display:block;
		float:left;
		width: 41%;
		margin-left: 10px;
		left: -10px;
		position: relative;	
	}

	div.content_H3 p, div.content_H2 p, div.content_H p{
		font: normal 12px 'font1',Arial;
	}
	
	#buy_form_H #buy_form_header{
		display:block;
		height:auto;
		padding: 10px 20px!important;
		padding-left:20px;
	}	


	#buy_form_H #item_list_view{
		justify-content:space-around;
	}
	
	
	div[func="bin_item"]{
		margin:10px;
	}
	
	div[func="button"]{
		width: 40vw;
	}

	#nav_title {
		left:70px;
		font: normal 50px 'font3',Arial !important;
	}
	
	#nav_title span{
		font: normal 12px 'font2',Arial;
	}
}
	
@media only screen and (max-width: 700px) {
	small#bin_cart {
		display: block;
		width: 70%;
		float: left;
		text-align: center;
	}
	
	#toTop {
		display:none;
	}
	
	#overview_H, #goal_H, #tips_H, #sell_list_H{
		display:flex;
		justify-content:center;
		align-items:center;
	}
	
	#checkout_form_H {
		position:fixed;
		top:0px;
		left:0px;
		display:none;
		text-align: center;
		height:auto;
		width:100%;
		background-color:#FFF;
		padding:auto;
		z-index:100000000;
	}
	
	#contact_us_H {
		display:block;
		height:auto !important;
		padding:auto;
	}
	
	#contact_us_H div.content_H2{
		display:block;
		width:310px;
		height:auto;
		float:none;
		margin:auto;
		padding:auto;
	}

	#contact_us_H div.content_H2 input[type='text'],
	#contact_us_H div.content_H2 input[type='button'],
	#contact_us_H div.content_H2 select,
	#contact_us_H div.content_H2 textarea {
		margin:auto!important;
		left:auto;
	}

	div.content_H3 h1, div.content_H2 h1, div.content_H h1{
		font: bold 20px 'font2',Arial;
	}
	
	div.content_H3 p, div.content_H2 p, div.content_H p{
		font: normal 10px 'font1',Arial;
	}
	
	#tips_H div.content_H, #sell_list_H div.content_H{
		position:relative;
		left:auto;
		top:auto;
		width: 500px;
		height:auto;
		margin:auto;
	}
	
	#banner_H, #overview_H, #goal_H, #about_us_H {
		background-size:auto 120%;
	}

	#banner_H {
		background-size:auto 120% !important;
		background-position: right -130px bottom -130px;
	}
	

	#about_us_H div.content_H3 {
		width: 40%;
	}
	
	#nav_title {
		left: 80px;
		text-align:center;
		font: normal 50px 'font3',Arial !important;
	}
	
	#nav_title span{
		font: normal 12px 'font2',Arial;
	}
	
	div.content_H {
		position:relative;
		right:auto;
		top:auto;
		width: 80%;
		height: auto;
	}

	#buy_form_H #buy_form_header{
		overflow-y:auto;
		padding: 10px 20px!important;
		padding-left:20px;
	}	
	
	#buy_form_H #refresh_bin {
		display: inline-block;
		width: 130px;
		margin: 0px 20px;
		padding: 8px 10px;
		font-weight: normal;
		border-radius: 10px;
		background-color: green;
		text-align: center;
		line-height: 21px;
		height: 40px;
	}

	#footer_H {
		display:block;
		text-align:center;
		float:none;
		height:auto;
		padding: 10px;
		padding-bottom: 100px;
	}

	#footer_H div.content_H2, #footer_H div#copy_H {
		position:relative;
		top:auto;
		left:auto;
		display:block;
		width:100%;
		margin:auto;
		float:none;
	}
}

@media only screen and (max-width: 500px) {
	#toTop {
		display:none;
	}
	
	#tips_H div.content_H, #sell_list_H div.content_H{
		width: 350px;
	}
	
	#banner_H, #overview_H, #goal_H, #about_us_H {
		background-size:auto 120%;
	}

	#banner_H {
		background-position: right -200px bottom -70px;
	}
	

	#nav_title {
		font: normal 36px 'font3',Arial !important;
	}

	#nav_title span{
		font: normal 12px 'font2',Arial;
	}

	#contact_us_H p, #contact_us_H .left_h{
		text-align:center;
	}	
	
	#footer_H {
		height:auto;
		padding-bottom: 100px;
	}
}
