/* Page content */
#body1 {
  width: 100%;
  display: block;
  background: #DEC0A3;
  
  
}

#body2 {
  width: 100%;
  display: block;
  position: relative;
}

#body3 {
  width: 100%;
  height:120%;
  display: block;
  position: relative;
}

/* White zero height not bold for hiding stuff rid of unwanted error messages*/
.textzlbx {
    color: #ffffff;
    font-size:0px;
    line-height:0px;
    font-weight: normal;
}

.em-text {
	color: #B92265 !important;
}

.err-text {
	color: #B92265 !important;
}


.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}


.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

.centered {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.imageholder {
    position: relative;
    text-align: center;
    color: white;
}

/* Full-width input fields */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button {
    background-color: #111111;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

button:hover {
    opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.logo {
    width: 40%;
    border-radius: 5%;
}

.modcontainer {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}


/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}



.image2{
   display: none;
}

footer {
	background: #333;
	color: #fff;
	padding: 30px 0 20px 0;
	border-top: 8px solid #ffcd00;
}

footer ul {
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;

}

footer li {
	float: left;
	padding: 0 10px 0 10px;
	list-style: none;
}

footer a {
	color: #fff !important;
}

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 20%;
}

/* The Modal (background) */
.modal1 {
  display: none;
  position: fixed;
  z-index: 1;
  margin-top:56px;
  padding-top: 30px;
  padding-bottom: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content1 {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close1 {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close1:hover,
.close1:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.imgSlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next, previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color with a little bit see-through */

.prev:hover,
.next:hover {
  background-color: rgba(100, 100, 100, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 60px;
}

img {
  margin-bottom: -4px;
  
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.82;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.5s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.8)
}

/*Media queries*/

/*LANDSCAPE MEDIA*/
@media (min-width: 1201px) and (orientation:landscape) {
	
	/* The Modal (background) */
	.modal {
		display: none; /* Hidden by default */
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		left: 0;
		top: 0;
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
		padding-top: 60px;
		padding-left:32%;
		padding-right:32%;
	}
	
	/* Modal Content/Box */
	.modal-content {
		background-color: #fefefe;
		margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
		border: 1px solid #888;
		width: 82%; /* Could be more or less, depending on screen size */
	}	

	.imgA1 { position:absolute; top: 50px; left: -70px; z-index: 1; width:100%;} 	
	
	.fixed1 {
		position: fixed;
		bottom: 0;
		width: 100%;
		font-size: 12px;
	}	
	
	#body1::after {
		content: "";
		background: #DEC0A3;
		
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 100%;
		background-repeat: repeat;
		padding-top: 40px;  
	}	
	
	#body2::after {
		content: "";
		background: #CE9869;
		opacity: 0.6;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 205%;
		background-repeat: repeat;
		padding-top: 40px;  
	}

	#body3::after {
		content: "";
		background: #CE9869;
		opacity: 0.6;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 205%;
		background-repeat: repeat;
		padding-top: 40px;  
	}		
	
	.glyphicon {
		
		right:4px;
	
	}
	
	.pcsearch {
	
		z-index:1; 
		width:170px  !important;
	
	}
	
	
	
}

@media (min-width: 992px) and (max-width: 1200px) and (orientation:landscape){

	/* The Modal (background) */
	.modal {
		display: none; /* Hidden by default */
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		left: 0;
		top: 0;
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
		padding-top: 60px;
		padding-left:30%;
		padding-right:30%;
	}
	
	/* Modal Content/Box */
	.modal-content {
		background-color: #fefefe;
		margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
		border: 1px solid #888;
		width: 90%; /* Could be more or less, depending on screen size */
	}		

	.imgA1 { position:absolute; top: 50px; left: -70px; z-index: 1; } 
	
	.fixed1 {
		position: fixed;
		bottom: 0;
		width: 100%;
		font-size: 12px;
	}	
	
	#body1::after {
		content: "";
		background: #DEC0A3;
		
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 100%;
		background-repeat: repeat;
		padding-top: 40px;  
	}	
	
	#body2::after {
		content: "";
		background: #CE9869;
		opacity: 0.6;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 205%;
		background-repeat: repeat;
		padding-top: 40px;  
	}	

	#body3::after {
		content: "";
		background: #CE9869;
		opacity: 0.6;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 205%;
		background-repeat: repeat;
		padding-top: 40px;  
	}		

	.glyphicon {
		
		right:4px;
	
	}

	.pcsearch {
	
		z-index:1; 
		width:170px  !important;
	
	}
	
	
}

