/*============================== 
	- Template Name: ThemeName
	- Author: Jon Deo
	- Version: 1.08
	- Website: www.demo.com
================================= */
/*---------------------- 
	Stylesheet Guide
------------------------
01. Typography		
02. MISC AND RE-USABLE ELEMENT
03. NAV MENU
04. PAGE TITLE
05. WORK GRID
06. ABOUT PAGE
07. SINGLE PORTFOLIO PAGE
08. JOURNAL PAGE
09. CONTACT PAGE
10. FOOTER


*/
/* =========================================================== 
    01. Typography
============================================================ */
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  background-color: #f7f7f7;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
}

a,
a:hover,
a:focus,
a:active,
input,
button,
textarea {
  outline: none;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

button {
  border: none;
}
button:focus {
  outline: none;
}

a,
input,
textarea {
  -webkit-transition: all 0.3s ease-in-out 0.25s;
  -o-transition: all 0.3s ease-in-out 0.25s;
  transition: all 0.3s ease-in-out 0.25s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
}

ul {
  padding: 0;
  padding-left: 45px;
}
li{
  color: #333333;
}

.clear {
  clear: both;
}

/* =========================================================== 
   02. MISC AND RE-USABLE ELEMENT
============================================================ */
.btn-success {
    color: #fff;
    background-color: #FF6347;
    border-color: #da543c;
}
.btn-success:hover, 
.btn-success:active,
.btn-success:focus,
.btn-success:active:focus {
    color: #fff;
    background-color: #da543c;
    border-color: #FF6347;
}

.dark-text {
  color: #3b3b3b;
}

.bigfont {
  font-size: 50px;
}

.dark-light-text {
  color: #aeaeae;
}

.no-gutter > [class*='col'] {
  padding: 0;
}

.page-content {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fixed-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.light-txt {
  color: #fff !important;
}

.page-content {
  padding: 100px 0;
  position: relative;
}

.small-section {
  padding: 60px 0;
}

.dark-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 0 0 24px 0;
  width: 100%;
}

.dark-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.heading-title {
  margin-bottom: 100px;
}
.heading-title h2 {
  font-size: 18px;
  font-weight: 700;
  color: #3B3B3B;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.heading-title p {
  color: #747474;
}

.btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  transition: all 0.3s ease;
  font-weight: 700;
}
.btn:hover, .btn:focus {
  color: #fff;
}
.btn span,
.btn i,
.btn img {
  display: inline-block;
  margin-left: 10px;
}

.btn-lg {
  font-size: 20px;
  padding: 20px 40px;
}

.btn-md {
  font-size: 13px;
  padding: 15px 30px;
}

.btn-sm {
  font-size: 12px;
  padding: 7px 10px;
}

.btn-xs {
  font-size: 11px;
  padding: 5px 10px;
}

.btn-theme {
  color: #fff;
}
.btn-theme:hover, .btn-theme:focus {
  color: #fff;
  opacity: 0.8;
}
.btn-theme:hover {
  background-color: #3b3b3b;
}

.btn-dark {
  background-color: #3b3b3b;
  color: #fff;
}
.pr-15{
  padding-right:15px;
}



/* =========================================================== 
    03. NAV MENU
============================================================ */
.navigation{
  padding-top:10px;
}
.navigation a{
  padding: 10px 10px 10px 0;
}
.navigation a:after{
  content: '.';
  padding-left: 10px;
}
.navigation a:last-child{
  color: red;
}

.submenu{
  background: #333333;
  color: #fff;
}
.submenu a{
  color: #fff;
}
.submenu .dropdown-toggle{
  font-size: 34px;
  padding-top: 7px;
  padding-bottom: 9px;
  padding-left: 0;
  padding-right: 0;
  margin-right: 10px;
}
.submenu .nav .open>a, 
.submenu .nav .open>a:focus, 
.submenu .nav .open>a:hover {
    background-color: #444;
    border-color: black;
}
.submenu .nav>li>a:focus, 
.submenu .nav>li>a:hover {
    background-color: #444;
}
.submenu .navbar-nav{
  float:left;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  margin-top: 0;
  margin-left: 0;
}
.submenu .navbar-form{
  margin-bottom: 0;
  padding: 0;
  box-shadow: none;
}
.submenu .navbar-nav .open .dropdown-menu{
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
} 

