/* Boostrap */
@media (min-width: 1000px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width:2560px) {
	#footer::after {
		right:25.8%;
	}
}

@media (max-width:1920px) {
	#footer::after {
		right:18.8%;
	}
}

@media (max-width:1680px) {
	#footer::after {
		right:13.8%;
	}
}

@media (max-width:1600px) {
	#footer::after {
		right:11%;
	}
}

@media (max-width:1440px) {
	#footer::after {
		right:7%;
	}
}

@media (max-width:1366px) {
	#footer::after {
		right:5%;
	}
}

@media (max-width: 1280px) {
	/* inherit */
}

@media (max-width: 1200px) {
	.navbar-custom {
		z-index:1003;
		position:absolute;
		left:0;
		width:100%;
		height:50px;
		margin-top:0;
		background:#0D0D0D;
	}
	
	.navbar-custom .navbar-toggler {
		position:absolute;
		top:0;
		right:2%;
		margin-top:5px;
		outline:0;
		font-family:'Univers';
		text-transform:uppercase;
	}
	
	.navbar-custom .navbar-toggler .navbar-toggler-icon {
		background:#fff;
	}
	
	.navbar-custom .navbar-toggler:hover .navbar-toggler-icon {
		color:#f9f4f4;
	}
	
	.navbar-custom .navbar-collapse {
		position:absolute;
		z-index:1001;
		width:100%;
		left:0;
		top:50px;
		padding:20px 20px 20px 20px;
		background:#0D0D0D;
		height:80vh;
		overflow:auto;
		overflow-x:hidden;
	}
	
	.navbar-custom .navbar-nav {
		display:block;
		width:100%;
		padding:0 !important;
		margin-left:0 !important;
	}
	
	.navbar-custom .navbar-nav::-webkit-scrollbar-track {
		border-radius: 4px;
		background-color: #DCDCDC;
	}

	.navbar-custom .navbar-nav::-webkit-scrollbar {
		width: 8px;
		background-color: transparent;
	}

	.navbar-custom .navbar-nav::-webkit-scrollbar-thumb {
		border-radius: 0;
		background-color: #f520dc;
		border-radius:4px;
	}
	
	.navbar-custom .navbar-nav li {
		margin-left:0;
		padding:0;
	}
	
	.navbar-custom .navbar-nav li a {
		text-align:left;
		margin-left:0;
		padding:5px 0;
	}
	
	.navbar-custom .navbar-nav .nav-item .nav-link::after {
		margin-top:0;
	}
	
	.navbar-custom .navbar-nav .nav-item.show .nav-link:hover:after,
	.navbar-custom .navbar-nav .nav-item.show .nav-link:focus:after {
		width:80px;
	}
	
	.navbar-custom .dropdown .dropdown-menu {
		width:100%;
		color:#fff;
		padding:0;
		background:transparent;
		border:0;
		border-radius:0;
	}
	
	.navbar-custom .dropdown .dropdown-menu:before,
	.navbar-custom .dropdown .dropdown-menu:after {
		display:none;
	}
	
	.navbar-custom .dropdown .dropdown-menu .head {
		display:none;
	}
	
	.navbar-custom .dropdown .dropdown-menu a {
		background:transparent;
		color:#fff;
	}
	
	.navbar-custom .dropdown .dropdown-menu a:hover {
		color:#f9f4f4;
	}
	
	.navbar-custom .dropdown .dropdown-menu a i {
		color:#fff;
	}
	
	.navbar-custom .dropdown .dropdown-menu form {
		padding:10px 0 !important;
	}
	
	.navbar-custom .dropdown .dropdown-menu button {
		background:#FF8E16;
		border-color:#f4850e;
	}
	
	.navbar-custom .dropdown .dropdown-menu .head h2,
	.navbar-custom .dropdown .dropdown-menu .head p,
	.navbar-custom .dropdown .dropdown-menu label {
		color:#fff;
	}
	
	.navbar-custom .dropdown .dropdown-menu .links a {
		color:#fff;
	}
	
	.navbar-custom .dropdown .dropdown-menu .links a:hover {
		color:#f9f4f4;
	}
	
	.community-bar {
		width:650px;
	}
	
	.community-bar .community-links {
		position:initial;
		float:left;
		margin-top:2px;
	}
	
	.community-bar .server-status {
		margin-top:8px;
	}
	
	.community-bar .search-database input {
		width:120px;
	}
	
	.header {
		z-index:1001;
		margin-top:40px;
	}
	
	.header .container {
		width:100%;
	}
	
	.header .left {
		left:30px;
	}
	
	.header .right {
		right:30px;
	}
	
	.quick-link {
		margin-top:-50px;
		z-index:1001;
	}
	
	.quick-link .item .icon {
		display:none;
	}
	
	.quick-link .item .icon,
	.quick-link .item .icon:hover {
		float:initial;
		width:100%;
		line-height:initial;
		border-right:0 !important;
	}
	
	.quick-link .item .value {
		float:initial;
		width:100%;
		text-align:center;
	}
	
	.quick-link .item .value h2 i {
		display:initial;
		margin-right:10px;
	}
	
	.woe-scheduler .render {
		display:none;
	}
	
	.woe-scheduler .content {
		width:700px;
		float:initial;
		margin:100px auto 0 auto;
	}
	
	.woe-scheduler .content .woe-next {
		margin-left:0;
	}
	
	.woe-scheduler .content .woe-time {
		margin-top:-30px;
	}

	.woe-scheduler .content .woe-time .item:nth-child(even) {
		margin-left:0;
	}
	
	.gallery .item {
		height:200px;
	}

	.go-top, .go-top:active, .go-top:focus {
		bottom:5%;
	}
	
	#footer .navigation {
		background-size:cover cover;
		background-position:top center;
	}
	
	#footer::after {
		right:0;
		width:280px;
		background-position:left bottom;
	}
}

