/* tags */
body {
    background: url(../img/bg_tile.jpg) #ddd9d0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

b {
	font-weight: 700;
}

a:hover {
    text-decoration: none;
}

/* classes */
.header {
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: url(../img/header.jpg) #ddd9d0 no-repeat center;
    height: 350px;
}

.header .navbar_bg {
    position: absolute;
    top: 265px;
    left: 0;
    right: 0;
    z-index: 2;
    background: url(../img/navbar.png) no-repeat center;
    height: 100px;
}


.navbar_main {
    height: 80px;
    text-align: left;
}

.navbar_main div {
	margin-top: 5px;
    font-size: 18px;
    color: #4d3c2d;
    font-weight: 700;
    cursor: pointer;
}

.navbar_main div:hover {
    color: #b68652 !important; 
}

.clear {
   clear: both;
}

.logo {
    height: 310px;
    width: 475px;
    background: url(../img/logo.png) no-repeat left center;
    cursor: pointer;
}

.buy {
    height: 310px;
    width: 475px;
    background: url(../img/devbutton_inactive.PNG) no-repeat right center;
    cursor: pointer;
}

.buy:hover {
    height: 310px;
    width: 475px;
    background: url(../img/devbutton_active.PNG) no-repeat right center;
    cursor: pointer;
}

.last_row {
    height: 90px;
}

.os {
    height: 32px;
    width: 96px;
    background: url(../img/os.png) no-repeat left center;
	opacity: 0.5;
	position: absolute;
	right: 16px;
	top: 16px;
}

.dropopen {
    position: absolute;
    background: url(../img/dropopen_bg.png) no-repeat left bottom;
    width: 225px;
    z-index: 5;
    padding: 0 0 25px 0;
}

.dropopen ul {
    list-style: none;
    text-align: left;
    padding:0 !important;
    margin:0 !important;
    padding-top:100px;
}

.dropopen ul li a {
	padding-left: 60px;
    color: #4d3c2d;
    font-size: 14px;
    font-weight: 700;
}

.dropopen ul li a:hover {
    color: #b68652;
}

.headline {
    color: #614a3a;
    font-size: 24px;
    background: url(../img/line_tile.png) repeat-x left bottom;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: 700;
}

.headline_sidebar {
    color: #614a3a;
    font-size: 24px;
    background: url(../img/line_tile.png) repeat-x left bottom;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: 700;
    margin-left: 18px;
    margin-right: 18px;
}

.headline .ic_rss {
    display: block;
    float: right;
    margin-top: 6px;
}

/**
 * Entry
 */
.entry {
    ---webkit-filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.4));
    --filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.4));
    margin-top: 10px;
}

.entry .date {
    width: 80px;
    height: 80px;
    background: url(../img/bg_light_tile_date.jpg) no-repeat;
    border: 1px solid #FFF;
    -moz-box-shadow:    inset 0 0 25px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 25px rgba(0,0,0,0.2);
    box-shadow:         inset 0 0 25px rgba(0,0,0,0.2);
}

.entry .date .day {
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #614a3a;
    font-weight: 700;
    margin-top: 8px;
}

.entry .date .month {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #b68652;
    margin-top: -10px;
}

.entry .content {
    margin-left: 80px;
    margin-top: -80px;
    background: url(../img/content_lower_bg.png) no-repeat left bottom;
    padding-bottom: 18px;
}

.entry blockquote {
	font-size: 13px;
}

.entry .upper {
    background: url(../img/content_upper_bg.png) no-repeat right top;
    height: 15px;
}

.entry .content .inner {
    background: url(../img/bg_light_tile.jpg) #FFF;
    border: 1px solid #FFF;
    margin-left: 18px;
    ---moz-box-shadow:    inset 0 0 50px rgba(0,0,0,0.2);
    ---webkit-box-shadow: inset 0 0 50px rgba(0,0,0,0.2);
    --box-shadow:         inset 0 0 50px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 12px rgba(0,0,0,0.3), inset 0 0 50px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.3), inset 0 0 50px rgba(0,0,0,0.2);
	box-shadow: 0 0 12px rgba(0,0,0,0.3), inset 0 0 50px rgba(0,0,0,0.2);
    padding: 24px 24px;
    min-height: 138px;
}


