﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;
	font: inherit;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 2;
	font-family: Yekan,Tahoma;
	font-size: 14px;
	font-weight: normal;
	direction: rtl;
	color: #333;
}

ol, ul {
	list-style: none;
}

.content-description ol {
	list-style: decimal-leading-zero !important;
	padding-right: 40px;
}

.content-description ul {
	list-style: circle !important;
	padding-right: 40px;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

.btn {
	/*font-size:14px;*/
}

.header-main {
	padding-bottom: 10px;
	background-image: url(../Images/pattern.png);
}

.header-call-box {
	margin-top: 10px;
}

.header-call {
	margin-bottom: 5px;
	border: 1px solid #ddd;
	text-align: left;
	padding: 0px 10px;
	border-radius: 30px;
	font-size: 17px;
	height: 40px;
	position: relative;
	cursor: pointer;
	overflow: auto;
	background-color: #fff;
}

	.header-call:hover {
	}

	.header-call img {
		display: inline-block;
		height: 30px;
		width: 30px;
		position: absolute;
		left: 5px;
		top: 4px;
	}

.header-call-txt {
	outline: none;
	color: #333;
	display: block;
	padding-left: 35px;
}

	.header-call-txt:hover {
		color: #ce000c;
	}

@media (min-width:768px) {
	.header-main {
	}

	.header-call-box {
		margin-top: 60px;
	}
}

#logo {
	display: block;
	height: 70px;
	line-height: 50px;
	overflow: hidden;
	outline: none;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out; /* firefox */
	-webkit-transition: all .3s ease-in-out; /* safari and chrome */
	-o-transition: all .3s ease-in-out; /* opera */
	-ms-transition: all .3s ease-in-out;
}

	#logo img {
		height: 100%;
		width: auto;
	}

@media (min-width:768px) {
	#logo {
		height: 150px;
	}
}
/*=======================================================================================/ Main Body /============*/

.carousel-control.left, .carousel-control.right {
	background: none;
}

.carousel-box {
	background-color: transparent;
	padding: 0px 0px;
	margin-bottom: 10px;
	/*margin-top: 10px;*/
	border: none;
}

	.carousel-box .carousel-indicators {
		bottom: 10px;
	}

		.carousel-box .carousel-indicators li {
			margin: 2px;
			width: 10px;
			height: 10px;
			opacity: 0.4;
			filter: alpha(opacity=40);
			background-color: #f0f0f0;
		}

			.carousel-box .carousel-indicators li.active {
				width: 10px;
				height: 10px;
				background-color: #ce000c;
				border-color: #ce000c;
				opacity: 0.7;
				filter: alpha(opacity=70);
			}

	.carousel-box .carousel-control {
		width: 70px;
		opacity: 1;
		color: #eee;
	}

		.carousel-box .carousel-control:hover {
			color: #fff;
		}

		.carousel-box .carousel-control .fa-left-open-big, .carousel-box .carousel-control .fa-right-open-big {
			font-size: 40px;
		}

	.carousel-box .item {
		height: 240px;
	}

@media (min-width:768px) {
	.carousel-box .item {
		height: 370px;
	}
}

.carousel-box .item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.carousel-item {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

	.carousel-item .slide-info {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 100px;
		width: 35%;
		text-align: right;
		text-transform: uppercase;
		color: #fff;
		display: none;
	}

		.carousel-item .slide-info.info-dark {
			color: #333;
		}

		.carousel-item .slide-info h1 {
			margin-bottom: 10px;
		}

		.carousel-item .slide-info .btn {
			margin-top: 20px;
			display: inline-block;
			width: 220px;
			background-color: #ce000c;
			border-color: #ce000c;
			border-radius: 0;
			outline: none;
		}

			.carousel-item .slide-info .btn:hover {
				background-color: #f6000e;
				border-color: #f6000e;
			}

			.carousel-item .slide-info .btn i {
				vertical-align: sub;
				margin-right: 5px;
			}

@media (min-width : 768px) {
	.carousel-item .slide-info {
		display: block;
	}
}
/*#menuContainer {
    width: 100%;
    background: #f3f3f1;
    overflow: hidden;
    border-top: solid 2px #ddd;
    border-bottom: solid 1px #ddd;
}

    #menuContainer li {
        padding: 12px 0;
        float: right;
        border-left: solid 1px #ddd;
    }

        #menuContainer li a {
            color: #333;
            padding: 0 20px;
        }

            #menuContainer li a:hover {
                color: #930000;
            }*/

#login {
	font-size: 13px;
	color: #000;
	margin: 10px 0;
	text-align: center;
	float: left;
}

