	::selection { background-color: #E13300; color: white; }
	::-moz-selection { background-color: #E13300; color: white; }

	body {
		background-color: #fff;
		margin: 40px;
		font: 13px/20px normal Helvetica, Arial, sans-serif;
		color: #4F5155;
	}

	a {
		color: #003399;
		background-color: transparent;
		font-weight: normal;
		text-decoration: none;
	}

	a:hover {
		color: #97310e;
	}

	h1 {
		color: #444;
		background-color: transparent;
		border-bottom: 1px solid #D0D0D0;
		font-size: 19px;
		font-weight: normal;
		margin: 0 0 14px 0;
		padding: 14px 15px 10px 15px;
	}

	code {
		font-family: Consolas, Monaco, Courier New, Courier, monospace;
		font-size: 12px;
		background-color: #f9f9f9;
		border: 1px solid #D0D0D0;
		color: #002166;
		display: block;
		margin: 14px 0 14px 0;
		padding: 12px 10px 12px 10px;
	}
	code img{
		display: inline-block;
		width: 200px;
		padding: 10px;
	}
	code a{
		text-align: center;
	}
	#body {
		margin: 0 15px 0 15px;
		min-height: 96px;
	}
	#form {
		display: inline-block;
		margin: 0 15px 0 15px;
		width: 50%;
	}
	p {
		margin: 0 0 10px;
		padding:0;
	}

	p.footer {
		text-align: right;
		font-size: 11px;
		border-top: 1px solid #D0D0D0;
		line-height: 32px;
		padding: 0 10px 0 10px;
		margin: 20px 0 0 0;
	}

	#container {
		margin: 10px;
		border: 1px solid #D0D0D0;
		box-shadow: 0 0 8px #D0D0D0;
	}
	#login{
		text-align: right;
		display: inline-block;
		right: 0px;
		width: 50%;
		cursor: pointer;
		text-align: right;
	}
	#headers{
		color: #444;
		background-color: transparent;
		border-bottom: 1px solid #D0D0D0;
		font-size: 19px;
		font-weight: normal;
		margin: 0 0 14px 0;
		padding: 14px 15px 10px 15px;
	}
	#headers #name{
		display: inline-block;
		width: 49%;
	}



 #login #bot{
  display: inline-block;
 }


#login div[class*=box] {
  height: 33.33%;
  width: 200px; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-1 { background-color: #FF6766; }
.box-2 { background-color: #3C3C3C; }
.box-3 { background-color: #66A182; }

.btn {
  line-height: 50px;
  height: 50px;
  text-align: center;
  width: 250px;
  cursor: pointer;
}

/* 
========================
      BUTTON ONE
========================
*/
.btn-one {
  color: #FFF;
  transition: all 0.3s;
  position: relative;
}
.btn-one span {
  transition: all 0.3s;
}
.btn-one::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgba(255,255,255,0.5);
  border-bottom-color: rgba(255,255,255,0.5);
  transform: scale(0.1, 1);
}
.btn-one:hover span {
  letter-spacing: 2px;
}
.btn-one:hover::before {
  opacity: 1; 
  transform: scale(1, 1); 
}
.btn-one::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
  background-color: rgba(255,255,255,0.1);
}
.btn-one:hover::after {
  opacity: 0; 
  transform: scale(0.1, 1);
}


/* 
========================
      BUTTON TWO
========================
*/
.btn-two {
  color: #FFF;
  transition: all 0.5s;
  position: relative; 
}
.btn-two span {
  z-index: 2; 
  display: block;
  position: absolute;
  width: 100%;
  height: 100%; 
}
.btn-two::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s;
  border: 1px solid rgba(255,255,255,0.2);
  background-color: rgba(255,255,255,0.1);
}
.btn-two::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s;
  border: 1px solid rgba(255,255,255,0.2);
  background-color: rgba(255,255,255,0.1);
}
.btn-two:hover::before {
  transform: rotate(-45deg);
  background-color: rgba(255,255,255,0);
}
.btn-two:hover::after {
  transform: rotate(45deg);
  background-color: rgba(255,255,255,0);
}


/* 
========================
      BUTTON THREE
========================
*/
.btn-three {
  color: #FFF;
  transition: all 0.5s;
  position: relative;
}
.btn-three::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255,255,255,0.1);
  transition: all 0.3s;
}
.btn-three:hover::before {
  opacity: 0 ;
  transform: scale(0.5,0.5);
}
.btn-three::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid rgba(255,255,255,0.5);
  transform: scale(1.2,1.2);
}
.btn-three:hover::after {
  opacity: 1;
  transform: scale(1,1);
}















