        .reitem {
            height:552px;
            background-size:100%;
            background-position:center 20%;
        }
        
        .reholder {
			min-height:552px;	
		}
        
        .owl-dots
        {
            bottom:50px !important;
        }
        
        .owl-nav
        {
            bottom:10px !important;
        }      
        
        .fliters 
        {
            text-align:center;
        }  
        
        .fliters a {
            display:inline-block;
            color:#014c97; 
            font-weight:600;
            border:2px solid #014c97;
            padding:4px 15px;
            font-size:19px;
            margin:10px 10px;
        }
        
        .fliters a:hover, .fliters a.active {
            background-color:#014c97; 
            color:#ffffff;
        }
		
			.mfliters
			{
				display:none;
			}


        @media only screen and ( max-width: 1319px )    
         {   
			 .reitem {      
                background-size:cover;
                background-position:center;
                }			
		}

        
        @media only screen and ( max-width: 1019px )    
        {
            .reitem {
                height:189px;
                background-size:cover;
                background-position:center;
            }

            .reholder{
                min-height:189px;
                background-size:cover;
                background-position:center;
            }
            
            .toplogo
            {
                height:50px !important;
                width:190px !important;
                max-width:190px !important;
                object-fit:contain !important;
                right:90px;
                position:relative;
            }
			
			.fliters
			{
				display:none;
			}

			.mfliters
			{
				display:block;
				color:#333333;
				width:100%;
				padding-left:15px;
			}			
			
        }   