/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; min-width: 1150px; }

html {
    position: relative;
    min-height: 100%;
}

html, button, input, select, textarea { font-family: 'PT Sans', sans-serif; color: #222; }

body { margin: 0; font-size: 14px; line-height: 1.4;  min-width: 1150px; background-color: #d9e9f6; background:url("../../../design/website/img/page-bg_02.webp") center -10px no-repeat #d9e9f6; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #edded6; color: #111; text-shadow: none; }
::selection { background: #edded6; color: #111; text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */

a { color: #1c2025; text-decoration:none; }
a:visited { color: #1c2025; }
a:hover { color: #0c517f; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; clear: both;}

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrdze
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrdze Frame Prdzpt
   ========================================================================== */

.chrdzeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author: Aleksander Danilov
   ========================================================================== */
.fancy-letter {background: transparent url(../../../design/website/img/letters.png) 0 0 no-repeat; display: block; width:69px; height:69px; float: left; text-indent:-99999%; margin-right: 10px;}
.ltr-a {background-position:0 0;}
.ltr-b {background-position: -77px 0;}
.ltr-c {background-position: -154px 0;}
.ltr-d {background-position: -231px 0;}
.ltr-e {background-position: -309px 0;}
.ltr-f {background-position: -388px 0;}
.ltr-g {background-position: -469px 0;}
.ltr-h {background-position: -539px 0;}
.ltr-i {background-position: -623px 0;}
.ltr-j {background-position: -702px 0;}
.ltr-k {background-position: -778px 0;}
.ltr-l {background-position: -859px 0;}
.ltr-m {background-position: -935px 0;}
.ltr-n {background-position: -1014px 0;}
.ltr-o {background-position: -1095px 0;}
.ltr-p {background-position: -1173px 0;}
.ltr-q {background-position: -1251px 0;}
.ltr-r {background-position: -1329px 0;}
.ltr-s {background-position: -1408px 0;}
.ltr-t {background-position: -1488px 0;}
.ltr-u {background-position: -1566px 0;}
.ltr-v {background-position: -1647px 0;}
.ltr-w {background-position: -1727px 0;}
.ltr-x {background-position: -1806px 0;}
.ltr-y {background-position: -1885px 0;}
.ltr-z {background-position: -1966px 0;}


h1 {
  font-family: 'Neuton', serif;
  text-transform: uppercase;
  font-size: 30px;
  color: #1c2025;
  letter-spacing: 1px;
  margin-top: 0;
  font-weight: 600;
}

h2 {
  font-family: 'Neuton', serif;
  font-size: 48px;
  color:#1c2025;
  text-align: right;
  margin: 0 0 15px 0;
  font-weight: 600;
}

.float-left { float:left; }
.float-right { float:right; }
.mini-header {
  font-size: 16px;
  clear: both;
  text-align: right;
  padding: 10px 40px 0;
}

.bot-bar {
float: left;
-webkit-box-shadow:  0px -8px 30px -14px rgba(0, 0, 0, 0.8);
        
        box-shadow:  0px -8px 30px -14px rgba(0, 0, 0, 0.8);
}

.botbarworld {
display:none;
}

#top-bar {
  width:100%;
  background: #1c2025;
  top:0;
  -webkit-box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.6);        
  box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.6);
  min-width: 1150px;
/**    position: fixed; **/
  top: 0;
  z-index: 5000;
}

#top-bar * {z-index:100;}

#top-bar-container {
  height:30px;
  width: 1010px;
  margin: 0 auto;
  position: relative;
}

#languagedd {
  height:20px;
  float: left;
  background: transparent url(../../../design/website/img/arrow-lang.png) no-repeat 0 12px;
  padding-left: 16px;
}
#languagedd .flagsNO a {
  display: none;
  visibility: hidden;

}
#languagedd:hover .flagsNO  a {
  display: block;
  visibility: visible;
}

#languagedd .flagsNO a, #languagedd #flagsCUR a {
  background-color: #fff;
  padding: 2px 3px;
}
#languagedd div {
  height:11px;
  padding: 2px 2px;
}
#languagedd div a {
  height:11px;
  display: block;
}

#languagedd img {
  border: 1px solid grey;
}

.socialmedia  {  float: left;}
#account, #register, #logout {  float: right;}
#logincontent_small, .tx-frogsterregister-pi1 {  float: right;}

#logout a{
	color: #aabdd5;
}

.mnu_link a, #logincontent_small a, .tx-frogsterregister-pi1 a {
  text-decoration:none;
  font-family: 'PT Sans', sans-serif;
  font-size:14px;
  color: #eef4f6;
  text-transform:uppercase;
  font-weight:bold;
  padding: 6px 60px;
  line-height: 30px;
}

#loginBox_small, #registerBox_small {
  position: absolute;
  background: white;
  padding: 5px;
  width:380px;
  float: left;
  margin: 0px 0px;
}

.register_text div, .login_text div {
  float: left;
  width: 175px;
}

.register_text div.pass, .login_text div.pass {
  padding-left: 30px;
}

.pass, .mail{
  margin-bottom: 8px;
}
#logincontent_small a.active, .tx-frogsterregister-pi1 a.active,
.mnu_link a:hover, #logincontent_small a:hover, .tx-frogsterregister-pi1 a:hover {
  background-color: #364148;
  color: #fff;
}
.register_text input[type="password"], .register_text input[type="text"], .login_text input[type="password"], .login_text input[type="text"] {
  float: left;
  background-color:#cbcbcb;
  border: none;
  padding: 5px;
  width: 165px;
}

.register_text label, .login_text label {
  clear: left;
  font-size:12px;
}

.register_checkbox, .login-checkbox {
  font-size:12px;
}
.register_checkbox a, .login-checkbox a, #dialog a {
  padding: 0;
  line-height: auto;
  font-size:12px;
}

#reg_submit, #login_submit {
  color: white;
  background: #1182cd;
  border: none;
  width: 175px;
  font-weight:bold;
  margin-top: 5px;
}

#login2_submit, #passChangeSubmit, #resetPasscodeSubmit, #changeEmailSubmit, #emilChangeSubmit, #resetPasswordSubmit, #passwordChangeSubmit, #billingSubmit {
  color: white;
  background: #1182cd;
  border: none;
  width: 460px;
  font-weight:bold;
  margin-top: 10px;
  margin-bottom: 20px;
}

