/* @import url(https://fonts.googleapis.com/css?family=Merriweather:700,300); */
/* @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700); */

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #000000;
}

#content span.highlight {
	color: #000000;
	padding: 2px 4px 2px 4px;
	border: 1px solid #FFDC73 !important;
	background-color: #FFEFBF !important;
}

/* Adding transition to all links */

a {
	outline: 0 !important;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

p {
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-size: 14px;
	color: #676E7A;
	line-height: 24px;
}

/* Mobile first */

h1 {
	font-family: 'Merriweather', serif;
    margin-top: 0px;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 28px;
}

h2 {
	font-family: "Source Sans Pro",sans-serif;
    margin-top: 0px;
}

h3 {
    margin-top: 0px;
}

h4 {
    margin-top: 0px;
}

h5 {
    margin-top: 0px;
}

h6 {
    margin-top: 0px;
}

/* Buttons */
.btn-default {
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	-ms-transition:all .2s ease;
	transition:all .2s ease;
}

.btn-default.invert {
	background-color: transparent;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 18px;
	text-transform: uppercase;
}

.btn-default.download {
	background-color: #38C785;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 18px;
	text-transform: uppercase;
	border: none;
}

.btn-default.invert:hover {
	background-color: #FFFFFF;
	color: #000000;
}

.btn-default.download:hover {
	background-color: #2C9F6A;
	color: #FFFFFF;
}

a.more,
a.toggle {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #4A90E2;
	letter-spacing: 1px;
	line-height: 18px;
	background-image: url('../img/bul_more.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 7px 11px;
	padding-right: 15px;
	display: inline-block;
	text-transform: uppercase;
}

a.toggle {
	background-image: none;
}

a.toggle i {
	padding-left: 10px;
}

a.toggle i::before {
    content: "";
}

a.toggle.open i::before {
    content: "";
}

/* Sections */
section {
    padding: 40px 0px 40px 0px;
}

section.no-padding {
    padding: 0px;
}

section.dark {
     background-color: #000000;
}

section.medium {
    background-color: #434A57;
}

section.light {
    background-color: #FFFFFF;
}

section.white {
    background-color: #FFFFFF;
    border-top: 1px solid #CCCCCC;
}

section#tabs {
	height: 47px;
	padding: 0px;
	background-color: #434A57;
}

section#gallery {
	background-color: #99A0AB;
}

/* Header */
section#header {
	padding: 0px 0px 0px 0px;
}

header {
	min-height: 335px;
	background-position: -99999px -99999px;
	background-repeat: no-repeat;
	padding-bottom: 15px;
}

body#subpage header {
	min-height: auto;
}

.navbar-header {
	padding: 15px;

}

.navbar-default {
	background-color: #000000;
	border: none;
	padding: 0px;
}

.navbar-fixed-top {

}

.navbar-default .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
	margin: 0px;
    margin-top: -10px;
	margin-right: -10px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover {
    background-color: #FFFFFF;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
	margin-top: 5px;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #000000;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 40px;
    height: 3px;
    border-radius: 0px;
}

.navbar-collapse {
    padding: 0px !important;
}

.navbar-nav {
    float: none;
	border-top: 1px solid #676E7A;
	border-bottom: 1px solid #676E7A;
	margin: 0px;
}

.navbar-brand {
	width: auto;
	height: auto;
	padding: 0px;
	display: block;
	margin-left: 0px !important;
}

.navbar-brand.daedalic img {
	width: auto;
	height: 30px;
	padding-right: 10px;
	border-right: 1px solid #676E7A;
}

.navbar-brand.support {
	font-size: 13px;
	font-weight: 300;
	color: #FFFFFF;
	letter-spacing: 0.81px;
	line-height: 15px;
	margin-left: 0px !important;
	padding: 0px 0px 0px 10px;
	text-transform: uppercase;
}

.navbar-default .navbar-nav > li {
	width: 49%;
	float: left;
}

.navbar-default .navbar-nav > li > a {
	height: 35px;
	font-weight: 600;
	font-size: 14px;
	color: #C1C5CC;
	letter-spacing: 1px;
	line-height: 18px;
	padding: 6px 15px 0px 15px;
	text-transform: uppercase;
	border-bottom: none;
}

