/* Add here all your css styles (customizations) */


/*CUSTOM CSS FROM APP.CSS*/
/*========================================================================*/
/*RCE Headings*/

.rce-heading h3 {
	color:#F1D374;
}
	

/*Top Bar RCE */
.topbar-rce {
	text-align:right;
	float:right;
		
	
}
.topbar-rce h2 {
	color: #f1d374;
	text-align:right;
	float:right;

	
}
@media (max-width: 768px) {
	.topbar-rce h2 {
		font-size:14px;
	}
}
@media (max-width: 500px) {
	.topbar-rce h2 {
		font-size:8px;
	}
}

/* Headline RCE */
.headline-rce {
  display: block;
  margin: 10px 0 25px 0;
  border-bottom: 1px dotted #e4e9f0;
}

.headline-rce h2 {
  font-size: 22px;
}

.headline-rce h2,
.headline-rce h3,
.headline-rce h4 {
  /*color: #f1d374;*/
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #f1d374;
}

.headline-rce-v2 {
  display: block;
  margin: 10px 0 25px 0;
  border-bottom: 1px dotted #e4e9f0;
}

.headline-rce-v2 h2 {
  font-size: 22px;
}

.headline-rce-v2 h2,
.headline-rce-v2 h3,
.headline-rce-v2 h4 {
  color: #f1d374;
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #f1d374;
}

.headline-center-rce {
  text-align: center;
  position: relative;
  /*font-family:Arial, Helvetica, sans-serif;*/
}

.headline-center-rce-light {
  text-align: center;
  position: relative;
}