#registerSystemRequirements {
	margin-top: 20px;
	margin-bottom: 20px;
}

#registerSystemRequirements table {
    line-height: 24px;
    text-align: left;
    width: 940px;
}

#registerSystemRequirements table thead {
    font-size: 20px;
}

.grey_table_bg {
    background-color: #d9d9d9;
}

#loginBox_small #syntaxCheck, #registerBox_small #syntaxCheck {
max-width: 380px
}

#content .tx-frogsterregister-pi1 {
  float: none;
}

#content .tx-frogsterregister-pi1 a {
  padding: 0
}

#content .tx-frogsterregister-pi1 #reg_submit {
  float: none;
}

.pw_forgot {
  padding: 0 !important;
  float: right;
  width: 175px;
  text-align: center;
  margin-top: 5px;
  color: #1c2025 !important;
}

.pw_forgot:hover {
  color: #d9e9f6 !important;
}

#login_submit {
  float: left;
}

.icn_social {
  float: left;
  margin: 0 5px;
}


#header {
  position:relative; 
  margin:0 auto;
  padding-top:58px;
  z-index:1;
}

#header #logo {
	position:relative;
  text-indent:-9999%;
  background: transparent url(../../../design/website/img/dragona-logo.webp) no-repeat;
  display:block;
  width:487px;
  height:236px;
  margin:0 auto;
}

#header .claim {
  margin: -7px auto 30px auto;
  display: block;
	height:45px;
	width:auto;
}

#btn-coinz {
	background:url("../../../design/website/img/bg-btn-coinz2.png") no-repeat scroll 0px 0px transparent;
	display:block;
	height:180px;
	position:absolute;
	top:0px;
	left:550px;
	width:300px;
}

#btn-coinz .lbl-btn-coinz,
#btn-coinz .txt-btn-coinz {
	position:relative;
	display:block;
	text-align:center;
	color:#ffffff;
  -webkit-text-shadow:0 0 3px #000000, 0 0 5px #000000;        
  text-shadow:0 0 3px #000000, 0 0 5px #000000;
}

#btn-coinz .lbl-btn-coinz {
	top:80px;
	height:36px;
	font-size:17px;
	font-weight:bold;
	line-height:17px;
	text-transform:uppercase;
}
#btn-coinz .txt-btn-coinz { top:100px; }


.download_btn{
	margin-top: 30px;
	height: 240px;
	margin-bottom:30px;
}

.btn_black {
    display: block;
    width: 406px;
    margin: 0 auto;
    border: 1px solid #074669;
    box-sizing: border-box;
}

.btn_manual {
    display: block;
    width: 406px;
    border: 1px solid #074669;
    box-sizing: border-box;
	margin: 0 auto;
	margin-top: 30px; 
}

.btn_manual .inner_manual_btn {
    display: block;
	height: 60px;
    margin: 4px;
    font-weight: bold;
    line-height: 62px;
    color: #fff;
    text-align: center;
	font-size: 20px;
	background: url("../../../design/website/img/download_mp_button.webp") 0 0 no-repeat;
}

.btn_black .inner_btn {
    display: block;
    height: 94px;
    margin: 4px;
    font-weight: bold;
    line-height: 96px;
    color: #fff;
    text-align: center;
	font-size: 20px;
	background: url("../../../design/website/img/download_button.webp") 0 0 no-repeat;
}

.btn_download .img_black {
    width: 16px;
    height: 16px;
    margin: -7px 0 0 10px;
    vertical-align: middle;
}

.img_black {
    display: inline-block;
    background: url("../../../design/website/img/download_ico.png") 0 0 no-repeat;
        background-position-x: 0px;
        background-position-y: 0px;
    text-indent: -9999px;
    vertical-align: top;
}

/** .btn_download:hover .img_black{background-position:-470px -200px} **/
.btn_download:hover .inner_btn{ -webkit-filter: brightness(120%); filter: brightness(120%);}

.download_util_area .download_util {
    width: 940px;
    height: 200px;
	padding: 0px;
    background: url("../../../design/website/img/bg_download_util.png") no-repeat 0 0;
}

.download_util_area {
    margin: 20px 0 0;
}

.download_util_area .download_util li {
    float: left;
    width: 235px;
    height: 162px;
	list-style: none;
	 margin-left: 0;
}

.download_util_area .download_util li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

/*** NAVI START ***/

#main-navigation {
  display: inline-block;
/**  font-family: 'Neuton', Neuton, serif; **/
  font-weight: 400;
  padding:13px 0;
  color: #3B2C24;
  text-transform: uppercase;
  font-size: 18px;
  height: 24px;
  display: -moz-inline-stack;
  zoom: 1;
  *display: inline;

}

.navi-content {
    background: url(../../../design/website/img/nav-bg.webp) no-repeat scroll center center transparent;
    height: 50px;
    position: relative;
    text-align: center;
}

#main-navigation div{
  float: left;
  position: relative;
}

#main-navigation .last { background:none repeat scroll 0 0 #1182cd; }

#main-navigation div a {
  display: block;
  float: left;
  font-weight: normal;
  height: 24px;
  position: relative;
  text-decoration: none;
  margin:0 -20px;
}
#main-navigation .last a.lv1 { color:#ffffff; }

#main-navigation div div.sub-navigation {
  background-color: #fff;
  -webkit-box-shadow:  0px 4px 4px -2px rgba(0, 0, 0, 0.4);
  box-shadow:  0px 4px 4px -2px rgba(0, 0, 0, 0.4);
  left: -9999px;
  overflow: hidden;
  position: absolute;
  top: -9999px;
  z-index: 2;
  text-align:left;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);

  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;

  -moz-transition: -moz-transform 0.1s linear;
  -ms-transition: -ms-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
}

#main-navigation div:hover div.sub-navigation{
    left: 0;
    top: 24px;
		padding-top:4px;
    width: 180px;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
#main-navigation div.sub-navigation div {
  width: 100%;
  font-size: 15px;
}
#main-navigation div.sub-navigation a { float:none; padding:3px 7px 3px 7px; margin:0; }
#main-navigation div.sub-navigation a:hover { background-color:#d9e9f6; }


