@import url(//fonts.googleapis.com/css?family=Oxygen:400,300,700);

@import url('font-awesome.min.css');
body {
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #727980;
  background: #f7f7f7;
  line-height: 1.7;
}
h1 {
  font-weight: bold; 
}

a {
  color: #3b78e7;
}
a:hover {
  color: #1a5cd5;
}
a.underline {
  text-decoration: underline;
}
.block {
  padding: 45px;
  background: #fff;
}
.block.grey {
  background: transparent;
}
@media screen and (min-width: 768px) {
  .equal,
  .equal > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
  }
}
.primary-green {
  color: #4caf50;
  font-weight: bold;
}
.panel-top-padd {
  padding: 5% 10%;
  
}
.panel {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
}
.mb45 {
  margin-bottom: 45px;
}
/*Buttons*/
.btn {
  border-radius: 3px;
}
.btn-default {
  border: none;
  background: #e74c3c;
  color: #fff;
  font-size: 14px;
  transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
}
.btn-default:hover {
  background: #bf2718;
}
.btn-outlined {
  background: none;
  border: 1px solid #3d424b;
  font-size: 14px;
}
.btn-primary {
  background: #4caf50;
  border: none;
  color: #fff;
  transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
}
.btn-primary:hover {
  background: #449d48;
}
.btn-link {
  background: #3b78e7;
  border: none;
  color: #fff;
  transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
  padding: 12px 20px;
  margin: 15px 0;
}
.btn-link:hover {
  background: #1b60de;
  color: #fff;
  text-decoration: none;
}
.btn-lg {
  font-size: 16px;
  font-weight: 700;
  padding: 16px 30px;
}
/*Typography*/
h1,
h2,
h3,
h4 {
  line-height: 1.4;
}
h1 {
  font-size: 42px;
  font-weight: 300;
  color: #fff;
}
h2 {
  font-size: 34px;
  font-weight: 300;
  color: #2a2f34;
  margin-bottom: 30px;
  margin-top: 0;
}
h3 {
  font-size: 21px;
  font-weight: 700;
  color: #2a2f34;
  margin: 10px 0;
}
h4 {
  color: #111;
  font-size: 17px;
  font-weight: 700;
}
/*Header*/
#header.navbar {
  min-height: 55px;
  margin-bottom: 0;
}
#header .navbar-brand {
  padding: 19px 15px 9px 15px;
  height: 40px;
}
#header.navbar-inverse {
  background-color: #0c131f;
}
#header.navbar-inverse .navbar-text {
  color: #fff;
  margin: 10px 15px;
}
#header.navbar-inverse .navbar-link {
  color: #fff;
  border-left: 1px solid #4d4d4d;
  padding-left: 10px;
  margin-left: 10px;
}
#header.navbar-inverse .sprite.status-online {
  float: left;
  display: inline;
  margin-top: 4px;
  margin-right: 5px;
}
/*Navbar*/
.navbar-default {
  background-color: #fff;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #111;
}
.navbar-inverse .navbar-nav .active a,
.navbar-inverse .navbar-nav .active a:hover,
.navbar-inverse .navbar-nav .active a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav li a {
  color: #fff;
  padding: 17px;
  font-size: 14px;
}
.navbar-inverse .navbar-nav li a:hover {
  color: #a6a7a9;
}
.navbar-nav li a.btn {
  padding: 7px 21px;
  margin-top: 10px;
  font-weight: 300;
}
.navbar-nav li a.btn:hover {
  color: #fff;
}
.navbar-nav li a.btn-outlined {
  padding: 6px 21px;
  margin-right: 10px;
  transition: border-color 0.25s ease-in-out;
  -moz-transition: border-color 0.25s ease-in-out;
  -webkit-transition: border-color 0.25s ease-in-out;
}
.navbar-nav li a.btn-outlined:hover {
  border-color: #666f7f;
}
.navbar-nav li a.btn-default {
  background: #e74c3c;
  transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
}
.navbar-nav li a.btn-default:hover {
  background: #ff6454;
}
/*Subheader*/
.subheader {
  padding: 30px 0;
  background: url("../media/slide-1-bg.jpg") center center no-repeat #212a39;
  background-size: cover;
  margin-bottom: 40px;
}
.subheader h1 {
  margin-top: 0;
}
.subheader .lead {
  color: #fff;
}
/* Carousel base class */
.carousel {
  height: 455px;
  margin-bottom: 0;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 455px;
  background-color: none;
  padding-top: 45px;
}
.carousel-inner {
  background: url("../media/slide-1-bg.jpg") center center no-repeat #212a39;
  background-size: cover;
}
.carousel p.lead {
  color: #fff;
  font-size: 21px;
  font-family: 'oxygenlight', sans-serif;
  margin-bottom: 30px;
}
.carousel h1 {
  margin-top: 65px;
}
.carousel-control .arrow-to-left,
.carousel-control .arrow-to-right {
  position: absolute;
  top: 40%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .arrow-to-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .arrow-to-right {
  right: 50%;
  margin-right: -10px;
}
.carousel .lac-logo-marg {
  margin-top: 30px;
  margin-left: 30px;
}
/*Casino partners*/
#casino-partners.block {
  background: url("../media/bg-pattern.jpg") 0 0 repeat #f7f7f7;
}
@media screen and (min-width: 768px) {
  #casino-partners .col-sm-2 {
    width: 14.28%;
	padding:0 8px;
  }
}
#casino-partners .img-responsive {
  display: inline;
}
/*What's new?*/
.news .item {
  margin-bottom: 20px;
}
.news h3 a {
  font-size: 21px;
  font-weight: 700;
  color: #2a2f34;
  margin: 0;
}
.news .panel-body {
  padding: 20px;
}
.news h4 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  color: #e74c3c;
  text-transform: uppercase;
}
/*Call to action*/
#cta h2 {
  margin-bottom: 5px;
  margin-top: 0;
}
#cta .lead {
  margin-top: 0;
  margin-bottom: 30px;
}
/*CTA dark banner*/
.cta-dark {
  background: url("../media/target-bg.png") top right no-repeat #212a39;
  color: #fff;
}
.cta-dark .panel-body {
  padding: 20px;
}
.cta-dark h3 {
  color: #fff;
  font-size: 28px;
}
.cta-dark ul {
  margin: 15px 0;
}
.cta-dark ul li {
  margin-bottom: 5px;
}
.cta-dark ul li .fa {
  color: #e74c3c;
}
/*References*/
#references .reference {
  border: 1px solid #e3e4e7;
  padding: 30px;
  font-weight: 300;
  color: #898989;
  background: #fff;
}
#references .reference p{
    height: 135px;
    overflow: auto;
    margin-bottom: 0;
}
#references .corner {
  margin-top: -1px;
  margin-left: 45px;
}
#references .media {
    display: flex;
    align-items: center;
}
.media .media-left {
    width: 120px;
}
.media .media-left img {
    max-width: 90%;
    border-radius: 8px;
    max-height: 40px;
}
.media .media-left a {
    border: 1px solid #e3e4e7;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#references h4.media-heading {
  color: #111;
  text-transform: none;
  font-size: 17px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 0;
}
#references .media-body {
  font-size: 14px;
}
#references p.lead {
  color: #111;
  font-weight: 700;
  font-size: 24px;
  margin-top: 40px;
}
#references p.lead a {
  text-decoration: underline;
}
/*Team*/
@media screen and (min-width: 768px) {
  #team .col-sm-2 {
    width: 20%;
  }
}
#team h4 {
  margin-bottom: 0;
}
#team p {
  font-size: 14px;
  margin-bottom: 10px;
}
#team .btn-outlined {
  background: #fff;
  border: 1px solid #ebebeb;
  font-size: 14px;
  color: #595959;
  transition: border-color 0.25s ease-in-out;
  -moz-transition: border-color 0.25s ease-in-out;
  -webkit-transition: border-color 0.25s ease-in-out;
}
#team .btn-outlined:hover {
  border-color: #d4d4d4;
  color: #212a39;
}
#team .img-responsive {
  display: inline;
}
/*Generic form*/
.form-control {
  height: 42px;
  padding: 8px 14px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 3px;
}
.form-control-text-input {
  height: 200px !important;
}
/*Sign up*/
#signup {
  margin-bottom: 40px;
}
#signup .panel-body {
  padding: 40px;
}
#signup label {
  font-size: 14px;
  color: #111;
}
#signup .mt20 {
  margin-top: 20px;
}
/*Sign in*/
#login {
  margin-top: 40px;
  margin-bottom: 20px;
}
#login .panel-heading {
  border-bottom: 1px solid #ebebeb;
}
#login .panel-body {
  padding: 40px;
}
#login .panel-footer {
  padding: 20px 40px;
  background: #fff;
  border-top: 1px solid #ebebeb;
}
#login h1 {
  color: #2a2f34;
}
#login .input-group-lg > .form-control,
#login .input-group-lg > .input-group-addon,
#login .input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 8px 14px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 3px;
}
#login .input-group-lg > .input-group-addon {
  background: #fff;
  color: #2a2f34;
  min-width: 46px;
}
#login .input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#login .input-group .form-control:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#login .input-group .form-control {
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
}
#login .links {
  margin-top: 30px;
  font-size: 14px;
}
#login .links .left {
  text-align: left;
}
#login .links .right {
  text-align: right;
}
/*Sidebar*/
#sidebar .cta-simple {
  background: transparent;
  color: #727980;
}
#sidebar .cta-simple.panel {
  box-shadow: none;
}
#sidebar .cta-simple h3 {
  color: #111;
}
#sidebar .cta-simple .fa {
  color: #e74c3c;
}
#sidebar .ad,
#sidebar .cta-dark {
  margin-bottom: 20px;
}
#sidebar .cta-dark .panel-body {
  padding: 20px;
}
#sidebar .support .panel-body {
  padding: 20px;
}
#sidebar .support .panel-body h3 {
  margin-top: 0;
}
#sidebar .support .panel-body .media-body {
  font-size: 14px;
}
/*Content*/
#content {
  margin-bottom: 40px;
}
#content .panel-body {
  padding: 40px;
}
#casino-image {
  float: right;
  width: 230px;
  margin-left: 30px;
}
.clearer {
  clear: both;
}