.headline-center-dark h2{
  color: #222;
  font-size: 24px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.headline-center-rce h2 {
  color: #F1D374;
  font-size: 24px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.headline-center-rce h2:after {
  left: 50%;
  z-index: 1;
  width: 30px;
  height: 2px;
  content: " ";
  bottom: -5px;
  margin-left: -15px;
  text-align: center;
  position: absolute;
  background: #F1D374;
}

.headline-center-rce h3 {
  color: #F1D374;
}

.headline-center-rce-light h2 {
  color: #222;
  font-size: 24px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.headline-center-rce-light h2:after {
  left: 50%;
  z-index: 1;
  width: 30px;
  height: 2px;
  content: " ";
  bottom: -5px;
  margin-left: -15px;
  text-align: center;
  position: absolute;
  background: #F1D374;
}

.headline-center-dark p {
  color: #222;
  font-size: 14px;
  /*padding: 0 150px;*/
}

.headline-center-rce p {
  color: #fff;
  font-size: 14px;
  /*padding: 0 150px;*/
}

.headline-center-rce-light p {
  color: #222;
  font-size: 14px;
  /*padding: 0 150px;*/
}

@media (max-width: 991px) {
  .headline-center-dark p {
    padding: 0 50px;
  }
  
  .headline-center-rce p {
    padding: 0 50px;
  }
  
}

/*Headline Center RCE v2*/
.headline-center-rce-v2 {
  z-index: 0;
  text-align: center;
  position: relative;
}

.headline-center-rce-v2 h2 {
  color: #f1d374;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.headline-center-rce-v2 span.bordered-icon {
  color: #fff;
  padding: 0 10px;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
}

.headline-center-rce-v2 span.bordered-icon:before,
.headline-center-rce-v2 span.bordered-icon:after {
  top: 8px;
  height: 1px;
  content: " ";
  width: 100px;
  background: #fff;
  position: absolute;
}

.headline-center-rce-v2 span.bordered-icon:before {
  left: 100%;
}

.headline-center-rce-v2 span.bordered-icon:after {
  right: 100%;
}

.headline-center-rce-v2 p {
  color: #999;
  font-size: 14px;
  padding: 0 70px;
}

/* Background Color RCE */
.bg-color-rce {
	color: #222;
	background-color: rgba(51,51,51,1);
}

/*RCE Backgrounds*/

.bg-rce-1 {
	background:url(../img/bg/ar_chips_bw.jpg) 50% 0 fixed;
	background-size:cover;
}

/*Form Fields - removes number spinner in form*/

.input-no-spinner::-webkit-outer-spin-button, .input-no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn-u-rce {
   border: 0;
   color: #222;
   font-size: 14px;
   cursor: pointer;
   font-weight: 400;
   padding: 6px 13px;
   position: relative;
   background: #f1d374;
   white-space: nowrap;
   display: inline-block;
   text-decoration: none;
}
.btn-u-rce:hover {
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #dba243;
}

.btn-u-rce.btn-block {
  text-align: center;
}

/*Text Colors
------------------------------------*/
.color-rce-yellow { color: #f1d374;}
.color-rce-gold { color: #dba243;} 
.color-rce-red { color: #b4162f;}

/*Image Border
------------------------------------*/
.img-border-rce { 
	border: medium solid #f1d374;
	border-radius: 20px;
}


/*CUSTOM CSS FROM BLOCKS.CSS*/
/*========================================================================*/

/*Image Backgrounds v2 RCE
------------------------------------*/
.bg-image-v2-rce {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(../img/bg/7.jpg) repeat fixed;
}

.bg-image-v2-rce:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  content: " ";
  position: absolute;
  background: rgba(255,255,255,0.7);
}

/*Background Dark Cover*/
.bg-image-v2-rce-dark:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.bg-image-v2-rce-dark h2,
.bg-image-v2-rce-dark p {
  color: #eee !important;
}

/*Breadcrumbs v3 RCE
------------------------------------*/ 


.breadcrumbs-v3-rce {
  z-index: 1;
  padding: 10px 0;
  position: relative;
}

.breadcrumbs-v3-rce.breadcrumbs-lg {
  padding: 200px 0;
}

.breadcrumbs-v3-rce.img-v1 {
  background: url(../img/breadcrumbs/ar_deal_bw.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.breadcrumbs-v3-rce.img-v2 {
  background: url(../img/breadcrumbs/guest_winner_bw.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.breadcrumbs-v3-rce.img-v3 {
  background: url(../img/breadcrumbs/huxley_close_bw.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.breadcrumbs-v3-rce.img-v4 {
  background: url(../img/breadcrumbs/bj_deal_bw.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.breadcrumbs-v3-rce.img-v5 {
  background: url(../img/breadcrumbs/guest1_bw.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}


.breadcrumbs-v3-rce:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.2);
}

.breadcrumbs-v3-rce h1 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}

.breadcrumbs-v3-rce p {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 0;
  text-transform: uppercase;
}

.breadcrumbs-v3-rce img {
  max-width: 50%;
  
}

@media (max-width: 992px) {
  .breadcrumbs-v3-rce.breadcrumbs-lg {
    padding: 10px 0;
  }
}

@media (max-width: 768px) {
  .breadcrumbs-v3-rce,
  .breadcrumbs-v3-rce.breadcrumbs-lg {
    padding: 10px 0;
  }

  .breadcrumbs-v3-rce h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .breadcrumbs-v3-rce p {
    font-size: 18px;
  }
}

/*Service Block v1 RCE
------------------------------------*/
.service-block-v1-rce {
  margin-top: 20px;
  text-align: center;
  position: relative;
  padding: 45px 20px 20px;
  border: 2px solid #f1d374;
}

.service-block-v1-rce i {
  left: 50%;
  top: -30px;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 26px;
  line-height: 62px;
  margin-left: -30px;
  text-align: center;
  position: absolute;
  /*background: #b4162f;*/
  background: #222;
  border: 2px solid #f1d374;
  display: inline-block;
}

.service-block-v1-rce h3,
.service-block-v1-rce p {
  margin-bottom: 20px;
}

/*Service Block v8 RCE
------------------------------------*/
.service-block-v8-rce-large {
	padding: 25px;
	background-color: #222;
	background-size: cover;
}

.service-block-v8-rce {
  padding: 25px;
  /*background: #333 50%;*/
  /*background: rgba(51,51,51,0.8);*/
}

.service-block-v8-rce i {
  color: #f1d374;
  float: left;
  font-size: 22px;
  margin: 5px 25px 0 0;
}

.service-block-v8-rce .service-block-desc {
  overflow: hidden;
}

.service-block-v8-rce .service-block-desc h3 {
  color: #f1d374;
  font-size: 18px;
  margin: 0 0 30px;
  position: relative;
  text-transform: uppercase;
}

.service-block-v8-rce .service-block-desc h3:after {
  left: 0;
  top: 40px;
  height: 1px;
  width: 30px;
  content: " ";
  position: absolute;
  background: #f1d374;
}


/*Service Block v8 RCE Version 2
------------------------------------*/
.service-block-v8-rce-large2 {
	padding: 25px;
	background-color: #222;
	background-size: cover;
}

.service-block-v8-rce2 {
  padding: 25px;
  /*background: #333 50%;*/
  background: rgba(51,51,51,0.8);
}

.service-block-v8-rce2 i {
  color: #f1d374;
  float: left;
  font-size: 22px;
  margin: 5px 25px 0 0;
}

.service-block-v8-rce2 .service-block-desc {
  overflow: hidden;
  /*font-family:Arial, Helvetica, sans-serif;*/
}

.service-block-v8-rce2 .service-block-desc h3 {
  color: #f1d374;
  font-size: 18px;
  margin: 0 0 30px;
  position: relative;
  text-transform: uppercase;
}

.service-block-v8-rce2 .service-block-desc h3:after {
  left: 0;
  top: 40px;
  height: 1px;
  width: 30px;
  content: " ";
  position: absolute;
  background: #f1d374;
}
@media (max-width: 400px) {
  .service-block-v8-rce2 .service-block-desc h3:after {
  	display:none;
  }
}
/*Image Backgrounds v2 RCE
------------------------------------*/

.bg-image-v2-rce {
  width: 100%;
  height: auto;
  padding: 100px 0;
  position: relative;
  /*background: url(../img/elvis_tarsh.jpg) no-repeat fixed;*/
  /*background: url(../img/sliders/winner_bw.jpg) no-repeat fixed;*/
  background: url(../img/breadcrumbs/guest_winner_bw.jpg) no-repeat fixed center;
  background-size:cover;

}

.bg-image-v2-rce:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  content: " ";
  position: absolute;
  background: rgba(255,255,255,0.7);
}

/*Background Dark Cover RCE*/
.bg-image-v2-dark-rce:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.bg-image-v2-dark-rce h2,
.bg-image-v2-dark-rce p {
  color: #eee !important;
}



/*Parallax RCE
------------------------------------*/

.parallax-1 {
  background: url(../img/1090.jpg) 50% 0 repeat fixed;  
}

/*Featured Blog RCE
------------------------------------*/

.featured-blog-rce h2 {
  font-size: 18px;
  margin: 0 0 25px;
  line-height: 25px;
  position: relative;
}

.featured-blog-rce h2:after {
  left: 0;
  z-index: 1;
  width: 30px;
  height: 2px;
  content: " ";
  bottom: -10px;
  position: absolute;
  background: #f1d374;
}

.featured-blog-rce .featured-img {
  position: relative;
}

.featured-blog-rce .featured-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.featured-blog-rce .featured-img:hover:after {
  background: rgba(0,0,0,0.3);
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.featured-blog-rce .featured-img > img {
  width: 100%;
}

/*Team Hover Gradient*/ 
.featured-blog-rce .featured-img i {
  top: 60%;
  left: 50%;
  z-index: 1;
  width: 100%;
  list-style: none;
  text-align: center;
  visibility: hidden;
  position: absolute;
  margin: -17.5px 0 0 -17.5px;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; 
}

.featured-blog-rce .featured-img:hover i {
  top: 50%;
  visibility: visible;
}

.featured-blog-rce .featured-img i {
  color: #fff;
  width: 35px;
  height: 35px;
  padding: 11px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  background: rgba(255,255,255,0.4);
}

.featured-blog-rce .featured-img i:hover {
  color: #fff;
  background: #f1d374;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}


/*CUSTOM CSS FROM PLUGINS.CSS*/
/*========================================================================*/

/*Owl Clients v2 RCE
------------------------------------*/
.owl-clients-v1-rce img {
  width: 120px;
  height: auto;
}

.owl-clients-v1-rce .owl-pagination {
    display: none;
}

/*CUSTOM CSS FROM STYLE.CSS*/
/*========================================================================*/

/* RCE Master Slider */
.rce-slider {
  height: 100%;
}


/* RCE Center */
.rce-center {
	text-align:center;	
}

.rce-fullwidth {
	display:block;
	width: 100%;
}

/* Wrapper */
.wrapper-rce {
  background: #222;
}

/* Dark Text */
.dark p, 
.dark li,
.dark li a,
.dark label { 
   color: #222;
}
/*Footer Logo RCE*/
.footer-logo-rce {
	margin: 17px 0 20px;
	max-height: 85px;
	
}

/*Info Blocks RCE*/
.info-blocks-rce {
	margin-bottom: 15px;
}

.info-blocks-rce:hover i.icon-info-blocks {
	color: #F1D374;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;	
}

.info-blocks-rce i.icon-info-blocks {
	float: left;
	color: #fff;
	font-size: 30px;
	min-width: 50px;
	margin-top: 10px;
	text-align: center;
}

.info-blocks-rce .info-blocks-in {
	padding: 0 10px;
	overflow: hidden;
}

.info-blocks-rce .info-blocks-in h3 {
	color: #F1D374;
	font-size: 20px;
	line-height: 28px;
}

.info-blocks-rce .info-blocks-in p {
	font-size: 12px;
}

/*Service Info RCE*/
.service-info-rce {
	position: relative;
	padding: 40px 0 50px;
	background: url(../img/patterns/17.png) repeat;
}

.service-info-rce .info-description {
	overflow: hidden;
}

.service-info-rce i.service-info-icon {
	color: #777;
	float: left;
	width: 50px;
	height: 50px;
	padding: 15px;
	font-size: 20px;
	line-height: 17px;
	margin-right: 20px;
	text-align:center;
	display: inline-block;
	border: 1px solid #777;
}

.service-info-rce i.service-info-icon-black {
	color: #000;
	float: left;
	width: 50px;
	height: 50px;
	padding: 15px;
	font-size: 20px;
	line-height: 17px;
	margin-right: 20px;
	text-align:center;
	display: inline-block;
	border: 1px solid #000;
}
.service-info-rce i.service-info-icon-red {
	color: #b4162f;
	float: left;
	width: 50px;
	height: 50px;
	padding: 15px;
	font-size: 20px;
	line-height: 17px;
	margin-right: 20px;
	text-align:center;
	display: inline-block;
	border: 1px solid #b4162f;
}

.service-info-rce .info-description h3 {
	margin: 0 0 10px;
}

.service-info-rce .info-description p {
	color: #777;
}

.rcecrownicon {
	font-size:large;
}

/*Bootstrap Testimonials rce
------------------------------------*/
.testimonials-bs-rce {
  padding: 50px 0;
  background: url(../img/breadcrumbs/huxley_close_bw.jpg) 50% 0 no-repeat fixed;  
  
}

.testimonials-bs-rce .headline-center-v2 span.author {
  color: #777;
  font-size: 14px;
}

/*Removes Bootstrap carousel background images*/
.testimonials-bs-rce .item {
  margin-bottom: 30px;
}

.testimonials-bs-rce .carousel-arrow {
  text-align: center;
}

.testimonials-bs-rce .carousel-control-v2 i {
	color: #888;
	width: 30px;
	height: 30px;
	padding: 2px;
	font-size: 22px;
	display: inline-block;
	border: 2px solid #888;
}

.testimonials-bs-rce .carousel-control-v2 i:hover {
  color: #f1d374;
  border-color: #f1d374;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.testimonials-bs-rce .carousel-control-v2.left,
.testimonials-bs-rce .carousel-control-v2.right {
    text-decoration: none;
    background-image: none;
}

/*CUSTOM CSS FROM HEADER-DEFAULT.CSS*/
/*========================================================================*/




.rcehide-topbar {
					
}

@media (max-width: 600px) {
	.rcehide-topbar {
		display:none;		
	}
}

.contact-enlarge {
	display:none;
	
}

@media (max-width: 600px) {
	.contact-enlarge {
		display:inline;
				
	}
}


/*CUSTOM CSS FROM PLUGINS.CSS*/
/*========================================================================*/

/*Back To Top RCE
------------------------------------*/
#topcontrol-rce {
  color: #fff;
  z-index: 99;
  width: 30px;
  height: 30px;
  font-size: 20px;
  background: #222;
  position: relative;
  right: 14px !important;
  bottom: 11px !important;
  border-radius: 3px !important;
}

#topcontrol-rce:after {
  top: -2px;
  left: 8.5px;
  content: "\f106";
  position: absolute;
  text-align: center;
  font-family: FontAwesome;
}

#topcontrol-rce:hover {
  color: #222;
  background: #f1d374;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*CUSTOM CSS FROM JOE*/
/*========================================================================*/

/* Row Alignments 
------------------------------------*/

.row-align-ourgames {
	min-height: 80px;
}

.row-align-ourprops {
	min-height: 170px;
}

@media (max-width: 1200px) {
	.row-align-ourprops {
		min-height: 210px;
	}
}

@media (max-width: 991px) {
	.row-align-ourprops {
		min-height: 290px;
	}
}

@media (max-width: 767px) {
	.row-align-ourprops {
		min-height: 60px;
	}
}

.row-align-home-ourevents {
	min-height: 80px;
}

@media (max-width: 1200px) {
	.row-align-home-ourevents {
		min-height: 120px;
	}
}

@media (max-width: 991px) {
	.row-align-home-ourevents {
		min-height: 160px;
	}
}

@media (max-width: 767px) {
	.row-align-home-ourevents {
		min-height: 40px;
	}
}


.row-align-home-testimonial {
	min-height: 219px;
}

@media (max-width: 1200px) {
	.row-align-home-testimonial {
		min-height: 241px;
	}
}

@media (max-width: 991px) {
	.row-align-home-testimonial {
		min-height: 285px;
	}
}

@media (max-width: 767px) {
	.row-align-home-testimonial {
		min-height: 307px;
	}
}

@media (max-width: 633px) {
	.row-align-home-testimonial {
		min-height: 307px;
	}
}

@media (max-width: 600px) {
	.row-align-home-testimonial {
		min-height: 383px;
	}
}

@media (max-width: 550px) {
	.row-align-home-testimonial {
		min-height: 417px;
	}
}

@media (max-width: 500px) {
	.row-align-home-testimonial {
		min-height: 455px;
	}
}

@media (max-width: 475px) {
	.row-align-home-testimonial {
		min-height: 485px;
	}
}

@media (max-width: 450px) {
	.row-align-home-testimonial {
		min-height: 560px;
	}
}

@media (max-width: 425px) {
	.row-align-home-testimonial {
		min-height: 592px;
	}
}


@media (max-width: 400px) {
	.row-align-home-testimonial {
		min-height: 670px;
	}
}

@media (max-width: 330px) {
	.row-align-home-testimonial {
		min-height: 850px;
	}
}


.float-btn-call {
    background: url("../img/rce_call.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float:right;
	height: 53px;
    position: fixed;
    right: -195px;
    top: 170px;
    width: 252px;
    z-index: 999999;
	
	-webkit-transition: all .4s ease; 
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}

.float-btn-call:hover { right:0;}

.float-btn-enq {	
	background: url("../img/rce_enquire.png") no-repeat;
    height: 54px;
	/*float:right;*/
    position: fixed;
    right: -265px;
    top: 230px;
    width: 324px;
    z-index: 999999;
	
	-webkit-transition: all .4s ease; 
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}

.float-btn-enq:hover{ right:0;}