@charset "UTF-8";
/* CSS Document */
/*html {

  position: relative;
  height: 100%;
  font-size: 100%;
  line-height: 1.5;
  color: #444;
}
*/
/*
.v-center {
  height: 100vh;
  width: 100%;
  display: table;
  position: relative;
  text-align: center;
}

.v-center > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -10%;
}

.btn {
  font-size: 3vmin;
  padding: 0.75em 1.5em;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  text-decoration: none;
  display: inline;
  border-radius: 4px;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.btn:hover {
  background-color: #ddd;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.btn-small {
  padding: .75em 1em;
  font-size: 0.8em;
}
*/


.modal-box {
	/*display: block;*/
		display: none;
	position: fixed;
	z-index: 2000;
	width: 100%;
	/*height: 170%;*/
	height:100%;
	/*margin-bottom:-400px;*/
	background-color:rgba(0,0,0,0.7);
	top: 0;
	bottom: 0;
	
	/*background-color: red;  min-height:1400px;
  background: white; border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
 
  background-clip: padding-box;*/
}

/*.popup{
	
	z-index:3000;
	width:100%;
	height:100%;
	position:absolute;

	
	}*/
.register{
	background-color:#000000;
	border:1px #FFFFFF solid;
	
	position:fixed;
	top:50%;
	left:50%;
	
	/*margin:15% auto;*/
	/*background-image:url(../imgs/tape.png);
	background-repeat:no-repeat;
	background-position:center;
	height:455px;
	width:698px;
	position:relative;
	margin:15% auto;*/

	}	
.register2{
	background-color:#000000;
	border:1px #FFFFFF solid;
	
	position:absolute;
	bottom:4%;
	left:50%;


	}
		@media screen and (max-width:600px){
		.register{

	
	height:auto;
	min-height:170px;
	width:90%;
	margin-left:-45%;
/*	margin-top:-75px;
*/
	}
	
	
	}
	
@media screen and (min-width:601px){
		.register{

	
	height:auto;
	min-height:110px;
	width:50%;
	margin-left:-25%;
/*	margin-top:-75px;
*/
	}
	
	}
	@media screen and (max-width:600px){
		.register2{

	
	height:auto;
	min-height:150px;
	width:90%;
	margin-left:-45%;
	margin-top:-75px;

	}
	
	
	}
	
@media screen and (min-width:601px){
		.register2{

	
	height:auto;
	min-height:150px;
	width:50%;
	margin-left:-25%;
	margin-bottom:0;
	bottom:

	}
	
	}

.modal-box header{
	background-color:transparent;
	margin-top:10%;
	}
	
.modal-box .close{
	position:relative;
	font-size:2em;
	margin:3px 10px 0 0;/*margin:10px 27px 0 0;*/
	float:right;
	
	
	}	
#subscribe	{
	float:left;
	display:inline;
	margin:30px auto 0;
	padding-left:250px;
	width:698px;
	position:relative;}
	
	
	.btnRegister{
		background-color:transparent;		
		border:0;}
/*.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;

}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { padding: 2em 1.5em; }

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}*/
/*
.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}
*/
