@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700);
	*, *:before, *:after {
  	box-sizing: border-box;
}

html, body {
  	height: 100%;
  	min-height: 100vh;
}
body {
	background-color:#fef8e7;
	color:#c4c4c4;
  	position: relative;
  	padding: 0px;
  	font-size:14px;
  	font-family: 'Libre Baskerville', serif;
}

.btnn {
    background-color: #2b2b18;
    border: 1px double #817a63;
    color: #dfddd3;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9.5pt;
    margin: 3px;
    width: 138px;
    float: left;
    height: 32px;
    text-align: center;
    text-decoration: none;
    line-height: 28px;
    margin-left: 110px;
    margin-top: 10px;
    cursor: pointer;
}
.inputt {
    background-color: #232323;
    border: solid 1px #3e3e3e;
    padding: 5px;
    color: #cccccc;
}
.selectt {
    background-color: #232323;
    border: solid 1px #3e3e3e;
    padding: 5px;
    color: #cccccc;
}

.form_bg {
	background: #2b2b36;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	padding: 25px 25px 25px;
	margin: 0 auto 15px auto;
	box-shadow: 0 -5px 10px 1px rgba(16, 16, 16, 0.57);
}

.pointer {
	cursor: pointer;
}
.blur {
	-webkit-filter: blur(1px);
	filter: blur(1px);
}
#lang_img:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
a {
	font-size:18px;
	text-decoration:none;
	color: #6f5f4b;
	margin:0 10px;
	text-shadow: -1px 0 #c4c4c4, 0 1px #c4c4c4, 1px 0 #c4c4c4, 0 -1px #c4c4c4;
}
a:hover	{
	color:#907e65;
	text-shadow: -1px 0 #c4c4c4, 0 1px #c4c4c4, 1px 0 #c4c4c4, 0 -1px #c4c4c4;
}

.btn {
	border: 1px double #c4c4c4;	
	font-size: 16px;
	color: #212121;
	font-family: 'Libre Baskerville', serif;
	background-color: transparent;
	background-color: #c4c4c4;
	opacity: 0.6;
    filter: alpha(opacity=60);
	cursor:hand;
	cursor:pointer;
	height:30px;
	width:100%;
}
.btn:hover {
	text-shadow: -1px 0 #c4c4c4, 0 1px #c4c4c4, 1px 0 #c4c4c4, 0 -1px #c4c4c4;
}

.inup {
	border: 1px double #c4c4c4;	
	font-size: 14px;
	color: #212121;
	background-color: transparent;
	background-color: #c4c4c4;
	opacity: 0.6;
    filter: alpha(opacity=60);
}

.wrap {
  	height: 100%;
  	position: relative;
  	overflow: hidden;
}
.wrap .bg {
  	width: 100%;
  	height: 100%;
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: -1;
  	background: url("/img/new/bg.jpg") no-repeat center center;
  	background: url("/img/new/bg.jpg") no-repeat center center;
  	background-size: cover;
  	-webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.wrap .castle {
  	width: 75%;
  	height: 75%;
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	z-index: -1;
  	margin-left : 0; /* half of the width  */
  	background: url("/img/new/castle2.png") no-repeat center center;
  	background-size: cover;
  	-webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.wrap .man_1 {
  	width: 450px;
  	height: 600px;
  	position: absolute;
  	bottom: 0;
  	right: 150px;
  	z-index: -1;
  	background: url("/img/new/m1.png") no-repeat center center;
  	background-size: cover;
  	-webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.wrap .man_2 {
  	width: 450px;
  	height: 600px;
  	position: absolute;
  	bottom: 0;
  	right: 0;
  	z-index: -1;
  	background: url("/img/new/m2.png") no-repeat center center;
  	background-size: cover;
  	-webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.wrap .logo {
    background: url("/img/new/logo.png") no-repeat 0 0;
    width: 100%;
    height: 152px;
    position: absolute;
    z-index: 5;
    top: 20px;
    left: 50%;
    margin-left : -200px; /* half of the width  */
}
.wrap .login {
    background: url("/img/new/menu.png") no-repeat 0 0;
    width: 400px;
    height: 350px;
    position: absolute;
    z-index: 5;
    top: 220px;
    left: 50%;
    margin-left : -200px; /* half of the width  */
}
.wrap .footer {
    background: url("") no-repeat 0 0;
    max-width:1200px;
    width:60%;
    top: 550px;
    position: absolute;
    z-index: 5;
    left: 50%;
    margin-left : -30%; /* half of the width  */
    text-align:center;
}
h1 {
  	margin: 0;
  	padding: 0;
  	position: absolute;
  	top: 180px;
  	left: 50%;
  	color: white;
  	font-size: 14px;
  	text-align: center;
  	text-transform: uppercase;
  	-webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

ul.social-follow {
    margin: 0;
    padding: 0;
    list-style: none;
	position: absolute; 
   	left:50%; 
   	top:50px;
   	width:200px;
   	margin-left : -100px; /* half of the width  */
}
ul.social-follow li {
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 3px;
}
