/*------------------------------------------------------ Popular Products Container ----------------------------------------------------- */
.PopularProductsContainer {
	max-width: 1200px;
	margin: auto;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: 000000;
}
.PaddedTileGridContainer h1 {
	margin-left: 30px;
	padding-top: 30px;
	padding-bottom: 20px;
	display: block;
	font-size: 26px;
	font-weight: 300;
	color: #000000;
}
.FullTileGridContainer h1 {
	margin-left: 30px;
	padding-top: 30px;
	padding-bottom: 20px;
	display: block;
	font-size: 26px;
	font-weight: 300;
	color: #000000;
}
.ProductTile:hover {
	cursor: pointer;
}
.TileTitle {
	padding: 10px 20px;
	background-color: #ffffff;
	font-size: 16px;
	color: #000000;
	position: absolute;
	display: none;
}
.TileRightMargin {
	margin-right: 1%;
}
.TileBottomMargin {
	margin-bottom: 1%;
}
.TileOverlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: inherit;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	text-align: center;
	display: none;
}
.TileOverlayDescription {
	width: 100%;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	font-size: 20px;
}
.BridalRobesTile {
	background-image: url(../Images/home/tile_bridal-robes_t-1549499851.jpg);
	height: 250px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
	clear: both;
	float: left;
}
.BridalRobesTile .TileTitle {
	bottom: 20px;
	left: 0px;
}
.BridalRobesTile:hover .TileOverlay {
	display: inline;
	cursor: pointer;
}
.FlowerGirlDressesTile {
	background-image: url(../Images/home/tile_flower-girl-dresses_t-1549499851.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 32.66%;
	padding-top: 32.66%;
	position: relative;
	float: left;
}
.FlowerGirlDressesTile .TileTitle {
	bottom: 20px;
	left: 0px;
}
.FlowerGirlDressesTile:hover .TileOverlay {
	display: inline;
	cursor: pointer;
}
.DressHangerTile {
	background-image: url(../Images/home/tile_dress-hanger_t-1549499851.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	width: 32.66%;
	padding-top: 15.83%;
	position: relative;
	float: left;
}
.DressHangerTile .TileTitle {
	top: 20px;
	right: 0px;
}
.DressHangerTile:hover .TileOverlay {
	display: inline;
	cursor: pointer;
}
.BagsTile {
	background-image: url(../Images/home/tile_bags_t-1549499851.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 32.66%;
	padding-top: 32.66%;
	position: relative;
	float: left;
}
.BagsTile .TileTitle {
	top: 20px;
	right: 0px;
}
.BagsTile:hover .TileOverlay {
	display: inline;
	cursor: pointer;
}
.LingerieTile {
	background-image: url(../Images/home/tile_lingerie_t-1549499851.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 32.66%;
	padding-top: 32.66%;
	position: relative;
	float: left;
}
.LingerieTile .TileTitle {
	bottom: 20px;
	right: 0px;
}
.LingerieTile:hover .TileOverlay {
	display: inline;
	cursor: pointer;
}
.BridalTanksTile {
	background-image: url(../Images/home/tile_bridal-tanks_t-1549499851.jpg);
	height: 250px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 49.5%;
	position: relative;
	float: left;
}
.BridalTanksTile .TileTitle {
	bottom: 20px;
	left: 0px;
}
.BridalTanksTile:hover .TileOverlay {
	display: inline;
	cursor: pointer;
}
.SunglassesTile {
	background-image: url(../Images/home/tile_sunglasses_t-1549499851.jpg);
	height: 250px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 49.5%;
	position: relative;
	float: left;
}
.SunglassesTile .TileTitle {
	bottom: 20px;
	right: 0px;
}
.SunglassesTile:hover .TileOverlay {
	display: inline;
	cursor: pointer;
}
/*------------------------------------------------------ Gifts Section ----------------------------------------------------- */
.GiftsContainer {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: 000000;
	clear: both;
}
.FixedTileTitle {
	padding: 10px 20px;
	width: 150px;
	background-color: #ffffff;
	font-size: 16px;
	position: absolute;
	display: none;
}
.BridesmaidsTile {
	background-image: url(../Images/home/tile_bridesmaids_t-1549499851.jpg);
	height: 150px;
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
	clear: both;
	float: left;
}
.BridesmaidsTile:hover .TileOverlay {
	display: inline;
	cursor: pointer;
}
.BridesmaidsTile .FixedTileTitle {
	bottom: 20px;
	right: 0px;
	background-color: #fc5fef;
	color: #ffffff;
}
.GroomesmenTile {
	background-image: url(../Images/home/tile_groomsmen_t-1549499851.jpg);
	height: 150px;
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
	clear: both;
	float: left;
}
.GroomesmenTile:hover .TileOverlay {
	display: inline;
	cursor: pointer;
}
.GroomesmenTile .FixedTileTitle {
	bottom: 20px;
	right: 0px;
	background-color: #36baff;
	color: #ffffff;
}
.ParentsTile {
	background-image: url(../Images/home/tile_parents_t-1549499851.jpg);
	height: 150px;
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
	clear: both;
	float: left;
}
.ParentsTile:hover .TileOverlay {
	display: inline;
	cursor: pointer;
}
.ParentsTile .FixedTileTitle {
	bottom: 20px;
	right: 0px;
	background-color: #000000;
	color: #ffffff;
}
.BacheloretteTile {
	background-image: url(../Images/home/tile_bachelorette_t-1549499851.jpg);
	height: 211px;
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
	clear: both;
	float: left;
}
.BacheloretteTile:hover .TileOverlay {
	display: inline;
	cursor: pointer;
}
.BacheloretteTile .FixedTileTitle {
	bottom: 20px;
	right: 0px;
	background-color: #fc5fef;
	color: #ffffff;
}
.UniqueGiftsTile {
	background-image: url(../Images/home/tile_unique-gifts_t-1549499851.jpg);
	height: 211px;
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
	clear: both;
	float: left;
}
.UniqueGiftsTile:hover .TileOverlay {
	display: inline;
	cursor: pointer;
}
.UniqueGiftsTile .FixedTileTitle {
	bottom: 20px;
	right: 0px;
	background-color: #fc5fef;
	color: #ffffff;
}
/*------------------------------------------------------ Blog Section ----------------------------------------------------- */
.BlogSectionContainer {
	max-width: 1200px;
	margin: auto;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: 000000;
}
.BlogTilesOuterContainer {
	width: 70%;
	overflow: hidden;
	float: left;
	position: relative;
	-webkit-overflow-scrolling: touch;
}
.BlogTilesContainer {
	width: 2000px;
	padding-bottom: 100px;
	height: 250px;
	position: relative;
	left: 0px;
	top: 0px;
}
.BlogTilesContainer li {
	float: left;
	list-style: none;
	width: 250px;
	height: 250px;
	margin-right: 20px;
}
.BlogTilesContainer li img {
	border: #ffffff;
	border-radius: 50%;
	height: 100%;
	width: 100%;
}
.BlogTilesContainer .ProductDetails {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
.BlogButtonsContainer {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 72px;
	margin-left: -36px;
	height: 31px;
}
.PreviousCircleButton {
	height: 30px;
	width: 30px;
	border: 2px solid #d5d5d5;
	border-radius: 50%;
	float: left;
	margin-right: 4px;
	background-color: #ffffff;
	position: relative;
}
.PreviousCircleButton:hover {
	background-color: #333333;
	cursor: pointer;
}
.PreviousCircleButton:hover .ArrowIcon::before {
	border-color: #ffffff;
}
.NextCircleButton {
	height: 30px;
	width: 30px;
	border: 2px solid #d5d5d5;
	border-radius: 50%;
	float: left;
	background-color: #ffffff;
	position: relative;
}
.NextCircleButton:hover {
	background-color: #333333;
	cursor: pointer;
}
.NextCircleButton:hover .ArrowIcon::before {
	border-color: #ffffff;
}
.ArrowIcon::before {
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #d5d5d5;
	content: '';
	display: inline-block;
	height: 6px;
	position: absolute;
	width: 6px;
	top: 50%;
	margin-top: -4px;
}
.ArrowIcon.RightArrow:before {
	transform: rotate(45deg);
	left: 50%;
	margin-left: -4px;
}
.ArrowIcon.LeftArrow:before {
	transform: rotate(-135deg);
	left: 50%;
	margin-left: -3px;
}
.MailingListContainer {
	width: 30%;
	float: right;
	padding-bottom: 100px;
	height: 250px;
	box-shadow: -1px 0px 0px 0px #aaaaaa;
}
/*------------------------------------------------------ Social Media Section ----------------------------------------------------- */
.SocialMediaOuterContainer {
	background-color: #f0ebdf;
	margin-bottom: 75px;
}
.SocialMediaInnerContainer {
	max-width: 1200px;
	margin: auto;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: 000000;
	background-color: #ffffff;
}
.QuotesOuterContainer {
	background-color: #f0ebdf;
	width: 42%;
	margin-right: 1%;
	float: left;
}
.QuotesMask {
	width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-overflow-scrolling: touch;
	height: 350px;
}
.QuoteButtonsContainer {
	position: absolute;
	left: 50%;
	width: 72px;
	margin-left: -36px;
	height: 31px;
	bottom: 20px;
}
.QuotesInnerContainer {
	background-color: #f0ebdf;
	width: 955px;
	margin-right: 1%;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
.QuotesInnerContainer li {
	list-style: none;
	width: 235px;
	float: left;
	margin-left: 0;
}
.QuoteBubble {
	background-color: #ffffff;
	border-radius: 7px;
	margin-right: 40px;
	margin-left: 30px;
	padding: 20px;
	position: relative;
}
.QuoteBubbleSource {
	position: absolute;
	height: 40px;
	font-size: 14px;
	color: #000000;
	left: 80px;
	bottom: -50px;
}
.QuoteBubbleSource::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 50px solid #ffffff;
	border-left: 40px solid transparent;
	left: -55px;
	top: -10px;
}
.ContestOuterContainer {
	background-color: #f0ebdf;
	width: 57%;
	float: right;
}
.ContestMask {
	width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-overflow-scrolling: touch;
	height: 180px;
	border-right: 1px solid #000000;
}
.ContestDescription {
	padding-left: 30px;
	padding-right: 30px;
	height: 350px;
	position: relative;
}
.ContestDescription p {
	line-height: normal !important;
}
.ContestTilesInnerContainer {
	background-color: #f0ebdf;
	width: 850px;
	float: left;
	position: relative;
	left: 0px;
	top: 10px;
	margin-left: 0px;
}
.ContestTilesInnerContainer li {
	list-style: none;
	width: 150px;
	float: left;
	margin-left: 0;
	margin-right: 20px;
}
.ContestTile img {
	width: 100%;
}
.ContestTile {
	position: relative;
}
.ContestTile:hover {
	cursor: pointer
}
.ContestTile:before {
	content: '#mywedstyle';
	position: absolute;
	height: 30px;
	line-height: 30px;
	background-color: rgba(0,0,0,.5);
	bottom: 2px;
	width: 100%;
	text-align: center;
	color: #ffffff;
}
.ContestButtonsContainer {
	position: absolute;
	left: 50%;
	width: 72px;
	margin-left: -36px;
	height: 31px;
	bottom: 20px;
}
/*------------------------------------------------------ Misc ----------------------------------------------------- */
.Clear {
	clear: both;
}
.ClearLeft {
	clear: left;
}
.PressBannerContainer {
	display: flex;
	width: 100%;
	padding-left: 30px;
	box-sizing: border-box;
	align-items: center;
	text-align: center;
	justify-content: center;
	margin-bottom: 50px;
}
.PressBannerContainer1, .PressBannerContainer2 {
	float: left;
}
.PressBannerContainer div {
	margin-right: 30px;
	max-width: 175px;
	min-width: 80px;
}
.PressBannerContainer div img {
	width: 100%;
}

/* ------------------------------------------------------------ < 1200 ------------------------------------------------------------ */
@media screen and (max-width: 1200px) {
.PopularProductsContainer {
	padding-left: 50px;
	padding-right: 50px;
}
}

/* ------------------------------------------------------------ < 1000 ------------------------------------------------------------ */
@media screen and (max-width: 1000px) {
.PressBannerContainer {
	flex-wrap: wrap
}
.PressBannerContainer div {
	max-width: 20%;
}
}

/* ------------------------------------------------------------ < 767 - ----------------------------------------------------------- */
@media screen and (max-width: 767px) {
.main {
	border-top: none;
}
.PaddedTileGridContainer h1 {
	margin-left: 0px;
}
.TileTitle {
	display: inline;
}
.TileOverlay {
	background-color: rgba(0, 0, 0, 0.2);
}
.TileOverlay .TileOverlayDescription {
	display: none !important;
}
.FixedTileTitle {
	display: inline;
}
.PopularProductsContainer {
	padding-left: 30px;
	padding-right: 30px;
}
.FlowerGirlDressesTile {
	width: 49.5%;
	padding-top: 60%;
}
.DressHangerTile {
	width: 49.5%;
	padding-top: 19.33%;
	margin-right: 0 !important;
}
.BagsTile {
	width: 49.5%;
	padding-top: 19.33%;
	margin-right: 0 !important;
}
.LingerieTile {
	width: 49.5%;
	padding-top: 39.66%;
	margin-right: 0 !important;
}
.LingerieTile .TileTitle {
	top: 20px;
	bottom: auto;
	right: 0px;
}
.RusticWeddingTile {
	margin-top: auto;
	width: 49.5%;
	padding-top: 19.33%;
	margin-right: 0 !important;
}
.RusticWeddingTile .TileTitle {
	top: 20px;
	bottom: auto;
	right: 0px;
}
.SunglassesTile .TileTitle {
	top: 20px;
	bottom: auto;
	right: 0px;
}
.MailingListContainer {
	display: none;
}
.BlogTilesOuterContainer {
	width: 100% !important;
}
.BlogTilesOuterContainer {
	overflow: auto !important;
}
.BlogButtonsContainer, .QuoteButtonsContainer, .ContestButtonsContainer {
	display: none;
}
.BlogTilesContainer {
	padding-bottom: 50px !important;
}
.QuotesOuterContainer {
	width: 100%;
	margin-right: auto;
	float: none;
	margin-bottom: 1%;
}
.ContestOuterContainer {
	width: 100%;
	float: none;
}
.QuotesMask {
	overflow: auto !important;
	height: 300px;
}
.ContestMask {
	overflow: auto !important;
}
}

/* ------------------------------------------------------------ < 500 ------------------------------------------------------------ */
@media screen and (max-width:500px) {
.BridalRobesTile {
	height: 150px;
	width: 100%;
	padding-top: 0;
}
.BridalRobesTile .TileTitle {
	bottom: 20px;
	left: 0px;
	right: auto;
	top: auto;
}
.FlowerGirlDressesTile {
	height: 150px;
	width: 100%;
	padding-top: 0;
}
.FlowerGirlDressesTile .TileTitle {
	bottom: 20px;
	left: 0px;
	right: auto;
	top: auto;
}
.DressHangerTile {
	height: 150px;
	width: 100%;
	padding-top: 0;
}
.DressHangerTile .TileTitle {
	bottom: 20px;
	left: 0px;
	right: auto;
	top: auto;
}
.BagsTile {
	height: 150px;
	width: 100%;
	padding-top: 0;
}
.BagsTile .TileTitle {
	bottom: 20px;
	left: 0px;
	right: auto;
	top: auto;
}
.LingerieTile {
	height: 150px;
	width: 100%;
	padding-top: 0;
}
.LingerieTile .TileTitle {
	bottom: 20px;
	left: 0px;
	right: auto;
	top: auto;
}
.RusticWeddingTile {
	height: 150px;
	width: 100%;
	padding-top: 0;
}
.RusticWeddingTile .TileTitle {
	bottom: 20px;
	left: 0px;
	right: auto;
	top: auto;
}
.BridalTanksTile {
	height: 150px;
	width: 100%;
	padding-top: 0;
}
.BridalTanksTile .TileTitle {
	bottom: 20px;
	left: 0px;
	right: auto;
	top: auto;
}
.SunglassesTile {
	height: 150px;
	width: 100%;
}
.SunglassesTile .TileTitle {
	bottom: 20px;
	left: 0px;
	right: auto;
	top: auto;
}
.PressBannerContainer div {
	max-width: 100px;
}
}

/* ------------------------------------------------------------ < 400 ------------------------------------------------------------ */
@media screen and (max-width:400px) {
}