@media (max-width: 1024px) {
	/* inherit */
	.sub-menu .breadcrumb {
		width:91.88%;
	}
	
	.woe-scheduler::after {
		bottom:15px;
	}
}

@media (max-width: 800px) {
	.container {
		padding-left:0;
		padding-right:0;
	}
	
	.nav-top .logo {
		width:200px
	}

	.nav-top .logo img {
		position:absolute;
		margin-top:15px;
		width:200px;
	}

	.community-bar {
		width:325px;
	}
	
	.community-bar .community-links {
		position:absolute;
		margin-top:62px;
		left:265px;
	}
	
	.community-bar .server-status {
		position:absolute;
		margin-top:65px;
		left:420px;
	}
	
	.community-bar .search-database input {
		width:150px;
	}
	
	.header .center {
		background: url('../images/render/head-main-small.png') no-repeat;
		background-position:center center;
		background-size:280px;
	}
	
	.quick-link .item .icon {
		float:initial;
		display:block;
		width:100%;
	}
	
	.quick-link .item .value {
		margin-top:10px;
		min-height:80px;
	}
	
	.quick-link .item .value h2 i {
		display:none;
	}
	
	.ranking .owl-ranking {
		width:100%;
	}
	
	.ranking .owl-ranking .owl-ranking-nav {
		width:100%;
		left:0;
		margin-left:0;
		margin-right:0;
	}
	
	.ranking .owl-ranking .owl-ranking-nav .owl-prev {
		left:-5px;
		background:#e8e8e8;
	}
	
	.ranking .owl-ranking .owl-ranking-nav .owl-next {
		right:-5px;
		background:#e8e8e8;
	}
	
	.woe-scheduler .content .owl-castles .owl-castles-nav .owl-prev {
	   left: -20px;
	}

	.woe-scheduler .content .owl-castles .owl-castles-nav .owl-next {
		right:-20px;
	}
	
	.gallery .item {
		height:150px;
	}
	
	.sub-menu .breadcrumb {
		width:89%;
	}
	
	[data-notify="container"] {
		width:50% !important;
		max-width:initial !important;
	}
	
	.tooltip-xs {
		display:initial;
	}
	
	#footer::after {
		display:none;
	}
	
	#footer .navigation .links {
		margin-right:0;
		width:calc(100% - 250px);
		float:right;
	}
	
	#footer .copyright {
		text-align:center;
		height:140px;
	}
	
	#footer .copyright .logo {
		position:initial;
		margin:10px 0 0 0;
	}

	#footer .copyright .copy {
		width:100%;
		margin:20px 0 0 0;
		padding:0;
		line-height:normal;
	}
}

@media (max-width: 768px) {
	.container {
		padding-left:0;
		padding-right:0;
	}
	
	.ranking .owl-ranking .owl-ranking-nav .owl-prev {
		left:0;
		background:#e8e8e8;
	}
	
	.ranking .owl-ranking .owl-ranking-nav .owl-next {
		right:0;
		background:#e8e8e8;
	}
	
	.shop {
		margin-top:10px;
	}
}

