/*-----------------------------------------------------------------------------------*/
/*	BASE CLASSES
/*-----------------------------------------------------------------------------------*/
::-webkit-scrollbar {
  width: 18px;
}
::-webkit-scrollbar-track {
  background-color: #4c4c4c;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
          box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
::-webkit-scrollbar-thumb {
  background-color: #39393b;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.6);
          box-shadow: inset 0 0 6px rgba(0,0,0,.6);
}
body {
	font-family: "Microsoft YaHei","Arial","HELVETICA","Tahoma","sans-serif";
	background-color: #101010;
	color: #cfcfcf;
  font-size: 16px;
}
a {
	color: #d52d2d;
}
a:focus, a:hover {
  color: #ccc;
}
hr {
	margin-top: 0;
	margin-bottom: 15px;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h1 {
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-weight: 700;
  word-spacing: normal;
}
.lead {
	font-size: 20px !important;
  font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	word-spacing: normal;
}
b, strong {
  color: #fff;
}
.flex {
  display: flex !important;
  flex-wrap: wrap !important;
}
.lead {
	margin-bottom: 10px;
}
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
#sidebar-wrapper {
  z-index: 1040;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  overflow-x: hidden; 
  background-color: #222;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
  width: 100%;
}
#page-content-wrapper {
  width: 100%;
}
#wrapper.toggled #page-content-wrapper {
  margin-right: -250px;
}
#wrap {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.box-mrg {
  margin: 10px 0;
}
.btm-mrg {
	margin-bottom: 40px;
}
.no-pad {
  padding: 0;
}