@media(min-width:768px) {
	#login {
		margin-top: 10px;
	}
}

#login .img-login {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	/*margin: 0 4px;*/
}

#login img {
	height: 24px;
	display: block;
	margin: auto;
}

#login .list-group-item {
	color: #333;
	font-size: 13px;
}

	#login .list-group-item:hover {
		color: #fff;
		background-color: #ce000c;
	}

.btn-current-cart {
	color: #000;
	text-align: center;
	border: none;
	float: left;
	position: relative;
	width: 80px;
	margin-top: 10px;
}

	.btn-current-cart img {
		height: 24px;
		display: block;
		margin: auto;
	}

	.btn-current-cart span {
		display: block;
		position: absolute;
		background-color: #ce000c;
		color: #fff;
		width: 16px;
		height: 16px;
		line-height: 12px;
		border-radius: 8px;
		top: -5px;
		right: 10px;
		text-align: center;
	}

	.btn-current-cart:hover {
		color: #ce000c;
	}

#login .nav-login {
	cursor: pointer;
}

#login .dropdown-menu {
	left: auto;
	right: -80px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	#login .dropdown-menu {
		left: -36px;
		right: auto;
	}

	.btn-current-cart {
        float:right;
	}

		.btn-current-cart span {
		}
        #login{
            float:right;
            width:160px;
        }
}

.authentication {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
	background-color: transparent;
	vertical-align: middle;
	cursor: pointer;
    float:right !important;
}



	.authentication li {
		display: inline-block;
		padding: 0;
		width: 80px;
	}

		.authentication li.user-menu {
			width: 170px;
		}

		.authentication li:first-child {
			position: static;
		}

		.authentication li a:hover, .authentication li span:hover {
			color: #ce000c;
		}

@media only screen and (min-width : 768px) {
	.authentication li:first-child {
		position: relative;
	}
}

.authentication li a, .authentication li a span {
	color: #000;
	outline: none;
}

.authentication .login {
	/*display: inline;*/
	text-align: center;
	width: initial;
}

.user-menu {
	text-align: center;
}

	.user-menu .dropdown-menu {
		text-align: center;
	}

.signin-box {
	padding: 15px;
}

	.signin-box .btn-close {
		color: #ddd;
		font-size: 20px;
		position: absolute;
		top: 0px;
		left: 10px;
		height: 20px;
		width: 20px;
		border-radius: 10px;
		text-align: center;
		cursor: pointer;
		font-family: Tahoma;
		z-index: 999999999;
	}

		.signin-box .btn-close:hover {
			color: red;
		}

	.signin-box input[type=checkbox] {
		vertical-align: sub;
		margin-left: 5px;
	}

	.signin-box .btn, .signin-box .btn:focus, .signin-box .btn:active {
		background-color: #ec000c;
		color: #fff;
		border: 2px solid #ec000c;
		width: 100px;
		font-size: 16px;
		margin-top: 25px;
		border-radius: 8px;
		outline: none;
	}

		.signin-box .btn:hover {
			background-color: #fff;
			color: #ec000c;
		}

	.signin-box input[type=text]::-webkit-input-placeholder {
		text-align: left;
		color: #bbb;
	}

	.signin-box input[type=text]::-moz-placeholder {
		text-align: left;
		color: #bbb;
	}

	.signin-box input[type=text]::-ms-input-placeholder {
		text-align: left;
		color: #bbb;
	}

	.signin-box input[type=password]::-webkit-input-placeholder {
		text-align: left;
		color: #bbb;
	}

	.signin-box input[type=password]::-moz-placeholder {
		text-align: left;
		color: #bbb;
	}

	.signin-box input[type=password]::-ms-input-placeholder {
		text-align: left;
		color: #bbb;
	}
