.website_categories .item, .website_categories .c-content-overlay {
	border-top-right-radius: 10px !important;
	border-top-left-radius: 10px !important;
}
.website_categories .item, .website_categories .c-body {
	border-bottom-right-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
}
.common_ul {
	list-style: none !important;
}

.common_ul img {
	height: 115px;
	border-radius: 10px;
	text-align: center;
}

.owl-prev {
	float: right;
}
.owl-next {
	float: left;
}

.owl-prev img {
	width: 40px;
}
.owl-next img {
	width: 40px;
}

.owl-theme:not(.owl-single):not(.owl-bordered) .owl-wrapper .owl-item, .owl-theme:not(.owl-single):not(.owl-bordered) .owl-stage-outer .owl-item {
	padding: 0 15px !important;
}
.c-content-blog-post-card-1.c-option-2 .c-body {
	padding: 10px !important;
}


/*.owl-controls {*/
/*	margin-top: 0;*/
/*	position: relative;*/
/*	top: -160px;*/
/*	left: 50px !important;*/
/*	width: 1300px !important;*/
/*}*/

/*.website_categories .owl-controls{*/
/*	margin-top: 0;*/
/*	position: relative;*/
/*	top: -250px;*/
/*	left: 50px !important;*/
/*	width: 1300px !important;*/
/*}*/

.website_categories .item {
	border: 1px solid rgb(225, 225, 235);
	box-shadow: 1px 1px 1px rgb(225, 225, 235);
}


#week_by_week .item {
	border: 2px solid rgb(225, 225, 235);
	border-radius: 10px;
}

#week_by_week .item img{
	width: 40px;
	height: 40px;
	margin: 25px auto;
}

#week_by_week .item{
	width: 127px !important;
	height: 159px !important;
}

.c-layout-footer.c-layout-footer-1 .c-prefooter .c-links .c-nav > li {
	padding: 4px 15px;
	display: inline-block;
}

/*---------------*/
.li_separator{
	font-size: 20px;
	font-weight: bold;
}
.c-no-left-padding {
	padding-left: 0 !important;
}

.c-no-right-padding {
	padding-right: 0 !important;
}

.c-no-padding {
	padding: 0 !important;
}


.c-no-left-margin {
	margin-left: 0 !important;
}

.c-no-right-margin {
	margin-right: 0 !important;
}

.c-float-left{
	float: left !important;
}

.c-float-right{
	float: right !important;
}

.c-bg-blue-5 {
	background-color: rgba(39, 195, 224, 0.09) !important;
}

.c-content-title-1 > h4 {
	font-size: 22px;
	color: #3f444a;
	font-weight: 500;
	margin: 0 0 30px 0;
}

.tools_item{
	height: 262px;
	border-radius: 10px;
	box-shadow: 1px 1px 1px rgb(225, 225, 235);
}
.tools_item img{
	margin: 40px auto
}
.app_tools .c-nav li{
	display: inline-block;
}


/*--------------------------------------------------------*/
@media (max-width: 1290px) {
	.owl-controls {
		display: none;
	}

	.website_categories .owl-controls {
		display: none;
	}
}

@media (min-width: 1300px) {
	.owl-controls {
		margin-top: 0;
		position: relative;
		top: -160px;
		left: 50px !important;
		width: 1300px !important;
	}

	.website_categories .owl-controls {
		margin-top: 0;
		position: relative;
		top: -250px;
		left: 50px !important;
		width: 1300px !important;
	}
}
