/* @import url('http://example.com/example_style.css'); */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;0,400;0,700;0,800;1,300;1,400;1,700;1,800&display=swap');

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




















/** 
* Border Radius 
*
*  
*/




/** 
* Box Shadow  
*
*  
*/




/** 
* Transition
* 
*  
*/




/** 
* Transform
*
*  
*/



*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

body { margin:0; padding:0; font-family:'Gotham-Book'; font-size:14px; line-height:22px; font-weight:400; color:#9E9E9E; background:#fff; }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

input , button , textarea, select , input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { outline:none; color:#59595c; background:#fff; border-radius:4px; border:0; height:60px; padding:0 15px; font-size:14px; width:100%; }
input[type=checkbox] , input[type=radio] { width:auto; } 
textarea { padding:15px 20px; height:182px; min-width:100%; max-width:100%; resize:none; }
input[type=submit] , button { float: none;
  display: inline-block;
  position: relative;
  padding: 12px 22px;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  background: linear-gradient(104.7deg,#47cf50 40.41%,#d4de25 139.12%);
  border-radius: 28px;
  font-family: 'Merriweather Sans',sans-serif; } 
input[type=submit]:hover , button:hover { background-color:#FEA16D; } 
input[type=checkbox] {height: 10px;}
.row-fluid select.hs-input::-ms-expand { display: none; }

::-webkit-input-placeholder { opacity:1 !important; }
::-moz-placeholder { opacity:1 !important; }
:-ms-input-placeholder { opacity:1 !important; }
:-moz-placeholder { opacity:1 !important; }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:14px; color:#e68700; text-align:left; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 5px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 15px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 15px 15px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 15px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 15px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 15px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { font-size:12px; line-height: 18px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:#ccc; color:#000; border-color:#000; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#000; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#000; background:#ccc;  border-radius:100%; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:0; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .bg-img { display:none; }

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-bold , .row-fluid .text-bold h1 , .row-fluid .text-bold h2 , .row-fluid .text-bold h3 , .row-fluid .text-bold h4 , .row-fluid .text-bold h5 , .row-fluid .text-bold h6 { font-weight:bold; }
.row-fluid .text-italic { font-style:italic; }
.row-fluid .fl100 { float:left; width:100%; } 

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin: 0 auto;}
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:1; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#4D4D4D; background:#fff; width:41px; height:41px; font-size:0; cursor:pointer; border-radius:100%; box-shadow: 0px 4px 16px rgba(77, 77, 77, 0.3); }
.slick-arrow:before { font-family:'FontAwesome'; font-size:24px; font-weight:700; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:-19px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:-17px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { position:absolute; top:100%; left:0; margin:0; padding:0; list-style:none; float:left; width:100%; text-align:center; padding:15px 0 0; z-index:1; }
ul.slick-dots li { display:inline-block; padding:0 9px; line-height:0; }
ul.slick-dots li button { display:inline-block; background:#CACACA;  width:12px; height:12px; border-radius:100%; font-size:0; cursor:pointer; padding:0; box-shadow:none; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#4D4D4D; }


.row-fluid .btn-style a, .row-fluid a.btn-style, .row-fluid .btn-style1 a, .row-fluid a.btn-style1, .row-fluid .advantage-left .btn-style2.white.blue a, .default-form .actions .hs-button, .row-fluid .btn-style2.grey, .row-fluid .btn-style2.grey a, .row-fluid .btn-style2.orange a, .row-fluid .btn-style2 a, .row-fluid a.btn-style2, .default-form .actions .hs-button {
  transition: all ease-in-out .27s;
  border-radius: 32px;
}

.row-fluid .btn-style a, .row-fluid a.btn-style { float:none; display:inline-block; position:relative; padding:12px 22px; font-size:18px; line-height:22px; color:#fff; background: linear-gradient(104.7deg, #47CF50 40.41%, #D4DE25 139.12%); border-radius: 28px; font-family:'Merriweather Sans', sans-serif; }


.row-fluid .btn-style1 a, .row-fluid a.btn-style1 { float:none; display:inline-block; position:relative; padding:13px 29px; font-size:14px; line-height:21px; color:#fff; background: linear-gradient(286.45deg, #FFA472 8.21%, #F58547 91.09%); border-radius: 32px; font-family:;}


.row-fluid .btn-style2 a, .row-fluid a.btn-style2 { float: none; display: inline-block; position: relative; padding: 11px 60px 8px 20px; font-size: 14px; line-height: 21px; color: #989898; background: #fff; border-radius: 30px; font-family:'Gotham-Bold'; border: 2px solid rgba(152, 152, 152, 0.8); }
.row-fluid .btn-style3 a, .row-fluid a.btn-style3 { float: none; display: inline-block; position: relative; padding: 11px 60px 8px 20px; font-size: 14px; line-height: 21px; color: #fff; background:#36c5ee; border-radius: 30px; font-family:'Gotham-Bold'; border: 2px solid #36c5ee; }
.row-fluid .btn-style2.no-play a:after, .row-fluid a.btn-style2.no-play:after { display: none; }
.row-fluid .btn-style2.no-play a, .row-fluid a.btn-style2.no-play {
  padding: 11px 20px 8px 20px;
}



.row-fluid .btn-style1.blue a, .row-fluid a.btn-style1.blue { background:#39BDE3; }
.row-fluid .btn-style1.white a, .row-fluid a.btn-style1.white { background: #fff; color: #DA59A0; padding: 13px 51px; }
.row-fluid .wrapper { margin:0 auto !important; width:1170px; padding:0; float:none !important; } 
.row-fluid .wrapper.buffer-bot {padding-bottom: 50px; }



a.blue-link { display: inline-block; position: relative; font-size: 14px; font-weight: 600;}
a.blue-link:after {content: '\f178'; font-family: fontawesome;margin-left: 10px;}
.graybg{ background: #F9F9F9; }

.rooms-main { padding: 30px 0px 130px; z-index: 1; background:#EEEEEE; }
.rooms-main .heading { text-align: center; } 
.rooms-main .heading .heading-text { font-size: 18px; margin-top: 20px; } 
.rooms-main .cart-popup-inner a.btn-style1 { text-transform:uppercase; }  

.rooms-outer .filter-button-group { display: flex; justify-content: center; margin-top: 60px; }
.rooms-outer .filter-button-group ul { margin: 0; padding: 0px; list-style: none; justify-content: center; display: flex; flex-wrap: wrap; }
.rooms-outer .filter-button-group ul li { display: inline-block; text-align: center; margin: 10px; }
.rooms-outer .filter-button-group li a { text-align: center; display: block; margin: 0px; width: 110px; background: none; box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); border-radius: 10px; background-color: #FFFFFF; height: 100%; font-size: inherit; line-height: inherit; color: inherit; padding: 10px; cursor: pointer; -webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;; }
.rooms-outer .filter-button-group li a img { display: inline-block; height: 50px; object-fit: contain; object-position: center; max-width: 50px; }
.rooms-outer .filter-button-group li a span { display: block; color: #000000; font-size: 14px;  margin-top: 15px; }
.rooms-outer .filter-button-group li a:hover { background: #ce0000; }
.rooms-outer .filter-button-group li a.selected { background: #ce0000; }
.rooms-outer .filter-button-group li a.selected span { color: #fff; }
.rooms-outer .filter-button-group li a.selected img { filter: brightness(0) invert(1); }
.rooms-outer .filter-button-group li a:hover span { color: #fff; }
.rooms-outer .filter-button-group li a:hover img { filter: brightness(0) invert(1); }

.rooms-outer .filter-button-group li a .selected{ background: linear-gradient(0deg, #36C5EE -0.03%, #2CBAE4 19.47%, #00A4D0 53.68%, #0084B2 98.29%, #0083B1 100.08%); }
.rooms-outer .filter-button-group li a .selected span { color: #fff; }
.rooms-outer .filter-button-group li a .selected img { filter: brightness(0) invert(1); }


.rooms-outer .filter-button-group2 { display: flex; justify-content: center; margin-top: 60px; }
.rooms-outer .filter-button-group2 ul { margin: 0; padding: 0px; list-style: none; justify-content: center; display: flex; flex-wrap: wrap; }
.rooms-outer .filter-button-group2 ul li { display: inline-block; text-align: center; margin: 10px; }
.rooms-outer .filter-button-group2 li a { text-align: center; display: block; margin: 0px; width: 120px; background: none; box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); border-radius: 10px; background-color: #FFFFFF; height: 100%; font-size: inherit; line-height: inherit; color: inherit; padding: 10px; cursor: pointer; -webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;; }
.rooms-outer .filter-button-group2 li a img { display: inline-block; height: 50px; object-fit: contain; object-position: center; max-width: 50px; }
.rooms-outer .filter-button-group2 li a span { display: block; color: #000000; font-size: 14px; line-height:1.25;  margin-top: 15px; }
.rooms-outer .filter-button-group2 li a:hover { background: #ce0000; }
.rooms-outer .filter-button-group2 li a.selected { background: #ce0000; }
.rooms-outer .filter-button-group2 li a.selected span { color: #fff; }
.rooms-outer .filter-button-group2 li a.selected img { filter: brightness(0) invert(1); }
.rooms-outer .filter-button-group2 li a:hover span { color: #fff; }
.rooms-outer .filter-button-group2 li a:hover img { filter: brightness(0) invert(1); }

.rooms-outer .filter-button-group2 li a .selected{ background: linear-gradient(0deg, #36C5EE -0.03%, #2CBAE4 19.47%, #00A4D0 53.68%, #0084B2 98.29%, #0083B1 100.08%); }
.rooms-outer .filter-button-group2 li a .selected span { color: #fff; }
.rooms-outer .filter-button-group2 li a .selected img { filter: brightness(0) invert(1); }




.rooms-filter-wrapper { display: flex; align-items: center; flex-wrap: wrap; padding-top: 60px; padding-bottom: 60px; }
.rooms-filter-wrapper .filter span { background-color: #fff; position: relative; display: inline-block; box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); border-radius: 50px; width: 230px;/*width: 190px;*/ padding: 13px 25px; color: #272525; letter-spacing: 0.5px; font-size: 16px; text-transform: uppercase; cursor: pointer; padding-right: 40px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.rooms-filter-wrapper .filter { margin-right: 35px; position: relative; }
.rooms-filter-wrapper .filter ul { position: absolute; top: calc(100% - 6px); left: 0; right: 0; z-index: 100; background-color: #fff; margin: 0; list-style: none; padding: 0; box-shadow: 0px 8px 12px rgb(0 0 0 / 10%); border-radius: 10px; max-height: 180px; overflow: auto; /* opacity: 0; visibility: hidden; */ }
.rooms-filter-wrapper .filter ul li a { display: block; font-size: 15px; padding: 9px 15px; border-bottom: 1px solid #e4e4e4; color: #272525; }
.rooms-filter-wrapper .filter ul li a:hover { background-color: #ce0000; color: #fff; }
.rooms-filter-wrapper .filter span:before { content: '\f107'; position: absolute; top: 0; bottom: 0; right: 20px; font-family: 'fontawesome'; font-size: 25px; font-weight: 400; height: 22px; margin: auto; color: #E0E0E0; }
/* .rooms-filter-wrapper .filter:hover ul { opacity: 1; visibility: visible; } */

.shortby-outer { display: flex; align-items: center; flex-wrap: wrap; }
.shortby-outer > div { width: 50%; float: left; }
.shortby-outer .shortby-left ul { margin: 0; padding: 0px 0px 0px 5px; list-style: none; }
.shortby-outer .shortby-left ul li { display: inline-block; margin-right: 5px; line-height: normal; }
.shortby-outer .shortby-left ul li a { display: block; color: #AEAEAE; }
.shortby-outer .shortby-left ul li:first-child a i { transform: scaleY(1.3); }
.shortby-outer .shortby-left ul li a:hover { color: #000; }
.shortby-outer .shortby-left ul li:last-child a { }
.shortby-outer .shortby-left ul li:last-child a i { transform: scaleY(1.4) scaleX(1.2); }

.shortby-outer .shortby-right .shortby-icon { float: right; position: relative; display:none;}
.shortby-outer .shortby-right ul { margin: 0; list-style: none; position: absolute; top: 114%; z-index: 5; background-color: #fff; padding: 0; border: 1px solid #e4e4e4; border-radius: 5px; right: 0; box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.07); overflow: hidden; left: 0; /* opacity: 0; visibility: hidden; */ }
.shortby-outer .shortby-right ul a { display: block; padding: 6px 10px; line-height: normal; color: #272525; border-bottom: 1px solid #e4e4e4; font-size: 13px; }
.shortby-outer .shortby-right ul a:hover { background-color: #272525; color: #fff; }
.shortby-outer .shortby-right .shortby-icon span { font-family: 'Roboto',sans-serif; position: relative; color: #9E9E9E; font-size: 18px; font-weight: 700; display: block; padding-left: 35px; cursor: pointer; }
.shortby-outer .shortby-right .shortby-icon span:before { content: ''; position: absolute; left: 0; top: 4px; width: 18px; height: 12px; background-repeat: no-repeat; background-size: contain; background-position: center; background-image: url('https://www.accelentertainment.com/hubfs/WCS%20Development/sortby-icon.svg'); }
/* .shortby-outer .shortby-right .shortby-icon:hover  ul { opacity: 1; visibility: visible; } */
.shortby-outer .shortby-right ul li:last-child a { border-bottom: none;}

.rooms-boxes { display: flex; flex-wrap: wrap; margin: 0px -25px; padding-top: 5px; }
.rooms-boxes .rooms-box { width: calc(33.33% - 50px); min-height:250px; margin: 15px 25px; float: left; background: #FFFFFF; border-radius: 10px; filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.1)); position: relative; overflow: hidden; }
.rooms-boxes .rooms-box .rooms-box-inner{ padding: 33px 15px 15px; display: block;background: none;box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);border-radius: 10px;background-color: #FFFFFF;/*cursor: pointer;*/-webkit-transition: all 400ms ease-in-out;-moz-transition: all 400ms ease-in-out;-o-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out;transition: all 400ms ease-in-out;}
.rooms-boxes .rooms-box .rooms-box-inner2{ padding: 33px 15px 15px; display: block;background: none;box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);border-radius: 10px;background-color: #FFFFFF;//*cursor: pointer;*/-webkit-transition: all 400ms ease-in-out;-moz-transition: all 400ms ease-in-out;-o-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out;transition: all 400ms ease-in-out;}
/*.rooms-boxes .rooms-box:before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: linear-gradient(273.45deg, #FFA472 8.21%, #F58547 91.09%); }*/
.rooms-boxes .rooms-box .rooms-box-icon { border-top: 1px solid #E4E4E4; padding-top: 16px; }
.rooms-boxes .rooms-box .rooms-box-icon img { height: 23px; object-fit: contain;  }
.rooms-boxes .rooms-box .rooms-box-bottom { margin-top: 50px; margin-bottom: 0px; display: flex; align-items: flex-end; flex-wrap: wrap; position:relative; z-index:1000;}
.rooms-boxes .rooms-box .rooms-box-bottom ul { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; flex-wrap: wrap; }
.rooms-boxes .rooms-box .rooms-box-bottom ul li { display: inline-block; position: relative; color: #828282; font-size: 12px; line-height: 1.5; padding-left: 27px; padding-right: 10px; margin-bottom: 10px; }


.rooms-boxes .rooms-box.reg .rooms-box-inner2 .display-message { font-size:12px;}
.rooms-boxes .rooms-box.reg .rooms-box-inner2 .display-message p {font-size:12px;}
.rooms-boxes .rooms-box .rooms-box-bottom ul li:before { content: ''; position: absolute; top: 0; left: 0; background-repeat: no-repeat; background-size: contain; background-position: center; height: 20px; width: 25px; }




.rooms-filter-wrapper .filter ul { display: none; overflow:auto!important; border-radius:25px!important; width:230px!important;}
.rooms-boxes .rooms-box h3 { color: #272525; font-size: 20px; line-height: 1.5em; min-height: 55px; color: #272525;font-size: 20px;font-style: normal;font-weight: 700;line-height: 30px; /* 150% */}
.rooms-boxes .rooms-box .title-box .left {/*min-height:65px;*/}
.shortby-icon ul { display: none; }
.p-rooms-boxes .rooms-box h3 {max-width:260px;}
.rooms-main { position: relative; }
.fully {display:none;}
.rooms-boxes .rooms-box .rooms-box-inner { box-shadow:none!important; }
.rooms-boxes .rooms-box .rooms-box-inner2 { box-shadow:none!important; }
.box-full .rooms-main .rooms-boxes .rooms-box { width: calc(100% - 50px);}
.box-full .rooms-main .rooms-boxes .rooms-box .rooms-box-bottom { margin: 0; height: auto !important; align-items: baseline; }
.box-full .rooms-main .rooms-boxes .rooms-box .rooms-box-icon { padding: 0; border: 0; width:5%; }
.box-full .rooms-main .rooms-boxes .rooms-box p { color:#272525; padding-top:10px;padding-left: 30px; padding-right: 10px; width: 20%;}
.box-full .rooms-boxes .rooms-box .rooms-box-bottom ul { max-width:250px;}
.box-full .rooms-main .rooms-boxes .rooms-box h3 { min-height: 30px; /*width:50%;*/ }
.box-full .rooms-main .rooms-boxes .rooms-box .rooms-box-bottom { width:100%; padding:0;}
.box-full .rooms-main .rooms-boxes .rooms-box h6 { font-size: 12px;}
.box-full .rooms-main .rooms-boxes .rooms-box .rooms-box-bottom ul li { margin-bottom: 5px; }
.rooms-boxes .rooms-box:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px;background: #CE0000; }
.rooms-boxes .rooms-box.generic-play-slots:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px;background:#ce0000!important; }
.rooms-boxes .rooms-box.generic-play-skill-games:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px;background:#ce0000!important; }
.rooms-boxes .rooms-box.generic:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background:#ce0000!important; }
.rooms-boxes .rooms-box.ae-player-rewards:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px;background: #c4ab74!important; }
.rooms-boxes .rooms-box.ae-prize-patrol:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #c4ab74!important; }
.rooms-boxes .rooms-box.brand-ambassador-events:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #c4ab74!important; }
.rooms-boxes .rooms-box.free-play:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #ce0000!important; }
.rooms-boxes .rooms-box.match-play:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #ce0000!important; }
.rooms-boxes .rooms-box.scratch-card:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #ce0000!important; }
.rooms-boxes .rooms-box.special-events:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #ce0000!important; }
.rooms-boxes .rooms-box.spin-the-wheel:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #c4ab74!important; }
.rooms-boxes .rooms-box.seasonal:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #ce0000!important; }
.rooms-boxes .rooms-box.manufacturer-game-title:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px;background: #272525!important; }
.rooms-boxes .rooms-box.game-title:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background:#272525!important; }
.rooms-boxes .rooms-box.game-title.social-graphic:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px;background: #272525!important; }
.rooms-boxes .rooms-box.game-title.direct-mailer:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px;background: #272525!important; }

.box-full .shortby-outer .shortby-left ul li:nth-child(2) a { color: #000;}
.shortby-outer .shortby-left ul li:nth-child(1) a { color: #000;}
.box-full .shortby-outer .shortby-left ul li:nth-child(1) a { color: #aeaeae;}
.cart-popup {position: fixed;right: 0;bottom:0;background: #fefefe;padding: 30px;border-radius: 5px;filter: drop-shadow(0px 4px 12px rgba(0,0,0,0.1));border-top: 10px solid transparent;border-top-color: #fd9f6b;border-top: 12px solid transparent;border-image: linear-gradient(104.7deg,#47cf50 40.41%,#d4de25 139.12%);border-image-slice: 1;}
.cart-popup table, .cart-popup th, .cart-popup td {border: none;border-collapse: collapse;}
.cart-popup th, .cart-popup td {padding: 15px;}
.cart-popup span.remove-item {cursor: pointer;color: #f00;}
/*.p-rooms-boxes .rooms-box .flexible:before {background: linear-gradient(273.45deg,#ffa472 8.21%,#f58547 91.09%)!important;}
.p-rooms-boxes .rooms-box .fixed:before {background: linear-gradient(273.45deg,#ffa472 8.21%,#f58547 91.09%)!important;}
.p-rooms-boxes .rooms-box .subscription:before {background: linear-gradient(273.45deg,#ffa472 8.21%,#f58547 91.09%)!important;}*/
.row-fluid .btn-style-clear a, .row-fluid a.btn-style-clear {float: none;transition:all 400ms ease;display: inline-block;position: relative;padding: 6px 8px;font-size: 14px;line-height: 21px;color: #fff;background:#ce0000;border-radius: 32px;}
.row-fluid .btn-style-clear a:hover, .row-fluid a.btn-style-clear:hover { opacity:0.8;background-color: #CE0000;}
.rooms-main input#myInput {border:none;margin:0;padding:3px 0;}
.rooms-boxes .rooms-box .rooms-box-bottom {margin-top:0px!important; display:inline-block!important;width:100%;margin-bottom:0;}
.rooms-boxes .rooms-box .rooms-box-bottom .bottom-outer {display:flex; align-items:center;width:100%;}
.rooms-boxes .rooms-box .rooms-box-bottom .bottom-outer .left {padding-left:5px; display:flex; align-items:center; width:75%;}
.rooms-boxes .rooms-box .rooms-box-bottom .bottom-outer .left .line-height { height:25px; }
.rooms-boxes .rooms-box .rooms-box-bottom .bottom-outer .right {text-align:right; width:25%;}
.rooms-boxes .rooms-box .rooms-box-bottom .bottom-outer .right .game-logo {}
.rooms-boxes .rooms-box .rooms-box-bottom .bottom-outer .right .game-logo img { max-width:60px; height:25px; display:inline-block; object-fit:contain;}
.rooms-main .heading-text-bottom { padding:50px 0; max-width:700px; margin:0 auto; text-align:center;}
.message-div {width:100%; text-align:center;display:none;}
.rooms-box-inner .video-outer {position:relative;}
.rooms-box-inner .length {position:absolute; bottom:0; line-height:1; color:#fff;background:linear-gradient(to bottom,  rgba(15, 171, 215,1.0) 0%,rgba(54, 197, 238,1.0) 100%);/*background:linear-gradient(to bottom, rgba(224, 49, 38,1.0) 0%,rgba(217, 88, 160,1.0) 100%);*/right: 0px;padding: 5px; border-radius: 6px 0 6px 6px;}
.rooms-box-inner .length p { padding:5px; color:#fff;}
.rooms-box-inner .video {min-height:190px; position:relative;}
.rooms-box-inner .video iframe {border-radius:6px;}
.rooms-box-inner .podcast-title { padding:5px 0 0 0; line-height:1; min-height:auto!important;margin-top:0px!important; margin-bottom:0!important;}
.rooms-box-inner .file-size-out {width:100%;}
.rooms-box-inner .file-sizes { display:flex; flex-wrap:wrap; width: 100%;padding:5px 0;}
.rooms-box-inner .file-sizes .fs-inner { padding:2px 4px; color:#fff; border-radius:3px; background:#808080; margin-right: 5px; margin-top:2px; margin-bottom:2px;}

.rooms-box-inner2 .video-outer {position:relative;}
.rooms-box-inner2 .length {position:absolute; bottom:0; line-height:1; color:#fff;background:linear-gradient(to bottom,  rgba(15, 171, 215,1.0) 0%,rgba(54, 197, 238,1.0) 100%);/*background:linear-gradient(to bottom, rgba(224, 49, 38,1.0) 0%,rgba(217, 88, 160,1.0) 100%);*/right: 0px;padding: 5px; border-radius: 6px 0 6px 6px;}
.rooms-box-inner2 .length p { padding:5px; color:#fff;}
.rooms-box-inner2 .video {min-height:190px; position:relative;}
.rooms-box-inner2 .video iframe {border-radius:6px;}
.rooms-box-inner2 .podcast-title { padding:5px 0 0 0; line-height:1; min-height:auto!important;margin-top:0px!important; margin-bottom:0!important;}
.rooms-box-inner2 .file-size-out {width:100%;}
.rooms-box-inner2 .file-sizes { display:flex; flex-wrap:wrap; width: 100%;padding:5px 0;}
.rooms-box-inner2 .file-sizes .fs-inner { padding:0px 4px; font-size:10px; color:#fff; border-radius:3px; background:#808080; margin-right: 5px; margin-top:2px; margin-bottom:2px;}


.internal-use-only { font-family:'MyriadPro Bold';margin:0;font-size: 19px;font-weight: 700;line-height: 30px;text-align: left;  color:#9D1321;transition:all 400ms ease;}
.rooms-box-inner .description { margin-top:0px;width:100%;}
.rooms-box-inner .description p {padding:0;margin:0;;line-height:0;}
.rooms-box-inner .thumbnail { max-width:300px;}
.rooms-box-inner .thumbnail img { max-width:100px;}
.rooms-box-inner .cat-box {display:flex; align-items:center; flex-wrap:wrap; padding:5px 0 10px;}
.rooms-box-inner .cat-box .category { color:#000; margin-right:5px; margin-bottom:5px;padding:2px 5px; border-radius:5px; display:flex; align-items:center;}
.rooms-box-inner .cat-box .category img {max-width:25px;}
.rooms-box-inner .cat-box .category span {padding-left: 5px;font-size:12px;}
.rooms-box-inner .cat-box .product_type { color:#000; margin-right:5px; margin-bottom:5px;padding:2px 5px; border-radius:5px; display:flex; align-items:center;}
.rooms-box-inner .cat-box .product_type img { max-width:25px;}
.rooms-box-inner .cat-box .product_type span {padding-left: 5px; font-size:12px;} 
.rooms-box-inner .display-message {color:#272525; font-size:12px;}
.rooms-boxes .rooms-box .rooms-box-inner {padding:10px!important;}

.rooms-box-inner2 .description { margin-top:0px;width:100%;}
.rooms-box-inner2 .description p {padding:0;margin:0;;line-height:0;}
.rooms-box-inner2 .thumbnail { max-width:300px;}
.rooms-box-inner2 .thumbnail img { max-width:100px;}
.rooms-box-inner2 .cat-box {display:flex; align-items:center; flex-wrap:wrap; padding:5px 0 10px;}
.rooms-box-inner2 .cat-box .category { color:#000; margin-right:5px; margin-bottom:5px;padding:2px 5px; border-radius:5px; display:flex; align-items:center;}
.rooms-box-inner2 .cat-box .category img {max-width:25px;}
.rooms-box-inner2 .cat-box .category span {padding-left: 5px;font-size:11px;padding-right:5px;}
.rooms-box-inner2 .cat-box .product_type { color:#000; margin-right:5px; margin-bottom:5px;padding:2px 5px; border-radius:5px; display:flex; align-items:center;}
.rooms-box-inner2 .cat-box .product_type img { max-width:25px;}
.rooms-box-inner2 .cat-box .product_type span {padding-left: 5px; font-size:11px;} 
.rooms-box-inner2 .display-message {color:#272525; font-size:12px;}

/* box full styling */
.box-full .rooms-boxes .rooms-box .rooms-box-inner { display:flex; flex-wrap:wrap;}
.box-full .rooms-boxes .rooms-box .rooms-box-inner2 { display:flex; flex-wrap:wrap;}
.box-full .rooms-box-inner .title-box { height:auto; width:calc(100% / 2);} 
.box-full .rooms-box-inner .cat-box {padding-bottom:15px; width:calc(100% / 2);}
.box-full .rooms-box-inner2 .title-box { height:auto; width:calc(100% / 2);} 
.box-full .rooms-box-inner2 .cat-box {padding-bottom:15px; width:calc(100% / 2);}
.box-full .rooms-main .rooms-boxes .rooms-box .rooms-box-bottom { width:55%;}
.box-full .rooms-main .rooms-boxes .fully.rooms-box {height:auto!important; min-height:auto;}
.box-full .rooms-main .rooms-boxes .fully.rooms-box .top-row { width:100%; display:flex; align-items:center;padding-bottom:15px;}
.box-full .rooms-main .rooms-boxes .fully.rooms-box .top-row .title-box { width:45%;}
.box-full .rooms-main .rooms-boxes .fully.rooms-box .top-row .cat-box { width:45%;padding-bottom:0;}
.box-full .rooms-main .rooms-boxes .fully.rooms-box .top-row .cat-box .product_type img { max-width:25px;}
.box-full .rooms-main .rooms-boxes .fully.rooms-box .top-row .cat-box .category img { max-width:25px;}
.box-full .rooms-main .rooms-boxes .fully.rooms-box .top-row .flag-outer {width:10%;}
.box-full .rooms-main .rooms-boxes .fully.rooms-box .top-row .flag-outer .flag { float:right; background-color:#CE0000; text-align:center; border-radius:5px; color:#fff;color: #FFF;text-align: center;font-family: MyriadPro;font-size: 14px;font-style: normal;font-weight: 700;line-height: 22px;text-transform:uppercase;padding: 5px 5px 3px 5px;}
.box-full .rooms-main .rooms-boxes .fully.rooms-box .bottom-row { width:100%; display:flex; align-items:center;}
.box-full .rooms-main .rooms-boxes .fully.rooms-box .bottom-row .bottom-outer {display:flex; justify-content:flex-start; position:relative;}
.box-full .rooms-main .rooms-boxes .fully.rooms-box .bottom-row .bottom-outer .right { position:absolute; right:0; z-index:1;}
.box-full .rooms-main .rooms-boxes .fully.rooms-box .bottom-row .bottom-outer .left { position:relative; z-index:2;}
.box-full .rooms-main .rooms-boxes .fully.rooms-box .bottom-row .bottom-outer .left .listen-link { text-align:center;}
.box-full .rooms-main .rooms-boxes .fully.rooms-box .bottom-row .bottom-outer .left .preview-link {text-align:center; margin-left:5px;}
.box-full .rooms-box-inner .bottom-row .bottom-left { width:45%; padding-right:50px;}
.box-full .rooms-box-inner .bottom-left .file-size-out-wide {width:100%;}
.box-full .rooms-box-inner .bottom-left .display-message {color:#272525; font-size:12px;}
.box-full .rooms-box-inner .bottom-left .file-sizes { display:flex; flex-wrap:wrap; width: 100%;padding-bottom:5px;}
.box-full .rooms-box-inner .bottom-left .file-sizes .fs-inner { padding:2px 4px; color:#fff; border-radius:3px; background:#808080; margin-right: 5px; margin-top:2px; margin-bottom:2px;}


.box-full .rooms-box-inner2 .bottom-row .bottom-left { width:45%; padding-right:50px;}
.box-full .rooms-box-inner2 .bottom-left .file-size-out-wide {width:100%;}
.box-full .rooms-box-inner2 .bottom-left .display-message {color:#272525; font-size:12px;}
.box-full .rooms-box-inner2 .bottom-left .file-sizes { display:flex; flex-wrap:wrap; width: 100%;padding-bottom:5px;}
.box-full .rooms-box-inner2 .bottom-left .file-sizes .fs-inner { padding:2px 4px; color:#fff; border-radius:3px; background:#808080; margin-right: 5px; margin-top:2px; margin-bottom:2px;}

/* end fully */


.rooms-box-inner .title-box { display:flex; flex-wrap:nowrap; /*align-items:center;*/ justify-content:space-between; padding:10px 0; /*min-height:90px;*/}
.rooms-box-inner .title-box .left { }
.rooms-box-inner .title-box .right { padding-left:25px;}
.rooms-box-inner .title-box .right .flag { background-color:#CE0000;border-radius:5px; color:#fff;color: #FFF;text-align: center;font-family: MyriadPro;font-size: 14px;font-style: normal;font-weight: 700;line-height: 22px;text-transform:uppercase;padding: 5px 5px 3px 5px;}

.rooms-box-inner2 .title-box { display:flex; flex-wrap:nowrap; /*align-items:center;*/ justify-content:space-between; padding:10px 0; /*min-height:90px;*/}
.rooms-box-inner2 .title-box .left { }
.rooms-box-inner2 .title-box .right { padding-left:25px;}
.rooms-box-inner2 .title-box .right .flag { background-color:#CE0000;border-radius:5px; color:#fff;color: #FFF;text-align: center;font-family: MyriadPro;font-size: 14px;font-style: normal;font-weight: 700;line-height: 22px;text-transform:uppercase;padding: 5px 5px 3px 5px;}
.rooms-boxes .rooms-box h3 { font-family: 'MyriadPro Bold'; color: #272525; font-size: 20px; line-height: 1.5em; min-height: 55px; color: #272525;font-size: 20px;font-style: normal;font-weight: 700;line-height: 30px; /* 150% */}
.rooms-boxes .rooms-box .listen-link { }
.rooms-boxes .rooms-box .listen-link a {color:#fff; line-height:20px;background-color: #CE0000; color:#FFFFFF; border:2px solid #CE0000; padding:5px 5px 3px; border-radius:5px; font-family: 'MyriadPro Bold';font-size: 14px;font-style: normal;font-weight: 700;text-transform: capitalize; transition:all 400ms ease;}
.rooms-boxes .rooms-box .listen-link a:hover { background-color:#CE0000; opacity:.8;transform:scale(1.05);} 
.rooms-boxes .rooms-box .preview-link a { line-height:20px;color: #CE0000; background-color:#FFFFFF; border:2px solid #CE0000;padding:5px 5px 3px; border-radius:5px; font-family: 'MyriadPro Bold';font-size: 14px;font-style: normal;font-weight: 700;text-transform: capitalize; transition:all 400ms ease; margin-left:5px;}
.rooms-boxes .rooms-box .preview-link a:hover {color:#fff;background-color:#CE0000; color:#fff;opacity:.8;transform:scale(1.05);}

.cart-popup { transform: translateX(100%); -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.cart-popup.show-side-menu { transform: translateX(0); }
.cart-side-btn{width: 61px; height: 62px; position: absolute; left: -61px; padding: 6px; background: linear-gradient(104.7deg,#47cf50 40.41%,#d4de25 139.12%); top: 10px; cursor: pointer; }
.cart-side-btn div{width:100%;height:5px;background:white;margin:4px auto;transition:all 0.3s;backface-visibility:hidden; opacity:0;}
.cart-side-btn.on .one{transform:rotate(45deg) translate(6px,6px);opacity:1;margin-top:15px;}
.cart-side-btn.on .two{opacity:0;}
.cart-side-btn.on .three{transform:rotate(-45deg) translate(7px,-7px);opacity:1;}
.cart-popup h4 { color: #272525; font-size: 27px; line-height: 1.5em; margin-bottom: 6px; }
.cart-side-btn .icon{position:absolute;top:5px;left:8px;right:0;bottom:0;width:45px;object-fit:contain;}
.cart-side-btn.on .icon{opacity:0;}
.p-rooms-boxes .rooms-box .quote-btn-main { text-align: center; padding: 10px 0 20px; }
.p-rooms-boxes .rooms-box .quote-btn-main a { float: none;display: inline-block;position: relative;padding: 5px 22px;line-height: 22px;color: #fff;background-color:#272525;border-radius: 28px;font-family: 'Merriweather Sans',sans-serif;}
.cart-side-btn span.count-cart { position: absolute; left: -10px; top: -10px; font-size: 14px; line-height:24px; color: #47cf50; background: #fff; height: 20px; width: 20px; border-radius: 25px; text-align: center; z-index: 111; font-weight: 600; }
.rooms-main .cart-popup-inner a.btn-style1 { background: linear-gradient(104.7deg,#47cf50 40.41%,#d4de25 139.12%);}

.listen-icons-outer {display:none;}

.listen-hover {min-height:30px;}
.listen-icons ul {display:flex; flex-wrap:wrap; align-items:center;}
.listen-icons ul li { width:calc(100%/6); padding:0!important; margin:0!important;padding-left:10px!important; padding-right:10px!important; margin-bottom:0!important;}
.listen-icons ul li:first-child {padding-left:0!important;}
.listen-icons ul li:before {display:none!important;}
.listen-icons ul li img {max-width:30px;}
.listen-here p {font-weight:700; padding:5px 0 10px;}

.top-wrap {display:flex; flex-wrap:wrap; width:100%; align-items:flex-start;}
.rooms-filter-wrapper .rooms-filter-inner {display: flex;flex-flow: wrap;width:calc(66.6667%);justify-content:start;}
.rooms-filter-wrapper .rooms-filter-inner .filter {width:100%;/*width:20%;*/}
.rooms-filter-wrapper .rooms-filter-inner .search-box {width:calc( 100%/5 );}
.rooms-filter-wrapper .rooms-filter-inner .keep-width {width:calc(100%/3);}
.search-cont {display:flex; align-items:center; justify-content:flex-end; width:calc(100%/3);}
.row-fluid .btn-style-clear {margin-left:20px;}
.row-fluid .btn-style-clear a {float:right;}
.search-box form {background-color: #fff; width:100%;position: relative;display: inline-block;box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);border-radius: 50px;padding: 12px 25px;color: #272525;letter-spacing: 0.5px;font-size: 16px;text-transform: uppercase;font-weight: 700;cursor: pointer;padding-right: 40px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.search-box form input {height:auto;}
.search-box form {width: 100%;max-width: 250px;text-align: center;display: block;float: right;}

@media (max-height:807px){.cart-popup { top:auto;bottom:20px; }}
.filter-hide {display: none;}
.rooms-filter-wrapper {justify-content: space-between;}
.rooms-filter-wrapper .filter {margin-right:0!important;}






@media (min-width:768px){
  .rooms-boxes .rooms-box:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px;background: #CE0000; }
  .rooms-boxes .rooms-box.generic-play-slots:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px;background:#ce0000!important; }
  .rooms-boxes .rooms-box.generic-play-skill-games:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px;background:#ce0000!important; }
  .rooms-boxes .rooms-box.generic:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background:#ce0000!important; }
  .rooms-boxes .rooms-box.ae-player-rewards:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px;background: #c4ab74!important; }
  .rooms-boxes .rooms-box.ae-prize-patrol:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #c4ab74!important; }
  .rooms-boxes .rooms-box.brand-ambassador-events:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #c4ab74!important; }
  .rooms-boxes .rooms-box.manufacturer-game-title:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px;background: #272525!important; }
  .rooms-boxes .rooms-box.seasonal:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #ce0000!important; }

  .rooms-boxes .rooms-box.generic-play-slots:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px;background:#ce0000!important; }
  .rooms-boxes .rooms-box.generic-play-skill-games:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px;background:#ce0000!important; }
  .rooms-boxes .rooms-box.generic:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background:#ce0000!important; }
  .rooms-boxes .rooms-box.ae-player-rewards:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px;background: #c4ab74!important; }
  .rooms-boxes .rooms-box.ae-prize-patrol:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #c4ab74!important; }
  .rooms-boxes .rooms-box.brand-ambassador-events:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #c4ab74!important; }
  .rooms-boxes .rooms-box.free-play:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #ce0000!important; }
  .rooms-boxes .rooms-box.match-play:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #ce0000!important; }
  .rooms-boxes .rooms-box.scratch-card:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #ce0000!important; }
  .rooms-boxes .rooms-box.special-events:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #ce0000!important; }
  .rooms-boxes .rooms-box.spin-the-wheel:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #c4ab74!important; }
  .rooms-boxes .rooms-box.seasonal:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #ce0000!important; }
  .rooms-boxes .rooms-box.manufacturer-game-title:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px;background: #272525!important; }
  .rooms-boxes .rooms-box.game-title:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background:#272525!important; }
  .rooms-boxes .rooms-box.game-title.social-graphic:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px;background: #272525!important; }
  .rooms-boxes .rooms-box.game-title.direct-mailer:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px;background: #272525!important; }

}
@media (min-width:1801px) {
  .row-fluid .el-hero-main .el-hero-outer { min-height: 870px; padding: 90px 0px 50px; display: flex; align-items: center; justify-content: center; text-align: center; }
}

@media (max-width:1300px){

  .rooms-boxes { margin: 0px -15px; }
  .rooms-boxes .rooms-box { width: calc(50% - 30px); margin: 13px 15px; }

}
@media (max-width:1201px){


  .rooms-outer .filter-button-group li { margin: 7px; }
  .rooms-outer .filter-button-group li a { width: 110px; }
  .rooms-outer .filter-button-group2 li { margin: 7px; }
  .rooms-outer .filter-button-group2 li a { width: 125px; }
  .rooms-filter-wrapper .filter { margin-right: 35px; }
  .rooms-boxes .rooms-box .rooms-box-bottom { margin-top: 30px; }
  .rooms-filter-wrapper .filter span { font-size: 15px; }


}
@media (max-width:1200px){
  .row-fluid .wrapper {width:100%;padding-left:15px; padding-right:15px;}
  .box-full .rooms-main .p-rooms-boxes .rooms-box .rooms-box-bottom{padding: 0 10px;}
  .box-full .rooms-main .p-rooms-boxes .rooms-box h3{width:55%;}
  .box-full .rooms-main .p-rooms-boxes .rooms-box .rooms-box-bottom { width:40%; }
  .box-full .rooms-main .p-rooms-boxes .rooms-box .rooms-box-bottom ul li{ padding-bottom: 5px; margin-bottom:0px;}
  .rooms-filter-wrapper {justify-content: space-between;}
  .rooms-filter-wrapper .rooms-filter-inner {flex-wrap:wrap; width:100%; justify-content:center;}
  .row-fluid .btn-style-clear {width:auto; margin:20px auto; display:block;}
  .rooms-filter-wrapper .rooms-filter-inner .filter {width:calc(100% - 20px);}
  .rooms-filter-wrapper .rooms-filter-inner .filter span {max-width:100%; width:100%;}
  .top-wrap {justify-content:center;align-items:center;}
  .search-cont {width:auto;}
  .row-fluid .btn-style-clear {margin-left:10px;}
  .rooms-filter-wrapper .rooms-filter-inner .search-box {width:100%; display:block; margin:20px auto;}
  .rooms-filter-wrapper .rooms-filter-inner .search-box form {width: 100%;text-align: center;margin: 0 auto;display: block; max-width:500px; float:unset;}
  .rooms-filter-wrapper .filter ul {width:100%!important; left:auto!important; right:auto!important;}
  .rooms-boxes .rooms-box {width:calc (50% - 30px); }
}

@media (max-width:992px){
  .row-fluid .hero-leftbox{float:left;padding:0 15px 40px 15px !important;text-align:center;width:100%;}
  .row-fluid .hero-leftbox .hero-btnbox{display: block;}
  .row-fluid .hero-btnbox .btn{display: inline-block;}
  .row-fluid .hero-rightbox{clear:both;float:none;margin:0 auto;width:500px;}
  .rooms-boxes .rooms-box .rooms-box-bottom ul li { display: inline-block; position: relative; color: #828282; font-size: 12px; line-height: 1; padding-left: 29px; padding-right: 10px; margin-bottom: 10px; }
  /*.blog-main .title-style .post-tag .block h4 a:before { display: none; width: 18px; height: 12px; position: absolute; top: 50%; transform: translateY(-50%); left: 50px; background-image: url(https://www.avisystems.com/hubfs/np_close_996783_9E9E9E.svg); background-repeat: no-repeat; background-size: contain; }*/
  .rooms-boxes .rooms-box .rooms-box-bottom ul li:before { content: ''; position: absolute; top: 0; left: 0; background-repeat: no-repeat; background-size: contain; background-position: center; height: 18px; width: 20px; }
  /*.rooms-boxes .rooms-box .rooms-box-bottom ul li.group:before { background-image: url('https://www.avisystems.com/hubfs/AVI-2020/images/clarity_group-line.svg'); }
  .rooms-boxes .rooms-box .rooms-box-bottom ul li.size:before { background-image: url(https://www.avisystems.com/hubfs/AVI-2020/images/screen.svg); }
  .rooms-boxes .rooms-box .rooms-box-bottom ul li.mic:before { background-image: url(https://www.avisystems.com/hubfs/AVI-2020/images/mic.svg); height: 16px; }
  .rooms-boxes .rooms-box .rooms-box-bottom ul li.speaker:before { background-image: url(https://www.avisystems.com/hubfs/LogosConfigurator/AViSpeakerNew.svg); height: 16px; }
  .rooms-boxes .rooms-box .rooms-box-bottom ul li.furniture:before { background-image: url(https://www.avisystems.com/hubfs/LogosConfigurator/AVIFurnitureNew.svg); height: 16px; }*/
  .row-fluid .c-twocol-main .c-twocol-left { padding-right: 40px; }
  .row-fluid .c-twocol-main .ctwocol-right { padding-left: 25px; }
  .row-fluid .c-twocol-main .c-twocol-heading h2 { font-size: 25px; }
  .row-fluid .c-twocol-main .c-twocol-heading .c-twocol-text { font-size: 18px; }
  .row-fluid .c-twocol-main .c-twocol-heading { padding-bottom: 20px; }
  .row-fluid .smartcontent h2 { font-size: 25px; }
  .row-fluid  .smartcontnent { font-size: 18px; }
  .row-fluid .smartcontent { padding-bottom: 20px; }
  .ctwocol-link-outer { padding-top: 20px; }
  .ctwocol-link-outer .ctwocol-link h4 { font-size: 18px; margin-bottom: 10px; }
  .row-fluid .c-twocol-main { padding: 70px 0px 60px; }
  .default-form .field.hs-form-field > label { font-size: 16px; padding-bottom: 7px;}
  .rooms-main .heading .heading-text { font-size: 16px; margin-top: 10px; }
  .rooms-outer .filter-button-group { margin-top: 40px; }
  .rooms-outer .filter-button-group ul { max-width: 560px; }
  .rooms-outer .filter-button-group2 { margin-top: 40px; }
  .rooms-outer .filter-button-group2 ul { max-width: 560px; }
  .rooms-filter-wrapper { padding-top: 50px; padding-bottom: 40px; }
  .rooms-filter-wrapper .filter span { font-size: 14px; width: 220px; }
  .rooms-boxes .rooms-box { width: calc(33.33% - 16px); margin: 8px 8px; }
  .rooms-boxes { margin: 0px -8px; }
  .rooms-main { padding: 30px 0px 80px; }
  .shortby-outer .shortby-right .shortby-icon span { font-size: 16px; padding-left: 30px; }
  .shortby-outer .shortby-right .shortby-icon span:before { width: 18px; height: 11px; }
  .rooms-filter-wrapper .filter { margin-right: 15px;}
}



@media (max-width:991px){
  .rooms-filter-wrapper {max-width:100%!important;}
  .box-full .rooms-main .rooms-boxes .fully.rooms-box { width:100%;}
  .box-full .rooms-main .p-rooms-boxes .rooms-box .rooms-box-inner { flex-direction: row; }
  .box-full .rooms-main .p-rooms-boxes .rooms-box .rooms-box-inner2 { flex-direction: row; }
  .box-full .rooms-main .p-rooms-boxes .rooms-box .rooms-box-bottom ul li { padding-bottom: 8px; }
  .box-full .p-rooms-boxes .rooms-box .rooms-box-icon img {width:75px;}
  .box-full .rooms-main .p-rooms-boxes .rooms-box p.cleared { padding-left:0px; padding-right:0px;}
  .box-full .p-rooms-boxes .rooms-box .rooms-box-bottom ul {width:160px;}
  .box-full .rooms-main .p-rooms-boxes .rooms-box p {color: #272525;padding-top: 10px !important;padding-left: 0px; padding-right: 10px;width: 18%;}
  .box-full .rooms-main .p-rooms-boxes .rooms-box h3 {width: 40%;}
  .rooms-box-inner .video {padding:5px 0; height:auto;}
  .rooms-box-inner .title-box {/*height:100px;*/}
  .rooms-box-inner .cat-box {padding-bottom:10px;}
  .rooms-box-inner2 .video {padding:5px 0; height:auto;}
  .rooms-box-inner2 .title-box {/*height:100px;*/}
  .rooms-box-inner2 .cat-box {padding-bottom:10px;}
  .rooms-boxes .rooms-box h3 {font-size:18px;}
  .box-full .rooms-boxes .rooms-box h3 {font-size:20px;}
  .header-logo-misalign {left:80%!important; right:0;}
  .box-full .rooms-box-inner .bottom-row .bottom-left {width:100%;}
  .box-full .rooms-box-inner2 .bottom-row .bottom-left {width:100%;}
  .box-full .rooms-main .rooms-boxes .fully.rooms-box .bottom-row {flex-wrap:wrap;}
  .box-full .rooms-main .rooms-boxes .rooms-box .rooms-box-bottom {width:100%;}
  .box-full .rooms-main .rooms-boxes .rooms-box { width: calc(100% - 15px);}
  .box-full .rooms-main .rooms-boxes .fully.rooms-box .bottom-row .bottom-outer { justify-content:center; padding-top:10px;}
  .rooms-boxes .rooms-box .rooms-box-bottom .bottom-outer .left .line-height { height:0px; }
  .box-full .rooms-main .rooms-boxes .top-sec {width:100%; }
  .box-full .rooms-box-inner .title-box {width:100%;}
  .box-full .rooms-box-inner2 .title-box {width:100%;}
}

@media (min-width: 30px) and (max-width: 991px){ 
  .rooms-outer .filter-button-group li a { width: 120px !important; }
  .rooms-outer .filter-button-group2 li a { width: 120px !important; }
  .min-height {height:100px;}
  .mobile-onlyy {display:inline-block!important; text-align:center!important;font-size: 24px!important; padding-top:50px !important;line-height:30px;}
  .mobile-onlyy2 {display:none!important;}
  .row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }
  .mobile-space {margin-top:100px;}
  .mobile-only {display:inline-block !important;}
  .rooms-boxes .rooms-box { width: calc(50% - 16px); margin: 8px 8px; }
  .rooms-filter-wrapper { justify-content: center; max-width: 260px; margin: 0px auto; }
  .rooms-filter-wrapper .filter { margin: 3px 0px; width: 100%; text-align: center;  }
  .rooms-filter-wrapper .filter span { width: 100%; text-align: left; } 
  .rooms-filter-wrapper .filter ul li a { text-align: left; }
  .rooms-main { display: table; width: 100%;}
}







@media (max-width:767px){
  .box-full .rooms-main .p-rooms-boxes .rooms-box p {width:100%;}
  .rooms-box-inner .title-box {align-items:flex-start;}
  .rooms-box-inner .title-box .left {width:100%;}
  .rooms-box-inner .title-box { /*height:100px;*/}
  .rooms-box-inner2 .title-box {align-items:flex-start;}
  .rooms-box-inner2 .title-box .left {width:100%;}
  .rooms-box-inner2 .title-box { /*height:100px;*/}
  .box-full .rooms-main .rooms-boxes .rooms-box h3 {width:100%;}
  .box-full .rooms-main .rooms-boxes .rooms-box .rooms-box-bottom { width:100%; padding:0;}
  .rooms-boxes .rooms-box {min-height:250px; margin:10px 0px !important}
  .box-full .rooms-boxes .rooms-box {min-height:190px;}
  .box-full .rooms-main .rooms-boxes .reg.rooms-box {min-height:220px;}
  .box-full .rooms-main .rooms-boxes .fully.rooms-box {min-height:220px;}
  .p-rooms-boxes .rooms-box h3 {width:100%;}
  .box-full .p-rooms-boxes .rooms-box .rooms-box-bottom ul {width:100%; max-width:none;}
  .box-full .p-rooms-boxes .rooms-box .rooms-box-icon img {width:auto;}
  .box-full .rooms-main .p-rooms-boxes .rooms-box{ width: 100%; margin-left:0; margin-right:0; }
  .box-full .rooms-main .p-rooms-boxes { margin: 0;}
  .box-full .rooms-main .p-rooms-boxes .rooms-box .rooms-box-inner { display: block; }
  .box-full .rooms-main .p-rooms-boxes .rooms-box .rooms-box-inner2 { display: block; }
  .box-full .rooms-main .p-rooms-boxes .rooms-box .rooms-box-bottom { padding: 8px 0; }
  .p-rooms-boxes .rooms-box h3 {max-width:none;}
  .box-full .rooms-main .p-rooms-boxes .rooms-box h3, .box-full .rooms-main .p-rooms-boxes .rooms-box .rooms-box-bottom, .box-full .rooms-main .p-rooms-boxes .rooms-box .rooms-box-icon{width:100%; }
  /*.row-fluid .btn-style-clear a, .row-fluid a.btn-style-clear {float: none; display: inline-block;position: relative;padding: 6px 12px;margin-top:10px;font-size: 14px;line-height: 21px;color: #fff;background: linear-gradient(286.45deg,#ffa472 8.21%,#f58547 91.09%);border-radius: 32px;}*/
  .rooms-box-inner .video {padding:5px 0; height:auto;}
  .rooms-box-inner2 .video {padding:5px 0; height:auto;}
  .rooms-boxes .rooms-box .rooms-box-inner {margin:15px 0!important;}
  .rooms-boxes .rooms-box .rooms-box-inner2 {margin:15px 0!important;}
  .box-full .rooms-main .rooms-boxes .rooms-box { width: calc(100% - 15px);}
  .rooms-filter-wrapper .rooms-filter-inner .keep-width, .search-cont { width:50%;}
  .rooms-boxes .rooms-box:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px;background: #CE0000; }
  
  .rooms-boxes .rooms-box.generic-play-slots:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px;background:#ce0000!important; }
  .rooms-boxes .rooms-box.generic-play-skill-games:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px;background:#ce0000!important; }
  .rooms-boxes .rooms-box.generic:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background:#ce0000!important; }
  .rooms-boxes .rooms-box.ae-player-rewards:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px;background: #c4ab74!important; }
  .rooms-boxes .rooms-box.ae-prize-patrol:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #c4ab74!important; }
  .rooms-boxes .rooms-box.brand-ambassador-events:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #c4ab74!important; }
  .rooms-boxes .rooms-box.free-play:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #ce0000!important; }
  .rooms-boxes .rooms-box.match-play:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #ce0000!important; }
  .rooms-boxes .rooms-box.scratch-card:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #ce0000!important; }
  .rooms-boxes .rooms-box.special-events:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #ce0000!important; }
  .rooms-boxes .rooms-box.spin-the-wheel:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #c4ab74!important; }
  .rooms-boxes .rooms-box.seasonal:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background: #ce0000!important; }
  .rooms-boxes .rooms-box.manufacturer-game-title:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px;background: #272525!important; }
  .rooms-boxes .rooms-box.game-title:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px; background:#272525!important; }
  .rooms-boxes .rooms-box.game-title.social-graphic:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px;background: #272525!important; }
  .rooms-boxes .rooms-box.game-title.direct-mailer:before {content: ''; position: absolute; top: 0; left: 0; right: 0; height: 10px;background: #272525!important; }

  .search-cont {width:auto; justify-content:center;}
  .rooms-box-inner .cat-box .category span {line-height:1;}
  .rooms-box-inner2 .cat-box .category span {line-height:1;}
  
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-bottom {margin-top:0px!important; display:inline-block!important;width:100%;margin-bottom:0;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-bottom .bottom-outer {display:flex; align-items:center;width:100%;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-bottom .bottom-outer .left {padding-left:5px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-bottom .bottom-outer .right {text-align:right; width:100%;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .video-outer {position:relative;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .length {position:absolute; bottom:0; line-height:1; color:#fff;background:linear-gradient(to bottom,  rgba(15, 171, 215,1.0) 0%,rgba(54, 197, 238,1.0) 100%);/*background:linear-gradient(to bottom, rgba(224, 49, 38,1.0) 0%,rgba(217, 88, 160,1.0) 100%);*/right: 0px;padding: 5px; border-radius: 6px 0 6px 6px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .length p { padding:5px; color:#fff;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .video {min-height:190px; position:relative;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .video iframe {border-radius:6px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .podcast-title { padding:5px 0; line-height:1; min-height:auto!important;margin-top:0px!important; margin-bottom:0!important;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .description { /*padding:10px 0 30px;*/ margin-top:0px; width:100%;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .description p {padding:0; height:0; margin:0;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .thumbnail { max-width:300px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .thumbnail img { max-width:100px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .cat-box {display:flex; align-items:center; flex-wrap:wrap; padding-bottom:15px; width:100%;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .cat-box .category { color:#000; margin-right:5px; margin-bottom:5px;padding:2px 5px; border-radius:5px; display:flex; align-items:center;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .cat-box .category img {max-width:25px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .cat-box .category span {padding-left: 5px;font-size:12px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .cat-box .product_type { color:#000; margin-right:5px; margin-bottom:5px;padding:2px 5px; border-radius:5px; display:flex; align-items:center;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .cat-box .product_type img { max-width:25px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .cat-box .product_type span {padding-left: 5px; font-size:12px;} 
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner {padding:10px!important;}
  .box-full .rooms-box-inner .title-box {width:100%;}
  
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .video-outer {position:relative;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .length {position:absolute; bottom:0; line-height:1; color:#fff;background:linear-gradient(to bottom,  rgba(15, 171, 215,1.0) 0%,rgba(54, 197, 238,1.0) 100%);/*background:linear-gradient(to bottom, rgba(224, 49, 38,1.0) 0%,rgba(217, 88, 160,1.0) 100%);*/right: 0px;padding: 5px; border-radius: 6px 0 6px 6px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .length p { padding:5px; color:#fff;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .video {min-height:190px; position:relative;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .video iframe {border-radius:6px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .podcast-title { padding:5px 0; line-height:1; min-height:auto!important;margin-top:0px!important; margin-bottom:0!important;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .description { /*padding:10px 0 30px;*/ margin-top:0px; width:100%;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .description p {padding:0; height:0; margin:0;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .thumbnail { max-width:300px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .thumbnail img { max-width:100px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .cat-box {display:flex; align-items:center; flex-wrap:wrap; padding-bottom:15px; width:100%;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .cat-box .category { color:#000; margin-right:5px; margin-bottom:5px;padding:2px 5px; border-radius:5px; display:flex; align-items:center;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .cat-box .category img {max-width:25px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .cat-box .category span {padding-left: 5px;font-size:12px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .cat-box .product_type { color:#000; margin-right:5px; margin-bottom:5px;padding:2px 5px; border-radius:5px; display:flex; align-items:center;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .cat-box .product_type img { max-width:25px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .cat-box .product_type span {padding-left: 5px; font-size:12px;} 
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 {padding:10px!important;}
  .box-full .rooms-box-inner2 .title-box {width:100%;}

  .rooms-boxes .fully.rooms-box .rooms-box-bottom {margin-top:0px!important; display:inline-block!important;width:100%;margin-bottom:0;}
  .rooms-boxes .fully.rooms-box .rooms-box-bottom .bottom-outer {display:flex; align-items:center;width:100%;}
  .rooms-boxes .fully.rooms-box .rooms-box-bottom .bottom-outer .left {padding-left:5px;}
  .rooms-boxes .fully.rooms-box .rooms-box-bottom .bottom-outer .right {text-align:right; width:100%;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .video-outer {position:relative;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .length {position:absolute; bottom:0; line-height:1; color:#fff;background:linear-gradient(to bottom,  rgba(15, 171, 215,1.0) 0%,rgba(54, 197, 238,1.0) 100%);/*background:linear-gradient(to bottom, rgba(224, 49, 38,1.0) 0%,rgba(217, 88, 160,1.0) 100%);*/right: 0px;padding: 5px; border-radius: 6px 0 6px 6px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .length p { padding:5px; color:#fff;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .video {min-height:190px; position:relative;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .video iframe {border-radius:6px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .podcast-title { padding:5px 0; line-height:1; min-height:auto!important;margin-top:0px!important; margin-bottom:0!important;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .description { /*padding:10px 0 30px;*/ margin-top:0px; width:100%;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .description p {padding:0;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .thumbnail { max-width:300px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .thumbnail img { max-width:100px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .cat-box {display:flex; align-items:center; flex-wrap:wrap; padding-bottom:15px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .cat-box .category { color:#000; margin-right:5px; margin-bottom:5px;padding:2px 5px; border-radius:5px; display:flex; align-items:center;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .cat-box .category img {max-width:25px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .cat-box .category span {padding-left: 5px;font-size:12px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .cat-box .product_type { color:#000; margin-right:5px; margin-bottom:5px;padding:2px 5px; border-radius:5px; display:flex; align-items:center;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .cat-box .product_type img { max-width:25px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .cat-box .product_type span {padding-left: 5px; font-size:12px;} 
  .rooms-boxes .fully.rooms-box .rooms-box-inner {padding:10px!important;}

  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .video-outer {position:relative;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .length {position:absolute; bottom:0; line-height:1; color:#fff;background:linear-gradient(to bottom,  rgba(15, 171, 215,1.0) 0%,rgba(54, 197, 238,1.0) 100%);/*background:linear-gradient(to bottom, rgba(224, 49, 38,1.0) 0%,rgba(217, 88, 160,1.0) 100%);*/right: 0px;padding: 5px; border-radius: 6px 0 6px 6px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .length p { padding:5px; color:#fff;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .video {min-height:190px; position:relative;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .video iframe {border-radius:6px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .podcast-title { padding:5px 0; line-height:1; min-height:auto!important;margin-top:0px!important; margin-bottom:0!important;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .description { /*padding:10px 0 30px;*/ margin-top:0px; width:100%;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .description p {padding:0;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .thumbnail { max-width:300px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .thumbnail img { max-width:100px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .cat-box {display:flex; align-items:center; flex-wrap:wrap; padding-bottom:15px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .cat-box .category { color:#000; margin-right:5px; margin-bottom:5px;padding:2px 5px; border-radius:5px; display:flex; align-items:center;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .cat-box .category img {max-width:25px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .cat-box .category span {padding-left: 5px;font-size:12px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .cat-box .product_type { color:#000; margin-right:5px; margin-bottom:5px;padding:2px 5px; border-radius:5px; display:flex; align-items:center;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .cat-box .product_type img { max-width:25px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .cat-box .product_type span {padding-left: 5px; font-size:12px;} 
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 {padding:10px!important;}
}
@media (max-width:500px){
  .rooms-box-inner .title-box {/*height:80px;*/}
  .rooms-box-inner2 .title-box {/*height:80px;*/}
  .shortby-outer .shortby-left ul {display:none;}
  .rooms-filter-wrapper .rooms-filter-inner .keep-width {width:100%;}
  .box-full .rooms-main .rooms-boxes .rooms-box {width:100%;}
  .rooms-filter-wrapper .rooms-filter-inner .filter {width:100%; padding:0;}
  .rooms-filter-wrapper .rooms-filter-inner .filter span {margin:5px 0;}
  .rooms-filter-wrapper .rooms-filter-inner .search-box {margin:5px auto;}
  .rooms-boxes .rooms-box {min-height:170px;}
  .row-fluid .btn-style-clear a { background: #ce0000;border-radius: 29px;color: #fff;display: inline-block;float: none; font-size: 15px;line-height: 14px; padding: 12px 6px;position: relative; text-align: center;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-bottom {margin-top:0px!important; display:inline-block!important;width:100%;margin-bottom:0;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-bottom .bottom-outer {display:flex; align-items:center;width:100%;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-bottom .bottom-outer .left {padding-left:5px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-bottom .bottom-outer .right {text-align:right; width:100%;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .video-outer {position:relative;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .length {position:absolute; bottom:0; line-height:1; color:#fff;background:linear-gradient(to bottom,  rgba(15, 171, 215,1.0) 0%,rgba(54, 197, 238,1.0) 100%);/*background:linear-gradient(to bottom, rgba(224, 49, 38,1.0) 0%,rgba(217, 88, 160,1.0) 100%);*/right: 0px;padding: 5px; border-radius: 6px 0 6px 6px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .length p { padding:5px; color:#fff;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .video {min-height:190px; position:relative;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .video iframe {border-radius:6px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .podcast-title { padding:5px 0; line-height:1; min-height:auto!important;margin-top:0px!important; margin-bottom:0!important;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .description { /*padding:10px 0 30px;*/ margin-top:0px; width:100%;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .description p {padding:0;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .thumbnail { max-width:300px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .thumbnail img { max-width:100px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .cat-box {display:flex; align-items:center; flex-wrap:wrap; padding-bottom:15px; width:100%;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .cat-box .category { color:#000; margin-right:5px; margin-bottom:5px;padding:2px 5px; border-radius:5px; display:flex; align-items:center;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .cat-box .category img {max-width:25px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .cat-box .category span {padding-left: 5px;font-size:12px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .cat-box .product_type { color:#000; margin-right:5px; margin-bottom:5px;padding:2px 5px; border-radius:5px; display:flex; align-items:center;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .cat-box .product_type img { max-width:25px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner .cat-box .product_type span {padding-left: 5px; font-size:12px;} 
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner {padding:10px!important;}
  .box-full .rooms-box-inner .title-box {width:100%;}
  
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .video-outer {position:relative;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .length {position:absolute; bottom:0; line-height:1; color:#fff;background:linear-gradient(to bottom,  rgba(15, 171, 215,1.0) 0%,rgba(54, 197, 238,1.0) 100%);/*background:linear-gradient(to bottom, rgba(224, 49, 38,1.0) 0%,rgba(217, 88, 160,1.0) 100%);*/right: 0px;padding: 5px; border-radius: 6px 0 6px 6px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .length p { padding:5px; color:#fff;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .video {min-height:190px; position:relative;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .video iframe {border-radius:6px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .podcast-title { padding:5px 0; line-height:1; min-height:auto!important;margin-top:0px!important; margin-bottom:0!important;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .description { /*padding:10px 0 30px;*/ margin-top:0px; width:100%;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .description p {padding:0;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .thumbnail { max-width:300px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .thumbnail img { max-width:100px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .cat-box {display:flex; align-items:center; flex-wrap:wrap; padding-bottom:15px; width:100%;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .cat-box .category { color:#000; margin-right:5px; margin-bottom:5px;padding:2px 5px; border-radius:5px; display:flex; align-items:center;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .cat-box .category img {max-width:25px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .cat-box .category span {padding-left: 5px;font-size:12px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .cat-box .product_type { color:#000; margin-right:5px; margin-bottom:5px;padding:2px 5px; border-radius:5px; display:flex; align-items:center;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .cat-box .product_type img { max-width:25px;}
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 .cat-box .product_type span {padding-left: 5px; font-size:12px;} 
  .box-full .rooms-boxes .reg.rooms-box .rooms-box-inner2 {padding:10px!important;}
  .box-full .rooms-box-inner2 .title-box {width:100%;}

  .rooms-boxes .fully.rooms-box .rooms-box-bottom {margin-top:0px!important; display:inline-block!important;width:100%;margin-bottom:0;}
  .rooms-boxes .fully.rooms-box .rooms-box-bottom .bottom-outer {display:flex; align-items:center;width:100%;}
  .rooms-boxes .fully.rooms-box .rooms-box-bottom .bottom-outer .left {padding-left:5px;}
  .rooms-boxes .fully.rooms-box .rooms-box-bottom .bottom-outer .right {text-align:right; width:100%;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .video-outer {position:relative;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .length {position:absolute; bottom:0; line-height:1; color:#fff;background:linear-gradient(to bottom,  rgba(15, 171, 215,1.0) 0%,rgba(54, 197, 238,1.0) 100%);/*background:linear-gradient(to bottom, rgba(224, 49, 38,1.0) 0%,rgba(217, 88, 160,1.0) 100%);*/right: 0px;padding: 5px; border-radius: 6px 0 6px 6px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .length p { padding:5px; color:#fff;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .video {min-height:190px; position:relative;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .video iframe {border-radius:6px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .podcast-title { padding:5px 0; line-height:1; min-height:auto!important;margin-top:0px!important; margin-bottom:0!important;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .description { /*padding:10px 0 30px;*/ margin-top:0px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .description p {padding:0;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .thumbnail { max-width:300px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .thumbnail img { max-width:100px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .cat-box {display:flex; align-items:center; flex-wrap:wrap; padding-bottom:15px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .cat-box .category { color:#000; margin-right:5px; margin-bottom:5px;padding:2px 5px; border-radius:5px; display:flex; align-items:center;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .cat-box .category img {max-width:25px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .cat-box .category span {padding-left: 5px;font-size:12px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .cat-box .product_type { color:#000; margin-right:5px; margin-bottom:5px;padding:2px 5px; border-radius:5px; display:flex; align-items:center;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .cat-box .product_type img { max-width:25px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner .cat-box .product_type span {padding-left: 5px; font-size:12px;} 
  .rooms-boxes .fully.rooms-box .rooms-box-inner {padding:10px!important;}
  
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .video-outer {position:relative;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .length {position:absolute; bottom:0; line-height:1; color:#fff;background:linear-gradient(to bottom,  rgba(15, 171, 215,1.0) 0%,rgba(54, 197, 238,1.0) 100%);/*background:linear-gradient(to bottom, rgba(224, 49, 38,1.0) 0%,rgba(217, 88, 160,1.0) 100%);*/right: 0px;padding: 5px; border-radius: 6px 0 6px 6px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .length p { padding:5px; color:#fff;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .video {min-height:190px; position:relative;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .video iframe {border-radius:6px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .podcast-title { padding:5px 0; line-height:1; min-height:auto!important;margin-top:0px!important; margin-bottom:0!important;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .description { /*padding:10px 0 30px;*/ margin-top:0px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .description p {padding:0;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .thumbnail { max-width:300px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .thumbnail img { max-width:100px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .cat-box {display:flex; align-items:center; flex-wrap:wrap; padding-bottom:15px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .cat-box .category { color:#000; margin-right:5px; margin-bottom:5px;padding:2px 5px; border-radius:5px; display:flex; align-items:center;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .cat-box .category img {max-width:25px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .cat-box .category span {padding-left: 5px;font-size:12px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .cat-box .product_type { color:#000; margin-right:5px; margin-bottom:5px;padding:2px 5px; border-radius:5px; display:flex; align-items:center;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .cat-box .product_type img { max-width:25px;}
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 .cat-box .product_type span {padding-left: 5px; font-size:12px;} 
  .rooms-boxes .fully.rooms-box .rooms-box-inner2 {padding:10px!important;}
}
@media (max-width: 500px){
  .rooms-boxes .rooms-box { width: 100%; margin: 10px 0px!important; }
  .rooms-boxes { margin: 0 auto; max-width: 400px; }
  .shortby-outer { max-width: 400px; margin: 0px auto; }
}