.data {
  width: 60%;
  margin: 0 auto;
}


/*Footer*/
footer {
  background: #212a39;
  padding-top: 40px;
}
.copyright {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  background: #1a202c;
  color: #fff;
}
footer ul li a {
  font-size: 12px;
  color: #fff;
  line-height: 1;
  padding: 0;
  margin: 0;
}
footer ul li a:hover {
  text-decoration: underline;
  color: #fff;
}
/*Icons sprite*/
.sprite {
  background: url('../media/sprite.png') no-repeat top left;
  width: 18px;
  height: 38px;
}
.sprite.centered {
  margin: 0 auto;
}
.step.sprite.icon-graph,
.step.sprite.icon-user,
.step.sprite.icon-network {
  height: 38px;
}
.sprite.acerevenue-logo {
  background-position: 0 0;
  width: 164px;
  height: 19px;
}
.sprite.arrow-to-left {
  background-position: 0 -29px;
}
.sprite.arrow-to-right {
  background-position: 0 -77px;
}
.sprite.corner {
  background-position: 0 -125px;
  width: 27px;
  height: 13px;
}
.sprite.footer-badges {
  background-position: 0 -148px;
  width: 308px;
  height: 57px;
}
.sprite.footer-fb {
  background-position: 0 -215px;
  width: 148px;
  height: 48px;
}
.sprite.icon-graph {
  background-position: 0 -273px;
  width: 42px;
  height: 34px;
}
.sprite.icon-network {
  background-position: 0 -317px;
  width: 38px;
}
.sprite.icon-support {
  background-position: 0 -365px;
  width: 65px;
  height: 65px;
}
.sprite.icon-user {
  background-position: 0 -440px;
  width: 36px;
  height: 36px;
}
/*Mobile toggle button*/
.navbar-toggle {
  border: none;
  padding-top: 13px;
  padding-right: 0;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 1px;
  border-radius: 0;
}
/*Media queries*/
@media screen and (max-width: 768px) {
  body {
    line-height: 1.45;
  }
  h2 {
    line-height: 1.25;
  }
  .mb45 {
    margin-bottom: 10px;
  }
  .carousel {
    height: auto;
  }
  .carousel .item {
    height: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .carousel h1 {
    margin-top: 0;
  }
  .carousel .btn,
  .cta-dark btn,
  .cta btn {
    display: block;
  }
  .block {
    padding: 20px 0;
  }
  #casino-partners .panel {
    margin-bottom: 10px;
  }
  .steps h3 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .steps p {
    margin-bottom: 30px;
  }
  .news {
    margin-bottom: 20px;
  }
  #references .media {
    margin-bottom: 20px;
  }
  #references .reference {
    font-size: 19px;
    padding: 20px;
    background: #fff;
  }
  #team .btn {
    margin-bottom: 30px;
  }
  #team .btn.last {
    margin-bottom: 0;
  }
  #seo a.underline {
    margin-bottom: 30px;
    display: block;
  }
  #seo a.underline.last {
    margin-bottom: 0;
  }
  #cta .lead {
    margin-bottom: 15px;
  }
  .copyright {
    text-align: center;
  }
  .navbar-inverse .navbar-nav li a {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
  }
  .navbar-nav li a.btn {
    display: block;
    margin: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #login {
    margin-top: 20px;
  }
  #login h1 {
    font-size: 25px;
  }
  #login .links .left {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
  }
  #login .links .right {
    text-align: center;
    font-size: 16px;
  }
  #login .panel-body,
  #login .panel-footer {
    padding: 20px;
  }
  .form-control {
    -webkit-appearance: none;
  }
  #signup {
    margin-bottom: 20px;
  }
  #signup .panel-body {
    padding: 20px;
  }
  .subheader {
    margin-bottom: 20px;
  }
  .subheader h1 {
    text-align: center;
    font-size: 25px;
  }
  #content {
    margin-bottom: 20px;
  }
  #content .panel-body {
    padding: 20px;
  }
}















