/* Reset CSS
 * --------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Lobster');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a, a:hover, a:visited{
	color:#000; text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
/*h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
}*/

.clearfix:before,  
.clearfix:after {  
  content: " ";  
  display: table;  
}  
.clearfix:after {  
  clear: both;  
}  
.clearfix {  
  *zoom: 1;  
} 
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*.container-fluid { padding-left:0!important; padding-right:0!important; }*/
.col-md-3, .col-md-4, .col-md-6, .col-md-8, .col-md-12  { margin: 0; padding: 0px; }
.col-xs-12 { margin: 0; padding: 0; }
.col-lg-6, .col-lg-12 { margin: 0; padding: 0; }
i { margin-right: 5px; }
.bright { color: #fff; }
.dark { color: #000; }

/* Custom CSS
 * --------------------------------------- */
body{
	/*font-family: Arial,Helvetica,'Heiti SC','Microsoft Yahei',simsun,sans-serif;*/
	color: #fff;
	margin:0; padding:0;
	line-height: 1.75;
    font-size: 16px;
    font-family: 'HelveticaNeueLTStd-Lt', sans-serif;
	letter-spacing: 1px;
	overflow-y: scroll; /* has to be scroll, not auto */
  	-webkit-overflow-scrolling: touch;
}
/*html, body { background-color: #fff; }*/

.dropdown-menu { 
	font-family: Times New Roman, serif; 
	font-weight: bold; 
	font-size: 19px; 
	margin-top: 14px; 
	background: rgba(10,23,46,0.8); 
}
a.dropdown-item { color: rgba(255,255,255,.5);} 
.dropdown-item:focus, .dropdown-item:hover { background: none; color: rgba(255,255,255,1); }

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}


/*h1 { font-family: 'Lobster', cursive; font-size: 72px; color: #fff; margin: 20px 0 0; padding: 0; }
h2 { font-family: 'Oswald', sans-serif; font-size: 30px; color: #ffbf00; margin: 20px 0 20px; padding: 0; text-align: left; }
h3 { font-family: 'Oswald', sans-serif; font-size: 24px; color: #fff; margin: 20px 0 10px; padding: 0; text-align: left; }
h5 { font-family: 'Oswald', sans-serif; font-size: 22px; color:#fff; padding: 10px 0; }
h6 { font-family: 'Oswald', sans-serif; font-size: 18px; color:#ccc; margin-top: 20px; }*/

.bg-black { background: #000000; }

.topbar { flex-flow: column; width: 100%;  }
.topbar ul { float:right; }
.topbar li { float: left; padding: 0 4px; }
.topbar li a { color:rgba(255,255,255,0.5); }
.topbar li a:hover { color:rgba(255,255,255,1); }
#newsletter .subscribe { 
	border-radius: 0;
	border:none;
	padding: 1px 14px;
	background:#fff;
	color:#000;
}
#newsletter input[type=text] {
	background: none;
	border: none;
	width: 300px;
	color:#fff;
	border-bottom: solid 1px #fff;
	font-style: italic;
}
#top input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}


input[type=search] {
	/*background:  url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;*/
	position: relative; 
	border: none;
	background: none;
	padding: 0px 10px 0px 32px;
	width: 55px;

	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #66CC75;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}

#search-form {}
#search-form:before {
  position:relative;
  font-family: 'Font Awesome 5 Free';
  top: 0px;
  left: 30px;
  content: "\f002";
  color:rgba(255,255,255,0.5);
  font-weight: 900;
}


#search-form input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
#search-form#search-form input[type=search]:hover {
	background-color: #fff;
}
#search-form input[type=search]:focus {
	width: 130px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#search-form input:-moz-placeholder {
	color: transparent;
}
#search-form input::-webkit-input-placeholder {
	color: transparent;
}


.navbar-expand-lg { flex-flow: column; }

