section[data-cattype="710"]{
    box-shadow: inset 0px 2px 5px rgba(0,0,0,0.3);
	padding: 50px 0 0;
}

[data-cattype="710"] .owl-carousel{
    height: 400px;
}

[data-cattype="710"] .owl-carousel .owl-nav button.owl-prev{
    left: 20px;
}

[data-cattype="710"] .owl-carousel .owl-nav button.owl-next{
    right: 20px;
}

[data-cattype="710"] .owl-carousel .owl-nav button i{
    font-size: 45px;
    font-weight: bold;
	color:#fff;
}

[data-cattype="710"] .owl-carousel .owl-nav button:hover i{
	color:#ff7062;
}

[data-cattype="710"] .owl-carousel .owl-dots{
    position: relative;
    bottom: 40px;
}

[data-cattype="710"] button.owl-dot:hover{
    background: transparent;
}

[data-cattype="710"] .item-bg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
}


[data-cattype="710"] .owl-carousel .item{
    height: 400px;
}

[data-cattype="710"] .item .slider-bg{
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

[data-cattype="710"] .discuss-bg{
	width: 80px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

[data-cattype="710"] .btn-disscuss{
	padding:2px 10px;
	margin-top: 3px;
	float: right;
	font-size: 13px;
	background:#0065b3;
	transition: all .5s;
}

[data-cattype="710"] .btn-disscuss:hover{
	background:#ff7062;
}

[data-cattype="710"] .search-widget{
	margin-bottom: 10px;
}

[data-cattype="710"] .widget .widget-title{
    margin-top: 0;
	margin-bottom: 20px;
}

[data-cattype="710"] .title-dots{
	background: url("../../../data/ckfinder/images/title_dots.png") repeat scroll 0 0;
	height: 30px;
}

[data-cattype="710"] .title-dots.small span{
	font-size: 14px;
    line-height: 28px;
    padding: 4px 8px;
	background: #002E5B;
}

[data-cattype="710"] button{
	background:transparent;
	transition: all .5s;
}

[data-cattype="710"] button i.fa-search{
	color:#5d645c;
	transition: all .5s;
}

[data-cattype="710"] button:hover{
	background:#ff7062;
}

[data-cattype="710"] button:hover i.fa-search{
	color:#f2f2f2;
}

[data-cattype="710"] ul.fb-link{
	display: flex;
    flex-wrap: wrap;
    justify-content: right;
    margin: 10px auto;
    align-items: stretch;
}

[data-cattype="710"] ul.fb-link li{
	margin-left:15px;
}

[data-cattype="710"] ul.fb-link li i{
    background: #ebedec;
    padding: 10px 15px;
    height: 35px;
    line-height: 12px;
}

[data-cattype="710"] .btn-facebook{
	font-weight: bold;
	transition: all .5s;
}

[data-cattype="710"] .btn-facebook:hover{
	background-color:#ff7062 !important;
}

[data-cattype="710"] .member-widget{
    margin-bottom: 10px;;
}

[data-cattype="710"] .member-widget a.btn-member{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 28px;
    padding: 4px 8px;
    background:#46cb4d;
    display: block;
    transition: all .5s;
}


[data-cattype="710"] .member-widget a.btn-member:hover{
    background:#ff7062;
}

/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	[data-cattype="710"] .item .slider-bg{
		height: 300px;
	}

    [data-cattype="710"] .owl-carousel{
        height: 361px;
    }

    [data-cattype="710"] .owl-carousel .item{
        height: 361px;
    }

	[data-cattype="710"] .item-bg{
		height: 361px;
	}

	[data-cattype="710"] ul.fb-link{
		justify-content:left;
		margin:15px auto;
	}

	[data-cattype="710"] ul.fb-link li{
		margin-left:0px;
		margin-right: 15px;
	}

	[data-cattype="710"] ul.fb-link li i{
        height: 36px;
    }
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
	[data-cattype="710"] .item .slider-bg{
		height: 150px;
	}

	[data-cattype="710"] .owl-carousel{
        height: 159px;
    }

    [data-cattype="710"] .owl-carousel .item{
        height: 159px;
    }

	[data-cattype="710"] .item-bg{
		height: 159px;
	}

   [data-cattype="710"] ul.fb-link{
		justify-content:left;
		margin:15px auto;
	}

	[data-cattype="710"] ul.fb-link li{
		margin: 5px 0;
	}

	[data-cattype="710"] ul.fb-link li i{
        height: 35px;
    }

	[data-cattype="710"] .btn-facebook{
		width: 157px;
	}
}

/* Mobile screen size */
@media (max-width: 480px) {
      
}