.submenu .form-control{
  width: auto;
}
.submenu .dropdown-menu>li>a:focus, 
.submenu .dropdown-menu>li>a:hover{
  background: #ff9876;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
  background: #FF6347;
}



.menu-wrapper header nav ul li a,
.menu-wrapper .portfolio .filters ul li {
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
.menu-wrapper {
  background: #222222;
}
.menu-wrapper header {
  /*height: 85px;*/
}

.menu-wrapper header .logo {
  float: left;
}
.menu-wrapper header .logo a span{
  color: #fff;
  line-height: 90px;
  font-size: 26px;
  text-transform: uppercase;

}

.menu-wrapper header .logo img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-wrapper header .mobile-menu {
  width: 32px;
  height: 30px;
  cursor: pointer;
  float: right;
  position: relative;
  top: 25px;
  right: 0;
  display: none;
}

.menu-wrapper header .mobile-menu .line {
  height: 3px;
  width: 30px;
  display: inline-block;
  position: relative;
  background-color: white;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}

.menu-wrapper header .mobile-menu.open .line {
  background-color: transparent;
}

.menu-wrapper header .mobile-menu .line:before {
  content: "";
  height: 3px;
  width: 30px;
  position: absolute;
  top: -7px;
  background-color: white;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}

.menu-wrapper header .mobile-menu.open .line:before {
  -webkit-transform: translateY(7px) rotateZ(-45deg);
  -moz-transform: translateY(7px) rotateZ(-45deg);
  -ms-transform: translateY(7px) rotateZ(-45deg);
  -o-transform: translateY(7px) rotateZ(-45deg);
  transform: translateY(7px) rotateZ(-45deg);
}

.menu-wrapper header .mobile-menu .line:after {
  content: "";
  height: 3px;
  width: 30px;
  position: absolute;
  top: 7px;
  background-color: white;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}

.menu-wrapper header .mobile-menu.open .line:after {
  -webkit-transform: translateY(-7px) rotateZ(45deg);
  -moz-transform: translateY(-7px) rotateZ(45deg);
  -ms-transform: translateY(-7px) rotateZ(45deg);
  -o-transform: translateY(-7px) rotateZ(45deg);
  transform: translateY(-7px) rotateZ(45deg);
}

.menu-wrapper header nav {
  margin-top: 10px;
  float: right;
  line-height: 70px;

}

.menu-wrapper header nav ul li {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}

.menu-wrapper header nav ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.menu-wrapper header nav ul li a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  text-decoration: none;
  padding-bottom: 2px;
}

.menu-wrapper header nav > ul > li > a:hover {
  /*border-bottom: 2px solid #fff;*/
  text-decoration: underline;
}

.menu-wrapper header nav ul li ul {
  position: absolute;
  top: 100%;
  min-width: 180px;
  background-color: #3b3b3b;
  line-height: 25px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.menu-wrapper header nav ul li:hover ul {
  opacity: 1;
  visibility: visible;
}

.menu-wrapper header nav ul li ul li {
  margin: 0;
  display: block;
  position: relative;
}

.menu-wrapper header nav ul li ul li a {
  display: block;
  font-size: 11px;
  font-weight: 400;
  padding: 15px 20px;
  line-height: 15px;
  color: #C0BDBF;
}
.menu-wrapper header nav ul li ul li a:hover {
  text-indent: 10px;
  background-color: #2d2d2d;
}

.menu-wrapper header nav ul li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
  border-left: 1px solid #4C4C4C;
}

.menu-wrapper header nav ul li ul li:hover ul {
  opacity: 1 !important;
  visibility: visible !important;
}

/* =========================================================== 
   04. PAGE TITLE
============================================================ */
.page-title {
  padding: 10px 0;
}
.page-title h1 {
  font-size: 30px;
  font-weight: 900;
}
.page-title h1 a {
  color: #3b3b3b;
}
.page-title p {
  color: #333333;
  font-weight: 300;
  font-size: 18px;
}

.heading-border {
  width: 50px;
  margin: 30px 0px;
}