.navbar { background: rgba(10,23,46,0.8); border-bottom: solid 2px #f4821f; }
.navbar-nav { font-family: Times New Roman, serif; font-weight: bold; font-size: 19px; }
.navbar-nav .divider { width: 1px; background-color: #fff; height: 16px; margin-top: 18px;} 

.navbar-brand { margin-top: -30px;}

.nav-item { padding: 0 12px; }
ul.navbar-nav li:last-child { padding-right: 0; }

#home-content h1 { font-size: 18px; border-bottom: solid 1px; text-transform: uppercase; display: inline-block;}
#home-content h2 { font-size: 60px; font-family: Times New Roman, serif; margin: 50px 0 20px;}

#carouselIndicators .carousel-item h3 { font-family: 'butlerregular'; }
#carouselIndicators .carousel-item p { font-size: 18px; font-family: 'HelveticaNeueLTStd-Lt'; letter-spacing: 3px; }
#carouselIndicators .carousel-item a { font-size: 14px; letter-spacing: 1px; color:#fff; text-transform: uppercase; margin: 20px 0 0; padding: 10px 25px; display: inline-block;}
#carouselIndicators .carousel-item a:hover { background:rgba(255,255,255,0.3)}

#carouselIndicators .carousel-control-next, #carouselIndicators .carousel-control-prev {  top: 60%; }
#carouselIndicators .carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #404040;
	cursor: pointer;
}

.bgoverlay {
  position: relative;
}

.bgoverlay:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: none;
  z-index:0;
  background-color: rgba(255,0,0,0.5);	
}

.home01 { font-size: 18px;  background: url(../images/home-bg-pattern.jpg); }
.home01 .txt { width: 500px; margin: 0 auto; }
.home01 a.btn { text-transform: uppercase; border: solid 1px #000; color:#000; margin-top: 20px; margin-bottom: 40px; padding: 10px 40px; display: inline-block; border-radius: 0;}

.home02 { background: linear-gradient(
      rgba(0, 0, 0, 0.4), 
      rgba(0, 0, 0, 0.4)
    ),
	url(../images/home-02.jpg);
    }
.home02 .col-md-12 { padding: 80px 20px 120px; text-align: left; }
.home02 .txt { margin-bottom: 20px; }
.home02 a.btn { text-transform: uppercase; border: solid 1px #fff; color:#fff; margin-top: 10px; margin-bottom: 10px; padding: 10px 40px; display: inline-block; border-radius: 0;}

.bgimg { font-size: 18px;  background: url(../images/home-bg-pattern.jpg); }
.bgimg .col-md-12 { padding: 50px 0 100px; }

.home04 { background: url(../images/home-03.jpg) center center; background-size: cover; padding: 50px 0; }
.home04 a.btn { text-transform: uppercase; border: solid 1px #fff; color:#fff; margin-top: 20px; margin-bottom: 40px; padding: 10px 40px; display: inline-block; border-radius: 0;}

.page-title h1 { font-family: 'butlerregular'; font-size: 50px; }
/*
#about-us { 
	background: linear-gradient(
      rgba(0, 0, 0, 0.4), 
      rgba(0, 0, 0, 0.4)
    ),
    url(../images/header-about.jpg);
	background-size: 1980px;

    background-position: center 0px;
	text-align: center;
	padding: 250px 0 150px;
}
*/
#about { background-color: #fff; }
#about h1 { font-size: 50px; font-family: Times New Roman, serif; margin: 50px 0 20px;}
#about .txt { padding: 50px 100px;}
#about .carousel-item { height: auto; min-height: auto; }

#header-facilities { 
	background: linear-gradient(
      rgba(0, 0, 0, 0.4), 
      rgba(0, 0, 0, 0.4)
    ),
    url(../images/header-facilities.jpg);
	background-size: 1980px;

    background-position: center 0px;
	text-align: center;
	padding: 250px 0 150px;
}
#facilities { padding: 50px 0;}
#facilities .col-md-4 { padding: 20px; }
#facilities .col-md-4 .box { background-color: #fff; padding: 80px 20px; position: relative; font-size: 15px; height: 100%; }
#facilities .col-md-4 h2 { font-family: 'butlerregular'; margin: 20px 0;}
#facilities .location { text-align: left; font-size: 14px; color: #999; margin-left: 20px; position: absolute; bottom:10px; }
#facilities .location:before{
  font-family: 'Font Awesome 5 Free';
  content: "\f3c5";
  font-weight: 900;
  padding-right: 5px;
}
/*
#header-getting-here { 
	background: linear-gradient(
      rgba(0, 0, 0, 0.4), 
      rgba(0, 0, 0, 0.4)
    ),
    url(../images/header-getting-here.jpg);
	background-size: 1980px;

    background-position: center 0px;
	text-align: center;
	padding: 250px 0 150px;
}
*/
#getting-here h1 { font-size: 50px; font-family: Times New Roman, serif; margin: 50px 0 20px;}
#getting-here h3 { font-size: 18px; font-weight: bold; }
#getting-here .txt { padding: 50px 50px 80px;}
#map { height: 100%; min-height: 500px;}


#header-store { 
	background: linear-gradient(
      rgba(0, 0, 0, 0.4), 
      rgba(0, 0, 0, 0.4)
    ),
    url(../images/header-store.jpg);
	background-size: 1980px;
	position: relative;
    background-position: center 0px;
	text-align: center;
	padding: 250px 0 150px;
}
#store-directory input { width:100%; background: none; border: none; text-align: center; border-bottom: solid 1px #999;}
#store-directory input::placeholder {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;	
}

