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

@media screen and (max-width: 1300px) {
img.max-width-24 {max-width:160px;}
}

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: 550px;
	background-size: contain;
	background-repeat: no-repeat;
}

.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;
}

.btn-large,
.btn-large:focus {
	padding: 18px 35px;
	font-size: 18px;
}

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

.max-width-24 {max-width:188px;}

.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 :1100px) {
.design-fashion-template .first-fold { background-size:cover;}
}

@media only screen and (max-width :767px) {
	.design-fashion-template .first-fold { background-size:cover;}
	h2.red-text-underline:after {left:0px; margin-left:0px; width:100%;}
	.xs-center-button {display:block; margin:10px auto;}
	.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;
}

.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;}
  .startRatting {
       display: block;
    text-align: center;
    font-size: 18px;
    margin-bottom: -5px;
    width: 100%;
}
.startRatting.green {
    color: #8abe45;
}
.reviewtitle-homepage {font-weight:bold; width:100%; text-align:center;}
.second-fold .reviewContent-homepage
{
	max-width: 700px;
    margin: 15px auto 0px;
    font-size: 14px;
    line-height: 1.7;font-style: italic;
}