@media (max-width:720px) {
	.container {
		margin:0 20px;
		width:100%;
		max-width:calc(100% - 40px);
	}
	
	.navbar-custom .dropdown .dropdown-menu form {
		width:60% !important;
	}
	
	.nav-top {
		height:120px
	}
	
	.navbar-custom .navbar-toggler {
		margin-top:4px;
	}
	
	.community-bar {
		width:325px;
		margin-top:25px;
	}
	
	.community-bar .community-links {
		margin-top:82px;
		left:10px;
	}
	
	.community-bar .server-status {
		margin-top:85px;
		left:170px;
	}
	
	.sec-division {
		width:95%;
		margin-left:2.5% !important;
	}
	
	.ranking .owl-ranking .owl-ranking-nav {
		top:75px;
	}
	
	.ranking .owl-ranking .owl-carousel .item .position {
		width:100%;
	}
	
	.ranking .owl-ranking .owl-carousel .item .position .top {
		float:left;
		width:196px;
	}
	
	.ranking .owl-ranking .owl-carousel .item .position .left .job {
		width:80px;
	}
	
	.ranking .owl-ranking .owl-carousel .item .position .bottom {
		display:initial;
		float:right;
		width:calc(100% - 206px);
		margin-top:0;
	}
	
	.ranking .owl-ranking .owl-carousel .item .position .bottom .left,
	.ranking .owl-ranking .owl-carousel .item .position .bottom .right {
		float:initial;
		width:100%;
	}
	
	.woe-scheduler {
		margin-top:-80px;
	}
	
	.woe-scheduler .content {
		width:100%;
	}
	
	.woe-scheduler .content .owl-castles .owl-castles-nav .owl-prev {
	   left: -40px;
	}

	.woe-scheduler .content .owl-castles .owl-castles-nav .owl-next {
		right:-40px;
	}
	
	.woe-scheduler .content .woe-next {
		margin-left:auto;
		margin-right:auto;
		width:352px;
	}
	
	.woe-scheduler .content .owl-castles,
	.woe-scheduler .content .woe-time {
		float:initial;
		margin:0 auto;
	}
	
	.woe-scheduler .content .woe-time {
		margin-top:30px;
		width:540px;
	}
	
	.woe-scheduler .content .woe-time .item:nth-child(odd) {
		float:left;
		margin-top:0;
	}
	
	.woe-scheduler .content .woe-time .item:nth-child(even) {
		float:right;
		margin-top:0;
	}
	
	.woe-scheduler::after {
		bottom:-5px;
	}
	
	.sub-menu .breadcrumb {
		width:85.1%;
	}
}

@media (max-width:640px) {
	.header .left {
		left:0;
	}
	.header .right {
		right:0;
	}
	
	.quick-link .item .value h2 {
		font-size:16px;
	}
	
	.news .head {
		width:100%;
	}
	
	.ranking .owl-ranking .owl-carousel .item .position .top {
		width:186px;
	}
	
	.ranking .owl-ranking .owl-carousel .item .position .top .right {
		width:calc(100% - 90px);
	}
	
	.ranking .owl-ranking .owl-carousel .item .position .bottom {
		width:calc(100% - 186px);
	}
	
	.server-info .items .group-1,
	.server-info .items .group-2 {
		float:initial;
		width:100%;
		position:relative;
	}
	
	.server-info .items .group-1 .item:last-child {
		margin-right:0;
	}
	
	.server-info .items .group-2 {
		margin-top:20px;
	}
	
	.server-info .items .group-2 .item:first-child {
		margin-right:0;
	}
	
	.server-info .items .group-1::after,
	.server-info .items .group-2::after {
		content: "";
		display: table;
		clear: both;
	}
	
	#footer .navigation .logo {
		display:none;
	}
	
	#footer .navigation .links {
		width:100%;
	}
}