#store-directory .navbar-nav  { flex-direction: row; font-family: 'HelveticaNeueLTStd-Lt'; font-size: 16px; }
#store-directory .navbar-nav a, #store-directory .navbar-nav a:hover { color:#000; }
#store-directory .navbar-nav li { padding: 10px 50px 10px 20px; } 

#store-directory .dropdown-menu { background: #fff; font-family: 'HelveticaNeueLTStd-Lt'; font-size: 15px; }
#store-directory .dropdown-menu {
	min-width: 200px;
}
#store-directory .dropdown-menu.columns-2 {
	min-width: 700px;
}
#store-directory .dropdown-menu.columns-3 {
	min-width: 200px;
}
#store-directory .dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
}
#store-directory .multi-column-dropdown {
	list-style: none;
  margin: 0px;
  padding: 0px;
}
#store-directory .multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
}
#store-directory .multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #999;
}
 
@media (max-width: 767px) {
	#store-directory .dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}
#store-directory .nav { width:100%; border-bottom: solid 1px #999; margin-bottom: 50px; }
#store-directory .dropdown-item { color: #000; } 
#store-directory .multi-column-dropdown:focus li a, #store-directory .multi-column-dropdown:hover li a{ background: none; }
#store-directory .multi-column-dropdown:hover li a:hover { color:#f7941d; }
#store-directory .dropdown-menu:hover li a:hover { color:#f7941d; }
#store-directory .dropdown-menu{
    transform: translate3d(5px, 35px, 0px)!important;
}
#store-directory h1 { font-family: Times New Roman, serif; text-align: center; margin-bottom: 50px;}
#store-directory { padding: 50px 0;}
#store-directory .col-lg-3, #store-directory .col-md-6 { padding: 10px; }
#store-directory .box { 
				background-color: #fff; 
				padding: 0px; 
				position: relative;
				border: solid 1px #ddd;
				border-top-left-radius: 6px;
				border-top-right-radius: 6px;
				text-align: center;
}
#store-directory .box img { 
				border-top-left-radius: 6px;
				border-top-right-radius: 6px; }

#store-directory .shop { 
				background-color: #fff; 
				position: relative;
				border: solid 1px #ddd;
				border-top:none;
				border-bottom-left-radius: 6px;
				border-bottom-right-radius: 6px;
				text-align: left;
				min-height: 60px;
}
#store-directory h2 { 
	font-size: 18px;
	padding: 6px 15px 6px 15px;
	font-weight: bold;
	min-height: 40px;

}
#store-directory a { color:#000; }

