.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 4px;
    padding-right: 14px;
}

.logged-in #slider .slide, .logged-in #slider {
	height: 50px;
	font-size: 26px;
}
#slider .slider-container .slides .slide .slide-content .slide-title {
	font-size: 26px;
}
#support_comment {
	display: none;
}
.text-success {
	font-size: 120%;
	font-weight: bold;
}
.thumbnail {
    background: #FDD778;
    border-radius: 14px;
    box-shadow: 10px 10px 5px #888888;
}
.thumbnail:hover { 
    background-color: #FDDD99;
}

/* Extra Small */
@media(max-width:767px){
    
}

/* Small */
@media(min-width:768px) and (max-width:991px){
    .thumbnail {
        height: 200px;
    }
}
/* Medium */
@media(min-width:992px) and (max-width:1199px){
    
}

/* Large */
@media(min-width:1200px){
    .thumbnail {
        height: 200px;
    }
}
#lotteryaddedbox {
  z-index: 0;
  position: absolute;
  color: white;
  font-size: 36px;
  font-weight: bold;
  left: 60px;
  top: 40px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.addedpoints {
    border-style: solid;
    border-color: #909090;
    margin-top: -2px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 18px;
    color: #a8df3b;
    padding: 2px 10px;
    margin-right: 5px
}
.getpoints {
    color: #000000;
	border-color: #a8df3b;
}
.getpointstoolate {
    color: #909090;
	border-color: #a8df3b;
}
.loginBtn {
	padding: 2em;
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}
.footer-mini {
	font-size: 1px;
  color: #2c354a;
}