/* Default Theme BaseWorx */

/* -------------------------------
   General
------------------------------- */

body {
    font-family: 'Open Sans', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.25;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    font-weight: 500;
}
a {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
a:focus {
    outline: none;
}
label {
    color: #333;
}
p {
    line-height: 24px;
}
.contentAnimated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.finishAnimated {
    -webkit-animation: none !important;
    animation: none !important;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.page-main {
    padding-top: 154px;
}

/* -------------------------------
   Header
------------------------------- */

.header.navbar {
	display: block;
	padding: 0;
    border-bottom: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.header.navbar .navbar-nav > li > a {
    font-size: 14px;
    line-height: 5px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #2d353c;
    font-weight: 600;
	padding: 25px 15px;
}
.header.navbar .navbar-nav > li.active > a,
.header.navbar .navbar-nav > li > a.active,
.header.navbar .navbar-nav > li > a:hover,
.header.navbar .navbar-nav > li > a:focus {
    background: none;
}
.header .navbar-nav {
    margin: 0;
    display: block;
}
.header .nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}
.header .container-fluid > .navbar-collapse, 
.header .container-fluid > .navbar-header, 
.header .container > .navbar-collapse, 
.header .container > .navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}
.header .navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
}
.header {
    background: transparent;
    z-index: 1;
}
.header .navbar-right {
    margin-right: -15px;
    margin-top: 2px;
    margin-bottom: 10px;
}

/* Navbar Brand Logo & Text */