.cookie-box {
  background-color: #333;
  color: #fff;
  font-size: 13px;
  padding: 5px 2px 2px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
.cookie-box p {
  margin: 0;
}
.cookie-box .solid-btn {
  font-size: 15px;
  font-weight: 500;
}
.mlang {
  background-color: #222;
  padding: 5px;
  font-size: 18px;
}
.mlang p {
  margin: 0;
}
.mlang a {
  color: #fff;
}
.mlang .col-xs-6:first-child {
  border-right: 1px solid #ccc;
}
@media (min-width: 992px) {
  .col-fith {
    width: 20%;
    float: left;
  }
}
/*-----------------------------------------------------------------------------------*/
/*	NAVIGATION CLASSES
/*-----------------------------------------------------------------------------------*/
#fadein {
	display: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
nav {
	font-size: 16px;
}
.navbar {
	margin-bottom: 0;
	border-radius: 0;
  border: none;
  min-height: 35px;
}
.navbar-nav {
	float: none;
}
.navbar-brand {
	padding: 5px 15px 5px 0;
}
.logo-bar {
	background-color: #000;
	border-radius: 0;
	padding: 10px 0;
	margin-bottom: 0;
}
.logo-bar .solid-btn {
	margin-top: 12px;
}
.logo {
	max-width: 285px;
}
.navbar-default {
	background-color: #222;
	border-color: transparent;
}
.navbar-collapse {
	padding: 0;
}
.carousel-indicators {
	bottom: 0;
}
.carousel-indicators li {
  border: 1px solid #fff;
  background-color: #fff;
}
.carousel-indicators .active {
  background-color: #d52d2d;
  border: 1px solid #d52d2d;
}
/*-----------------------------------------------------------------------------------*/
/*  START MENU CLASSES
/*-----------------------------------------------------------------------------------*/
#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
#cssmenu ul,
#cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  bottom: 0;
  left: 0;
}
#cssmenu ul ul {
  margin-top: 0;
}
/*-----------------------------------------------------------------------------------*/
/*  CUSTOM MENU CLASSES
/*-----------------------------------------------------------------------------------*/
#cssmenu > ul {
  *display: inline-block;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu ul ul {
  text-transform: none;
  min-width: 190px;
}
#cssmenu ul ul ul {
  border-top: 0 none;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu ul ul li:first-child > a {
  border-top: none;
}
#cssmenu ul ul li:hover > a {
  background: #000;
  color: #fff;
}
#cssmenu ul ul li:last-child > a {
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}
#cssmenu ul ul li:last-child:hover > a {
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
#cssmenu ul li:hover > a,
#cssmenu ul li.active > a {
  color: #fff;
  border-bottom: 3px solid #d52d2d;
  background: rgb(255 255 255 / 55%);
}
#cssmenu ul li li:hover > a,
#cssmenu ul li li.active > a {
  color: #fff;
  border-bottom: 6px solid #d52d2d;
  background: #000;
}
.sub-back:hover {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
  border-bottom: 1px solid #333;
}
#cssmenu ul li.has-sub > a:after {
  content: '+';
  margin-left: 5px;
}
#cssmenu ul li.last ul {
  left: auto;
  right: 0;
}
#cssmenu ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
#cssmenu ul li:nth-child(2):hover > a, #cssmenu ul li:nth-child(2).active > a {
  color: #fff;
  border-bottom: 3px solid rgb(213 46 44);
  background: rgba(102, 202, 224,0.4);
}
#cssmenu ul li:nth-child(3):hover > a, #cssmenu ul li:nth-child(3).active > a {
  color: #fff;
  border-bottom: 3px solid rgb(237, 28, 36);
  background: rgba(237, 28, 36,0.4);
}
/*-----------------------------------------------------------------------------------*/
/*  RESPONSIVE MENU CLASSES
/*-----------------------------------------------------------------------------------*/
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button { 
  margin: 0; 
  padding: 0; 
  list-style: none; 
  line-height: 1; 
  display: block; 
  position: relative; 
  -webkit-box-sizing: border-box; 
     -moz-box-sizing: border-box; 
          box-sizing: border-box; 
}
#cssmenu:after, #cssmenu > ul:after { 
  content: "."; 
  display: block; 
  clear: both; 
  visibility: hidden; 
  line-height: 0; 
  height: 0; 
}
#cssmenu #menu-button { 
  display: none; 
}
#cssmenu {
  font-weight: 700;
  background: #222;
}
#cssmenu > ul > li { 
  float: left; 
  margin: 0 2px;
}
#cssmenu > ul > li > a { 
  padding: 8px 15px; 
  font-size: 16px; 
  text-decoration: none; 
  color: #a1a1a1;
  font-weight: bold;
  -webkit-transition: color .5s ease; 
     -moz-transition: color .5s ease; 
          transition: color .5s ease;
}
#cssmenu > ul > li:hover > a { 
  color: #fff;
  background: rgb(255 255 255 / 55%) none repeat scroll 0 0;
}
#cssmenu > ul > li.has-sub > a { 
  padding-right: 30px; 
}
#cssmenu ul > li.has-sub > a:after { 
  position: absolute; 
  top: 16px; 
  right: 14px; 
  width: 8px; 
  height: 2px; 
  display: block; 
  background: #ccc; 
  content: '';
  transform: rotate(45deg);
  -webkit-transition: all .25s ease; 
     -moz-transition: all .25s ease; 
          transition: all .25s ease; 
}
#cssmenu > ul > li.has-sub:hover > a:after, #cssmenu > ul > li.has-sub > a:hover:after { 
  background: #fff;
  transform: rotate(-45deg);
}
#cssmenu ul > li.has-sub > a:before { 
  position: absolute; 
  top: 13px; 
  right: 13px; 
  display: block; 
  width: 2px; 
  height: 8px; 
  background: #ccc; 
  content: ''; 
  transform: rotate(45deg);
  -webkit-transition: all .25s ease; 
     -moz-transition: all .25s ease; 
      -ms-transition: all .25s ease; 
       -o-transition: all .25s ease; 
          transition: all .25s ease; 
}
#cssmenu ul > li.has-sub:hover > a:before, #cssmenu ul > li.has-sub > a:hover:before { 
  background: #fff;
  transform: rotate(130deg);
}
#cssmenu ul ul { 
  position: absolute; 
  left: -9999px; 
}
#cssmenu li:hover > ul { 
  left: auto; 
}
#cssmenu ul ul ul { 
  margin-left: 100%; 
  top: 0; 
}
#cssmenu ul ul li { 
  height: 0; 
  -webkit-transition: height .25s ease; 
     -moz-transition: height .25s ease; 
          transition: height .25s ease; 
}
#cssmenu li:hover > ul > li {
  height: auto; 
}
#cssmenu ul ul li a { 
  padding: 11px 15px; 
  border-bottom: 1px solid rgba(150, 150, 150, 0.15); 
  font-size: 15px; 
  text-decoration: none; 
  color: #999; 
  font-weight: 600; 
  background: #222;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a { 
  border-bottom: 0; 
} 
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover { 
  color: #fff;
  background-color: #333;
}
#cssmenu ul ul li.has-sub > a:after { 
  top: 23px; 
  right: 11px; 
  background: #dddddd;
} 
#cssmenu ul ul > li.has-sub:hover > a:after, #cssmenu ul ul > li.has-sub > a:hover:after { 
  background: #ffffff; 
} 
#cssmenu ul ul li.has-sub > a:before { 
  top: 16px; 
  right: 14px; 
  background: #dddddd; 
} 
#cssmenu ul ul > li.has-sub:hover > a:before { 
  top: 17px; 
  height: 8px; 
}
#cssmenu ul ul > li.has-sub:hover > a:after { 
  top: 23px; 
  height: 2px;
  transform: rotate(139deg);
}
#cssmenu.small-screen { 
  width: 100%; 
} 
#cssmenu.small-screen ul { 
  width: 100%; 
  display: none; 
} 
#cssmenu.small-screen ul li { 
  width: 100%; 
  border-top: 1px solid rgba(120, 120, 120, 0.2); 
} 
#cssmenu.small-screen ul ul li, #cssmenu.small-screen li:hover > ul > li { 
  height: auto; 
} 
#cssmenu.small-screen ul li a, #cssmenu.small-screen ul ul li a { 
  width: 100%; 
  border-bottom: 0; 
} 
#cssmenu.small-screen > ul > li { 
  float: none; 
} 
#cssmenu.small-screen ul ul, #cssmenu.small-screen ul ul ul { 
  position: relative; 
  left: 0; 
  width: 100%; 
  margin: 0; 
  text-align: left; 
}
#cssmenu.small-screen ul ul li a { 
  padding-left: 25px; 
} 
#cssmenu.small-screen ul ul ul li a { 
  padding-left: 35px; 
} 
#cssmenu.small-screen > ul > li.has-sub > a:after, #cssmenu.small-screen > ul > li.has-sub > a:before, #cssmenu.small-screen ul ul > li.has-sub > a:after, #cssmenu.small-screen ul ul > li.has-sub > a:before { 
  display: none; 
}
#cssmenu.small-screen #menu-button { 
  display: block; 
  padding: 17px; 
  color: #dddddd; 
  cursor: pointer; 
  font-size: 12px; 
  text-transform: uppercase; 
  font-weight: 700; 
}
#cssmenu.small-screen #menu-button:after { 
  position: absolute; 
  top: 22px; 
  right: 17px; 
  display: block; 
  height: 8px; 
  width: 20px; 
  border-top: 2px solid #777; 
  border-bottom: 2px solid #777; 
  content: ''; 
} 
#cssmenu.small-screen #menu-button:before { 
  position: absolute; 
  top: 16px; 
  right: 17px; 
  display: block; 
  height: 2px; 
  width: 20px; 
  background: #777; 
  content: ''; 
}
#cssmenu.small-screen #menu-button.menu-opened:after { 
  top: 23px; 
  border: 0; 
  height: 2px; 
  width: 15px; 
  background: #777; 
  -webkit-transform: rotate(45deg); 
     -moz-transform: rotate(45deg); 
      -ms-transform: rotate(45deg); 
       -o-transform: rotate(45deg); 
          transform: rotate(45deg); 
} 
#cssmenu.small-screen #menu-button.menu-opened:before { 
  top: 23px; 
  background: #777; 
  width: 15px; 
  -webkit-transform: rotate(-45deg); 
     -moz-transform: rotate(-45deg); 
      -ms-transform: rotate(-45deg); 
       -o-transform: rotate(-45deg); 
          transform: rotate(-45deg); 
}
#cssmenu.small-screen .submenu-button { 
  position: absolute; 
  z-index: 99; 
  right: 0; 
  top: 0; 
  display: block; 
  border-left: 1px solid rgba(120, 120, 120, 0.2); 
  height: 50px; 
  width: 50px; 
  cursor: pointer; 
} 
#cssmenu.small-screen ul ul .submenu-button { 
  height: 38px; 
  width: 38px; 
}
#cssmenu.small-screen .submenu-button.submenu-opened { 
  background: #262626; 
}
#cssmenu.small-screen .submenu-button:after { 
  position: absolute; 
  top: 22px; 
  right: 11px; 
  width: 8px; 
  height: 2px; 
  display: block; 
  background: #777; 
  content: ''; 
} 
#cssmenu.small-screen ul ul .submenu-button:after { 
  top: 18px; 
  right: 14px; 
} 
#cssmenu.small-screen .submenu-button.submenu-opened:after { 
  background: #ffffff; 
} 
#cssmenu.small-screen .submenu-button:before { 
  position: absolute; 
  top: 19px; 
  right: 14px; 
  display: block; 
  width: 2px; 
  height: 8px; 
  background: #777; 
  content: ''; 
} 
#cssmenu.small-screen ul ul .submenu-button:before { 
  top: 15px; 
  right: 17px; 
} 
#cssmenu.small-screen .submenu-button.submenu-opened:before { 
  display: none; 
}
/*-----------------------------------------------------------------------------------*/
/*	MOBILE NAVIGATION CLASSES
/*-----------------------------------------------------------------------------------*/
.navbar-toggle {
	margin-right: 0;
}
.navbar-default .navbar-toggle {
	border: none;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navmenu-nav > .active > a, .navmenu-nav > .active > a:hover, .navmenu-nav > .active > a:focus {
  background-color: #4C6C92;
  color: #fff;
}
.side-logo {
  max-width: 150px;
}
.sidebar-nav {
  font-size: 16px;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
}
.sidebar-nav li {
  text-indent: 20px;
  line-height: 55px;
}
.sidebar-nav li a {
	background-color: #500;
  display: block;
  text-decoration: none;
  color: #ccc;
  border-top: 1px solid #700;
  border-bottom: 1px solid #400;
}
.sidebar-nav li:first-child {
  border-bottom: none;
}
.sidebar-nav li a:hover {
  text-decoration: none;
  color: #ccc;
  background-color: #400;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
  color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}
.side-mobi {
	font-size: 15px;
	font-weight: bold;
	padding: 15px;
  background-color: #000;
}
.side-mobi a {
	color: #aaa;
	text-decoration: none;
}
.side-mobi a strong{
  color: #fff;
  text-decoration: none;
}
.side-mobi a:hover {
	color: #d52d2d;
}
.side-mobi ul {
	padding-left: 0;
	list-style: none;
}
.side-mobi li {
	padding: 10px 0;
	border-bottom: 1px solid #222;
}
.navmenu-nav {
  font-size: inherit;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #f2f2f2;
  box-shadow: none;
}
.navmenu-nav li a {
	background-color: #400;
  padding: 15px 30px 15px 0;
}
.navbar-fixed-bottom {
  z-index: 1000;
}
.sidebar-nav .close {
  right: 15px;
  top: 5px;
}
.close {
  color: #fff;
  font-size: 45px;
  font-weight: normal;
  right: 72px;
  opacity: 1;
  position: absolute;
  z-index: 100;
  background: transparent;
  border: none;
  text-shadow: 0 0;
}
.mobi-menu hr {
  margin-bottom: 0;
  border-color: #555;
}
/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR
/*-----------------------------------------------------------------------------------*/
#sidebar {
	margin-bottom: 40px;
}
#sidebar h3 {
	border-bottom: 2px solid #d52d2d;
}
.headerBar {
	margin: 0 -15px;
	border-bottom: 2px solid #d52d2d;
}
.headerBar .headerBarContent:after {
	border-bottom: 46px solid #d52d2d;
	border-right-color: rgba(255, 255, 255, 0) !important;
	border-right-style: solid;
	border-right-width: 17px;
	content: "";
	display: inline-block;
	vertical-align: top;
}
.headerBar .headerBarContent {
	display: inline-block;
	position: relative;
}
.headerBar .headerBarContent .headerTitle {
	color: #fff;
	background-color: #d52d2d;
	display: inline-block;
	font-size: 22px;
	font-weight: 800;
	line-height: 22px;
	padding: 14px 15px 10px 15px;
}
#sidebar .side-main:nth-child(2) .headerBar {
  border-bottom: 2px solid #0054a4;
}
#sidebar .side-main:nth-child(2) .headerBar .headerBarContent::after {
  border-bottom: 46px solid #0054a4;
}
#sidebar .side-main:nth-child(2) .headerBar .headerBarContent .headerTitle {
  background-color: #0054a4;
}
.side-main {
  background-color: #333;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
  padding: 0 15px;
  margin-bottom: 15px;
}
.side-main a {
	color: #999;
	text-decoration: none;
}
.side-main a:hover {
	color: #d52d2d;
}
.side-main ul {
	padding-left: 0;
	list-style: none;
}
.side-main li {
	padding: 10px 0;
	border-bottom: 1px solid #333;
}
.textwidget {
  margin: 0 -15px;
}
.side-mobi > .textwidget {
  margin: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	SLIDER
/*-----------------------------------------------------------------------------------*/
.slider {
	background-color: #111;
	color: #fff;
}
.secondary-header {
  background-color: #111;
  color: #fff;
  overflow: hidden;
}
.secondary-header .item {
  height: 35vh;
  padding: 3% 0;
  backface-visibility: hidden;
  perspective: 1000px;
  transition: transform 0.6s ease-in-out 0s;
  position: relative;
}
.carousel-inner .item {
  height: 70vh;
  padding: 12% 0;
}
/* FADE EFFECT*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* FADE EFFECT END */
.first-slide:before {
  background: url('../img/homeone.jpg');
  background-size: cover;
  content: " ";
  height: 100vh;
  position: fixed;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  -webkit-animation: 30s ease-in-out 0s normal forwards 5 running zoomin;
          animation: 30s ease-in-out 0s normal forwards 5 running zoomin;
  -webkit-transform-origin: center bottom 0;
          transform-origin: center bottom 0;
  width: 100%;
}
.second-slide:before {
  background: url('../img/hometwo.jpg');
  background-size: cover;
  content: " ";
  height: 100vh;
  position: fixed;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  -webkit-animation: 30s ease-in-out 0s normal forwards 5 running zoomin;
          animation: 30s ease-in-out 0s normal forwards 5 running zoomin;
  -webkit-transform-origin: center center 0;
          transform-origin: center center 0;
  width: 100%;
}
.third-slide:before {
  background: url('../img/homethree.jpg');
  background-size: cover;
  content: " ";
  height: 100vh;
  position: fixed;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  -webkit-animation: 30s ease-in-out 0s normal forwards 5 running zoomin;
          animation: 30s ease-in-out 0s normal forwards 5 running zoomin;
  -webkit-transform-origin: center center 0;
          transform-origin: center center 0;
  width: 100%;
}
@-webkit-keyframes zoomin {
  0%  {  -webkit-transform: scale(1);   transform: scale(1); } 
  50% {  -webkit-transform: scale(1.2);  transform: scale(1.2); }
}
@keyframes zoomin {
  0%  {  transform: scale(1);   transform: scale(1); } 
  50% {  transform: scale(1.2);  transform: scale(1.2); }
}
@-webkit-keyframes zoomin {
  0%  {  -webkit-transform: scale(1);   transform: scale(1); } 
  50% {  -webkit-transform: scale(1.1);  transform: scale(1.1); }
}
@keyframes zoomin {
  0%  {  transform: scale(1);   transform: scale(1); } 
  50% {  transform: scale(1.1);  transform: scale(1.1); }
}
.secondary {
  background: url('../img/combo.jpg');
  background-position: top right;
  padding: 4% 0;
  background-color: #000;
  background-repeat: no-repeat;
  overflow: hidden;
  color: #fff;
}
.live-casino {
  background: url('../img/livecasino.jpg');
  background-position: top right;
  padding: 4% 0;
  background-color: #000;
  background-repeat: no-repeat;
  overflow: hidden;
  color: #fff;
}
.casino {
  background: url('../img/casino.jpg');
  background-position: top right;
  padding: 4% 0;
  background-color: #000;
  background-repeat: no-repeat;
  overflow: hidden;
  color: #fff;
}
.message {
	display: block;
	z-index: 100;
  text-align: right;
}
.message .heading {
	font-size: 4vw;
	font-weight: 700;
	line-height: 1;
	text-align: right;
  text-shadow: 2px 2px 2px #000;
}
.secondary .message .heading, .live-casino .message .heading, .casino .message .heading {
  text-align: right;
  font-size: 2.8vw !important;
  font-weight: 700;
  line-height: 1;
  text-shadow: 2px 2px 2px #000;
}
.message p {
	font-size: 22px;
  letter-spacing: 1px;
  text-shadow: 2px 2px 2px #000;
	margin: 20px 0 35px;
  background: rgba(0,0,0,0.4);
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
}
.message hr {
	border-color: #d52d2d;
	border-width: 5px 0 0;
	margin: 15px 0;
}
.live-casino .message {
  text-align: left;
}
/* Animation delays */
.row #one {
  animation-delay: .4s;
}
.row #two {
  animation-delay: .8s;
}
.row #three {
  animation-delay: 1.2s;
}
.row #four {
  animation-delay: 1.6s;
}
.carousel-control {
	width: 11%;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.extra {
	position: absolute;
	bottom: 0;
	right: 15px;
	max-width: 10vw;
}
/*-----------------------------------------------------------------------------------*/
/*	CUSTOM CLASSES
/*-----------------------------------------------------------------------------------*/
.secondary-head {
	background-color: #333;
	padding: 10px 0 15px;
	margin-bottom: 40px;
}
.secondary-head h1 {
	color: #fff !important;
	text-align: left;
	float: left;
}
.black {
	color: #999;
	background-color: #000;
	padding: 20px 0 30px;
}
.black .lead {
  color: #fff;

  font-weight: 700;
	margin: 25px 0 15px;
}
.black p {
	font-size: 15px;
}
.black-pad {
  padding: 40px 0;
}
.gray {
	background-color: #222;
  padding: 40px 0;
}
.gray-head {
  background-color: #222;
  padding: 40px 0 5px;
}
.mtop {
  margin-top: 0;
}
.back-cover {
	background: url('/wp-content/themes/wisebusinessv4/img/head-bg-new.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-color: #1f365c;
	padding: 50px 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 30px 0 0;
	position: relative;
}
.back-cover:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(0,0,0,0.7);
}
.back-cover .pre-head {
	color: #d52d2d;
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
}
.back-cover .head {
	color: #fff;
	font-size: 70px;
	font-weight: 600;
	line-height: 1;
}
.back-cover .solid-btn {
	font-size: 30px;
	margin-top: 20px;
}
.g-box {
  background-color: #222;
  color: #fff;
  border-top: 4px solid #d52d2d;
  height: 80%;
}
.y-box {
  background-color: #222;
  color: #fff;
  border-top: 4px solid #ffc621;
  height: 80%;
}
.b-box {
  background-color: #222;
  color: #fff;
  border-top: 4px solid #66cae0;
  height: 80%;
}
.r-box {
  background-color: #222;
  color: #fff;
  border-top: 4px solid #ed1c24;
  height: 80%;
}
.p-box {
  background-color: #222;
  color: #fff;
  border-top: 4px solid #833594;
  height: 80%;
}
.g-box .title {
  font-size: 45px;
  color: #d52d2d;
  text-align: center;
  font-weight: 800;
  margin: 15px 0;
}
.y-box .title {
  font-size: 45px;
  color: #ffc621;
  text-align: center;
  font-weight: 800;
  margin: 15px 0;
}
.b-box .title {
  font-size: 45px;
  color: #66cae0;
  text-align: center;
  font-weight: 800;
  margin: 15px 0;
}
.r-box .title {
  font-size: 45px;
  color: #ed1c24;
  text-align: center;
  font-weight: 800;
  margin: 15px 0;
}
.p-box .title {
  font-size: 45px;
  color: #833594;
  text-align: center;
  font-weight: 800;
  margin: 15px 0;
}
.box {
	background-color: #222;
	padding: 0 15px 15px;
}
.box .headerBar {
	margin-bottom: 15px;
}
.box .headerBar .headerBarContent::after {
	margin-left: -4px;
}
.gBar {
  background-color: #333;
  border-radius: 2px;
  height: 52px;
  margin-bottom: 15px;
}
.gBar:hover {
  background-color: #333;
}
.gBar .gBarContent .gTitle {
  background-color: #d52d2d;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: 800;
  padding: 11px 15px 3px;
  border-radius: 2px 0 0 2px;
  height: 52px;
}
.gBar:hover .gBarContent .gTitle {
  background-color: #54b948;
}
.gBar .gBarContent .gContent:before {
  border-bottom: 52px solid #d52d2d;
  border-right-color: rgba(255, 255, 255, 0) !important;
  border-right-style: solid;
  border-right-width: 17px;
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
  margin-top: -10px;
  margin-right: 10px;
}
.gBar:hover .gBarContent .gContent:before {
  border-bottom: 52px solid #54b948;
}
.gBar .gBarContent .gContent {
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  vertical-align: top;
  margin-top: 10px;
}
.gContent a {
  color: #fff;
  text-decoration: none;
}
.bBar {
  background-color: #333;
  border-radius: 2px;
  height: 52px;
  margin-bottom: 15px;
}
.bBar:hover {
  background-color: #333;
}
.bBar .bBarContent .bTitle {
  background-color: #0054a4;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: 800;
  padding: 11px 15px 3px;
  border-radius: 2px 0 0 2px;
  height: 52px;
}
.bBar:hover .bBarContent .bTitle {
  background-color: #0063c1;
}
.bBar .bBarContent .bContent:before {
  border-bottom: 52px solid #0054a4;
  border-right-color: rgba(255, 255, 255, 0) !important;
  border-right-style: solid;
  border-right-width: 17px;
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
  margin-top: -10px;
  margin-right: 10px;
}
.bBar:hover .bBarContent .bContent:before {
  border-bottom: 52px solid #0063c1;
}
.bBar .bBarContent .bContent {
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  vertical-align: top;
  margin-top: 10px;
}
.bContent a {
  color: #fff;
  text-decoration: none;
}
/*-----------------------------------------------------------------------------------*/
/*	BUTTON CLASSES
/*-----------------------------------------------------------------------------------*/
.outline-btn {
	font-size: 18px;
	font-weight: bold;
	background-color: transparent;
	color: #fff;
	border: 2px solid #d52d2d;
  border-radius: 5px;
	padding: 5px 27px;
	display: inline-block;
	transition: 0.3s;
}
.outline-btn:hover {
	background-color: #fff;
	color: #d52d2d;
	text-decoration: none;
  border: 2px solid #d52d2d;
}
.outline-btn .glyphicon {
  top: 3px;
}
.solid-btn {
	font-size: 18px;
	font-weight: bold;
	background-color: #d52d2d;
	color: #fff;
	border: 2px solid #fff;
  border-radius: 5px;
	padding: 5px 27px;
	display: inline-block;
	transition: 0.3s;
}
.solid-btn:hover {
	background-color: #fff;
	color: #d52d2d;
  border: 2px solid #d52d2d;
	text-decoration: none;
}
.green-btn {
  font-size: 2vw;
  font-weight: bold;
  background-color: rgb(213 46 44);
  border-radius: 10px;
  border: 3px solid #fff;
  padding: 10px 30px;
  color: #fff;
}
.green-btn:hover {
  color: #d52d2d;
  text-decoration: none;
  background-color: #fff;
  border: 3px solid #d52d2d;
}
.live-btn {
  font-size: 2vw;
  font-weight: bold;
  background-color: rgb(213 46 44);
  border-radius: 10px;
  border: 3px solid #fff;
  padding: 10px 30px;
  color: #fff;
}
.live-btn:hover {
  color: rgb(213 46 44);
  text-decoration: none;
  background-color: #fff;
  border: 3px solid rgb(213 46 44);
}
.casino-btn {
  font-size: 2vw;
  font-weight: bold;
  background-color: #ed1c24;
  border-radius: 10px;
  border: 3px solid #fff;
  padding: 10px 30px;
  color: #fff;
}
.casino-btn:hover {
  color: #ed1c24;
  text-decoration: none;
  background-color: #fff;
  border: 3px solid #ed1c24;
}
.g-button {
  background-color: #d52d2d;
}
.y-button {
  background-color: #ffc621;
}
.b-button {
  background-color: #66cae0;
}
.r-button {
  background-color: #ed1c24;
}
.p-button {
  background-color: #833594;
}
.g-button, .y-button, .b-button, .r-button, .p-button {
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  display: block;
  border: 2px solid transparent;
}
.g-button:hover, .y-button:hover, .b-button:hover, .r-button:hover, .p-button:hover {
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
}
/*-----------------------------------------------------------------------------------*/
/*	MAIN CLASSES
/*-----------------------------------------------------------------------------------*/
#side-nav ul {
	list-style: none;
	padding: 0 10px;
}
#side-nav li {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
#side-nav li:last-child {
	border-bottom: none;
}
#side-nav li a {
	font-size: 15px;
	color: #777;
}
#side-nav .btn {
	margin: 15px 0;
}
.closed {
  max-height: 1000px;
  overflow:hidden;
  -webkit-transition: max-height 0.6s;
	   -moz-transition: max-height 0.6s;
	        transition: max-height 0.6s;
}
.opened {
  max-height: 1000px;
  overflow: hidden;
  -webkit-transition: max-height 0.95s;
	   -moz-transition: max-height 0.95s;
	        transition: max-height 0.95s;
}
.rm {
	margin: 5px 0 20px;
}
/*-----------------------------------------------------------------------------------*/
/*	FOOTER CLASSES
/*-----------------------------------------------------------------------------------*/
.btm-pad {
  padding-bottom: 40px;
}
.widget-area {
  background-color: #191919;
  border-bottom: 1px solid #333;
  padding: 40px 0;
}
.widget-area ul {
  padding-left: 0;
  list-style: none;
}
.widget-area ul li {
  margin: 5px 0;
}
.widget-area a {
  color: #fff;
}
.widget-area a:hover {
  color: #fff;
}
.trust {
  background-color: #111;
  color: #aaa;
  padding: 40px 0;
}
.trust img {
  margin: 10px 0;
}
footer {
	color: #aaa;
	background-color: #000;
}
footer ul {
	padding-left: 15px;
	list-style: none;
}
footer li:before {
	content: "♣";
	margin-right: 5px;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #d52d2d;
}
.foot-cta {
  background: url('../img/foot-cta.jpg');
  background-position: top right;
  padding: 30px 0 40px 0;
  background-color: #000;
  background-repeat: no-repeat;
  overflow: hidden;
  color: #fff;
}
.foot-cta .heading {
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1;
  text-shadow: 2px 2px 2px #000;
}
.foot-cta p {
  font-size: 18px;
  letter-spacing: 1px;
  text-shadow: 2px 2px 2px #000;
  margin: 20px 0 35px;
  background: rgba(0,0,0,0.4);
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
}
.foot-cta .green-btn {
  font-size: 1.5vw;
}
.btm {
	color: #666;
	padding: 2.5em 0 2em;
}
.info-left {
  float: left;
  margin:10px 0;
}
.info-right {
	float: right;
  margin:10px 0;
}
.to-top {
	display: block;
	position: fixed;
	bottom: 15px;
	right: 15px;
	background-color: #d52d2d;
	padding: 7px 10px;
	color: #fff;
	font-size: 15px;
	opacity: 0.6;
  border-radius: 2px;
  z-index: 1000;
}
.to-top:hover {
	opacity: 1;
}
a.to-top:hover, a.to-top:focus {
	color: #efefef;
}
/*-----------------------------------------------------------------------------------*/
/*  SPRITES
/*-----------------------------------------------------------------------------------*/
.Myball-basketball {
  background-image: url("../img/logo-sprite.png");
  display: inline-block;
  background-position: -5px -567px;
  width: 130px;
  height: 50px;
}
.Myball-premierl {
  background-image: url("../img/logo-sprite.png");
  display: inline-block;
  background-position: 0 -248px;
  width: 190px;
  height: 50px;
}
.Myball-champ {
  background-image: url("../img/logo-sprite.png");
  display: inline-block;
  background-position: 0 -509px;
  width: 190px;
  height: 50px;
}
.footer-icon-logos {
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  flex-flow: row wrap;
  justify-content: center;
}
.footer-icon-logo {
  background-image: url("/wp-content/themes/wisebusinessv4/img/payment-logos.png");
  height: 48px;
  margin: 0 1.2%;
}
.footer-icon-logo.visa {
  background-position: -14px 0;
  width: 69px;
}
.footer-icon-logo.mastercard {
  background-position: -123px 0;
  width: 50px;
}
.footer-icon-logo.neteller {
  background-position: -213px 0;
  width: 110px;
}
.footer-icon-logo.skrill {
  background-position: -363px 0;
  width: 60px;
}
.footer-icon-logo.entropay {
  background-position: -462px 0;
  width: 117px;
}
.footer-icon-logo.microgaming {
  background-position: -617px 0;
  width: 120px;
}
.footer-icon-logo.ecogra {
  background-position: -777px 0;
  width: 119px;
}
.footer-icon-logo.age-restriction {
  background-position: -936px 0;
  width: 30px;
}
.footer-icon-logo.mga {
  background-position: -1005px 0;
  width: 89px;
}
/*-----------------------------------------------------------------------------------*/
/*	MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
@media (max-width: 1200px) and (min-width: 991px) {
	.message {
		margin-top: 4%;
	}
}
@media (max-width: 991px) {
	.nav > li > a {
		font-size: 13px;
		padding: 15px 10px;
	}
  .black {
    padding: 15px 0 20px;
  }
}
/* ----- Navbar early Collapse ----- */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
      display: none !important;
  }
  .navbar-collapse.collapse.in {
      display: block !important;
  }
  .navbar-header .collapse, .navbar-toggle {
      display:block !important;
  }
  .navbar-header {
      float:none;
  }
  .g-box .title, .b-box .title, .y-box .title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .carousel-inner .item {
    height: 57vh;
  }
	.slider {
    padding: 0;
  }
  .message {
    width: 95%;
		position: relative;
		margin: 5% auto;
	}
	.message .heading {
		font-size: 10vw;
	}
	.message p {
		font-size: 18px;
    margin: 10px 0 20px;
	}
  .secondary .message .heading, .live-casino .message .heading, .casino .message .heading {
    font-size: 9vw !important;
  }
  .foot-cta .heading {
    font-size: 9.5vw;
  }
  .foot-cta p {
    font-size: 18px;
  }
  .foot-cta .green-btn {
    font-size: 5.5vw;
  }
  .green-btn, .blue-btn, .live-btn, .casino-btn {
    font-size: 6vw;
  }
	.lead {
		font-size: 18px;
	}
	.closed {
		max-height: 80px;
	}
	.back-cover .pre-head {
		font-size: 30px;
	}
	.back-cover .head {
		font-size: 50px;
	}
	.back-cover .solid-btn {
		font-size: 25px;
	}
	.info-left, .info-right {
		display: block;
		float: none;
		text-align: center;
	}
}
@media (max-width: 414px) {
	.logo {
    max-width: 200px;
  }
  .h1, h1 {
		font-size: 25px;
	}
	.h2, h2 {
		font-size: 20px;
	}
	.h3, h3 {
		font-size: 18px;
	}
	.back-cover .pre-head {
		font-size: 25px;
	}
	.back-cover .head {
		font-size: 45px;
	}
	.back-cover .solid-btn {
		font-size: 20px;
	}
	.gBar .gBarContent .gContent {
    font-size: 16px;
    line-height: 2;
  }
  .solid-btn {
    font-size: 15px;
    padding: 5px 10px;
  }
}