@media only screen and (max-width : 480px) {
	#LoginModal .modal-dialog, #ForgetPassModal .modal-dialog {
		width: 94% !important;
	}
}
.forget-pass, .forget-pass:focus, .forget-pass:active {
	font-size: 13px !important;
	border: none !important;
	outline: none !important;
	float: left;
}

.date-box {
	margin-top: 70px;
	padding: 0 15px;
	color: #555;
}

	.date-box .time {
		direction: ltr;
	}

.search-box {
	padding: 5px 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 15px;
}

	.search-box, .search-box * {
		transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out; /* firefox */
		-webkit-transition: all .3s ease-in-out; /* safari and chrome */
		-o-transition: all .3s ease-in-out; /* opera */
		-ms-transition: all .3s ease-in-out;
	}

@media (min-width : 768px) {
	.search-box {
		margin-top: 100px;
		border-radius: 50px;
		margin-bottom: 0;
	}
}

.search-box .btn-search {
	background-color: #ce000c;
	border: none;
	width: 32px;
	border-radius: 20px;
	margin: 0;
	/*height: 36px;*/
	line-height: 20px;
	font-family: fontello;
	font-size: 18px;
	color: #fff;
	padding: 6px;
}

.search-box input[type=text] {
	border: none;
	margin: 0;
	z-index: 1;
	position: initial;
	box-shadow: none;
	color: #333;
}

	.search-box input[type=text]::-webkit-input-placeholder {
		color: #ccc !important;
	}

	.search-box input[type=text]:-moz-placeholder {
		color: #ccc !important;
	}

	.search-box input[type=text]::-moz-placeholder {
		color: #ccc !important;
	}

	.search-box input[type=text]:-ms-input-placeholder {
		color: #ccc !important;
	}

	.search-box input[type=text]:active,
	.search-box input[type=text]:focus {
		box-shadow: none;
	}

.menu-box a:hover span {
	background: #000;
}

.tel-box {
	font-size: 18px;
	color: #fff;
	height: 56px;
	line-height: 56px;
	font-family: 'Myriad Pro';
	letter-spacing: 2px;
}

	.tel-box img {
		height: 25px;
		vertical-align: middle;
		margin-right: 5px;
	}

#searchContainer {
	float: right;
	width: 100%;
	height: 28px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #ddd;
}

	#searchContainer .txtSearch {
		border: 0px;
		background: transparent;
		width: 272px;
	}

	#searchContainer .btnSearch {
		margin: 0 0 0;
		border: 0px;
		padding: 0 0 0 6px;
		width: 50px;
		display: block;
		float: left;
		cursor: pointer;
		background-color: #84CFEE;
		border-radius: 0;
	}

		#searchContainer .btnSearch:hover {
			background-color: #45b7e6;
		}

@media only screen and (min-width : 768px) {
	.col-home-2 {
		padding-left: 5px;
	}

	.col-home-10 {
		padding-right: 5px;
	}
}

.pnl-categories {
	margin-bottom: 10px;
	margin-top: 10px;
}

	.pnl-categories .panel-heading {
		font-size: 20px;
		color: #fff;
		background-color: #393736;
		padding: 5px 10px;
	}

		.pnl-categories .panel-heading img {
			vertical-align: middle;
		}

	.pnl-categories .panel-body {
		padding: 5px;
		background-color: #f8f8f8;
	}

	.pnl-categories .navbar {
		margin-bottom: 0;
	}

.ads-box a {
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 4px;
	position: relative;
	margin-bottom: 10px;
}

	.ads-box a h3 {
		text-align: center;
		background-color: rgba(76,74,73,0.7);
		color: #fff;
		position: absolute;
		width: 100%;
		height: 40px;
		line-height: 40px;
		bottom: 0;
		text-shadow: 1px 1px 1px #000;
		font-size: 22px;
	}

		.ads-box a h3 .spn-border {
			border: 2px solid #fff;
			width: 80%;
			height: 80%;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			display: none;
			margin: auto;
			border-radius: 5px;
		}

.ads-box.zoombox a {
	height: 150px;
	border: 1px solid #eee;
	margin-bottom: 10px;
}

