@charset "utf-8";
/* RandR Party */
/*
font-family: 'Quicksand', sans-serif;
*/

/*** Reset CSS ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0px; padding: 0px; border: 0; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; font-size: 100%; font-weight: normal; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
em { color: #999; font-style: italic; font-size: 0.9em; }
strong { color: #333; font-weight: 500; }
strong.dark { color: #000; font-weight: 500; }
b { color: #111; font-weight: 500; }
a.bullet-white { background: url(https://www.rr-partyrentals.com/images/bullet-white.png) no-repeat right 7px; padding-right: 12px; }
iframe { border: 1px solid #999 !important; }

/** Clear Fixes **/
.cf:before, .cf:after { content: " "; /* 1 */ display: table; /* 2 */ }
.cf:after { clear: both; }
.cf { /**zoom: 1;*/ }
.cb { clear: both; height: 0px; }
.cb.spacer { height: 15px; }
.cl { clear: left; }
.cr { clear: right; }

/** Floats & Alignments **/
.fl { float: left; }
.fr { float: right; }
.fr.xtra-space { margin: 0px 0px 10px 20px; }
.fl.xtra-space { margin: 0px 20px 10px 0px; }
.center { text-align: center; }

/** Padding **/
.less-padding { padding-bottom: 0.5em; }
.no-padding { padding-bottom: 0px; }
.first { padding-left: 0px; }
.last { padding-right: 0px; }

