.navbar-brand>img {
    display: block;
	margin-top: 15px;
    width: 200px;
    position: relative;
    top: -10px;
}
/* .navbar-header{width:50%;} */
.qickes_link.dss {
    float: none;
    text-align: center;
    border-bottom: 1px dotted #000;
    padding: 5px 0px;
}
.slider_text h1 a{
	text-decoration: none;
	color: #fff;
}
.slider_text h4 a{
	text-decoration: none;
	color: #fff;
}
.slider_text h2 a{
	text-decoration: none;
	color: #fff;
}
.expl_gap h2 {
    margin-top: 4px;
    margin-bottom: 3px;
    font-size: 22px;
}
.dss-npa2 {
    padding-left: 5px;
    padding-right: 5px;
}
a.grid_item_adventure {
	display: block;
	margin-bottom: 25px
}

a.grid_item_adventure .info {
	position: absolute;
	width: 100%;
	z-index: 9;
	display: block;
	padding: 25px 20px 5px 20px;
	color: #fff;
	left: 0;
	bottom: 0;
	background: 0 0;
	background: -webkit-linear-gradient(top, transparent, #000);
	background: linear-gradient(to bottom, #10227600, #ED1B23);
	box-sizing: border-box;
}

a.grid_item_adventure .info h3 {
	color: #fff;
	font-size: 18px;
	font-size: 25px;
	font-weight: 300;
}

a.grid_item_adventure .info p {
	color: #fff;
	margin-bottom: 0;
	font-size: 15px;
	font-size: .9375rem
}

a.grid_item_adventure figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%
}

a.grid_item_adventure figure .score {
	position: absolute;
	top: 10px;
	right: 0px;
	z-index: 9;
	color: #fff;
	background-color: #ff3d00;
	padding: 0 8px;
}

a.grid_item_adventure figure em {
	font-style: normal;
	/* font-weight: 500; */
	font-size: 12px;
	font-size: 12px;
	text-transform: uppercase;
}

a.grid_item_adventure figure img {
	width: 100%;
	height: auto;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

a.grid_item_adventure:hover figure img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
a.grid_item_adventure:hover figure img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.heading_hh.dss {
    width: 100%;
    float: left;
    padding: 11px 12px;
    /* box-shadow: 0px 0px 2px 2px #212a30; */
    background: #f1f1f1;
}
.heading_hh.dss p {
    text-align: justify;
}

@media (min-width:320px) and (max-width:767px) {
    
   a.navbar-brand { width: 80%; float: left;padding-top:10px;} 
   .navbar-brand>img {display: block;width: 100%;}
    .dss-banner{display:none;}
	.slider_text h1 a{
		color: #00416fe6;
		text-shadow: none;
		padding: 0 10px;
	}
	.slider_text h4 a{
		color: #00416fe6;
		text-shadow: none;
		padding: 0 10px;
	}
	.slider_text h2 a{
		color: #00416fe6;
		text-shadow: none;
		font-size:2.8rem;
		padding: 0 10px;
	}
	.navbar-brand img{
		height: auto;
        margin: 0;
        width: 200px;
	}
}