@media (min-width: 1600px) {
  .container {
    width: auto;
    padding: 0 70px;
    max-width: 1920px;
  }
}
body { font-family: 'Poppins', sans-serif; background: #f2f2f2;}
.sale-off {
	text-align: center;
		
}
img {
	max-width: 100%;
}
.sticky-header {
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    padding: 15px 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.sticky-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.sticky-header li {
    display: inline-block;
    font-size: 18px;
    padding: 0 20px;
}
.sticky-header li a:hover {
	color: #f60381;
}
.features {
	margin: 90px 0;
}
.feature-title {
	clear: both;
    color: #009900;
    float: left;
	margin-top: 12px;
    text-align: center;
    width: 100%;
}
.price {
    clear: both;
    color: #009900;
    float: left;
    text-align: center;
    width: 100%;
}
.price strong {
	color: #D41616;
}
/* header */
#header{
	overflow: hidden;
	text-align: center;
	position: relative;
}
.header_top{
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
	background: transparent;
}
.header_top img{
	margin: 30px auto 0;
}
.header_top .txt1{
	font-size: 36px;
	line-height: 1.3;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	max-width: 1100px;
	display: inline-block;
	vertical-align: top;
	margin: 35px 0 0;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.header_top .txt2{
	 
	font-size: 18px;
	color: #fff;
	line-height: 36px;
	margin: 25px;
	opacity: 0.5;
}

.header_center{
	background: #f60381;
	overflow: hidden;
	text-align: center;
	padding: 55px 0;
}
.header_center p{
	font-size: 30px;
	font-weight: 700;
	 
	color: #fff;
	text-transform: uppercase;
	line-height: 48px;
	margin: 0;
}
.header_center a{
	display: inline-block;
	margin-top: 30px;
	font-size: 18px;
	font-weight: 700;
	 
	color: #323232;
	text-transform: uppercase;
	line-height: 50px;
	padding: 2px 25px 0;
	background: #fff;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 0 0 #8e163e;
	-moz-box-shadow: 0 3px 0 0 #8e163e;
	box-shadow: 0 3px 0 0 #8e163e;
}
.header_center a:hover{
	color: #f60381;
}
.header_logo a img{
	margin: 0 auto;
}
.img_header img{
	width: 100%;
}
.layout_choose{
	display: inline-block;
	border: 1px solid #000;
	padding: 31px 50px;
	margin-top: 4vw;
}
.layout_choose a{
	display: block;
	float: left;
	padding: 0 50px;
	border-right: 4px solid #fff;
	font-size: 37px;
	font-weight: 500;
	letter-spacing: 0.08;
	line-height: 35px;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	color: #9bd9da;
}
.layout_choose a:hover{
	color: #f60381;
}
.layout_choose a:last-child{
	border: 0;
}
/* body */
.main_content .title{
	overflow: hidden;
	text-align: center;
	padding: 50px 0 20px;
}
.main_content .title .txt1{
	font-size: 24px;
	font-weight: 700;
	color: #2e2e2e;
	text-transform: uppercase;
	line-height: 39px;
	padding-bottom: 30px;
	background: url(images/bkg_title.png) bottom center no-repeat;
	margin-bottom: 25px;
}
.main_content .title .txt2{
	font-size: 14px;
	line-height: 30px;
	color: #2e2e2e;
	max-width: 750px;
	display: inline-block;
	vertical-align: top;
}
.main_content .col.box-col {
	margin-top: 30px;
    position: relative;
    text-align: center;
}
.main_content .col.box-col a {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	position: relative;
}
.main_content .col.box-col a .viewmore {
	font-size: 14px;
	padding: 10px 25px;
	background: #313131;
	text-transform: uppercase;
	line-height: 30px;
	left: 50%;
	top: 50%;
	margin-left: -63px;
	opacity: 0;
	color: #fff;
	font-weight: 700;
	position: absolute;
	-moz-transform:  translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.main_content .col.box-col a .viewmore:hover {
	background: #f60381;
}
.main_content .col.box-col a:hover .viewmore {
	opacity: 1;
}
.main_content .col.box-col a.image {
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.main_content .col.box-col a.image:hover {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.2);
	-moz-transform:  translateY(-15px);
    -webkit-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
.main_content .col.box-col a.image:hover img{
	opacity: 0.3;
}
.main_content .col.box-col a img {
	max-width: 100%;
	-webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.main_content .content-images {
    overflow: hidden;
    position: absolute;
    top: 4%;
    left: 12%;
    right: 12%;
    bottom: 32%;
    margin: 0 auto;
}

@media (max-width: 1599px){
	.main_content .content-images { bottom: 45%;}
	.header_top{
		top: 10%;
	}
	.header_top .txt1{
		font-size: 30px;
	}

}
@media (max-width: 1199px){
	.main_content .content-images { bottom: 49%;}
	.header_top{
		top: 5%;
	}
	.header_top .txt1{
		font-size: 20px;
	}
}
@media (max-width: 991px){
	.main_content .content-images { bottom: 46%;}
	.header_top{
		top: 0;
	}
	.header_top .txt1{
		font-size: 16px;
		padding: 0 5px;
		margin-top: 20px;
	}
}
.main_content .content-images a{
	-webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
.main_content .box-col .images {
    left: 0;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
	right: 0;
    margin: 0 auto;
    width: 100%;
}
.main_content .box-col .images.images1 {
    background: url("images/home1.jpg") no-repeat scroll 0 0;
    height: 1371px;
}
.main_content .box-col .images.images2 {
    background: url("images/home2.jpg") no-repeat scroll 0 0;
    height: 1131px;
}
.main_content .box-col .images.images3 {
    background: url("images/home3.jpg") no-repeat scroll 0 0;
    height: 1352px;
}
.main_content .box-col .images.images4 {
    background: url("images/home4.jpg") no-repeat scroll 0 0;
    height: 1245px;
}
.main_content .box-col .images.images5 {
    background: url("images/home5.jpg") no-repeat scroll 0 0;
    height: 850px;
}
.main_content .box-col .images.images6 {
    background: url("images/home6.jpg") no-repeat scroll 0 0;
    height: 1361px;
}
@media (min-width: 1600px){
	.main_content .box-col .images.images1:hover { margin-top: -1137px;}
	.main_content .box-col .images.images2:hover { margin-top: -883px;}
	.main_content .box-col .images.images3:hover { margin-top: -1118px;}
	.main_content .box-col .images.images4:hover { margin-top: -1011px;}
	.main_content .box-col .images.images5:hover { margin-top: -616px;}
	.main_content .box-col .images.images6:hover { margin-top: -1127px;}
}
.main_content .box-col .col-link a{
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin: 30px 0;
	 
	text-decoration: none;
}
.main_content .box-col .col-link a:hover{
	color: #f60381;
}
@media (max-width: 767px){
	.header_top {
		position: static;
		background: #333;
	}
	.header_top p.txt2 {
		line-height: 24px;
	}
	.col-images{
		display: none;
	}
	.main_content .content-images{
		position: static;
		overflow: hidden;
	}
	.main_content .box-col .images{
		position: static;
		margin: 0 auto;
		display: block;
		border: 1px solid #ebebeb;
		width: 375px;
		max-width: 100%;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	}
	.main_content .box-col .col-link a{
		margin: 15px 0;
	}
}
/* footer */
#footer{
	margin-top: 50px;
}
.footer_top { overflow: hidden; background: url(images/footer_bg.jpg) center center no-repeat #121214; padding: 0 10px 20px;}
.footer_top .col-xs-12.col-sm-6.col-md-3 { padding-left: 10px; padding-right: 10px; }
.footer_top .cms_in { overflow: hidden; }
.footer_top .box_content { margin-top: 20px; padding: 30px 5px; -webkit-box-shadow: inset 0 0 0 1px #868483; box-shadow: inset 0 0 0 1px #868483; -webkit-transition: all 500ms ease; transition: all 500ms ease; }
@media (min-width: 1800px) { .footer_top .box_content { padding: 125px 5px; } }
.footer_top .box_content .img_box { text-align: center; margin-bottom: 40px; }
.footer_top .box_content .img_box img { -webkit-transition: all 300ms ease; transition: all 300ms ease; }
.footer_top .box_content .img_box .img_ontop { display: inline-block; }
.footer_top .box_content .img_box .img_hover { position: absolute; left: 0; right: 0; margin: 0 auto; opacity: 0; -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg); transform: rotateX(180deg); }
.footer_top .box_content .txt_box { margin: 0; text-align: center; }
.footer_top .box_content .txt_box span { display: block; line-height: 25px; -webkit-transition: all 300ms ease; transition: all 300ms ease; }
.footer_top .box_content .txt_box .txt1 { text-transform: uppercase; font-size: 14px; color: white; }
.footer_center{
	background: #fff;
	overflow: hidden;
	text-align: center;
	padding: 55px 0;
}
.footer_center p{
	font-size: 30px;
	font-weight: 700;
	 
	color: #f60381;
	text-transform: uppercase;
	line-height: 48px;
	margin: 0;
}
.footer_center a{
	display: inline-block;
	margin-top: 30px;
	font-size: 18px;
	font-weight: 700;
	 
	color: #fff;
	text-transform: uppercase;
	line-height: 50px;
	padding: 2px 25px 0;
	background: #f60381;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 0 0 #8e163e;
	-moz-box-shadow: 0 3px 0 0 #8e163e;
	box-shadow: 0 3px 0 0 #8e163e;
}
.footer_bottom{
	overflow: hidden;
	text-align: center;
	background: #252525;
}
.footer_bottom p{
	padding: 30px 0;
	margin: 0;
	font-size: 14px;
	 
	line-height: 17px;
	color: #848484;
	font-style: italic;
}
.footer_bottom a{
	color: #f60381;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	text-decoration: none;
}
.footer_bottom a:hover{
	color: #fff;
}
/*Fix products-grid */
@media (min-width: 992px){
.main_content .col-layout:nth-of-type(3n+1) {  clear: left;}
}

@media (max-width: 991px) and (min-width: 768px){
.main_content .col-layout:nth-of-type(2n+1) {clear: left;} 
}

@media (max-width: 767px) and (min-width: 0px){
.main_content .col-layout:nth-of-type(1n+1) {clear: left;}
}