.entry .content .inner>img {
    width: 110px;
    height: 110px;
    border: 1px solid #FFF;
    display: none;
}


.entry .content .inner .title {
    color: #614a3a;
    font-size: 24px;
    font-weight: 700;
    /*margin-left: 122px;
    margin-top: -116px;*/
    line-height: 28px;
    cursor: pointer;
}

.entry .content .inner .text {
    color: #604A3B;
    font-size: 13px;
    margin: 18px 0 5px 0;/*122px;*/
    line-height: 15px;
    min-height: 57px;
    overflow: hidden;
}

.entry .content .inner .text a {
    color: #b68652;
}

.entry .content .inner .text .author {
    width: 100%;
    color: #b68652;
    font-size: 14px;
    text-align: right;
}

/**
 * BigBox
 */
.big_box {
    -webkit-filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.4));
    filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.4));
    margin-top: 10px;
}

.big_box .content {
    background: url(../img/box_lower_bg.png) no-repeat left bottom;
    padding-bottom: 18px;
}

.big_box .upper {
    background: url(../img/box_upper_bg.png) no-repeat right top;
    height: 15px;
}

.big_box .content .inner {
    background: url(../img/bg_light_tile.jpg) #FFF;
    border: 1px solid #FFF;
    margin: 0 18px 0 18px;
    -moz-box-shadow:    inset 0 0 50px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 50px rgba(0,0,0,0.2);
    box-shadow:         inset 0 0 50px rgba(0,0,0,0.2);
}

.big_box .content .inner form {
    background: url(../img/a.png) no-repeat 0px top;
    color: #614a3a;
    font-size: 14px;
    text-align: left;
    padding: 14px 14px;
}

.big_box .content .inner span {
    color: #a52323;
    font-weight: 700;
}

.big_box .content .inner form input[type="text"] {
    color: #614a3a;
    font-size: 14px;
    border: 1px solid #a52323;
    width: 100%;
    margin: 6px 0;
    padding: 3px 5px;
}

.big_box .content .inner form input[type="submit"] {
    color: #FFF;
    font-size: 14px;
    border: 1px solid #FFF;
    background: #a52323;
    font-weight: 700;
    float: right;
    padding: 2px 24px;
}

.big_box .content .inner .click_image {
    cursor: pointer;
    width: 100%;
}

.social_box {
    margin: 12px 0 16px 0;
}

.social_box a {
    display: inline-block;
    width: 23%;
    text-align: center;
}

.twitter_box {
    -webkit-filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.4));
    filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.4));
    margin-top: 10px;
    cursor: pointer;
}

.twitter_box .content {
    background: url(../img/box_lower_bg.png) no-repeat left bottom;
    padding-bottom: 18px;
}

.twitter_box .upper {
    background: url(../img/box_upper_bg.png) no-repeat right top;
    height: 15px;
}

.twitter_box .content .inner {
    background: url(../img/bg_light_tile.jpg) #FFF;
    border: 1px solid #FFF;
    margin: 0 18px 0 18px;
    -moz-box-shadow:    inset 0 0 50px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 50px rgba(0,0,0,0.2);
    box-shadow:         inset 0 0 50px rgba(0,0,0,0.2);
}

.twitter_box .content .inner .text {
    background: url(../img/twitter_bird.png) no-repeat 20px top;
    text-align: center;
    padding: 8px 14px;
    color: #614a3a;
    font-size: 13px;
}

.twitter_box .content .inner .text span {
    font-weight: 700;
    font-size: 15px;
}



