@media screen and (min-width: 1400px) {
	main.design-fashion-template .first-fold {
		background-size: cover;
	}
}

@media screen and (max-width: 1300px) {
	ul.restaurant-main-banner img {
		max-width: 180px;
	}
}

@media only screen and (max-width :1100px) {
	main.design-fashion-template .first-fold {
		background-size: cover;
	}
}

main.design-fashion-template {
	background-color: #ececec;
}

.design-fashion-template .first-fold {
	background-image: url('https://www.designmantic.com/images/fashion-header-bg2.png');
	height: 500px;
	background-size: contain;
	background-repeat: no-repeat;
}

.pro-restaurant-bg {
	background-image: url('https://www.designmantic.com/images/pro-restaurant-bg.png');
	min-height: 1100px;
	background-size: cover;
	background-repeat: no-repeat;
}

.pt-300 {
	padding-top: 300px;
}

.second-fold.pro-restaurant-bg p,
.second-fold.pro-restaurant-bg h2 {
	color: #fff;
}

.design-fashion-template .first-fold h1 {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	font-family: open sans;
}

.design-fashion-template .first-fold p {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

.max-width {
	max-width: 100%;
}

.second-fold {
	margin-bottom: 50px;
	margin-top: 20px;
}

.second-fold h2 {
	font-family: open sans;
	font-size: 30px;
	font-weight: 400;
	color: #000;
}

.second-fold p {
	font-size: 15px;
	font-weight: 400;
}

.second-fold .logo-collection-image {
	max-width: 100%;
}

.third-fold .logo-collection-image {
	max-width: 100%;
}

.design-fashion-template .four-fold {
	background-image: url('https://www.designmantic.com/images/fashion-fourth-fold-bg.png');
	min-height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
}

.design-photography-template .six-fold {
	background-image: url('https://www.designmantic.com/images/photography-kickstart-bg.png');
	height: 850px;
	background-size: cover;
	background-repeat: no-repeat;
}

.four-fold h2 {
	font-size: 30px;
	margin-top: 55px;
	font-weight: 400;
	color: #fff;
	font-family: open sans;
}

.four-fold p {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

.made-simple-icon .item-icon {
	min-height: 60px;
	margin-bottom: 15px;
	line-height: 60px;
	margin-top: 30px;
}

.second-fold.mb-0 {
	margin-bottom: 0;
	padding-bottom: 50px;
}

.made-simple-icon h4 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.font-light {
	font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.hidden-md {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.hidden-sm {
		display: none;
	}
	.four-fold {
		margin-bottom: 100px;
	}
}

@media only screen and (max-width :767px) {
	h2.red-text-underline:after {
		left: 0px;
		margin-left: 0px;
		width: 100%;
	}
	.xs-center-button {
		display: block;
		margin: 10px auto;
	}
	.pro-restaurant-bg {
		margin-top: -220px !important;
		padding-bottom: 150px;
	}
	.restaurant-template .first-fold {
		height: 450px;
	}
	.design-photography-template .first-fold {
		height: 550px;
	}
	.hidden-xs {
		display: none;
	}
	.four-fold {
		margin-bottom: 60px;
	}
	.made-simple-icon .item-icon {
		margin-bottom: 5px;
	}
}

.zoom-image-item li {
	display: inline-block;
	margin-bottom: 2px;
	margin-right: 2px;
}

.zoom-image-item li.full-item-show {
	width: 100%;
}

.zoom-item {
	position: relative;
	cursor: pointer;
}

.max-85 {
	max-width: 85%;
}

.p-0 {
	padding: 0px;
}

.zoom-item img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: 1%;
}

.zoom-item:hover img {
	-moz-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
	margin-top: 3%;
	position: relative;
	z-index: 99;
}

.img-shadow {
	box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .1)
}

.logo-gallery-item img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}

.logo-gallery-item img:hover {
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.design-fashion-template .red-text {
	color: #c61e53;
}

.red-text-underline {
	position: relative;
}

.red-text-underline:after {
	border-bottom: 2px solid #c61e53;
	padding-bottom: 5px;
	content: '';
	position: absolute;
	float: left;
	left: 50%;
	bottom: -8px;
	width: 330px;
	margin-left: -185px;
}

.btn.btn-md {
	font-size: 18px;
}

.second-fold p.gaming-label-title {
	font-size: 18px;
	font-weight: bold;
	font-family: oswald;
}

.cursor-pointer {
	cursor: pointer;
}

.restaurant-main-banner img {
	max-width: 195px;
}

.number-item-show {
	width: 50px;
	height: 50px;
	background-color: #c61e53;
	text-align: center;
	line-height: 50px;
	color: #fff;
	border-radius: 50%;
	display: block;
	margin-bottom: 13px;
}

.cursor-pointer {
	cursor: pointer;
}

.startRatting {
	display: block;
	text-align: center;
	font-size: 18px;
	margin-bottom: -5px;
	width: 100%;
}

.startRatting.green {
	color: #8abe45;
}

li.margin-bottom-flex { margin-top:-80px;}