.navbar-default .navbar-nav > li.selected > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	color: #FFFFFF !important;
	border-bottom: none;
}

.select-lang {
	width: 100%;
	height: 70px;
	overflow: visible;
	border-bottom: 1px solid #676E7A;
	padding: 15px;
}

.select-lang > span {
	font-weight: 600;
	font-size: 14px;
	color: #C1C5CC;
	letter-spacing: 1px;
	line-height: 18px;
	display: inline-block;
	margin-top: 10px;
}

.navbar-default button.language {
	width: 67px;
	height: 40px;
	float: none;
	border-radius: 2px;
	background: #FFFFFF;
	font-family: 'Merriweather', serif;
	font-size: 16px;
	color: #676E7A;
	font-weight: 300;
	list-style: none;
	text-align: left;
	margin: 0px 0px 0px 30px !important;
	padding: 0px 0px 0px 15px;
	border: none;
	background-image: url('../img/bg_dropdown-selector-light.png');
	background-position: 45px center;
	background-repeat: no-repeat;
	background-size: 10px 13px;
	-webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.navbar-default button.language:hover,
.navbar-default .btn-group.open button.language {
	text-decoration: none;
	background-image: url('../img/bg_dropdown-selector-dark.png');
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color: #676E7A;
    background-color: transparent;
    border-color: none;
}

ul.dropdown-menu.language {
	width: 67px !important;
	min-width: 67px !important;
	right: 0px;
	padding: 10px 0px 10px 0px !important;
	margin-left: 30px;
	border: none;
}

ul.dropdown-menu.language li a {
	min-width: auto;
	width: 100%;
	right: 0px;
	font-family: 'Merriweather', serif;
	font-size: 16px;
	color: #676E7A;
	padding: 0px;
	text-align: left;
	margin-left: 15px;
}

ul.dropdown-menu.language li a:hover {
	background-color: transparent;
	color: #000000;
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: none;
    box-shadow: none;
}

.navbar-nav {
	width: 100%;
    float: none;
	padding: 10px 0px 10px 0px;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 360px;
}

.modStage {
	margin-top: 90px;
	overflow: visible;
}

.modStage .intro h1 {
	margin-bottom: 20px;
}

body#subpage .modStage .intro h1 {
	margin-bottom: 20px;
	text-align: left !important;
}

.modStage p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #C1C5CC;
	line-height: 18px;
}

button.game {
	width: 100% !important;
	height: 40px;
	font-weight: 300;
	font-size: 16px;
	color: #676E7A;
	line-height: 20px;
	text-align: left;
	background-image: url('../img/ico_game.png');
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 25px 14px;
	padding: 0px 0px 0px 50px;
	margin-bottom: 10px;
	border: none;
}

 button.game:hover {
	color: #676E7A;
	background-image: url('../img/ico_game.png');
	background-color: #FFFFFF;
}

button.game:focus {
	color: #676E7A;
	background-image: url('../img/ico_game-hover.png') !important;
	background-color: #FFFFFF;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default.focus:active, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
	color: #676E7A;
    background-color: #FFFFFF !important;
    border-color: #8C8C8C;
}

.btn-group.open button.game {
	background-color: #FFFFFF;
	background-image: url('../img/ico_game-hover.png');
	background-position: 10px center;
	background-repeat: no-repeat;
}

button.game > span {
	width: 95%;
	display: inline-block;
	background-image: url('../img/bg_dropdown-selector-light.png') !important;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 9px 13px;
	padding-right: 10px;
}

.btn-group.open button.game > span,
button.game:hover > span {
	background-image: url('../img/bg_dropdown-selector-dark.png') !important;
}

span.text {
	font-family: 'Merriweather', serif;
	font-size: 14px;
	color: #676E7A;
	line-height: 17px;
	display: inline-block;
	margin-bottom: 10px;
}

#search {
	display: none;
}

.search .dropdown-menu {
	width: 100%;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
}

.search {
	margin-top: 0px;
	overflow: visible;
}

#searchMobile {
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: visible;
}

.navbar-collapse.in {
    overflow: visible !important;
}