/*** NAVI END ***/

#main-container {
  width:1104px;
  margin: 30px auto;
  background: transparent url(../../../design/website/img/content-bg.webp) repeat-y center top;
  position: relative;
  padding: 0 0 30px 0;
/** margin-bottom: 700px; **/
}



#content {
  width: 940px;
  background-color: #eef4f6;
  margin: 0 auto;
  padding: 0 20px;
}

#footer {
  background: #1c2025;
  height:400px;
  margin-top: 304px;
	width: 100%;
  	position: absolute;
	line-height: 1.3;
/**	bottom: 0; **/
}


#footer-content {
  width: 100%;
  position: absolute;
  height: 366px;
  padding-top: 354px;
  background: transparent url(../../../design/website/img/footer-boss.webp) no-repeat center bottom;
  top: -320px;
}

#footer-content ul {
  display: block;
  padding: 0;
}

.footer-menu {
  width: 960px;
  margin: 0 auto;
/**  padding-top: 40px **/
/**  margin-top: 110px; **/
  padding-top: 94px;
}

/*  IE 6, 7 and 8 */
@media \0screen\,screen\9 {
    .footer-menu {
	padding-top: 110px !important;
    }
}
/* IE 9 and 10 */
@media screen and (min-width:0\0) {
    .footer-menu {
	padding-top: 110px\9;
    } /* backslash-9 removes ie11+ & old Safari 4 */
}

#footer-content * {
  font-family: "PT Sans", Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  color: #9a9a9a;
}

#footer-content ul li {
  display: block;
  text-align: left;
  float: left;
  list-style: none;
  padding: 0;
  
}

#footer-content ul li.first a {
  padding: 0;
  text-decoration:none;
}

#footer-content ul li.first { width:16%; margin-top: -5px; color:#eef4f6 }
#footer-content ul li.first a,div#site footer nav ul li.first span { font-weight:bold; }
#footer-content ul li.first a:hover,div#site footer nav ul li.first span:hover{ color:#c5c5c5 }
#footer-content ul li ul li {
  padding: 0;
  border:0;
  width:100%;
}

#footer-content ul li ul li a, #footer-content ul li.first ul li a {
  border:0 !important;
  font-weight:normal;
}
.footer-meta {
  width: 960px;
  margin: 0 auto;
/**  padding-top: 40px **/
}
.footer-meta img {
  margin-right: 20px
}

/*  IE 6, 7 and 8 */
@media \0screen\,screen\9 {
    .footer-meta {
	padding-top: 10px !important;
    }
}
/* IE 9 and 10 */
@media screen and (min-width:0\0) {
    .footer-meta {
	padding-top: 10px\9;
    } /* backslash-9 removes ie11+ & old Safari 4 */
}

.footer-legals {
  width: 556px;
  margin: 10px auto 0 auto;
  padding-right: 403px;
  font-size: 11px !important;
}

#footer-content ul ul {margin-top: 15px}



/***Elements Start****/
.divide {
    background: transparent url(../../../design/website/img/line.png) no-repeat center top;
    width:1104px;
    height:58px;
    position: absolute;
}

.divide.top {
      top: -25px;
      left: 0;
}

.divide.bottom {
      bottom: -34px;
      left:0;
}

.boss {
  background: transparent url(../../../design/website/img/footer-boss.webp) no-repeat center top;
  width: 1262px;
  height: 720px;
  position: absolute;
  left: 50%;
  margin-left: -550px;
}

.moreLink, .prevLink {
  background: transparent url(../../../design/website/img/arrows.png) no-repeat 0 0;
  width: 25px;
  height: 25px;
  display: block;
  text-indent:-99999%;
  position: relative;
  z-index:5;
  float: right;
}
.prevLink {
  background-position: -25px 0;
  float: left;
}

.breadcrumbs {
  margin: 40px 0 20px 0;
}
.breadcrumbs, .breadcrumbs * {
  color: #1c2025;
  font-size: 10px;
  text-decoration:none;
}

.breadcrumbs a:hover {color: #a20000;}

.teaser {
  background-repeat: no-repeat;
  height: 173px;
  -webkit-box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.2), 0px 6px 6px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.2), 0px 6px 6px -6px rgba(0, 0, 0, 0.2);
  padding-top: 3px;
  padding-left: 19px;
  display: block;
}

.teaser h4 {
  font-size: 25px;
  font-family: 'Neuton', Neuton, serif;
  color: #1182cd;
  font-weight: 400;
  margin-bottom: 10px;
}

.teaser p {
  padding: 0 157px 0 0;
  color: #615d59;
  font-size: 14px;
}

#cnt-smallright .teaser {
  padding: 0;
  width: 294px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 34px;
  margin-top: -24px;
}

#cnt-smallright .teaser p, .LeftBox p, .RightBox p {
  position: absolute;
  bottom: 8px;
  width: 181px;
  margin: 0 auto;
  display: block;
  padding: 0;
  text-align: center;
  left: 62px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.LeftBox, .RightBox, .middleBox {
  float: left;
}

.LeftBox, .RightBox, .LeftBox div, .RightBox div {
  position: relative;
  width: 219px;
  height: 180px;
}

.LeftBox p, .RightBox p {
  left: 12px;
  bottom: 15px;
  width: 197px;
  font-size: 14px;
}

.LeftBox, .middleBox {
  margin-right: 20px;
}

.middleBox {
  padding-top: 29px;
  width: 460px;
  height: 150px;
}
.middleBox a, .middleBox a div {
    width: 460px;
  height: 150px;
  display: block;
}
/*** Elements End ***/

/*** CONTENT START ***/
#cnt-main {
  float:left;
  width:620px;
}

#cnt-main-full {
  float:left;
  width:940px;
}

#cnt-main-mid {
  width:460px;
  margin: 0 auto;
}

#cnt-main-full img{
width:40px;
height:40px;
display: inline;
float:left;
padding-right: 10px;
}

.account-informations{
  font-size: 16px;
  font-weight: bold;
  margin-bottom:30px;
}

#change{
	display: inline;
	text-transform: uppercase;
	text-decoration:underline;
	color: #cb8311;
	font-weight: normal;
}