@media(min-width: 769px) and (max-width: 991px) and (orientation:landscape) {

	/* The Modal (background) */
	.modal {
		display: none; /* Hidden by default */
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		left: 0;
		top: 0;
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
		padding-top: 60px;
		padding-left:28%;
		padding-right:28%;
	}
	
	/* Modal Content/Box */
	.modal-content {
		background-color: #fefefe;
		margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
		border: 1px solid #888;
		width: 100%; /* Could be more or less, depending on screen size */
	}		
	
	.imgA1 { position:absolute; top: 30px; left: -140px; z-index: 1; width:100%;} 
	
	.fixed1 {
		position: fixed;
		bottom: 0;
		width: 100%;
		font-size: 11px;
	}	
	
	#body3 {

		height:140%;

	}
	
	#body1::after {
		content: "";
		background: #DEC0A3;
		
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 100%;
		background-repeat: repeat;
		padding-top: 40px;  
	}		
	
	#body2::after {
		content: "";
		background: #CE9869;
		opacity: 0.6;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 140%;
		background-repeat: repeat-y;
		padding-top: 40px;  
	}	

	#body3::after {
		content: "";
		background: #CE9869;
		opacity: 0.6;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 140%;
		background-repeat: repeat-y;
		padding-top: 40px;  
	}	

	.glyphicon {
		
		right:4px;
	
	}	
	
	.pcsearch {
	
		z-index:1; 
		width:170px  !important;
	
	}	
}

@media (max-width: 768px) and (orientation:landscape){
	
	/* The Modal (background) */
	.modal {
		display: none; /* Hidden by default */
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		left: 0;
		top: 0;
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
		padding-top: 10px;
		padding-left:25%;
		padding-right:25%;
	}
	
	/* Modal Content/Box */
	.modal-content {
		background-color: #fefefe;
		margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
		border: 1px solid #888;
		width: 100%; /* Could be more or less, depending on screen size */
	}		
	
	.imgA1 { position:absolute; top: 20px; left: -200px; z-index: 1; width:100%;} 
	
	.fixed1 {
		position: fixed;
		bottom: 0;
		width: 100%;
		font-size: 10px;
	}
	
	
	#body1::after {
		content: "";
		background: #DEC0A3;
		
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 100%;
		background-repeat: repeat;
		padding-top: 40px;  
	}	

	#body2::after {
		content: "";
		background: #CE9869;
		opacity: 0.6;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 250%;
		background-repeat: repeat-y;
		padding-top: 40px;  
	}		
	
	#body3::after {
		content: "";
		background: #CE9869;
		opacity: 0.6;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 250%;
		background-repeat: repeat-y;
		padding-top: 40px;  
	}	
	
	#rc-imageselect, .g-recaptcha {
		transform:scale(0.77);
		-webkit-transform:scale(0.77);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
		
	}	
	
	.glyphicon {
		
		right:6px;
	
	}
	
	
	.pcsearch {
	
		z-index:1; 
			
	}		
	
	
}

/*PORTRAIT MEDIA*/

