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

.product_images img {
	margin-top: 50px;
	width: 100%;
}

.product_desc {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}

#product-links {
	text-align: center;
}

#product-links p {
	font-size: 16px;
}

#product-links p span {
	font-size: 13px;
	color: #7b7b7b;
	font-style: italic;
	clear: both;
}

#product-links .product_item {
	width: 160px;
	height: 210px;
	position: relative;
	display: inline-table;
}

#product-links div {
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

#product-links .link_icon:hover {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	-webkit-transition: -webkit-transform 250ms ease;
	-moz-transition: -moz-transform 250ms ease;
	transition: transform 250ms ease;
}

#product-links .media .link_icon {
	background-image: url(../img/media.png);
}

#product-links .media.selected .link_icon, #product-links .media .link_icon:hover, #product-links .pdf .link_icon:hover, #product-links .color .link_icon:hover {
	background-position: 0px -80px;
}

#product-links .media.selected .link_icon {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

#product-links .pdf .link_icon {
	background-image: url(../img/pdf.png);
}

#product-links .color .link_icon {
	background-image: url(../img/color.png);
}

#page section.media-items {
	background: #e2e2e2 !important;
	-moz-box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.1) !important;
   	-webkit-box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.1) !important;
	box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.1) !important;
	border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
	padding: 60px 0px;
	text-align: center;
	display: none;
}

.media-items div {
	max-width: 1240px;
	margin: 10px auto;
	text-align: center;
	display: inline-block;
	padding: 0 30px;
}

.media-items a {
	display: block;
	-webkit-transition: color 250ms ease;
	-moz-transition: color 250ms ease;
	transition: color 250ms ease;
}

.media-items a p {
	font-size: 15px;
	margin: 16px 0 3px;
}
.media-items a small {
	color:#666;
}

.media-items a:hover {
	color: #F0B800;
}

#page section.media-items.open {
	display: block;
	margin-top: -2px;
}

#product-links .product_item.selected:after {
	content: url('../img/product_arrow.png');
	display: block;
	position: absolute;
	left: 50%;
	z-index: 999;
	bottom: -10px;
	margin-left: -20px;
}

.other_item {
	background: #fff;
	text-align: center;
	padding: 20px;
	height: auto;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.item_name {
	font-size: 18px;
}

.other_item .product_item {
	width: 100px !important;
	height: 140px !important;
}

.other_item .product_item .link_icon {
	width: 60px !important;
	height: 60px !important;
	background-size: 100%;
}

.other_item .pdf .link_icon:hover {
	background-position: 0px -60px !important;
}


/* New product page styles */

#brand-intro.grid {
	width: 1241px;
	height: auto;
	margin: auto;
	background-image: none;
}

#product_desc_wrap {
	background-color: #fff;
}

#product_desc_wrap .product_images img {
	margin: 50px 0px;
}

.product_wrap .swiper-slide .slider_text {
	position: fixed;
	text-align: center;
	top: 200px;
	left: 50%;
	margin-left: -159px;
}

.product_wrap .swiper-slide .slider_img {
	width: auto;
	height: initial;
	position: absolute;
	margin-left: 0px;
	bottom: 0px;
}

.bellagio_wrap {
	background: url(../img/bellagio_wrap.jpg) no-repeat left top #000 !important;
	background-size: cover !important;
	background-attachment: fixed !important;
}

@media screen and (max-width: 836px) {
	#page section.media-items.five_items.open {
		display: block;
		margin-top: -215px;
		position: relative;
	}

}


@media screen and (max-width: 671px) {
	#page section.media-items.open {
		display: block;
		margin-top: -215px;
		position: relative;
	}

	#page section.media-items.five_items.open {
		display: block;
		margin-top: -215px;
		position: relative;
	}

}

@media screen and (max-width: 506px) {
	#page section.media-items.five_items.open {
		display: block;
		margin-top: -422px;
		position: relative;
	}

}

@media screen and (max-width: 341px) {
	#page section.media-items.five_items.open {
		display: block;
		margin-top: -842px;
		position: relative;
	}

}


@media screen and (max-width: 340px) {
	#page section.media-items.open {
		display: block;
		margin-top: -635px;
		position: relative;
		float: left;
	}
}



@media screen and (min-width: 1281px) {

.other_item:nth-child(4n+1) {
	clear: left;
}

}


@media screen and (min-width: 971px) and (max-width: 1280px) {

.other_item:nth-child(3n+1) {
	clear: left;
}

}

@media screen and (min-width: 661px) and (max-width: 970px) {

.other_item:nth-child(2n+1) {
	clear: left;
}

}