#needtoconfirm{
	display: inline;
	text-transform: uppercase;
	color: #0d770a;
	font-weight: normal;
}

#change a{
	color: #cb8311;
}

#change:hover, #change a:hover{
	color: #d89b3a;
}

#recharge{
	display: inline;
	text-transform: uppercase;
	text-decoration:underline;
	color: #cc1e23;
	font-weight: normal;
}

#recharge a{
	color: #cc1e23;
}

#recharge:hover, #recharge a:hover{
	color: #e42529;
}

.account-informations span{
	color: #3a5364;
	font-weight: normal;
}

.acc-table tr td{
	padding-right: 20px;
}

#cnt-main.fifty {
  width:460px
}

#cnt-right {
  width:460px;
  float: right;
}
#cnt-smallright {
  width:300px;
  float: right;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #e2edf6;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 15.5px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #a9c0ca;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #1f2b30;
	color:#fff;
}

/* Style the tab */
.tabmaincontent {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #e2edf6;
}

/* Style the buttons inside the tab */
.tabmaincontent button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 15.5px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tabmaincontent button:hover {
    background-color: #a9c0ca;
}

/* Create an active/current tablink class */
.tabmaincontent button.selected {
    background-color: #1f2b30;
	color:#fff;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-top: none;
}

.tabcontent td{
vertical-align: 0 !important;
line-height: 1px;
text-align: center;
}

.LeftAlign {
	text-align: left; 
	padding-left: 30px; 
}

.img_right {
    width: 460px;
    float: right;
	margin-top:20px;
}

.img_left {
    width: 460px;
	float: left;
	margin-top:20px;
}

.alignright {
    float: right;
}

.alignleft {
	float: left;
}

.text_left {
    width: 460px;
	float: left;
	margin-top:20px;
}

.text_right {
    width: 460px;
    float: right;
	margin-top:20px;
}

.tabcontent td:first-child{
padding-left: 5px;
}

.table_head{
line-height: 30px !important;
font-size:18px;
background-color: #5f788e;
color: white;
}

.tabcontent tr{
border-bottom: 1px solid #ccc;
}

.tabcontent tr:first-child{
border-bottom: 1px solid #ccc;
}

.tabcontent tr:last-child{
border-bottom: none;
}

#ui{
    border-collapse: collapse;
    width: 100%;
}

#ui b{
  font-size:16px;
  font-weight:bold;
  padding-right: 5px;
}

#ui td, #ui th {
    border: 1px solid #ddd;
    padding-left: 8px;
	line-height: 18px;
	vertical-align: baseline;
	min-width: 200px;
}

/*
.tabcontent tr:nth-child(2){background-color:rgba(255, 215, 0, 0.5) !important;}
.tabcontent tr:nth-child(3){background-color:rgba(192, 192, 192, 0.5) !important;}
.tabcontent tr:nth-child(4){background-color:rgba(205, 127, 50, 0.5) !important;}
*/

.tabcontent tr:nth-child(2){background: url(../../../design/website/img/plan-gold.png) no-repeat; }
.tabcontent tr:nth-child(3){background: url(../../../design/website/img/plan-silver.png) no-repeat; }
.tabcontent tr:nth-child(4){background: url(../../../design/website/img/plan-bronze.png) no-repeat; }

.tabcontent tr:nth-child(2) td span {font-size: 0;}
.tabcontent tr:nth-child(3) td span {font-size: 0;}
.tabcontent tr:nth-child(4) td span {font-size: 0;}