@media (min-width: 991px) and (orientation:portrait){
	
	/* The Modal (background) */
	.modal {
		display: none; /* Hidden by default */
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		left: 0;
		top: 0;
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
		padding-top: 60px;
		padding-left:20%;
		padding-right:20%;
	}
	
	/* Modal Content/Box */
	.modal-content {
		background-color: #fefefe;
		margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
		border: 1px solid #888;
		width: 80%; /* Could be more or less, depending on screen size */
	}

	.imgA1 { position:absolute; top: 50px; left: -120px; z-index: 1; width:100%;} 
	
	.fixed1 {
		position: fixed;
		bottom: 0;
		width: 100%;
		font-size: 12px;
	}	
	
	#body1::after {
		content: "";
		background: #DEC0A3;
		
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 200%;
		background-repeat: repeat;
		padding-top: 40px;  
	}		
	
	#body2::after {
		content: "";
		background: #CE9869;
		opacity: 0.6;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 200%;
		background-repeat: repeat-y;
		padding-top: 40px;  
	}	

	#body3::after {
		content: "";
		background: #CE9869;
		opacity: 0.6;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 200%;
		background-repeat: repeat-y;
		padding-top: 40px;  
	}	

	#rc-imageselect, .g-recaptcha {
		transform:scale(0.9);
		-webkit-transform:scale(0.9);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
		
	}	

	.glyphicon {
		
		right:4px;
	
	}
		
	.pcsearch {
	
		z-index:1; 
	
	}	
	
}

/*IPAD*/
@media(min-width: 751px) and (max-width: 990px) and (orientation:portrait){

	/* The Modal (background) */
	.modal {
		display: none; /* Hidden by default */
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		left: 0;
		top: 0;
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
		padding-top: 35px;

	}
	
	/* Modal Content/Box */
	.modal-content {
		background-color: #fefefe;
		margin: 5% auto 5% auto; /* 5% from the top, 15% from the bottom and centered */
		border: 1px solid #888;
		width: 80%; /* Could be more or less, depending on screen size */
	}	
	
	.imgA1 { position:absolute; top: 20px; left: -100px; z-index: 1; width:100%;} 
	
	.fixed1 {
		position: fixed;
		bottom: 0;
		width: 100%;
		font-size: 12px;
	}	

	.image1 {
		
		display: none;
	}

	.image2{
		
		display: block;
	}
	
	#body1::after {
		content: "";
		background: #DEC0A3;
		
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 200%;
		background-repeat: repeat;
		padding-top: 40px;  
	}	
	
	#body2::after {
		content: "";
		background: #CE9869;
		opacity: 0.6;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 200%;
		background-repeat: repeat-y;
		padding-top: 40px;  
	}		

	#body3::after {
		content: "";
		background: #CE9869;
		opacity: 0.6;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 200%;
		background-repeat: repeat-y;
		padding-top: 40px;  
	}	
	
	#rc-imageselect, .g-recaptcha {
		transform:scale(1.0);
		-webkit-transform:scale(1.0);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
		
	}	
	
	.glyphicon {
		
		right:4px;
	
	}	
	
	.pcsearch {
	
		z-index:1; 
	
	}	
}

/*Nexus 7 type */

@media(min-width: 551px) and (max-width: 750px) and (orientation:portrait){

	/* The Modal (background) */
	.modal {
		display: none; /* Hidden by default */
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		left: 0;
		top: 0;
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
		padding-top: 35px;

	}
	
	/* Modal Content/Box */
	.modal-content {
		background-color: #fefefe;
		margin: 5% auto 5% auto; /* 5% from the top, 15% from the bottom and centered */
		border: 1px solid #888;
		width: 80%; /* Could be more or less, depending on screen size */
	}	
	
	.imgA1 { position:absolute; top: 20px; left: -230px; z-index: 1; width:100%;} 
	
	.fixed1 {
		position: fixed;
		bottom: 0;
		width: 100%;
		font-size: 10px;
	}	

	.image1 {
		
		display: none;
	}

	.image2{
		
		display: block;
	}
	
	#body1::after {
		content: "";
		background: #DEC0A3;
		
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 400%;
		background-repeat: repeat;
		padding-top: 40px;  
	}	
	
	#body2::after {
		content: "";
		background: #CE9869;
		opacity: 0.6;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 400%;
		background-repeat: repeat-y;
		padding-top: 40px;  
	}	

	#body3::after {
		content: "";
		background: #CE9869;
		opacity: 0.6;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 400%;
		background-repeat: repeat-y;
		padding-top: 40px;  
	}	

	#rc-imageselect, .g-recaptcha {
		transform:scale(1.0);
		-webkit-transform:scale(1.0);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
		
	}
	
	.glyphicon {
		
		right:7px;
	
	}		

	.pcsearch {
	
		z-index:1; 
	
	}		
}		