.sisea-search-form {
	background: #FFFFFF;
	border-radius: 2px;
	text-align: left;
}

.sisea-search-form input {
	width: 65%;
	border: none;
	padding: 10px;
	margin-left: 10px;
	font-weight: 300;
	font-size: 16px;
	color: #676E7A;
	line-height: 20px;
	background-image: url('../img/ico_search.png');
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 19px 20px;
	padding-left: 40px;
    outline: none;
}

.sisea-search-form input::-webkit-input-placeholder { color: #676E7A; }
.sisea-search-form input:-moz-placeholder { color: #676E7A; }
.sisea-search-form input::-moz-placeholder { color: #676E7A; }
.sisea-search-form input:-ms-input-placeholder { color: #676E7A; }



.sisea-search-form input:focus {
	background-image: url('../img/ico_search-dark.png');
}

.sisea-search-form input.submit {
	width: 79px;
	height: 36px;
	float: right;
	background: #99A0AB;
	border-radius: 2px;
	margin: 2px;
	font-weight: 600;
	font-size: 14px;
	color: #F7F9FA;
	letter-spacing: 1px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	-ms-transition:all .2s ease;
	transition:all .2s ease;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

.sisea-search-form input.submit:hover {
	background-color: #434A57;
	color: #FFFFFF;
}

.sisea-results {
	font-family: "Merriweather",serif;
	font-weight: 300;
	font-size: 14px;
	color: #676E7A;
	line-height: 24px;
	margin-bottom: 50px;
}

.sisea-result h2 a{
	color: #000000;
}

span.sisea-highlight {
	color: #E6261F;
}

.sisea-paging {
	font-size: 15px;
	font-weight: 300;
	color: #576777;
}

.sisea-result-pages {
	margin-right: 10px;
}

.sisea-page {
	font-size: 15px;
}

.sisea-paging {
	font-family: "Merriweather",serif;
	font-weight: 300;
	font-size: 14px;
	color: #676E7A;
	line-height: 24px;
}

.sisea-page.sisea-current-page {
	color: #000000;
	font-weight: bold;
}

/* Tabs */
.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li {
    border-right: 1px solid #000000;
}

.nav-tabs > li > a {
    margin-right: 0px;
    line-height: 1.42857;
    border: none;
    border-radius: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #C1C5CC;
	letter-spacing: 1px;
	line-height: 18px;
	text-transform: uppercase;
	padding: 14px 10px 13px 10px;
}

.nav-tabs > li > a > i {
	display: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
    color: #000000;
	font-weight: 700;
}

.nav-tabs > li > a:hover {
    color: #000000;
	padding-bottom: 14px;
}

/* Tabs (Patch) */
.nav-tabs.patch {
    border-bottom: 1px solid #DDD;
}

.nav-tabs.patch > li {
    border-right: 1px solid #DDD;
}

.nav-tabs.patch > li.active a {
    border-top: none;
    border-left: none;
	border-right: none;
}

.nav-tabs.patch > li.active > a,
.nav-tabs.patch > li.active > a:hover,
.nav-tabs.patch > li.active > a:focus {

}

.nav-tabs.patch > li > a:hover, .nav-tabs.patch > li > a:focus {

}

.nav-tabs.patch > li.active:hover,
.nav-tabs.patch > li.active:focus {

}

/* Collapse */
.row.patchRow {
	margin-bottom: 40px;
}

.panel-group .panel {
    margin-bottom: 0px;
    border-radius: 0px;
	box-shadow: none;
}

.panel-heading {
    padding: 0px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
	background-color: #F7F9FA !important;
}

.panel-heading i.indicator {
	margin-top: 4px;
	position: absolute;
	top: 10px;
	right: 15px;
}
.panel-heading i.indicator.fa-minus-circle {
	color: #99A0AB !important;
}

.panel-title {
    font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #383C42;
	line-height: 28px;
	padding: 0px;
}

.panel-title a {
    padding: 10px 40px 10px 15px;
    display: block;
	text-decoration: none;
	position: relative;
}

a.permaLink {
    padding: 10px 15px;
    display: inline-block;
	text-decoration: none;
	position: absolute;
	right: 12px;
	bottom: 12px;
}

.panel-body {
    padding: 0px 0px 0px 0px;
}

.panel-body.bgcolor {
    background-color: #F7F9FA;
}

.panel-body .mainbar {
	border-right: none;
}

.panel-body .sidebar {
	/* border-left: 1px solid #E0E2E6; */
}

.panel-body .body {
	overflow: hidden;
	padding: 15px 0px 15px 0px;
}

.panel-body .body h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #383C42;
	line-height: 28px;
}

.panel-body .body h3 strong {
	font-weight: 600;
}

.panel-body a.toggle {
	margin: 15px 0px 10px 0px;
}

.panel-body h4 {
	font-weight: 700;
	font-size: 14px;
	color: #848C91;
	letter-spacing: 1px;
	line-height: 18px;
}

ul.check {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.check li {
	font-size: 16px;
	color: #848C91;
	line-height: 20px;
	background-image: url('../img/bul_check.png');
	background-position: -0px 6px;
	background-repeat: no-repeat;
	background-size: 13px 10px;
	padding-left: 20px;
}

ul.check li.unmarked {
	background-image: url('../img/bul_uncheck.png');
}

ul.check li i {
	color: #38C785;
	font-size: 12px;
	font-weight: 100;
	margin-right: 5px;
}

/* Box */
.mod-box {
	overflow: hidden;
	border: 1px solid #E0E2E6;
	margin-bottom: 30px;
}

.mod-box.highlight h3 {
	margin: 0px;
	padding: 15px;
	border-top: 7px solid #FFCE54;
}

.mod-box h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #383C42;
	line-height: 24px;
	margin: 15px;
}

.mod-box p {
	margin: 0px 15px 15px 15px;
}

.mod-box a.more {
	margin: 0px 15px 15px 15px;
}

/* News */
.mod-news {
	margin-bottom: 60px;
}
.mod-news article {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #E0E2E6;
}

.mod-news h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #383C42;
	line-height: 28px;
	padding-bottom: 6px;
	margin-bottom: 16px;
	border-bottom: 4px solid #E0E2E6;
}

.mod-news h3 {
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-size: 14px;
	color: #848C91;
	line-height: 17px;
	margin-bottom: 6px;
}

.mod-news h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #383C42;
	line-height: 24px;
}

.mod-news h2 strong {
	font-weight: 600;
}

.mod-news.sidebar h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #383C42;
	line-height: 18px;
}

.mod-news p {
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-size: 14px;
	color: #676E7A;
	line-height: 24px;
}

.mod-news img {
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.20);
}