.ads-box img {
	width: 100%;
	border-radius: 4px;
	-moz-transition: -moz-transform 0.2s ease-in;
	-webkit-transition: -webkit-transform 0.2s ease-in;
	-o-transition: -o-transform 0.2s ease-in;
}

.ads-box.zoom-box img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.nemad-box {
	text-align: center;
	position:absolute;
	left:10px;
	bottom:10px;
}

	.nemad-box img {
		display: inline-block;
	}

@media (min-width : 768px) {
	.nemad-box {
		text-align: left;
		margin: 0;
	}

		.nemad-box img {
		}
}

.service-box {
	padding: 10px 0;
	margin-bottom: 20px;
}

	.service-box img {
		display: block;
		margin: 0 auto;
		height: 32px;
	}



	.service-box a {
		display: block;
		width: 100%;
		color: #383838;
		text-align: center;
		overflow: visible;
		font-size: 12px;
		margin-bottom: 10px;
		outline: none;
		text-decoration: none;
		border: 3px dotted #ddd;
		border-radius: 10px;
		padding-bottom: 10px;
	}

		.service-box a:hover {
			border-color: #999;
		}

@media(min-width:768px) {
	.service-box li {
	}

	.service-box img {
		height: 70px;
	}

	.service-box a {
		margin: 0;
		font-size: 16px;
	}
}

.carousel-brand {
	margin-bottom: 30px;
	background-color: #fff;
}

	.carousel-brand a {
		height: 50px;
		display: block;
		text-align: center;
		margin: 15px 0;
		overflow: hidden;
	}

		.carousel-brand a img {
			/*width: 100%;*/
			max-height: 100%;
			vertical-align: middle;
		}

	.carousel-brand .carousel-control {
		width: 25px;
		text-align: center;
	}

		.carousel-brand .carousel-control.left {
			/*left: -30px;*/
		}

		.carousel-brand .carousel-control.right {
			/*right: -30px;*/
		}

		.carousel-brand .carousel-control span {
			font-size: 26px;
			width: 25px;
			height: 25px;
			display: block;
			text-align: center;
			line-height: 25px;
			margin: auto;
			left: 0;
			right: 0;
			bottom: 0;
			top: 0;
		}

			.carousel-brand .carousel-control span:before {
				line-height: 25px;
			}

		.carousel-brand .carousel-control.left span:before {
			padding-right: 1px;
		}

		.carousel-brand .carousel-control.right span:before {
			padding-left: 3px;
		}

footer {
	background-color: #f5f7f9;
	color: #999;
}

	footer a {
		color: #999;
		outline: none;
	}

		footer a:hover {
			text-decoration: underline;
			color: #999;
		}

.sub-footer {
	background-color: #f3f5f9;
	text-align: center;
	color: #bbb;
	font-size: 12px;
}

	.sub-footer a {
		color: #bbb;
	}

		.sub-footer a:hover {
			color: #bbb;
		}

@media only screen and (max-width : 360px) {
	.sub-footer .copyright {
		font-size: 11px;
	}

	.blueco-copyright {
	}
}

.main-footer {
	padding: 50px 0 10px 0;
}

.footer-title {
	color: #555;
	margin-bottom: 40px;
}

.footer-des-box {
	text-align: justify;
}

.footer-link-box {
	text-align: right;
	margin-bottom: 15px;
}

	.footer-link-box li {
		margin-bottom: 10px;
	}

	.footer-link-box a {
		display: block;
	}

.footer-contact-row {
	margin-bottom: 20px;
	overflow: auto;
}

	.footer-contact-row img {
		height: 20px;
		vertical-align: middle;
	}

	.footer-contact-row span {
		display: inline;
	}

		.footer-contact-row span.footer-email {
			font-family: Helvetica;
			letter-spacing: 1px;
		}

.newsletter-box {
}


@media(min-width:768px) {
	.newsletter-box {
		margin-top: 5px;
	}
}

.newsletter-des {
	color: #999;
	margin-bottom: 20px;
}

.newsletter-input-box {
	position: relative;
}