.tabcontent tr:nth-child(even){background-color: #e2edf6;}

/*
.coupon-box-jump {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 56px;
    width: 71px;
    height: 110px;
    background: url(../../../design/website/img/coupon-jump.png) no-repeat;
    -webkit-animation: two-up-down .8s ease infinite 80ms alternate;
    animation: two-up-down .8s ease infinite 80ms alternate;
}

0% {
    -webkit-transform: translate(0,8px);
    transform: translate(0,8px);
}

100% {
    -webkit-transform: translate(0,-8px);
    transform: translate(0,-8px);
}
*/
.list .no_data { width: 100%; text-align:center;}

#no_data {
    background: transparent url(../../../design/website/img/empty-list.png) no-repeat center top;
	background-size: 100px 90px;
	margin: 20px auto;
	opacity: 0.3;
    filter: alpha(opacity=30);
	background-position: 420px 30px; 
	padding-top: 34px; 
	padding-bottom: 90px;
}
.list .list_title {font-size:18px; font-weight:700; margin-top:50px;}
.list .list_header.list_item { border-top: 1px solid #333; border-bottom: 1px solid #333; padding:4px 10px; height:25px; margin-top:10px;}
.list .list_header.list_item div:not(.first){ border-left: 1px solid #333; max-width: 200px;}
.list .list_header.list_item div{ height:25px; padding:0 10px !important; }
.list .list_item div:not(.clear){font-family:arial; float:left; height:25px; text-align:center; font-size:13px; line-height:25px; overflow:hidden; text-overflow:ellipsis;}

.list .charge_no{ width:140px; }
.list .order_no{ width:100px; }
.list .order_date{ width:130px; padding-left:20px;}
.list .order_product_name{ width:240px; }
.list .order_purchased_amount { width:80px; padding-left:5px;}
.list .list_item:not(.list_header) .order_purchased_amount { text-align:center !important; }
.list .order_status { width:100px; padding-left:20px;}

.spend .list_title {font-size:18px; font-weight:700; margin-top:50px;}
.spend .list_header.list_item { border-top: 1px solid #333; border-bottom: 1px solid #333; padding:4px 10px; height:25px; margin-top:10px;}
.spend .list_header.list_item div:not(.first){ border-left: 1px solid #333; }
.spend .list_header.list_item div{ height:25px; padding:0 10px !important; }
.spend .list_item div:not(.clear){font-family:arial; float:left; height:25px; text-align:center; font-size:13px; line-height:25px; overflow:hidden; text-overflow:ellipsis;}

.spend .spend_date{ width:160px; margin-left: -20px;}
.spend .spend_char{ width:140px; }
.spend .spend_remain{ width:100px; padding-left:20px;}
.spend .spend_item{ width:200px; padding-left:20px;}
.spend .spend_count { width:60px; padding-left:5px;}
.spend .spend_price { width:60px; padding-left:20px;}
.spend .spend_amount { width:80px; padding-left:20px;}

.spend .no_data { width: 100%; text-align:center;}

.left, .right {
  width:410px;
  padding: 25px;
  background-color:#eeeeee;
  height:550px;
  float: left;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  background: #f2f2f2;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmVmZWZlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(left,  #f2f2f2 80%, #fefefe 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(80%,#f2f2f2), color-stop(100%,#fefefe));
  background: -webkit-linear-gradient(left,  #f2f2f2 80%,#fefefe 100%);
  background: -o-linear-gradient(left,  #f2f2f2 80%,#fefefe 100%);
  background: -ms-linear-gradient(left,  #f2f2f2 80%,#fefefe 100%);
  background: linear-gradient(left,  #f2f2f2 80%,#fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#fefefe',GradientType=1 );


}

.left {  margin-right:10px;}
.right {
  margin-left:10px;
  height:300px;
  padding: 0;
  text-align:right;
  background: transparent none;
}

.right.second {
  height:auto;
  -webkit-box-shadow:  0px 15px 10px -10px rgba(0, 0, 0, 0.5);        
  box-shadow:  0px 15px 10px -10px rgba(0, 0, 0, 0.5);
}

.right h2 {
  font-family: 'Neuton', serif;
  font-weight: 400;
  text-transform: uppercase;
  font-weight:bold;
  font-size: 30px;
  color: #1c2025;
  margin: 0 0 20px 0;
}

.right p {
  text-transform:uppercase;
  font-size:11px;
}

.leftPic {
  width:460px;
  height:203px;
  overflow: hidden;
  position: relative;
  top: -25px;
  left: -25px;
}

.leftPic img {
  width: inherit;
}
 
.leftTextBox {
  position: relative;
  height: 340px;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-box-shadow: inset 0px -4px 5px -3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px -4px 5px -3px rgba(0, 0, 0, 0.3);
  margin-bottom: 4px;
}

.leftText, .rightText {
  overflow: hidden;
  position: relative;
  height:auto;
  font-size: 14px;
  line-height: 22px;
  color: #585858;
}

.leftText p, .rightText p {
  font-size: 14px;
  line-height: 22px;
  color: #585858;
}

.right ul {
  direction: rtl;
  padding: 0 18px 0 0;
}

.hr2 {
	margin-top:14px;
}

#cnt-main p {
  font-size: 14px;
  line-height: 20px;
  color:#322d28;
}

.dragona_news
{
  overflow:hidden;
  border: 5px solid #d6d6d6;
  -moz-box-sizing: border-box;
   box-sizing: border-box;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 3px 5px rgba(91, 91, 91, 0.45);
}
.preview.screenbox, .preview.screenbox div {
  display: block;
  width: 447px;
  height: 261px;
  margin: 0 auto 20px auto;
  position: relative;
  top: 3px;
}

.preview.screenbox .category-overlay {
  position: absolute;
}

.preview.screenbox div {
  -webkit-box-shadow: 0px 23px 20px -20px rgba(0, 0, 0, 0.9), 0px 0px 0px 5px #D6D6D6;;
  box-shadow: 0px 23px 20px -20px rgba(0, 0, 0, 0.9), 0px 0px 0px 5px #D6D6D6;;
  border: 1px solid #c0c0bf;
}
/*** Content END ***


/***FAQ U START***/

.faqLnk:before {
    background: transparent url(../../../design/website/img/arrows_small.gif) no-repeat -13px 0;
    content: "";
    width:14px;
    height: 13px;
    display: block;
    float: left;
    margin-top: 4px;

}
.faqLnk {
  height: 14px;
  display: block;
  margin: 0 0 25px 0;
  color: #262626;
}

.faqLnk:visited {color: #262626;}
.faqLnk:hover { color: #383838; }


.faqContent {
  -webkit-box-shadow:  0px -8px 8px -6px rgba(0, 0, 0, 0.6);
          box-shadow:  0px -8px 8px -6px rgba(0, 0, 0, 0.6);
  margin: 0 0 20px 0;
  padding: 5px 15px;
}
.faqContent a {
  color: #262626;
  font-weight: bold;
  display: block;
  margin: 10px 0;
}
.faqContent a:hover, .faqContent a:visited {color: #262626;}

.faqContent p {
  color:#5a5a5a;
}

.faqContent .target {
      position:relative; 
      padding:15px; 
      border-top:32px solid transparent; 
      margin-top:-30px;
      -webkit-background-clip:padding-box;
      -moz-background-clip:padding;
      background-clip:padding-box;
}

.faqContent .target:before {
    content:""; 
    position:absolute; 
    top:-25px; 
    left:0; 
    right:0; 
    border-top:1px solid transparent;
}

/***FAQ U END***/

/*** Category START ***/

.leftLink, .rightLink {
  width:450px;
  height:378px;
  float: left;
}

.leftLink h2, .rightLink h2{
  font-family: 'Neuton', serif;
  font-size:20px;
  margin: 0;
  text-transform:uppercase;
  font-weight: 500;
  text-align: left;
}

.leftLink p, .rightLink p{
  font-size:14px;
  margin: 3px 0 0 0;
  color: #3f3f3f;
  letter-spacing: 1px;
}
.rightLink {  float: right;}

.leftLink img, .rightLink img {
  width: 448px;
  height: 260px;
  border: 1px solid #cecece;
}

.linkPic {
  position: relative;
  -webkit-box-shadow:  0px 15px 10px -10px rgba(0, 0, 0, 0.2), 5px 0px 5px -2px rgba(0, 0, 0, 0.2), -5px 0px 5px -2px rgba(0, 0, 0, 0.2), 0px -5px 5px -2px rgba(0, 0, 0, 0.2), 5px -5px 5px -2px rgba(0, 0, 0, 0.2), -5px -5px 5px -2px rgba(0, 0, 0, 0.2);
  box-shadow:  0px 15px 10px -10px rgba(0, 0, 0, 0.2), 5px 0px 5px -2px rgba(0, 0, 0, 0.2), -5px 0px 5px -2px rgba(0, 0, 0, 0.2), 0px -5px 5px -2px rgba(0, 0, 0, 0.2), 5px -5px 5px -2px rgba(0, 0, 0, 0.2), -5px -5px 5px -2px rgba(0, 0, 0, 0.2);
}

.category-overlay {
   background: transparent url(../../../design/website/img/content-teaser-overlay.webp) no-repeat 0 0;
   width:448px;
   height:261px;
   position: absolute;
   top:0;
 }
/*** Category End ***/

/*** News Start ***/
.news h2 {
 font-size: 16px;
 color:#585858;
 margin-bottom: 0px;
 text-align: left;
 padding: 6px 0 0 57px;
}

.news-header {
  padding-bottom: 10px;
  background: #fff url(../../../design/website/img/news-trenner-grau.png) no-repeat bottom right;
}
.news-header img {
  float: left;
}
.news .date {
  font-size: 10px;
  text-align: right;
}
.fifty h1 {
  font-size: 25px;
  color: #470000;
  font-weight: 600;
}

.dark h1 {
  font-size: 25px;
  color: #470000;
  font-weight: 600;
  background: #fff;
}

#cnt-right h2{
  text-align:left;
  font-size: 25px;
  color: #470000;
  font-weight: 600;
/**  padding-right: 12px; **/
  text-transform: uppercase;
}

.news-cnt {
  background: #fff url(../../../design/website/img/content-y.gif) repeat-y 0 0;
  width: 450px;
  padding: 1px 5px;
  font-size: 14px;
}

.news-detail-content {
  background: #fff url(../../../design/website/img/content-detail-y.png) repeat-y 0 0;
  padding: 5px 20px;
}
.news-detail h1 {
  font-family: "PT Sans", Arial, Helvetica, Sans-Serif;
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 0;
  background: white url(../../../design/website/img/news-trenner-grau.png) no-repeat bottom right;
}

.news-meta {
  margin:2px 5px;
  font-family: "PT Sans", Arial, Helvetica, Sans-Serif;
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: bold;
}
.btn-archive {
  text-align: right;
}
/*** News End ***/


/*** Meida Start ***/

.videoBox {
  float: left;
  margin: 10px 27px;
  -webkit-box-shadow: 0px 23px 20px -20px rgba(0, 0, 0, 0.9), 0px 0px 0px 5px #D6D6D6;
  box-shadow: 0px 23px 20px -20px rgba(0, 0, 0, 0.9), 0px 0px 0px 5px #D6D6D6;
  height: 230px;
  border: 3px solid #C0C0BF;
}

/*** Meida End ***/

/*** Auto. Scroll Start ***/
#scroll{position:fixed;right:10px;bottom:10px;cursor:pointer;width:50px;height:20px;background-color:#35c9f9;text-indent:-9999px;display:none;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}
#scroll span{position:absolute;top:50%;left:50%;margin-left:-8px;margin-top:-13px;height:0;width:0;border:8px solid transparent;border-bottom-color:#000}
#scroll:hover{background-color:#53fafe;opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)";}
/*** Auto. Scroll End ***/

/*** Account Start ***/
.btn-link {
  display:block;
  width: 268px;
  padding: 5px 10px;
  float:left;
  background: transparent url(../../../design/website/img/account-box.png) repeat-y 0 0;
  -webkit-box-shadow: inset 0px 0px 10px 1px rgba(255, 255, 255, 0.8), 0px 0px 0px 4px #d6d6d6;
  box-shadow: inset 0px 0px 10px 1px rgba(255, 255, 255, 0.8), 0px 0px 0px 4px #d6d6d6;
  border:1px solid #bdbdbd;
  margin: 10px 10px;

}
.btn-link img {
  float: left;
  margin-right: 10px;
}
.btn-link h3 {
  margin: 0;
  font-family: 'Neuton', serif;
  font-size:16px;
  font-weight:400;
  text-transform:uppercase;
  /* border-bottom: 1px solid #6E0000; */
  padding-bottom: 10px;
  background: transparent url(../../../design/website/img/account-line.png) no-repeat bottom center;
}

.btn-link span {
  font-size:14px;
  color:#322d28;
}

#show_password{
	margin-top:5px;
}

.login-checkbox{
	float: left;
}

.login-checkbox label span{
    vertical-align: 2px;
    margin: 0;
    padding: 0;
}

/*  IE 6, 7 and 8 */
@media \0screen\,screen\9 {
    .login-checkbox {
		visibility: hidden;
	}
}
/* IE 9 and 10 */
@media screen and (min-width:0\0) {
    .login-checkbox {
		visibility: hidden\9;
    } /* backslash-9 removes ie11+ & old Safari 4 */
}

input[type="submit"] {
  border-top:0px solid #de5555;
	border-left:0px solid #de5555;
	border-right:0px solid #1c2025;
	border-bottom:0px solid #1c2025;
  border: 0px solid #c9a2a2;
  background-color: #1182cd;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 5px 20px;
	height:32px;
}

#fcoupon {
    width: 30%;
    margin: 8px 0;
    box-sizing: border-box;
    border: 3px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

#fcoupon:focus {
	border: 3px solid #555;
}

input[type="submit"]:hover {  background-color: #456893}

input[type="submit"]:disabled {  background-color: #646464}

input[type="text"], input[type="password"] {
  color:#222222;
  padding: 4px 5px;
  background-color: #cbcbcb;
  border: 1px solid #b2b2b2;
}
  
.show_passwordchange input[type="text"],
.show_passwordchange input[type="password"],
.show_passwordchange label,
.show_passwordchange input[type="submit"],
.show_newsletter input[type="submit"] {
  float: left;
  clear: left;
}
.show_newsletter label {
  float: left;
  font-size: 14px;
  margin-left: 5px;
}
.show_newsletter input[type="checkbox"] {float: left;}
.show_passwordchange input[type="submit"] { margin-top: 10px;}

#loginFormErrors_small{
	float: left;
	width: 380px;
	margin-top: 5px;
}

#formErrors {
  margin: 5px;
  background-color: #1c2025;
  padding: 5px;
  font-weight:normal;
  clear: both;
	color:#ffffff;
}
#formErrors p,
#formErrors a { color: #f2f2f2 }

#cnt-main .tx-indexlogin-pi1 input[type="text"], #cnt-main .tx-indexlogin-pi1 input[type="password"]{
width: 260px;
}
#cnt-main .tx-indexlogin-pi1 {
  width: 300px;
  margin:0 auto;
  float: none;
}
.form-textfield {
  margin-bottom: 20px
}

#redeemKeyBox { margin-top:20px; }
#box-world, #box-char { position:relative; width:450px; }
#box-world .bg-select, #box-char .bg-select { position:relative; height:200px; }

#box-world { float:left; }
#box-world .bg-select { background:url(../../../design/website/img/bg-form-worldlist.jpg) no-repeat scroll bottom center transparent; }
#box-char { float:right; }
#box-char .bg-select { background:url(../../../design/website/img/bg-form-charlist.jpg) no-repeat scroll top center transparent; }
/* #box-char .bg-select.active { background-position:top center; } */

#box-options { background:url(../../../design/website/img/shadow-long.png) no-repeat scroll bottom center transparent; padding:0 5px 50px 5px; }
#box-redeem { background:url(../../../design/website/img/bg-form-voucher.jpg) no-repeat scroll bottom center #f2f2f2; padding:15px 15px 50px 15px; }

#box-redeem input#key { margin-right:10px; width:250px; }
#box-redeem #formErrors { width:400px; margin:0; padding:20px; }
#box-redeem #formErrors p { margin-bottom:0; }
.txt-help { 
	background:url(../../../design/website/img/icon-help.png) no-repeat scroll top left transparent;
	line-height:24px;
	margin-top:10px;
	padding-left:30px;
}
.txt-help a { color:#000000; text-decoration:underline; }
.txt-help a:hover { color:#1c2025; }


.bg-select select {
	position:absolute;
	right:22px;
	bottom:22px;
	width:250px;
}
.lbl-redeem {
	display:block;
	width:450px;
	font-family:'Neuton',serif;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#1c2025;
	margin:0 0 5px 0;
}
/*** Account End ***/

.shadow_line{
	height:16px;
	width:930px;
	margin-top: -14px;
	position:relative;
	margin-bottom: 20px;
}

/*** Header / Flasher Start ***/

.flasher_rahmen, .flasher_background {
  height:400px;
}

.flasher_rahmen {
  background: transparent url(../../../design/website/img/header-frame.webp) no-repeat 0 0;
  position: absolute;
  width: 940px;
}

.flasher_rahmen_small {
  background: transparent url(../../../design/website/img/header-frame-small.webp) no-repeat 0 0;
  position: absolute;
  width: 940px;
  height:180px;
}

.flasher_rahmen_medium {
  background: transparent url(../../../design/website/img/header-frame-medium.webp) no-repeat 0 0;
  position: absolute;
  width: 940px;
  height:300px;
}

.flasher_background_small {
  height:180px;
}

.flasher_background_medium {
  height:300px;
}

.flasher_content {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  padding: 10px;
  border: 7px double #EEE;
  -webkit-box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.4);
  box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.4);
  top: 154px;
  left: 27px;
  max-width: 480px;
  min-width: 420px;
}
.flasher_content h1, .flasher_content p {
  margin:0;
}
.flasher_content h1 {
  font-family: 'Neuton', serif;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
  line-height: 33px;
  color: #585858;
  letter-spacing: 0.05em;
}

.flasher_content p {
  color: #323232;
  font-size:16px; 
  clear: left;
  padding-left: 80px;
}

.flasher_content_small {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  padding: 10px;
  border: 7px double #EEE;
  -webkit-box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.4);
  box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.4);
  top: 44px;
  left: 34px;
  max-width: 480px;
  min-width: 420px;
}
.flasher_content_small h1, .flasher_content_small p {
  margin:0;
}
.flasher_content_small h1 {
  font-family: 'Neuton', serif;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 200;
  line-height: 33px;
  color: #585858;
  letter-spacing: 0.05em;
}

.flasher_content_small h1 span {
  color: #313131;
}

.flasher_content_small p {
  color: #323232;
  font-size:16px; 
  clear: left;
  padding-left: 80px;
}

.flasher_content_medium {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  padding: 10px;
  border: 7px double #EEE;
  -webkit-box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.4);
  box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, 0.4);
  top: 110px;
  left: 34px;
  max-width: 480px;
  min-width: 420px;
}
.flasher_content_medium h1, .flasher_content_medium p {
  margin:0;
}
.flasher_content_medium h1 {
  font-family: 'Neuton', serif;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 200;
  line-height: 33px;
  color: #585858;
  letter-spacing: 0.05em;
}

.flasher_content_medium h1 span {
  color: #313131;
}

.flasher_content_medium p {
  color: #323232;
  font-size:16px; 
  clear: left;
  padding-left: 80px;
}

/*** Header / Flasher End ***/

/*** MAP Start ***/
#mapleft {
  width: 562px;
  float:left;

  -webkit-box-shadow: 0px 30px 26px -20px rgba(0, 0, 0, 0.9), 0px 0px 0px 5px #D6D6D6;
  box-shadow: 0px 30px 26px -20px rgba(0, 0, 0, 0.9), 0px 0px 0px 5px #D6D6D6;
  border: 1px solid #C0C0BF;

}
.tab-contentRight {
  display:none;
  float:right;
  width: 345px;
}