/* GameInfos */
.mod-gameinfo {
	margin-top: 0px;
	margin-bottom: 20px;
}

.mod-gameinfo h1 {
	color: #F7F9FA;
	text-align: left;
	margin-bottom: 20px;
}

.mod-gameinfo table td {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 32px;
	text-align: left;
	padding-right: 20px;
	vertical-align: top;
}

.mod-gameinfo table td.header {
	width: 170px;
	font-weight: 600;
}

.mod-gameinfo table td.data ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.mod-gameinfo table td.data ul li {
	float: left;
	margin: 0px 30px 0px 0px;
	padding: 0px;
}

.mod-gameinfo table td.data ul li.WiiU span {
	display: none;
}

.fa-Windows::before {
    content: "";
}

.fa-OSX::before,
.fa-iOS::before {
    content: "";
}

.fa-Linux::before {
    content: "";
}

.fa-Android::before {
    content: "";
}

.mod-gameinfo table td.data ul li span {
	padding-left: 10px;
}

/* mod-gallery */
.mod-gallery {

}

section#gallery h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 0px;
}

section#gallery p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	line-height: 36px;
	font-weight: 300;
	margin-bottom: 60px;
}

.mod-gallery .slide {
	width: 164px;
	text-align: left;
    overflow: visible;
}

.mod-gallery .slide img {
	margin-bottom: 20px;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.20);
    -webkit-transition:all .1s ease;
    -moz-transition:all .1s ease;
    -o-transition:all .1s ease;
    -ms-transition:all .1s ease;
    transition: all .1s ease;
}