@media (max-width: 540px) {
	.navbar-custom .dropdown .dropdown-menu form {
		width:100% !important;
	}
	
	.community-bar {
		width:250px;
	}
	
	.community-bar .search-database input {
		width:100px;
	}
	
	.header .center {
		background: url('../images/render/head-main-small.png') no-repeat;
		background-position:center right;
		background-size:280px;
		width:100%;
	}
	
	.header .left {
		left:0;
	}
	
	.header .right {
		top:140px;
		left:0;
	}
	
	.header .left .item,
	.header .right .item {
		margin-left:0 !important;
		margin-top:10px;
		text-align:left;
	}
	
	.quick-link .item {
		margin:0 1%;
		width:calc((100% / 4) - 1.5%);
		margin-top:0 !important;
		padding:20px 4px;
	}
	
	.quick-link .item:first-child {
		margin-left:0;
	}

	.quick-link .item:last-child {
		margin-right:0;
	}
	
	.quick-link .item .icon,
	.quick-link .item:hover .icon {
		float:initial;
		width:100%;
		border-right:0 !important;
		line-height:auto;
	}
	
	.quick-link .item .value {
		float:initial;
		width:100%;
		min-height:auto;
	}
	
	.quick-link .item .value h2 {
		font-family:'Roboto';
		font-size:10px;
		text-transform:uppercase;
		font-weight:normal;
		letter-spacing:0;
	}
	
	.quick-link .item .value p {
		display:none;
	}
	
	.h-info .item {
		width:49%;
		margin-top:0;
		margin-left:0;
		min-height:150px;
	}
	
	.h-info .item:nth-child(2),
	.h-info .item:nth-child(4) {
		margin-right:0;
		float:right;
	}
	
	.h-info .item:nth-child(3),
	.h-info .item:nth-child(4) {
		margin-top:5px;
	}
	
	.news .head .left {
		width:242px;
	}
	
	.news .head .right {
		width:calc(100% - 252px);
		padding-top:5px;
	}
	
	.ranking .owl-ranking {
		width:100%;
	}
	
	.ranking .owl-ranking .owl-carousel .item .position .top,
	.ranking .owl-ranking .owl-carousel .item .position .bottom {
		float:initial;
	}
	
	.ranking .owl-ranking .owl-carousel .item .position .bottom .left {
		float:left;
		width:50%;
	}
	
	.ranking .owl-ranking .owl-carousel .item .position .bottom .right {
		float:right;
		width:50%;
	}
	
	.woe-scheduler .content .woe-time {
		margin:40px auto 0 auto;
		position:relative;
		width:260px;
	}
	
	.woe-scheduler .content .woe-time .item {
		float:initial !important;
	}
	
	.gallery .item {
		height:120px;
	}
	
	.sub-menu .breadcrumb {
		width:84.6%;
	}
	
	[data-notify="container"] {
		width:92% !important;
		max-width:initial !important;
	}
}

@media (max-width: 533px) {
	.sub-menu .breadcrumb {
		width:84.39%;
	}
	
	#footer .navigation {
		height:340px;
		border:1px solid #000;
	}
}

@media (max-width: 480px) {
	body {
		background:#000, #fff;
		background-size:100%, 100% 40px;
	}
	
	.nav-top .container,
	.header .container {
		padding-left:0;
		padding-right:0;
		min-width:100%;
		margin:0;
	}
	
	.nav-top .logo {
		margin-left:2%;
	}
	
	.navbar-custom {
		z-index:1004;
		height:0;
	}
	
	.navbar-custom .navbar-toggler {
		top:-100px;
	}
	
	.community-bar {
		width:100%;
		left:0;
		margin-top:25px;
		z-index:1005;
		background:#0D0D0D;
	}
	
	.community-bar .community-links,
	.community-bar .server-status {
		top:0;
		margin-top:0;
		margin-left:10px;
		position:initial;
	}
	
	.community-bar .server-status {
		float:right;
		margin-right:10px;
	}
	
	.community-bar .search-database {
		float:initial;
		position:absolute;
		margin-top:-50px;
		right:2%;
	}
	
	.community-bar .search-database input {
		width:80px;
		padding-left:10px;
	}
	
	.header .center {
		background-position:calc(100% + 30px) center;
	}
	
	.header .right,
	.header .left {
		left:2%;
	}
	
	.news .head .left,
	.news .head .right {
		float:initial;
		margin:0;
		padding:0;
		width:100%;
	}
	
	.news .head .right {
		padding-top:0;
		margin-top:0;
	}
	
	.news .head .left h2,
	.news .head .right p {
		text-align:center;
	}
	
	.news .head .left p {
		display:none;
	}
	
	.ranking .owl-ranking {
		width:250px;
	}
	
	.ranking .owl-ranking .owl-ranking-nav {
		top:105px;
		left:0;
		right:0;
		margin-left:auto;
		margin-right:auto;
		width:320px;
	}
	
	.woe-scheduler {
		margin-top:-90px;
	}
	
	.sub-menu .breadcrumb {
		width:81.99%;
	}
}

