/* Fonts */
@font-face {
  font-family: 'Skater Girls Rock';
  src: url(../webfonts/SkaterGirlsRock/SkaterGirlsRock.ttf);
}

@font-face {
  font-family: 'Univers';
  src: url(../webfonts/Univers/univers-condensed-57-regular.otf);
}

@font-face {
  font-family: 'Univers Condensed';
  src: url(../webfonts/Univers/univers-57-condensed.otf);
}

@font-face {
  font-family: 'Univers Light';
  src: url(../webfonts/Univers/Univers-Light.otf);
}

html {
	position: relative;
	min-height: 100%;
}

body,
h1,
h2,
h3 {
    font-family: Roboto, sans-serif;
}

body {
	background:#ffff;
	/* Margin bottom by footer height */
	margin-bottom: 420px;
}

.header {
	position:relative;
	height:630px;
	background:transparent;
}

#fog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 630px;
  overflow: hidden;
  pointer-events: none;
}
#fog:before, #fog:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 300%;
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
}
#fog:before {
  background-image: url('../images/bg-header.jpg');
  background-size:cover cover;
  background-position:center center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /*animation: drift 60s linear 0s infinite;*/
}
#fog:after {
  background-image: url("../images/fog.png");
  animation: drift 25s linear 0s infinite;
}
@keyframes drift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-200vw, 0, 0);
  }
}

.navbar-wrapper {
	background:rgba(0, 0, 0, 0.6);
	width:100%;
	height:100px;
}

.navbar-custom {
	z-index:1002;
	position:relative;
	width:100%;
	border:0;
	border-radius:0;
	background:transparent;
	transition: color .3s cubic-bezier(.17, .67, .83, .67);
	-webkit-transition: margin-top .1s ease-out;
       -o-transition: margin-top .1s ease-out;
          transition: margin-top .1s ease-out;
	font-family: Roboto, sans-serif;
}

.navbar-custom .navbar-brand {
	width:200px;
	line-height:50px;
	height:120px;
	/*margin:8px auto;*/
}

.navbar-custom .navbar-brand img {
	width:200px;
}

.navbar-custom .navbar-nav {
	width:auto;
	padding:10px 6px 0px 6px;
}

.navbar-custom .navbar-nav li {
	margin:0 5px;
}

.navbar-custom .navbar-nav li:first-child {
	margin-left:0;
}

.navbar-custom .navbar-nav li:last-child {
	margin-right:0;
}

.navbar-custom .navbar-nav li a {
	color:#fff;
	font-size:13px;
	letter-spacing:1px;
	font-weight:bold;
	text-transform:uppercase;
	font-family: Roboto, sans-serif;
	text-align:center;
	min-width:100px;
}

.navbar-custom .navbar-nav .nav-item .nav-link::after {
	content:'';
	width:5px;
	height:3px;
	display:block;
	margin:15px auto 0 auto;
	line-height:auto;
	font-size:0;
	background:transparent;
	color:transparent;
	border-radius:4px;
	transition: width 0.5s;
}

.navbar-custom .navbar-nav .nav-item.show .nav-link:hover:after,
.navbar-custom .navbar-nav .nav-item.show .nav-link:focus:after,
.navbar-custom .navbar-nav .nav-item .nav-link:hover::after {
	width:80px;
	background:#ECBE5C;
}

.navbar-custom .navbar-nav .nav-item.show .nav-link:after {
	transition: width 0.2s;
}

.navbar-custom .navbar-nav .nav-item.show .nav-link:hover:after,
.navbar-custom .navbar-nav .nav-item.show .nav-link:focus:after {
	width:100%;
	background:#ECBE5C;
}

.navbar-custom .navbar-nav li a:hover {
	color:#FFF;
}

.navbar-custom .navbar-nav li a small {
	display:block;
	color:##ECBE5C;
}

.navbar-custom .navbar-nav li a .icon {
	width:20px;
	margin-right:6px;
}

.navbar-custom .navbar-nav .dropdown {
	/* empty */
}

.navbar-custom .navbar-nav .dropdown .dropdown-toggle {
	/*background:#FFA329;
	border-radius:4px;
	padding:15px !important;*/
}

.navbar-custom .dropdown .dropdown-menu {
	width:280px;
	margin-top:6px;
	padding:10px 10px;
}