.mod-gallery .slide a {
    -webkit-transition:all .1s ease;
    -moz-transition:all .1s ease;
    -o-transition:all .1s ease;
    -ms-transition:all .1s ease;
    transition: all .1s ease;
}

.mod-gallery .slide a:hover {
	text-decoration: none;

}

.mod-gallery .slide a:hover img {
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.40);
}

section#gallery h4 {
	font-weight: 800;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 18px;
	text-transform: uppercase;
}

section#gallery .slide a:focus h4,
section#gallery .slide a:hover h4 {
    color: #FFF !important;
    text-decoration: none;
}

.owl-controls {
	text-align: center;
}

.owl-controls .owl-nav {
	width: 1100px;
	display: block;
	overflow: hidden;
}

.owl-controls .owl-nav .owl-prev {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	float: left;
	opacity: 0.7;
	background: #FFFFFF;
	position: absolute;
	top: 90px;
	left: -80px;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	-ms-transition:all .2s ease;
	transition:all .2s ease;
    opacity: 0.7;
}

.owl-controls .owl-nav .owl-prev:hover {
	opacity: 1;
}

.owl-controls .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	float: right;
	opacity: 0.7;
	background: #FFFFFF;
	position: absolute;
	top: 90px;
	right: -80px;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	-ms-transition:all .2s ease;
	transition:all .2s ease;
    opacity: 0.7;

}

.owl-controls .owl-nav .owl-next:hover {
	opacity: 1;
}

.owl-controls .owl-nav i {
	margin-top: 17px;
}

.owl-dots {
  padding-top: 10px;
	padding-bottom: 10px;
}

.modSlider .owl-dots {

}

.owl-dots .owl-dot {
  display: inline-block;
}

.owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #434A57 none repeat scroll 0% 0%;
    display: block;
    transition: opacity 200ms ease 0s;
    border-radius: 30px;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	-ms-transition:all .2s ease;
	transition:all .2s ease;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #FFFFFF none repeat scroll 0% 0%;
}

.cover {
    min-height: 250px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    -webkit-transition:all .1s ease;
    -moz-transition:all .1s ease;
    -o-transition:all .1s ease;
    -ms-transition:all .1s ease;
    transition: all .1s ease;
    padding-bottom: 60px;
}

.cover a {
	overflow: hidden;
	text-decoration: none;
}

.cover img {
    -webkit-transition:all .1s ease;
    -moz-transition:all .1s ease;
    -o-transition:all .1s ease;
    -ms-transition:all .1s ease;
    transition: all .1s ease;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.20);
    margin-bottom: 0px;
}

.cover h4 {
	width: 100%;
	height: 60px;
	display: block;
	position: absolute;
	bottom: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
}

.cover:hover {
	transform: scale(0.98);
}

.cover:hover img {
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.40);
}

/* Article */
article ul li {
	font-family: "Merriweather",serif;
	font-weight: 300;
	font-size: 14px;
	color: #676E7A;
	line-height: 24px;
}

/* Social */
#social h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 25px;
}

#social p {
	font-weight: 100;
	font-size: 14px;
	color: #C1C5CC;
	line-height: 24px;
}

#social ul.social {
	list-style: none;
	margin-top: 40px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
}

#social ul.social li {
	display: inline-block;
	margin: 0px 7px 0px 7px;
}

#social ul.social li a {
	width: 72px;
	height: 72px;
	display: block;
	border-radius: 50%;
	border: 2px solid #99A0AB;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	-ms-transition:all .2s ease;
	transition:all .2s ease;
	background-position: center center;
	background-repeat: no-repeat;
}

#social ul.social li.facebook a {
	background-image: url('../img/ico_facebook.png');
	background-size: 11px 25px;
}

#social ul.social li.twitter a {
	background-image: url('../img/ico_twitter.png');
	background-size: 24px 22px;
}

#social ul.social li.google a {
	background-image: url('../img/ico_googleplus.png');
	background-size: 22px 22px;
}

#social ul.social li a:hover {
	border: 2px solid #FFFFFF;
}

#social ul.social li a span {
	display: none;
}

/* Footer */
#footer {
	font-family: 'Source Sans Pro', sans-serif;
	color: #C1C5CC;
}