/* =========================================================== 
    05. WORK GRID STYLE
============================================================ */
.atom-portfolio-filter, .filter {
  margin-bottom: 10px;
}
.atom-portfolio-filter li, .filter li {
  margin-bottom: 10px;
}
.atom-portfolio-filter a, .filter a {
  color:  #333333;
  font-size: 16px;
  text-transform: capitalize;
  margin: 0 5px 0 0;
  padding-bottom: 10px;
  position: relative;
  letter-spacing: 1px;
}
.atom-portfolio-filter a:hover:after, .atom-portfolio-filter a:focus:after, .atom-portfolio-filter a.active:after, 
.filter a:hover:after, .filter a:focus:after, .filter a.active:after 
{
  opacity: 1;
  bottom: -3px;
}
.atom-portfolio-filter a:after, .filter a:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  height: 10px;
  width: 10px;
  border: 2px solid;
  border-radius: 50%;
  opacity: 0;
  transition: all .3s ease;
}

.work-grids-area{
  margin-right: -15px;
}
.atom-work-item {
  padding-left: 0 !important;
  padding-bottom: 15px;
}
.atom-work-item .item {
  position: relative;
  display: block;
  overflow: hidden;
  color: #3b3b3b;
}

.atom-work-item .desc {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 70%;
}
.atom-work-item .desc h5 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  word-spacing: 2px;
  color: #3b3b3b;
}
.atom-work-item .desc p {
  text-transform: capitalize;
  font-size: 14px;
  color: #747474;
  font-weight: 500;
}
.atom-work-item .desc a{
  display: none;
}


.hover-one .atom-work-item .item:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease 0.1s;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
}
.hover-one .atom-work-item img {
  transition: all 0.5s ease 0s;
}
.hover-one .atom-work-item .desc {
  /*text-align: left;*/
}
.hover-one .atom-work-item .desc h5,
.hover-one .atom-work-item .desc p {
  transition: all 0.3s ease 0.2s;
  opacity: 0;
}
.hover-one .atom-work-item .desc h5 {
  transform: translateY(60%);
}
.hover-one .atom-work-item .desc p {
  transform: translateY(-60%);
}


