.flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
}
.marb20 {
    margin-bottom: 20px;
}
.listCat a {
    color: #004bb3;
    font-weight: bold;
}
.listCat img {
    margin-bottom: 15px;
}
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-float-shadow:active, .hvr-float-shadow:focus, .hvr-float-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.hvr-float-shadow:active:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform,opacity;
    transition-property: transform,opacity;
}
/*.navbar {*/
/*    background-color: transparent;*/
/*}*/
/*.dropdown-menu{*/
/*	background-color: #4285f4;*/
/*}*/
/*.divider-new h2 a{*/
	
/*}*/
/*.contentAjax img{*/
/*	max-width: 100%;*/
/*}*/
/*.contentAjax{*/
/*	min-height: 500px;*/
/*    margin: 0 20px;*/
/*}*/
/*.divider-new{*/
/*	margin-bottom: 0px;*/
/*}*/
/*.tab-content{*/
/*	margin-top:10px;*/
/*}*/
/*th{*/
/*	text-align: center;*/
/*}*/
/*.nav-item.active a,.nav>li>a:focus, .nav>li>a:hover,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{*/
/*    font-weight: bold!important;*/
/*}*/
/*.md-form .prefix~label {*/
/*    margin-left: 4rem;*/
/*}*/
/*.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{*/
/*	font-weight: bold!important;*/
/*    background-color:rgba(0,0,0,0);*/
/*}*/
/*.item {*/
/*	position: relative;*/
/*	overflow: hidden;*/
/*	margin-bottom: 10px;*/
/*}*/
/*.item img {*/
/*  width: 100%;*/
/*  height: 180px;*/
/*  -moz-transition: all 0.3s;*/
/*  -webkit-transition: all 0.3s;*/
/*  transition: all 0.3s;*/
/*}*/
/*.item:hover img {*/
/*  -moz-transform: scale(1.3);*/
/*  -webkit-transform: scale(1.3);*/
/*  transform: scale(1.3);*/
/*}*/
/*.item .text-over{*/
/*	position: absolute;*/
/*	bottom: 0;*/
/*	padding: 10px;*/
/*	color: white;*/
/*	background: rgba(0,0,0,0.5);*/
/*	width: 100%;*/
/*}*/
/*.container{*/
/*	margin-top:60px;*/
/*	padding:0 80px;*/
/*}*/
/*.nav-item.active a,{*/
/*	background-color: rgba(255,255,255,0.25);*/
/*}*/
/*.product{*/
/*	margin-bottom: 15px;*/
/*}*/
/*.caption{*/
/*	color:black;*/
/*}*/
/*.caption p{*/
/*	margin-bottom: 2px;*/
/*}*/
/*.caption h4{*/
/*	font-size:17px;*/
/*	line-height: 20px;*/
/*	font-weight: bold;*/
/*}*/
/*.priceDot{*/
/*	font-weight: bold;*/
/*	color:#c90927;*/
/*}*/
/*select.form-control{*/
/*	margin-top: 10px;*/
/*}*/
/*.formSearch{*/
/*    padding: 0 10px;*/
/*    padding-top: 5px;*/
/*    border-radius: 5px;*/
/*    background: #fdf5b1;*/
/*    margin-bottom: 20px;*/
/*}*/
/*option,.form-control:focus {*/
/*    color: black;*/
/*}*/
/*.post-title{*/
/*	font-weight: bold;*/
/*}*/
/*.contentAjax .bxslider img{*/
/*	max-height:250px;*/
/*	width: 100%;*/
/*}*/
/*.contentAjax #bx-pager img{*/
/*	width:75px;*/
/*	max-height: 100px;*/
/*}*/
/*.navbar .navbar-nav .nav-item>a.active {*/
/*    font-weight: bold;*/
/*    background: #062c69;*/
/*}*/