* { box-sizing:border-box; }

body {
	margin: 0 auto;
	padding: 0;
	/*background: url(../img/others/Sample3.jpg) bottom left repeat-x fixed #fff;*/
     /*background-image: linear-gradient(to bottom right, #b4780a, #d2b94b, #c89b32);*/
     background: #fff;
     background-size: cover;
	font-family: FuturaStd-Book;
    color: #fff;
    font-size: 14px;
    text-align: justify;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility !important;
/*background-size: 47px 150%;*/
}

@font-face{font-family:FuturaStd-Book;src:url('../fonts/FuturaStd-Book.ttf')}
@font-face{font-family:FuturaStd-Heavy;src:url('../fonts/FuturaStd-Heavy.ttf')}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.back {
    background: transparent;
}


.topsp100 {
    margin-top: 110px;
}

.topsp50 {
    margin-top: 50px;
}

.topsp25 {
    margin-top: 25px;
}

.topsp10 {
    margin-top: 10px;
}

.col-center {
	float: none;
	margin-right: auto;
	margin-left: auto
}

.clear{clear:both}

.borderbox {border:1px solid #d2d2d2;background-color:rgba(255,255,255,0.5);margin-top:15%}


.custommargin{
margin-top: 10%;
margin-bottom: 90%;
}

.custompadding{padding-bottom:20%;padding-top:20%}

.ad-log-base {
	height:95vh;
	margin-top: 10%;
}

.group { 
	position: relative; 
	margin-bottom: 20px; 
}

input {
	font-size: 20px;
	padding: 10px;
	-webkit-appearance: none;
	display: block;
	background: transparent;
	color: rgba(5,75,7, 0.5);
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid rgba(5,75,7, 0.5);
}

input:focus { outline: none; border-bottom: 0px solid transparent; }




label {
	color: rgba(5,75,7, 0.5);
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	
}

label:before, label:after {
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}



input:focus ~ label, input.used ~ label {
	top: -10px;
  -webkit-transform: scale(.75);
          transform: scale(.75); left: -2px;		  
	font-size: 12px;
	color: rgba(5,75,7, 1);
} 




.bar {
	position: relative;
	display: block;
	width: 100%;
}

.bar:before, .bar:after {
	content: '';
	height: 1px; 
	width: 0;
	bottom: 1px; 
	position: absolute;
	background: rgba(5,75,7, 1);*
	-webkit-transition:all 0.2s ease; 
	transition: all 0.2s ease;
}

.bar:before { left: 50%; }

.bar:after { right: 50%; }


/* active */

input:focus ~ .bar:before, input:focus ~ .bar:after { width: 50%; }


/* Highlight */

.highlight {
	position: absolute;
	height: 60%; 
	width: 100px; 
	top: 25%; 
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}


.button {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  margin: 0 0 1em 0;
  width: 50%;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
/*  line-height: 16px;*/
  -webkit-font-smoothing: antialiased;
  text-align: center;
  letter-spacing: 1px;
  background: transparent;
  border: 0;
  border-bottom: 0px solid transparent;
  cursor: pointer;
  -webkit-transition:all 0.0s ease;
  transition: all 0.0s ease;
}
.button:focus { outline: 0; }


/* Button modifiers */

.buttonApps {
  background: rgba(5,75,7, 1);
  text-shadow: 1px 1px 0 rgba(39, 110, 204, .5);
}

.buttonApps:hover { background: rgba(5,75,7, 0.5); color: #fff; }



footer { text-align: center; }

footer p {
	color: #888;
	font-size: 13px;
	letter-spacing: .4px;
}

footer a {
	color: #4a89dc;
	text-decoration: none;
	-webkit-transition:all .2s ease;
	transition: all .2s ease;
}

footer a:hover {
	color: #666;
	text-decoration: underline;
}

footer img {
	width: 80px;
	-webkit-transition:all .2s ease;
	transition: all .2s ease;
}

footer img:hover { opacity: .83; }

footer img:focus , footer a:focus { outline: none; }





.pt-perspective {
	position: relative;
	width: 100%;
min-height: 100px;
	height: 100%;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
}

.pt-page {
	width: 100%;
	padding-top: 20px;
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.pt-page-current,
.no-js .pt-page {
	visibility: visible;
	z-index: 1;
}

.no-js body {
	overflow: auto;
}

.pt-page-ontop {
	z-index: 999;
}


.pt-page-1 {
	background: transparent;
}

.pt-page-2 {
	background: transparent;
}


/* Triggers (menu and button) */

.pt-triggers {
	position: relative;
	z-index: 999999;
	/*top: 12%;*/
	left: 50%;
	/*margin-top: 130px;*/
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%); 
	transform: translateX(-50%);
}

.no-js .pt-triggers {
	display: none;
}


a.pt-touch-button { text-decoration: none; color: #054b07; }
a:active.pt-touch-button { text-decoration: none; color: #054b07; }
a:hover.pt-touch-button { text-decoration: none; color: #054b07; }

.pt-triggers .dl-menuwrapper button,
.pt-touch-button {
	border: none;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin: 0px auto;
	margin-top: 220px;
	padding: 0px;
	line-height: 20px;
	letter-spacing: 1px;
	width: 100%;
	cursor: pointer;
	display: block;
	/*box-shadow: 0 3px 0 rgba(0,0,0,0.1);*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pt-touch-button {
	background: transparent;
	color: #054b07;
}


/*#iterateEffects {
   color: #054b07;
}

#iterateEffects::before {
  content: "forget";
}

#iterateEffects::after {
   content: "login";
}*/

/*.pt-touch-button::after {
	content: "forget";
}
.pt-touch-button::before {
	content: "login"
}*/

.pt-triggers .dl-menuwrapper button {
	margin-bottom: 0;
}

/*.pt-touch-button:active {
	box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}*/

.touch .pt-triggers .dl-menuwrapper {
	display: none;
}

.ad-bg {
	background: url(../img/others/back.png) repeat top left white fixed;
}
.ad-log-base {
	height: 66vh;
	margin-top: 5%
}

@media screen and (max-width: 47.4375em) {
	.pt-page h1 {
		font-size: 3em;
	}

	.pt-triggers .dl-menuwrapper {
		display: none;
	}
}

@media screen and (max-height: 45.9em) {
	.pt-triggers .dl-menuwrapper li a {
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.pt-triggers .dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after {
		line-height: 24px;
	}
}

@media screen and (max-height: 38em) { 
	.pt-triggers .dl-menuwrapper {
		display: none;
	}
}