#footer h3 {
	width: 100%;
	font-weight: 600;
	font-size: 19.35px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
}

#footer p.copyright {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	text-align: center;
	padding-top: 30px;
	margin: 30px 0px 30px 0px;
	border-top: 1px solid #676E7A;
}

#footer .copyright span {
	display: block;
}

#footer p {
	color: #C1C5CC;
	margin: 0px 20px 20px 20px;
	text-align: center;
}

#footer p a {
	color: #C1C5CC;
	text-decoration: underline;
}

#footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 30px;
	border-bottom: 1px solid #676E7A;
	margin-bottom: 30px;
}

#footer ul.meta {
	margin: 0 auto;
	border: none;
	text-align: center;
}

#footer ul li {
	float: none;
	text-align: center;
	margin: 10px 0px 10px 0px;
}

#footer ul.meta li {
	float: none;
	display: inline-block;
}

#footer ul li a {
	font-family: 'Source Sans Pro', sans-serif;
	color: #C1C5CC;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;
}

#footer ul.meta li a {
	font-size: 11px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 14px;
	text-transform: none;
	border-left: 1px solid #676E7A;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
}

#footer ul.meta li:first-child a {
	border: none;
}

#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Made by sf. */
#footer p.sf {
	border-top: 1px solid #676E7A;
	line-height: 12px;
	padding: 21px 0px 3px 0px;
	text-align: right;
}

#footer p.sf .icon {
    font: normal normal normal 14px/1 FontAwesome !important;
    color: #12B7E5;
    font-size: 22px;
    vertical-align: middle;
	padding: 0px 3px 0px 3px;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	-ms-transition:all .2s ease;
	transition:all .2s ease;
    float: none;
}

#footer p.sf a,
#footer p.sf a:active {
	font-family: "Source Sans Pro",sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 14px;
    text-decoration: none;

}

#footer p.sf a:hover .icon {
    color: #F7142A;
}

/* **************************************************************************************************************************************************************************************** */
/* Tablet portrait*/
/* **************************************************************************************************************************************************************************************** */