/* override bootstrap */
.container {
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.container-non-responsive {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1000px;
  position: relative;
  z-index: 3;
}

.navbar {
    height: 45px;
    background: url(../img/bg_light_tile.jpg) #FFF;
    border-top: 1px solid #FFF;
    -moz-box-shadow:    inset 0 0 25px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 25px rgba(0,0,0,0.2);
    box-shadow:         inset 0 0 25px rgba(0,0,0,0.2);
    font-size: 11px;
    color: #614a3a;
    -webkit-filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.4));
    filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.4));
}

.navbar div {
    padding-top: 8px;
}

.navbar div a {
    color: #614a3a;
}

.navbar div img {
    margin: -8px 5px 0 0;
}

.navbar div:nth-of-type(1){
    text-align: center;
}

.navbar div #left{
    text-align: left;
}

.navbar div #right{
    text-align: right;
}

.navbar .company_link {
    cursor: pointer;
}

.pages {
	text-align: center;
	padding-top: 10px;
	padding-left: 70px;
	font-size: 13px;
}

.pages a {
    color: #b68652;
}

.kickstarter-banner {
	background-image:url('http://assets.das-tal-game.com/blog/embed/img/kickstarter_bg.jpg');
	border: solid 2px #222;
	border-radius: 7px;
	box-shadow: 0px 0px 7px #000;
	height: 240px;
	margin-top: 18px;
	width:320px;
	float: right;
	text-align: center;
	margin-right: -7px;
}

.kickstarter-banner:hover {
	-border: solid 2px burlywood;
}

.kickstarter-banner-button {
	box-shadow: 0px 0px 7px #000;
	border-radius: 14px;
	top: 124px;
	position: relative;
	width: 290px;
}

.kickstarter-banner:hover .kickstarter-banner-button {
	content: url('http://assets.das-tal-game.com/blog/embed/img/kickstarter-banner-hover.png');
}

.kickstarter-days {
	background-color: rgba(0, 0, 0, 0.5);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 100%);
	color: #18FF7E;
	font-size: 24px;
	top: 104px;
	position: relative;
	text-shadow: 0px 0px 5px #000;
	font-weight: bold;
}

.container-kickstarter {
	width: 267px;
	height: 455px;
	margin-top: 10px;
	background:
		url('http://assets.das-tal-game.com/blog/embed/img/box_upper_bg.png') no-repeat center top,
		url('http://assets.das-tal-game.com/blog/embed/img/box_lower_bg.png') no-repeat left bottom;
	padding-bottom: 473px;
	padding-left: 18px;
	padding-right: 305px;
	padding-top: 15px;
	-webkit-filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.4));
	filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.4));
}

/** Items **/
.item-main {
	background: url(http://assets.das-tal-game.com/blog/embed/img/bg_tile.jpg) #ddd9d0;
	height: 240px;
	position: absolute;
	top: 58px;
	left: 98px;
	width: 564px;
	padding: 16px 14px;
}

.item-box {
	background-color: #F8EEE5;
	border: solid 1px #888;
	border-radius: 7px;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3), inset 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
	margin-bottom: 16px;
	overflow: hidden;
	padding: 6px;
	width: 262px;
}

/** Atributes **/
.ability-main {
	background: url(http://assets.das-tal-game.com/blog/embed/img/bg_tile.jpg) #ddd9d0;
	height: 240px;
	position: absolute;
	top: 58px;
	left: 98px;
	width: 564px;
	padding: 16px 14px;
}

.ability-header {
	color: #614a3a;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 8px;
	margin-left: 8px;
	width: 525px;
	float: left;
}

.ability-box {
	background-color: #F8EEE5;
	border: solid 1px #888;
	border-radius: 7px;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3), inset 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
	margin-bottom: 16px;
	overflow: hidden;
	padding: 6px;
	width: 539px;
}

.item-preview {
	background-position: center center;
	background-size: cover;
	border-radius: 5px;
	box-shadow: inset 0px 0px 64px rgba(0, 0, 0, 0.5), inset 0px 0px 7px rgba(0, 0, 0, 0.75);
	height: 240px;
	margin-right: 4px;
	width: 248px;
}

