.top_logo{
	fill: #fff !important;
}

.top_h2{
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 700;
}

.top_menu_li{
	font-family: 'Alata', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px !important;
}
.navbar-light .navbar-toggler {
    margin: 0 auto;
}
.footer{
	background-color: #F3F7FB !important;
	padding-top: 15px;
	padding-bottom: 15px;
}

.flip-box {
  background-color: transparent;
  width: inherit;
  border: 0px solid #f1f1f1;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  /*width: inherit;
  height: inherit;*/
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #fff;
  color: black;
}

.flip-box-back {
  background-color: #fff;
  color: white;
  transform: rotateY(180deg);
}

.flipbox_content{
	background-color: #fff;
	padding: 50px;
}


.main_box{
	width: 600px;
}

/*--- slider-css --*/
.slider{
	position:relative;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.rslides_tabs {
	text-align: center;
	width: 100%;
	position:absolute;
	bottom:0;
	top: 90px;
	z-index:999;
	padding: 0px;
}
.rslides_tabs li {
	display: inline;
}
.rslides_tabs a {
	border:none;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	color: #fff;
	font-weight: bold;
}
.banner{
	margin-bottom:40px;
}
.banner .container{
	width:100%;
	padding:0px;
	min-width:100%;
}
.banner-list{
	min-height: 600px;
	background-size: cover;
}
.banner-left {
  text-align: center;
}
.banner-main{
	position:relative;
}

.bann-right{
	text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
}
.homeCategories .flip-box-back h2 a{
	margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}