@media (max-width: 424px) {	
	body {
		margin-bottom:482px;
	}
	
	.navbar-custom .navbar-toggler {
		top:-80px;
	}
	
	.community-bar .search-database {
		left:2%;
		top:235px;
	}
	
	.header .center {
		background-position:200px center;
	}
	
	.quick-link .item .value {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	
	.woe-scheduler .content .owl-castles {
		width:100%;
	}
	
	.woe-scheduler .content .owl-castles .owl-carousel .item .flag_1 {
		margin-left:25px;
	}
	
	.woe-scheduler .content .owl-castles .owl-carousel .item .flag_2 {
		margin-left:83.5px;
	}
	
	.woe-scheduler .content .owl-castles .owl-carousel .item .flag_3 {
		margin-left:145px;
	}
	
	.woe-scheduler .content .owl-castles .owl-carousel .item .flag_4 {
		margin-left:203.5px;
	}
	
	.woe-scheduler .content .owl-castles .owl-carousel .item .flag_5 {
		margin-left:265px;
	}
	
	.woe-scheduler .content .owl-castles .owl-castles-nav .owl-prev {
	   left:-10px;
	}

	.woe-scheduler .content .owl-castles .owl-castles-nav .owl-next {
		right:-10px;
	}
	
	.sub-menu .breadcrumb {
		width:77%;
	}
	
	#footer {
		margin-top:482px;
		height:482px;
	}
	
	#footer .navigation {
		height:340px;
	}

	#footer .navigation .links .items .item {
		width:48%;
	}
	
	#footer .navigation .links .items .item:nth-child(1) {
		float:left;
	}
	
	#footer .navigation .links .items .item:nth-child(2) {
		float:right;
	}
	
	#footer .navigation .links .items .item:nth-child(3) {
		clear:both;
		margin-top:20px;
		margin-left:0;
	}
}

@media (max-width: 414px) {
	.community-bar .community-links {
		position:absolute;
		top:60px;
		left:initial;
		right:-10px;
		width:145px;
	}
	
	.community-bar .server-status {
		float:initial;
		position:relative;
		margin-left:auto;
		margin-right:auto;
		left:0;
		right:0;
	}
	
	.navbar-custom .navbar-toggler {
		top:-100px;
	}
	
	.navbar-custom .navbar-collapse {
		top:40px;
	}
	
	.header {
		margin-top:30px;
	}
	
	.battle .head .center {
		margin:0 5px;
		padding:5px 0;
	}
	
	.battle .head {
		width:100%;
	}
	
	.shop .head .owl-shop-nav {
		margin-top:20px;
	}
	
	.shop .head .owl-shop-nav .owl-prev,
	.shop .head .owl-shop-nav .owl-next {
		width: 30px;
		height: 30px;
		line-height:10px !important;
	}
	
	.shop .head .owl-shop-nav i {
		font-size:14px;
	}
	
	.gallery .item {
		height:100px;
	}
	
	.sub-menu .breadcrumb {
		width:76%;
	}
}

@media (max-width: 375px) {
	.community-bar .community-links {
		right:-20px;
	}
	
	.battle .head .right {
		display:none;
	}
	
	.woe-scheduler .content .woe-next {
		width:100%;
		margin-top:0;
	}
	
	.woe-scheduler .content .woe-next .next-day,
	.woe-scheduler .content .woe-next .description {
		width:100%;
	}
	
	.woe-scheduler .content .woe-next .item {
		width:70px;
	}
	
	.woe-scheduler .content .owl-castles .owl-carousel .item {
		height:250px;
	}
	
	.woe-scheduler .content .owl-castles .owl-carousel .item .flag_1 {
		margin-left:25px;
	}
	
	.woe-scheduler .content .owl-castles .owl-carousel .item .flag_2 {
		z-index:1001;
		margin-top:75px;
		margin-left:73.5px;
	}
	
	.woe-scheduler .content .owl-castles .owl-carousel .item .flag_3 {
		margin-left:120px;
	}
	
	.woe-scheduler .content .owl-castles .owl-carousel .item .flag_4 {
		z-index:1001;
		margin-top:75px;
		margin-left:170px;
	}
	
	.woe-scheduler .content .owl-castles .owl-carousel .item .flag_5 {
		margin-left:220px;
	}
	
	.woe-scheduler .content .owl-castles .owl-carousel .item .feud {
		z-index:1002;
	}
	
	.sub-menu .breadcrumb {
		width:73%;
	}
}