.newsletter-box .btn {
	outline: none;
	border: none;
	border-radius: 12px;
	background-color: #999;
	border-color: none;
	font-family: fontello;
	position: absolute;
	left: 0;
	top: 5px;
	width: 24px;
	height: 24px;
	line-height: 22px;
	padding: 0;
}

	.newsletter-box .btn:hover {
		background-color: #777;
	}

.newsletter-box .validation-box {
	height: 25px;
	line-height: 25px;
	display: inline-block;
}

.newsletter-box input[type=text] {
	background-color: transparent;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #ddd;
	box-shadow: none;
	padding-left: 35px;
}

	.newsletter-box input[type=text]::-webkit-input-placeholder {
		color: #ccc;
	}

	.newsletter-box input[type=text]:-moz-placeholder {
		color: #ccc;
	}

	.newsletter-box input[type=text]::-moz-placeholder {
		color: #ccc;
	}

	.newsletter-box input[type=text]:-ms-input-placeholder {
		color: #ccc;
	}

/*.main-footer .col-newsletter {
	clear: both;
}*/



.enamad {
	margin: auto;
	width: 150px;
	height: 150px;
	background: #FFF;
}

.social_links {
	text-align: center;
	margin-top: 12.5px;
}

	.social_links li {
		display: inline-block;
		width: 60px;
	}

		.social_links li img {
			height: 18px;
		}

		.social_links li a {
			padding: 0;
			display: block;
			text-align: center;
		}

@media only screen and (max-width : 360px) {
	.social_links {
		text-align: center;
		margin-bottom: 40px;
	}

		.social_links li {
			width: 50px;
		}

			.social_links li a {
				text-align: center;
			}
}

#goToTop {
	display: none;
	position: fixed;
	bottom: 5px;
	right: 5px;
	font-size: 20px;
	color: white;
	cursor: pointer;
	background: #716a6a;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.pp_gallery ul li a {
	display: block;
	height: 52px;
}

.pnlDetails .text-danger {
	color: red !important;
	font-size: 18px;
}

.pnlDetails .text-success {
	color: green !important;
	font-size: 18px;
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
	font-size: 14px !important;
}

.pagination-sm > li > a, .pagination-sm > li > span {
	font-size: 14px !important;
}




/**************************************Tile Ads**************************/
.tile-ads-box {
	margin-bottom: 10px;
}

	.tile-ads-box a {
		display: block;
		height: 100%;
	}

		.tile-ads-box a img {
			height: 100%;
			width: 100%;
		}

	.tile-ads-box li {
		display: inline-block;
		/*margin-left: 10px;
		margin-bottom: 10px;
		height: 78px;*/
	}

		.tile-ads-box li.col-last {
			margin-left: 0;
		}

		.tile-ads-box li.col-1 {
			width: 100%;
		}

		.tile-ads-box li.col-2 {
			width: 100%;
		}

		.tile-ads-box li.col-3 {
			width: 847.5px;
		}

@media only screen and (min-width : 768px) {
	.tile-ads-box li {
		height: 210px;
	}

		.tile-ads-box li.col-1 {
			width: 373.3px;
		}

		.tile-ads-box li.col-2 {
			width: 756.7px;
		}

		.tile-ads-box li.col-3 {
			width: 1140px;
		}
}
/************************************* Home Last Articles ***********************/

.pnl-last-articles {
	background-color: transparent;
	box-shadow: none;
	border: none;
	margin-top: 60px;
}

	.pnl-last-articles .panel-heading {
		background-color: transparent !important;
		border: none;
		color: #333;
		border-radius: 0;
		padding: 0;
		position: relative;
	}

		.pnl-last-articles .panel-heading h2 {
			margin-bottom: 20px;
		}

		.pnl-last-articles .panel-heading a {
			color: #333;
		}


	.pnl-last-articles .panel-body {
		background-color: white;
		padding: 0;
	}

.article-item {
	margin-bottom: 10px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	display: inline-block;
	position: relative;
}

@media only screen and (min-width : 1224px) {
	.article-item {
		width: 32.75%;
	}

		.article-item:nth-child(2) {
			margin: 0 10px;
		}
}

.article-title:hover {
	color: #005695;
}