#rdz-map {
    background:url(../../../design/website/img/dra-worldmap.jpg) no-repeat 0 0;
    width:562px;
    height:562px;
    border:2px grey solid;
    color:transparent;
    position:relative;
}

#rdz-map-active {
  position: absolute;
  left: 85px;
  top: 577px;
}

.tab-contentRight h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 0 0;
  text-align: left;
}

/*** MAP End ***/


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* Hide frdz both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and frdz screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/*** CLEAR FIX ***/

.clear { 
  clear:both;
  display:block;
  margin:0;
  padding:0;
}

.clearfix:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}
 
.clearfix { display: block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

.auth h2 {
	text-align:left;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

.mt-10 {
  margin-top: 10px;
}

.col-md-4{
	float: left;
	background: #a9c5c0;
	width: 165px;
	margin-right:20px;
	margin-bottom: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 1px solid #1c2025;
}

.rounded-list {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.rounded-list h3{
    position: relative;
    display: block;
    padding: .4em .4em .4em 3em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;   
}

.rounded-list h3:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -0.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #a9c5c0;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

.methodcontent, .packagecontent {
    display: none;
}

.methodtabs {
	margin: 20px;
	padding:20px;
}

.section-padding {
  padding: 90px 15px;
}

.section-title {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.1rem;
  padding: 10px 24px;
  text-transform: uppercase;
}

.red-heading {
  background-color: #1c2025;
}

.pricing-icon{
	margin-bottom:10px;
}

.pricing-button a.btn {
  color: #fff;
  font-size: 20px;
}

.pp-button {
	border:none;
	background: #1c2025;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  color: #fff;
  letter-spacing: 0.1rem;
  padding: 0;
  font-size: 20px;
  width: 143px;
  height: 50px;
  line-height:50px;
}

.pp-button-test {
	border:none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  letter-spacing: 0.1rem;
  padding: 0;
  width: 165px;
  height: 314px;
  -webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
	opacity: 1;
	float: left;
	margin: 0 8px;
}

.pp-button-test2 {
	border:none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  letter-spacing: 0.1rem;
  padding: 0;
  width: 165px;
  height: 321px;
  -webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
	opacity: 1;
	float: left;
	margin: 0 8px;
}

.button21 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
}
.button21 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button21::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1;
	-webkit-transform: translate(0,-105%);
	transform: translate(0,-105%);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.25);
}
.button21:hover::before{
	opacity: 0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}