#store-directory .floor { position: absolute; left: 0; bottom:-1px; background-color:#e07c31; padding:2px 15px; color: #fff; font-weight: bold; font-size: 18px;  }

#store { padding: 50px 0;}
#store .col-md-6 { padding: 10px; }
#store .box { 
 
				padding: 0px; 
				position: relative;
				text-align: center;
}
#store .box img { border: solid 1px #999; }

#store h2 {font-size: 32px; font-family: Times New Roman, serif; font-weight: bold; letter-spacing: 0; }
#store a, #store a:hover { color: #000; }

#store .card { background:none; border: none; }
#store .card-header { background:none; }



#accordion .card-header:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f106";
    float: right;
	font-weight: 900;
}
#accordion .card-header.collapsed:after {
	font-family: 'Font Awesome 5 Free';
    content: "\f107"; 
	font-weight: 900;
}

#floor-map { background: #fff; position: relative; }


#floor-directory { padding: 50px 0; }

#floor-directory .nav-tabs { border: none; margin-bottom: 50px;  }
#floor-directory .nav-tabs .nav-link {  border: none; background: #fff; border-top-left-radius:0; border-top-right-radius:0; }
#floor-directory .nav-tabs .nav-link.active { background: #f58220; color: #fff; } 
#floor-directory .nav-item { padding: 0; background: #fff; }
#floor-directory .nav-tabs .nav-link.active {  }

#floor-directory .col-lg-12 { background: #fff; padding: 50px 20px; }
#floor-directory .col-md-6 { padding: 0 20px;}
#floor-directory table {
  border: none;
  border-spacing:0;
  width:100%;
	border-collapse: inherit;
  overflow:hidden;/* hide pseudo overflowing */ }

#floor-directory table tr td + td {
  border-top: solid 1px #ccc;
  position:relative;/* make it the coordonates reference for the absolute positionned pseudo */
}
#floor-directory table tr td + td:before {
  content:'';
  position:absolute;
  width:100%;
  right:100%;
  top:-1px;/* climb up the size of parent's border */
  border-top: inherit;/* draw same border */
}
#floor-directory table  { border-bottom: solid 1px #ccc;} 

/*
#floor-directory tr td:nth-child(2){ border-top: solid 1px #ccc; }*/
/*#floorid { height: 500px; }

#floor-map img {
  max-width:100%;
  display: block;
}

.pin {
  width:6%;
  height:6%;
  background-image: url(../images/pin.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

#pin-location {
  top:18%;
  left:34.5%;
}*/



#header-events { 
	background: linear-gradient(
      rgba(0, 0, 0, 0.4), 
      rgba(0, 0, 0, 0.4)
    ),
    url(../images/header-events.jpg);
	background-size: 1980px;
	position: relative;
    background-position: center 0px;
	text-align: center;
	padding: 250px 0 150px;
}
#events h1 { font-size: 50px; font-family: Times New Roman, serif; margin: 0;}
#events .date { font-size: 18px; color: #666; padding-bottom: 30px; font-style: italic; }
#events .col-lg-6 .txt { 
	text-align: center; width: 400px; margin: 0 auto;
}
#events .col-lg-12 .details { 
	text-align: center; width: 800px; margin: 0 auto; padding-bottom: 100px;
}
#events a.btn { text-transform: uppercase; border: solid 1px #000; color:#000; margin-top: 20px; margin-bottom: 40px; padding: 10px 40px; display: inline-block; border-radius: 0;}


#promotions h1 { font-family: Times New Roman, serif; text-align: center; margin-bottom: 50px;}
#promotions { padding: 50px 0;}
#promotions .col-lg-4, #promotions .col-md-6 { padding: 10px; }
#promotions .card-title { min-height: 42px; margin-bottom: 0; }
#promotions h5 { font-size: 18px; font-weight: bold; }
#promotions .date { color: #666; font-style: italic; }