.hover-one .atom-work-item:hover .item:after {
  opacity: 1;
}
.hover-one .atom-work-item:hover img {
  transform: scale(1.3, 1.3);
}
.hover-one .atom-work-item:hover h5,
.hover-one .atom-work-item:hover p {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================== 
    06. ABOUT PAGE
============================================================ */
.about-fullimg {
  height: 500px;
}

/* =========================================================== 
    07. SINGLE PORTFOLIO PAGE
============================================================ */
.project-info {
  margin-bottom: 20px;
}
.project-info li {
  font-weight: 700;
  padding-bottom: 10px;
}
.project-info li span {
  font-weight: 300;
}

.parallax-image {
  height: 100vh;
}

.full-width {
  overflow: hidden;
  height: 500px;
}

.full-width img {
  width: 100%;
  height: auto;
}

.carousel.slide .carousel-control {
  width: 50%;
  z-index: 90;
}

.carousel.slide a.right.carousel-control:hover {
  cursor: url(../images/arrow_right.png), auto;
}

.carousel.slide a.left.carousel-control:hover {
  cursor: url(../images/arrow_left.png), auto;
}

.carousel.slide a.left.carousel-control,
.carousel.slide a.right.carousel-control {
  background-image: none;
}

.carousel.slide .carousel-fade .carousel-control {
  z-index: 5000;
}

.carousel.slide .carousel-control:hover,
.carousel.slide .carousel-control:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* ----------------------------------------------------------------
	bs slider
-----------------------------------------------------------------*/
.bs-hero.full-screen .carousel-indicators {
  z-index: 1200;
}

.bs-hero.full-screen .carousel.slide .carousel-control {
  width: 30%;
  margin-top: 180px;
  margin-bottom: 120px;
}

/* =========================================================== 
    08. JOURNAL PAGE
============================================================ */
.blog-list {
  margin-bottom: 30px;
}
.blog-list .blog-title {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.8;
  letter-spacing: 1px;
}
.blog-list .blog-title a {
  font-weight: 600;
}
.blog-title div{
    color: #878787;
    font-weight: bold;
    font-size: 16px;
    font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;;
}
.blog-list hr {
  border: none;
  border-top: 1px solid #b7b7b7;
  margin: 0 0 24px 0;
  width: 100%;
}
.blog-list .desk {
  padding: 20px 0;
}
.blog-list p {
  text-align: justify;
  margin-bottom: 20px;
}
.blog-list .date {
  margin-bottom: 18px;
  display: block;
  color: #aeaeae;
  transition: all 0.3s ease;
}
.blog-list iframe {
  width: 100%;
}
.blog-list blockquote {
  font-size: 18px;
  line-height: 40px;
  font-style: italic;
  padding: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #747474;
  background-color: #f5f5f5;
  transition: all 0.3s ease;
}
.blog-list blockquote:hover {
  color: #fff;
}
.blog-list blockquote .author {
  display: block;
  text-align: right;
  font-size: 11px;
}

.post-title {
  font-size: 45px;
  font-weight: 900;
}

.post-meta {
  margin-bottom: 20px;
}
.post-meta li i {
  margin-right: 5px;
}

.blog-entry p,
.blog-entry blockquote,
.blog-entry ul li {
  color:  #333333;
  line-height: 2em;
  font-size: 18px;
}

p + ol, p+ ul{
  margin-top: -5px;
}


.blog-entry blockquote {
  background-color: #f5f5f5;
  padding: 32px;
  line-height: 46px;
  font-size: 25px;
  font-style: italic;
  font-weight: 300;
}
.blog-entry .bullet {
  padding-left: 15px;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comments-list li {
  margin-bottom: 10px;
}
.comments-list ul {
  list-style: none;
  padding-left: 77px;
}
.comments-list .avatar {
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
.comments-list .avatar img {
  max-height: 70px;
}
.comments-list .comment {
  overflow: hidden;
}
.comments-list .comment h6 {
  display: inline-block;
  padding-top: 5px;
  margin-right: 15px;
  font-weight: 600;
}
.comments-list .comment p {
  color: #747474;
}

.atom-form input,
.atom-form textarea {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  border: 1px solid #d1d1d1;
  background-color: #f5f5f5;
  padding: 0 20px;
}
.atom-form textarea {
  height: 140px;
  padding: 20px;
}

/* =========================================================== 
    09. CONTACT PAGE
============================================================ */
#google-map {
  height: 500px;
  width: 100%;
}

/* =========================================================== 
   10. FOOTER STYLE
============================================================ */
.copyright img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.copyright div {
  overflow: hidden;
  margin-bottom: 0;
  padding-top: 12px;

}
.copyright p a {
  color: #3B3B3B;
}

.social-icons {
  margin-top: 0;
}
.social-icons a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #FF6347;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #fff !important;
  border-radius: 0;
  border-color: #da543c;
}
.social-icons a:hover {
  color: #fff;
  background: #449d44;
  border-color: #398439;
}
.list-inline.social-icons li{
  padding-right: 0;
}


.post{
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  padding-bottom: 20px;
}
.post a{color: #FF6347;}
.post a:visited{color: #FF6347;}
.post a:hover{color: #FF6347; text-decoration: underline;}

.border-right{
  border-right: 1px solid silver;
}

.post .filter a.active,
.post .filter a:hover{
  color: #FF6347;
}
.post .filter a{color:  #333333}

/*
colors
*/

.menu-wrapper header nav ul li.active > a,
.menu-wrapper header nav ul li a:hover{
  color: #fff;
}

.theme-color,
.atom-portfolio-filter a.active,
.atom-portfolio-filter a:hover,
.filter a.active,
.fitler a:hover,
.copyright p a:hover,
.page-title h1 a:hover,
.blog-list .blog-title a:hover,
.blog-list .date:hover,
.post-meta a {
  color: #FF6347;
}

.atom-portfolio-filter a:after,
.blog-list blockquote:hover,
input:focus,
textarea:focus {
  border-color: #da543c;
}

.btn-theme,
.btn-dark:hover,
.atom-portfolio-filter a.active:after,
.social-icons a:hover,
.social-icons a:focus,
.blog-list blockquote:hover,
.filter a.active:after {
  background-color: #FF6347;;
}
.btn:hover{
  text-decoration: underline;
}

.btn-warning{
  background: #F0A12A;
  color: white !important;
}
.btn-warning:hover{
  background: #FF9900;
}

.btn-tag{
  margin: 0 0 5px 0;
  padding: 5px;
}
.tags a:hover{
  /*text-decoration: none;*/
}

a.btn-claim{
  color: white !important;
  font-size: 18px;
}
.btn-success{
  color: white !important;
}

.breadcrumb{
  margin-bottom: 0;
  padding-left: 0;
} 
.breadcrumb li a{
  margin-left: -2px;
}
.breadcrumb li:first-child a{
  margin-left: 0;
}



#exit-popup{
  padding-top: 8%;
}
#exit-popup .modal-body{
  background: #663399 url('../img/exit/zc_800x500_170217_80chancesexitpop-backgroundlayer.jpg');
  background-size: cover;
  border-radius: 12px;
} 
#exit-popup .modal-content {
  border-radius: 14px;
  -webkit-box-shadow: 0 0 15px 0 rgba(255,255,255,1) ; 
  box-shadow: 0 0 15px 0 rgba(255,255,255,1) ; 
}
#exit-popup .modal-content::after  {
  content:"";
  position:absolute;
  z-index:-1;
  width:calc(100% + 6px);
  height:calc(100% + 6px);
  top:-3px;
  left:-3px;
  background: -moz-linear-gradient(bottom, #ae6518 14%, #ffa91d 52%, #fff696 95%);
  background: -webkit-linear-gradient(bottom, #ae6518 14%, #ffa91d 52%, #fff696 95%); 
  background: -ms-linear-gradient(bottom, #ae6518 14%, #ffa91d 52%, #fff696 95%);
  background: -o-linear-gradient(bottom, #ae6518 14%, #ffa91d 52%, #fff696 95%);
   background: linear-gradient(to top, #ae6518 14%, #ffa91d 52%, #fff696 95%); 
   -webkit-border-radius: 12px 12px 12px 12px; 
  border-radius: 12px 12px 12px 12px;
}

#exit-popup h4.modal-title{
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
} 
#exit-popup button.close {
  background: red;
  color: white;
  border-radius: 9px;
  padding: 0 4px;
  line-height: 20px;

}
#exit-popup button.close span {
  color: white;
  vertical-align: baseline;
}
#exit-popup img{
  margin-right: auto;
  margin-left: auto;
}
#exit-popup table{
  margin-left: auto;
  margin-right: auto;
}

.panel-group .panel-title{
  font-weight: bold;
}

/*** bottom add **/
  .mm-jackpot-bar {
      display: block;
      font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;
      z-index: 9;
      position: fixed;
      bottom: 0;

      width: 100%;
      height: 70px;

      background: rgba(91, 94, 104, 1);

      box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
  }

  .mm-jackpot-bar__listing {
      display: table;

      width: 100%;
      max-width: 768px;
      height: 70px;
      margin: auto;
      padding: 0;
  }

  .mm-jackpot-bar__listing li {
      display: table-cell;

      padding: 0 2px;

      text-align: center;

      vertical-align: middle;
  }

  .mm-jackpot-bar__listing li:nth-of-type(1) { max-width: 20%; }
  .mm-jackpot-bar__listing li:nth-of-type(1) img { max-width: 100%; }
  .mm-jackpot-bar__listing li:nth-of-type(2) {
      color: rgba(255, 255, 255, 1);
      font-size: 23px;
      font-weight: bold;
      line-height: 26px;
      text-align: center;
      text-transform: uppercase;
  }

  .mm-jackpot-bar__title {
      display: block;

      color: rgba(255, 255, 255, 1);
      font-size: 13px;
      font-weight: normal;
      line-height: 18px;
      text-align: center;
      text-transform: uppercase;
  }
  .mm-jackpot-bar .note{
    font-size: 12px;
    color: #b8bcbf;
    text-align: center;
    display: block;
    line-height: 14px;
  }
  .jackpot_currency, #jackpot {
    color: yellow;
  }
.mm-jackpot-bar .btn{
  padding: 5px 10px;
    font-size: 18px;
}
  @media (max-width: 768px) {
          .foot-menu{
        padding-bottom: 55px;
      }
   }


  @media (max-width: 479px) {
      .mm-jackpot-bar__title {
          font-size: 12px;
      }

      .mm-jackpot-bar .progressive-jackpot-ticker {
          font-size: 20px;
      }
    .mm-jackpot-bar .note{
      font-size: 9px;

    }
      
  }
  @media (max-width: 370px) {
    .mm-jackpot-bar .button{
      padding:5px;
      font-size: 16px;
      word-spacing: 0px;
      line-height: 20px;
    }
  }

@media screen and (min-width: 768px) {
.mm-jackpot-bar { display: none; }
}

@media screen and (min-width: 1367px) {
      .mm-jackpot-bar { display: none; }
  }