.button21:hover{
	-webkit-filter: brightness(1.2) contrast(0.9);
	transform: brightness(1.2) contrast(0,9);	
}

.order-success-text p {
    color: #6F6F6F;
    font-size: 1.2em;
    line-height: 170%;
    font-weight: 300;
    margin-bottom: 30px;
}

.primary-btn {
    background-color: #1182cd;
    color: white !important;
    font-size: 1.133em;
    padding: 5px 12px;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid transparent;
}

.applications-content{
	margin-bottom:30px;
}

.design-credit a {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
     -moz-text-decoration-style: dotted;
          text-decoration-style: dotted;
}
.gg-pricing-table .price {
  font-family: 'Signika', sans-serif;
}
.icon-table .single-pricing-table {
  padding: 10px;
//  box-shadow: 0px 2px 10px 2px rgba(28, 32, 37, 0.73);
}

.shadowed {
    -webkit-filter: drop-shadow(8px 8px 10px rgba(0,0,0,0.4));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

.ribbon3 {
	position: absolute;
	z-index: 9000;
	margin-left: 113px;
	margin-top: -18px;
}

.ribbon4 {
	position: absolute;
	z-index: 9000;
	margin-left: 113px;
	margin-top: -18px;
}

.ribbon5 {
	position: absolute;
	z-index: 9000;
	margin-left: 113px;
	margin-top: -18px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
	font-size: 12px;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 9001;
    /*top: 45%;*/
	left: 54.5%;
}

.tooltip .tooltiptext2 {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
	font-size: 12px;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 9001;
    /*top: 45%;*/
	left: 71%;
}

.tooltip .tooltiptext3 {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
	font-size: 12px;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 9001;
    /*top: 45%;*/
	left: 87.5%;
}

.tooltip:hover .tooltiptext, .tooltip:hover .tooltiptext2, .tooltip:hover .tooltiptext3 {
    visibility: visible;
}

.icon-table .single-pricing-table .pricing-table-heading h2 {
  color: #3d6370;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  position: relative;
  width: 100%;
  margin: 0 !important;
  line-height: 26px;
}

.icon-table .single-pricing-table .pricing-table-heading h2 strong{
color: #1c2025;
font-size: 36px;
font-weight: 700;
font-family: 'Signika', sans-serif;
display: block;
}

.icon-table .single-pricing-table .pricing-table-heading h2 strong span{
font-size: 18px;
color: green;
}

.icon-table .single-pricing-table .pricing-table-heading hr {
  border-color: #1c2025 !important;
  margin-top: 30px;
  margin-bottom: 20px;
}

.icon-table .single-pricing-table .price span {
  color: #1c2025;
  font-size: 36px;
  font-weight: 700;
}
.icon-table .single-pricing-table .pricing-item {
  padding: 2px 0;
  font-size:18px;
}
.icon-table .single-pricing-table .pricing-item ul {
  padding-left: 0;
}
.icon-table .single-pricing-table .pricing-item ul li {
  list-style: none;
}
.icon-table .single-pricing-table .pricing-item ul li p strong {
  color: #325D6A;
}

#tabs-1, #tabs-2, #tabs-3, #tabs-4 {
	padding-left: 10px;
	padding-top: 10px;
}

