@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,300,600);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

@font-face {
  font-family: 'Agency FB';
  src: url('../fonts/AgencyFB-Reg.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/AgencyFB-Reg.woff') format('woff'), 
  url('../fonts/AgencyFB-Reg.ttf')  format('truetype'), 
  url('../fonts/AgencyFB-Reg.svg#AgencyFB-Reg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'Conv_kraftundstil';
	src: url('../fonts/kraftundstil.eot');
	src: local('☺'),
	url('../fonts/kraftundstil.woff') format('woff'),
	url('../fonts/kraftundstil.ttf') format('truetype'),
	url('../fonts/kraftundstil.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
    margin: 0;
}
body                { font-family: 'Lato', sans-serif; overflow-x: hidden; }

.container          { max-width: 960px; }
.container.header_position {
    max-width: 1170px;
}
/*.home_header        { background: url('../images/slide.png') center top no-repeat !important; background-size: cover !important; padding-bottom: 40px;}*/
.home header { height:100%; }
.home_header        {  padding-bottom: 140px; background: rgba(0,0,0,0.5); height:100%; position: relative; }
.header_position    { position: absolute; left: 0; right: 0; top: 20%; }
.header_top_home    { background: url('../images/slide_top.png') center top no-repeat fixed !important; height: 40px; width: 100%; margin-bottom: 50px; background-size: cover !important; color: #fff; padding-top: 8px; }
.header_top_home p  { margin-bottom: 0px; text-align: center; }
.logo               { max-width: 316px; margin: 0px 0 50px 0; }
.logo_slogan        { max-width: 150px; }
.play_icon          { width: 50px; margin: auto; }
.waterdrop			{ position: absolute; left: 150px; bottom: 0; }

.banner-background { background-image: url('../images/imgpsh_fullsize.png'); width: 100%; height: 100%; background-repeat: no-repeat; background-position: -783px -3px; position: absolute; z-index: 99; top: 0; }

.header_form        { background: url('../images/form_bg.png') center top no-repeat !important; background-size: cover !important; width: 280px; margin: auto; height: 441px; }
.header_form form   { padding: 45px 20px 45px 20px; }
.header_form form label   { font-size: 12px; margin-bottom: 0px; }
.header_form form input   { height: 18px; width: 215px; border-radius: 10px; border: 1px solid #ccc; }
.header_form .form-group  { margin-bottom: 5px; }
.header_form .checkbox    { font-size: 10px; }
.header_form .submitBtn   { background: #008acd; border: 1px solid #008acd; font-size: 18px; padding: 5px 45px; color: #fff; }
.header_form .loginLink   { font-size: 11px; text-align: center; margin-top: 5px; }
.header_form .loginLink a { font-weight: bold; text-decoration: underline; color: #000; }
.header_form .form_footer { font-size: 10px; }
.header_form .form_footer img { float: left; }
.header_form .form_footer p { margin: 0px; padding: 0px; float: left; }


.video_section      { background: url('../images/video_section_bg.png') center top no-repeat !important; background-size: cover !important; text-align: center; }
.video_section h3   { color: #fff; margin-top: 100px; font-weight: bold;  }
.video_section .video_player { margin: 30px 0px; cursor: pointer;}
.video_section .watch_more   { margin-bottom: 50px; }

.download_section   { background: url('../images/feeling_section_bg.png') center top no-repeat !important; background-size: cover !important; text-align: center; padding: 100px 0px; }
.download_section h2{ font-size: 35px; color: #fff; font-weight: 300; font-family: 'Lato', sans-serif; float: left;}
.download_section .shade { width: 130px; }
.download_section .downloadBtn { width: 170px; }

.feedback_section   { background: #fafafa; }
.feedback_section h2{ font-size: 16px; font-weight: bold; text-transform: capitalize; margin: 40px 0px 30px 0px; }
.feedback_section ul    { background: #fff; padding: 30px 30px 0px 30px; }
.feedback_section ul li { padding-bottom: 30px; }
.feedback_section ul li p { margin-bottom: 0px; }
.feedback_section ul li span { font-weight: bold; }
.feedback_section ul li small { font-size: 12px; }
.feedback_section ul li img { width: 50px; float: left; margin-right: 30px;  }

.load_more_btn      { background: #3489b1; color: #fff; text-align: center; padding: 10px 0px; margin-bottom: 20px; }
.load_more_btn a    { color: #fff; }

.footer_menu              { background: #101010; padding: 58px 0px; border-top: 4px solid #000;}
.footer_menu .fmenu li    { text-transform: uppercase; float: left; margin-right: 30px; font-family: 'Agency FB'; font-size: 18px;  }
.footer_menu .fmenu li a  { color: #fff; }
.footer_menu .social_links li { float: left; margin-right: 10px; }
.copyright-links {
    font-family: Tahoma;
    font-size: 12px;
    color: Gray;
    text-align: center;
}
ul.sponsored {
    text-align: right;
}
ul.sponsored li {
    display: inline-block;
    margin: 0 5px;
}
ul.social_links .fa {
    color: #fff;
    background: #595758;
    font-size: 22px;
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 6px 0;
    border-radius: 5px;
    transition: all .3s ease-in;
}
ul.social_links .fa:hover {
    background-color: #e25f1e;
}
ul.social_links {
    padding: 3px 0;
}
.footer_copyright   { padding: 10px 0px; }
.footer_copyright a { color: #000; }
.aLeft              { text-align: left; }
.aRight             { text-align: right; }



/* ============================================================
  COMMON
============================================================ */
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ============================================================
  SWITCH 1 - ROUND
============================================================ */
input.cmn-toggle-round + label {
  padding: 2px;
  width: 30px;
  height: 15px;
  background-color: #dddddd;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #121212;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 10px;
  background-color: #5d5d5d;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin 0.4s;
  -moz-transition: margin 0.4s;
  -o-transition: margin 0.4s;
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #121212;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 18px;
}

/* ============================================================
  HEADER BACKGROUND VIDEO
============================================================ */
.home .main-video video, .home .main-video iframe {
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;  }

.home .video_section video, .home .video_section iframe { 
position: absolute;
top: 300px;
left: 50%;
min-width: 100%;
min-height: 575px;
width: auto;
height: auto;
z-index: -100;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background: url('../images/slide.png') no-repeat; background-size: cover;  -webkit-transition: 1s opacity; transition: 1s opacity; }
.stopfade { 
   opacity: .5;
}


/***** INNER PAGE CSS *****/

.headerBg         { z-index: 991; position: relative; }
.inner_header     { position: relative; }
.logo_inner       { position: absolute; top: 75px; z-index: 992; width: 250px; left: 100px; }
.logo_slogan_inner{ position: absolute; top: 300px; z-index: 992; left: 110px; }







.inner_header .header_bg { z-index: 991; position: relative; }

.inner_header_mob .header_bg { z-index: 991; position: relative; }
.menu             { width: 80%; margin: auto; margin-top: -107px; z-index: 995; position: relative; }

.header_menu_bg   { background: url('../images/nav-bar.png') no-repeat; height: 175px;    bottom: -50px;
    z-index: 999;
    background-size: contain;
    position: absolute;
    max-width: 1140px;
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;	}
.menu_main            { margin: auto; position: absolute; bottom: 25px; }
.menu_main ul li:first-child { margin-left: 47px; }
.menu_main ul li      { float: left; text-transform: uppercase; padding: 0px 45px; font-family: 'Agency FB'; font-size: 20px;height: 40px;vertical-align: bottom;/* display: inline-block; */}
.menu_main ul li a    { color: #fff; }
.menu_main ul > li > ul   { display: none; position: absolute; width: 170px; top: 42px; margin-left: 0; text-align: center; background: url('../images/nav-bg.png') repeat-y; background-size: cover; padding: 10px 0px;}
.menu_main ul li ul:after { content:""; background:url(../images/dropdown-shad.png) no-repeat 32px 0; top:0; right:0; position:absolute; width:100%; height:100%; }
.menu_main ul > li > ul > li{ margin-left: 0px !important; padding: 10px 0px 5px 0px; float: none; position:relative; z-index:999; line-height: 19px; height: 50px; }
.menu_main ul li ul li:after { content:""; background:url(../images/line.png) no-repeat 25px 0px; position:absolute; bottom:0; right: 13px;; margin:0 auto; width:100%; height:10px;top: 42px;}
.shine:after { content:""; background:url(../images/shine.png) center no-repeat; position:absolute; left:0; right:0; margin:0 auto; width:100%; height:100%; top:0; }
.hover-shine { position:relative; }
.hover-shine::after { position:absolute; content:""; left:0; right:0; width:100%; height:100%; top:0; bottom:0; margin:auto; display:block; background:url(../images/hover_effect1.png) center no-repeat; }
.menu_main ul li:hover { background:url(../images/hover_effect1.png) center no-repeat; }
.menu_main > ul > li:last-child { padding: 7px 13px 8px 15px; width: 200px; }
.menu_main > ul > li:last-child > a { font-family: 'Conv_kraftundstil'; }
/*.inner_header     { background: url('../images/inner_header.png') no-repeat top center; background-size: contain; min-height: 780px; margin-bottom: 100px; z-index: 900; position: relative; }*/
/*.inner_page_bg        { background: url('../images/elf_bg.jpg') no-repeat top center; background-size: cover; margin-top: -200px; padding-top: 200px; z-index: 200;  position: relative;}
.main_menu            { width: 80%; margin: auto; position: absolute; bottom: 142px; right: 0; left: 0; z-index: 993; }
.main_menu ul li:first-child { margin-left: 40px; }
.main_menu ul li      { float: left; text-transform: uppercase; padding: 0px 45px; font-family: 'Agency FB'; font-size: 20px; }
.main_menu ul li a    { color: #fff; }
.main_menu ul li:hover ul { display: block; }
.main_menu ul li ul   { display: none; position: absolute; width: 180px; top: 42px; margin-left: -65px; text-align: center; background: url('../images/sub_menu_bg.png') no-repeat; background-size: cover; padding: 10px 0px; }
.main_menu ul li ul li{ margin-left: 0px !important; padding: 10px 0px 5px 0px; float: none; }

.downloadBtn      { position: absolute; z-index: 993; text-transform: uppercase; font-family: 'Agency FB'; font-size: 20px; color: #fff; }
.downloadBtn:hover { color: #fff; }*/
#Map {     width: 627px;
    height: 175px;
    display: block;
    position: absolute;
    bottom: -2.5em;
    margin: 0 auto;
    left: 0;
    right: 0 }
.drop_menu        { background: url('../images/dropdown.jpg') no-repeat; z-index: 999; position: absolute; bottom: 0; left: 0; display: none; width: 246px; height: 211px; }
.drop_menu li     { text-align: center; padding: 14px; font-family: 'Agency FB'; font-size: 23px; text-transform: uppercase; }
.drop_menu li a   { color: #fff; }

.inner_page_bg        { background: url('../images/elf_bg.jpg') no-repeat top center; background-size: cover;/* margin-top: -200px;*/ padding: 200px 0px 100px 0px; z-index: 200;  position: relative;}
.inner_page_bg h1 { font-family: 'Lato', sans-serif; font-size: 26px; font-weight: 900; color: #fff; }
.inner_page_bg p  { font-family: 'Lato', sans-serif; font-size: 16px; color: #fff; margin-bottom: 0px; line-height: 30px; }

.marginTop30      { margin-top: 30px; }
.elf_box          { text-align: center; }
.elf_box .bg_div  { position: relative; margin-bottom: 50px;  }
.elf_box .pic_ser { width: 70px; position: absolute; left: 30px; top: 15px; }
.elf_box h2       { position: absolute; top: 25px; color: #fff; text-transform: uppercase; font-size: 15px; font-weight: bold; left: 110px; }
.elf_box span     { position: absolute; left: 240px; top: 24px; color: #fff; text-transform: capitalize; font-size: 12px; }
.elf_box p        { font-size: 10px; color: #fff; width: 200px; position: absolute; top: 50px; left: 110px; line-height: 10px; }

.pre_link a       { text-align: left; color: #fff; padding: 30px 0px; font-family: 'Lato', sans-serif; display: block; font-weight: 700; font-size: 16px; }
.next_link a      { text-align: right; color: #fff; padding: 30px 0px; font-family: 'Lato', sans-serif; display: block; font-weight: 700; font-size: 16px; }

.heading_sec      { font-size: 20px; color: #fff; margin: 20px 0px; border: 2px solid #fff; text-align: center; padding: 5px; }
.inner_pic        { border: 2px solid #fff; }
.newsBar          { clear: both;margin: 30px 0px 40px; min-height: 180px; color: #fff;}
.newsBar h2       { font-size: 20px; font-weight: 700; color: #fff; font-family: 'Lato', sans-serif; margin-bottom: 5px; }
.newsBar p a      { color: #fff;/* margin-top: 20px; */ display: inline-block; border-bottom:1px solid #fff; }
.newsBar p a:hover{ text-decoration: underline; }

.faq_sec h2       { font-size: 20px; font-weight: 700; color: #fff; font-family: 'Lato', sans-serif; margin: 30px 0px 10px 0px; }
.faq_sec p        { color: #fff; margin-bottom: 10px; }
.faq_sec p a      { color: #fff; text-decoration: underline; }

.policy_sec h2    { font-size: 18px; font-weight: 700; color: #fff; font-family: 'Lato', sans-serif; margin: 30px 0px 30px 0px; }
.policy_sec h4    { font-size: 16px; font-weight: 700; color: #fff; font-family: 'Lato', sans-serif; margin: 0px 0px 10px 0px; }
.policy_sec p     { color: #fff; margin-bottom: 20px; }
.policy_sec ul, .policy_sec ol { color: #fff;margin-bottom: 20px; }
.policy_sec ul li, .policy_sec ol li {  margin-bottom: 10px; } 

.pets-page .owl-controls .owl-prev { margin-left:0px !important; }
.pets-page .owl-controls .owl-next { margin-right:0px !important; }
.owl-prev         { font-family: 'Conv_kraftundstil'; text-transform:uppercase; background: transparent !important; color: #fff !important; opacity: 1 !important; float: left !important; font-weight: bold !important; font-size: 16px !important; margin-left: 100px !important; letter-spacing:1px; border:2px solid #fff; }
.owl-next         { font-family: 'Conv_kraftundstil'; text-transform:uppercase; background: transparent !important; color: #fff !important; opacity: 1 !important; float: right !important; font-weight: bold !important; font-size: 16px !important; margin-right: 100px !important; letter-spacing:1px; border:2px solid #fff; }
.owl-pagination   { display: none; }
#owl_product .lb-outerContainer { background-color: transparent !important; border: none; box-shadow: none; }
#owl_image        { margin-top: 50px; margin-bottom: 50px; }
#owl_image .owl-prev { position: absolute; top: 30%; left: -50px; margin: 0px !important; padding: 0px; color: transparent !important; background: url('../images/prev.png') no-repeat !important; width: 50px; height: 45px; } 
#owl_image .owl-next { position: absolute; top: 40%; right: -50px; margin: 0px !important; padding: 0px; color: transparent !important; background: url('../images/next.png') no-repeat !important; width: 50px; height: 45px; } 

.innerfeedback    { background: transparent !important; color: #fff; }
.innerfeedback ul   { background: transparent !important; color: #fff; }

.table_req, .table_req th { text-align: center; color: #fff; font-size: 16px !important; margin-top: 60px; }
.table_req thead { border-top: 1px solid #fff; border-right: 1px solid #fff; border-left: 1px solid #fff; }
.table_req tr:nth-child(odd) > th, .table_req tr:nth-child(odd) > td { background-color: rgba(15,130,185,0.8) !important; }
.table_req tr:nth-child(even) > th, .table_req tr:nth-child(even) > td { background: #0072a5 !important; }
.table_req th, .table_req td { padding: 12px 8px !important; font-size: 16px; }

.wikiform         { text-align: center;     margin-top: 50px; }
.wikiform input, .wikiform select   { padding: 10px 15px; margin-bottom: 20px; background: #e1dfdf; border: 2px solid #fff; color: #555555; width: 200px; }
.wikiform input[type="image"]   { background: transparent; padding: 0px; border: none; margin-top: 20px; }


/*=== MY CSS ===*/
.home-slider .carousel-control { padding:14% 2% 0; }
.upper { position: relative; z-index: 999; }
.inner_page_bg.intro, .inner_page_bg.achievement-page { padding:100px 0px 0px 0px; }
.inner_page_bg.pets-page { padding:100px 0px 50px 0px; }
.inner_page_bg.ranking-page { padding:100px 0px 50px 0px; }
.inner_page_bg.wiki-page { padding:100px 0px 50px 0px; }
.inner_page_bg.custom-page { padding:100px 0px 50px 0px; }
.inner_page_bg.raid-page { padding:100px 0px 50px 0px; }
.inner_page_bg.screenshot-page { padding:100px 0px 50px 0px; }
.inner_page_bg.pvp-page { padding:100px 0px 225px 0px; }
.inner_page_bg.video-page { padding:100px 0px 225px 0px; }
.inner_page_bg.jobs-page {padding: 100px 0px 50px 0px;}
.inner_page_bg.rules-page {padding: 100px 0px 100px 0px;}
.inner_page_bg.wallpaper-page {padding: 100px 0px 100px 0px;}
.inner_page_bg.system-page {padding: 100px 0px 100px 0px;}
.inner_page_bg.overview-page { padding:100px 0px 50px 0px; }
.inner_page_bg.policy-page { padding:100px 0px 50px 0px; }
.inner_page_bg.news-page { padding:100px 0px 0px 0px; }
.inner_page_bg.housing-page { padding:100px 0px 240px 0px; }
.inner_page_bg.humans-page { padding:100px 0px 0px 0px; }
.inner_page_bg.housing-page .right-img { top:16%; left:3%; }

.page-heading h1 {border: 2px solid #fff; display:block; font-family: 'Conv_kraftundstil'; letter-spacing:1px;padding: 25px 0 0 30px;height: 79px;font-size: 25px; margin-bottom:30px;}
.inner-heading { color:#fff; font-size:25px; text-transform:uppercase; margin:0 0 7px; }

.page-heading h1.elf {background: url(../images/elf-img.png) 92% top no-repeat;}
.page-heading h1.intro {background: url(../images/game-intro-img.png) 92% top no-repeat;}
.page-heading h1.housing {background: url(../images/house-img.png) 92% top no-repeat;}
.page-heading h1.humans {background: url(../images/humans-img.png) 92% top no-repeat;}
.page-heading h1.news {background: url(../images/news-img.png) 92% top no-repeat;}
.page-heading h1.overview {background: url(../images/overview-img.png) right top no-repeat;}
.page-heading h1.pets {background: url(../images/pets-img.png) 92% top no-repeat;}
.page-heading h1.policy {background: url(../images/policy-img.png) 92% top no-repeat;}
.page-heading h1.pvp {background: url(../images/pvp-img.png) 92% top no-repeat;}
.page-heading h1.jobs {background: url(../images/pets-img.png) 92% top no-repeat;}
.page-heading h1.raid {background: url(../images/raid-img.png) 95% top no-repeat;}
.page-heading h1.ranking {background: url(../images/ranking-img.png) right top no-repeat;}
.page-heading h1.rules {background: url(../images/policy-img.png) 92% top no-repeat;}
.page-heading h1.screenshot {background: url(../images/screenshot-img.png) 92% top no-repeat;}
.page-heading h1.system {background: url(../images/system-img.png) 92% top no-repeat;}
.page-heading h1.video {background: url(../images/video-img.png) right top no-repeat;}
.page-heading h1.wallpaper {background: url(../images/pets-img.png) 92% top no-repeat;}
.page-heading h1.wiki {background: url(../images/wiki-img.png) 92% top no-repeat;}
.page-heading h1.custom {background: url(../images/custom-img.png) 92% top no-repeat;}

.inner_page_bg.intro img { max-width:100%; margin-top:80px; }

.inner_page_bg.news-page .bot-img { left:0px; width:157px; }
.humans-page .bot-img { bottom:-12px; width:382px; }
.overview-page .bot-img {top: 7%;width: 300px;right: 4%;}
.overview-page .right-img { bottom:0px; top:inherit; left:0px; width:290px; }
.pets-page .right-img { bottom:4%; top:inherit; left:0px; width:290px; z-index:-9; }
.pets-page .bot-img { bottom:4%; width:290px; }
.pets-page .right-img-top {top: 20%;right: 6%;z-index: -9;}
.policy-page .bot-img { width:350px; }
.pvp-page .left-img-bot { left:7%; }
.jobs-page .left-img-top {top: 16%;left: 3%;}
.jobs-page .bot-img { z-index:-9;width: 650px;}
.raid-page .left-img-bot { width:300px; left:2%; }
.ranking-page .left-img-bot { width:212px; }
.ranking-page .bot-img { width:450px; }
.screenshot-page .right-img-top { top: 15%; right: 3%; }
.screenshot-page .left-img-bot { z-index:-9; }
.system-page .bot-img { z-index:-9; width:350px; }
.system-page .left-img-bot { width:300px; left: 6%; }
.video-page .left-img-bot { left:5%; }
.video-page .bot-img { z-index:-9; }
.wallpaper-page .left-img-bot { width:250px; }
.wiki-page .left-img-bot { width:350px; }
.custom-page .right-img-top { position:absolute;top: 26%;right: 7%; z-index:999;}

.right-img-top { position:absolute; top:0; right:0px; z-index:999; }
.bot-img { position:absolute; top: 165px; right:-74px; z-index:999; max-width: 450px; }
.bot-img2 { position: absolute; bottom: 281px; right: 97px; max-width: 400px;}
.right-img { position:absolute; top:0; left:0px; z-index:999; }
.left-img-top { position:absolute; top:0; left:0px; z-index:999; }
.left-img-bot { position:absolute; bottom:110px; left:0px; z-index:999; }

/* Edited By Umer Shaikh*/
.main-index-form form {
    padding: 20px 20px;
    border-radius: 0 0 20px 20px;
    background: url(../images/girl-cartoon-img.png) no-repeat right bottom;
    font-family: "Lato",Arial,Helvetica,sans-serif;
    font-weight: 100;	
    margin-bottom: 10px;	
}
.form-background {
	background-color: rgba(19,106,142,0.9);
    border-radius: 0 0 20px 20px;	
}
.creative-account-heading {
	padding: 24px 9px 24px 25px;
    color: #fff;
    font-family: 'Conv_kraftundstil';
    font-size: 25px;
    border: 2px solid #d2d4cd;
    border-radius: 20px 20px 0 0;
    background: url("../images/cartoon-img.png") no-repeat right;
}
.main-index-form form input[type="text"], .main-index-form form input[type="email"], .main-index-form form input[type="password"] {
    background-color: #fff !important;
    padding: 15px 20px;
    border-radius: 4px;
    width: 100%;
	margin: 10px 0;
}
.main-index-form form input[type="text"], .main-index-form form input[type="email"] {
    max-width: 251px;
}
.main-index-form form input[type="password"] {
    max-width: 573px;
}
span.checkbox-details, .accept-terms-text {
    color: #fff;
    font-size: 14px;
}
.checkbox-wrapper {
    margin: 20px 0 0 0;
}
span.checkbox-details {
    padding-left: 8px;
}
.checkbox-wrapper input[type="checkbox"] {
    margin-top: 5px !important;
}
.accept-terms-text {
    margin: 30px 0;
}
.play-free-btn button.btn.submitBtn {
    background-color: #0084cb;
    color: #fff;
    max-width: 290px;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    border: 1px solid #0084cb;
    transition: all .2s ease-out;
    width: 100%;	
}
.play-free-btn button.btn.submitBtn:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #333;
}
.already-account, .already-account a {
    font-size: 14px;
    color: #fff;
}
.already-account a {
    text-decoration: underline;
    font-weight: 600;
}
.data-secure-heading {
    color: #fff;
    text-align: center;
    background-image: url(../images/key.png);
    font-weight: 100;
    background-repeat: no-repeat;
    background-position: 60px 2px;
    padding-left: 50px;
}
span.abc {
    float: left;
    color: #fff;
    font-weight: 100;
    font-size: 11px;
}
span.toggle-checkbox {
    float: left;
    padding: 0 5px;
}
.abc-text {
    color: #fff;
    padding: 2px 0 0 50px;
}
.closed-beta-heading {
    font-size: 40px;
    color: #fafafa;
    text-transform: uppercase;
    font-family: 'Conv_kraftundstil';
    margin-bottom: 20px;
    border: 2px solid #fff;
    text-align: center;
    padding: 16px 0;
    background: url("../images/closed-cart-2.png") no-repeat right;
    position: relative;
    z-index: 9;
}
.closed-beta-heading:before {
    content: "";
    background: url("../images/closed-cart-1.png") no-repeat left;
    height: 88px;
	width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;	
}
.system-wrapper {
    margin-top: 110px;
}
ul.parterns-logo li {
    display: inline-block;
    margin: 3px;
}
.redeem-line {
    color: #fafafa;
    font-size: 16px;
    font-family: "Lato",Arial,Helvetica,sans-serif;
    margin-bottom: 20px;
}
.step-heading {
    font-size: 25px;
    color: #fafafa;
    text-transform: capitalize;
    font-family: "Lato",Arial,Helvetica,sans-serif;
    margin-top: 40px;	
}
.partner-description {
    font-size: 16px;
    color: #fafafa;
    margin-bottom: 30px;	
}
.partner-comming-soon {
    font-size: 22px;
    color: #fafafa;
    margin: 20px 0 30px 0;
}
form.closed-form input[type="text"] {
	max-width: 338px;
    width: 100%;
    padding: 14px 20px;
    border-radius: 4px;
    border: 2px solid #dad9d7;
    background-color: #e1dfdf;
    margin-top: 1px;	
}
.download-btn {
    margin-top: 52px;
}

.margin-top {
    margin-top: 100px;
}
.margin-zero {
    max-width: 250px;	
    margin-bottom: 10px;	
}
.top-zero {
    top: 8%;
}
section.table-section {
    background-image: url("../images/table-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0;	
    border-bottom: 3px solid #fff;	
}
ul.parterns-logo li img {
    max-width: 67px;
}
.sys-req-heading {
	font-size: 40px;
    color: #fafafa;
    text-transform: uppercase;
    font-family: 'Conv_kraftundstil';
    border: 2px solid #fafafa;
    background: url("../images/black-white-cartoon.png") no-repeat right;
    margin-bottom: 60px;
    padding: 15px 0 15px 60px;	
}
button.btn.activate-btn img, button.btn.download-button img {
    max-height: 55px;
    transition: all .2s ease-out;	
}
button.btn.activate-btn img:hover, button.btn.download-button img:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
}
button.btn.activate-btn, button.btn.download-button {
    padding: 0;
	border-radius: 0;
    border: 0;
}
tr.table-headng {
    border: 1px solid #fafafa;
    background-color: #1084bc;
}
tr.odd-row {
    background-color: #1283bc;
}
tr.even-row {
    background-color: #0072a5;
}
table.table {
    color: #fafafa;
    text-align: center;
}
tr.table-headng th {
    text-align: center;
}
.closed-video video#bgvid {
    min-width: 100%;
    height: auto;
}
section.closed-beta-back {
    background-image: url("../images/closed-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0;	
}
ul.community-sub-sub-menu {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;	
}
ul.community-sub-sub-menu.mega-img-menu {
    overflow: visible;
}
ul.carusol-bullets li {
    float: left;
    background: url("../images/bulletPoints.png") no-repeat 0 9px;
    padding: 0 15px 5px 15px;
    width: 560px;
}
li.sub-menu-toggle .custom-link {
    cursor: pointer;
}
.community-sub-menu.navbar-nav > li {
    text-align: center;
    max-width: 300px;
    width: 100%;	
}
.animated-cloud {
    position: absolute;
    bottom: 7px;
    right: 168px;
    left: 0;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    z-index: 9999;	
}
/*
.menu_main > ul > li:hover .sub-menu {
    display: block !important;
}
*/
@keyframes slidein {
	0% { height: 0%; }
	20% { height: 20%; }
	40% { height: 40%; }
	60% { height: 60%; }
	80% { height: 80%; }
    100% { height: 100%; }
}
/*.community-sub-sub-menu, .community-sub-menu {
    width: 300px !important;
} 
.community-sub-menu {
        left: -60px !important;
}
.community-sub-menu:after {
	right: -33% !important;
}*/
.community-sub-sub-menu {
    background: #333 !important;
	position: relative !important;
}
.community-sub-sub-menu:after {
	background: none !important;	
}
.community-sub-sub-menu li {
    padding: 10px 80px 10px 10px;
    font-size: 20px;
	color: #fff;
    position: relative;	
    text-transform: capitalize;	
}
.community-sub-menu li:after {
    left: 38px !important;
}
.float-left {
    position: absolute;
    top: 11px;
}
.float-right {
    position: absolute;
    right: 25px;
    top: 11px;
}
li.sub-menu-toggle.dropdown.open, .sub-menu-toggle.open {
    display: table;
}
p.menu-description {
    color: #fff;
    font-size: 13px;
    text-align: center;	
	margin-bottom: 0;	
}
.mega-img-menu li:first-child:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 7px solid #fff;
    border-bottom: 5px solid transparent;
    position: absolute;
    right: 25px;
    top: 45px;
}
.community-sub-sub-menu li {
	border-bottom: 1px solid rgba(204, 204, 204, 0.24);
    vertical-align: middle;		
}
ul.dropdown-menu.community-sub-sub-menu li:after, ul.community-sub-sub-menu li:after  {
	content: none;
    background: none !important;	
}
li.sub-menu-toggle.dropdown.open:after, .sub-menu-toggle.open:after {
    background: none;
}
li.sub-menu-toggle.dropdown.open:hover {
    background: none;
}
.menu-img {
    position: absolute;
    top: -6px;
    right: -141px;
    display: none;
    z-index: 99999;	
}
.community-sub-sub-menu > li:hover .menu-img {
    display: block !important;
}
.transform {
  -webkit-transition: all 2s ease;  
  -moz-transition: all 2s ease;  
  -o-transition: all 2s ease;  
  -ms-transition: all 2s ease;  
  transition: all 2s ease;
}

.transform-active {
  background-color: #45CEE0;
  height: 200px;
  width: 200px;
}
ul.load-toggle-reviews {
    padding-top: 0;
}
.load-reviews {
    cursor: pointer;
}
.overview-slider {
    position: absolute;
    bottom: 75px;
    color: #fff;
    font-size: 24px;
}
.overview-1 {
    right: 70px;
}
.overview-2 {
    left: 70px;
}
.scroll-down img {
    max-width: 30px;
}
.scroll-down {
    margin-top: 30px;
}
.pvp-cartoon-img {
	bottom: 0 !important;
}
/*********/
@media (max-width: 1900px){
  .inner_header { height: 800px; }
  .closed-video {
	    height: 800px;
	    overflow: hidden;
	}
}

@media (max-width: 1650px){
  .body-img { display:block !important; }
	.overview-1 {
	    right: 70px;
		bottom: 103px;
	    font-size: 24px;
	}
}

@media (max-width: 1600px){
  .body-img { display:block !important; }
/*
  .owl-prev { margin-left: 200px !important; }
*/
  .inner_header { height: 650px; }
  .closed-video {
	    height: 650px;
	    overflow: hidden;
	}
}

@media (max-width: 1550px){
  .body-img { display:block !important; }
  .overview-1 {
	    right: 5px;
		bottom: 83px;
	    font-size: 23px;
	}
	.overview-2 {
	    left: 20px;
	    bottom: 62px;
	    font-size: 23px;
	}
}

@media (max-width: 1500px){
  .body-img { display:block !important; } 
}

@media (max-width: 1400px){
  .body-img { display:block !important; }
  .overview-1 {
	    right: 30px;
		bottom: 82px;
	    font-size: 20px;
	}
	.overview-2 {
	    left: 10px;
	    bottom: 62px;
	    font-size: 19px;
	}
}

@media (max-width: 1350px){
  .drop_menu        { background: url('../images/dropdown.jpg') no-repeat; z-index: 991; position: absolute; bottom: -82px; left: 450px; display: none; width: 246px; height: 211px; }
  .drop_menu li     { text-align: center; padding: 14px; font-family: 'Agency FB'; font-size: 23px; text-transform: uppercase; }
  .drop_menu li a   { color: #fff; }
  .body-img { display:block !important; }
}

@media (max-width: 1300px){
  .drop_menu        { bottom: -87px; left: 380px; }
  .body-img { display:block !important; }
}
@media (max-width: 1280px){
	.inner_header { height: 500px; }
	.closed-video {
	    height: 550px;
	    overflow: hidden;
	}
	.overview-1 {
	    right: 10px;
	    bottom: 80px;
	    font-size: 19px;
	}	
	
	.overview-2 {
	    left: 10px;
	    bottom: 65px;
	    font-size: 19px;
	}
	ul.carusol-bullets li {
	    padding: 0 15px 0 15px;
	}
}

@media (max-width: 1250px){  
  .drop_menu        { background: url('../images/dropdown.jpg') no-repeat; z-index: 991; position: absolute; bottom: -60px; left: 425px; display: none; width: 200px; height: 180px; background-size: contain; }
  .drop_menu li     { padding: 11px; font-size: 20px;  }
  .body-img { display:block !important; }
}

@media (max-width: 1200px){
  .drop_menu      { left: 390px; bottom: -64px; }
  .body-img { display:block !important; }
}
@media (max-width: 1170px) {
	
}
@media (min-width: 1170px) {
	  .menu_main  { bottom: 30px; }
	  .menu_main > ul > li  { padding: 5px 0 0; width: 175px;} 
    .menu_main ul li ul { top: 38px; }
	.menu_main ul li ul   { width: 175px;}	
}
@media (min-width: 992px) and (max-width: 1169px) {
	.header_menu_bg {
	    max-width: 991px;
	    bottom: -66px;
	}
	.menu_main  { bottom: 47px; }
	.menu_main ul li {
	    padding: 5px 0 0;
		width: 146px;	
	}
	.menu_main > ul > li:last-child {
	    padding: 5px 0 8px 0px;
	    margin-left: 27px;
	    width: 170px;
	}
	.inner_header { height: 450px; }
	.closed-video {
	    height: 450px;
	    overflow: hidden;
	}
	.menu_main ul li ul {
	    width: 146px;
	    top: 34px;
		}  
}
@media (min-width: 768px) and (max-width: 991px) {
	.header_menu_bg {
	    bottom: -91px;
	    max-width: 750px;
	}	
	.menu_main ul li:first-child {
	    margin-left: 27px;
	}
	.menu_main > ul > li:last-child {
	    padding: 0px 0px 8px 0px;
	    margin-left: 3px;
	    width: 128px;
	}
	.menu_main ul li {
		padding: 0;
	    height: 26px;
	    width: 116px;
	}
	.menu_main > ul > li {
	    font-size: 17px;
	}
	.menu_main ul li ul li {
	    font-size: 16px;
		padding: 0px 0px 5px 0px;	
	}
	.menu_main ul li ul {
	    width: 116px;
  		top: 25px;
	}
	.menu_main ul li ul li:after {
	    top: 37px;
	}
	ul.sub-menu li {
	    padding: 7px 0 5px 0 !important;
	    height: 50px !important;
	}
	.menu_main {
	    bottom: 80px;
	}
	.menu_main > ul > li:last-child > a {
	    font-size: 17px;
	}
	.banner-background {
    	background-position: -953px -3px;
	}
	.inner_header { height: 400px; }
	.closed-video {
	    height: 400px;
	    overflow: hidden;
	}
	.top-achievements.text-center .community-sub-menu.navbar-nav > li:after {
	    background: url(../images/line.png) no-repeat 162px 0 !important;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.banner-background {
	    background-position: -1080px 0;
	    height: 300px;
	}
	.inner_header_mob {
	    height: 300px;
	}
	.closed-video {
	    height: 300px;
	    overflow: hidden;
	}
}	
@media (max-width: 1150px){
  .drop_menu      { left: 370px; bottom: -68px; }
  .body-img { display:block !important; }
}

@media (max-width: 1100px){
  .drop_menu      { left: 350px; bottom: -72px; }
  .body-img { display:block !important; }
}

@media (max-width: 1050px){
  .drop_menu      { left: 334px; bottom: -76px; width: 150px; }
  .drop_menu li   { padding: 6px; font-size: 17px;  }
  .body-img { display:block !important; }
}

@media (max-width: 1000px){
  .logo_inner     { top: 75px; width: 200px; left: 60px; }
  .logo_slogan_inner { top: 265px; left: 75px; }
  .drop_menu      { bottom: -80px; }
  .body-img { display:none !important; }
}

@media (max-width: 991px){
  .footer_menu .fmenu li  { margin-right: 15px; }
  /*.download_section h2    { font-size: 30px; }
  .download_section .shade { width: 80px; }
  .download_section .downloadBtn { width: 120px; }*/

  /* Inner Page */
  .elf_box .pic_ser { left: 30px; }
  .elf_box h2       { left: 110px; }
  .elf_box span     { left: 215px; }
  .elf_box p        { left: 108px; }
  .body-img { display:none !important; }
} 

  
@media (max-width: 950px){
 /* .menu           { margin-top: -80px; } 
  .menu_main      { bottom: 100px; }
  .menu_main ul li{ padding: 0px 20px; } 
  .menu_main ul li ul { top: 35px; }
  .downloadBtn    { right: 70px; }*/
  /*.drop_menu      { left: 315px; width: 200px; bottom: -35px; }
  .drop_menu img  { width: 150px; }*/

  .logo_inner     { top: 30px; width: 200px; left: 45px; }
  .logo_slogan_inner  { top: 200px; left: 55px; }
  .drop_menu      { left: 305px; bottom: -84px; width: 130px; }
  .drop_menu li   { padding: 5px; font-size: 16px;  }
  .body-img { display:none !important; }
} 
 
@media (max-width: 900px){
  /*.menu           { margin-top: -77px; } 
  .main_menu      { bottom: 95px; }
  .main_menu ul li:first-child { margin-left: 15px; }
  .main_menu ul li{ padding: 0px 20px; } 
  .main_menu ul li ul { top: 35px; }
  .downloadBtn    { right: 70px; }*/
  .drop_menu      { left: 285px; bottom: -89px; }
}

@media (max-width: 850px){
  .drop_menu      { left: 265px; bottom: -93px; }
}

@media (max-width: 800px){
  /*.menu           { margin-top: -70px; } */
  .logo_inner     { top: 30px; width: 180px; left: 45px; }
  .logo_slogan_inner  { top: 180px; left: 55px; }
  .drop_menu      { left: 275px; bottom: -100px; width: 100px; }
  .drop_menu li   { padding: 2px; font-size: 14px;  }

}

@media (max-width: 768px){
  /*.menu           { margin-top: -70px; } */
  .logo_inner     { top: 45px; width: 180px; left: 20px; }
  .logo_slogan_inner { top: 210px; left: 30px; }
  .drop_menu      { left: 275px; bottom: -100px; width: 100px; }
  .drop_menu li   { padding: 2px; font-size: 14px;  }

}

@media (max-width: 767px) {
  .main_menu              { background: #e67130; }
  .navbar-toggle          { border: 1px solid #fff; }
  .navbar-toggle .icon-bar{ border: 1px solid #fff; }
  .main_menu li a         { text-transform: uppercase; color: #fff; font-family: 'Agency FB'; font-size: 20px;  }
  .main_menu li:hover a, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus   { background-color: #6F2905 }
  .inner_page_bg          { margin-top: 0px; padding-top: 50px; }


  .play_icon              { margin-bottom: 30px; }
  .waterdrop			        { left: 0px !important; }
  .download_section h2    { width: 100%; }
  .fmenu                  { margin-bottom: 30px; }
  .aLeft, .aRight         { text-align: center; }

  .logo_inner             { top: 20px; width: 180px; left: 20px; }
  .logo_slogan_inner      { top: 180px; left: 30px; }

  /*** INNER PAGE ***/
  .elf_box                { text-align: left; }
  /*.logo_inner, .main_menu, .logo_slogan_inner { display: none; }*/
  .downloadBtn            { width: 120px; left: 0; right: 0; position: absolute; margin: auto; top: 15px; }
  .inner_header { height: 350px; }
  .closed-video {
	    height: 350px;
	    overflow: hidden;
	}
	.top-achievements.text-center .community-sub-menu.navbar-nav > li:after {
	    background: url(../images/line.png) no-repeat 41% 0 !important;
	}
}

@media (max-width: 700px) {

}

@media (max-width: 655px) {

}

@media (max-width: 600px) {
  .logo_inner             { top: 20px; width: 130px; }
  .logo_slogan_inner      { top: 145px; left: 20px; width: 120px; }
	.community-sub-sub-menu li {
	    font-size: 15px;
	}  
}

@media (max-width: 500px) {
  .logo_inner             { top: 15px; width: 120px; }
  .logo_slogan_inner      { top: 120px; left: 20px; width: 100px; }
}
@media (max-width: 480px) {
	.inner_header { height: 300px; }
	.closed-video {
	    height: 300px;
	    overflow: hidden;
	}
	.inner_header_mob.hidden-md.hidden-sm.hidden-lg {
	    height: 160px;
	}
	.banner-background {
	    background-position: -1166px 0;
	    height: 160px;
	}
}
@media (max-width: 400px) {
  .logo_inner             { top: 10px; width: 100px; }
  .logo_slogan_inner      { top: 90px; left: 20px; width: 80px; }
}

@media (max-width: 360px){
  .logo_inner             { top: 10px; width: 80px; }
  .logo_slogan_inner      { top: 80px; left: 20px; width: 70px; }
}

@media (max-width: 320px){
  .logo_inner             { top: 10px; width: 70px; }
  .logo_slogan_inner      { top: 70px; left: 20px; width: 60px; }
	.inner_header { height: 250px; }
	.closed-video {
	    height: 250px;
	    overflow: hidden;
	}
}

.modal-backdrop { z-index: 150 !important; }
.modal          { background: rgba(0,0,0,0.5); }
.modal-content  { background-color: transparent; border: none; box-shadow: none; }
.parent-box ul {  }
.parent-box ul .pet-box { background:url(../images/div_bg--.png) no-repeat; min-height:240px;width: 46.3%;list-style:none; float:left;display: inline-block; margin:30px 0 0;}
.parent-box ul .pet-box img { margin:19px 0 0 22px; float:left; }
.parent-box .pet-content { float: left; width: 45%; margin: 35px 0 0 20px; }
.parent-box .pet-content h3 { color: #fff; text-transform: uppercase; font-size: 20px; font-weight: bold; }
.parent-box .pet-content p { font-style:16px; color:#fff; text-align:left; line-height:20px; }

.custom-page .parent-box ul .pet-box { background:url(../images/custom-bg.png) no-repeat; min-height:442px;width: 69.7%;list-style:none; float:inherit; display: inherit;margin: 0 auto 30px;}
.custom-page .parent-box ul .pet-box img {margin: 22px 0 0 32px; float:left;}
.custom-page .parent-box .pet-content { float: left; width: 45%;margin: 50px 0 0 20px;}
.custom-page .parent-box .pet-content h3 { color: #fff; text-transform: uppercase;font-size: 24px; font-weight: bold;}
.custom-page .parent-box .pet-content p {    
	font-size: 22px;
    color: #fff;
    text-align: left;
    line-height: 30px;
}
ul.specification li:last-child, .pet-specification li:last-child {
    margin-right: 0;
}
ul.specification li:first-child, .pet-specification li:first-child {
    margin-left: 0;
}
ul.specification li {
    display: inline-block;
    margin: 20px 20px;
    color: #fff;
    font-size: 20px;
}
.pet-specification li {
    display: inline-block;
    width: 100px;
    color: #fff;
    font-size: 12px;
}
ul.pet-specification span {
    font-weight: 600;
    font-size: 13px;
}
.pet-content p.skills {
    font-size: 12px;
}
.pet-heading {
     margin-top: 5px
}
.mount-name {
    font-size: 17px !important;
    font-weight: 700;
    margin-bottom: 40px;
}

/********* achivement menu**********/

.top-achievements.text-center {
    margin-top: 30px;
}
.achievement-show {
	display:none;
}
.top-achievements > .community-sub-menu.navbar-nav > li {
    padding: 15px 0;
	max-width: 770px !important;
    font-size: 24px;
    display: table;		
}
.top-achievements > .community-sub-menu.navbar-nav > li > a {
    color: #fff;
}
.top-achievements.text-center .community-sub-menu.navbar-nav {
    max-width: 770px !important;
    width: 100%;
    background-color: #c45c1f;
    border: 10px solid #76bc63;
    border-radius: 4px;	
    margin-bottom: 50px !important;
    margin: 0 auto;	
}
.top-achievements > .community-sub-menu.navbar-nav > li:hover {
    background: url(../images/hover_effect1.png) center no-repeat;
}
.top-achievements.text-center .community-sub-menu.navbar-nav li:after {
    content: "";
    background: url(../images/line.png) no-repeat 263px 0;
    position: absolute;
    bottom: 0;
    right: 74px;
    margin: 0 auto;
    width: 100%;
    height: 10px;
    top: 56px;
    max-width: 770px;
}	
li.sub-menu-toggle.dropdown ul.dropdown-menu.community-sub-sub-menu, li.sub-menu-toggle.dropdown ul.dropdown-menu.community-sub-sub-menu li {
    max-width: 750px;
    width: 100%;
}
.community-sub-menu.navbar-nav {
    padding: 0 0 15px 0;
}
.community-sub-sub-menu.mega-img-menu li {
    padding: 10px 20px 10px 10px;
}
.person-name {
    font-size: 22px;
    color: #fafafa;
    text-transform: capitalize;
    font-style: italic;
    font-family: 'Lato', sans-serif !important;	
}
.after-login img {
    float: right;
}
.male-login-wrapper, .female-login-wrapper {
    border: 2px solid #fafafa;
    padding: 10px 10px;
    width: 350px;
}
.male-login-wrapper {
    background: url(../images/male-after-login.png) no-repeat right;
}
.female-login-wrapper {
    background: url(../images/female-after-login.png) no-repeat right;
}
header {
    position: relative;
}
.person-name span {
    text-transform: uppercase;
}
.after-login, .before-login {
    position: absolute;
	right: 20px;
	top: 20px;
    z-index: 999;		
}
