/* cmsms stylesheet: fancybox modified: 11/29/15 14:37:42 */
.gallery .img {
	float: left;
	margin: 10px;
	text-align: center;
}

{* mobile - smaller images *}

@media (max-width: 639px) {

  .gallery .img {
    width: 100px;
    height: 100px;
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://gamerentals.ca/assets/images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://gamerentals.ca/assets/images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://gamerentals.ca/assets/images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://gamerentals.ca/assets/images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://gamerentals.ca/assets/images/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://gamerentals.ca/assets/images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* cmsms stylesheet: sidr modified: 11/29/15 10:18:34 */
.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 1em;
    background: #f8f8f8;
    color: #333;
    -webkit-box-shadow: inset 0 0 5px 5px #ebebeb;
    -moz-box-shadow: inset 0 0 5px 5px #ebebeb;
    box-shadow: inset 0 0 5px 5px #ebebeb;
    border-left: 20px solid ;
}
.sidr .sidr-inner {
    padding: 0 0 15px
}
.sidr .sidr-inner>p {
    margin-left: 15px;
    margin-right: 15px
}
.sidr.right {
    left: auto;
    right: -260px
}
.sidr.left {
    left: -260px;
    right: auto
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
    font-size: 11px;
    font-weight: normal;
    padding: 0 15px;
    margin: 0 0 5px;
    color: #333;
    line-height: 24px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
    background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
    background-image: -moz-linear-gradient(#ffffff, #dfdfdf);
    background-image: -o-linear-gradient(#ffffff, #dfdfdf);
    background-image: linear-gradient(#ffffff, #dfdfdf);
    -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2)
}
.sidr p {
    font-size: 13px;
    margin: 0 0 12px
}
.sidr p a {
    color: rgba(51, 51, 51, 0.9)
}
.sidr>p {
    margin-left: 15px;
    margin-right: 15px
}
.sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #fff
}
.sidr ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dfdfdf
}
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {

}
.sidr ul li:hover>a,
.sidr ul li:hover>span,
.sidr ul li.active>a,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>a,
.sidr ul li.sidr-class-active>span {
    -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
    -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
    box-shadow: inset 0 0 15px 3px #ebebeb
}
.sidr ul li a,
.sidr ul li span {
    padding: 0 15px;
    display: block;
    text-decoration: none;
    color: #333
}

.sidr ul li ul {
    border-bottom: none;
    margin: 0
}
.sidr ul li ul li {
    line-height: 30px;
    font-size: 1em;
}

.sidr ul li ul li:last-child {
    border-bottom: none
}
.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {

}
.sidr ul li ul li:hover>a,
.sidr ul li ul li:hover>span,
.sidr ul li ul li.active>a,
.sidr ul li ul li.active>span,
.sidr ul li ul li.sidr-class-active>a,
.sidr ul li ul li.sidr-class-active>span {
    -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
    -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
    box-shadow: inset 0 0 15px 3px #ebebeb
}
.sidr ul li ul li a,
.sidr ul li ul li span {
    color: rgba(51, 51, 51, 0.8);
    padding-left: 30px
}
.sidr form {
    margin: 0 15px
}
.sidr label {
    font-size: 13px
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
    width: 100%;
    font-size: 13px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(51, 51, 51, 0.6);
    display: block;
    clear: both
}
.sidr input[type=checkbox] {
    width: auto;
    display: inline;
    clear: none
}
.sidr input[type=button],
.sidr input[type=submit] {
    color: #f8f8f8;
    background: #333
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
    background: rgba(51, 51, 51, 0.9)
}
/* cmsms stylesheet: bxslider2 modified: 06/29/21 13:46:19 */
{*
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
*}


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	/*display: block;*/
}