@media (min-width: 768px) {

	.bgimage {
		width: 100%;
		height: 500px;
		display: block;
		opacity: 0.2;
		position: absolute;
		background-position: center 50px;
		background-repeat: no-repeat;
	}

	.mobileOnly {
		display: none;
	}

	h1 {
		font-family: 'Merriweather', serif;
		font-weight: 300;
		font-size: 42px;
		color: #C1C5CC;
		line-height: 52px;
		margin-bottom: 30px;
	}

	h1 strong {
		font-weight: 700;
		color: #FFFFFF;
	}

	/* section*/
	section#content {
		padding-top: 60px;
	}

	/* Header */
	header {
		background-position: center bottom;
		padding-top: 20px;
		height: 530px;
	}

	body#homepage header {
		height: 580px;
	}

	body#subpage header {
		height: 330px;
	}

	.navbar-header {
		padding: 0px 0px 0px 0px;
	}

	.navbar-default {
		/* background-color: transparent; */
		background-color: #000000;
		border: none;
		padding: 25px 0px 5px 0px;
		margin-bottom: 0px;
	}

	.navbar-brand.daedalic img {
		width: auto;
		height: 44px;
		padding-right: 30px;
		border-right: 1px solid #676E7A;
	}

	.navbar-brand.support {
		font-size: 16px;
		font-weight: 300;
		color: #FFFFFF;
		letter-spacing: 1px;
		line-height: 20px;
		margin-left: 0px !important;
		padding: 3px 20px 0px 20px;
	}

	.navbar-default .navbar-nav > li {
		width: auto;
		float: left;
	}

	.navbar-default .navbar-nav > li > a {
		padding: 10px 6px 0px 6px;
		border-bottom: 1px solid #676E7A;
	}

	.navbar-default .navbar-nav > li.selected > a,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover {
		border-bottom: 1px solid #FFFFFF;
	}

	.navbar-brand.support {
	    padding-right: 0px;
	}

	.select-lang {
		width: 67px;
		float: right;
		overflow: visible;
		border-top: none;
		border-bottom: none;
		padding: 0px;
	}

	.select-lang > span {
		display: none;
	}

	.navbar-default button.language {
		float: right;
		margin: 0px 0px 0px 20px;
		background: #1C2027;
		background-image: url('../img/bg_dropdown-selector-dark.png');
		background-position: 45px center;
		background-repeat: no-repeat;
		background-size: 10px 13px;
	}

	.navbar-default button.language:hover {
		color: #C1C5CC;
		text-decoration: none;
		background-image: url('../img/bg_dropdown-selector-light.png');
	}

	.navbar-default .btn-group.open button.language {
		text-decoration: none;
		background-image: url('../img/bg_dropdown-selector-dark.png');
	}

	.navbar-nav {
		width: auto;
	    float: left;
		border: none;
		margin-left: 15px;
		margin-top: 5px;
		padding: 0px;
	}

	.modStage {
		margin-top: 90px;
		overflow: visible;
	}

	body#homepage .modStage {
		margin-top: 160px;
		overflow: visible;
	}

	.modStage .intro {
		margin-top: 30px;
		margin-bottom: 80px;
	}

	body#subpage .modStage .intro {
		margin-top: 80px;
		margin-bottom: 0px;
	}

	.modStage p {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
		font-size: 20px;
		color: #C1C5CC;
		line-height: 28px;
	}

	#search {
		display: block;
	}

	#searchMobile {
		display: none;
	}

	.modStage .search.dark button.game {
		background-color: #1C2027;
		background-image: url("../img/ico_game-hover.png");
	}

	.modStage .search.dark button.game > span {
	    background-image: url("../img/bg_dropdown-selector-dark.png") !important;
	}

	.modStage .search.dark .sisea-search-form {
	    background: #1C2027 none repeat scroll 0% 0%;
	}

	.modStage .search.dark .sisea-search-form.focus {
	    background: #FFFFFF none repeat scroll 0% 0%;
	}

	.modStage .sisea-search-form input {
		width: 300px;
        outline: none;
	}

	.modStage .search.dark .sisea-search-form input {
		background-color: #1C2027;
		background-image: url("../img/ico_search-dark.png");
	}

	.modStage .search.dark .sisea-search-form input:focus {
		background-color: transparent;
		background-image: url("../img/ico_search.png");
	}

	.modStage .sisea-search-form input.submit {
		width: 141px;
	}

	.modStage .search.dark .sisea-search-form input.submit {
		color: #1C2027;
		background-image: none;
		background-color: #434A57;
	}

	.modStage .search.dark .sisea-search-form.focus input.submit {
		color: #FFFFFF;
		background-color: #99A0AB;
	}

	.modStage .search.dark .sisea-search-form.focus input.submit:hover {
		color: #FFFFFF;
		background-color: #38C785;
	}



	/* Sections */
    section {

    }

	/* GameInfos */
	.mod-gameinfo {
		margin-top: 100px;
	}

	/* Tabs */
	.nav-tabs > li > a {
		font-size: 14px;
		padding: 14px 40px 13px 40px;
	}

	.nav-tabs > li > a > i {
	    display: inline-block;
	}

	.panel-body .mainbar {
		border-right: none;
	}

	/* News */
	.mod-news article {
		padding-bottom: 20px;
		margin-bottom: 25px;
	}

	/* modForm */
	.modForm fieldset {
		border: 1px solid #E0E2E6;
		padding: 20px;
	}

	/* modForm */
	.modForm fieldset h2 {
		font-weight: 600;
		font-size: 20px;
		color: #383C42;
		line-height: 28px;
	}

	.modForm fieldset label {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 16px;
		color: #0B0B0A;
		font-weight: 400;
	}

	.modForm fieldset .checkbox-inline label {
		font-size: 16px;
		color: #676E7A;
		line-height: 20px;
	}


	.modForm fieldset input,
	.modForm fieldset select,
	.modForm fieldset select option,
	.modForm fieldset textarea  {
		color: #676E7A;
		font-family: 'Merriweather', serif;
		font-size: 16px;
		color: #676E7A;
		line-height: 16px;
	}

	.modForm fieldset textarea {
		padding-top: 12px;
	}

	/* Social */
	#social {
		padding: 80px 0px 80px 0px;
	}

	#social h3 {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 600;
		font-size: 20px;
		color: #FFFFFF;
		line-height: 25px;
		text-align: left;
	}

	#social p {
		font-weight: 100;
		font-size: 14px;
		color: #C1C5CC;
		line-height: 24px;
		text-align: left;
	}

	#social ul.social {
		margin-top: 10px;
	}

	#social ul.social li a {
		width: 72px;
		height: 72px;
	}


    /* Footer */
	#footer {
		padding-top: 80px;
	}

	#footer ul {
		border: none;
	}


	#footer ul li {
		text-align: left;
	}

	#footer h3 {
		text-align: left;
	}

	#footer .btn-default.invert {
		float: left;
	}

	#footer p {
		margin: 0px 0px 20px 0px;
		text-align: left;
	}

	#footer p.copyright {
		text-align: left;
		margin: 0px 0px 10px 0px;
		padding: 24px 0px 0px 0px;
	}

	#footer p.copyright span {
		display: inline;
	}

	#footer ul.meta {
		border-top:1px solid #676E7A;
		text-align: right;
		padding-top: 10px;
	}

	/* Made by sf. */
	#footer p.sf {
		border-top: 1px solid #676E7A;
		line-height: 12px;
		padding: 24px 0px 0px 0px;
		text-align: center;
	}

	#footer p.sf .icon {
	    color: #12B7E5;
	    font-size: 22px;
	    vertical-align: middle;
		padding: 0px 3px 0px 3px;
		display: block;
	}

	#footer p.sf a,
	#footer p.sf a:active {
		font-family: "Source Sans Pro",sans-serif;
		font-size: 11px;
		color: #FFF;
		line-height: 14px;
	    text-decoration: none;
	}

	#footer p.sf a:hover .icon {
	    color: #F7142A;
	}

}