.ability-video {
	background-position: center center;
	background-size: cover;
	border-radius: 5px;
	box-shadow: inset 0px 0px 64px rgba(0, 0, 0, 0.5), inset 0px 0px 7px rgba(0, 0, 0, 0.75);
	float: left;
	height: 240px;
	margin-right: 4px;
	width: 320px;
}

.ability-icon {
	float: left;
	height: 50px;
	left: 8px;
	position: relative;
	top: 178px;
	width: 50px;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75), inset 0px 0px 0px 2px #333;
	border-radius: 5px;
}

.ability-icon2 {
	float: left;
	height: 50px;
	width: 50px;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5), inset 0px 0px 0px 2px #333;
	border-radius: 5px;
	margin: 8px 6px 4px 6px;
}

.robe_color {
	color: #c4f;
}

.leather_color {
	color: #0c0;
}

.splint_mail_color {
	color: #48f;
}

.scythe_color {
	color: #f04;
}

.staff_color {
	color: #0ff;
}

.totem_color {
	color: #ff4;
}

.bow_color {
	color: #f80;
}

.basic_color {
	color: #ccc;
}

.ability-none {
	float: left;
	height: 50px;
	width: 50px;
	background-color: #D2C5BC;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.25), inset 0px 0px 7px rgba(0,0,0,0.5);
	border-radius: 5px;
	margin: 10px 6px 4px 6px;
	
	font-size: 32px;
	font-weight: bold;
	padding: 18px;
	color: #BDB1A9;
	text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.5);
}

.ability-item {
	-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75), inset 0px 0px 16px rgba(0,0,0,1);
	-webkit-filter: drop-shadow(0px 0px 7px rgba(0,0,0,0.75));
	height: 54px;
	left: 258px;
	opacity: 0.5;
	position: relative;
	top: 8px;
	width: 54px;
}

.item-icon {
	-webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,1));
	height: 54px;
	left: 186px;
	opacity: 0.5;
	position: relative;
	top: 8px;
	width: 54px;
}

.item-title {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.25) 100%);
	border-radius: 0 0 0 5px;
	font-size: 21px;
	height: 32px;
	padding: 8px;
	position: relative;
	text-align: center;
	text-shadow: 0px 0px 5px #000, 0px 0px 7px #000;
	top: 154px;
	width: 248px;
	left: 0px;
}

.item-link {
	height: 366px;
	width: 248px;
	position: relative;
	top: -86px;
}

.ability-description {
	float: left;
	width: 201px;
}

.ability-title {
	background-color: #8B5827;
	border-radius: 5px;
	box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 1);
	color: #F8EEE5;
	font-size: 15px;
	font-weight: 300;
	margin: 0px;
	padding: 4px;
	padding-left: 6px;
	text-shadow: 0px 0px 3px #000;
	width: 202px;
}

.ability-subtitle {
	background-color: #C38D59;
	border-radius: 5px;
	box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.5);
	color: #F8EEE5;
	font-size: 15px;
	margin: 0px;
	margin-bottom: 8px;
	padding: 4px;
	padding-left: 6px;
	width: 202px;
	text-shadow: 0px 0px 3px #000;
}

.ability-descriptiontext {
	color: #614a3a;
	height: 120px;
	margin: 4px;
}

.ability-info {
	color: #614a3a;
}

.ability-attribute {
	float: left;
	height: 18px;
	margin-left: 8px;
	width: 88px;
}

.ability-value {
	float: left;
	height: 18px;
	width: 104px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.ability-wip {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.25) 100%);
	border-radius: 5px 5px 0 0;
	color: #f80;
	font-size: 15px;
	height: 30px;
	padding: 8px 0;
	position: relative;
	/* text-align: left; */
	text-shadow: 0px 0px 5px #000;
	width: 320px;
	margin-left: 32px;
	left: -32px;
}