.article-date {
	color: #999;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.article-item .read-more {
	color: #005695;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

	.article-item .read-more:hover {
		color: #00477c;
	}

.article-img-box {
	height: 225px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 15px;
}

.article-text-box {
	height: 200px;
	overflow: hidden;
	margin-bottom: 15px;
	padding: 0 10px;
}

.article-title {
	font-size: 16px;
	text-align: right;
	color: #2d383f;
	line-height: 1.5;
	margin-bottom: 10px;
}

.article-summary {
	color: #555;
	line-height: 1.7;
}

	.article-summary a {
		color: #ec000c;
	}

.pnl-last-articles .more-article {
	color: #fff;
	font-size: 11px;
	color: #ec000c;
	display: inline-block;
	line-height: 1.5;
}

/*@media (max-width: 760px) {
   #login .dropdown-men {
        left: -182px !important;
    }
    
}*/


@media (max-width: 768px) {

	.article-img-box {
		width: 100%;
	}

	.article-text-box {
		width: 100%;
		margin-top: 10px;
	}
}
/*************** Parallax **************/
.parallax-container {
	min-height: 240px;
	width: 100%;
	background: transparent;
	margin-bottom: 50px;
}

.parallax-des {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50);
	text-align: center;
}

@media (min-width: 768px) {
	.parallax-container {
		min-height: 400px;
	}
}

/*************************** Home Categories *******************************/
.cat-container {
}

	.cat-container li {
		margin-bottom: 30px;
		list-style: none;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

.cat-box {
	display: block;
	height: 250px;
	position: relative;
	color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0, .2);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0, .2);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0, .2);
}

.cat-box-lg {
	height: 350px;
}

.cat-box:hover {
	color: #fff;
}

.cat-box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.cat-overlay-black {
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
}

.cat-overlay-red {
	background-color: rgba(255,255,255,.7);
	position: absolute;
	width: 100%;
	text-align: center;
	height: 20%;
	transition: .5s ease;
	bottom: 0;
	border-top: 2px solid #ce000c;
	color: #000;
}

.overlay-title {
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
}

.overlay-des {
	display: none;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	padding: 0 10px;
}

.cat-box:hover .cat-overlay-red {
	background-color: rgba(255,255,255,.7);
	height: 100%;
	padding-top: 10px;
}

.cat-box:hover .overlay-title {
	color: #ce000c;
}

.cat-box:hover .overlay-des {
	display: block;
	transition: 2s ease-in-out !important;
	bottom: auto;
	top: 70px;
	border-top: 2px solid #ce000c;
	padding-top: 10px;
}
/******************************* Banner Ads ******************************/
.banner-ads-box {
	position: relative;
	height: 450px;
	margin-bottom: 30px;
}

	.banner-ads-box img {
		height: 100%;
		width: auto;
	}

.banner-ads-info {
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	padding: 10px 0;
	color: #fff;
}

	.banner-ads-info .btn {
		border-radius: 0;
		height: 50px;
		line-height: 50px;
		padding: 0;
		background-color: #ec000c;
		border-color: #ec000c;
	}

		.banner-ads-info .btn:hover {
			background-color: #ce2e31;
			border-color: #ce2e31;
		}

		.banner-ads-info .btn i {
			vertical-align: sub;
		}

.banner-ads-title {
	margin-bottom: 20px;
	line-height: 1.3;
	font-size: 16px;
	text-align: center;
}

.banner-ads-des {
	line-height: 2.2;
	text-align: center;
}

@media only screen and (min-width : 768px) {
	.banner-ads-box {
		height: initial;
	}

	.banner-ads-info {
		padding: 20px 0;
	}

	.banner-ads-title {
		font-size: 24px;
		text-align: right;
	}

	.banner-ads-des {
		text-align: right;
	}
}

.mobile-call-fixed {
	position: fixed;
	bottom: 50px;
	animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	z-index: 9;
}

	.mobile-call-fixed.m1 {
		left: 10px;
	}

	.mobile-call-fixed.m2 {
		left: 60px;
	}

@keyframes floating {
	from {
		transform: translate(0, 0px);
	}

	65% {
		transform: translate(0, 15px);
	}

	to {
		transform: translate(0, -0px);
	}
}

.mobile-call-fixed img {
	height: 40px;
}