.header .navbar-header:before,
.header .navbar-header:after {
	content: '';
	display: table;
	clear: both;
}
.header .navbar-brand {
    padding: 25px 15px;
    padding-top: 24px;
    height: auto;
	float: left;
}
.header .navbar-brand img {
	display: block;
	margin: -10px 0;
	max-height: 90px;
	width: auto;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.brand-logo {
    float: left;
    border: 15px solid;
    border-color: #4DCACA #31A3A3 #1D8888;
    margin-right: 10px;
    margin-top: -5px;
    margin-bottom: -5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.brand-logo + .brand-text {
    margin-left: 42px;
    display: block;
    color: #2d353c;
    font-size: 20px;
    line-height: 20px;
    display: block;
}

/* Navbar Mobile Toggle */

.header .navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-right: 15px;
    margin-top: 18px;
    margin-bottom: 18px;
	background-color: transparent;
	background-image: none;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.header .navbar-toggle:focus,
.header .navbar-toggle:active {
	outline: none;
}
.header .navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
.header .navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.header.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.header.navbar-default .navbar-collapse, 
.header.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.header .navbar-toggle .mobile-bar {
}
.header .navbar-toggle .mobile-bar i {
	display: block;
    margin-top: 1px;
}

/* Navbar Transparent & Inverse  */

.header.navbar.navbar-fixed-top .navbar-nav > li > a {
    border-radius:4px;
}
.header.navbar.navbar-fixed-top .navbar-nav > li > a:hover {
    color: #ffffff;
    background: transparent;
}
.navbar-collapse ul.navbar-nav > li.active a,
.navbar-collapse ul.navbar-nav > li a.active,
.navbar-collapse ul.navbar-nav > li:hover > a,
.navbar-collapse ul.navbar-nav > li > a:hover,
.header .navbar-collapse ul.navbar-nav > li.active a,
.header .navbar-collapse ul.navbar-nav > li a.active,
.header .navbar-collapse ul.navbar-nav > li:hover > a,
.header .navbar-collapse ul.navbar-nav > li > a:hover,
.header.navbarnavbar-transparentp.header-prepare .navbar-collapse ul.navbar-nav li a.current,
.header.navbarnavbar-transparentp.header-prepare.header-prepare .navbar-collapse ul.navbar-nav li.current a {
     background: transparent;
     color: #e22340;
}

.header.navbar.navbar-transparent .brand-text,
.header.navbar.navbar-inverse .brand-text {
    color: #fff;
}


/* Navbar Small */

.header.navbar.navbar-small {
    border-bottom: none;
}
.header.navbar.navbar-small .navbar-brand {
    padding: 15px;
	padding-left: 14px;
    padding-right: 14px;
}
.header.navbar.navbar-small .navbar-nav > li > a {
    padding: 15px;
	padding-left: 14px;
    padding-right: 14px;
}
.navbar-small .navbar-toggle {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-small .navbar-toggle .icon-bar {
    background: #888;
}
.navbar-small .navbar-brand img {
    max-height: 44px;
}
.navbar-small .navbar-nav .dropdown-menu {
    margin-top: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.navbar-nav .dropdown-menu {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    padding: 0;
    margin-top: -13px;
    border: none;
	position: absolute;
}
.header.navbar.navbar-small .brand2 {
    display:none;
}
.header.navbar-small .navbar-collapse.collapse {
    width: auto;
	margin-top: 3px;
	margin-bottom: 0px;
	text-align: right;
    margin-right: 0;
}
.header.navbar-small .navbar-header {
    width: auto;
}
.header.navbar-small .navbar-right {
    width: auto;
	margin-top: 0px;
    margin-bottom: 0px;
}

/* Navbar */

.navbar-nav > li.dropdown:hover > .dropdown-menu,
.navbar-nav > li.dropdown:focus > .dropdown-menu {
    display: block;
}
.navbar-nav .dropdown-menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    padding: 0;
    margin-top: 0px;
    border: none;
    position: absolute;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.header.navbar.navbar-fixed-top .dropdown:hover a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
} 
.navbar-nav .dropdown-menu.dropdown-menu-left {
	left: 0;
}
.navbar-nav .dropdown-menu > li > a,
.navbar-nav .dropdown-menu .dropdown-item {
    padding: 7px 25px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 20px;
    display: block;
    text-decoration: none;
}
.navbar-nav .dropdown-menu > li + li,
.navbar-nav .dropdown-menu .dropdown-item + .dropdown-item {
    border-top: 1px solid #cecece;
}

/* -------------------------------
   Dropdown Menu
------------------------------- */

.dropdown-menu {
    border: none;
    -webkit-box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.2);
    font-size: 12px;
}
.dropdown-menu > li > a {
    padding: 5px 15px;
}
.dropdown-menu .divider {
    border-color: #eee;
}
.dropdown-menu.media-list {
    max-width: 280px;
    padding: 0;
}
.dropdown-menu.media-list p {
    text-overflow: ellipsis;
    overflow: hidden;
}
.dropdown-menu.media-list .dropdown-header {
    padding: 10px 20px !important;
    background: #fafafa;
}
.dropdown-menu.media-list > .media {
    margin-top: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: -1px;
}
.dropdown-menu.media-list > .media > a {
    display: block;
    padding: 10px 20px !important;
}
.dropdown-menu.media-list > .media .media-object {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.dropdown-footer {
    padding: 10px 20px;
}
.dropdown-menu > li.dropdown-footer > a {
    padding: 0 !important;
    display: inline !important;
}
.dropdown-menu > li.dropdown-footer > a:hover,
.dropdown-menu > li.dropdown-footer > a:focus {
    background: none !important;
    text-decoration: underline !important;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
}
.dropdown-toggle::after {
    margin-left: 8px;
    margin-bottom: -1px;
    margin-top: 9px;
    transform: rotateZ(-90deg);
    float: right;
}
.dropdown-submenu:hover>.dropdown-menu{display:block;}

/* -------------------------------
   Fixed Top Menu
------------------------------- */

.header.navbar-fixed-bottom, 
.header.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
.header.navbar-fixed-top {
	top: 0;
}
.header.navbar-fixed-bottom {
	bottom: 0;
}
.header .navbar-fixed-bottom .navbar-collapse, 
.header .navbar-fixed-top .navbar-collapse {
	max-height: 340px;
}
.header-navbar-2ndsection {
}
.header-navbar-dropdown-title {
    background: #ffffff;
    color: #000 !important;
    text-align: center;
    font-weight: 600;
}

/* Filled Navbar Buttons */

.header.navbar .navbar-nav > li > a {
    font-size: 16px;
	line-height: 5px;
	padding: 16px 24px;
    padding-top: 17px;
}
.navbar-nav .dropdown-menu {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.navbar-nav .dropdown-menu > li > a, .navbar-nav .dropdown-menu .dropdown-item {
	cursor: pointer;
}
.header-social {
    float: right;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-right: 0px;
}
.header-social a {
    margin-right: 10px;
}
.header-social a:hover i {
    transition: all ease .4s;
    transform: rotate(360deg)
}
.header.navbar.navbar-small .header-social {
    display: none;
}
.btn-circle {
    height: 32px;
    width: 32px;
    color: #616161;
    display: inline-block;
    border-radius: 200rem;
    text-align: center;
    line-height: 30px;
    position: relative;
    z-index: 1;
    transition: color ease .5s;
    transition: box-shadow ease-in-out 0s;
    border: 0;
    background-color: transparent;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.btn-circle:before {
    transition: all ease .5s;
    border-radius: 150px;
    z-index: -1;
    content: "";
    position: absolute;
    display: block;
    background-color: #eee;
    height: 0;
    width: 0;
    top: 25px;
    left: 25px
}
.btn-circle:hover,.btn-circle:focus {
    color: #616161;
    transition: box-shadow ease-in-out .8s
}
.btn-circle:hover:before,.btn-circle:focus:before {
    height: 32px;
    width: 32px;
    top: 0;
    left: 0
}
.btn-circle i {
    font-size: 16px;
    vertical-align: middle
}
.btn-circle.btn-facebook {
    color: #3b5998
}
.btn-circle.btn-facebook:before {
    background-color: #3b5998
}
.btn-circle.btn-facebook:hover,.btn-circle.btn-facebook:focus {
    color: #fff
}
.btn-circle.btn-twitter {
    color: #00aced
}
.btn-circle.btn-twitter:before {
    background-color: #00aced
}
.btn-circle.btn-twitter:hover,.btn-circle.btn-twitter:focus {
    color: #fff
}
.btn-circle.btn-youtube {
    color: #b00
}
.btn-circle.btn-youtube:before {
    background-color: #b00
}
.btn-circle.btn-youtube:hover,.btn-circle.btn-youtube:focus {
    color: #fff
}
.btn-circle.btn-linkedin {
    color: #007bb6
}
.btn-circle.btn-linkedin:before {
    background-color: #007bb6
}
.btn-circle.btn-linkedin:hover,.btn-circle.btn-linkedin:focus {
    color: #fff
}
.btn-circle.btn-instagram {
    color: #e4405f
}
.btn-circle.btn-instagram:before {
    background-color: #e4405f
}
.btn-circle.btn-instagram:hover,.btn-circle.btn-instagram:focus {
    color: #fff
}
.btn.btn-header-1 {
    font-size: 14px;
    line-height: 1.3;
    padding: 5px 15px;
    padding-top: 6px;
    text-transform: uppercase;
    margin-right: 0px;
}

/* -------------------------------
   Footer Setting
------------------------------- */

.footer {
    padding-top: 25px;
    text-align: left;
}
.footer .footer-brand-logo {
    display: block;
    margin: 0 auto 10px;
    width: 40px;
    border: 20px solid;
    border-color: #4DCACA #31A3A3 #1D8888;
    border-radius: 4px;
}
.footer .footer-brand {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
	text-align: center;
}
.footer .social-list {
    margin: 30px 0 0;
    font-size: 20px;
}
.footer-social {
    margin-left: -11px;
}
.footer-social a {
    z-index:0;
}
.footer-social i {
    font-size: 20px;
    vertical-align: middle;
}
.footer-aboutus h5 {
    font-weight:600;
}
.sub-footer {
    padding: 5px;
	font-size: 15px;
    text-align: center;
}
.sub-footer p:last-child {
    margin-bottom: 0;
	font-weight: 400;
}
.footeraddress p {
    margin-bottom: 5px;
	font-size: 14px;
}
.footer-legal {
    text-align: right;
    margin-bottom: 0px;
}
.footer-legal {
    list-style-type: none;
    padding: 0;
    line-height: 1.8;
	text-align: right;
}
.footer-legal li {
	display: inline-block;
}
.footer-legal li:after {
    content: '/';
    padding: 0 5px;
    color: #ffffff;
}
.footer-legal li:last-child:after {
	content:'';
}
.footer-powered {
	text-align: left;
}


/* -------------------------------
   Pace Loader
------------------------------- */

.pace-inactive {
    opacity: 0;
    filter: alpha(opacity=0);
}
.pace {
    background: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    z-index: 1020;
}
.pace-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 3px;
    background: #969696;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
    z-index: 2000;
}
.pace:before {
    content: '';
    background: #007aff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
}
.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #007aff;
    border-left-color: #007aff;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}


/* -------------------------------
   Content
------------------------------- */

.content {
    padding: 0px 0px 0px;
}
.login-cover, .login-cover-bg, .login-cover-image {
    background: #ffffff;
}

/* -------------------------------
   Modules
------------------------------- */

/* -------------------------------
   Custom
------------------------------- */

.home-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #8F8E8E;
    margin-top: -120px;
    padding: 0 15px;
    text-align: center;
}
.home-content h1,
.home-content h2,
.home-content h3,
.home-content h4 {
    color: #fff;
    margin: 0 0 30px;
    font-weight: 300;
}
.home-content h1 {
    font-size: 64px;
    font-weight: 600;
}
.home-content h3 {
    font-size: 32px;
}
.home-content p {
    margin-bottom: 60px;
}
.home-content a:hover,
.home-content a:focus {
    color: #fff;
}
.home-content .btn + .btn {
    margin-left: 15px;
}

.header-topbar {
	width:100%;
	background: #1f1f1f;
}
.header-topbar2-main {
	margin-left: 5px;
    color: #eeeeee;
    margin-top: 7px;
    margin-bottom: 5px;
    font-size: 15px;
}
.header-social {
    float: left;
    margin-top: 0px;
    margin-right: 0px;
}
.header-social a {
    margin-right: 4px;
    background-color: #4c4b4b;
    color: #f5f5f5 !important;
}
.header-social a:hover i {
    transition: all ease .4s;
    transform: rotate(360deg)
}
.header.navbar.navbar-small .header-social {
    display: none;
}
.header.navbar.navbar-small .header-topbar {
    display: none;
}
.btn-circle {
    height: 25px;
    width: 25px;
    color: #616161;
    display: inline-block;
    border-radius: 200rem;
    text-align: center;
    line-height: 25px;
    position: relative;
    z-index: 1;
    transition: color ease .5s;
    transition: box-shadow ease-in-out 0s;
    border: 0;
    background-color: transparent;
	-webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
}
.btn-circle:before {
    transition: all ease .5s;
    border-radius: 20%;
    z-index: -1;
    content: "";
    position: absolute;
    display: block;
    background-color: #eee;
    height: 0;
    width: 0;
    top: 25px;
    left: 25px
}
.btn-circle:hover,.btn-circle:focus {
    color: #616161;
    transition: box-shadow ease-in-out .8s
}
.btn-circle:hover:before,.btn-circle:focus:before {
    height: 25px;
    width: 25px;
    top: 0;
    left: 0
}
.btn-circle i {
    font-size: 14px;
    vertical-align: middle
}
.btn-circle.btn-facebook {
    color: #3b5998
}
.btn-circle.btn-facebook:before {
    background-color: #3b5998
}
.btn-circle.btn-facebook:hover,.btn-circle.btn-facebook:focus {
    color: #fff
}
.btn-circle.btn-twitter {
    color: #00aced
}
.btn-circle.btn-twitter:before {
    background-color: #00aced
}
.btn-circle.btn-twitter:hover,.btn-circle.btn-twitter:focus {
    color: #fff
}
.btn-circle.btn-youtube {
    color: #b00
}
.btn-circle.btn-youtube:before {
    background-color: #b00
}
.btn-circle.btn-youtube:hover,.btn-circle.btn-youtube:focus {
    color: #fff
}
.btn-circle.btn-linkedin {
    color: #007bb6
}
.btn-circle.btn-linkedin:before {
    background-color: #007bb6
}
.btn-circle.btn-linkedin:hover,.btn-circle.btn-linkedin:focus {
    color: #fff
}
.btn-circle.btn-instagram {
    color: #e4405f
}
.btn-circle.btn-instagram:before {
    background-color: #e4405f
}
.btn-circle.btn-instagram:hover,.btn-circle.btn-instagram:focus {
    color: #fff
}

.sce-terra-menus-logo {
    width: 250px;
    float: left;
    margin-top: 5px;
}
.menuheader {
    background-color: #333;
-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
}
.jcisubmenu1 {
    margin-top: 34px;
    margin-bottom: 7px;
    padding-left: 90px;
	background-color: #333333;
    border-radius: 4px;
	text-align: center;
    text-transform: uppercase;
}
.sce-gamemenu .jcisubmenu1>li+li:before {
    content: "\007c";
}
.sce-gamemenu .jcisubmenu1 > li + li:before {
    padding: 0 12px;
    color: #eaeaea;
}
.blockcontent-homeimage.has-bg {
    padding-bottom: 60px;
    overflow: hidden;
    position: relative;
    margin-top: 0px;
	background: #323232;
}
.block-big-image {
    height: 80%;
}
.home {
    padding: 0 !important;
    color: #fff;
}
.sce-terra-profile-content {
    font-family: 'Orbitron', sans-serif;
}
.blockcontent-homeimage.has-bg .content-game {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.blockcontent-homeimage.has-bg .content-game img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.blockcontent-homeimage.has-bg .container {
    position: relative;
}
.home-contentgame-position {
    margin-top: -420px;
    margin-right: -400px !important;
}
.home-contentgame-left-position {
    margin-top: -420px;
    margin-left: 100px !important;
}
.home-content {
    z-index: 1020;
    position: absolute;
    top: 480px;
    left: 0;
    right: 0;
    color: #8F8E8E;
    padding: 0 15px;
    text-align: center;
}
.homeimage-inner-images {
    width: 266px;
    float: left;
}
.homeimage-inner-2 {
    width: 60%;
    padding-top: 25px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 1%, rgba(0, 0, 0, 0.71) 50%, rgba(0, 0, 0, 0.61) 51%, rgba(0, 0, 0, 0.45) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(1%, rgba(0, 0, 0, 0.75)), color-stop(50%, rgba(0, 0, 0, 0.71)), color-stop(51%, rgba(0, 0, 0, 0.61)), color-stop(100%, rgba(0, 0, 0, 0.45)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 1%, rgba(0, 0, 0, 0.71) 50%, rgba(0, 0, 0, 0.61) 51%, rgba(0, 0, 0, 0.45) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 1%, rgba(0, 0, 0, 0.71) 50%, rgba(0, 0, 0, 0.61) 61%, rgba(0, 0, 0, 0.45) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 1%, rgba(0, 0, 0, 0.71) 50%, rgba(0, 0, 0, 0.61) 51%, rgba(0, 0, 0, 0.45) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 1%, rgba(0, 0, 0, 0.71) 50%, rgba(0, 0, 0, 0.61) 51%, rgba(0, 0, 0, 0.45) 100%);
    color: #fff;
}
.blockcontent-homeimage.has-bg h3 {
    font-weight: 300;
}
.home-content h3 {
    font-size: 32px;
}
.home-content p {
    margin-bottom: 60px;
    color: #f6f6f6;
	line-height: 1.4;
    letter-spacing: 1px;
}

.gg-center-col-header {
    margin-left: auto;
    margin-right: auto;
    display: block;
    flex: 0 0 85%;
}
.gg-row-height {
    height: 780px;
}

.sce-logo-profilemenu {
	list-style-type: none;
}
.homeimage-inner-2 p {
	padding-left: 15px;
    padding-right: 15px;
}

.plogos-img {
	width: 174px;
    margin-top: -3px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.gg-text-headings {
    margin-top:40px;
	margin-bottom:50px;
}

.homebg1 {
	background: url(/files/website/gaming_sce_1.jpg);
	border-bottom: 2px solid #fff;
}
.homebg2 {
	background: url(/files/website/gaming_sce_1.jpg);
	border-bottom: 2px solid #fff;
	background-position: top;
    background-size: cover;
    background-attachment: fixed;
}

.item-box {
	background:#F3F3F3;
	overflow:hidden;
	margin:16px 0;
	width:100%;
	position:relative;

	-webkit-border-radius:6px;
	   -moz-border-radius:6px;
			border-radius:6px;
}
	.item-box.fullwidth {
		max-width:100%;
	}

.item-box figure {
	width:100%;
	display:block;
	margin-bottom:0;
	overflow:hidden;
	position:relative;
	text-align:center;
}

.item-box-desc {
	padding:10px 20px;
	overflow:hidden;
	background: #0f0f0f;
    background: -moz-linear-gradient(left, #0f0f0f 0%, #2a2a2a 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0f0f0f), color-stop(100%, #2a2a2a));
    background: -webkit-linear-gradient(left, #0f0f0f 0%, #2a2a2a 100%);
    background: -o-linear-gradient(left, #0f0f0f 0%, #2a2a2a 100%);
    background: -ms-linear-gradient(left, #0f0f0f 0%, #2a2a2a 100%);
    background: linear-gradient(to right, #0f0f0f 0%, #2a2a2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f0f0f', endColorstr='#2a2a2a', GradientType=1);
}
.item-box-desc p {
	margin-top:20px;
	display:block;
	overflow:hidden; 
	text-overflow:ellipsis;
}
	.item-box.fixed-box .item-box-desc p {
		height:98px;
	}
.item-box-desc h4 {
	padding:0; margin:0;
}

.item-box.fixed-box .item-box-desc {
	height:256px;
}

.item-box.fixed-box figure {
	max-height:263px;
	
}
.item-box .socials {
	border-top:#fff 1px solid;
	text-align:center;
	display:block;
}

.item-box .item-hover,
.item-box .item-hover .overlay {
	-webkit-border-top-right-radius: 6px;
	 -webkit-border-top-left-radius: 6px;
		 -moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
			 border-top-left-radius: 6px;
			border-top-right-radius: 6px;
}
.item-box .item-hover {
	opacity: 0;
	filter: alpha(opacity=0);
	position:absolute;
	left:0; right:0; top:0; bottom:0;
	text-align:center;
	color:#fff;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}
.item-box .item-hover,
.item-box .item-hover button,
.item-box .item-hover a {
	color:#fff;
}
.item-box .item-hover .inner {
	position:absolute;
	display:block;
	left:0; right:0; top:50%;
	margin-top:-30px;
	z-index:100;
}
.item-box:hover .item-hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.overlay.gray {
		background:rgba(215, 215, 215, 0.8) !important;
	}
	
.overlay {
	background:rgba(0,0,0, 0.2);
	position:absolute; 
	left:0; right:0; top:0; bottom:0;

	-webkit-transition: all 1s;
	   -moz-transition: all 1s;
		 -o-transition: all 1s;
			transition: all 1s;
}

.overlay.gray { 
	background:rgba(33,33,33,0.6) !important; 
}
.blue  {
	color: #47C219;
}
.red  {
	color: #19AFC2;
}
.overlay.gray2 {
    background: rgba(33,33,33,0.3) !important;
}
.item-box-devs {
    background: #212121;
}

.ullinkscolor a {
    color: #333;
}
.mainsubtitle {    
    padding-top: 30px;
}
.mainsubtitle h3 {
    margin-bottom: 5px;
}

.centercontent {
    margin: auto;
    width: 50%;
    padding: 50px;
    padding-top: 25px;
}
.gg-imgborder1 {
    border-radius:6px;
}

.sce-camelot-profile-content {
    font-family: 'Cagliostro', sans-serif;
    font-size: 16px;
}
.sce-camelot-profile-content p {
    padding-left:15px;
    padding-right:15px;
    margin-bottom: 40px;
    color: #0c0c0c;
}
.sce-camelot-profile-content h2 {
    margin: 0 0 30px;
    color: #0c0c0c !important;
}
.blockcontent-homeimage.has-bg .content-game-camelot img {
    object-position: top;
}
.homeimage-inner-3 {
    width: 60%;
    padding-top: 25px;
    background: -moz-linear-gradient(top, rgba(250, 250, 250, 0.85) 0%, rgba(250, 250, 250, 0.85) 1%, rgba(250, 250, 250, 0.81) 50%, rgba(250, 250, 250, 0.81) 51%, rgba(250, 250, 250, 0.55) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(250, 250, 250, 0.85)), color-stop(1%, rgba(250, 250, 250, 0.85)), color-stop(50%, rgba(250, 250, 250, 0.71)), color-stop(51%, rgba(250, 250, 250, 0.61)), color-stop(100%, rgba(250, 250, 250, 0.55)));
    background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0.85) 0%, rgba(250, 250, 250, 0.85) 1%, rgba(250, 250, 250, 0.81) 50%, rgba(250, 250, 250, 0.81) 51%, rgba(250, 250, 250, 0.55) 100%);
    background: -o-linear-gradient(top, rgba(250, 250, 250, 0.85) 0%, rgba(250, 250, 250, 0.85) 1%, rgba(250, 250, 250, 0.81) 50%, rgba(250, 250, 250, 0.81) 61%, rgba(250, 250, 250, 0.55) 100%);
    background: -ms-linear-gradient(top, rgba(250, 250, 250, 0.85) 0%, rgba(250, 250, 250, 0.85) 1%, rgba(250, 250, 250, 0.81) 50%, rgba(250, 250, 250, 0.81) 51%, rgba(250, 250, 250, 0.55) 100%);
    background: linear-gradient(to bottom, rgba(250, 250, 250, 0.85) 0%, rgba(250, 250, 250, 0.85) 1%, rgba(250, 250, 250, 0.81) 50%, rgba(250, 250, 250, 0.81) 51%, rgba(250, 250, 250, 0.55) 100%);
    color: #fff;
}
.sce-camelot-menus-logo {
    width: 250px;
    float: left;
    margin-top: 18px;
    margin-bottom: 17px;
}
.camelot-has-bg {
    margin-bottom: 5px;
}
.plogos-img-2 {
	width: 100%;
	margin-top: -3px;
    padding-top: 4px;
    padding-bottom: 3px;
}

.timeline {
	margin: 0px auto;
	/*max-width: 700px;*/
	overflow: hidden;
	height: auto;
	position: relative;
	padding: 0px;
	list-style-type: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEElEQVQIW2NMTEz8z8gABAAPKwIlXWq1kgAAAABJRU5ErkJggg==);
	background-repeat: repeat-y;
	background-position: 50% 0;
}

.timeline .year {
	background: #505050;
	font-size: 3em;
	max-width: 4em;
	clear: both;
	margin: 1em auto;
	color: white;
	border-radius: 30%/100%;
	text-align: center;
	margin-top: 50px;
}

.timeline .year:first-of-type {
	margin-top: 0 !important;
}

.timeline .event {
	position: relative;
	text-align: center;
	float: right;
	clear: right;
	width: 45%;
	margin: 10px 2.5%;
	border-radius: 5px;
	list-style-type: none;
	display: block;
	padding: .4em;
	background: white;
	z-index: 15;
	color: #4d4d4d;
	border: 1px solid #9d9d9d;
	text-decoration: none;
	-webkit-transition: background .15s linear;
	-moz-transition: background .15s linear;
	-ms-transition: background .15s linear;
	-o-transition: background .15s linear;
	transition: background .15s linear;
	@media all and (max-width: 600px) {
		width: 85%;
	}
}

.timeline .event.featured {
	width: 95% !important;
	background: #e8e8e8;
}

.timeline .event.featured:after,
.timeline .event.featured:before {
	display: none;
}

.timeline .event.offset-first {
	margin-top: -1.5em !important;
}

.timeline .event img {
	margin-top: 10px;
	max-width: 100%;
    padding-bottom: 15px;
}
.timeline .event iframe {
    margin-top: 10px;
    padding-bottom: 15px;
}

.timeline .event:nth-child(2n) {
	float: left;
	clear: left;
	@media all and(min-width: 600px) {
		margin-top: 20px;
	}
}

.timeline .event:after {
	@media all and (min-width: 650px) {
		display: block;
		content: ' ';
		height: 9px;
		width: 9px;
		background: #9d9d9d;
		border-radius: 50%;
		position: absolute;
		left: -5%;
		top: 1.5em;
		border: 2px solid white;
	}
}

.timeline .event:nth-child(2n):after {
	right: -5%;
	left: auto;
}
.timeline:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 5px;
    background: #545454;
    left: 50%;
    margin-left: -2.5px;
}

.timeline .event-date {
    padding: 10px;
    background: #333333;
    color: #ffffff;
    text-align: left;
}
.timeline .event-date small {
    float:right;
	margin-top: 2px;
}

/* Button - Download */

.btn.btn-download,
.btn.btn-download.disabled,
.btn.btn-download.disabled:hover,
.btn.btn-download.disabled:focus,
.btn.btn-download[disabled],
.btn.btn-download[disabled]:hover,
.btn.btn-download[disabled]:focus {
    
}
.btn-download:hover, 
.btn-download:focus, 
.btn-download:active, 
.btn-download.active, 
.btn-download.active.focus, 
.btn-download.active:focus, 
.btn-download.active:hover, 
.btn-download:active.focus, 
.btn-download:active:focus, 
.btn-download:active:hover,
.show > .btn-download.dropdown-toggle,
.open > .dropdown-toggle.btn-download,
.open > .dropdown-toggle.btn-download:hover,
.open > .dropdown-toggle.btn-download:focus,
.btn-download:not(:disabled):not(.disabled).active, 
.btn-download:not(:disabled):not(.disabled):active {
    color: #313131;
    background: #efefef;
    border-color: #efefef;
}

.gg-marbot {
    margin-bottom: 2px;
}
.plogos-img-3 {
    width: 190px;
    margin-top: -3px;
    padding-top: 8px;
    padding-bottom: 0px;
}
.img-cover-top {
    object-position: top;
}
.blockcontent-homeimage.has-bg .img-cover-top img {
    object-position: top;
}
.homeimage-inner-5 {
    background: -moz-linear-gradient(top, rgba(23, 0, 31, 0.75) 0%, rgba(23, 0, 31, 0.75) 1%, rgba(23, 0, 31, 0.71) 50%, rgba(23, 0, 31, 0.61) 51%, rgba(23, 0, 31, 0.45) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(23, 0, 31, 0.75)), color-stop(1%, rgba(23, 0, 31, 0.75)), color-stop(50%, rgba(23, 0, 31, 0.71)), color-stop(51%, rgba(23, 0, 31, 0.61)), color-stop(100%, rgba(23, 0, 31, 0.45)));
    background: -webkit-linear-gradient(top, rgba(23, 0, 31, 0.75) 0%, rgba(23, 0, 31, 0.75) 1%, rgba(23, 0, 31, 0.71) 50%, rgba23, 0, 31, 0.61) 51%, rgba(23, 0, 31, 0.45) 100%);
    background: -o-linear-gradient(top, rgba(23, 0, 31, 0.75) 0%, rgba(23, 0, 31, 0.75) 1%, rgba(23, 0, 31, 0.71) 50%, rgba(23, 0, 31, 0.61) 61%, rgba(23, 0, 31, 0.45) 100%);
    background: -ms-linear-gradient(top, rgba(23, 0, 31, 0.75) 0%, rgba(23, 0, 31, 0.75) 1%, rgba(23, 0, 31, 0.71) 50%, rgba(23, 0, 31, 0.61) 51%, rgba(23, 0, 31, 0.45) 100%);
    background: linear-gradient(to bottom, rgb(23, 0, 31, 0.75) 0%, rgba(23, 0, 31, 0.75) 1%, rgba(23, 0, 31, 0.71) 50%, rgba(23, 0, 31, 0.61) 51%, rgba(23, 0, 31, 0.45) 100%);
}

.gg-logos-wbg {
    background: #ffffff;
    padding: 10px;
    border-radius: 2px;
    margin-top: 15px;
}

.blog-2-header-home {
    background-image: url(/files/website/night.jpg);
}
.blog-2-header {
    padding-top: 60px;
    padding-bottom: 60px;
}
.blog-2-category-post-desc {
    color: #f7f7f7;
}
.blog-2-featured-card a {
	color: #f7f7f7;
}
.blog-2-featured-card a:hover {
    color:#fff;
}
.blog-2-featured-card a:focus {
    color:#fff;
}
.post-desc {
    color: #f7f7f7;
}
.blog-1-post-time {
    color: #f7f7f7;
}
.blog-1-post-detail .blog-1-post-by a {
     color: #f7f7f7;
}
.blog-2-post-info .blog-breadcrumb a {
    color: #f7f7f7;
}
.blog-2-post-tags {
    color: #f7f7f7;
}
.blog-2-post-tags a {
    color: #f7f7f7;
}
.blog-1-post-detail .post-desc p {
    padding-left: 0px;
    padding-right: 0px;
}
.blog-1-post-detail .post-desc p + p {
    margin-top: 0px;
	padding-left: 0px;
    padding-right: 0px;
}
.blog-1-post ul {
    padding-left: 0px;
    padding-right: 0px;
}
.blog-1-header-info {
    padding-left: 0px;
    padding-right: 0px;
}
.blog-1-post-detail .post-desc p {
    font-size: 16px;
	line-height: 24px;
}
.blog-2-card:hover {
    background: #272727;
}
.block-intro-2-2ndimage {
    margin-top: 9%;
}
.block-intro-2-bg {
    background: linear-gradient(-45deg, #1f1f1f, #1f1f1f, #052237, #052237);
	background-size: 400% 400%;
	-webkit-animation: gradient 15s ease infinite;
	animation: gradient 15s ease infinite;
}