#header-contact { 
	background: linear-gradient(
      rgba(0, 0, 0, 0.4), 
      rgba(0, 0, 0, 0.4)
    ),
    url(../images/header-contact.jpg);
	background-size: 1980px;
	position: relative;
    background-position: center 0px;
	text-align: center;
	padding: 250px 0 150px;
}
#contact { padding: 50px 0; }
#contact h1 { font-size: 50px; font-family: Times New Roman, serif; margin: 50px 0 30px; }
#contact h5 { font-size: 18px; color: #666; padding-bottom: 100px; width: 700px; margin: 0 auto; }
#contact .btn { 
	width: 100%;
	border-radius: 0;
	margin: 20px 0;
	padding: 10px 0;
	background: rgba(0,0,0,0.5);
	color:#fff;
}

.form-control { 
	border-radius: 0;
	padding: .75rem 1rem;
}
.form-group { margin-bottom: 1rem; }

#contact .nav-tabs { border:none; }
#contact .nav-tabs .nav-link { border: none; }
#contact .nav-tabs .nav-link.active { color:#000; background: none; border:none; border-bottom: 2px solid #333;  } 

div.required:after {
    position:absolute;
    content:'*';
    color:red;
    right:0px;
    top:0;
}

/*input[type="text"] { width:99%; }*/
[type=file] {
    display: none;
}
input[type=radio] { 
	-ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
	background: #fff; 
}

.page-nav { 
	position: absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	bottom:0;
}
.page-nav li { display: inline-block; padding: 0px 40px 30px; } 
.page-nav li a { 
	color: #fff;
	padding: .5rem 1rem;
}
.page-nav li a:hover { color:#ccc; }
.page-nav li.active a { color: #fff; border-bottom: 2px solid #fff; }

.pagination {
	margin: 20px auto;
	text-align: center;
	display: block;
}

.pagination a {
	display: inline-block;
    color: black;
    padding: 8px 16px;
    text-decoration: none;
	border: solid 1px #666;
	margin: 5px;
}
.pagination a.active, .pagination a:hover {
    background-color: #e07c31;
    color: white!important;
	border: solid 1px #e07c31;
}


footer { background: url(../images/footer-bg.jpg) center center; background-size: cover; font-size: 14px; }
footer .container { padding: 50px 20px; }
footer h1 { font-size: 32px; font-family: Times New Roman, serif; margin: 0px 0 20px;}
footer .col-md-4 { padding: 20px; }
footer .rb { border-right: solid 1px #666; }
footer .bottom { letter-spacing: 2px; }
footer a, footer a:active { color:#fff!important; }
footer a:hover { color:#fff; text-decoration: underline; }

/*-------------------------------
Gallery
-------------------------------*/

@media (min-width: 768px) {
		
	#carouselExample .col-md-2 { padding-left: 5px; padding-right: 5px; }

    /* show 3 items */
    #carouselExample .carousel-inner .active,
    #carouselExample .carousel-inner .active + .carousel-item,
    #carouselExample .carousel-inner .active + .carousel-item + .carousel-item,
    #carouselExample .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item,
	#carouselExample .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
	#carouselExample .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }
    
    #carouselExample .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    #carouselExample .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    #carouselExample .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    #carouselExample .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item,
	#carouselExample .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
	#carouselExample .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item	+ .carousel-item + .carousel-item {
        transition: none;
    }
    
    #carouselExample .carousel-inner .carousel-item-next,
    #carouselExample .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    #carouselExample .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -16.66%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    #carouselExample .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    #carouselExample .carousel-item-next.carousel-item-left + .carousel-item,
    #carouselExample .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    #carouselExample .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    #carouselExample .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
	#carouselExample .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item, 
	#carouselExample .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    #carouselExample .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    #carouselExample .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    #carouselExample .carousel-item-prev.carousel-item-right + .carousel-item,
    #carouselExample .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    #carouselExample .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    #carouselExample .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item, 
	#carouselExample .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item	+ .carousel-item, 
	#carouselExample .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item	+ .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}