.text-center{text-align:center;}
.text-center h2{text-align:center !important;}

.ow_back {
/**	background: transparent url(../../../design/website/img/offerwall-back.png) no-repeat; **/
	height: 400px;
	width: 940px;
}

.ow_main {
	margin-left: 0px;
	z-index: 1;
}

.pw_back, .section-padding {
	background: transparent url(../../../design/website/img/paymentwall-p1-back.png) no-repeat;
	height: 550px;
	width: 940px;
/**	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 3px 5px rgba(91, 91, 91, 0.45); **/
}

.pw_main {
	height: 550px;
	width: 940px;
	border: none;

}

.pw_top {
	height: 620px;
	width: 940px;
	position: absolute;
	margin-top: -600px;
	pointer-events: none;
	background: transparent url(../../../design/website/img/paymentwall-mask.png) no-repeat;
}
/*  IE 6, 7 and 8 */
@media \0screen\,screen\9 {
    .pw_top {
	background: none !important;
	z-index: -1;
    }
}
/* IE 9 and 10 */
@media screen and (min-width:0\0) {
    .pw_top {
	background: none !important\9;
	z-index: -1\9;
    } /* backslash-9 removes ie11+ & old Safari 4 */
}
.loading-text{
  position: absolute;
/*  margin:-380px 360px; */
  margin:200px 400px;
  font-size: 20px;
  font-weight: bold;
}
.lds-ellipsis {
/*  display: inline-block; */
  position: relative;
  width: 64px;
/*  height: 64px; */
}
.lds-ellipsis div {
  position: absolute;

/*  margin:-290px 480px; */
  margin: 216px 480px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 3px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 3px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 23px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 42px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(16px, 0);
  }
}