/*Normal mobile*/

@media(min-width: 331px) and (max-width: 550px) and (orientation:portrait){

	/* The Modal (background) */
	.modal {
		display: none; /* Hidden by default */
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		left: 0;
		top: 0;
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
		padding-top: 35px;

	}
	
	/* Modal Content/Box */
	.modal-content {
		background-color: #fefefe;
		margin: 5% auto 5% auto; /* 5% from the top, 15% from the bottom and centered */
		border: 1px solid #888;
		width: 80%; /* Could be more or less, depending on screen size */
	}	
	
	.imgA1 { position:absolute; top: 20px; left: -230px; z-index: 1; width:100%;} 
	
	.fixed1 {
		position: fixed;
		bottom: 0;
		width: 100%;
		font-size: 10px;
	}	

	.image1 {
		
		display: none;
	}

	.image2{
		
		display: block;
	}
	
	#body3 {
		width: 180%;
		height:180%;
		display: block;
		position: relative;
	}
	
	#body1::after {
		content: "";
		background: #DEC0A3;
		
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 400%;
		background-repeat: repeat;
		padding-top: 40px;  
	}		
	
	#body2::after {
		content: "";
		background: #CE9869;
		opacity: 0.6;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 400%;
		background-repeat: repeat-y;
		padding-top: 40px;  
	}	

	#body3::after {
		content: "";
		background: #CE9869;
		opacity: 0.6;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 400%;
		background-repeat: repeat-y;
		padding-top: 40px;  
	}		

	#rc-imageselect, .g-recaptcha {
		transform:scale(0.77);
		-webkit-transform:scale(0.77);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
		
	}	
	
	.glyphicon {
		
		right:7px;
	
	}	
	
	.pcsearch {
	
		z-index:1; 
	
	}	
}	


@media(max-width: 330px) and (orientation:portrait){
	
	/* The Modal (background) */
	.modal {
		display: none; /* Hidden by default */
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		left: 0;
		top: 0;
		width: 100%; /* Full width */
		height: 100%; /* Full height */
		overflow: auto; /* Enable scroll if needed */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
		padding-top: 25px;
	}
	
	/* Modal Content/Box */
	.modal-content {
		background-color: #fefefe;
		margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
		border: 1px solid #888;
		width: 80%; /* Could be more or less, depending on screen size */
	}		

    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
	
	.imgA1 { position:absolute; top: 20px; left: -200px; z-index: 1; width:100%;} 
	
	.fixed1 {
		position: fixed;
		bottom: 0;
		width: 100%;
		font-size: 10px;
	}	

	.image1{
		
		display: none;
	}

   .image2{
     display: block;
   }

	#body3 {
		width: 200%;
		display: block;
		position: relative;
		height:200%;
	}
	
	#body1::after {
		content: "";
		background: #DEC0A3;
		
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 400%;
		background-repeat: repeat;
		padding-top: 40px;  
	}	
	
	#body2::after {
		content: "";
		background: #CE9869;
		opacity: 0.6;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 400%;
		background-repeat: repeat-y;
		padding-top: 40px;  
	}

	#body3::after {
		content: "";
		background: #CE9869;
		opacity: 0.6;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;  
		background-size: 400%;
		background-repeat: repeat-y;
		padding-top: 40px;  
	}	

	#rc-imageselect, .g-recaptcha {
		transform:scale(0.65);
		-webkit-transform:scale(0.65);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
		
	}	
	
	.glyphicon {
		
		right:5px;
	
	}

	.pcsearch {
	
		z-index:1; 
	
	}
}	
