.page_media .url_way { margin-left: 0; margin-right: 0; }
.page_media .item { margin-top: 24px; }
.page_media .main_title { margin-bottom: 12px; }

/*page_media*/
.page_media { background: #f2f2f2; }
.page_media .item { 
	padding: 0 15px;
}
.page_media .item a.news:hover img { transform: scale(1.05); }
.page_media img {
    display: block;
	-ms-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
	border: 0;
}
.page_media .img {
    display: block;
    width: 100%;  
    position: relative;
	overflow: hidden;
}
.page_media .item .title { 
    padding: 0px 20px;
	font-family: "RobotoBold", sans-serif; 
	font-size: 20px;
    color: #fff;   
    line-height: 1.25;
	position: absolute;
	bottom: 16px;
	left: 0px;
	z-index: 5;
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; 
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.page_media .img:before {
	width: 100%;
    height: 100%;
    background: rgba(0,0,25,0.4);
    background: -o-linear-gradient(top,  transparent 0%, rgba(0,0,25,.8) 85%, rgba(0,0,25,1) 100%);
    background: -ms-linear-gradient(top,  transparent 0%, rgba(0,0,25,.8) 85%, rgba(0,0,25,1) 100%);
    background: -moz-linear-gradient(top,  transparent 0%, rgba(0,0,25,.8) 85%, rgba(0,0,25,1) 100%);
    background: -webkit-linear-gradient(top,  transparent 0%,rgba(0,0,25,.8) 85%,rgba(0,0,25,1) 100%);
    background: linear-gradient(to bottom,  transparent 0%,rgba(0,0,25,.8) 85%,rgba(0,0,25,1) 100%);      
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
	content: "";	
	overflow: hidden;
    opacity: .8;
}
.page_media .img:hover:before {
	transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out; 
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    opacity: .5;
}
.btn_news {
	display: table;
	height: 38px;
	padding: 14px 16px;
    background: #ffce00;
    font-family: "OpenSansBold", sans-serif; 
    font-size: 14px;
	color: #1a1a1a;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	position: absolute;
	left: 20px;
	bottom: -64px;
	z-index: 5;
	transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out; 
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}
.btn_news:hover { 
	cursor: pointer;
}
.page_media .item a.news:hover .btn_news { 
	bottom: 16px;
	transition: all .3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.page_media .item a.news:hover .title {
	bottom: 77px;
	transition: all .1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out; 
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}
.page_media .all_news  {
	display: table;
	border-bottom: 1px dotted #26b;
	font-family: "RobotoRegular", sans-serif; 
	font-size: 15px;
    color: #26b;	
	margin: 10px 20px 0px;
}
.page_media .all_news:hover  { color: #808080; border-bottom: 1px dotted transparent; }


/*320 - 767*/
@media (min-width: 320px) and (max-width: 767px) {  

    
}


/*600*/
@media (max-width: 600px) {

    .col-xs1 { width: 100%!important; }
    .col-xs1 .bg { margin: 0px auto; }
	   
}

/*480 - 767*/
@media (min-width: 480px) and (max-width: 767px) {

    .page_media .bg { display: table; padding-bottom: 0!important; }
	    
}


/*768 - 991*/
@media (min-width: 768px) and (max-width: 991px) {  
    
    .page_media .img { height: 260px; }
  

}


/*992 - 1199*/
@media (min-width: 992px) and (max-width: 1199px) {	

    
}
	
	
/*1200*/
@media (min-width: 1200px) {


}