
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

@font-face {
    font-family: 'NeutraTextTF-DemiAlt';
    src: url('../Fonts/NeutraTextTF-DemiAlt.otf') format('embedded-opentype'),
    url('../Fonts/NeutraTextTF-DemiAlt.woff') format('woff'), url('../Fonts/NeutraTextTF-DemiAlt.ttf') format('truetype'), url('../Fonts/NeutraTextTF-DemiAlt.svg') format('svg'),
    url('../Fonts/NeutraTextTF-DemiAlt.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'NeutraText-BoldSC';
    src: url('../Fonts/NeutraText-BoldSC.eot') format('embedded-opentype'),
    url('../Fonts/NeutraText-BoldSC.otf') format('embedded-opentype'),
    url('../Fonts/NeutraText-BoldSC.woff') format('woff'),
    url('../Fonts/NeutraText-BoldSC.ttf') format('truetype'),
    url('../Fonts/NeutraText-BoldSC.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'NeutraText-Bold';
    src: url('../Fonts/NeutraText-Bold.eot') format('embedded-opentype'),
    url('../Fonts/NeutraText-Bold.otf') format('embedded-opentype'),
    url('../Fonts/NeutraText-Bold.woff') format('woff'),
    url('../Fonts/NeutraText-Bold.ttf') format('truetype'),
    url('../Fonts/NeutraText-Bold.svg') format('svg');

    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'NeutraText-Book';
    src: url('../Fonts/NeutraText-Book.eot') format('embedded-opentype'),
     url('../Fonts/NeutraText-Book.otf') format('embedded-opentype'),
     url('../Fonts/NeutraText-Book.woff') format('woff'),
     url('../Fonts/NeutraText-Book.ttf') format('truetype'),
     url('../Fonts/NeutraText-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'NeutraText-BookAlt';
    src: url('../Fonts/NeutraText-BookAlt.eot') format('embedded-opentype'),
    url('../Fonts/NeutraText-BookAlt.otf') format('embedded-opentype'),
    url('../Fonts/NeutraText-BookAlt.woff') format('woff'),
    url('../Fonts/NeutraText-BookAlt.ttf') format('truetype'),
    url('../Fonts/NeutraText-BookAlt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'NeutraTextTFBoldAlt';
    src: url('../Fonts/NeutraTextTFBoldAlt.eot');
    src: url('../Fonts/NeutraTextTFBoldAlt.eot') format('embedded-opentype'),
         url('../Fonts/NeutraTextTFBoldAlt.woff2') format('woff2'),
         url('../Fonts/NeutraTextTFBoldAlt.woff') format('woff'),
         url('../Fonts/NeutraTextTFBoldAlt.ttf') format('truetype'),
         url('../Fonts/NeutraTextTFBoldAlt.svg#NeutraTextTFBoldAlt') format('svg');
}


@font-face {
    font-family: 'Neutraface2Text-Bold';
    src: url('../Fonts/Neutraface2Text-Bold.eot') format('embedded-opentype'),
        url('../Fonts/Neutraface2Text-Bold.otf') format('embedded-opentype'),
        url('../Fonts/Neutraface2Text-Bold.woff') format('woff'),
        url('../Fonts/Neutraface2Text-Bold.ttf') format('truetype'),
        url('../Fonts/Neutraface2Text-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*====================================== style.css is here ========================================*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}
ol,
ul {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: bold;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
}
.clear_0 {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}
.last {
    margin: 0 !important;
}
.pad_last {
    padding: 0 !important;
}
.no_bg {
    background: none !important;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}

.padd-0 {
    padding: 0px;
}
.nomargin{
    margin: 0;
}
.nopadding{
    padding: 0;
}
a:focus{
    outline: none;
    text-decoration: none;
}
button:focus{
    outline: none;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}
input[type="submit"],
input[type="button"] {
    appearnce: none;
    -webkit-appearance: none;
}
/**********************************************/
a {
    color: #000;
    text-decoration: none;
    outline: 0 none;
}
a:hover {
    color: #131a1c;
    text-decoration: none;
}
p{
    font-size: 24px;
    line-height: 1.25;
}

#wrapper{
width: 100%;
}
.container{
max-width: 1396px;

}

/* header style */
body {
    /* background: #eee; */
    color: #555555;
    font-family: 'NeutraText-Book' , sans-serif;
    line-height: normal;
  
}

 .header {
    background-color: #ffffff;
  width: 100%;
  position: relative;
  width: 100%;
  z-index: 99;
} 

.fixed-header {
    position: fixed;
    top: 0;
 
    height: auto;
    width: 100%;
    /* animation: smoothScroll 1s forwards;

    background: #ffffff;
    margin: 0;
    padding: 0px 0;
    animation: smoothScroll 1s forwards;
    box-shadow: 0px 0px 12px 0px #3e3e3e; */
}

/* @keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
} */
.header.fixed-header .brand{
    padding: 20px 0;
}
.header.fixed-header .brand img{
    width: 10%;
}
.common_top{
    /* padding-top: 354px; */
}
.header.fixed-header .common_top{
    /* padding-top: 198px; */
}

.header .brand{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0;
    
}

.header .brand img { width:25%; }

.navbar-toggler{
    display: none;
}
.menu-item-has-children { position: relative; }

.sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    /* left: 0; */
    left: 50%;
    width: 100%;
    /* transform: translateY(-2em); */
    transform: translateX(-50%);
    z-index: -1;
    width: 260px;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.menu-item-has-children:focus .sub-menu,
.menu-item-has-children:focus-within .sub-menu,
.menu-item-has-children:hover .sub-menu {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  /* transform: translateY(0%); */
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.navbar{
    display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-moz-flex-wrap: wrap;
flex-wrap: wrap;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
width: 100%;
padding: 0;
    background: rgba(126,209,79,1);
    background: -moz-linear-gradient(left, rgba(126,209,79,1) 0%, rgba(80,199,104,1) 9%, rgba(66,186,116,1) 19%, rgba(62,174,126,1) 31%, rgba(66,186,116,1) 42%, rgba(83,136,176,1) 54%, rgba(114,123,190,1) 65%, rgba(169,105,201,1) 74%, rgba(206,89,204,1) 83%, rgba(194,81,217,1) 91%, rgba(177,89,225,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(126,209,79,1)), color-stop(9%, rgba(80,199,104,1)), color-stop(19%, rgba(66,186,116,1)), color-stop(31%, rgba(62,174,126,1)), color-stop(42%, rgba(66,186,116,1)), color-stop(54%, rgba(83,136,176,1)), color-stop(65%, rgba(114,123,190,1)), color-stop(74%, rgba(169,105,201,1)), color-stop(83%, rgba(206,89,204,1)), color-stop(91%, rgba(194,81,217,1)), color-stop(100%, rgba(177,89,225,1)));
    background: -webkit-linear-gradient(left, rgba(126,209,79,1) 0%, rgba(80,199,104,1) 9%, rgba(66,186,116,1) 19%, rgba(62,174,126,1) 31%, rgba(66,186,116,1) 42%, rgba(83,136,176,1) 54%, rgba(114,123,190,1) 65%, rgba(169,105,201,1) 74%, rgba(206,89,204,1) 83%, rgba(194,81,217,1) 91%, rgba(177,89,225,1) 100%);
    background: -o-linear-gradient(left, rgba(126,209,79,1) 0%, rgba(80,199,104,1) 9%, rgba(66,186,116,1) 19%, rgba(62,174,126,1) 31%, rgba(66,186,116,1) 42%, rgba(83,136,176,1) 54%, rgba(114,123,190,1) 65%, rgba(169,105,201,1) 74%, rgba(206,89,204,1) 83%, rgba(194,81,217,1) 91%, rgba(177,89,225,1) 100%);
    background: -ms-linear-gradient(left, rgba(126,209,79,1) 0%, rgba(80,199,104,1) 9%, rgba(66,186,116,1) 19%, rgba(62,174,126,1) 31%, rgba(66,186,116,1) 42%, rgba(83,136,176,1) 54%, rgba(114,123,190,1) 65%, rgba(169,105,201,1) 74%, rgba(206,89,204,1) 83%, rgba(194,81,217,1) 91%, rgba(177,89,225,1) 100%);
    background: linear-gradient(to right, rgba(126,209,79,1) 0%, rgba(80,199,104,1) 9%, rgba(66,186,116,1) 19%, rgba(62,174,126,1) 31%, rgba(66,186,116,1) 42%, rgba(83,136,176,1) 54%, rgba(114,123,190,1) 65%, rgba(169,105,201,1) 74%, rgba(206,89,204,1) 83%, rgba(194,81,217,1) 91%, rgba(177,89,225,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ed14f', endColorstr='#b159e1', GradientType=1 );
}


nav ul,
nav ul li { list-style-type: none; }

nav > ul { background: transparent; text-align: center; }
nav > ul > li {
     display: inline-block;
      margin: 0 30px;
    padding: 26px 0 22px 0; 
}
nav > ul > li > a{
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'NeutraTextTF-DemiAlt' , sans-serif;
}

nav > ul > li:hover a{
    font-family: 'NeutraText-BoldSC' , sans-serif;
    color: #ffffff;    
}
nav > ul > li.active a{
    font-family: 'NeutraText-BoldSC' , sans-serif;
    color: #ffffff;    
}
.sub-menu {
  background: #ffffff;
/*  padding: 23px 7px 0 7px;*/
}
nav > ul > li .sub-menu li{
/*    padding-bottom: 23px;*/
        padding: 25px 0;
    border-bottom: 3px solid #FAA634;
  
}
nav > ul > li .sub-menu li:last-child{
    border-bottom: none;
}
nav > ul > li .sub-menu li a{
    font-family: 'NeutraText-BoldSC' , sans-serif;
color: #FAA634;
font-size: 21px;
text-transform: uppercase;
text-align: center;
    line-height: 1.25;
transition: 0.5s all;
}
nav > ul > li .sub-menu li:hover{
 background: #FAA634;   
}
nav > ul > li .sub-menu li:hover a{
    color: #ffffff;
}
.nav_Style{
    position: relative;
    width: 100%;
}
.search_icon{
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
}
.desktop-search-spot{
    position: absolute;
    right: 0;
    top: 0;
}
/* #desktop-search{
    position: relative;
}

#ssearch {
    display: block;
    float: left;
    margin-left: 38px;
    margin-top: 30px;
}
#ssearch form {
    padding: 0;
    margin: 0;
    width: 300px;
}
.search-submit {
    font-size: 16px;
    line-height: 30px;
    color: #49443e;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    width: 28px;
    float: left;
    text-align: left;
}
#ssearch input[type="text"] {
    font-size: 12px;
    line-height: 30px;
    color: #49443e;
    font-weight: 500;
    font-style: normal;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    width: 270px;
    text-align: left;
}
#desktop-search-closed {
    position: absolute;
    right: 0px;
    z-index: 1;
}
#desktop-search-button-open {
    display: block;
    float: right;
    margin-right: 0px;
    margin-top: 0px;
}
#desktop-search-button-open > span {
    text-decoration: none;
    color: #49443e;
    border: 2px solid #fff;
    background-color: #fff;
    transition: all 0.15s linear 0s;
}
#desktop-search-button-open > span {
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 27px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
#desktop-search-open {
    position: absolute;
    right: 0px;
    z-index: 2;
    background-color: #eaeaea;
    height: 55px;
    width: 400px;
} */


/* slider */

.hero-slider .slick-dotted.slick-slider{
    margin-bottom: 0;
}
.slider_home .slick-dots{
    bottom: 0px;
    padding: 14px 0;
    background: rgba(0, 0, 0, 0.5);
}
.slick-dots li button{
    width: 25px;
    height: 25px;
}
.slider_home img{
    width: 100%;
}
.slider_home .slick-dots li {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 12px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button:before{
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    opacity: 1;
    background: transparent;
    content: '';
    text-align: center;
    border-radius: 50%;
    /* color: black; */
    border: 2px solid #ffffff;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
    background: #ffffff;
}
/* welcome section */
.welcome_Section{
    width: 100%;
    position: relative;
}
.welcome_Section:after{
    content: "";
    position: absolute;
    width: 107px;
    height: 149px;
    background: url("../images/flower_left.png") no-repeat;
    left: 0;
    top: 0;
}
.welcome_Section:before{
    content: "";
    position: absolute;
    width: 107px;
    height: 149px;
    background: url("../images/flower_right.png") no-repeat;
    right: 0;
    bottom: 0;
}
.welcome_content{
    max-width: 920px;
    margin: 0 auto;
    padding: 63px 0;
}
.welcome_content h4{
    color: #006cb6;
    font-size: 36px;
    margin-bottom: 42px;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'NeutraText-BoldSC' , sans-serif;
}
.welcome_content h4 br{
    display: none;
}
.welcome_content p{
    font-size: 24px;
    color: #555555;
    text-align: center;
    line-height: 1.25;
    font-weight: normal;
/*    font-family: 'NeutraTextTF-DemiAlt' , sans-serif;*/
     font-family: 'NeutraText-BookAlt' , sans-serif;
}



/* playparty */
.playparty{
    width: 100%;
}

.playwin{
    display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-moz-flex-wrap: wrap;
flex-wrap: wrap;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
position: relative;
margin-bottom: 10px;
}


.playwin_text{
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    background: url(../images/color_bg.jpg) no-repeat;
    -webkit-clip-path: polygon(26% 0, 100% 0%, 100% 100%, 0% 120%);
    clip-path: polygon(26% 0, 100% 0%, 100% 100%, 0% 120%);
    background-size: cover;
    width: 60%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.playwin_content{
    max-width: 520px;
    margin: 0 auto;
}
.playwin_content h4, .playwin_content h4 p {
/*    font-size: 36px;*/
    font-size: 24pt;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: normal;
    text-align: left;
    line-height: 1;
    text-transform: inherit;
/*    font-family: 'NeutraTextTF-DemiAlt' , sans-serif;*/
    font-family: 'NeutraText-Bold' , sans-serif;
    line-height:1.25;
}
.playwin_content p{
    font-size: 24px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 40px;
    line-height: 1.25;
/*    font-weight: 600;*/
    font-family: 'NeutraText-BookAlt' , sans-serif;
}
.playwin_content .common_btn{
    width: 250px;
    height: 60px;
    background: #faa633;
    color: #ffffff;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    display: table;
    border-radius: 32px;
    text-transform: uppercase;
    font-family: 'NeutraTextTF-DemiAlt' , sans-serif;
    transition: 0.5s all;
    padding-top:2px;
}
.playwin_content .common_btn:hover{
    background: #ffffff;
    color: #FAA634;
}
.playwin_2 .playwin_text{
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    background: url(../images/color_bg1.jpg) no-repeat;
    -webkit-clip-path: polygon(0 0, 69% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 71% 0, 90% 100%, 0% 100%);
     background-size: cover;
    width: 60%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.playwin.playwin_2{
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.playwin_3 .playwin_text{
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    background: url(../images/color_bg2.jpg) no-repeat;
    -webkit-clip-path: polygon(24% 0, 100% 0%, 100% 100%, 0% 130%);
    clip-path: polygon(24% 0, 100% 0%, 100% 100%, 0% 130%);
     background-size: cover;
    width: 60%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

/* footer */

.footer_nav{

padding: 50px 30px;

}
.footer_nav ul {
    display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-moz-flex-wrap: wrap;
flex-wrap: wrap;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
}
.footer_nav ul li{
    margin: 0 18px;
}
.footer_nav ul li a{
    font-family: 'NeutraText-BoldSC' , sans-serif;
    font-size: 16px;
    color: #036db6;
    text-transform: uppercase;
    transition: 0.5s all;
}
.footer_nav ul li:hover a{
color: #FAA634;
}
.social_list ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 50px 0;
}
.social_list ul li {
    margin: 0 6px;
}
.social_list ul li a{
color: #ffffff;
width: 44px;
height: 44px;
line-height: 47px;
display: block;
background: #036db6;
border-radius: 50%;
text-align: center;
font-size: 29px;
transition: 0.5s all;
    position: relative;
}
.social_list ul li a i{
        position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    /* bottom: 0; */
    margin: 0 auto;
    transform: translate(0px , -50%);
}
.social_list ul li:nth-child(2) a i{
    left: 1px;
}
.social_list ul li:last-child a i{
        position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    /* bottom: 0; */
    margin: 0 auto;
    transform: translate(2px , -50%);
}

.social_list ul li:hover a {
    background: #FAA634;
}
.select_language{
    position: relative;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.select_language select{
    width: 155px;
    height: 25px;
    border: 2px solid #d0d0d0;
    font-size: 15px;
    position: relative;
}
/* .select_language:after {
content: "";
position: absolute;
left: 0;
background: url('../images/google.png') no-repeat;
width: 20px;
height: 20px;
} */

.copyright{
    width: 100%;
    display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-moz-flex-wrap: wrap;
flex-wrap: wrap;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
    background: rgba(126,209,79,1);
    background: -moz-linear-gradient(left, rgba(126,209,79,1) 0%, rgba(80,199,104,1) 9%, rgba(66,186,116,1) 19%, rgba(62,174,126,1) 31%, rgba(66,186,116,1) 42%, rgba(83,136,176,1) 54%, rgba(114,123,190,1) 65%, rgba(169,105,201,1) 74%, rgba(206,89,204,1) 83%, rgba(194,81,217,1) 91%, rgba(177,89,225,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(126,209,79,1)), color-stop(9%, rgba(80,199,104,1)), color-stop(19%, rgba(66,186,116,1)), color-stop(31%, rgba(62,174,126,1)), color-stop(42%, rgba(66,186,116,1)), color-stop(54%, rgba(83,136,176,1)), color-stop(65%, rgba(114,123,190,1)), color-stop(74%, rgba(169,105,201,1)), color-stop(83%, rgba(206,89,204,1)), color-stop(91%, rgba(194,81,217,1)), color-stop(100%, rgba(177,89,225,1)));
    background: -webkit-linear-gradient(left, rgba(126,209,79,1) 0%, rgba(80,199,104,1) 9%, rgba(66,186,116,1) 19%, rgba(62,174,126,1) 31%, rgba(66,186,116,1) 42%, rgba(83,136,176,1) 54%, rgba(114,123,190,1) 65%, rgba(169,105,201,1) 74%, rgba(206,89,204,1) 83%, rgba(194,81,217,1) 91%, rgba(177,89,225,1) 100%);
    background: -o-linear-gradient(left, rgba(126,209,79,1) 0%, rgba(80,199,104,1) 9%, rgba(66,186,116,1) 19%, rgba(62,174,126,1) 31%, rgba(66,186,116,1) 42%, rgba(83,136,176,1) 54%, rgba(114,123,190,1) 65%, rgba(169,105,201,1) 74%, rgba(206,89,204,1) 83%, rgba(194,81,217,1) 91%, rgba(177,89,225,1) 100%);
    background: -ms-linear-gradient(left, rgba(126,209,79,1) 0%, rgba(80,199,104,1) 9%, rgba(66,186,116,1) 19%, rgba(62,174,126,1) 31%, rgba(66,186,116,1) 42%, rgba(83,136,176,1) 54%, rgba(114,123,190,1) 65%, rgba(169,105,201,1) 74%, rgba(206,89,204,1) 83%, rgba(194,81,217,1) 91%, rgba(177,89,225,1) 100%);
    background: linear-gradient(to right, rgba(126,209,79,1) 0%, rgba(80,199,104,1) 9%, rgba(66,186,116,1) 19%, rgba(62,174,126,1) 31%, rgba(66,186,116,1) 42%, rgba(83,136,176,1) 54%, rgba(114,123,190,1) 65%, rgba(169,105,201,1) 74%, rgba(206,89,204,1) 83%, rgba(194,81,217,1) 91%, rgba(177,89,225,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ed14f', endColorstr='#b159e1', GradientType=1 );   
    
}
.copyright{
    padding: 26px 0;
}
.copyright p{
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'NeutraText-BoldSC' , sans-serif;
}
.copyright p span{
    font-size: 18px;
}
.copyright p a{
    color: #ffffff;
}






.search-wrapper {
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    left: auto;
    right: 50px;
}
.search-wrapper.active {}

.search-wrapper .input-holder {    
    height: 55px;
    width:55px;
    overflow: hidden;
    background: rgba(255,255,255,0);
    border-radius:6px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
    width: 450px;
    border-radius: 0px;
    background: #ccc;
    /* transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570); */
    position: relative;
}
.search-wrapper .input-holder .search-input {
    width:100%;
    height: 55px;
    padding:0px 55px 0 55px;
    opacity: 0;
    position: absolute;
    top:0px;
    left:0px;
    background: #E2E2E2;
    box-sizing: border-box;
    border:none;
    outline:none;
    font-family:"Open Sans", Arial, Verdana;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color:#006CB6;
    text-transform: uppercase;
    font-family: 'NeutraText-Book' , sans-serif;
    /* transform: translate(0, 60px);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.3s; */
}
.search-wrapper .input-holder .search-input::placeholder{
 color: #036DB6;   
  font-family: 'NeutraText-Book' , sans-serif;
}
.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    transform: translate(0, 0px);
}
.search-wrapper .input-holder .search-icon {
    width:55px;
    height:55px;
    border:none;
    border-radius:0px;
    background: transparent;
    padding:0px;
    top:0;
    margin-top:-1px;
    /* top: 4px; */
    outline:none;
    position: relative;
    z-index: 2;
    float:right;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder .search-icon {
    width: 55px;
    height: 55px;
    margin: 0px;
    border-radius: 30px;
    position: static;
}
.search-wrapper .input-holder .search-icon span {
    background: url(../images/search_icon.png) no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.search-wrapper.active .input-holder .search-icon span {
    /* transform: rotate(-45deg); */
    position: absolute;
    left: 15px;
    right: auto;
}
.search-wrapper.active .input-holder .search-icon span{
 background: url(../images/blue_search.png) no-repeat;
}
.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
    position: absolute; 
    content:'';
}
.search-wrapper .input-holder .search-icon span::before {

}
/* .search-wrapper .input-holder .search-icon span::after {
    width: 14px;
    height: 14px;
    left: 0px;
    top: 0px;
    border-radius: 16px;
    border: 4px solid #FE5F55;
} */
.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top:15px;
    right:15px;
    width:25px;
    height:25px;
    cursor: pointer;
    transform: rotate( 45deg);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition-delay: 0.2s;
    opacity: 1;
   
}
.search-wrapper.active .close {
    right: 15px;
    transform: rotate(45deg);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.5s;
    top: 15px;
         background: #036DB6;
    border-radius: 50%;

}
.search-wrapper .close::before, .search-wrapper .close::after {
    position:absolute;
    content:'';
    background: #ffffff;
    border-radius: 2px;
    opacity: 0;
}
.search-wrapper.active .close::before,
.search-wrapper.active .close::after{
opacity: 1;
}
.search-wrapper .close::before {
    width: 2px;
    height: 18px;
    left: 12px;
    top: 4px;
}
.search-wrapper .close::after {
    width: 18px;
    height: 2px;
    left: 4px;
    top: 11px;
}


/* abt us */
.top_heading{
    background: url("../images/inner_bg.jpg") no-repeat;
    background-size: cover;
    padding: 130px 0 120px 0;
    width: 100%;
    }
    .page_heading{
    color: #ffffff;
    font-size: 48px;
    text-align: center;
    font-family: 'NeutraText-BoldSC' , sans-serif;
    text-transform: uppercase;
    }
    
    .abt_section{
        position: relative;
        padding: 74px 0 66px 0;
    }
    .abt_section:before {
        content: "";
        position: absolute;
        width: 107px;
        height: 149px;
        background: url(../images/flower_right.png) no-repeat;
        right: 0;
        bottom: 0;
    }
    .abt_section:after{
        content: "";
    position: absolute;
    width: 107px;
    height: 149px;
    background: url(../images/flower_left.png) no-repeat;
    left: 0;
    top: 0;
    }

    .abt_content{
        margin: 0 auto;
        max-width: 900px;
    }
    .heading_one{
        font-family: 'NeutraText-Bold' , sans-serif;
        font-size: 36px;
        font-weight: normal;
        text-align: center;
        line-height: 1.25;
        text-transform: uppercase;
        color: #006cb6;
        margin-bottom: 30px;
    }
    .abt_content p{
    margin-bottom: 37px;
    font-size: 24px;
    line-height: 1.25;
    color: #555555;
    font-family: 'NeutraText-BookAlt' , sans-serif;
    }
    .brand_logos{
        background: #363636;
        padding: 23px 0;
    }
    .brand_logos ul{
        display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-moz-flex-wrap: wrap;
flex-wrap: wrap;
-moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
-moz-justify-content: space-around;
-ms-justify-content: space-around;
-webkit-justify-content: space-around;
justify-content: space-around;
padding: 0 128px;
}


/* entertainment */
.entertainment_sect{
    width: 100%;
    padding: 74px 0;
        border-bottom: 3px solid #c3c3c3;
}
.entertainment_wrapper{
     padding: 0 128px; 
}
.entertainment_wrapper .heading_one{
    margin-bottom: 50px;
}
.entertainment_style{
 
}
.enter{
    /* width: 33.33%; */
    margin: 0;
    margin-bottom: 40px;
    padding: 0 15px;

}
.entertainment_box{
    position: relative;
    height: 390px;
    object-fit: cover;
}
/*
.entertainment_box img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
*/
.entertainment_box img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: top;
}
.entertainment_content > a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}
.entertainment_content{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
 background: rgba(58,187,216,1);
background: -moz-linear-gradient(top, rgba(58,187,216,1) 0%, rgba(46,171,209,1) 27%, rgba(38,159,203,1) 59%, rgba(18,128,191,1) 82%, rgba(9,117,185,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58,187,216,1)), color-stop(27%, rgba(46,171,209,1)), color-stop(59%, rgba(38,159,203,1)), color-stop(82%, rgba(18,128,191,1)), color-stop(100%, rgba(9,117,185,1)));
background: -webkit-linear-gradient(top, rgba(58,187,216,1) 0%, rgba(46,171,209,1) 27%, rgba(38,159,203,1) 59%, rgba(18,128,191,1) 82%, rgba(9,117,185,1) 100%);
background: -o-linear-gradient(top, rgba(58,187,216,1) 0%, rgba(46,171,209,1) 27%, rgba(38,159,203,1) 59%, rgba(18,128,191,1) 82%, rgba(9,117,185,1) 100%);
background: -ms-linear-gradient(top, rgba(58,187,216,1) 0%, rgba(46,171,209,1) 27%, rgba(38,159,203,1) 59%, rgba(18,128,191,1) 82%, rgba(9,117,185,1) 100%);
background: linear-gradient(to bottom, rgba(58,187,216,1) 0%, rgba(46,171,209,1) 27%, rgba(38,159,203,1) 59%, rgba(18,128,191,1) 82%, rgba(9,117,185,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3abbd8', endColorstr='#0975b9', GradientType=0 );
    transition: 0.5s all;
}

.entertainment_box:hover .entertainment_content{
    background: rgba(255,204,132,1);
background: -moz-linear-gradient(top, rgba(255,204,132,1) 0%, rgba(250,167,52,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,204,132,1)), color-stop(100%, rgba(250,167,52,1)));
background: -webkit-linear-gradient(top, rgba(255,204,132,1) 0%, rgba(250,167,52,1) 100%);
background: -o-linear-gradient(top, rgba(255,204,132,1) 0%, rgba(250,167,52,1) 100%);
background: -ms-linear-gradient(top, rgba(255,204,132,1) 0%, rgba(250,167,52,1) 100%);
background: linear-gradient(to bottom, rgba(255,204,132,1) 0%, rgba(250,167,52,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc84', endColorstr='#faa734', GradientType=0 );

}
.entertainment_content h5{
    font-family: 'NeutraText-Bold' , sans-serif;
    font-size: 28px;
    text-align: center;
    margin-bottom: 12px;
    line-height: 1.25;
    color: #ffffff;
}
.entertainment_content span{
    font-family: 'NeutraText-Book' , sans-serif;
    font-size: 21px;
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 1.25;
}
 
 .caret_down {
    margin: 0 0 0 0;
    width: 0px;
    position: relative;
    top: 0px;
    bottom: 0;
    right: 0px;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    display: none;
}

.footer{
    position: relative;
}
.top_page{
    position: fixed;
    right: 50px;
    bottom: 125px;
}








/* promotions */
.promotions_sect{
    width: 100%;
    padding: 74px 0 50px 0;
    position: relative;
    border-bottom: 3px solid #c3c3c3;
}
.promotions_sect:before {
    content: "";
    position: absolute;
    width: 107px;
    height: 149px;
    background: url(../images/flower_right.png) no-repeat;
    right: 0;
    bottom: 0;
}
.promotions_sect:after{
    content: "";
position: absolute;
width: 107px;
height: 149px;
background: url(../images/flower_left.png) no-repeat;
left: 0;
top: 0;
}
.promotions_wrapper{
     padding: 0 113px; 
}
.entertainment_wrapper .heading_one{
    margin-bottom: 50px;
}
.promotion_box{
    margin-bottom: 30px;
}

/* slots */

.slot_Section{
    width: 100%;
    padding: 74px 0 50px 0;
    position: relative;
    border-bottom: 3px solid #c3c3c3;
}
.slot_Section:before {
    content: "";
    position: absolute;
    width: 107px;
    height: 149px;
    background: url(../images/flower_right.png) no-repeat;
    right: 0;
    bottom: 0;
}
.slot_Section:after{
    content: "";
position: absolute;
width: 107px;
height: 149px;
background: url(../images/flower_left.png) no-repeat;
left: 0;
top: 0;
}
.slot_wrapper{
     padding: 0 205px; 
}
.slot_wrapper .heading_one{
    margin-bottom: 28px;
}
.slot_wrapper p{
    font-family: 'NeutraText-BookAlt' , sans-serif;
    font-size: 24px;
    color: #555555;
    padding: 0 15px;
    line-height: 1.25;
    margin-bottom: 50px;
}
.slot_box{
    margin-bottom: 30px;
}
.slot_box img{
	width: 100%;
}

/* viva clucb */

.vivaclub_Section{
    width: 100%;
    padding: 74px 0 20px 0;
    position: relative;
    border-bottom: 3px solid #c3c3c3;
}
.vivaclub_Section:before {
    content: "";
    position: absolute;
    width: 107px;
    height: 149px;
    background: url(../images/flower_right.png) no-repeat;
    right: 0;
    bottom: 0;
}
.vivaclub_Section:after{
    content: "";
position: absolute;
width: 107px;
height: 149px;
background: url(../images/flower_left.png) no-repeat;
left: 0;
top: 0;
}
.vivaclub_wrapper{
     padding: 0 220px; 
}
.vivaclub_wrapper .heading_one{
    margin-bottom: 28px;
/*    font-family: 'NeutraTextTF-DemiAlt' , sans-serif;*/
}
.vivaclub_wrapper p{
    font-family: 'NeutraText-BookAlt' , sans-serif;
    font-size: 24px;
    color: #555555;
    padding: 0 15px;
    line-height: 1.25;
    margin-bottom: 50px;
}
.vivaclub_img img{
	width: 100%;
}

.viva_row{
align-items: flex-start;
width: 100%;
justify-content: center;
padding: 0 50px;
margin-bottom: 50px;
}
.viva_heading h4{
    color: #555555;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: normal;
    font-family: 'NeutraTextTF-DemiAlt' , sans-serif;
}
.vivaclub_text{
    padding-left: 30px;
}
.vivaclub_text ul {
    margin-left: 20px;
}
.vivaclub_text ul li{
    font-size: 21px;
    color: #555555;
    line-height: normal;
    position: relative;
    margin-bottom: 4px;
    font-family: 'NeutraText-BookAlt' , sans-serif;
}
.vivaclub_text ul li:after{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #555555;
    left: -20px;
    top: 50%;
    bottom: 0;
    border-radius: 50%;
    transform: translateY(-50%);
}



/* viva second page */
.vivaclub_member{
    width: 100%;
    padding: 74px 0 70px 0;
    position: relative;
    border-bottom: 3px solid #c3c3c3;
}
.vivaclub_member:before {
    content: "";
    position: absolute;
    width: 107px;
    height: 149px;
    background: url(../images/flower_right.png) no-repeat;
    right: 0;
    bottom: 0;
}
.vivaclub_member:after{
    content: "";
position: absolute;
width: 107px;
height: 149px;
background: url(../images/flower_left.png) no-repeat;
left: 0;
top: 0;
}
.viva_wrapper{
     padding: 0 220px; 
}
.viva_wrapper .heading_one{
    margin-bottom: 28px;
/*     font-family: 'NeutraTextTF-DemiAlt' , sans-serif;*/
        font-family: 'NeutraText-Bold' , sans-serif;
}
.viva_content > p{
    font-family: 'NeutraText-BookAlt' , sans-serif;
    font-size: 24px;
    color: #555555;
    padding: 0 0px;
    line-height: 1.25;
    margin-bottom: 35px;
}
.viva_content strong{
    font-size: 24px;
    color: #555555;
    display: block;
    margin-bottom: 20px;
/*    font-family: 'NeutraText-Bold' , sans-serif;*/
    font-family: 'NeutraTextTF-DemiAlt' , sans-serif;
}
.viva_content ul {
    margin-left: 20px;
    margin-bottom: 35px;
}
.viva_content ul li{
    font-size: 24px;
    color: #555555;
    line-height: normal;
    position: relative;
    margin-bottom: 4px;
    font-family: 'NeutraText-BookAlt' , sans-serif;
}
.viva_content ul li:after{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #555555;
    left: -20px;
    top: 50%;
    bottom: 0;
    border-radius: 50%;
    transform: translateY(-50%);
}


.viva_content  .small_text{
    font-size: 21px;
    max-width: 750px;
    font-family: 'NeutraText-BookAlt' , sans-serif;
}

.generic p strong { margin-bottom:0; }
.generic p { font-family:'NeutraText-BookAlt' , sans-serif; }

.common_btn {
    width: 250px;
    height: 60px;
    background: #faa633;
    color: #ffffff;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    display: table;
    border-radius: 32px;
    text-transform: uppercase;
    font-family: 'NeutraTextTF-DemiAlt' , sans-serif;
    transition: 0.5s all;
    border: 3px solid transparent;
    box-shadow: 1px 2px 8px 1px #525252;
}
.common_btn:hover{
    box-shadow: 1px 2px 8px 1px #525252;
    border: 3px solid  #FAA634;
        background: #ffffff;
    color: #FAA634;
}
.card_benefits img{
    margin-bottom: 70px;
    padding-top: 20px;
}
.card_benefits .common_btn{
    font-size: 24px;
    font-family: 'NeutraText-Bold' , sans-serif;
    display: table;
    margin: 0 auto;
    box-shadow: 1px 2px 8px 1px #bbbaba;
}


/*contact us page*/

.contact_Section{
    width: 100%;
    padding: 74px 0 70px 0;
    position: relative;
/*    border-bottom: 3px solid #c3c3c3;*/
}
.contact_Section:before {
    content: "";
    position: absolute;
    width: 107px;
    height: 149px;
    background: url(../images/flower_right.png) no-repeat;
    right: 0;
    bottom: 0;
}
.contact_Section:after{
    content: "";
position: absolute;
width: 107px;
height: 149px;
background: url(../images/flower_left.png) no-repeat;
left: 0;
top: 0;
}
.content_wrapper{
     padding: 0 200px; 
}
.content_wrapper .heading_one{
    margin-bottom: 28px;
}

.content_wrapper .contact_address p{
	font-size: 18px;
    font-family: 'NeutraTextTFBoldAlt' , sans-serif;
	margin-bottom: 6px;
}
.content_wrapper .contact_address p a{
	color: #555555;
}
.content_wrapper .contact_address p  {
	display: flex;
	align-items: flex-start;
	text-transform: uppercase;
	
}

.content_wrapper h5{
	text-align: center;
	font-size: 36px;
	font-family: 'NeutraText-Bold' , sans-serif;
	text-transform: capitalize;
	margin-bottom: 45px;
}
.contact_Style{
	padding-top: 30px;
}
.hours{
	margin-top: 50px;
}
.hours h4{
	font-size: 36px;
	color: #555555;
	font-family: 'NeutraText-Bold' , sans-serif;
	margin-bottom: 33px;
}
.hours ul li strong{
	font-size: 24px;
	font-family: 'NeutraText-Bold' , sans-serif;
	display: inline-block;
    width: 130px;
}
.content_wrapper .contact_address  .hours ul li p{
	 font-family: 'NeutraTextTFBoldAlt' , sans-serif;
	font-size: 24px;
	display: inline-block;
	text-transform: capitalize;
}




/*contact us page*/

.contact_Section{
    width: 100%;
    padding: 74px 0 70px 0;
    position: relative;
    border-bottom: 3px solid #c3c3c3;
}
.contact_Section:before {
    content: "";
    position: absolute;
    width: 107px;
    height: 149px;
    background: url(../images/flower_right.png) no-repeat;
    right: 0;
    bottom: 0;
}
.contact_Section:after{
    content: "";
position: absolute;
width: 107px;
height: 149px;
background: url(../images/flower_left.png) no-repeat;
left: 0;
top: 0;
}
.content_wrapper{
     padding: 0 200px; 
}
.content_wrapper .heading_one{
    margin-bottom: 28px;
}
.content_wrapper > p{
    font-family: 'NeutraText-BookAlt' , sans-serif;
    font-size: 24px;
    color: #555555;
    padding: 0 0px;
	text-align: center;
    line-height: 1.25;
/*    margin-bottom: 35px;*/
}
.content_wrapper .contact_address p{
	font-size: 18px;
/*    font-family: 'NeutraText-Bold' , sans-serif;*/
    font-family: 'NeutraTextTFBoldAlt' , sans-serif;
	margin-bottom: 6px;
}
.content_wrapper .contact_address p a{
	color: #555555;
        font-family: 'NeutraTextTFBoldAlt' , sans-serif;
}
.content_wrapper .contact_address p  {
	display: flex;
	align-items: flex-start;
	text-transform: uppercase;
	
}
.content_wrapper .contact_address p img{
/*
	margin-right: 12px;
	    position: relative;
    top: 10px;
*/
}
.contact_Style{
	padding-top: 30px;
}
.hours{
	margin-top: 50px;
}
.hours h4{
	font-size: 36px;
	color: #555555;
	font-family: 'NeutraText-Bold' , sans-serif;
	margin-bottom: 33px;
}
.hours ul li strong{
	font-size: 24px;
	font-family: 'NeutraText-Bold' , sans-serif;
	display: inline-block;
    width: 130px;
}
.content_wrapper .contact_address  .hours ul li p{
	 font-family: 'NeutraText-BookAlt' , sans-serif;
	font-size: 24px;
	display: inline-block;
	text-transform: capitalize;
}


.playwin img{
/*
	width: 100%;
	height: 600px;
*/
    width: auto;
    
	object-fit: cover;
}

/*---------------------------New CSS-----------------------------*/
.menu-item-has-children a svg {display : none;}

.viva_content p small{  font-size: 21px;
    max-width: 750px;
font-family: 'NeutraText-BookAlt' , sans-serif; }


/*contact form styling*/

.contact_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 15px;
    letter-spacing: normal;
    height: 50px;
    border: 3px solid #faa633;
    border-radius: 19px;
	font-size: 18px;
	width: 100%;
	font-family: 'NeutraText-BookAlt' , sans-serif;
	
}
.contact_form .gform_wrapper .top_label .gfield_label{
	display: none !important;
	
}
.contact_form .gform_wrapper textarea.large{
font-size: inherit;
    font-family: inherit;
       padding: 10px 0 0 15px;
    letter-spacing: normal;
    height: 240px;
    border: 3px solid #faa633;
    border-radius: 19px;	
	font-size: 18px;
	font-family: 'NeutraText-BookAlt' , sans-serif;
	
}


.contact_form .gform_footer input[type="submit"], input[type="button"]{
	     width: 175px !important;
    height: 60px;
    background: #faa633;
    border-radius: 32px;
    outline: none;
	width: 100%;
    border: none;
    font-size: 24px !important;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'NeutraText-BoldSC' , sans-serif;
	cursor: pointer;
        transition: 0.5s all;
     border: 3px solid  transparent;
}
.gform_button:hover{
    box-shadow: 1px 2px 8px 1px #525252;
    border: 3px solid  #FAA634;
        background: #ffffff;
    color: #FAA634;  
}
.contact_form .gform_footer input[type="submit"]:hover, input[type="button"]:hover{
    box-shadow: 1px 2px 8px 1px #525252;
    border: 3px solid  #FAA634;
        background: #ffffff;
    color: #FAA634;
}

.map{
	width: 100%;
}
.map iframe{
	width: 100%;
}



/*carrer page form*/
.contact_form.career_form .gform_wrapper .top_label .gfield_label {
    display: block !important;
	font-family: 'NeutraTextTF-DemiAlt';
	font-size: 18px;
}
.contact_form.career_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	border-radius: 0px;
	border: 2px solid #faa633;
}

.contact_form.career_form .gform_fields{
	    display: flex;
    flex-wrap: wrap;
}
.contact_form.career_form .gform_fields .fdate {
	width: 50%;
}
.contact_form.career_form .gform_fields  .fname {
	width: 50%;
}
.contact_form.career_form .gform_fields .lname {
	width: 50%;
}
.contact_form.career_form .ginput_container_date{
position: relative;
	width: 100%;
}
.contact_form.career_form .ginput_container_date input{
	width: 100%;
}

.contact_form.career_form .ginput_container_date img{
position: absolute;
    top: 50%;
    right: 20px;
    bottom: 0;
    transform: translateY(-50%);	
}
.contact_form.career_form .gform_fields .address_country select{
	border-radius: 0px;
	border: 2px solid #faa633;
    font-family: inherit;
    padding: 5px 15px;
    letter-spacing: normal;
    height: 50px;
	font-size: 18px;
	font-family: 'NeutraText-BookAlt' , sans-serif;
}
.contact_form.career_form .gform_fields  .fphone{
	width: 100%;
}
.contact_form.career_form .gform_fields  .ginput_container_phone{
	width: 50%;
}
.contact_form.career_form .gform_fields .femail{
	width: 100%;
}
.contact_form.career_form .gform_fields .ginput_container_email{
	width: 50%;
}
.contact_form.career_form .gform_fields  .f_position{
	width: 100;
}
.contact_form.career_form .gform_fields .f_position .ginput_container_select select{
	width: 50%;
	border-radius: 0px;
	border: 2px solid #faa633;
    font-family: inherit;
    padding: 5px 15px;
    letter-spacing: normal;
    height: 50px;
	font-size: 18px;
	font-family: 'NeutraText-BookAlt' , sans-serif;
}
.contact_form.career_form .gform_fields .f_hear{
	width: 100%;
}
.contact_form.career_form .gform_fields  .f_position{
	width: 100%;
}
.contact_form.career_form .gform_fields  .f_position .ginput_container_checkbox{
	width: 50%;
}
.contact_form.career_form .gform_fields .f_overtime{
	width: 100%;
}
.contact_form.career_form .gform_fields .ginput_container_radio{
	width: 50%;
}
.contact_form.career_form .gform_wrapper textarea.large{
	border-radius: 0;
	    border: 2px solid #faa633;
	height: 270px;
}
.contact_form.career_form .screen-reader-text{
	display: none !important;
}
.checkbox_custom{
	 display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gform_wrapper ul.gfield_checkbox li .checkbox_custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    /* width: 100% !important; */
    height: 100%;
    left: -17px;
    width: 20px !important;
    height: 17px;
    z-index: 99;
}
.checkbox_custom .checkmark {
      position: absolute;
    top: 0;
    left: -17px;
    height: 20px;
    width: 20px;
   background-color: #fff;
    border: 1px solid #faa633;
}

.contact_form.career_form .gform_wrapper ul.gfield_checkbox li label, .contact_form.career_form .gform_wrapper ul.gfield_radio li label{
	padding-left: 20px;
}

.checkbox_custom:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox_custom .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox_custom input:checked ~ .checkmark:after {
  display: block;
}

.checkbox_custom .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gchoice_2_12_1{
	position: relative;
}


.f_resume .ginput_container_fileupload .medium{
	  
/*    border-radius: 5px;*/
/*
    width: 150px;
    height: 37px;
*/
}

.contact_form.career_form  .gform_wrapper .ginput_complex .ginput_full.address_line_1,
.contact_form.career_form  .gform_wrapper .ginput_complex .ginput_full.address_line_2
{
	display: block;
	margin-bottom: 15px;
}



.contact_form.career_form .gform_wrapper .ginput_complex.ginput_container_address .ginput_left.address_city{
	margin-bottom: 15px;
}

.contact_form.career_form .gform_wrapper .top_label .field_description_below  > label.gfield_label_before_complex{
	display: none !important;
}
.contact_form.career_form .field_description_below .ginput_complex .address_line_1 label{

    margin-bottom: .5rem;
    font-family: 'NeutraTextTF-DemiAlt';
    font-size: 18px;
}

.contact_form.career_form .field_description_below .ginput_complex .address_line_2 label,
.contact_form.career_form .field_description_below .ginput_complex .address_city label,
.contact_form.career_form .field_description_below .ginput_complex .address_state label,
.contact_form.career_form .field_description_below .ginput_complex .address_zip label,
.contact_form.career_form .field_description_below .ginput_complex .address_country label{
	 margin-bottom: .5rem;
    font-family: 'NeutraTextTF-DemiAlt';
    font-size: 18px;
}


.contact_form.career_form .gform_wrapper .gfield.f_resume .gfield_description{
font-family: 'NeutraTextTF-DemiAlt' , sans-serif;
	font-style: italic;
	font-size: 18px;
}
.entertainment_box{
	 opacity: 1;
  display: block;
  width: 100%;
/*  height: auto;*/
  transition: .5s ease;
  backface-visibility: hidden;
}
.entertainment_box .entertainment_img{
    position: relative;
}
.middle_buy {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9;
}
.entertainment_box:hover img{
	opacity: 0.3;
}

/* .entertainment_box:hover .entertainment_content{
	opacity: 0.3;
}  */
.entertainment_box:hover .middle_buy {
  opacity: 1;
}

.text_buy {
      background-color: #0b79bb;
    color: white;
    font-size: 22px;
    padding: 15px 18px 9px 18px;
	    text-transform: uppercase;
	font-family: 'NeutraText-BoldSC' , sans-serif;
}
.text_buy  a{
	color: #ffffff;
}


.gfield_radio .checkbox_custom .checkmark {
    position: absolute;
    top: 0;
    left: -17px;
    height: 20px;
    width: 20px;
   
    background-color: #fff;
	border: 1px solid #faa633;
    border-radius: 50%;
}
.gfield_radio .checkbox_custom .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.gform_wrapper ul.gfield_radio li .checkbox_custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    /* width: 100% !important; */
    height: 100%;
    left: -17px;
    width: 20px !important;
    height: 17px;
    z-index: 99;
}
.gfield_radio .checkbox_custom .checkmark:after {
     top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #faa633;
    border: none;
}
.gfield_radio .checkbox_custom input:checked ~ .checkmark {
    background-color: #faa633;
}



.navigation  h2.screen-reader-text {display : none;}
.navigation {float: none; text-align: center;      display: block;   width: 100%;}
.navigation  .nav-links a svg  {display : none;}
.navigation  .nav-links a  {padding: 5px 8px;    background: #f8f8f8;    border: 1px solid #e5e5e5;}
.navigation  .nav-links span.current  {padding: 5px 8px;    background: #f8f8f8;    border: 1px solid #e5e5e5;}



/*9/5/2019 feedback*/

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top--fade-out {
    opacity: 1;
}

.js .cd-top:hover {
    background-color: hsl(5, 76%, 62%);
    background-color: var(--cd-color-3);
    opacity: 1;
}

.contact_address p em{
    width: 20px;
    
}
.call_ic {
    position: relative;
    top: 2px;
    margin-right: 12px;
}
.mail_ic{
    position: relative;
    top: -1px;
    margin-right: 12px;  
}
.address_ic{
    position: relative;
    top: 4px;
    margin-right: 12px;  
}

.slot_wrapper .heading_one br{
    display: none;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-right: 16px !important;
}

.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio]{
    opacity: 0;
}

/* added by Krit@teamcatalyst.com */

.contact_form input[type=text] {
    padding:7px 15px 3px 15px !important;
}

/* hide on desktop view */
.desktop_hide {
        display:none;
}

.clubrio-sec { text-align:center; display:inline-block; width:100%; padding:120px 0 55px 0; }

/* back to top button */
.cd-top img { max-width:55px; }


/*jai alai page*/

.jai_alai {
    margin: 0 auto;
}

.jai_alai h6 {
    font-size: 24px;
    font-family: 'NeutraText-Bold', sans-serif;
    color: #555555;
    text-align: center;
    margin-bottom: 20px;
}

.slot_wrapper .jai_alai p {
    font-size: 21px;
    font-family: 'NeutraText-BookAlt', sans-serif;
    color: #555555;
    margin-bottom: 0;
    text-align: center;
}

.jaialai_accordian {
    width: 100%;
    margin-top: 50px;

}

.jaialai_accordian .card {
    margin-bottom: 35px;
    border-radius: 0;
    border: none;
}

.card-header {
    padding: 0;
}

.jai_heading {
    display: block;
    background: #036db6;
    padding: 16px 0 14px;
    border-radius: 0;
}

.jai_heading:hover {
    text-decoration: none;
    background: #40c2da;
}

.active-acc .jai_heading {
    background: #40c2da;
}

.jai_heading h4 {
    line-height: 1;
    font-size: 24px;
    color: #ffffff;
    font-family: 'NeutraTextTFBoldAlt', sans-serif;
    text-transform:uppercase;
}

.jai_content {
    padding: 0px 0px;
}

.jai_content .table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0 5px;
}

.jai_content .table tbody tr {
    margin-bottom: 15px;
}

.jai_content .table tbody tr td {
    color: #000000;
    font-family: 'NeutraTextTF-DemiAlt', sans-serif;
    font-size: 18px;
    text-align: left;
    border: none;
    padding: 8px 12px 4px;
}

.jai_content .table tbody tr td a {
    color: #036db6;
}

.jai_content .table tbody tr td a:hover, .jai_content .table tbody tr td a:visited {
    color:#036DB6;
    text-decoration: underline;
}


.jai_content .table tbody tr:nth-child(odd) {
    background: #ffbf68;
}

.jai_content .table tbody tr:nth-child(even) {
    background: #ffe7c6;
}

.thead-dark {}

.jai_content .table .thead-dark tr th {
    color: #ffffff;
    font-family: 'NeutraTextTF-DemiAlt', sans-serif;
    font-size: 18px;
    padding: 8px 12px 4px;
    border-color: transparent;
    background-color: #036db6
}

/* Poker Page */

.poker-ctnt {
    min-height:450px;
    position:relative;
}

.gen-col-1 {
    float:left;
    width:40%;
}

.gen-col-2 {
    float:left;
    width:60%;
}

.poker-ctnt .img-col { 
    display:block; 
    text-align:center; 
    width:60%; 
    margin-bottom:40px; 
}

.poker-ctnt p { margin-bottom:35px; }