.property-title {
	background-color: #8B5827;
	border-radius: 5px;
	box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 1);
	color: #F8EEE5;
	font-size: 15px;
	font-weight: 300;
	margin: 0px;
	padding: 4px;
	padding-left: 6px;
	text-shadow: 0px 0px 3px #000;
	width: 202px;
}

.property-subtitle {
	background-color: #C38D59;
	border-radius: 5px;
	box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.5);
	color: #F8EEE5;
	font-size: 15px;
	margin: 0px;
	margin-bottom: 0px;
	padding: 4px;
	padding-left: 6px;
	width: 202px;
	text-shadow: 0px 0px 3px #000;
}

.property-icon {
	float: left;
	-height: 54px;
	left: 8px;
	position: relative;
	top: 178px;
	width: 54px;
	-webkit-filter: drop-shadow(0px 0px 7px rgba(0,0,0,0.75));
	border-radius: 5px;
	opacity: 0.5;
}

.property-icon2 {
	float: left;
	height: 48px;
	width: 48px;
	-webkit-filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.5));
	margin: 2px 8px 0px 2px;
}

.property-product {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 25%, transparent 75%, transparent 100%);
	color: #614a3a;
	font-weight: bold;
	margin-top: 16px;
	padding: 4px 0px;
	margin-left: 32px;
}

.property-descriptiontext {
	color: #614a3a;
	height: 134px;
	margin: 4px;
}

.property-cost {
	background-color: rgba(0, 0, 0, 0.1);
	color: #614a3a;
	float: left;
	font-weight: bold;
	height: 24px;
	margin-left: 2px;
	padding-top: 4px;
	width: 98px;
	-background-color: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	margin-top: 2px;
	padding-left: 2px;
	-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.cost-wood {
	-webkit-filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.5));
	background-image: url(http://assets.das-tal-game.com/blog/embed/img/wood_icon2.png);
	float: left;
	height: 24px;
	margin-right: 4px;
	margin-top: -4px;
	width: 24px;
}

.cost-hemp {
	-webkit-filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.5));
	background-image: url(http://assets.das-tal-game.com/blog/embed/img/hemp_icon2.png);
	float: left;
	height: 24px;
	margin-right: 4px;
	margin-top: -4px;
	width: 24px;
}

.cost-clay {
	-webkit-filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.5));
	background-image: url(http://assets.das-tal-game.com/blog/embed/img/clay_icon2.png);
	float: left;
	height: 24px;
	margin-right: 4px;
	margin-top: -5px;
	width: 24px;
}

.cost-xp {
	-webkit-filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.5));
	background-image: url(http://assets.das-tal-game.com/blog/embed/img/xp_icon2.png);
	float: left;
	height: 24px;
	margin-right: 4px;
	margin-top: -1px;
	width: 24px;
}

.common-video {
	background-position: center center;
	background-size: cover;
	border-radius: 5px;
	box-shadow: inset 0px 0px 64px rgba(87, 55, 24, 0.5), inset 0px 0px 7px rgba(87, 55, 24, 0.75);
	float: left;
	height: 240px;
	margin-right: 4px;
	width: 320px;
}

.common-description {
	float: left;
	height: 244px;
	width: 201px;
}

.common-descriptiontext {
	color: #614a3a;
	margin: 4px;
}

.common-descriptiontext p {
	float: left;
	width: 250px;
	margin: 4px;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 5px;
}

.common-points {
	color: #614a3a;
	margin: 2px 0;
}

.common-points p {
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	float: left;
	padding: 4px 6px;
	width: 261px;
}

.common-points p:nth-child(even) {
	margin: 2px 0px 2px 2px;
}

.common-points p:nth-child(odd) {
	margin: 2px 2px 0px 0px;
}

.common-info {
	float: left;
}

.common-subtitle {
	background-color: #C38D59;
	border-radius: 5px;
	box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.5);
	color: #F8EEE5;
	font-size: 15px;
	margin: 0px;
	margin-bottom: 2px;
	padding: 4px;
	padding-left: 6px;
	width: 526px;
	text-shadow: 0px 0px 3px #000;
}