.cl-btn-2 {
    margin: 0px;
    display: flex;
    justify-content: center;
}
.cl-btn-2 div {
	cursor: pointer;
    position: relative;  
	height: 68px;
	width: 50px;
}
.cl-btn-2 .leftright {
	height: 4px;
	width: 30px;
	position: absolute;
	margin-top: 24px;
	background-color: rgba(0, 0, 0, 0.65);
	border-radius: 2px;
	transform: rotate(45deg);
	transition: all .3s ease-in;
}
.cl-btn-2 .rightleft {
	height: 4px;
	width: 30px;
	position: absolute;
	margin-top: 24px;
	background-color: rgba(0, 0, 0, 0.65);
	border-radius: 2px;
	transform: rotate(-45deg);
	transition: all .3s ease-in;
}
.cl-btn-2 .close-btn {
	margin: 54px 0 0 -5px;
	position: absolute;
	color: #337AB7;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	transition: all .3s ease-in;
	opacity: 0; 
}
.cl-btn-2 div:hover .leftright {
	transform: rotate(-45deg);
	background-color: #FF6766;
}
.cl-btn-2 div:hover .rightleft {
	transform: rotate(45deg);
	background-color: #FF6766;
}
.cl-btn-2 div:hover .close-btn {
	opacity: 1;
}
#closeform{
	position: absolute;
	right: 0px;
	top:2px;

}

#popup #head{
	font-size: 150%;
	width: 100%;
	border-bottom: 1px rgba(255, 103, 102, 1) solid;
	padding-bottom: 10px;
	margin-bottom: 10px;

}




#popup #bot{
	width: 250px;
	display: inline-block;
}
#popup input[type=text]{
	
	font-size: 70%;
	text-align: center;
	margin: 5px;
	padding: 15px 16px 15px 16px;
	border: 1px rgba(0, 0, 0, 0.8) solid;
	transition: all .3s ease-in;
	width: 100%;
	min-width: 155px;
}

#popup input[type=text]:focus {
  border: 1px rgba(255, 103, 102, 1) solid;
  transition: all .3s ease-in;
}


#popup input[type=text]:hover {
  border: 1px rgba(255, 103, 102, 1) solid;
  transition: all .3s ease-in;
}



:focus { outline: none; }


#popcblock{
	display: inline-flex;
	width: 48%;
	min-width: 350px;
	height: 350px;
	margin: 0;
	padding: 0;
	text-align: left;
}
#blocks{
	display: inline;
}

#blockform{
	margin: 10px;
}






#ten
{
	margin: 0 auto;
	z-index: 100;
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
/*#fl{
	position: relative;
   height: 500px;

}*/
#popup{
        background: white;
        color: black;
/*        border-radius: 0.5em;*/
		font-size: 150%;
        padding: 1em;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50%;
        min-width: 380px;
        min-height: 400px;
        border: 1px rgba(0, 0, 0, 0.7) solid;
        margin-right: -50%;
        transform: translate(-50%, -50%);
		-webkit-box-shadow: 1px 1px 13px -1px rgba(0,0,0,0.75);
		-moz-box-shadow: 1px 1px 13px -1px rgba(0,0,0,0.75);
		box-shadow: 1px 1px 13px -1px rgba(0,0,0,0.75);
}
#popup code{
		font-size: 90%;
		text-align: left ;
}

#capcha{
	display: block;
	line-height: 0;
}
#capcha img{
	display: inline-block;
	padding: 0;
	margin-top: 5px;
	position: absolute;
	cursor: pointer;
}
#capcha input[type=text]{
	display: inline-block;
	width: 50px;
	top: 0px;
	margin-left: 110px;
	position: relative;
}
.newproject{
	width: 250px;
	display: inline-block;
}
#help{
	display: block;
	width: 810px;
	height: 590px;
	margin-top: 10px;
	margin-bottom: 80px;
}


#item_proj{
	width: 450px;
	height: 250px;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0);
	border: 1px rgba(0,0,0,0.3) solid;

	margin: 8px;



}

#item_proj #item_name{
	margin: 0 auto;
	padding: 5px;
	position: absolute;
	display: block;
	width: 100%;
	font-size: 200%;
	text-align: left;

}
#items_lsts{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#item_proj img{
	width: 60px;
	height: 60px;
	margin: 9px;
	border: 1px rgba(0,0,0,0.3) solid;
	background: rgba(255, 255, 255, 1.0);

}
#item_proj img:hover{
	width: 60px;
	height: 60px;
	margin: 9px;
	border: 1px rgba(0,0,0,0.3) solid;
	background: RGB(255,138,71, 0.3);
	transition: all .1s ease-in;

}
#time_items{
	color: rgba(0,0,0,0.7);
	font-size: 80%;
}
#activate, #activa{
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	position: relative;
	text-align: center;
	bottom: 20px;
	left: 0px;
	background: rgba(51, 204, 0, 1);
	border: 1px rgba(0,0,0,0.3) solid;
	font-size: 120%;
	cursor: pointer;
	margin: 0;
}
#activa{
	cursor: default;
	background: rgba(51, 204, 0, 0.5);

}
#activate:hover{
	transition: all .1s ease-in;
	background: rgba(51, 204, 0, 0.9);
}
#activate a{
	color: #ffffff;
}
#activate a:visited{
	color: #ffffff;
}
.project_act .box-1{
	background: rgba(51, 204, 0, 0.9);
}