/* Global */
a { color: #000; text-decoration: none; outline: 0; }
a:hover { text-decoration: none; }
a.strong { font-weight: bold; }
a.bullet { background: url(images/bullet.png) no-repeat 0px 7px; padding-left: 10px; }

h1, h2, h3, h4 { font-weight: 300; color: #666; }
h1 { font-size: 36px; } 
h1.index { width: 92%; color: #FFF; font-size: 30px; padding: 20px 0px 20px; margin: 0px; padding-left: 8%; text-transform: none; background: #000; }
h2 { font-size: 25px; padding-bottom: 15px; text-transform: none; }
h3 { font-size: 1.3em; padding: 5px 0px 5px; }
h4 { font-size: 1.3em; padding: 15px 0px; }
h5 { font-size: 1.2em; font-weight: 500; padding-bottom: 5px; }
h6 { font-size: 1.1em; font-weight: 500; }

p { margin-bottom: 15px; }
p.center { text-align: center; }
p.italic { font-style: italic; }
p.read-more { text-align: right; padding: 0px; margin: 0px; }
a.read-more { background: url(https://www.rr-partyrentals.com/images/icon-bullet-dark.png) no-repeat 0px 7px; padding-left: 15px; }
div.read-more { text-align: right; }
p.attention { color: #C00; background: url(https://www.rr-partyrentals.com/images/icon-attention.png) no-repeat 0px 0px; padding-left: 25px; line-height: 18px; }
p.space { padding-top: 10px; }
p.special { background: #903; color: #FFF; font-weight: bold; text-align: center; padding: 20px 50px; margin-top: 10px; }
p.special a { color: #FF0; text-decoration: none; }
p.special span { color: #FF0; }
p.no-margin { margin-bottom: 0; }

img.autosize { max-width: 100%; }
img.rounded { border-radius: 6px; }
.border { border: 1px solid #333; }
.toggle-off { display: none; }
.caps { text-transform: uppercase; }
.spacer.ten { clear: both; height: 10px; }
.ninety { width: 90%; }
.center { text-align: center !important; }
.centered { margin: 0px auto !important; }

/* Horizontal Rule */
hr { border: 0; height: 0; margin: 0px; border-top: 1px solid #DDD; border-bottom: 0px none;}
hr.gray { border: 0; height: 0; margin: 0px; border-top: 1px solid #999; border-bottom: 0px none;}
hr.dashed { clear: both; border: 0; height: 0; border-top: 2px dashed #DDD; margin-bottom: 20px;}
hr.faded { clear: both; height: 1px; border: 0; margin: 0px auto;  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45), rgba(0,0,0,0)); }
hr.faded.white { clear: both; height: 1px; border: 0; margin: 0px auto; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.60), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.60), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.60), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.60), rgba(0,0,0,0)); }
hr.faded.gray { clear: both; height: 1px; border: 0; margin: 0px auto;  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); }

/* Lists */
li.indent { padding-left: 5px; }
ul.disc { list-style: disc; padding-left: 20px; margin-bottom: 15px; }
ul.disc.red { color: #903; }
ul.disc.red span { color: #111; }
ul.fl { float: left; margin-right: 10px; }
ul.fl.last { margin-right: 0px; }
ul.fl.first { margin-left: 0px; }
ul.bullet { padding-left: 10px; }
ul.bullet li a { background: url(images/bullet-dark.png) no-repeat 0px 6px; padding-left: 15px; }
ul.float-list li { float: left; }
ul.float-list.margins li { margin-right: 20px; }
ul.float-list.margins li.last { margin-right: 0px; }
ul.special { text-align: center; }
ul.special li { display: inline-block; padding: 40px 10px 30px; }
ul.inline li { display: inline-block; }

/*** Globals ***/
body { font-family: 'Quicksand', sans-serif; font-size: 18px; font-weight: 300; line-height: 1.5; color: #666; background: #FFF; min-width: 980px; }
.wrapper, .top-links-wrap, .header-wrap, .navbar-wrap, .slideshow-wrap, .container-wrap, .banner-wrap, .seo-cities-wrap, footer-buttons-wrap, .footer-wrap, .subfooter-wrap { width: 100%; min-width: 320px; }
#topbar:after, #header:after, #header-pane:after, #navbar:after, #slideshow:after, #content:after, #footer:after { visibility: hidden; display: block; content: " "; clear: both; height: 0; }

/* Header */
.header-wrap { position: relative; width: 100%; background: #000; padding: 0px 0px; border-bottom: 0px solid #5F4B8B; }
.header { position: relative; width: 96%; padding: 0px 0px; margin: 0px auto; }
.logo { position: absolute; top: 10px; left: 0; width: 40%; margin: 0px 0px 0px; }
.logo img { float: left; width: auto; max-width: 100%; height: auto; max-height: 150px; margin-top: 0px; margin-bottom: 10px; }
.tagline { float: left; font-size: 28px; line-height: 1; margin: 60px 0px 0px 20px; }
.header-pane { position: relative; float: right; width: 60%; margin-top: 20px; }

/* Header Search */
#search-wrap { position: relative; float: right; margin: 20px 0px 0px; }
#search { position: relative; float: left; width: 280px; background: #FFF; border: 1px solid #999; margin: 0px 0px; padding: 5px 6px; padding-right: 6px; color: #666; }
#search:hover { background: #FFF; border: 1px solid #CCC; }
#search-box { float: left; width: 250px; height: 25px; background: none transparent; border: 0px; padding: 0px 0px 0px; padding-left: 5px; }
#search-box:hover { cursor: pointer; }
.btn-search { position: absolute; top: 0; right: 8px; }
.btn-search i { color: #666; font-size: 14px; }
#search:hover i { color: #666; }

input::-webkit-input-placeholder { color :#333; font-size: 14px; opacity: 1; }
input::-moz-placeholder { color: #333; font-size: 14px; opacity: 1; } /* firefox 19+ */
input:-ms-input-placeholder { color: #333; font-size: 14px; opacity: 1; } /* ie */
input:-moz-placeholder { color: #333; font-size: 14px; opacity: 1; }

/* Header Links */
.header-links { line-height: 1; }
.header-links ul { float: right; width: auto; margin: 0px 5px 0px 0px; }
.header-links ul li { position: relative; float: left; font-family: 'Quicksand', sans-serif; color: #999; font-size: 26px; padding-left: 5px; }
.header-links ul li a { min-width: 100%; color: #fff; text-decoration: none; padding: 0px 0px; white-space: nowrap; }
.header-links ul li a:hover { color: #5F5457; }
.header-links ul li a i { font-size: 26px; color: #FFF; float: left; margin-top: 0px; margin-left: 4px; }
.header-links ul li span { font-size: 20px; font-style: italic; margin-right: 5px; }

/* Navigation */
.navbar-wrap { position: relative; width: 100%; clear: right; float: right; background: none; margin-top: 20px; }
.navbar { float: right; z-index: 1005; }
.navbar ul { text-align: right; }
.navbar ul li { position: relative; display: inline-block; vertical-align: middle; text-transform: none; margin: 0px 15px; }
.navbar ul li a { display: block; font-family: 'Quicksand', sans-serif; color: #fff; font-size: 24px; font-weight: 400; padding: 0px 0px 10px; }
.navbar ul li a:hover { color: #5F4B8B; cursor: pointer; text-decoration: none; }
.navbar ul li a.first { padding-left: 0px; margin-left: 0px; }
.navbar ul li a.last { padding-right: 0px; background: none; }
.navbar ul li a i { font-size: 14px; color: #666; padding-right: 5px; }
.navbar ul li a:hover i { color: #5F4B8B; }
.navbar ul li a.icon i { font-size: 14px; padding-right: 0px; vertical-align: top; }
.fixed-navbar .navbar ul li a.sticky-cart i { }
.navbar ul li a.cart {}
.navbar ul li a.cart i { float: right; color: #666; padding-left: 5px; margin-top: 5px; }
.navbar ul li a.cart:hover i { color: #5F4B8B; }

/* Navigation Submenu */
.navbar ul ul { display: block; position: absolute; right: 9999px; width: auto; min-width: 160px; border: 1px solid #CCC; border-top-width: 1px; border-top-color: #CCC; margin: 0px; padding: 0px; z-index: 2003; }
.navbar ul li.dropdown:hover ul { left: 0px; right: auto; }
.navbar ul li.dropdown.left:hover ul { left: auto; right: 0; width: auto; }
.navbar ul ul li { display: block; line-height: 30px; background: #111; border-bottom: 1px solid #CCC; padding: 0px 15px 0px 8px; margin: 0px; }
.navbar ul ul li:hover { background: #F2F2F2; }
.navbar ul ul li:last-child { border-bottom: 0px none; }
.navbar ul ul li a { display: inline-block; min-width: 100%; font-size: 20px; font-weight: 400; color: #fff; text-align: left; padding: 0px 0px !important; white-space: nowrap; z-index: 2004; }
.navbar ul li.dropdown.left:hover ul li { padding: 0px 8px 0px 15px; }
.navbar ul li.dropdown.left:hover ul li a { text-align: right; }
.navbar ul ul li a:hover { color: #111; }

/* Sticky Navigation */
.navbar ul li.sticky { display: none; line-height: 40px; }
.navbar ul li a.sticky-logo img { max-height: 30px; vertical-align: top; margin-top: 5px; }

.fixed-navbar { position: fixed; width: 100%; min-width: 980px; top: 0; left: 0; background: #000; margin-top: 0px; border-bottom: 1px solid #CCC; z-index: 1000002; }
.fixed-navbar .navbar { width: 100%; max-width: inherit; margin: 0px auto; }
.fixed-navbar .navbar ul { text-align: center; width: 100%; }
.fixed-navbar .navbar ul li { margin: 0px 20px; }
.fixed-navbar .navbar ul ul li { margin: 0px 0px; }
.fixed-navbar .navbar ul li.sticky { display: inline-block; }
.fixed-navbar .navbar ul li a { padding: 10px 0px; }
.fixed-navbar .navbar ul ul li a { }
.fixed-navbar .navbar ul li a.cart i { margin-top: 12px; }

/* Navbar Search */
#navbar-search-wrap { position: relative; margin: 0px 0px 0px; }
#navbar-search-wrap span { float: left; margin: 0px 0px 0px 0px; }
#navbar-search { position: relative; float: left; width: 220px; background: #F6F6F6; border: 1px solid #999; border-radius: 0px; margin: 0px 0px 0px; padding: 0px 6px 0px 10px; color: #333; overflow: hidden; }
#navbar-search:hover { }
#navbar-search-box { float: left; width: 100%; height: 30px; font-size: 14px; color: #333; background: none transparent; border: 0px; padding: 0px 0px 0px; padding-left: 0px; }
#navbar-search-box:hover { cursor: pointer; }
#navbar-search .navbar-btn-search { position: absolute; right: 5px; top: 0px; line-height: 30px; color: #333; font-size: 14px; font-weight: 700; text-transform: uppercase; padding: 0px 0px; margin: 0px; }
#navbar-search .navbar-btn-search i { color: #333; }
#navbar-search:hover i { color: #333 }
#navbar-search .navbar-btn-search img { float: left; width: 25px; height: auto; margin-top: 0px !important; }

/* Slideshow */
#slideshow-holder { position: relative; width: 100%; /*background: url(https://www.rr-partyrentals.com/images/bg-slideshow.jpg) repeat;*/ background: #FFF; }
#slideshow-wrap { position: relative; width: inherit; max-width: 100%; padding: 0px 0px; margin: 0px auto; }
#slider1_container { position: relative; margin: 0 auto; top: 0px; left: 0px; overflow: hidden; }
#slider1_container a { display: block; }
.slideshow-dimensions { width: 1920px; height: 500px; }
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av { background: url(images/b16.png) no-repeat; overflow: hidden; cursor: pointer; }
.jssorb21 div { background-position: -5px -5px; }
.jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
.jssorb21 .av { background-position: -65px -5px; }
.jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }
.jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn { position: absolute; cursor: pointer; display: block; background: url(images/a21.png) center center no-repeat; overflow: hidden; }
.jssora21l { background-position: -3px -33px; }
.jssora21r { background-position: -63px -33px; }
.jssora21l:hover { background-position: -123px -33px; }
.jssora21r:hover { background-position: -183px -33px; }
.jssora21ldn { background-position: -243px -33px; }
.jssora21rdn { background-position: -303px -33px; }
.jssorb21 { position: absolute; bottom: 10px; left: 6px; }
.jssora21l, .jssora21ldn { width: 55px; height: 55px; top: 123px; left: 4%; }
.jssora21r, .jssora21rdn { width: 55px; height: 55px; top: 123px; right: 4%; }
#slider1_container img:hover, .slides .slide-panel:hover { cursor: pointer; }

#slider1_container .slide-content { position: absolute; width: 60%; top: 35%; left: 0; right: 0; text-align: center; background-color: rgba(0, 0, 0, 0.6); border-radius: 6px; padding: 3% 0; margin: 0px auto; }
#slider1_container .slide-text { line-height: 1.6em; text-transform: uppercase; font-family: 'Roboto Condensed', sans-serif; font-size: 18px; font-weight: 500; color: #FFF; }
#slider1_container .slide-text span { display: block; font-size: 24px; margin-bottom: 15px; }
#slider1_container .slide-text a { display: block; }
#slider1_container .slide-text a:hover { color: #DDD; text-decoration: none; }
#slider1_container .slide-link a { display: block; width: 160px; margin: 0px auto; font-family: 'Roboto Condensed', sans-serif; font-size: 20px; font-weight: 500; color: #FFF; text-align: center; text-transform: uppercase; background: #de1f26; padding: 15px 20px 17px; margin-top: 30px; border-radius: 5px; overflow: hidden; }
#slider1_container .slide-link a:hover { opacity: 0.9; text-decoration: none; }

/* Slideshow panel */
.slides div { position: relative; }
.slides .slide-panel { position: absolute; top: 7%; left: 0; right: 0; width: 30%; text-align: left; color: #FFF; font-size: 18px; background: url(https://www.rr-partyrentals.com/images/bg-dark.png) repeat; background-position: top; border: 1px solid #999; border-bottom-width: 2px; box-shadow: 0px 0px 4px #000; padding: 20px 30px 30px; margin: 0px auto; overflow: hidden; }
.slides .slide-heading { display: block; font-size: 30px; line-height: 40px; margin-bottom: 10px; }
.slides .slide-heading img { float: right; width: auto; height: 40px; margin: 0px -5px 0px 0px; opacity: .6; }
.slides p { padding-left: 2px; }
.slides ul.button { margin-top: 5px; }
.slides ul.button li { display: inline-block; }
.slides ul.button li a { display: block; float: none; color: #FFF; background: #C33; padding: 8px 15px 9px; margin-right: 10px; }
.slides ul.button li a:hover { color: #DDD; text-decoration: none; }
.slides ul.button li a i { color: #FFF; }

/* Slideshow logo */
.slide-logo { position: absolute; right: 5px; }

/* Container */
.container-wrap { width: 100%; padding: 20px 0px; overflow: hidden; background: #FFF; }
.container-wrap.index { padding: 0px; }
.container-wrap.index .container { background: none transparent; }
.container { position: relative; width: 94%; padding: 0px 0px; margin: 0px auto; overflow: hidden; }
.content { float: left; width: inherit; width: 77%; min-height: 500px; }

/* Welcome */
.porwelcome-wrap { width: 100%; padding: 20px 0px 50px; }
.porwelcome { width: 84%; margin: 0px auto; text-align: center; }
.porwelcome h1 { font-family: 'Quicksand', sans-serif; text-transform: none; color: #77434B; font-size: 52px; text-align: center; padding: 0px 0px 20px; margin: 0px; }
.porwelcome a.readmore-link { float: right; color: #77434B; text-decoration: none; margin-bottom: 5px; margin-right: 20px; }
.porwelcome a.readmore-link:hover { color: #A46F61; }

/* Tent section */
.porintro-wrap { width: 100%; padding: 20px 0px 20px; border-top: 0px solid #000; }
.porintro { width: 84%; margin: 0px auto; text-align: left; }
.porintro p { color: #5F4B8B; }
.porintro p span { font-weight: 500; }
.porintro p.porintro-title, .porintro h2 { text-transform: none; color: #111; font-size: 40px; text-align: left; padding: 0px 0px 20px; margin: 0px; }
.porintro a.readmore-link { float: right; color: #5F4B8B; text-decoration: none; margin-bottom: 5px; margin-right: 20px; }
.porintro a.readmore-link:hover { color: #9ca0c9; }
.porintro-tiles { position: relative; width: 100%; margin: 0px auto; }
.porintro-tiles ul { }
.porintro-tiles ul li { position: relative; float: left; vertical-align: top; width: 53%; }
.porintro-tiles ul li:first-child { width: 43%; margin-right: 4%; margin-top: 7px; }
.porintro-tiles ul li img { width: 100%; height: auto; }

.porintro-img { background: transparent url(images/welcome.jpg) no-repeat; background-position: center center; background-size: cover; height: 230px; }

.porbuttons.for-intro { position: relative; width: 100%; margin: 35px auto 0px; text-align: center; }
.porbuttons.for-intro ul { position: relative; width: 84%; margin: 0px auto; }
.porbuttons.for-intro ul li { position: relative; float: left; width: 53%;  }
.porbuttons.for-intro ul li:first-child { width: 43%; margin-right: 4%; }
.porbuttons.for-intro ul li:last-child img { margin-top: -15px; }
.porbuttons.for-intro ul li a { background: #5F4B8B; display: inline-block; padding: 22px 3% 25px; margin: 0px 2%; font-size: 18px; font-weight: 500; color: #FFF; text-transform: uppercase; text-decoration: none !important; text-align: center; border: 2px solid #999; white-space: nowrap; }

/* Panels */
.panels { padding: 5px 0px 15px; }
.panels.first { margin-top: 5px; }
.panels ul { margin: 0px; text-align: center; }
.panels h2 { position: relative; line-height: 1; padding: 0px; margin: 0px; }
.panels h2 a { display: block; color: #111; font-size: 18px; text-transform: uppercase; text-decoration: none; }
.panels h2 a span { display: block; width: 100%; text-align: center; border-left: 0px none; border-right: 0px none; background: #F90; border: 2px solid #111; background-position: top; padding: 8px 0px; margin-bottom: 8px; }
.panels h2 a:hover span { color: #111; }
.panels h2 img { border: 1px solid #DDD; }
.panels h2 a:hover img { border: 1px solid #999; }
.panels ul li { position: relative; display: inline-block; text-align: left; width: 30%; margin-right: 2%; }
.panels ul li.last { margin-right: 0; }
.panels ul li img { width: 100%; height: auto; margin-bottom: 10px; }
.panels ul li i { color: #999; line-height: 1; }

/* Tiles */
.panel-tiles { width: 100%; clear: both; text-align: center; padding: 0px 0px 15px; }
.panel-tiles ul li { position: relative; width: 10%; display: inline-block; margin: 0px .5%; padding: 5px; border: 1px solid #DDD; }
.panel-tiles ul li:hover { border-color: #999; }
.panel-tiles ul li.first { margin-left: 0; }
.panel-tiles ul li.last { margin-right: 0; }
.panel-tiles ul li img { width: 100%; }
.panel-tiles ul li span { display: block; }
.panel-tiles ul li a { text-decoration: none; }

/* Logos */
.panel-logos { padding: 0px 0px 15px; }
.panel-logos ul { text-align: center; }
.panel-logos ul li { display: inline-block; margin: 0px 13px; }
.panel-logos ul li.first { margin-left: 0px; }
.panel-logos ul li.last { margin-right: 0px; }
.panel-logos img { width: auto; height: 50px; opacity: .6; }

/* Page Banners */
.page-banners { position: relative; width: 100%; margin: 0px auto 30px; }
.page-banners ul { text-align: center; }
.page-banners ul li { position: relative; float: left; width: 32%; margin: 0px; margin-right: 2%; }
.page-banners ul li:last-child { margin-right: 0; }
.page-banners ul li img { width: 100%; height: auto; }

.page-banners.with-detail h3 { margin-bottom: 10px; }
.page-banners.with-detail img { margin-bottom: 15px; }
.page-banners.with-detail p { line-height: 1.5; margin-bottom: 5px; }

.page-banners.with-detail .page-catalog-btn { font-weight: 400; font-size: 18px; }

.toggle-banners-right .page-banners { float: right; width: 40%; margin: 10px 0px 0px 60px; }
.toggle-banners-right .page-banners ul li { float: none; display: block; width: 100%; margin: 0px 0px 15px; }
.toggle-banners-right h1 { text-align: left !important; }

/* Featured Item */
h3.featured { text-align: center; padding: 15px 0px; font-size: 22px; }
ul.featured-item { background: #FFF; text-align: center; padding: 20px 0px; border: none; border-left: 0px none; border-right: 0px none; }
ul.featured-item.first { border-bottom: 0px none; padding-bottom: 0px; }
ul.featured-item li { position: relative; display: inline-block; width: 12%; text-transform: none; padding: 0px 2%; }
ul.featured-item li a { color: #666; text-decoration: none; }
ul.featured-item li a:hover { opacity: .8; }
ul.featured-item li span { display: block; font-family: 'Quicksand', sans-serif; text-transform: none; font-size: 1.6em; }
ul.featured-item li img { max-width: 100%; }
ul.featured-item li a:hover img { opacity: .8; }

/* Icons */
.icons-wrap { position: relative; width: 100%; margin: 0px auto; padding: 30px 0px 30px; }
.icons { position: relative; width: 98%; margin: 0px auto; }
.icons ul { margin: 0px auto; text-align: center; }
.icons ul li { display: inline-block; width: 28%; margin: 0px 2%; vertical-align: top; }
.icons h2 { font-size: 30px; font-family: 'Quicksand', sans-serif; padding-bottom: 0px; }
.icon-img { position: relative; display: inline-block; margin: 0px auto 15px; width: 140px; height: 140px; padding: 20px; border-radius: 50%; background: #5F4B8B; }
.icons img { width: 70%; height: auto; margin-top: 20px; }
.icon-img.icon-fix img { margin-top: 35px; }

/* Catalog Button */
.btn-catalog { display: block; width: 100%; text-align: center; padding: 44px 0px 40px; background: #FFF; }
.btn-catalog a { font-size: 16px; line-height: 1; color: #FFF; text-transform: uppercase; text-decoration: none; background: #5F4B8B; padding: 15px 65px; }
.btn-catalog a:hover { opacity: .9; }
.btn-catalog a i { color: #C00; font-size: 18px; margin-right: 5px; }

/* Button Banners */
.btn-banners { width: 100%; padding-bottom: 15px; }
.btn-banner { position: relative; display: block; text-align: center; }
.btn-banner img { display: block; width: 95%; margin: 0px auto; }
.btn-banner span { position: absolute; top: 35%; left: 0; right: 0; width: 80%; color: #FFF; background: url(https://www.rr-partyrentals.com/images/bg-dark.png) repeat; background-position: top; font-size: 28px; line-height: 1; margin: 0px auto; }

/* Catalog */
.catalog { position: relative; float: left; width: 17%; margin: 10px 5% 0px 0px; padding: 0px 0px 0px; font-weight: 400; overflow: hidden; }
.catalog .catalog-title { font-family: 'Quicksand', sans-serif; font-size: 30px; line-height: 1.2; font-weight: 400; text-transform: none; border-bottom: 0px solid #EEE; padding-bottom: 10px; }
.catalog h2 { border-bottom: 1px solid #EEE; padding-bottom: 10px; margin-top: 5px; }
.catalog ul { padding: 0px 0px 10px; }
.catalog ul li { }
.catalog ul li.catalog-text { padding-left: 10px; }
.catalog ul li a { display: block; color: #666; font-size: 15px; line-height: 1.2; text-decoration: none; border-bottom: 0px solid #EEE; padding: 6px 0px; text-transform: uppercase;}
.catalog ul li a:hover { color: #069; }
.catalog ul li.division { font-size: 16px; margin: 15px 0px 5px; }
.catalog ul li.division.first { margin-top: 15px; }
.catalog ul li i { margin: 0px 5px 0px 2px; }

/* Locations */
.feedback { margin: 0px 0px 15px 0px; font-style: italic; }
.feedback img { padding-right: 12px; }
.store-locations-wrap { position: relative; width: 100%; }
.store-location { clear: both; max-width: 100%; display: block; border-top: 1px solid #DDD; padding: 15px 0px 0px; }
.store-location ul { float: left; max-width: 30%; }
.store-location h2 { padding: 0px 0px 5px; font-weight: 500; line-height: 1; }
.store-location h3 { padding: 10px 0px 5px; font-weight: 500; line-height: 1; }
.store-location li { margin-top: 7px; }
.store-location li i { margin-right: 5px; }
.store-location li.location-phone { margin-top: 7px; font-size: 20px; }
.store-location li.location-phone i { margin-right: 5px; }
.store-map { position: relative; float: right; width: 65%; margin-bottom: 10px; margin-right: 1%; }
.store-map iframe { width: 100%; min-height: 400px; border: 1px solid #666; }
.store-contact { clear: both; max-width: 100%; display: block; border-top: 1px solid #DDD; padding: 15px 0px 0px; }
.store-contact ul { float: left; max-width: 60%; }

/* Associations */
ul.associations li { position: relative; display: inline-block; }
ul.associations li a img { padding: 0px 8%; vertical-align: middle; max-width: 150px; } 
ul.associations li.move-right a img { margin: 0px 0px 0px 14px; }
ul.associations li.move-down a img { margin: 10px 0px 0px 0px; }

/* Footer Banner */
.footer-banner { line-height: 0; background: #FFF; padding: 0px 0px 20px; overflow: hidden; }

.banners { position: relative; width: 100%; margin: 0px auto 25px; }
.banners ul { text-align: center; }
.banners ul li { position: relative; display: inline-block; width: 30%; margin: 0px 1%; }
.banners ul li img { width: 100%; height: auto; margin: 0px auto; }

/* Footer */
.footer-wrap { position: relative; width: 100%; padding: 20px 0px 20px; font-size: 16px; background: #F6F6F6; border-top: 4px solid #5F4B8B; }
.footer { position: relative; width: 100%; margin: 0px auto; padding: 0px 0px; text-align: center; }
.footer-content { position: relative; width: 980px; margin: 0px auto; }
.footer a { color: #333; text-decoration: none; }
.footer a:hover {}
.footer h4 { font-size: 20px; color: #5F4B8B; font-weight: 400; padding: 0px 0px 10px; margin: 0px; }
.footer-logo { position: relative; float: left; width: 28%; margin: 0px 5% 25px 0px; }
.footer-logo img { width: 100%; height: auto; }
.footer-categories { position: relative; float: left; width: 25%; text-align: left; text-transform: uppercase; margin: 0px 2% 25px 0px; }
.footer-categories.last { width: 40%; float: right; margin-right: 0; }
.footer-categories ul { display: inline-block; margin: 0px 1.1%; }
.footer-categories ul ul { margin: 0px 28px 0px 0px; }
.footer-categories ul.last { margin-right: 0px; }
.footer-categories.center { display: block; text-align: center; }
.footer-categories.center > ul { text-align: center; margin: 0px 1%; }

.footer-links { position: relative; width: 98%; margin: 0px auto 20px; }
.footer-links ul { width: 18%; vertical-align: top; float: left; margin: 0px 2.5% 0px 0px; text-align: left; }
.footer-links ul.last { margin-right: 0; }
.footer-links ul li { text-align: left; }

.footer-info { position: relative; width: 98%; margin: 0px auto; }

.serving { font-size: 13px; color: #333; padding: 10px 0px; text-align: center; }
.copyright { color: #333; font-size: 12px; float: left; margin-left: 30px; }
.last-update { color: #333; font-size: 12px; float: right; margin-right: 30px; }

/* Backend */
#mainpage, #newitempage { float: left; width: 77%; padding: 0px 0px; margin-top: 9px; }
#mainpage h1 { line-height: 1; margin: 0px 0px 15px; }
#mainpage h3 { text-transform: none; font-size: 36px; padding: 0px 0px 15px; margin: 0px; }
#mainpage h3 a { font-size: 14px;}
#mainpage h2 { padding-bottom: 0px; }
#mainpage ul { padding-left: 25px; }
#mainpage ul li { list-style-image: none; list-style: disc; }
#mainpage form table tbody tr td { vertical-align: top; padding: 5px 0px; }
#mainpage form table tbody tr td font { padding-right: 5px; }
#mainpage table tbody tr td table caption { margin-bottom: 20px; }
#mainpage table tbody tr td { padding: 5px 0px; }
#mainpage table tbody tr td div.wrap4 a img { margin-left: 10px; }
ul.CommentBlock { list-style: disck; padding-left: 20px; }
ul.CommentBlock li { list-style-image: none; }
.cattitle { vertical-align: middle; line-height: 1.1; padding: 15px 5px !important; border-left: 1px solid #FFF; background: #666; }
.Text-CategoryHead { margin: 0 0 10px 0; padding: 0px; }
.Text-ContentHead { 	font-size: 22px; line-height: 24px; font-weight: bold; color: #000; margin: 0px; padding: 0px; }
.InventoryTable { margin: 10px 0 0 0; padding: 0px; border-collapse: collapse; }
.InventoryTable tr td { vertical-align: middle; }
.InventoryTableCell { padding: 4px 0px 5px; }
.InventoryTableCell a { padding-left: 10px; }
#mainpage form#form1 table tbody tr td p input { margin-top: 8px; }

.multicolcell .wrap1 { float: none ; text-align: center; }
.multicolheading { text-align: center; width: 165px; padding-top: 3px; }
div.multicolheading:hover { text-decoration: none !important; }
.multicoldescr { text-align: center; width: 140px; text-transform: uppercase; }
img.thumbnailimgtall { width: auto; max-width: 120px; height: auto; max-height: 120px !important; }
img.thumbnailimg { width: auto; max-width: 120px; height: auto; max-height: 120px !important; }

.detailedimg { width: 250px; height: auto; border-style: none; }
.detailedviewbox { width: 600px; }
.detailedviewrow { width: 600px; }

.wrap1, .wrap2, .wrap3 { display:inline-table; /* \*/display:block;/**/ }
.wrap1 { float: left; background: url(https://www.rr-partyrentals.com/shadow.gif) right bottom no-repeat; }
.wrap2 { background:url(https://www.rr-partyrentals.com/corner_bl.gif) left bottom no-repeat; }
.wrap3 { padding: 0px 4px 4px 0px; background:url(https://www.rr-partyrentals.com/corner_tr.gif) right top no-repeat; border: 0px; }
.wrap4 { margin: 0px; padding: 5px 0px; }
.wrap4 a { color: rgb(255,255,255); text-decoration: none; }
.wrap4 img { color: rgb(255,255,255); text-decoration: none; background: #FFF; vertical-align: middle; margin-left: 5px; }
.wrap1 .wrap2 .wrap3 .wrap4 { display: block; margin: 0px auto; }
.wrap1 .wrap2 .wrap3 .wrap4 a img { width: auto; max-width: 200px; height: auto; max-height: 300px; margin: -10px auto 0px; }

.multicolcell { float: left; text-align: center; width: 160px; height: auto; border-style: solid; border-width: 0px; border-color: #CCC; margin: 0px 0px 10px 5px; }
.newitemcell { float: left; text-align: center; width: 160px; height: auto; border-style: solid; border-width: 0px; border-color: #CCC; margin: 0px 0px 10px 5px; }
.multicolheading { font-size: 9px; color: #666; font-weight: normal; width: 130px; text-align: center; line-height: 100%; margin: 0 0 0 -8px; text-transform: uppercase;}
.multicoldescr { font-size: 9px; line-height: normal; text-align: center; color: #666; margin: 0px; width: 130px; text-transform: uppercase;}
.thumbnailimg { height: auto; width: 120px; border-style: none; }
.thumbnailimgtall { width: 120px; min-height: auto; border-style: none; }
.thumbnailnewimg { width: 120px; height: auto; border-style: none; }
.detailedimg { width: 250px; height: auto; border-style: none; }
.detailedimg p { font-size: 12px;}
.detailedviewbox { width: 540px; }
.detailedviewrow { width: 540px; }
.CategoryThumbnailImage { height: auto; width: 180px; border-style: none; }
.CategoryThumbnailTitle { font-size: 9px; color: #000; font-weight: normal; width: 180px; text-align: center; line-height: 95%; margin: 10px 0 45px 0px; }
#porgallery h3 {  font-weight: bold; margin-left: 5px; }
#porgallerythumbnail { float: left; width: 255px; height: 190px; margin: 10px 0 0px 0px; }
#porgallerythumbnail h4 { font-size: 12pt; font-weight: bold; color:  #808080; margin: 0 0 5px 8px; }
#porgallerythumbnail p.clickme { font-size: 75%; margin: 0 0 0 20px; }
#porgallerythumbnail img.porgallerypic { width: 180px; max-height: 130px; border-width: 1px; border-color: #5D5964; margin: 0 0 0 8px; }
.photogalleryauto  { width: 180px; margin: 10px 5px 10px 5px;}
.wrap0 div { padding: 0px; }
.wrap0 div a { padding: 0px; margin: 0px; }
.multicolcell, .newitemcell { display: block; border: 1px solid #DDD; margin-right: 5px; max-width: 155px !important; min-height: 205px; max-height: 205px; }
.multicolcell:hover , .newitemcell:hover { border: 1px solid #999; }
.multicolcell .wrap1, .newitemcell .wrap1 { float: none; display: block; text-align: center; min-height: 100px !important; }
.multicolheading { display: block !important; width: 150px !important; text-align: center !important; padding: 10px 0px 0px !important; margin: 0px !important; }
.multicoldescr { display: block !important; text-align: center !important; width: 100% !important; padding: 3px 0px 0px !important; margin: 0px !important; }
img.thumbnailimgtall { width: auto; max-width: 120px; height: auto; max-height: 120px !important; }
img.thumbnailimg { width: auto; max-width: 120px; height: auto; max-height: 120px !important; }
.wrap3 img{ box-shadow: none; background-clip: border-box; }
.CategoryThumbnail { margin: 0px 0px; padding: 0px; text-decoration: none; line-height: 0px; }
.CategoryThumbnailImage { border-width: 1px; border-color: #000; width: 130px; padding: 0px; margin: 0px; border: 1px solid #CCC; }
.CategoryThumbnailTitle { width: 150px; padding: 15px 0px 0px; margin: 0px 0px 35px; text-align: center; font-size: 8px; line-height: 14px; }
.CategoryThumbnailTitle a { font-size: 8px; color: #036 !important; }
.CategoryThumbnailTitle a:hover { text-decoration: underline; color: #666 !important; }
#mainpage form#form1 table { margin-bottom: 15px; }
#productname { padding: 4px 0px 5px; }

/* Concrete Calculator */
.por-cc{ padding: 5px 0px 0px; }
.por-cc p.info { line-height: 1.2em; color: #999; font-style: italic; }
.por-cc table { width: 100%; padding: 0px; border-collapse: collapse; border: 0px none; margin-top: 10px; }
.por-cc table td { vertical-align: top; }
.por-cc-desc { width: 380px; padding-right: 10px; }
.por-cc-desc h3 { background: #EEE; margin: 0px; margin-bottom: 5px; padding: 5px 0px 6px; padding-left: 5px; line-height: 1; border: 1px solid #CCC; }
.por-cc table.calculator { border: 1px solid #111; margin: 0px 0px 30px; }
.por-cc table.calculator td {}
.por-cc table.calculator h4 { background: #900; font-size: 16px; text-align: center; color: #FFF; border-bottom: 1px solid #111; padding: 6px 0px 7px; margin: 0px; line-height: 1; }
.por-cc table.calculator td.center { text-align: center; }
.por-cc table.calculator td.right { text-align: right; padding-right: 3px; }
.por-cc table.calculator td.gray { background: #DDD; }
.por-cc table.calculator td.dark { color: #FFF; background: #444; padding: 3px 0px 4px; border-top: 1px solid #111; }
.por-cc table.calculator td.padding { padding: 3px 0px; }
.por-cc table.calculator input[type=text] { border: 1px solid #333; text-align: center; }

span.lb-number { display: none !important; }

/* Resources */
.resources { padding: 0px 0px 0px 5px; }
.resources h3 { font-size: 20px; padding: 0px; margin: 10px 0px 0px; }
.resources h3 a { font-size: 16px; font-weight: bold; text-decoration: none; }
.resources p { padding: 0px 0px 0px 5px; margin: 5px 0px 10px; }
.resources ul { padding-left: 10px; }
.resources ul li a { background: url(images/bullet-dark.png) no-repeat 0px 5px; padding-left: 12px; }

/* H1 script */
h1 span { display: block; font-size: 16px; padding-bottom: 0px; }
h1.page-title a:hover { color: #111; text-decoration: none; }

/* Carousel */
.wrap4 .cycle-slideshow { width: auto !important; }
.wrap4 .cycle-slideshow a { max-width: none !important; width: auto !important; height: 200px !important; max-height: none !important; border: 0px none !important; }
.wrap4 .cycle-slideshow img { max-width: none !important; width: auto !important; height: 200px !important; max-height: none !important; border: 0px none; margin: 0px !important; }
.wrap4 #adv-custom-pager { text-align: center !important; }
.wrap4 #adv-custom-pager a { margin-right: 5px !important; }
.wrap4 #adv-custom-pager { margin-top: 40px !important; }
.wrap4 #adv-custom-pager a { width: auto !important; height: 50px !important; }
.wrap4 #adv-custom-pager a img { width: auto !important; height: 45px !important; border: 2px solid #FFF !important; }
.wrap4 #adv-custom-pager a:hover img { border: 2px solid #111 !important; }
.wrap4 img { border: 0px none !important; }

/* GRID Fixes */
div.detailedimg { margin: 0px !important; }
div.detailedimg p { margin-top: 20px !important; }
.cycle-slide { margin-top: 0px !important; }
.cycle-slide.cycle-slide-active { margin-top: 0px !important; }
.cycle-slide.cycle-slide-active img { }
.cycle-slide.cycle-sentinel { margin-top: 0px !important; }
.wrap4 #adv-custom-pager { margin-top: 20px !important; }

img.thumbnailimg { width: auto !important; max-width: 120px !important; height: auto !important; max-height: 100px !important; margin: 0px auto !important; margin-bottom: 10px !important; }
img.thumbnailimgtall { width: auto !important; max-width: 120px !important; height: auto !important; max-height: 100px !important; margin: 0px auto !important; margin-bottom: 10px !important; }
.multicolcell div a { text-decoration: none; margin: 0px auto !important; padding: 0px !important; }
div.multicolheading { float: left; display: block !important; width: 140px !important; font-size: 13px; text-align: center !important; text-transform: uppercase; line-height: 1.3em; color: #000; margin: 0px auto !important; margin-left: 8px !important; padding: 0px; }
.multicoldescr { float: left; color: #111 !important; display: block !important; width: 156px !important; font-size: 13px; line-height: 1.3em; margin: 0px; padding: 0px; }
.multicolcell { position: relative !important; float: left !important; display: block !important; width: 160px !important; height: auto !important; margin: 0px 10px 15px 0px; padding: 0px 0px 8px !important; }
.multicolcell div { padding: 0px !important; }
.wrap4 {}

/* Misc */
* { -webkit-tap-highlight-color: rgba(0,0,0,0); }
.go-to-top { display: none; position: fixed; bottom: 25px; right: 25px; width: 40px; height: 40px; z-index: 1000001; }
.go-to-top a { display: block; line-height: 1; }
.go-to-top i { color: #777; font-size: 16px; line-height: 1; border: 1px solid #CCC; background: #FFF; padding: 15px 18px 18px; }
.go-to-top i:hover { color: #333; }
a.readmore { color: #666; text-transform: uppercase; text-decoration: none; }
a.readmore:hover { color: #5F4B8B; }
a.readmore i { font-size: 18px; padding-right: 5px; line-height: 1; }
a.readmore.button { display: block; text-align: center; text-decoration: none; background: #FCFCFC; border: 1px solid #DDD; padding: 8px 10px; }
a.readmore.button:hover { border-color: #999; }
.hideme { opacity: 1; }

/* Accordion */
.accordion-wrap { position: relative; width: 100%; margin: 0px auto; }
.accordion-wrap .accordion { position: relative; padding: 0px 2% 0px; }
.accordion-wrap .toggle-accordion { display: block; font-size: 18px; font-weight: 500; color: #111; padding: 15px 0px; line-height: inherit; } 
.accordion-wrap .toggle-accordion:hover { cursor: pointer; }
.accordion-wrap .toggle-accordion span.toggle-on-this-accordion-panel { position: absolute; top: 15px; right: 2%; color: #555; font-size: 18px; }
.accordion-wrap .toggle-accordion span.toggle-off-this-accordion-panel { display: none; position: absolute; top: 15px; right: 2%; color: #555; font-size: 18px; }
.accordion-wrap ul { padding: 10px 15px; margin-left: 15px; }
.accordion-wrap .accordion:nth-child(even) ul { padding-top: 0px; }
.accordion-wrap p { font-size: 16px; color: #666; padding: 0px 30px 15px 0px !important; margin-bottom: 0px; overflow: hidden; }
.accordion-wrap .accordion:nth-child(even) p, .accordion-wrap .accordion:nth-child(even) ul { padding-top: 0px; }
.accordion-wrap a.bullet-dark { vertical-align: top; }
.accordion-wrap .accordion:nth-child(odd) { background: #F3F3F3; }
.accordion-wrap .accordion:nth-child(even) { background: #F9F9F9; }

.toggle-off-accordion-panel { padding-bottom: 20px; }
.accordion-wrap.less-padding .toggle-off-accordion-panel { padding-bottom: 0px; }

.expand-accordion { position: relative; text-align: right; font-size: 14px; padding: 0px 1%; }
.expand-accordion span { position: relative; }
.expand-accordion a { display: inline-block; color: #333; padding: 10px 0px; }
.expand-accordion i { font-size: 8px; float: left; padding-right: 5px; margin-top: 3px; }
.toggle-off-all-accordions { display: none; }

.faq-list { font-size: 16px; }
.faq-list-title { font-style: italic; color: #111; }

@media screen and (max-width : 1920px) {
}
@media screen and (max-width : 1760px) {
  .tagline { font-size: 20px; margin-top: 65px; }
}
@media screen and (max-width : 1600px) {
  .porintro-img { height: 250px; }
}
@media screen and (max-width : 1500px) {
  .navbar ul li a { font-size: 20px; }
  .porintro-img { height: 280px; }
  .porintro-tiles ul li, .porbuttons.for-intro ul li { width: 48%; }
  .porintro-tiles ul li:first-child, .porbuttons.for-intro ul li:first-child { width: 48%; }
  .porintro-img { height: 310px; }
}
@media screen and (max-width : 1400px) {
  .header-pane { width: 80%; }
  .fixed-navbar .navbar ul li { margin: 0px 15px; }
}
@media screen and (max-width : 1366px) {
  .navbar ul li a { font-size: 20px; }
  .porintro { width: 94%; }
  .porintro-tiles ul li, .porbuttons.for-intro ul li { width: 43%; }
  .porintro-tiles ul li:first-child, .porbuttons.for-intro ul li:first-child { width: 53%; }
  .porintro-img { height: 360px; }
  .porbuttons.for-intro ul li:last-child img { margin-top: -5px; }
}
@media screen and (max-width : 1300px) {
  .portent h2 { font-size: 31px; }
  .porintro-img { height: 390px; }
  .porbuttons.for-intro ul li a { font-size: 16px; padding: 17px 2% 20px; }
}
@media screen and (max-width : 1280px) {
  .navbar ul li { margin: 0px 8px; }
  .navbar ul li a span { display: none; }
  .fixed-navbar .navbar ul li { margin: 0px 10px; }
  h1.index { font-size: 26px; }
  .footer-categories.center > ul { margin: 0px 1%; }
}
@media screen and (max-width : 1200px) {
  .porintro-tiles ul li, .porbuttons.for-intro ul li { width: 40%; }
  .porintro-tiles ul li:first-child, .porbuttons.for-intro ul li:first-child { width: 56%; }
  .porintro-img { height: 440px; }
  .porbuttons.for-intro ul { width: 94%; }

}
@media screen and (max-width : 1140px) {
  h1.index { font-size: 24px; }
  .porintro-tiles ul li { width: 100%; }
  .porintro-tiles ul li:first-child { display: block; width: 100%; margin: 0px auto 25px; }
  .porintro-img { height: 300px; }
  .porbuttons.for-intro ul li { width: 50%; }
  .porbuttons.for-intro ul li:first-child { width: 50%; margin-right: 0; }
  .footer-logo { display: block; margin-bottom: 10px; }
  .footer-logo img { width: inherit; }
  .footer-categories.center > ul { margin: 0px 1% 5px; }
}
@media screen and (max-width : 1024px) {
  .tagline { font-size: 23px; }
  .fixed-navbar .navbar ul li { font-size: 14px; margin: 0px 5px; }
}
@media screen and (max-width : 980px) {

}
@media screen and (max-width : 768px) {
}
@media screen and (max-width : 360px) {

}
@media screen and (max-width : 1050px) and (orientation: portrait) { 
  .hideme { opacity: 1 !important; }
}