/* **************************************************************************************************************************************************************************************** */
/* Tablet Landscape*/
/* **************************************************************************************************************************************************************************************** */
@media (min-width: 992px) {

	/* Header */
	header {

	}

	.navbar-nav {
		float: left;
		margin-left: 50px;
	}

	.navbar-default {

	}

	.navbar-default .navbar-nav > li > a {
		padding: 10px 24px 0px 24px;
	}

	.panel-body .mainbar {
		border-right: 1px solid #E0E2E6;
	}

	.modStage {
		margin-top: 80px;
	}

	.modStage .intro {
		margin-top: 100px;
	}

	.modStage .sisea-search-form input {
		width: 440px;
        outline: none;
	}

	body#homepage .modStage {
		margin-top: 160px;
		overflow: visible;
	}

	#social ul.social li a {
		width: 96px;
		height: 96px;
	}

	#social h3 {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 28px;
		font-weight: 600;
		color: #FFFFFF;
		line-height: 36px;
		text-align: left;
	}

	#social p {
		font-weight: 100;
		font-size: 18px;
		text-align: left;
		line-height: 30px;
	}

	/* Made by sf. */
	#footer p.sf {
		padding: 21px 0px 3px 0px;
		text-align: right;
	}

	#footer p.sf .icon {
		display: inline;
	}

}

/* **************************************************************************************************************************************************************************************** */
/* Desktop styles */
/* **************************************************************************************************************************************************************************************** */
@media (min-width: 1200px) {

	/* Header */
	.navbar-nav {
		float: left;
		margin-left: 100px;
	}

	.navbar-default .navbar-nav > li > a {
	    padding: 10px 38px 0px 38px;
	}

	.modStage .sisea-search-form input {
		width: 580px;
        outline: none;
	}

	body#homepage .modStage {
		margin-top: 210px;
		overflow: visible;
	}

}


/* **************************************************************************************************************************************************************************************** */
/* Gamesforest Widget */
/* **************************************************************************************************************************************************************************************** */
.gameforest-target {
  padding-top: 20px;
  padding-bottom: 20px;
  clear: both;
}

#gamesforest-widget {
  position: relative !important;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 720px) {

  #gamesforest-widget {
    margin-left: 0;
    margin-right: 0;
  }

}

#gamesforest-widget .badge {
  background-color: transparent !important;
}

#gamesforest-widget .badge:empty {
   display: block !important;
}