.navbar-custom .dropdown .dropdown-menu:before {
	position: absolute;
	top: -7px;
	left: 20%;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.navbar-custom .dropdown .dropdown-menu:after {
	position: absolute;
	top: -6px;
	left: 20%;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}

.navbar-custom .dropdown .dropdown-menu-right:before,
.navbar-custom .dropdown .dropdown-menu-right:after {
	left:initial;
	right: 30%;
}

.navbar-custom .dropdown .dropdown-menu form {
	padding:0 10px !important;
}

.navbar-custom .dropdown .dropdown-menu label {
	font-size:14px;
	font-weight:bold;
	color:#ECBE5C;
}

.navbar-custom .dropdown .dropdown-menu button {
	background:#ECBE5C;
	border:1px solid #b0c225;
	-webkit-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.navbar-custom .dropdown .dropdown-menu button:hover {
	background:#b0c225;
}

.navbar-custom .dropdown .dropdown-menu .head h2 {
	margin:10px 0 0 0;
	color:#ECBE5C;
	text-transform:uppercase;
	font-size:16px;
	font-family:'Univers';
	letter-spacing:0.5px;
}

.navbar-custom .dropdown .dropdown-menu .head p {
	margin:0 0 10px 0;
	color:#ECBE5C;
	font-size:12px;
}

.navbar-custom .dropdown .dropdown-menu a,
.navbar-custom .dropdown .dropdown-menu a:focus,
.navbar-custom .dropdown .dropdown-menu a:active {
	text-align:left;
	background:transparent;
	color:#615E5F;
	font-size:13px;
	font-weight:normal;
	padding:10px 5px;
	border-bottom:1px solid rgba(117,117,117,0.1);
}

.navbar-custom .dropdown .dropdown-menu a:hover {
	color:#ECBE5C;
}

.navbar-custom .dropdown .dropdown-menu a:first-child {
	margin-top:0;
}

.navbar-custom .dropdown .dropdown-menu a:last-child {
	border-bottom-color:transparent;
}

.navbar-custom .dropdown .dropdown-menu a i {
	color:#ECBE5C;
}

.navbar-custom .navbar-nav > li:first-child {
	padding-left:0 !important;
}

.navbar-custom .navbar-nav li:last-child {
	padding-right:0 !important;
}

.navbar-custom .navbar-nav > li:first-child:before {
	display:none;
}

.navbar-custom .dropdown-toggle::after {
    display:none;
}

.navbar-custom .dropdown .dropdown-menu input {
	font-size:14px;
	padding:0 10px;
}

.navbar-custom .dropdown .dropdown-menu .btn {
	width:100%;
}

.navbar-custom .dropdown .dropdown-menu .links {
	margin:20px 0 0 0;
}

.navbar-custom .dropdown .dropdown-menu .links a {
	margin:10px 0;
	padding:0;
	color:#F6C75A;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	font-family:'Univers';
	text-transform:uppercase;
	border:0;
}

.navbar-custom .dropdown .dropdown-menu .links a:hover {
	color:#1847ba;
}

.navbar-custom .dropdown .dropdown-menu .links::after {
	display: block;
    content: "";
    clear: both;
}

.navbar-custom .float-md-left {
}

.navbar-custom .navbar-logo,
.navbar-custom .navbar-logo .nav-item,
.navbar-custom .navbar-logo .nav-item .nav-link {
	padding:0;
}

.navbar-custom .navbar-logo {
	width:250px;
	text-align:center;
}

.navbar-custom .navbar-logo .nav-item {
	width:100%;
}

.navbar-custom .navbar-logo .nav-item .nav-link {
	
}

.navbar-custom .navbar-logo .nav-item .nav-link::after {
	width:0;
	height:0;
}

/*
.navbar-custom .navbar-logo .nav-item {
	border:1px solid #000;
}*/

.navbar-custom .navbar-logo img {
	width:210px;
	margin-top:10px;
}

@media (min-width: 992px) {
  .navbar-custom .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.navbar-custom .slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.server-information {
	position:relative;
	background:rgba(0, 0, 0, 0.78);
	width:100%;
	height:50px;
}

.server-information .info-wrapper {
	background:#ECBE5C;
	width:120px;
	padding:5.8px 25px 5.8px 10px;
	float:left;
}

.server-information .info-wrapper::after {
	content:'';
	z-index:1001;
	position:absolute;
	display:inline-block;
	top:0;
	left:135px;
	width: 0;
    height: 0;
    border-bottom: 50px solid #ECBE5C;
    border-right: 40px solid transparent;
}

.server-information .info-wrapper p {
	margin:0;
	padding:0;
	color:#fff;
	font-family: 'Univers';
	font-weight:bold;
	text-align:right;
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:1px;
}

.server-information .placard {
	float:right;
	width:89%;
	overflow:hidden;
}

.server-information .placard .marquee {
	z-index:1002;
	color:#fff;
	font-family: Roboto, sans-serif;
	font-size:12px;
	width:100%;
	min-width:1px;
	max-width:none;
	animation: marquee 20s linear infinite;
    display: inline-block;
    white-space: nowrap;
}

.server-information .placard .marquee:hover {
	animation-play-state: paused;
}

.server-information .placard .marquee p {
	line-height:48px;
}

.server-information .placard .marquee p img {
	width:16px;
	margin-top:-5px;
	margin-right:5px;
}

/*
.server-information .placard .marquee p .fa-smile-beam,
.server-information .placard .marquee p .fa-check-circle {
	color:yellow;
	font-size:16px;
	margin-right:10px;
}*/

.server-information .placard .marquee p .fa-check-circle {
	color:#42CD40;
}

.server-information .placard .marquee strong {
	font-family:'Univers';
	font-weight:normal;
	font-size:16px;
}

@keyframes marquee {
  0% {
    margin-left: 100%;
    transform: translateX(0%);
  }
  100% {
    margin-left: 0;
    transform: translateX(-100%);
  }
}

.top-bar {
	background:#F7F7F7;
	height:55px;
}

.header .container {
	position:relative;
	height:600px;
}

.header .server-status {
	position:absolute;
	width:100%;
	height:80px;
	bottom:0;
	background:rgba(0, 0, 0, 0.6);
}

.header .server-status .status-wrapper {
	float:left;
	width:38.5%;
	height:80px;
}

.header .server-status .status-wrapper .item {
	float:right;
	margin-right:30px;
	max-width:110px;
	margin-top:6%;
}

.header .server-status .status-wrapper .item .value,
.header .server-status .status-wrapper .item .icon {
	color:#fff;
	float:left;
}

.header .server-status .status-wrapper .item .icon {
	font-size:18px;
	margin-right:15px;
	text-align:right;
	width:34px;
}

.header .server-status .status-wrapper .item .icon img {
	width:20px;
}

.header .server-status .status-wrapper .item .value {
	float:right;
	text-transform:uppercase;
	font-size:12px;
	line-height:26px;
}

.header .server-status .peaker-wrapper {
	float:left;
	width:23%;
	height:90px;
	margin-top:-10px;
	padding:10px;
	background:#ECBE5C;
}

.header .server-status .peaker-wrapper .value,
.header .server-status .peaker-wrapper .label {
	color:#fff;
	margin-top:5px;
	font-family:'Univers';
	text-align:center;
	font-size:25px;
}

.header .server-status .peaker-wrapper .label {
	margin-top:0;
	font-size:18px;
	text-transform:uppercase;
}

.header .server-status .search-wrapper {
	float:right;
	width:38.5%;
	height:80px;
}

.header .server-status .search-wrapper .server-timer {
	float:left;
	color:#fff;
	width:160px;
	line-height:76px;
	font-family:'Univers';
}

.header .server-status .search-wrapper .server-timer .icon {
	float:left;
	margin-left:30px;
}

.header .server-status .search-wrapper .server-timer .icon img {
	width:16px;
}

.header .server-status .search-wrapper .server-timer .value {
	float:left;
	font-family: Roboto, sans-serif;
	font-size:12px;
	margin-left:10px;
	margin-top:1px;
}

.header .server-status .search-wrapper .search-database {
	margin-left:10px;
	float:right;
}

.header .server-status .search-wrapper .search-database input,
.header .server-status .search-wrapper .search-database select,
.header .server-status .search-wrapper .search-database button,
.header .server-status .search-wrapper .search-database .dropdown {
	/*float:left;*/
	line-height:25px;
	outline:0;
}

.header .server-status .search-wrapper .search-database input,
.header .server-status .search-wrapper .search-database .dropdown {
	float:left;
	margin-top:20px;
}

.header .server-status .search-wrapper .search-database input {
	width:100px;
	background:#fff;
	padding-left:20px;
	border-right:0 !important;
	border:1px solid #EEEEEE;
	border-radius:40px 0 0 40px !important;
}

.header .server-status .search-wrapper .search-database input:focus {
	background:#fff !important;
}

.header .server-status .search-wrapper .search-database .dropdown button {
	border-radius:0 !important;
}

.header .server-status .search-wrapper .search-database .dropdown button {
	min-width:100px;
}

.header .server-status .search-wrapper .search-database button img {
	width:14px;
}

.header .server-status .search-wrapper .search-database .dropdown button,
.header .server-status .search-wrapper .search-database .dropdown button:active,
.header .server-status .search-wrapper .search-database .dropdown button:focus,
.header .server-status .search-wrapper .search-database .dropdown button:visited {
	padding:0 10px;
	background:#fff;
	color:#757575;
	font-size:13px;
	height:35px;
	border:1px solid #EEEEEE;
	border-left:0 !important;
	outline:0;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.header .server-status .search-wrapper .search-database .dropdown .dropdown-toggle::after {
    float:right;
	margin-top:10px;
}

.header .server-status .search-wrapper .search-database .dropdown .dropdown-menu {
	margin-top:10px;
	padding:10px;
}

.header .server-status .search-wrapper .search-database .dropdown .dropdown-menu a {
	color:#F6C75A;
	font-size:13px;
	padding:5px 12px;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	margin-top:5px;
}

.header .server-status .search-wrapper .search-database .dropdown .dropdown-menu a:first-child {
	margin-top:0;
}

.header .server-status .search-wrapper .search-database .dropdown .dropdown-menu a:last-child {
	border-bottom-color:transparent;
}

.header .server-status .search-wrapper .search-database .dropdown .dropdown-menu a:hover {
	background:#F6C75A;
	color:#fff;
	border-radius:2px;
	border-bottom-color:transparent;
}

.header .server-status .search-wrapper .search-database .dropdown .dropdown-menu {
	/*background:#fff;*/
}

.header .server-status .search-wrapper .search-database .dropdown .dropdown-menu:before {
	position: absolute;
	top: -7px;
	right: 35%;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.header .server-status .search-wrapper .search-database .dropdown .dropdown-menu:after {
	position: absolute;
	top: -6px;
	right: 35%;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: '';
}

.header .server-status .search-wrapper .search-database button[type="submit"] {
	margin-top:20px;
	padding:4px 15px;
	color:#fff;
	margin-left:-1px;
	font-family:'Univers';
	text-transform:uppercase;
	letter-spacing:1px;
	border-color:#ECBE5C;
	border-top-right-radius:40px !important;
	border-bottom-right-radius:40px !important;
	background: #ECBE5C;
}

.header .server-status .search-wrapper .search-database button[type="submit"]:hover {
	background:#a7b823;
}

.sub-content {
	height:auto;
	min-height:1px;
	max-height:100%;
	padding: 15px 25px 50px 25px !important;
	position:relative;
	margin-bottom:420px;
}

.sub-content .head {
	color:#F6C75A;
}

.sub-content .head,
.sub-content .sub-head {
	margin:0;
	padding:0;
}

.sub-content .sub-head {
	font-size:12px;
}

.main-content {
	padding:0;
	/*margin-top:-250px;*/
}

.main-content .container {
	position:relative;
}

.wrapper-left {
	float:left;
	width:280px;
	margin-top:30px;
}

.wrapper-center {
	float:left;
	width:530px;
	margin:30px 10px 0 10px;
}

.wrapper-right {
	float:right;
	width:280px;
	margin-top:30px;
}

.wrapper-full {
	width:100%;
	float:left;
}

.welcome .welcome-box {
	border:2px solid #F0F0F0;
	padding:20px;
	border-radius:4px;
}

.welcome .render {
	position:absolute;
	width:273px;
	height:310px;
	right:-20px;
	bottom:-15px;
	background:url('../images/render/welcome.png') no-repeat;
	background-size:100%;
	background-position:center center;
}

.welcome .welcome-box .content {
	float:left;
}

.welcome .welcome-box .content .head h2 {
	margin:0;
	color:#F6C75A;
	font-family:'Univers';
	font-size:24px;
	text-transform:uppercase;
}

.welcome .welcome-box .content .head p {
	margin:0;
	font-weight:bold;
	letter-spacing:1px;
	color:#353535;
}

.welcome .welcome-box .content .text {
	width:65%;
	color:#292828;
	font-size:14px;
}

.welcome .welcome-box::after {
	content: "";
    display: table;
    clear: both;
}

.control-panel {
	position:relative;
	padding:15px 15px;
	margin:2px 0 0 auto;
	width:95%;
	height:280px;
	border:1px solid #DDDDDD;
	border-radius:4px;
}

.control-panel .head h2,
.control-panel .head p {
	margin:0;
	padding:0;
	color:#F6C75A;
}

.control-panel .head h2 {
	font-family:'Univers';
	font-size:22px;
	text-transform:uppercase
}

.control-panel .head p {
	font-size:12px;
	letter-spacing:1px;
}

.control-panel .left {
	float:left;
	width:60%;
	margin-top:25px;
}

.control-panel .left .form-group {
	margin:2px 0;
}

.control-panel .left .form-control-outline.active-ever input,
.control-panel .left .form-group input {
	color:#000 !important;
	padding: 30px 10px 20px;
	font-family: Roboto, sans-serif;
	outline:0;
}

.control-panel .left .form-control-outline label {
	color:#F6C75A !important;
}

.control-panel .left .form-control-outline input:focus {
	color:#000 !important;
	background:#fff !important;
	border-color:#F6C75A !important;
	box-shadow: none;
}

.control-panel .left .form-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  text-transform:uppercase;
  opacity: 1; /* Firefox */
}

.control-panel .left .form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.control-panel .left .form-group input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.control-panel .left .form-group input:-webkit-autofill,
.control-panel .left .form-group input:-webkit-autofill:hover, 
.control-panel .left .form-group input:-webkit-autofill:focus,
.control-panel .left .form-group textarea:-webkit-autofill,
.control-panel .left .form-group textarea:-webkit-autofill:hover,
.control-panel .left .form-group textarea:-webkit-autofill:focus,
.control-panel .left .form-group select:-webkit-autofill,
.control-panel .left .form-group select:-webkit-autofill:hover,
.control-panel .left .form-group select:-webkit-autofill:focus {
  border: 1px solid #000F32;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

.control-panel .right {
	float:right;
	width:36%;
	margin-top:25px;
}

.control-panel .right .btn {
	width:100%;
	height:108px;
	font-family:'Univers';
	font-size:18px;
	text-shadow: rgb(133, 161, 21) 1px 0px 0px, rgb(133, 161, 21) 0.540302px 0.841471px 0px, rgb(133, 161, 21) -0.416147px 0.909297px 0px, rgb(133, 161, 21) -0.989992px 0.14112px 0px, rgb(133, 161, 21) -0.653644px -0.756802px 0px, rgb(133, 161, 21) 0.283662px -0.958924px 0px, rgb(133, 161, 21) 0.96017px -0.279415px 0px;
	text-transform:uppercase;
	background:url('../images/control-panel-btn.jpg') no-repeat;
	background-size:cover;
	background-position:bottom right;
	border:1px solid #85A115;
	-webkit-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.control-panel .right .btn:hover,
.control-panel .right .btn:focus,
.control-panel .right .btn:active {
	opacity:0.9;
}

.control-panel .infos {
	margin-top:10px;
}

.control-panel .infos .items .item {
	position:relative;
	display:inline-block;
	margin:15px 4px;
	width: 66px;
	line-height:66px;
	color:#fff;
	background:#F6C75A;
	border-radius:4px;
	text-align:center;
}

.control-panel .infos .items .item.bg-red {
	background:#DC3545;
}

.control-panel .infos .items .item img {
	width:20px;
	margin-top:-5px;
}

.control-panel .infos .items .item .label-wrapper {
	position:absolute;
	width:100%;
	bottom:-10px;
	margin:0 auto;
	line-height:15px !important;
}

.control-panel .infos .items .item .label-wrapper .label {
	color:#fff;
	width:90%;
	margin:0 auto;
	font-family:'Roboto';
	background:#000F32;
	padding:5px 5px;
	border-radius:4px;
	text-transform:uppercase;
	font-size:10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.control-panel .infos .items .item:nth-child(1),
.control-panel .infos .items .item:nth-child(5) {
	margin-left:0;
}

.control-panel .infos .items .item:nth-child(4),
.control-panel .infos .items .item:nth-child(8) {
	margin-right:0;
}

.control-panel .links {
	width:100%;
	margin-top:30px;
	padding:0;
}

.control-panel .links a {
	margin:0;
	padding:0;
	min-width:90%;
	color:#fff;
	padding:10px 10px;
	display:inline-block;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow: rgb(0, 15, 50) 1px 0px 0px, rgb(0, 15, 50) 0.540302px 0.841471px 0px, rgb(0, 15, 50) -0.416147px 0.909297px 0px, rgb(0, 15, 50) -0.989992px 0.14112px 0px, rgb(0, 15, 50) -0.653644px -0.756802px 0px, rgb(0, 15, 50) 0.283662px -0.958924px 0px, rgb(0, 15, 50) 0.96017px -0.279415px 0px;
	border:1px solid #F6C75A;
	border-radius:2px;
	background:url('../images/register-link.jpg') no-repeat;
	background-size:cover;
}

.control-panel .links .right a {
	background:url('../images/recovery-link.jpg') no-repeat;
	background-size:cover;
}

.control-panel .links a:hover {
	opacity:0.9;
}

.control-panel .links .left {
	float:left;
	width:50%;
	margin:0;
}

.control-panel .links .right {
	float:right;
	width:50%;
	text-align:right;
	margin:0;
	position:relative;
}

.control-panel .links .right {
	margin:0 auto 0 0;
}

.control-panel .links::after,
.control-panel form::after {
	content: "";
    display: table;
    clear: both;
}

.news {
	margin-top:80px;
}

.news .head h2 {
	color:#F6C75A;
	font-size:28px;
	font-family:'Univers';
	text-transform:uppercase;
	margin:0;
}

.news .head p {
	margin:0;
	font-size:12px;
	text-transform:uppercase;
}

.news .filter {
	z-index:1002;
	position:absolute;
	right:10px;
	margin-top:-20px;
}

.news .filter .dropdown-toggle:after {
	content: none
}

.news .filter .dropdown-toggle,
.news .filter .dropdown-toggle:hover,
.news .filter .dropdown-toggle:focus,
.news .filter .dropdown-toggle:active,
.news .filter .dropdown-toggle.active {
	background:transparent;
	color:#6f7071;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	border:0 !important;
	outline:0 !important;
	box-shadow:none !important;
}

.news .filter .dropdown-toggle span {
	color:#F6C75A;
	margin-left:5px;
}

.news .filter .dropdown-toggle i:first-child {
	margin-right:4px;
}

.news .filter .dropdown-toggle i:last-child {
	margin-left:8px;
	color:#6f7071;
}

.news .filter .dropdown-menu {
	padding:10px;
}

.news .filter .dropdown-menu .dropdown-item {
	padding:10px;
	color:#6f7071;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

.news .filter .dropdown-menu .dropdown-item:hover {
	color:#fff;
	background: #ECBE5C;
	border-radius:4px;
}

.news .render {
	width:100%;
	height:415px;
	margin-top:30%;
	background:url('../images/render/kafra-news.png') no-repeat;
	background-size:100%;
	background-position:left bottom;
	margin-bottom:-18%;
}

.news .owl-news {
	margin-top:40px;
	width:100%;
}

.news .owl-news .owl-carousel .item {
	width:268px;
	margin:0 5px;
	border:1px solid #DFDAD6;
	padding:5px;
}

.news .owl-news .owl-carousel .item .cover {
	position:relative;
	width:100%;
	height:180px;
	background-size:cover !important;
	background-position:center center !important;
}

.news .owl-news .owl-carousel .item .cover .tag {
	position:absolute;
	bottom:10px;
	right:10px;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px 10px;
	letter-spacing:1px;
	border-radius:2px;
}

.news .owl-news .owl-carousel .item .cover .tag.news {
	background:#ECBE5C;
	text-shadow: rgb(142, 184, 36) 1px 0px 0px, rgb(142, 184, 36) 0.540302px 0.841471px 0px, rgb(142, 184, 36) -0.416147px 0.909297px 0px, rgb(142, 184, 36) -0.989992px 0.14112px 0px, rgb(142, 184, 36) -0.653644px -0.756802px 0px, rgb(142, 184, 36) 0.283662px -0.958924px 0px, rgb(142, 184, 36) 0.96017px -0.279415px 0px;
}

.news .owl-news .owl-carousel .item .cover .tag.events {
	background:#FCBE01;
	text-shadow: rgb(217, 163, 0) 1px 0px 0px, rgb(217, 163, 0) 0.540302px 0.841471px 0px, rgb(217, 163, 0) -0.416147px 0.909297px 0px, rgb(217, 163, 0) -0.989992px 0.14112px 0px, rgb(217, 163, 0) -0.653644px -0.756802px 0px, rgb(217, 163, 0) 0.283662px -0.958924px 0px, rgb(217, 163, 0) 0.96017px -0.279415px 0px;
}

.news .owl-news .owl-carousel .item .cover .tag.updates {
	background:#158FDD;
	text-shadow: rgb(2, 99, 201) 1px 0px 0px, rgb(2, 99, 201) 0.540302px 0.841471px 0px, rgb(2, 99, 201) -0.416147px 0.909297px 0px, rgb(2, 99, 201) -0.989992px 0.14112px 0px, rgb(2, 99, 201) -0.653644px -0.756802px 0px, rgb(2, 99, 201) 0.283662px -0.958924px 0px, rgb(2, 99, 201) 0.96017px -0.279415px 0px;
}

.news .owl-news .owl-carousel .item .date {
	font-size:12px;
	margin:10px 0;
	padding:0 5px;
	text-align:center;
	margin:3px 0;
}

.news .owl-news .owl-carousel .item .title h2 {
	margin:0;
	font-family:'Univers';
	font-size:22px;
	padding:0 5px;
}

.news .owl-news .owl-carousel .item .content {
	padding:0 5px;
	width:100%;
	height:80px;
	font-size:12px;
	overflow: hidden;
}

.news .owl-news .owl-carousel .item .footer {
	text-align:center;
	padding:0 5px;
	margin:5px 0 10px 0;
}

.news .owl-news .owl-carousel .item .footer a {
	color:#444444;
	font-family:'Univers';
	text-transform:uppercase;
	text-decoration:none;
}

.news .owl-news .owl-carousel .item .footer a i {
	color:#0962A4;
	margin-left:5px;
}

.news .owl-news .owl-carousel .item .footer a:hover i {
	animation: btnBlueGreenZoomIn 2.1s infinite;
}

/* @keyframes btnBlueGreenS2ZoomIn { */

.news .owl-news .go-news {
	text-align:right;
	margin-top:20px;
}

.news .owl-news .go-news a {
	margin-right:5px;
	color:#0962A4;
	font-size:16px;
	font-family:'Univers';
	text-transform:uppercase;
	text-decoration:none;
}

.news .owl-news .go-news a .icon,
.news .owl-news .go-news a .desc {
	display:inline-block;
}

.news .owl-news .go-news a .icon {
	background:url('../images/icon/arrow-right.png') no-repeat;
	background-size:20px;
	width:20px;
	height:20px;
	margin-right:5px;
}

.news .owl-news .go-news a:hover .icon,
.news .owl-news .go-news a:focus .icon,
.news .owl-news .go-news a:active .icon {
	animation: btnArrowBlueZoomIn 2.1s infinite;
}

.itemshop {
	width:100%;
	margin-top:45px;
	background:#723407;
	/*background:#F7F7F7;*/
}

.itemshop .head {
	margin:-20px auto 10px auto;
	width:150px;
	line-height:40px;
	color:#fff;
	background:#ECBE5C;
	font-family:'Univers';
	text-align:center;
	text-transform:uppercase;
}

.itemshop .owl-itemshop {
	float:left;
	margin-top:20px;
	width:75%;
}

.itemshop .owl-itemshop .owl-carousel {
	padding:0 5px;
	padding:5px;
	margin-top:10px;
}

.itemshop .owl-itemshop .owl-carousel .item {
	height:200px;
	padding:20px 20px;
	background:#fff;
}

.itemshop .owl-itemshop .owl-carousel .item .content {
	/*position:relative;*/
}

.itemshop .owl-itemshop .owl-carousel .item .content .image {
	width:100%;
}

.itemshop .owl-itemshop .owl-carousel .item .image img {
	width:75px;
	height:100px;
	margin:0 auto;
}

.itemshop .owl-itemshop .owl-carousel .item .info {
	width:100%;
	text-align:center;
}

.itemshop .owl-itemshop .owl-carousel .item .content .desc .name,
.itemshop .owl-itemshop .owl-carousel .item .info .name {
	font-size:16px;
	font-family:'Univers';
	text-transform:uppercase;
}

.itemshop .owl-itemshop .owl-carousel .item .info .job {
	color:#9c9c9c;
	font-size:12px;
	font-family:'Univers';
	text-transform:uppercase;
}

.itemshop .owl-itemshop .owl-carousel .item .content::after,
.itemshop .owl-itemshop .owl-carousel .item .info::after,
.itemshop .owl-itemshop .owl-carousel .item .info .desc::after,
.itemshop .owl-itemshop .owl-carousel .item .footer::after,
.itemshop .owl-itemshop .owl-carousel .item .footer .credits::after,
.itemshop .owl-itemshop .owl-carousel .item .footer .label .sale::after {
	content: "";
    display: table;
    clear: both;
}

.item-shop-desc-ballon p {
	margin:1px 0;
	padding:0;
	text-align:left !important;
}

.itemshop .owl-itemshop .owl-itemshop-nav {
    position: relative;
    width:100%;
	text-align:left !important;
}

.itemshop .owl-itemshop .owl-itemshop-nav .owl-prev,
.itemshop .owl-itemshop .owl-itemshop-nav .owl-next {
    z-index: 1001;
	padding:0;
	min-width:1px !important;
	width:auto;
	max-width: auto;
	text-align:center;
    color: #fff;
	background: transparent;
	border:0;
	border-radius:0;
	cursor: pointer;
	outline:0;
	-webkit-transition: all .1s ease-in-out;
       -o-transition: all .1s ease-in-out;
          transition: all .1s ease-in-out;
}

.itemshop .owl-itemshop .owl-itemshop-nav i {
	font-size:24px;
}

.itemshop .owl-itemshop:hover .owl-itemshop-nav .owl-prev,
.itemshop .owl-itemshop:hover .owl-itemshop-nav .owl-next {
	visibility:visible;
}

.itemshop .owl-itemshop .owl-itemshop-nav .owl-prev:hover,
.itemshop .owl-itemshop .owl-itemshop-nav .owl-next:hover {
	background: transparent;
	border:0;
	color: #fff;
	animation: btnWhiteGreenS2ZoomIn 2.1s infinite;
}

.itemshop .owl-itemshop .owl-itemshop-nav .owl-prev {
   margin-right:4px;
   margin-left:4px;
}

.itemshop .owl-itemshop .owl-itemshop-nav .owl-next {
    margin-left:4px;
}

.itemshop .owl-itemshop .go-shop {
	text-align:right;
	margin-top:10px;
}

.itemshop .owl-itemshop .go-shop a {
	margin-right:5px;
	color:#fff;
	font-size:18px;
	font-family:'Univers';
	text-transform:uppercase;
	text-decoration:none;
}

.itemshop .owl-itemshop .go-shop a .icon,
.itemshop .owl-itemshop .go-shop a .desc {
	display:inline-block;
}

.itemshop .owl-itemshop .go-shop a .icon {
	background:url('../images/icon/arrow-right-white.png') no-repeat;
	background-size:20px;
	width:25px;
	height:25px;
	margin-right:2px;
}

.itemshop .owl-itemshop .go-shop a:hover .icon,
.itemshop .owl-itemshop .go-shop a:focus .icon,
.itemshop .owl-itemshop .go-shop a:active .icon {
	/*color:#ECBE5C;*/
	animation: btnArrowWhiteZoomIn 2.1s infinite;
}

.itemshop .render {
	float:right;
	width:24%;
	height:280px;
	margin-top:10px;
	background:url('../images/render/item-shop.png') no-repeat;
	background-size:100%;
	background-position:left bottom;
}

@keyframes itemshopzoomIn {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}

.itemshop .render .text {
	width:130px;
	height:130px;
	line-height:130px;
	color:#fff;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:1px;
	text-shadow: rgb(69, 43, 66) 1px 0px 0px, rgb(69, 43, 66) 0.540302px 0.841471px 0px, rgb(69, 43, 66) -0.416147px 0.909297px 0px, rgb(69, 43, 66) -0.989992px 0.14112px 0px, rgb(69, 43, 66) -0.653644px -0.756802px 0px, rgb(69, 43, 66) 0.283662px -0.958924px 0px, rgb(69, 43, 66) 0.96017px -0.279415px 0px;
	background:url('../images/render/item-shop-text.png') no-repeat;
	background-size:100%;
	animation: itemshopzoomIn 3s infinite;
}

.itemshop .render img {
	width:100%;
}

.server-info {
	/*margin-top:30px;*/
}

.server-info::before {
	background:url('../images/shape-itemshop.png') no-repeat;
	background-size:100%;
	background-position:center top;
	width:100%;
	height:110px;
	content:'';
	position:relative;
	display:table;
}

.server-info .content {
	margin:40px auto;
	width:100%;
}

.server-info .content .render {
	width:100%;
	height:450px;
	position:absolute;
	background:url('../images/render/info.png') no-repeat;
	background-position:center top;
	background-size:450px;
}

.server-info .video {
	position:relative;
	width:75%;
	height:60vh;
	margin:0 auto 0 auto;
	background:#DFDAD6;
	border-radius:20px;
	clear:both;
}

.server-info .video iframe {
	border-radius:20px;
	width:100%;
	height:60vh;
}

.server-info .left,
.server-info .right {
	float:left;
	position:relative;
	width:22%;
	margin:35px 0 20px 0;
}

.server-info .left {
	left:5%;
}

.server-info .right {
	float:right;
	right:5%;
}

.server-info .left .item,
.server-info .right .item {
	margin-top:20px;
}

.server-info .left .item .value,
.server-info .right .item .value {
	color:#F6C75A;
	font-family:'Univers';
	font-size:38px;
	font-weight:900;
	text-align:right;
}

.server-info .right .item .value {
	text-align:left;
}

.server-info .left .item .value::after,
.server-info .right .item .value::after {
	content:'';
	display:table;
	position:relative;
	margin:0 0 10px auto;
	width:55px;
	height:4px;
	background:#F6C75A;
}

.server-info .right .item .value::after {
	margin:0 auto 10px 0;
}

.server-info .left .item .label,
.server-info .right .item .label {
	text-align:right;
	color:#793B08;
	font-family: 'Comfortaa', cursive;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
}

.server-info .right .item .label {
	text-align:left;
}

.ranking-tab {
	background:#fff;
	padding:40px 0 0 0;
}

.ranking-tab .items {
	margin:0 auto;
	position:relative;
	width:100%;
	text-align:center;
}

.ranking-tab .menu .item,
.ranking-tab .items .item {
	margin:0 -1px;
	outline:0;
	color:#000;
	background:#e9e9e9;
	border-color:#e9e9e9;
	border-bottom:0 !important;
	border-bottom-left-radius:0 !important;
	border-bottom-right-radius:0 !important;
}

.ranking-tab .menu .item,
.ranking-tab .items .item.active {
	color:#fff;
	text-shadow: rgb(142, 184, 36) 1px 0px 0px, rgb(142, 184, 36) 0.540302px 0.841471px 0px, rgb(142, 184, 36) -0.416147px 0.909297px 0px, rgb(142, 184, 36) -0.989992px 0.14112px 0px, rgb(142, 184, 36) -0.653644px -0.756802px 0px, rgb(142, 184, 36) 0.283662px -0.958924px 0px, rgb(142, 184, 36) 0.96017px -0.279415px 0px;
	background: #ECBE5C;
	border-top-color: #ECBE5C;
	border-left-color: #ECBE5C;
	border-right-color: #ECBE5C;
}

.ranking-tab .menu {
	margin-bottom:-20px;
	display:none;
}

.ranking-tab .items .item:first-child {
	margin-left:0;
}

.ranking-tab .items .item:last-child {
	margin-right:0;
}

.ranking-tab .menu .item .icon,
.ranking-tab .items .item .icon {
	float:left;
	width:50px;
	height:50px;
	background:#fff;
	border-radius:35px;
}

.ranking-tab .menu .item .icon.mvp img,
.ranking-tab .items .item .icon.mvp img {
	width:53px;
	margin-left:-3.5px;
	margin-top:-3px;
}

.ranking-tab .menu .item .icon.pvp img,
.ranking-tab .items .item .icon.pvp img {
	width:54px;
	margin-left:3px;
	margin-top:-8px;
}

.ranking-tab .menu .item .icon.woe img,
.ranking-tab .items .item .icon.woe img {
	width:45px;
	margin-left:1px;
	margin-top:-7px;
}

.ranking-tab .menu .item .icon.breaker img,
.ranking-tab .items .item .icon.breaker img {
	width:35px;
	margin-left:-4px;
	margin-top:-10px;
}

.ranking-tab .items::after {
	content: "";
    display: table;
    clear: both;
}

.ranking-tab .menu .item .desc,
.ranking-tab .items .item .desc {
	float:right;
	margin:0 2px 0 10px;
	padding:7px 0;
}

.ranking-tab .menu .item .desc h2,
.ranking-tab .items .item .desc h2 {
	margin:0;
	padding:0;
	font-family:'Univers';
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:left;
}

.ranking-tab .menu .item .desc p,
.ranking-tab .items .item .desc p {
	margin:0;
	padding:0;
	font-size:11px;
	text-transform:uppercase;
	text-align:left;
}

.ranking-tab .menu .item .caret {
	position:absolute;
	bottom:0;
	text-align:center;
	width:100%;
}

.ranking {
	background:#ECBE5C;
	padding-bottom:140px;
}

.ranking .owl-ranking {
	margin:40px 0;
}

.ranking .owl-ranking,
.ranking .owl-ranking .owl-carousel {
	width:100%;
}

.ranking .owl-ranking .item .head {
	color:#fff;
	font-size:20px;
	font-family:'Univers';
	text-align:center;
	text-transform:uppercase;
	text-shadow: rgb(142, 184, 36) 1px 0px 0px, rgb(142, 184, 36) 0.540302px 0.841471px 0px, rgb(142, 184, 36) -0.416147px 0.909297px 0px, rgb(142, 184, 36) -0.989992px 0.14112px 0px, rgb(142, 184, 36) -0.653644px -0.756802px 0px, rgb(142, 184, 36) 0.283662px -0.958924px 0px, rgb(142, 184, 36) 0.96017px -0.279415px 0px;
}

.ranking .owl-ranking .contents {
	/* empty */
	margin-top:20px;
}

.ranking .owl-ranking .contents::after {
	content: "";
    display: block;
    clear: both;
}

.ranking .owl-ranking .contents .base {
	float:left;
	width:32%;
	min-height:230px;
	margin:0 1%;
	padding:20px 20px;
	background:#fff;
	border-radius:4px;
}

.ranking .owl-ranking .contents .base:first-child {
	margin-left:0;
}

.ranking .owl-ranking .contents .base:last-child {
	margin-right:0;
}

.ranking .owl-ranking .contents .base .image {
	float:left;
	width:32%;
	text-align:center;
}

.ranking .owl-ranking .contents .base .guild-image {
	width:38%;
	height:150px;
	margin-top:-40px;
	background:url('../images/guild-flag.png') no-repeat;
	background-size:60% !important;
	background-position:top center;
}

.ranking .owl-ranking .contents .base .content {
	float:left;
	width:66%;
	margin-left:1.5%;
	margin-bottom:30px;
}

.ranking .owl-ranking .contents .base .guild-content {
	width:58%;
}

.ranking .owl-ranking .contents .base .image img {
	width:auto;
	max-height:150px;
	margin:0 auto;
}

.ranking .owl-ranking .contents .base .guild-image img {
	width:24px;
	margin:58% auto 0 auto;
}

.ranking .owl-ranking .contents .base .content .pos {
	color:#F6C75A;
	font-weight:bold;
	font-size:14px;
	font-family:'Univers';
	text-transform:uppercase;
	letter-spacing:1px;
}

.ranking .owl-ranking .contents .base .content .name {
	font-weight:bold;
	color:#1F1F1F;
	font-size:14px;
}

.ranking .owl-ranking .contents .base .content .jobname {
	color:#9c9c9c;
	font-size:13px;
}

.ranking .owl-ranking .contents .base .content .groups {
	margin-top:25px;
}

.ranking .owl-ranking .contents .base .content .groups a {
	display:inline-block;
}

.ranking .owl-ranking .contents .base .content .groups a img {
	width:24px;
}

.ranking .owl-ranking .contents .base .content .leader {
	text-decoration:none;
	display:block;
	margin-top:10px;
}

.ranking .owl-ranking .contents .base .content .leader .label {
	font-family:'Univers';
	color:#F6C75A;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:14px;
	font-weight:bold;
}

.ranking .owl-ranking .contents .base .content .leader .value {
	font-weight:bold;
	color:#1F1F1F;
	font-size:14px;
}

.ranking .owl-ranking .contents .base .content::after,
.ranking .owl-ranking .contents .base .footer::before {
	content: "";
    display: table;
    clear: both;
}

.ranking .owl-ranking .contents .footer {
	margin-top:30px;
}

.ranking .owl-ranking .contents .footer .score {
	float:left;
	width:49.5%;
	border-right:1px solid rgba(156, 156, 156, 0.4);
}

.ranking .owl-ranking .contents .footer .level {
	float:right;
	width:49.5%;
}

.ranking .owl-ranking .contents .footer .value {
	color:#F6C75A;
	font-family:'Univers';
	font-size:24px;
	font-weight:bold;
	text-align:center;
}

.ranking .owl-ranking .contents .footer .label {
	color:#1F1F1F;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}

.ranking .owl-ranking .contents .footer::after,
.ranking .owl-ranking .contents .footer .level::after {
	content: "";
    display: block;
    clear: both;
}

.woe-head::before {
	background:url('../images/shape.png') no-repeat;
	background-size:150%;
	background-position:center bottom;
	width:100%;
	height:105px;
	content:'';
	position:relative;
	display:table;
	margin-top:-102px;
}

.woe-head {
	/* */
}

.woe-head .head {
	text-align:center;
	margin:40px 0 80px 0;
}

.woe-head .head::after {
	content:'';
	display:table;
	position:relative;
	margin:20px auto;
	width:100px;
	height:3px;
	background:#2556CF;
}

.woe-head .head h2 {
	color:#2556CF;
	font-family:'Univers';
	text-transform:uppercase;
}

.woe-schedule {
	/**/
	background:url('../images/bg-woe.jpg') no-repeat, #000D2A;
	background-size: cover;
	background-position:center top;
	height:500px;
}

.woe-schedule .owl-woe-schedule {
	margin-top:-30px;
}

.woe-schedule .owl-woe-schedule .owl-carousel .item {
	margin:0 20px;
}

.woe-schedule .owl-woe-schedule .owl-carousel .item .base {
	background:#2556CF;
	padding:10px;
	border-radius:4px;
}

.woe-schedule .owl-woe-schedule .owl-carousel .item .base .icon {
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	background:url('../images/icon/calendar.png') no-repeat, #000F32;
	background-position:center center;
	background-size:16px;
	color:#fff;
	text-align:center;
	border-radius:50%;
	text-align:center;
}

/*.woe-schedule .owl-woe-schedule .owl-carousel .item .base .icon img {
	width:20px;
	margin:auto auto !important;
}*/

.woe-schedule .owl-woe-schedule .owl-carousel .item .base .content {
	float:right;
	width:76%;
	padding:5px;
}

.woe-schedule .owl-woe-schedule .owl-carousel .item .base .content h2,
.woe-schedule .owl-woe-schedule .owl-carousel .item .base .content p {
	margin:0;
	color:#fff;
	font-family: Roboto, sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.5px;
}

.woe-schedule .owl-woe-schedule .owl-carousel .item .base .content p {
	font-size:12px;
	font-weight:normal;
}

.woe-schedule .owl-woe-schedule .owl-carousel .item .base::after {
	content: "";
    display: table;
    clear: both;
}

.woe-countdown {
	background:transparent;
	margin-top:-60px;
}

.woe-countdown .base {
	width:620px;
	margin:0 auto;
}

.woe-countdown .base .next {
	text-align:right;
	width:200px;
	float:left;
}

.woe-countdown .base .next h2 {
	margin:0;
	color:#fff;
	font-family: Roboto, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-shadow: rgb(0, 15, 50) 1px 0px 0px, rgb(0, 15, 50) 0.540302px 0.841471px 0px, rgb(0, 15, 50) -0.416147px 0.909297px 0px, rgb(0, 15, 50) -0.989992px 0.14112px 0px, rgb(0, 15, 50) -0.653644px -0.756802px 0px, rgb(0, 15, 50) 0.283662px -0.958924px 0px, rgb(0, 15, 50) 0.96017px -0.279415px 0px;
}

.woe-countdown .base .next p {
	margin:0;
	font-family:'Univers';
	font-weight:bold;
	font-size:24px;
	text-transform:uppercase;
	background: rgb(222,221,54);
	background: linear-gradient(126deg, rgba(222,221,54,1) 38%, rgba(170,197,32,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.woe-countdown .base .timer {
	float:right;
}

.woe-countdown .base .timer .item {
	float:left;
	margin:0 8px;
}
.woe-countdown .base .timer .item:nth-child(1),
.woe-countdown .base .timer .item:nth-child(3) {
	margin-top:-20px;
}

.woe-countdown .base .timer .item .title {
	color:#fff;
	text-align:right;
	text-transform:lowercase;
	font-family: Roboto, sans-serif;
	font-size:12px;
	text-shadow: rgb(0, 15, 50) 1px 0px 0px, rgb(0, 15, 50) 0.540302px 0.841471px 0px, rgb(0, 15, 50) -0.416147px 0.909297px 0px, rgb(0, 15, 50) -0.989992px 0.14112px 0px, rgb(0, 15, 50) -0.653644px -0.756802px 0px, rgb(0, 15, 50) 0.283662px -0.958924px 0px, rgb(0, 15, 50) 0.96017px -0.279415px 0px;
}

.woe-countdown .base .timer .item .value {
	width:80px;
	line-height:75px;
	color:#fff;
	background: #BCCD27;
	text-align:center;
	font-family:'Univers';
	font-size:38px;
	font-weight:bold;
	text-shadow: rgb(142, 184, 36) 1px 0px 0px, rgb(142, 184, 36) 0.540302px 0.841471px 0px, rgb(142, 184, 36) -0.416147px 0.909297px 0px, rgb(142, 184, 36) -0.989992px 0.14112px 0px, rgb(142, 184, 36) -0.653644px -0.756802px 0px, rgb(142, 184, 36) 0.283662px -0.958924px 0px, rgb(142, 184, 36) 0.96017px -0.279415px 0px;
}

.woe-countdown .base::after {
	content: "";
    display: table;
    clear: both;
}

.woe-schedule .owl-castles {
	margin-top:50px;
}

.woe-schedule .owl-castles .item {
	margin:0 5px;
}

.woe-schedule .owl-castles .item .content {
	background:rgba(0, 15, 50, 0.7);
	border:1px solid #021748;
	padding:10px;
	margin-top:30px;
	width: 215px;
	height:250px;
	border-radius:4px;
}

.woe-schedule .owl-castles .item .content .emblem {
	width:120px;
	height:120px;
	line-height:120px;
	background:#fff;
	margin:0 auto;
	border-radius:50%;
}

.woe-schedule .owl-castles .item .content .emblem .base {
	position:absolute;
	margin-top:-32px;
	width:120px;
	height:153px;
	text-align:center;
	background:url('../images/guild-flag.png') no-repeat;
	background-size:90px;
	background-position:center top;
	border-bottom-left-radius:50%;
	border-bottom-right-radius:50%;
}

.woe-schedule .owl-castles .item .content .emblem .base img {
	width:24px;
	margin:85px auto 0 auto;
}

.woe-schedule .owl-castles .item .guild,
.woe-schedule .owl-castles .item .castle {
	color:#fff;
	margin-top:20px;
	text-transform:uppercase;
	text-align:center;
	font-family: 'Univers';
	font-size:16px;
}

.woe-schedule .owl-castles .item .feud {
	margin-top:5px;
	color:#fff;
	text-align:center;
	font-size:12px;
}

.woe-schedule .owl-castles .item .castle {
	margin-top:5px;
	font-size:15px;
}

.rules .content {
	margin:30px auto;
	width:85%;
}

.rules .content::after {
	content: "";
    display: table;
    clear: both;
}

.rules .render {
	position:relative;
	width:35%;
	height:426px;
	float:left;
}

.rules .render .left {
	position:absolute;
	left:0;
	width:100%;
	height:426px;
	background:url('../images/render/rules-02.png') no-repeat;
	background-position:left bottom;
	background-size:contain contain;
}

.rules .render .right {
	position:absolute;
	right:0;
	bottom:0;
	width:100%;
	height:426px;
	background:url('../images/render/rules-01.png') no-repeat;
	background-position:right bottom;
	background-size:contain contain;
}

.rules .text {
	float:right;
	width:62%;
	margin-top:40px;
}

.rules .text .head::after {
	content:'';
	display:table;
	position:relative;
	margin:10px 0 0 0;
	width:100px;
	height:3px;
	background:#BCCD27;
}

.rules .text .head h2 {
	color:#BCCD27;
	font-family:'Univers';
	text-transform:uppercase;
}

.rules .text .left {
	float:left;
	width:48%;
}

.rules .text .right {
	float:right;
	width:48%;
}

.rules .text .left,
.rules .text .right {
	font-size:14px;
}

.rules .text .left .item,
.rules .text .right .item {
	margin-top:25px;
}

.sub-menu {
	position:relative;
	padding:5px 0;
	margin:0 0 0 0;
	background:transparent;
}

.sub-menu .container {
	padding:10px 16px;
	background:#fff;
	border:1px solid #fff;
}

.sub-menu .container::after {
	content: "";
    display: table;
    clear: both;
}

.sub-menu .menu-icon {
	float:left;
	margin:5px 0;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	color:#000F32;
}

.sub-menu .menu-icon i {
	margin-right:5px;
}

.sub-menu .breadcrumb {
	width:92%;
	float:left;
	border:0;
	padding:0;
	margin:0 10px 0 10px;
	background:transparent;
	border:0;
	border-radius:0;
}

.sub-menu .breadcrumb-item::before {
	color:#e6e3e3;
}

.sub-menu li {
	margin:5px 0;
}

.sub-menu li,
.sub-menu li a {
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
}

.sub-menu li a {
	color:#F6C75A;
}

.sub-menu a:hover {
	color:#007BFF;
}

.news-list .head {
	margin-top:30px;
}

.news-view .head h2,
.news-view .head p,
.news-list .head h2,
.news-list .head p {
	margin:0;
	padding:0;
}

.news-list .head h2 {
	color:#F6C75A;
}

.news-view .head p,
.news-list .head p {
	color:#000;
	font-size:14px;
}

.news-view .head .tag a,
.news-list .head .tag a {
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
}

.news-view .footer a i,
.news-list .footer a i,
.news-view .head .tag a i,
.news-list .head .tag a i {
	margin-right:3px;
}

.news-view .head p small,
.news-list .head p small {
	font-size:13px;
}

.news-view .content,
.news-list .content {
	margin:10px 0;
	font-size:14px;
	height:auto;
}

.news-view .footer,
.news-list .footer {
	font-size:10px;
	color:#EBE8E8;
}

.news-view .footer a,
.news-list .footer a {
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
	margin:0 10px;
}

.news-view .footer a:first-child,
.news-list .footer a:first-child {
	margin-left:0;
}

.news-view .footer a:last-child,
.news-list .footer a:last-child {
	margin-right:0;
}

.donate-page .item {
	display:block;
	width:300px;
	height:300px;
	margin:60px auto;
	text-align:center;
	border-radius:4px;
}

.donate-page .item:hover {
	opacity:0.9;
}

.donate-page .item.green {
	background:#FF9F17;
}

.donate-page .item.blue {
	background:#15B6D3;
}

.donate-page .item.green img {
	width:380px;
	margin-top:-40px;
	margin-left:-60px;
}

.donate-page .item.blue img {
	width:340px;
	margin-top:-40px;
	margin-left:-20px;
}

.search-toggle-btn {
	margin-top:10px;
}

.search-toggle-btn a {
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
}

.search-toggle button i,
.search-toggle-btn a i {
	margin-right:2px;
}

.search-toggle {
	display:none;
}

.form-main input,
.search-toggle input {
	padding-left:10px;
	padding-right:10px;
}

.form-main .form-group,
.search-toggle .form-group {
	margin-top:5px;
}

.form-main .form-group label,
.search-toggle .form-group label {
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}

.form-main .form-group .form-text {
	margin:0;
}

.mce-tinymce {
	border-radius:2px;
	border-width:1px;
}

/* Forms Style */
input, select {
	border-radius:2px !important;
	background:#fff;
	line-height:20px;
}

select {
	height:30px;
	padding:5px 10px;
	font-size:12px;
}

input[type="submit"],
input[type="button"],
button {
	display: inline-block;
	padding: 7px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
      touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
      -moz-user-select: none;
       -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color:#fff;
  font-weight:normal;
  background:#fea444;
	border:1px solid #fd8f17;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
button:hover,
button:focus,
button:active {
	 background:#ff9119;
}

.table-green {
	border:0;
	margin-top:40px;
}

.table-green thead,
.table-green thead tr,
.table-green thead th,
.table-green tbody,
.table-green tbody tr,
.table-green tbody td {
	border:0;
	font-family: Roboto, sans-serif;
	font-weight:normal;
}

.table-green thead tr {
	background:#2BA124;
	color:#fff;
	border:0;
}

.table-green thead th,
.table-green tbody td {
	min-width:24px;
}

.table-green thead th a {
	color:#fff;
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.table-green thead th a:hover {
	color:#f9f4f4;
}

.table-green thead th:first-child {
	border-top-left-radius:2px;
}

.table-green thead th:last-child {
	border-top-right-radius:2px;
}

.table-green tbody {
	border:1px solid #DEE2E6;
	border-top:0;
}

.table-green tbody td {
	border-bottom:1px solid #DEE2E6;
	line-height:25px;
}

.table-green tbody td a {
	text-decoration:none;
}

.table-green tbody tr:last-child td {
	border-bottom:0;
}

.security-code {
	margin-bottom:10px;
}

.search-form2 p {
	border:0;
}

.search-form2 label {
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-size:12px;
	font-weight:bold;
}

.search-form2 input[type="submit"] {
	font-weight:normal;
}

.form-control-outline {
  box-sizing: border-box;
  margin-bottom: 8px;
  padding: 0;
  position: relative;
  /** active label */
}

.form-control-outline input {
  font-size: 14px;
  outline: 0;
  padding: 36px 10px 20px;
  width: 100%;
}

.form-control-outline label {
  font-size: 16px;
  margin-bottom:20px;
  margin-left:10px;
  position: absolute;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: translate(0, 16px) scale(1);
          transform: translate(0, 16px) scale(1);
  transition: all .1s ease-in-out;
}

.form-control-outline.active label,
.form-control-outline.active-ever label {
  margin-bottom:20px;
  font-family:'Univers';
  text-transform:uppercase;
  -webkit-transform: translate(0, 4px) scale(0.75);
          transform: translate(0, 4px) scale(0.75);
}

/* -- Footer -- */
.go-top, .go-top:active, .go-top:focus {
	z-index: 1003;
	display:none;
	position:absolute;
	position:fixed;
	bottom:2%;
	right:2%;
	width:40px;
	height:40px;
	color:#fff;
	text-align: center;
	line-height: 40px;
	background-attachment: scroll;
	background: url('../images/scroll-top.png') no-repeat, #ECBE5C;
	background-position:center center;
	background-size:18px;
	border-radius:50%;
	bottom: 20px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
}

.go-top:hover {
	color:#fff;
	background-color:#ADC330;
	-webkit-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-top:420px; /*380px?*/
	/* Set the fixed height of the footer here */
	height: 420px;
	background-color: #ffff;
}

#footer .copyright {
	text-align:center;
	margin:30px 0 30px 0;
	font-size:12px;
	z-index:1002;
	height:100px;
}

#footer .copyright p {
	padding:0;
	margin:0;
	font-family:'Roboto';
	text-transform:uppercase;
	color:#6e6d6d;
}

#footer .copyright img {
	width:150px;
	margin-top:10px;
}

#footer .copyright a {
	color:#F6C75A;
	text-decoration:none;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

#footer .copyright a:hover {
	color:#000F32;
}

#footer .navigation {
	background:url('../images/bg-footer.jpg') no-repeat;
	background-size:100%;
	background-position:center -140px;
	height:260px;
}

#footer .contact {
	height:60px;
	margin:5px 0;
	color:#fff;
}

#footer .contact .title {
	float:left;
	font-family:'Skater Girls Rock';
	color: #FFCC00;
	text-transform:uppercase;
	font-size:22px;
	padding:0;
	margin:10px 5px;
	line-height:30px;
	filter: drop-shadow(-1px 1px #336B24);
	background: rgb(222,221,54);
	background: linear-gradient(126deg, rgba(222,221,54,1) 38%, rgba(170,197,32,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#footer .contact .mail {
	float:left;
	line-height:30px;
	margin:10px 10px;
	font-family:'Roboto';
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}

#footer .contact::after {
	content:'';
	clear:both;
	display:table;
	background:#000;
	width:100%;
	margin-top:100px;
	height:1px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(255,255,255,0.1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(255,255,255,0.1);
	box-shadow: 0px 1px 1px 0px rgba(255,255,255,0.1);
}

#footer .navigation .logo {
	width:200px;
	line-height:150px;
	float:left;
}

#footer .navigation .logo img {
	max-width:150px;
}

#footer .navigation .links {
	float:left;
	width:500px;
	margin:0 20px 0 50px;
}

#footer .navigation .links .head {
	font-family:'Skater Girls Rock';
	color: #FFCC00;
	font-size:24px;
	padding:0;
	margin:10px 5px;
	line-height:30px;
	filter: drop-shadow(-1px 1px #336B24);
	background: rgb(222,221,54);
	background: linear-gradient(126deg, rgba(222,221,54,1) 38%, rgba(170,197,32,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#footer .navigation .links .items {
	float:left;
	list-style-type: none;
	padding:0;
	width:125px;
	margin:0 25px;
}

#footer .navigation .links .items li {
	margin:0;
	padding:0;
}

#footer .navigation .links .items:nth-child(2) {
	margin-left:10px;
}

#footer .navigation .links .items:nth-child(4) {
	margin-right:10px;
}

#footer .navigation .links .items li a {
	font-size:12px;
	font-weight:bold;
	font-family:'Roboto';
	letter-spacing:1px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}

#footer .navigation .links .items li a:hover {
	color:#E5E5E5;
}

#footer .render {
	position:absolute;
	width:450px;
	height:380px;
	right:5%;
	bottom:0;
	background:url('../images/bg-footer-render.png') no-repeat;
	background-position:right bottom;
}

.tooltip {
	font-family: Roboto, sans-serif;
	font-size:10px;
	text-transform:uppercase;
}

@media (min-width : 1280px) {
	.tooltip-xs {
		display:none;
	}
}

@media (max-width : 1024px) {
	.tooltip-sm {
		display:none;
	}
}

/* Modal & Spinners */
.overlay {
	z-index: 1003;
    display: none;
    position: fixed;
	top:0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1003;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

/* --- Waitings --- */
.modal-waiting,
.modal-window,
.modal-confirm,
.language-waiting,
.modal-page-error,
.p-waiting {
	background:rgba(0,0,0,0.6);
	z-index:10001;
}

.p-waiting {
	width:100%;
	height:100%;
	position:fixed;
}

.modal-waiting .modal-dialog,
.modal-window .modal-dialog,
.modal-confirm .modal-dialog,
.language-waiting .modal-dialog,
.modal-page-error .modal-dialog,
.p-waiting .modal-dialog {
	width: 100%;
    height: 200px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
	margin: auto auto auto auto;
}

.modal-confirm .modal-dialog,
.modal-page-error .modal-dialog {
	height:250px;
}

.modal-waiting .modal-dialog .loader-logo,
.modal-window .modal-dialog .loader-logo,
.modal-confirm .modal-dialog .loader-logo,
.language-waiting .modal-dialog .loader-logo,
.modal-page-error .modal-dialog .loader-logo,
.p-waiting .modal-dialog .loader-logo {
	width:110px;
	height:119px;
	margin: -110px auto;
	font-size: 10px;
	position: relative;
	background:url('../images/icon/modal-waiting.png');
	background-repeat:no-repeat;
	background-size:110px;
	background-position:center center;
}

.modal-waiting .modal-dialog .message,
.modal-window .modal-dialog .message,
.modal-confirm .modal-dialog .message,
.language-waiting .modal-dialog .message,
.modal-page-error .modal-dialog .message,
.p-waiting .modal-dialog .message {
	width:100%;
	text-align:center;
	color:#fff;
	margin-top:125px !important;
	background:transparent !important;
	text-transform:uppercase;
	font-size:14px;
	border:1px solid #fff;
	display:block;
	border:0;
}

.modal-waiting .modal-dialog .message h3,
.modal-window .modal-dialog .message h3,
.modal-confirm .modal-dialog .message h3,
.language-waiting .modal-dialog .message h3,
.modal-page-error .modal-dialog .message h3,
.p-waiting .modal-dialog .message h3 {
	text-transform:uppercase;
	border-bottom:0;
}

.modal-waiting .modal-dialog .message p,
.modal-window .modal-dialog .message p,
.modal-confirm .modal-dialog .message p,
.language-waiting .modal-dialog .message p,
.modal-page-error .modal-dialog .message p,
.p-waiting .modal-dialog .message p {
	font-weight:normal;
}

.modal-confirm .modal-dialog .footer button:first-child {
	margin-right:5px;
}

.modal-confirm .modal-dialog .footer button:last-child {
	margin-left:5px;
}

.modal-confirm .modal-dialog .modal-content {
	background:transparent;
	border:0;
}


.modal-window .close,
.modal-confirm .close {
	position:absolute;
	font-weight:normal;
	font-size:40px;
	color:#fff;
	right:30px;
	top:30px;
	border:0 !important;
	outline:0;
	background:transparent !important;
}

.modal-window .close:hover,
.modal-confirm .close:hover {
	color:#fff !important;
	opacity:1;
}

/* --- Spinner --- */
.loader-spinner,
.loader-spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader-spinner {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load1 1.1s infinite linear;
  animation: load1 1.1s infinite linear;
}
@-webkit-keyframes load1 {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.continue-spinner {
  margin: 10px auto 0;
  width: 90px;
  text-align: center;
}

.continue-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.continue-spinner .bounce1 {
  -webkit-animation-delay: -0.48s;
  animation-delay: -0.48s;
}

.continue-spinner .bounce2 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.continue-spinner .bounce3 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* Notify */
.notice,
.message,
.red {
	display:none;
}

[data-notify="container"] {
	width:100% !important;
}

[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}

[data-notify="progressbar"] .progress-bar {
	background:#ECBE5C;
}

[data-notify="container"][class*="alert-default-"] {
	background-color: rgb(255, 255, 238);
	border-width: 0px;
	border-radius: 2px;
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
	font-size:14px;
}

[data-notify="container"] .close:hover {
	background:transparent;
}

/* Margins */
.no-margin {
	margin:0;
}

.no-padding {
	padding:0;
}

.no-display {
	display:none !important;
}

@keyframes btnZoomIn {
    0% {
		transform: scale(1,1);
    }
    50% {
		transform: scale(1.4,1.4);
    }
    100% {
		transform: scale(1.1,1.1);
    }
}

@keyframes btnBlueGreenZoomIn {
    0% {
		color:#0962A4;
        transform: scale(1,1);
    }
    50% {
		color:#ECBE5C;
        transform: scale(1.4,1.4);
    }
    100% {
		color:#0962A4;
        transform: scale(1.1,1.1);
    }
}

@keyframes btnBlueGreenS2ZoomIn {
    0% {
		color:#0962A4;
        transform: scale(1,1);
    }
    50% {
		color:#ECBE5C;
        transform: scale(1.2,1.2);
    }
    100% {
		color:#0962A4;
        transform: scale(1.1,1.1);
    }
}

@keyframes btnArrowBlueZoomIn {
    0% {
		background:url('../images/icon/arrow-right.png') no-repeat;
		background-size:20px;
        transform: scale(1,1);
    }
    50% {
		background:url('../images/icon/arrow-right-green.png') no-repeat;
		background-size:20px;
        transform: scale(1.2,1.2);
    }
    100% {
		background:url('../images/icon/arrow-right.png') no-repeat;
		background-size:20px;
        transform: scale(1.1,1.1);
    }
}

@keyframes btnArrowWhiteZoomIn {
    0% {
		background:url('../images/icon/arrow-right-white.png') no-repeat;
		background-size:20px;
        transform: scale(1,1);
    }
    50% {
		background:url('../images/icon/arrow-right-green.png') no-repeat;
		background-size:20px;
        transform: scale(1.2,1.2);
    }
    100% {
		background:url('../images/icon/arrow-right-white.png') no-repeat;
		background-size:20px;
        transform: scale(1.1,1.1);
    }
}

@keyframes btnWhiteGreenZoomIn {
    0% {
		color:#fff;
        transform: scale(1,1);
    }
    50% {
		color:#ECBE5C;
        transform: scale(1.4,1.4);
    }
    100% {
		color:#fff;
        transform: scale(1.1,1.1);
    }
}

@keyframes btnWhiteGreenS2ZoomIn {
    0% {
		color:#fff;
        transform: scale(1,1);
    }
    50% {
		color:#ECBE5C;
        transform: scale(1.2,1.2);
    }
    100% {
		color:#fff;
        transform: scale(1.1,1.1);
    }
}

/* Editor */
.mce-container button {
	background:initial;
}