@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,300);

@import url('font-awesome.min.css');
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #727980;
  background: #f7f7f7;
  line-height: 1.7;
}
a {
  color: #244cd0;
}
a:hover {
  color: #244cd0;
}
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;
  }
}
.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: #e32415;
  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 #75c010;
  font-size: 14px;
}
.btn-primary {
  background: #187823;
  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: #1F5325;
}
.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;
}
/*Alerts*/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: none;
  border-radius: 0;
}
.alert-warning {
  background: #ff6f35;
  color: #fff;
}
.alert-warning .fa {
  color: #000;
  opacity: 0.3;
}
.alert-error {
  background: #e32415;
  color: #fff;
}
.alert-error .fa {
  color: #000;
  opacity: 0.4;
}
.alert-success {
  background: #187823;
  color: #fff;
}
.alert-success-light {
  background: #bce2be;
  color: #187823;
}
.alert-success .fa {
  color: #000;
  opacity: 0.4;
}
.alert .fa {
  margin-right: 10px;
}
/*Header*/
#header.navbar {
  min-height: 55px;
  margin-bottom: 0;
}
#header .navbar-brand {
  padding: 13px 15px 9px 15px;
  height: 40px;
}
#header.navbar-inverse {
  background-color: #58900c;
}
#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;
  text-transform: uppercase;
  font-weight: 400;
}
.navbar-inverse .navbar-nav li a:hover {
  color: #75C010;
}
.navbar-nav li a.btn {
  padding: 7px 21px;
  margin-top: 10px;
  font-weight: 400;
}
.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: #90ec14;
}
.navbar-nav li a.btn-default {
  background: #e32415;
  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: #c61f12;
}
/*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: 'Source Sans Pro', 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: 25%;
  margin-left: -10px;
}
.carousel-control .arrow-to-right {
  right: 25%;
  margin-right: -10px;
}
/*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: 20%;
  }
}
#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: #e32415;
  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 #5b7731;
  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: #e32415;
}
/*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;
}
#references .media .media-body p{
    font-weight: bold;
}
.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;
}
.help-block {
  font-size: 12px;
}
/*Form validation*/
/*Error*/
.has-error .help-block,
.has-error label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #e32415;
}
.has-error .form-control {
  border-color: #e32415;
}
.has-error .form-control:focus {
  border-color: #e32415;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f5b7b1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f5b7b1;
}
/*Warning*/
.has-warning .help-block,
.has-warning label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #ff6f35;
}
.has-warning .form-control {
  border-color: #ff6f35;
}
.has-warning .form-control:focus {
  border-color: #ff6f35;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc5ae;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc5ae;
}
/*Success*/
.has-success .help-block,
.has-success label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #187823;
}
.has-success .form-control {
  border-color: #187823;
}
.has-success .form-control:focus {
  border-color: #187823;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b7dfb9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #b7dfb9;
}
/*Sign up*/
#signup {
  margin-bottom: 40px;
}
#signup .panel-body {
  padding: 40px;
}
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: #e32415;
}
#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;
}
/*Footer*/
footer {
  background: #80a845;
  padding-top: 40px;
}
.copyright {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  background: #58900c;
  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: 19px;
  height: 38px;
}
.sprite.centered {
  margin: 0 auto;
}
.step.sprite.icon-graph,
.step.sprite.icon-user,
.step.sprite.icon-network {
  height: 40px;
}
.sprite.acerevenue-logo {
  background-position: 0 0;
  width: 164px;
  height: 29px;
}
.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 -268px;
  width: 40px;
  height: 40px;
}
.sprite.icon-network {
  background-position: 0 -317px;
  width: 40px;
}
.sprite.icon-support {
  background-position: 0 -365px;
  width: 65px;
  height: 65px;
}
.sprite.icon-user {
  background-position: 0 -436px;
  width: 40px;
  height: 40px;
}
/*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;
  }
}

.msg-error {
color:#F00;
}
.msg-success {
  color:#390;
}











#content .panel-body.p-20 {
    padding: 30px 20px 0;
}

.target-section {
    text-align: left;
    color: #ffffff;
    margin: 15px 0px 0px 0px;
    padding-bottom: 20px;
    
}

/* Testimonials */
.testimonials-bg{
    padding-top:40px;
}

.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: 20px;
	margin: 1.5% 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	background: #f7f7f7;
	border-radius: 12px;
}
.testimonials li p{
    font-size: 1em;
}
.testimonials li .logo-icon {
	width: 120px;
	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;
	margin: 0 auto 20px;
}
.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;margin-bottom: 15px;color: #000;}

.testimonials li:hover {
    background-color: #eeffd4;
    color: #fff;
}

/* 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;
}  



@media only screen and (max-width: 820px) {
    .testimonials ul {
        display: flex;
        flex-wrap: wrap;
        gap: 3%;
    }

    .testimonials li {
        width: 48.5%;
    }
}

@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 30px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;   
    }
}


/* 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;
}  