/*
 * Ohhh. Sexy Tables. 
 */


table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child {
	text-align: left;
	padding-left:20px;
}
table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr {
	text-align: center;
	padding-left:20px;
}
table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table td {
	padding:18px;
	border-top: 1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {
	border-bottom:0;
}
table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
.msg-error {
color:#F00;
}
.msg-success {
  color:#390;
}




/* Testimonials */
#content .panel-body.p-20 {
    padding: 30px 20px 0;
}
.testimonials {
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	display: block;
	width: 100%;
	min-height: 250px;
}

.testimonials ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 3%;
}

.testimonials li {
	width: 48.5%;
	position: relative;
	transition: ease-in-out .3s;
	padding: 40px 18px 18px;
	margin: 1.5% 0 40px;
	display: flex;
	flex-wrap: wrap;
    flex-direction: column;
	border: 1px solid #e3e4e7;
}

.testimonials li .logo-icon {
	width: 120px;
	left: 50%;
	transform: translate(-50%, -62px);
	position: absolute;
	border-radius: 4px;
	background-color: #ffffff;
	transition: box-shadow 0.3s linear;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e3e4e7;
}
.testimonials li .logo-icon a {
    max-width: 100%;
    display: flex;
    text-align: center;
    height: 40px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.testimonials li .logo-icon a img {
    max-width: 90%;
    max-height: 40px;
}
.testimonials li p {max-height: 170px;overflow: auto;flex: 1 0 auto;}

.testimonials li:hover {
    background-color: #212a39;
    color: #fff;
    border-color: #212a39;
}

/* width */
.testimonials li p::-webkit-scrollbar {   
  width: 8px;
  cursor: pointer;    
}

/* Track */
.testimonials li p::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #efefef; 
}

/* Handle */
.testimonials li p::-webkit-scrollbar-thumb {
  background: #ccc; 
  border-radius: 10px;
  max-height: 10px;
}  

/* width */
#references .reference p::-webkit-scrollbar {   
  width: 8px;
  cursor: pointer;    
}

/* Track */
#references .reference p::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #efefef; 
}

/* Handle */
#references .reference p::-webkit-scrollbar-thumb {
  background: #ccc; 
  border-radius: 10px;
  max-height: 10px;
}  



@media only screen and (max-width: 576px) {
    .testimonials ul {
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 3%;
    }

    .testimonials li {
        width: 100%;
        position: relative;
        transition: ease-in-out .3s;
        padding: 40px 18px 18px;
        margin: 1.5% 0 40px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        border: 1px solid #ccc;
    }
}






