/*
 RFP FRONT STYLE
*/

.rfp-wrapper a{
	text-decoration:none;
	outline:none;
	box-shadow:none!important;
}

.rfp-grids { 
	margin-left: -15px; 
	margin-right: -15px;
}

.rfp-grids:before, 
.rfp-grids:after { 
	display: table; 
	content: "";
}

.rfp-grids:after { 
	clear: both; 
}

.rfp-grids [class*="grid"] { 
	float: left; 
	padding: 15px; 
	vertical-align: top; 
	width: 99.99999%; 
	box-sizing: border-box;
}

.rfp-grid.xs1 { width: 8.33333%; }
.rfp-grid.xs2 { width: 16.66666%; }
.rfp-grid.xs3 { width: 24.99999%; }
.rfp-grid.xs4 { width: 33.33333%; }
.rfp-grid.xs5 { width: 41.66666%; }
.rfp-grid.xs6 { width: 49.99999%; }
.rfp-grid.xs7 { width: 58.33333%; }
.rfp-grid.xs8 { width: 66.66666%; }
.rfp-grid.xs9 { width: 74.99999%; }
.rfp-grid.xs10 { width: 83.33333%; }
.rfp-grid.xs11 { width: 91.66666%; }
.rfp-grid.xs12 { width: 99.99999%; }

@media only screen and (min-width: 768px) { 
	.rfp-grid.sm1 { width: 8.33333%; }
	.rfp-grid.sm2 { width: 16.66666%; }
	.rfp-grid.sm3 { width: 24.99999%; }
	.rfp-grid.sm4 { width: 33.33333%; }
	.rfp-grid.sm5 { width: 41.66666%; }
	.rfp-grid.sm6 { width: 49.99999%; }
	.rfp-grid.sm7 { width: 58.33333%; }
	.rfp-grid.sm8 { width: 66.66666%; }
	.rfp-grid.sm9 { width: 74.99999%; }
	.rfp-grid.sm10 { width: 83.33333%; }
	.rfp-grid.sm11 { width: 91.66666%; }
	.rfp-grid.sm12 { width: 99.99999%; } 
}
  
@media only screen and (min-width: 1025px) { 
	.rfp-grid.md1 { width: 8.33333%; }
	.rfp-grid.md2 { width: 16.66666%; }
	.rfp-grid.md3 { width: 24.99999%; }
	.rfp-grid.md4 { width: 33.33333%; }
	.rfp-grid.md5 { width: 41.66666%; }
	.rfp-grid.md6 { width: 49.99999%; }
	.rfp-grid.md7 { width: 58.33333%; }
	.rfp-grid.md8 { width: 66.66666%; }
	.rfp-grid.md9 { width: 74.99999%; }
	.rfp-grid.md10 { width: 83.33333%; }
	.rfp-grid.md11 { width: 91.66666%; }
	.rfp-grid.md12 { width: 99.99999%; } 
}

div.rfp-wrapper{
	overflow:hidden;
}

div.rfp-wrapper a{
	box-shadow:none;
	outline:none;
}

.rfp-filter ul{
	list-style:none;
	margin-left:0;
	margin-bottom: 8px;
}

.rfp-filter ul li{
	display:inline-block;
	margin: 0;
}

.rfp-filter ul li a{
    border: 1px solid;
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 5px;
    padding: 5px 10px;
	color:#666;
}

.rfp-filter ul li a.active{
	color:#000;
}

.rfp-item-title {
    background: #eee none repeat scroll 0 0;
    line-height: 1.2;
    padding: 15px 10px;
    text-align: center;
}

.rfp-item {
	position:relative;
}

.rfp-item .rfp-mask {
    backface-visibility: hidden;
    bottom: 10px;
    left: 15px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 15px;
}

.rfp-item img{
	width:100%!important;
	max-width:100%!important;
	display: block;
}