/** THEME
===================================*/

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(https://gamerentals.ca/assets/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	/*font-family: Arial;*/
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(https://gamerentals.ca/assets/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(https://gamerentals.ca/assets/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(https://gamerentals.ca/assets/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(https://gamerentals.ca/assets/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: center;
	/*width: 80%;*/
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */


.bx-wrapper .bx-caption {
    position: absolute;
    top: 15%;
    left: 5%;
    background: #666\9;
    width: 45%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	/*font-family: Arial;*/
	display: block;
	font-size: 2.7rem;
	padding: 10px;
        max-width: 100%;
        line-height: 1.3;
font-weight: bold;
}
.bx-viewport ul.bxslider {
margin-left: 0;
}

{* tablet *}

@media only screen and (max-width: 1024px) {
.bx-wrapper .bx-caption {
    top: 5%;
width: 40%;
}
.bx-wrapper .bx-caption span {
	font-size: 1.8rem;
}
}

{* mobile - place captions below image *}

@media (max-width: 639px) {

  .bx-wrapper .bx-caption {
    position: absolute;
    top: 5%;
}
  .bx-wrapper .bx-caption span {
	font-size: 1rem;
	padding: 10px;
        max-width: 100%;
        line-height: 1rem;
font-weight: bold;
  }
.bx-wrapper .bx-controls-direction a {
top: 80%;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
bottom: -30px;
}
}
/* cmsms stylesheet: FoundationInitial modified: 02/03/26 15:33:35 */
/*font-family: 'Rubik', sans-serif;*/

div.website, div.website * {
  display: none !important;
}
.area-code label {
background-color: #666699;
color: #fff;
}
.error_message, .fb_invalid {
color: red;
}
.fb_invalid {
background-color: #efefef;
}

body {
/*background:url(/uploads/images/graphics/rsz_dollarphotoclub_62484275-min-10.jpg) no-repeat top left fixed;*/

background:url(/uploads/images/graphics/ngr-bg-full-1-min.jpg) no-repeat top left fixed;
}
header {
  padding-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 64.063em) {  

  .columntext {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
  }

}
ul, ol, dl {
list-style-position: inside;
margin-left: 1rem;
}
.mainimage {
margin-bottom: 2rem;
}
.body, h1, h2, h3, h4, h5, h6 {
font-family: 'Rubik', sans-serif;
/*background-color: #019970;*/
/*background: #ffffff url("uploads/images/graphics/baize.jpg") repeat-x;
background: url("/uploads/images/graphics/baize.jpg") repeat;*/
/*background: url(uploads/images/graphics/rsz_dollarphotoclub_62484275-min-10.jpg) no-repeat top right;*/
}
.container-menu {
    width: 100%;
    max-width: 100%;
    position: fixed;
    z-index: 999999;
    background: rgba(255,255,255,1);
    box-shadow: 0 0 20px rgba(0,0,0,.3);
}
.logo {
margin: 1rem 0 0;
}
.menu {
margin: 2rem 0 0;
}
.show-for-small-only .menu {
margin: 0;
}
.menu a {
color: #fff;
font-weight: bold;
margin-top: 10px;
font-size: 1.1rem;
}
a.phone {
color: #fff;
font-size: 1.6rem;
font-weight: bold;
position: relative;
top: 1.5rem;
right: 7rem;
}
/*.bumpleft {
margin: 0 0 0 2%;
}*/
.wrapper {
background-color: #f9f4e5;
max-width: 75em;
margin: 0 auto;
}
.bumpup {
margin-top: -30px;
}
.wrapper h3 {
font-size: 1.2rem;
/*text-align: center;*/
}
.wrapper h3 a {
color: #FF3333
}
.wrapper footer h3 {
font-size: 1.8rem;
text-align: left;
color: #fff;
}
h1,h2,h3,h4,h5,h6 {
color: #666699;
}
.wrapper h3.item-title {
font-size: 1rem;
text-align: left;
color: #ff3333;
margin-top: .5rem;
vertical-align: middle;
}
h3.ourgames {
padding: 1rem;
background-color: #666699;
color: #fff;
}
.games-sidebar h4 {
font-size: 1.1rem;
}
img.image-right {
float: right;
margin: 0 0 15px 20px;
}
h1.item-title {
font-size: 2rem;
}
.item h2 {
font-size: 1.8rem;
}
.item-properties {
min-height: 300px;
margin-bottom: 2rem;
}
.item-properties p {
font-size: .95rem;
}
.item-properties a {
color: #ff3333;
}
.games-sidebar {
padding: 0 20px;
}
.game img {
max-width: 250px;
margin: 1rem auto;
}
.footerbg {
background-color: #fff;
}
.footermap {
background-color: #666699;
color: #fff;
}
.footerdark {
background-color: #666699;
padding: 2rem 2rem 1rem;
}
.footerlogo {
background-color: #fff;
height: 100%;
/*margin: 2rem 1rem 0;*/
margin-top: 2rem;
}
footer .socialicon {
margin-top: 2rem;
}
footer a {
color: #fff;
}
footer a:hover {
color: #ff3333;
}
.subfooter a {
color: #666699;
}
.footerlogo {
background-color: #fff;
}
.footer .border {
padding: 2rem;
}
.rentaldays div {
width: 12%;
float: left;
}
a.button {
background-color: #666699;
}
a {
color: #666699;
}
.button:focus, .button:hover {
background-color: #FF3333;
}
.wrapper a.button {
color #fff;
font-weight: bold;
}
.quotespace {
text-align: center;
font-weight: bold;
font-size: 2rem;
padding: 30px 10%;
background-color: #666699;
color: #fff;
margin-bottom: 3rem;
}
.largetext {
font-size: 200%;
}
.allgames {
max-width: 200px;
padding: 1rem 20px;
margin: 1rem auto;
display: block;
background: #ff3333;
color: #fff;
text-align: center;
font-weight: bold;
}
.allgames:hover {
background: #666699;
color: #fff;
}
.catmenu a {color: #fff; padding-top: 0;}
.catmenu .menu {margin-top: 0; background: #666699; margin-bottom: 2rem;}
.catmenu.menu>li:not(.menu-text)>a {padding-top: 0;}
.contactform h3, .contactform h4 {
text-align: left;
color: #ff3333;
}
.contactform h3 {
font-size: 1.6rem;
}
.contactform h4 {
font-size: 1.4rem;
}
.subfooter {
margin: 1rem auto;
font-size: .9rem;
text-align: center;
padding-bottom: 2rem;
}
/*span.credit, span.copyright {
font-size: .9rem;
text-align: center;
}*/

/*@media only screen and (max-width: 1024px) {
body {
background:url(/uploads/images/graphics/ngr-bg-med2.jpg);
}
}*/
@media only screen and (max-width: 1024px) {
a.phone {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    top: 1rem;
    right: 1rem; 
}
@media only screen and (max-width: 640px) {
.smallheader ul.menu {
    position: relative;
top: 1rem;
left: .5rem;
}
.smallheader ul.menu a {
font-size: 1.2rem;
}
.smallheader a.phone {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    top: 0rem;
    right: 0;
}
.mapframe {
padding: 0 20px;
}
}
