@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'open_sans';
	src: url('../fonts/opensans.eot');
	src: url('../fonts/opensans.eot?#iefix') format('embedded-opentype'),
	url('../fonts/opensans.woff') format('woff'),
	url('../fonts/opensans.ttf') format('truetype'),
	url('../fonts/opensans.svgopensans') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License:none (public domain)
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: "proxima-nova",sans-serif;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
.container {
	font-family: "proxima-nova",sans-serif !important;
}
.container a{
	color: #2196e3;
	text-decoration:none;
}
html { background-color: rgb(164, 164, 164); }
body {
	line-height: 1;
	/*overflow-x: hidden;*/
	color:white;
}
ol,ul {
	list-style: none;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	-webkit-box-sizing: inherit !important;
	-moz-box-sizing: inherit !important;
	box-sizing: inherit !important;
}
/*** End reset ***/
.ht {
	display:block;
	text-indent:-999px;
	overflow:hidden;
}
.clr {
	clear:both;
}
.clr:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

sup {
	font-size: 70%;
	vertical-align: super;
}
sub {
	font-size: 70%;
	vertical-align: sub;
}
.hide{
	display:none !important;
}
form, form input {
	outline: 0;
}

::-webkit-input-placeholder {
	font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
	font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
	font-style: italic;
}

:-ms-input-placeholder {
	font-style: italic;
}

/*** General ***/
.mrm-spg-banners { display: none; }
.main_header {
	top: 0;
	background: white;
	height: 70px;
	width: 100%;
	clear: both;
	box-shadow: 0 4px 14px -2px #232323;
    -moz-box-shadow: 0 4px 14px -2px #232323;
    -webkit-box-shadow: 0 4px 14px -2px #232323;
}
.main_header a { text-decoration: none; }
.sub_header {
	clear: both;
	padding-top: 15px;
}

.main-header-links {
	margin-right: 3%;
	padding-top: 1.9%;
}
.main-header-links li {
	display: inline;
	float: right;
	margin-left: 3%;	
	font-family: proxima-nova, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.main-header-links li.active {height: 45px;}
.main-header-links li a {
	color: #c5c5c5;
}
.main-header-links li a.active {
	color: #1c1c1c !important; 
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 3px solid #2773b2;	
}
.main-header-links li a.border {
	padding-bottom: 10px;
	border-bottom: 3px solid #2773b2;
}
.main-header-links li a:focus{
	outline: none;
}
#header {
	background: rgba(39, 116, 178, 1) !important;
	/*
        background: -moz-linear-gradient(top, rgba(7,3,1,1) 0%, rgba(7,3,1,1) 26%, rgba(7,3,1,0.29) 43%, rgba(7,3,1,0.08) 76%, rgba(7,3,1,0.08) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(7,3,1,1)), color-stop(26%, rgba(7,3,1,1)), color-stop(43%, rgba(7,3,1,0.29)), color-stop(76%, rgba(7,3,1,0.08)), color-stop(100%, rgba(7,3,1,0.08)));
        background: -webkit-linear-gradient(top, rgba(7,3,1,1) 0%, rgba(7,3,1,1) 26%, rgba(7,3,1,0.29) 43%, rgba(7,3,1,0.08) 76%, rgba(7,3,1,0.08) 100%);
        background: -o-linear-gradient(top, rgba(7,3,1,1) 0%, rgba(7,3,1,1) 26%, rgba(7,3,1,0.29) 43%, rgba(7,3,1,0.08) 76%, rgba(7,3,1,0.08) 100%);
        background: -ms-linear-gradient(top, rgba(7,3,1,1) 0%, rgba(7,3,1,1) 26%, rgba(7,3,1,0.29) 43%, rgba(7,3,1,0.08) 76%, rgba(7,3,1,0.08) 100%);
        background: linear-gradient(to bottom, rgba(7,3,1,1) 0%, rgba(7,3,1,1) 26%, rgba(7,3,1,0.29) 43%, rgba(7,3,1,0.08) 76%, rgba(7,3,1,0.08) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2f53', endColorstr='#1c2f53', GradientType=0 );
    */
	position: relative;
	top:0;
	margin: 0 auto;
	z-index: 1200;
	height: 90px;
	max-width:1400px;
	width: 100%;
	/*
        background-image:url(../img/bg-header.png?v=6.10) repeat-x left top;
        background-color: #02020c;
        border-bottom:#1a1a1a;
    */
}
#header.scroll{
	max-width: none;
	left:0;
	position: fixed;
	-webkit-box-shadow: 0 3px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 3px 2px rgba(0,0,0,0.4);
	box-shadow: 0 3px 2px rgba(0,0,0,0.4);
	/*-webkit-animation: 500ms linear opacity;*/
	/*-moz-animation: 500ms linear opacity;*/
	/*-ms-animation: 500ms linear opacity;*/
	/*animation: 500ms linear opacity;*/
}
#header.unscroll{
	/*-webkit-animation: 500ms linear ropacity;*/
	/*-moz-animation: 500ms linear ropacity;*/
	/*-ms-animation: 500ms linear ropacity;*/
	/*animation: 500ms linear ropacity;*/
}
@-webkit-keyframes opacity {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes opacity {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-ms-keyframes opacity {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes opacity {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes ropacity {
	0% {opacity: 0.3;}
	100% {opacity: 1;}
}
@-moz-keyframes ropacity {
	0% {opacity: 0.3;}
	100% {opacity: 1;}
}
@-ms-keyframes ropacity {
	0% {opacity: 0.3;}
	100% {opacity: 1;}
}
@keyframes ropacity {
	0% {opacity: 0.3;}
	100% {opacity: 1;}
}

#home_pg #myCarousel { max-width: 1400px; margin: 0 auto; top: 0px; }
/*
#header::before{
  background-color: #02020c;
  content: '';
  display: block;
  height: 25%;
  position: absolute;
  width: 100%;
}
*/
.container{
	max-width:1400px;
	width: 100%;
	margin:0 auto;
	padding: 0;
}
#home_pg #footer .container { width: 100%; }
#home_pg #main .container {
	width: 1100px;
	margin:0 auto;
	/* 	padding: 0 2%; */
}
#home_pg #main.main-blue .container { width: 1000px; }
#home_pg #footer .container { padding: 2% 0; }
#package_pg #main .container, #item_pg #main .container, #checkout_pg #main .container {
	max-width: 1400px;
	width: 100%;
	margin:0 auto;
	padding: 0;
}
#item_pg #main .container { width: 90%; min-width: 960px; }
.container2{
	width:80%;
	margin:0 auto;
	/* 	padding: 0 2%; */
}
.featured-items { padding-top: 1px; }
#home_pg .container2 { max-width: 1400px; }
#main {
	background-color: #fff;
}
#home_pg, #categories_pg, #search_pg, #categories_pg #main, #search_pg #main {
	background-color: #E6E6E6 !important;
	max-width: 1400px;
	margin: 0 auto;
/* 	margin-top: 160px; */
}
#search_pg #main { margin-top: -30px; }
#package_pg, #item_pg, #checkout_pg {
	background-color: #E6E6E6 !important;
	max-width: 1400px;
	margin: 0 auto;
/* 	margin-top: 160px; */
}
#package_pg #main, #item_pg #main, #checkout_pg #main {
	background-color: #E6E6E6 !important;
	max-width: 1200px;
	margin: 0 auto;
/* 	margin-top: 160px; */
}
#home_pg {
	background-color: #E6E6E6 !important;
	max-width: 1400px;
	margin: 0 auto;
}
#privacy-policy_pg, #terms-and-conditions_pg, #help-1_pg, #help-2_pg, #help-3_pg {
	background-color: #E6E6E6 !important;
	max-width: 1400px;
	margin: 0 auto;
}
.content-page .icon-home {
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.content-page h1.icon-home a:first-child { padding-left: 2%; }
.content-page .rsaquo { color: black; }
.content-page .genCont { padding: 0 !important; width: 96%; }
#home_pg #main.main-blue { background:url('../img/home-featured-bg2.png?v=6.10') #042D46 scroll no-repeat bottom right; }

#home_pg #main.main-grey { background-color: #E6E6E6 !important; }
#home_pg #main.main-white { background-color: #F4F4F4 !important; }

#main .container.inner-page{
	padding: 0;
}
.black-gradient {
	width: 100%;
	height: 18%;
	background-color: transparent;
	background-image: linear-gradient(to bottom, black 0%, transparent 100%);
	border-color: transparent !important;
	border-bottom-color: transparent !important;
	border-bottom-width: 0px;
	z-index: 20;

}
.site-logo {
	margin: 1.5% 1.5% 1.4% 1.5%;
	display: inline-block;
	text-align: left;
	float: left;
	z-index: 1000;
	width: 24%;
	position: relative;
}
.site-logo2 {
	margin-left: 1.5%;
	display: inline-block;
	text-align: left;
	float: left;
	z-index: 1000;
	width: auto;
	position: relative;
}
.site-logo.sign-in-yes {
	margin-top: 2.4%;
}
.userinfo{
	float: right;
	width: auto;
	/*height:28px;*/
	text-align:left;
	/*line-height:28px;*/
	/*color:#FFF;*/
	font-size:12px;
	color:#80a4ff;
	padding: 30px 10px 0 5px;
	z-index: 200;
	position: relative;
}
.userinfo-copy {
	float: left;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	color: #fff;
	max-width: 166px;
	word-break: break-word;
	padding: 10px;
	height: 71px;
	line-height: 70px;
	text-align: left;
}
.userinfo-copy.sign-in-yes {
	margin-top: -10px;
	padding-left: 24px;
	padding-top: 20px;
	height: 60px;
	width: 200px;
	font-size: 16px;
	line-height: normal;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 600;
}
.userinfo-copy.sign-in-yes a { font-size: 14px; }
.userinfo form input[type=submit]{
	background:none;
	border:none;
	color: #fff;
	font-size:21px;
	line-height: 23px;
	font-weight: 500;
	text-decoration: none;
	cursor:pointer;
	font-family: "proxima-nova",sans-serif;
	padding-top:8px;
	/*float: right;*/
}
.userinfo form{
	display: inline;
	margin-right: 56px;
	width: 10px;
}
.userinfo a{
	text-decoration:none;
	display:inline-block;
	padding: 8px 5px 0;
	font-size: 21px;
	font-weight: 500;
	color:#fff;
	font-family: "proxima-nova",sans-serif;
	border-right: 1px solid #c7c7c7;
}
.login-status {
	padding-right: 0px !important;
	border: none !important;
}
#header .header-items {
	float: right;
	width: 72%;
}
#header .header-items.sign-in-yes {
	margin-top: 30px;
	clear: none;
	height: 90px;
}
#header .header-categories {
	margin: 0 auto;
    text-align: center;
    display: inline-block;
    width: 58%;
}
#header ul.categories {
	margin: 0 auto;
	margin-top:-15px;
	max-width: 700px;
}
#header ul.categories li,#footer ul li{
	float:left;
}
#header ul.categories li{
	padding:30px 15px 20px;
}
.dark-blue-bg, #header ul.categories li.active {
/* 	background-color: #366188; */
}
.white-underline {
	text-decoration: underline;
}
/*
#header ul.categories li:hover, #header ul.categories li.active {
	border-bottom: 3px solid #fff;
	margin-bottom: 7px;
}
#header ul.sub_categories li:hover {
	border-bottom: none;
	padding-bottom: 0px;
}
*/
#header ul.categories li:last-child{
	/* 	padding-right: 0; */
}
#header ul.categories li a, #footer ul li a{
	font-weight:500;
	color:#FFF;
	line-height: 40px;
	text-decoration:none;
	font-size: 21px;
	padding-top: 2px;
	cursor: pointer;
}
#header ul.sub_categories li a { font-size: 17px; }
#footer ul li a{
	font-weight:300;
	font-size: 16px;
}
.categories {
	margin-top:4px;
	max-width: 635px;
	z-index: 10;
	display: inline-block;
	position: relative;
}
.categories li{
	float:left;
	cursor: pointer;
	position: relative;
}

ul.categories li ul.sub_categories {
	position: absolute;
	background: #f1f1f1;
	margin: 0;
	padding: 0;
	width: 240px;
	display: none;
	margin: 20px 0 0 -14px;
	box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.89);
}
ul.categories li ul.sub_categories li {
	text-align: left;
	margin: 0 auto !important;
	padding: 0 20px !important;
	width: 150%;
	max-width: 85%;
}
ul.categories li ul.sub_categories li a { padding: 10px 0; color: #494949 !important; word-wrap:break-word;}
ul.categories li ul.sub_categories li a:hover { color: #007bbd !important; }
ul.categories li:hover ul.sub_categories { display: block; }


#header .categories li a{
	position: relative;
	font-weight:500;
	color:#f1eeee;
	line-height: 0;
	text-decoration:none;
	font-size: 22px;
	padding-top: 2px;
	height: 21px;
	/*margin-right: 10px;*/
}
.categories li:last-child a{
	margin-right: 0;
}
@-webkit-keyframes bounceIn {
	0% {opacity: 0;	transform: scale(0.6);}
	25% {opacity: 1; transform: scale(1.05);}
	50% {opacity: 1; transform: scale(0.9);}
	75% {opacity: 1; transform: scale(1.05);}
	100% {opacity: 1; transform: scale(1);}
}
@-moz-keyframes bounceIn {
	0% {opacity: 0;	transform: scale(0.6);}
	25% {opacity: 1; transform: scale(1.05);}
	50% {opacity: 1; transform: scale(0.9);}
	75% {opacity: 1; transform: scale(1.05);}
	100% {opacity: 1; transform: scale(1);}
}
@-o-keyframes bounceIn {
	0% {opacity: 0;	transform: scale(0.6);}
	25% {opacity: 1; transform: scale(1.05);}
	50% {opacity: 1; transform: scale(0.9);}
	75% {opacity: 1; transform: scale(1.05);}
	100% {opacity: 1; transform: scale(1);}
}
@keyframes bounceIn {
	0% {opacity: 0;	transform: scale(0.6);}
	25% {opacity: 1; transform: scale(1.05);}
	50% {opacity: 1; transform: scale(0.9);}
	75% {opacity: 1; transform: scale(1.05);}
	100% {opacity: 1; transform: scale(1);}
}
#header .categories li a::after {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #FFFFFF;
	content: '';
	opacity: 0;
}
#header .categories li a.highlight::after, #header .categories li a.highlight2::after {
	opacity: 1;
	height: 3px;
	bottom: -13px;
}
/*
#header .categories li a:not(.sub-category-link), {
	-moz-animation: bounceIn 300ms;
	-webkit-animation: bounceIn 300ms;
	animation: bounceIn 300ms;
}
*/
#header .categories li:hover::after, #header .categories li::after,
	/*
    #header .categories li a:not(.sub-category-link):hover::after, #header .categories li a.active:not(.sub-category-link)::after {
        opacity: 1;
        -moz-animation: bounceIn 300ms;
        -webkit-animation: bounceIn 300ms;
        animation: bounceIn 300ms;
        margin: 10px 0 5px;
    }
    */


#header .sub_categories li a::after {
	/* 	display: none; */
	position: absolute;
	bottom: 7px !important;
	left: 0;
	width: 100%;
	height: 1px;
	background: #FFFFFF;
	content: '';
	opacity: 0;
}
/*.lifestyle{*/
/*padding:0 10px;*/
/*}*/
/*.sports{*/
/*padding:0 0 0 10px;*/
/*}*/
/*.entertainment{*/
/*padding:0 10px;*/
/*}*/
/*.culinary{*/
/*padding:0 10px;*/
/*}*/
#timer{
	/* 	background:url(../img/bg.png?v=6.10) repeat-x left top #ffffff; */
	background-color: #ffffff;
	min-width: 962px;
	width: 100%;
	padding-top: 90px;
	padding-bottom: 40px;
}
.timershd{
	height:43px;
	position: fixed;
	width: 100%;
	z-index: 500;
	background-color: #306eb3;
}
.timershd .container{
	position: relative;
	line-height:43px;
	color: #ffffff;
}
.icon-time {
	/* 	background:url("../img/icon-time-left.png?v=6.10") no-repeat left center; */
	height:43px;
	margin:0 auto;
	width:100%;
	color: #ffffff;
	font-size:22px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
}
.timer-container {
	text-align: center;
	margin: 0 auto;
	position: relative;
	display: inline;
	width: 100%;
}
.timer-copy {
	width: 45%;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	text-align: right;
	position: relative;
}
.icon-time input {
	border:none;
	background:none;
	margin-left:5px;
	color: #ffffff;
	font-size:22px;
	width:45%;
	display: inline-block;
	text-align: left;
	position: relative;
}
.timershd a, #footer .container #footermenu a {
	position:absolute;
	top: 10px;
	width:25px;
	height:25px;
}
.icon-fb{
	background:url("../img/icon-fb.png?v=6.10") no-repeat left top;
	right: 72px;
}
.icon-tw{
	background:url("../img/icon-tw.png?v=6.10") no-repeat left top;
	right: 37px;
}
.icon-pt{
	background:url("../img/icon-pt.png?v=6.10") no-repeat left top;
	right: 0;
}
#marriott_footer { max-width: 1400px; padding: 5% 0; background-color: #fff; }
.marriott_footer_container { margin: 0 auto; width: 90%; max-width: 1030px; }
#footer{
	max-width: 1400px;
	width: 100%;
	position: absolute;
	background-color: #494949;
	/*clear:both;*/
	/*min-height:75px;*/
}
#footer .container{
	width: 100%;
	position: relative;
	padding-top: 30px;
	padding-bottom: 50px;
}
#footer .container ul li a{
	position:relative;
	top: auto;
	width:auto;
	height:auto;
}
#footer ul li a.lifestyle{
	padding:5px 45px 0 0;
	background:none;
	text-transform: uppercase;
	font-weight: 600;
}
#footer ul li a.sports{
	padding:5px 41px 0 0;
	background:none;
	text-transform: uppercase;
	font-weight: 600;
}
#footer ul li a.entertainment, #footer ul li a.merchandise{
	padding:5px 9px 0 0;
	background:none;
	text-transform: uppercase;
	font-weight: 600;
}
#footer .container ul.footeritems{
	padding:20px 0 0 28px;
}
#footer .container .brands {
	text-align: center;
	margin: 20px auto;
	display: block;

}
#footer .container ul.footermenu{
	/*clear:both;*/
	/*color:#cccccc;*/
	/*margin-left:28px;*/
	/*margin-top: -10px;*/
	text-align: center;
	display: block;
}
#footer .container ul.share{
	text-align: center;
	margin-top: 30px;
}
#footer .container ul.share li{
	padding-left: 15px;
	display: inline-block;
	float: none;
}
#footer .container ul.footermenu li, #footer .container ul.footermenu li a{
	color:#d2d2d2;
	padding: 0 10px 0 0;
	font-family: Arial, sans-serif;
	font-size:15px;
	float: none;
	text-align: center;
	display: inline-block;
	margin: 2% auto 0;
}
#footer .container ul.footermenu li:after {
	content: "|";
}
#footer .container ul.footermenu li:last-child {
	padding-right: 0px;
}
#footer .container ul.footermenu li:last-child:after {
	content: "";
}
#footer .container a.icon-fb{
	background:url("../img/icon-fb-footer.png?v=6.10") no-repeat left top;
	right: 72px;
	top:26px;
}
#footer .container a.icon-tw{
	/* removed -grey from img names until others are supplied */
	background:url("../img/icon-tw-footer.png?v=6.10") no-repeat left top;
	right: 37px;
	top:26px;
}
#footer .container a.icon-pt{
	background:url("../img/icon-pt-footer.png?v=6.10") no-repeat left top;
	right: 0;
	top:26px;
}
.pipe{
	margin-right:10px;
}

/*** Home Styles ***/
#homepromo{
	/*height:540px;*/
	padding-bottom:22px;
	margin-top: 82px;
}
#homepromo h1{
	line-height:70px;
	margin:14px 0;
	font-size:35px;
	font-weight:900;
	color:#005095;
	/*text-transform:uppercase;  Maybe do this in the copy? */
}
#promoimg{
	text-align:center;
	margin:0 auto;
	position:relative;
	max-height: 464px;
	overflow: hidden;
}
.bar{
	position:relative;
	width:960px;
	bottom:26px;
	/* 	background:url("../img/bg-promo.png?v=6.10") repeat left top; */
	max-height:200px;
	overflow:auto;
	margin-top: 50px;
}
.bar h2{
	float: left;
	font-size: 24px;
	font-weight: 500;
	line-height: 25px;
	padding: 17px 24px 12px;
	width: 456px;
	text-align: left;
	color:#000;
}
.bar h2.full {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 100%;
}
.bar h2.full p {
	font-size: 20px;
	text-align: center;
}
.bar h2.full p strong {
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	font-size: 27px;
	color: #004692;
}
.bar h2.full p em {
	color: #004692;
	font-size: 25px;
	font-style: normal;
}
.bar h2.full p s {
	text-decoration: none;
	font-size: 17px;
}
.bar .barpnts{
	float:right;
	padding: 24px 42px 0 0;
	text-align:right;
}
.bar .barpnts span{
	font-size: 17px;
	line-height: 24px;
	color:#FFF;
}
.bar .barpnts span a, .bar .barpnts a{
	color:#FFF;
}
.bar .barpnts span.strike{
	padding-right:10px;
	color:#959595;
	text-decoration:line-through;
}
#main {
	/*
        background:url("../img/bg-main.jpg?v=6.10") no-repeat top left;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        max-height: 4174px;
    */
	padding-bottom: 100px;
	max-width: 1400px;
}
#main .container {
	padding: 0;
	/* 	background-color: #ffffff; */
}
#search_pg #main .container {
	position: relative;
	margin-top: 120px;
}
#main .container .grey-space {
	height: 80px;
	/* 	background-color: #f3f3f3;	 */
}
#home_pg .subtitle {
	font-size: 20px;
	font-weight: 400;
	color: #d2d2d2;
	line-height: 23px;
	padding: 30px 0 20px;
	background-color: #fff;
	max-width: 1400px;
	text-align: center;
}
#home_pg .subtitle .see-all {
	display: inline-block;
	float: left;
	width: 35%;
}
#home_pg .subtitle .see-all .see-all-link {
	display: inline-block;
	float: right;
	background-color: #0079D4;
	font-size: 18px;
	color: #fff;
	padding: 10px 30px;
}
#home_pg .subtitle .use-points {
	display: inline-block;
	float: left;
	width: 50%;
	color: #252525;
	font-size: 20px;
	line-height: 22px;
	text-align: left;
	padding-left: 5%;
}
#home_pg .subtitle .use-points span {
	color: #696969;
}
#main h1,#promoarea h1{
	padding-left:56px;
	margin: 28px 0 4px;
	color:#000;
	font-weight:300;
	font-size: 40px;
	line-height: 70px;
	clear:both;
}
#main h1 {
	color: #ffffff;
	background-color: #ffffff;
	font-size: 32px;
	margin-left: 2%;
}
#main #checkouttxt {
	color: #1c1c1c;
}
#main #checkouttxt .shareon{
	float:right;
}
#main #checkouttxt .confirmorder{
	float: left;
	color: #1c1c1c;
	margin: 0 0 30px 0;
}
#main #checkouttxt .confirmorder h1{
	color: #1c1c1c;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 10px;
	margin: 0;
	padding-left: 0;
}
#main #checkouttxt .confirmorder p{
	color: #000;
	font-size: 15px;
}
#main #checkouttxt .itemdetail{
	width:550px;
	float: left;
}
#main #checkouttxt .itemdetail p{
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#main #checkouttxt .itemdetail h2{
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 10px;
}
#main #checkouttxt .itemdetail span{
	font-size: 16px;
	color:#494949;
	font-weight: 500;
	font-style: italic;
	padding-bottom: 20px;
}
#main h1.no-icon,#promoarea h1.no-icon{
	padding-left:0;
}
#main .section-title, #promoarea h1{
	padding:90px 0 18px 0px;
	margin: 0px 0 4px;
	color:#000;
	font-weight:300;
	font-size: 40px;
	line-height: 45px;
	clear:both;
}
#search_pg #main .section-title, #search_pg #promoarea h1 {
	padding-top: 0;
	color: #000000;
	font-size: 33px;
	padding-top: 20px;
	padding-bottom: 0 !important;
	text-transform: capitalize;
}
#main .section-title {
	color: #009cde;
	font-family: "proxima-nova",sans-serif;
	font-size: 45px;
	text-transform: uppercase;
}
#main .section-title.no-icon,#promoarea h1.no-icon{
	padding-left:0;
}
.icon-lifestyle{
	/* 	background:url("../img/bg-hotel-promo.png?v=6.10") no-repeat left center; */
}
.icon-sports{
	/* 	background:url("../img/bg-experiences-promo.png?v=6.10") no-repeat left 10px; */
	line-height: 70px;
}
.icon-entertainment{
	/* 	background:url("../img/bg-hotel-promo.png?v=6.10") no-repeat left center; */
}
.icon-culinary{
	/* 	background:url("../img/bg-hotel-promo.png?v=6.10") no-repeat left center; */
}
.current-deals, .upcoming-deals, .expired-deals {
	width: 95%;
	padding-top: 30px;
	margin: 0 auto;
	/* 	background-color: #ffffff; */
}
.auction-items-header {
	background-color: #2196e3;
}
.auction-items-header-dull {
	background-color: #4c4c4c;
}
.auction-items-header h1 .auction-items-header-dull h1 {
	color: #FFF !important;
}
.icon-merchandise{
	background:url("../img/bg-merchandise-promo.png?v=6.10") no-repeat left center;
}
.sale-box {
	position: relative;
	display: inline-block;
	height: 440px;
	width: 32%;
	margin: 0 1.5% 6% 0;
}
.sale-box:nth-child(3n+3) {
	margin-right: 0%;
}
.box, .boxr{
	width:100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	background-color:#f4f4f4;
	margin-bottom:20px;
	float:left;
	position:relative;
	height: 355px;
}
.boxr{margin-right: 0;}
#categories_pg .box, #categories_pg .boxr, #search_pg .box, #search_pg .boxr {
	height: auto;
	padding-bottom: 20px;
}
.boximg{
	background-size: 100% !important;
/* 	height:190px; */
	position: relative;
}
#categories_pg .boximg, #search_pg .boximg {
/* 	height: 219px; */
}
.box .box-content, .boxr .box-content {
	padding: 3%;
}
/*.box img,.boxr img{*/
/*position:absolute;*/
/*}*/
.box .sold-out, .boxr .sold-out, .sweepstakes .sold-out {
	background-image:url("../img/bg-sold-out.png?v=6.10");
	background-repeat:repeat;
	background-position:top;	
	width: 100%;
	position: absolute;
	left: 0;
	top: 0px;
	height: 100%;
	text-transform: uppercase;
	color:#fff;
	text-align: center;
	line-height: 219px;
	font-weight: 700;
	font-size: 18px;
}
#detailsimg .sold-out {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0px;
	height: 100%;
	text-transform: uppercase;
	color:#fff;
	text-align: center;
	line-height: 219px;
	font-weight: 700;
	font-size: 18px;
}
.sold-out span.black-bg {
	color: #ffffff !important;
	display: block;
	background-color: #000000;
	padding: 10px 0;
	margin: 27.2% 0 !important;
}
#categories_pg .sold-out span.black-bg, #search_pg .sold-out span.black-bg {
	margin: 22.2% 0 !important;
	font-weight: 500 !important;
	font-size: 22px !important;
}
#detailsimg .sold-out span.black-bg {
	margin: 43.2% 0 !important;
	line-height: 22px !important;
}
.sweepstakes .sold-out, #detailsimg .sold-out {
	background-repeat: repeat !important;
	z-index: 900;
	height: auto;
	line-height: 290px;
}
.sweepstakes .sold-out .small-sold-out, #detailsimg .sold-out {
	line-height: 500px;
}
.box .elite-members, .boxr .elite-members, .sweepstakes .elite-members{
	/*background-color:rgba(196, 33, 39, 0.82);*/
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
#main .box .elite-members .container, #main .boxr .elite-members .container, #main .sweepstakes .elite-members .container {
	background:rgba(196, 33, 39, 0.82);
	display: inline-block;
	width: auto;
	min-width: 135px;
	max-width: 235px;
	padding:10px 10px 10px 10px;
	float: left;
	color:#fff;
	line-height: 10px;
	font-style: italic;
	font-size: 14px;
}
.box .elite-members .notch, .boxr .elite-members .notch, .sweepstakes .elite-members .notch {
	display: inline-block;
	float: left;
	border-bottom: 30px solid rgba(196, 33, 39, 0.82);
	border-right: 20px solid transparent;
}
/* Preview Tag */
#main .box .preview-mode .container, #main .boxr .preview-mode .container, #main .sweepstakes .preview-mode .container {
	background:rgba(196, 33, 39, 0.82);
	display: inline-block;
	width: 50px;
	padding:7px;
	float: right;
	color:#fff;
	line-height: 10px;
	font-style: italic;
	font-size: 14px;
}
.box .preview-mode, .boxr .preview-mode, .sweepstakes .preview-mode {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.box .preview-mode .notch, .boxr .preview-mode .notch, .sweepstakes .preview-mode .notch {
	display: inline-block;
	float: left;
	border-top: 24px solid rgba(196, 33, 39, 0.82);
	border-left: 15px solid transparent;
}

.box h2, .boxr h2{
	height:auto;
	overflow:hidden;
	margin: 8px 0 10px;
	color: #252525;
	line-height:22px;
	font-size:17px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	height: 70px;
}
#search_pg .experience-location {
	cursor: default;
}
.box h2 i ,.boxr h2 i {
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
}
.box h3,.boxr h3{
	height: 62px;
	overflow: hidden;
	margin: 0 0 25px;
	color:#494949;
	line-height:16px;
	font-size:16px;
	/*font-style: italic;*/
	font-family: "proxima-nova",sans-serif;
}
.box .buttons-learn-more, .boxr .buttons-learn-more{
	display: block;
	width: 160px;
	margin: 0 auto;
	background-color: #2196e3;
	padding:8px 10px 8px 25px;
	margin-bottom: 38px;
	text-align: center;
}
.box .buttons-learn-more:hover, .boxr .buttons-learn-more:hover{
	/*background-color: #0a2f57;*/
}
.box .buttons-learn-more p, .boxr .buttons-learn-more p{
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	font-family: "proxima-nova",sans-serif;
	line-height: 16px;
}
.box .buttons-learn-more .learn-more-img, .boxr .buttons-learn-more .learn-more-img{
	display: inline-block;
	float: right;
}
.container .button-container{
	padding-top: 58px;
}
.container .buttons-load-more{
	display: block;
	width: 200px;
	margin: 0 auto;
	background-color: #2196e3;
	padding:10px 10px 10px 20px;
	cursor: pointer;
	text-indent: -10px;
	text-align: center;
	background: url("../img/down-arrow.png?v=6.10") no-repeat 75% center #2196e3;
}
.container .buttons-load-more p{
	display: inline-block;
	color:#fff;
	font-size: 18px;
	line-height: 30px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;

}
.container .buttons-load-more .load-more-img{
	display: inline-block;
	float: left;
}
.container .buttons-load-less{
	display: none;
	width: 200px;
	margin: 0 auto;
	background-color: #0185bd;
	padding:10px 10px 10px 20px;
	cursor: pointer;
	text-indent: -10px;
	text-align: center;
	background: url("../img/up-arrow.png?v=6.10") no-repeat 75% center #0185bd;
}

.container .buttons-load-less p{
	display: inline-block;
	color:#fff;
	font-size: 18px;
	line-height: 30px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;

}
.container .buttons-load-less .load-more-img{
	display: inline-block;
	float: left;
}
.box h2.soldout,.boxr h2.soldout{
	color:#636363;
}
.soldout-grey {
	color:#636363 !important;
}
.box .featured-info-location, .boxr .featured-info-location {
	color: #494949;
	font-size: 15px;
	padding: 1px 0 30px 18px;
}
.box .featured-info-location.img, .boxr .featured-info-location.img {
	background-image: url('../img/location-black.png');
	background-repeat: no-repeat;
	display: block;
}
.box .more-details, .boxr .more-details {
	color: #2574b4;
	width: 40%;
	display: inline-block;
	float: right;
	text-align: right;
	font-weight: 600;
}
.box .more-details .rsaquo, .boxr .more-details .rsaquo { color: #2574b4; font-size: 15px; }
.box .experience-location, .boxr .experience-location {
	color: #494949;
}
.box .points-box, .boxr .points-box {
	color: #545454;
	width: 100%;
	display: inline-block;
	float: left;
	text-align: left;
}
.box span,.boxr span{
	overflow:hidden;
	color: #2196e3;
	line-height:23px;
	font-size:18px;
	margin: 18px 0 20px;
	font-weight:700;
}
.box span.strike,.boxr span.strike{
	color:#959595;
	line-height:19px;
	font-size:13px;
	font-weight:400;
	text-decoration:line-through;
}
.sbox,.sboxr{
	padding:12px;
	/* 	border:solid 1px #e7e7e7; */
	width:300px;
	height:302px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	background-color:#FFF;
	margin:0 30px 42px 0;
	float:left;
}
.sboxr{
	margin-right:0;
}

.sbox .boximg, .sboxr .boximg{
	width:275px;
	height:194px;

	/*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	/*filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
	/*-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	/*background:url(../img/promo/box-1.jpg) no-repeat center center;
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/

	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.sbox p,.sboxr p{
	color:#004692;
	height:75px;
	overflow:auto;
	line-height:22px;
	padding: 14px 0;
	text-align: center;
}
.top {
	margin:20px auto 80px;
	display:block;
	background:url("../img/btn-top.png?v=6.10") no-repeat left center;
	width:96px;
	height:36px;
	display: none;
}
#footer_note {
	display: none;
	background-color: black;
	clear:both;
	padding: 50px 0;
	min-height:75px;
}
.float-left {
	float: left;
	display: inline-block;
}
.float-right {
	float: right;
	display: inline-block;
}
.width-65p {
	width: 65%;
}
.width-35p {
	width: 35%;
}
#footer_note h1 {
	color: #949494;
	font-size: 33px;
}
#footer_note a {
	color: #ffffff !important;
	font-size: 18px;
}
#footer_note .home-footer-images {
	margin-top: 30px;
}
#footer_note img {
	padding-right: 20px;
}

/* Featured Section */
.main-featured .featured-headline-1 {
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	color: #2196E3;
	padding-top: 30px;
}
.main-featured .featured-headline-2 {
	text-align: center;
	font-size: 40px;
	font-weight: 300;
	color: #FFFFFF;
	padding-top: 10px;
	margin-bottom: -20px;
}
.main-coming-soon .featured-headline-1 {
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	color: #696969;
	padding-top: 30px;
}
.main-coming-soon .featured-headline-2 {
	text-align: center;
	font-size: 40px;
	font-weight: 300;
	color: #252525;
	padding-top: 10px;
	margin-bottom: 10px;
}
.main-banner .featured-headline-1 {
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	color: #696969;
	padding-top: 30px;
}
.main-banner .featured-headline-2 {
	text-align: center;
	font-size: 40px;
	font-weight: 300;
	color: #252525;
	padding-top: 10px;
	margin-bottom: 10px;
}
.featured-items .featured-heading {
	color: #d2d2d2;
	margin: -10px auto 60px auto;
}
#categories_pg .featured-items .featured-heading {
	margin: 0 auto;
	clear: both;
	display: inline-block;
}
#categories_pg .featured-items .featured-heading .breadcrumb-title {
	color: #000000;
}
.featured-items .featured-heading h1 {
	font-weight: normal !important;
	margin: 0 auto !important;
	padding-left: 0 !important;
	line-height: 20px !important;
	color: #000000 !important;
	clear: both !important;
}
.featured-items .featured-heading h3 {
	color: #d2d2d2;
	font-size: 33px;
	font-weight: normal;
}
.featured-items h4 {
	font-size: 22px;
	font-weight: 400;
	padding: 2% 5% 0;
	color: #252525;
	height: 80px;
	line-height: 25px;
}

.featured-items .featured-heading .see-all-link {
	font-size: 20px;
	color: #2196e3;
}

.featured-items .featured-sales {
	clear: both;
	width: 95%;
	margin: 0 auto;
	padding-top: 50px;
}

.featured-items .featured-info {
	clear: both;
	font-size: 18px;
	font-weight: 500;
	padding: 1% 5% 4%;
	margin-top: 20px;
}
.featured-items .featured-info .featured-info-location {
	color: #4B4B4B;
	font-size: 15px;
	padding: 1px 0 15px 18px;
}
.featured-items .featured-info .featured-info-location.img {
	background-image: url('../img/location-black.png');
	background-repeat: no-repeat;
	display: block;
}
.featured-items .featured-info .points-copy {
	color: #4B4B4B;
	font-size: 16px;
	font-style: normal !important;
}
.featured-items .float-left.more-details {
	color: #fff;
	background-color: #0079D4;
	width: 185px;
	height: 20px;
	text-align: center;
	padding: 10px 0 10px 0;
	margin-left: 5%;
	margin-top: 5px;
	font-weight: 500;
}
.featured-items .float-left.more-details, .box-content .float-left.more-details {
	color: #fff;
	background-color: #0079D4;
	width: 185px;
	height: 38px;
	padding: 0;
	line-height: 38px;
	text-align: center;
	margin: 10px 0 0;
	font-weight: 500;
	float: left;
}
#home_pg .featured-items .float-left.more-details { margin-left: 5%; }

.featured-items .tile-hr {
	width: 90%;
	text-align: center;
	display: block;
	margin: 0 auto !important;
}
.featured-box img {
	width: 100%;
}

.featured-items .featured-info .float-left {
	color: #494949;
	font-style: italic;
}

.featured-items .featured-tile {
	width: 48%;
	font-family: "proxima-nova",sans-serif !important;
	font-weight: 400;
	display: inline-block;
}
.featured-items .featured-tile .see-all-link {
	text-align: center;
	display: block;
	font-size: inherit;
	color: #0079D4;
	padding: 20px 30px;
	font-weight: 500;
}

.featured-items .featured-box {
	width:96%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	background-color:#f4f4f4;
	margin-bottom:15px;
	padding-bottom: 15px;
	float:left;
	position:relative;
	-webkit-box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.39);
	-moz-box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.39);
	box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.39);
}

.featured-items .featured-tile:nth-child(even) {
	float: right;
}

#main.main-blue .home-featured-bg {
	position: absolute; right: 0; bottom: 0; z-index: 99;
}

.sweeps-banner img {
	width: 100%;
	height: 360px;
}

.coming-soon h3 {
	color: #ffffff;
	font-size: 33px;
	font-weight: normal;
	padding-top: 30px;
}

.coming-soon .coming-soon-items {
	width:100%;
	height: 380px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin:25px auto;
	float:left;
	position:relative;
	clear: both;
}

.coming-soon .coming-soon-tile {
	background: #FFFFFF;
	width: 340px !important;
	height: 310px;
	margin-right: 20px;
}
.coming-soon .coming-soon-tile:nth-child(3n+3) { margin-right: 23px; }
.coming-soon .coming-soon-items img {
	width: 340px !important;
	height: 200px !important;
}
.coming-soon .coming-soon-tile h3 {
	padding: 3% 5% 7% 5%;
	color: #494949;
	font-size: 17px;
}
.coming-soon .slick-slider2, .coming-soon .slick-list, .coming-soon .slick-track {
	height: 400px;
	background-color: #000;
}


/*** Details ***/
h1.icon-home, h1.icon-checkout {
	/* 	background:url("../img/bg-home-promo.png?v=6.10") no-repeat left center; */
	padding-left:0;
	font-size:16px;
	font-weight:500;
	margin: 0;
	padding-left: 1%;
	margin-bottom: 40px;
	width: 99%;
	background-color: #ffffff;
	line-height: 52px;
	color:#000;
	float:left;
	font-family: 'open_sans', sans-serif;
}
.shareon{
	/* 	float:left; */
	/*padding-top:38px;*/
}
.shareonfb{
	background:url("../img/icon-fb-share.png?v=6.10") no-repeat left top;
	height:24px;
	width:65px;
	display:block;
	float:left;
	margin-right:30px;
}
.shareontw{
	background:url("../img/icon-tw-share.png?v=6.10") no-repeat left top;
	height:24px;
	width:68px;
	display:block;
	float:left;
}
.item-container {
	padding: 20px 20px;
	background-color: #fff;
}
#item_pg .item-container {
	padding: 20px;
}
#terms a{
	text-transform: uppercase;
	color:#2196e3;
	font-size: 14px;
}
h1.icon-home a{
	text-decoration:none;
	color:#000;
	font-family: 'open_sans', sans-serif;
}
h1.icon-home a.last{
	/*color: #2196e3;*/
}
#main hr{
	background-color:#dbdbdb;
	padding:0;
	border:0;
	height:1px;
	margin: 0 0 28px 0;
	clear:both;
}
.auctions hr {
	margin-bottom: 18px !important;
}
#detailsimg{
	float:left;
	/* 	padding:23px; */
	/*border:solid 10px #e4e4e4;*/
	width:45%;
	height:auto;
	/*max-height:460px;*/
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	/*background-color:#FFF;*/
	/*margin-bottom:42px;*/
	position:relative;
	display: inline-block;
}
#detailsimg .zoomWrapper{
	display: none;
	height:auto !important;
	width:auto !important;
}
#detailsimg img{
	width:100% !important;
	height:auto !important;
	position:relative !important;
}
.show_overlay:after {
    background: url('../img/bg-sold-out.png?v=6.10') repeat;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 72.2%;
    width: 100%;
}
.packages.show_overlay:after { height: 99.3%; }
.zoom{
	display: none;
	color:#494949;
	padding-left:28px;
	line-height:45px;
	background:url("../img/icon-enlarge.png?v=6.10") no-repeat left center;
	font-size: 13px;
	font-weight: 500;
}
#gallery_01 {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}
#gallery_01 a img{
	max-width:120px !important;
	max-height:120px !important;
	margin-bottom: 20px;
	zoom: 1;
}
#gallery_01 a:nth-child(3n+2){
	margin: 0 auto;
	position: relative;
	display: inline-block;
	width: 40%;
	float: none;
	text-align: center;
}
#gallery_01 .img-no-right-margin {
	margin-right: 0;
	float: right;
}
#detailsimg a{
	/* 	margin-right:6px; */
}
#detailsinfo{
	float:right;
	width:46%;
	margin-bottom: 20px;
	display: inline-block;
}
#detailsinfo h2{
	color: #1c1c1c;
	font-size: 24px;
	line-height: 32px;
	margin: 14px 0 22px;
	font-weight: 600;
}
#detailsinfo h2 i {
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;

}
#detailsinfo h3{
	margin: 0 0 5px;
	color: #494949;
	line-height: 18px;
	font-size: 17px;
	font-weight: 500;
	font-family: "proxima-nova",sans-serif;
}
#detailsinfo span{
	overflow:hidden;
	color:#494949;
	line-height:20px;
	font-size:16px;
	font-weight: 400;
}
#detailsinfo span.rsaquo {
	color: inherit;
	font-weight: inherit;
}
.italic-style {
	font-style: italic;
}
#package_pg #detailsinfo span.package_points{
	color: #494949;
	font-style: italic;
	font-weight: 400;
}
#package_pg #detailsinfo hr {
	margin-top: 25px;
}
#detailsinfo .alert{
	font-size: 14px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	color:#cf0b0b;
	margin: 10px 0 10px;
}
#detailsinfo .alert.points-issue {
	font-size: 16px;
}
#detailsinfo p{
	font-size: 16px;
	color:#555;
}
#detailsinfo p a {
	color:#2196e3;
}
#detailsinfo span.strike{
	color:#636363;
	line-height:18px;
	font-size:15px;
	font-weight:400;
	text-decoration:line-through;
}
.availability,.signin,.join,.redeem{
	background:url("../img/btn-availability.png?v=6.10") no-repeat left top;
	width:270px;
	height:54px;
	display:block;
	margin:40px 0 55px;
	outline: 0;
}
.availability:focus,.signin:focus,.join:focus,.redeem:focus{
	outline: 0;
}
.sign-out { color: white !important; }
/*.signin{*/
/*background:url("../img/btn-signin.png?v=6.10") no-repeat left top;*/
/*margin:15px 0 10px;*/
/*}*/
#detailsinfo .buttons{
	display: inline-block;
	color: white;
	width: 	260px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	margin: 20px 0 10px 0;
	text-align: center;
}
#detailsinfo .buttons.both-type {
	display: inline-block;
	float: left;
	clear: both;
	margin-top: 0px !important;
}
#detailsinfo #redeem .buttons.both-type {
	margin-top: -30px !important;
}
#detailsinfo #redeem .buttons.both-type {
	margin-top: 0px !important;
	clear: none;
	padding: 5px 0;
}
#detailsinfo #redeem .buttons.grey.both-type {
	padding: 8px 0;
}
#detailsinfo .signed-out #redeem .buttons.both-type {
	margin-top: -10px !important;
}
#redeem .buttons.light-blue { cursor: pointer; }
#detailsinfo .buttons.dark-blue{
	background-color: #2196e3;
}
#detailsinfo .buttons.light-blue{
	background-color: #2196e3;
}
#detailsinfo .buttons.grey{
	cursor: not-allowed !important;
	background-color: #777777;
}
#detailsinfo .buttons.grey p{
	color: #ffffff;
	font-size: 18px;
	padding: 0;
	font-family: "proxima-nova",sans-serif;
	line-height: 50px;
}
#detailsinfo .buttons input[type="submit"]{
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	border: 0;
	background-color: transparent;
	font-size: 18px;
	width:160px;
	padding:8px 0;
	font-family: "proxima-nova",sans-serif;
	line-height: 16px;
}
#detailsinfo #redeem .buttons input[type="submit"] {
	width: auto;
	width: 160px;
	background: url("../img/right-arrow-2.png?v=6.10") no-repeat right;
	background-position-x: 140px;
	margin-left: -10px;
}
#detailsinfo span.redeem-now-points {
	color:#494949;
	line-height:35px;
	font-size:18px;
	font-weight:500;
	font-style: italic;
	margin-bottom: 30px;
	padding: 0 0;
	width: 50%;
	float: left;
	display: inline;
}
.not-marriott-member {
	font-size: 14px !important;
	clear: both;
	text-align: left !important;
}
.please-sign-in {
	clear: both;
	font-size: 18px;
	color: #494949;
}
.please-sign-in input {
	color: #2196e3;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	display: inline-block;
	background: transparent;
	border: 0;
	cursor: pointer;
	font-size: 18px;
}

.join{
	background:url("../img/btn-join.png?v=6.10") no-repeat left top;
	margin:0 0 49px;
}
.redeem{
	background:url("../img/btn-redeem.png?v=6.10") no-repeat left top;
}
#detailsinfo ul.menu-tab li{
	background-color:#e1e1e1;
	height:42px;
	margin-right:1px;
	float:left;
	line-height:42px;
	text-align:center;
	font-size:18px;
	color:#545454;
	cursor:pointer;
}
#detailsinfo ul li.info{
	width:92px;
}
#detailsinfo ul li.delivery{
	width:102px;
}
#detailsinfo ul li.terms{
	width:200px;
}
#detailsinfo ul li.terms.long{
	width: 303px;
}
#detailsinfo ul li.active{
	background-color:#FFF;
}
#detailsinfo .see-details {
	margin: 0;
	font-size: 17px;
	display: inline-block;
}
#detailsinfo .brief_description {
	font-size: 15px;
	color:#555;
	font-family: "proxima-nova",sans-serif;
	margin-top: 20px;
	line-height: 22px;

}
.item_details {
	width: 90%;
	margin: 0 auto;
}
.item_details .details {
	font-size: 24px;
	color: #000000;
	font-family: "proxima-nova",sans-serif;
}
.item_details .scroll_top{
	display: block;
	width: 115px;
	margin-top: 38px;
	background-color: #fff;
	padding:8px 10px 8px 10px;
	margin-bottom: 38px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #494949;
}
.item_details .scroll_top:hover{
	/*background-color: #0a2f57;*/
}
.item_details .scroll_top p{
	display: inline-block;
	color: #000;
	font-size: 18px;
	font-family: "proxima-nova",sans-serif;
	line-height: 18px;
}
.item_details .scroll_top .learn-more-img{
	display: inline-block;
}
#slides{
	position:relative;
	/*background-color:#FFF;*/
	/*min-height:193px;*/
	clear:both;
	padding-top:20px;
}
#slides ul, #slides ol, .brief_description ul, .brief_description ol {
	list-style:disc outside none;
	padding-left:40px;
}
.slide, .brief_description{
	color:#494949;
	/*padding:29px 0 0 5px;*/
	font-size: 18px;
	/*font-weight: normal;*/
	line-height: 22px;
}
.slide p, .brief_description p{
	margin-bottom:18px;
}
.slide div, #detailsinfo .slide span, .slide td, .slide li, .slide font, .brief_description div, #detailsinfo .brief_description span, .brief_description td, .brief_description li, .brief_description font{
	font-weight: normal !important;
	color: #555555 !important;
}
#detailsinfo ul li.terms{
	margin-right:0;
}
#promoarea{
	background-color:#e1e1e1;
	clear:both;
	padding:1px 0;
}
#promoarea h1.no-icon{
	margin-bottom:22px;
}
.error{
	padding-left:42px;
	background:url("../img/icon-error.png?v=6.10") no-repeat 3px top;
	color:#f7941d;
	font-weight:500;
	line-height:27px;
	margin:-36px 0 38px;
	font-size:18px;
}
.error a{
	color: #2196e3;
	text-decoration:underline;
}

#checkoutimg{
	float:left;
	width:150px;
	height:150px;
	overflow:hidden;
}
#checkoutimg img{
	width:100%;
	/*height:170px;*/
}
#checkoutdesc{
	float: left;
	width:650px;
	height:120px;
	overflow: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+ */
	color: #1c1c1c;
	padding:0px 30px;
	margin-bottom:50px;
}
#checkoutdesc p{
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#checkoutdesc h2{
	font-size: 22px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 10px;
}
#checkoutdesc span{
	overflow:hidden;
	color: #494949;
	line-height:16px;
	font-size:17px;
	font-weight:300;
	font-style: italic;
}
#checkoutdesc span.strike{
	color:#959595;
	line-height:18px;
	font-size:15px;
	font-weight:400;
	text-decoration:line-through;
}
#checkoutdesc .shareon{
	float:left;
	padding-top: 10px;
}
#checkout{
	/*margin-bottom: 97px;*/
}
#checkout a:not(.t-c-link){
	line-height:43px;
	background-color:#E6E6E6;
	color:#000000;
	margin-bottom:1px;
	display:block;
	padding:0 20px;
	text-decoration:none;
	font-size:17px;
}
#checkout a.active{
	background-color:#366188;
	color: #ffffff;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;

}
#checkout a.t-c-link {
	text-decoration: underline;
}
#checkout .menutop {
	font-weight: 500;
	text-transform: uppercase;
}
.checkouttab{
	padding:35px 50px 50px;
	display:none;
}
.checkouttab.active{
	display:block;
}
#checkout h3{
	color: #000;
	font-size: 16px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;

	margin-bottom: 22px;
}
#checkout p{
	color:#000;
	font-size:16px;
	line-height:22px;
}
#checkout h3{
	color:#494949;
	font-weight: 300;
	font-style: italic;
	font-size:16px;
	line-height:22px;
}

#checkout #payment p {
	font-weight:600;
}

#checkout #review a.t-c-link{
	color: #000;
	text-decoration:underline;
}

.correct {
	line-height:65px;
	color:#494949;
	font-size:19px;
	font-weight:400;
	/*margin-bottom:10px;*/
}
#checkout .correct a{
	font-size: 14px;
	display:inline;
	background-color:transparent;
	color:#2196e3;
	padding:0;
	text-decoration:underline;
}
#checkout a.back{
	background-color: transparent;
	display:inline-block;
	width:94px;
	padding:10px 0;
	margin-right:40px;
	color:#000;
	font-size: 18px;
	font-family: "proxima-nova",sans-serif;
	line-height: 18px;
	text-align: center;
	border: 1px solid #d2d2d2;
}

#checkout a.continue{
	display:inline-block;
	width: 	150px;
	background-color: #777777;
	color: #ffffff;
	font-size: 18px;
	padding:10px 0;
	font-family: "proxima-nova",sans-serif;
	line-height: 18px;
	text-align: center;
	cursor: not-allowed;
}
#checkout a.continue.active{
	background-color: #2196e3;
	cursor: pointer;
}
#checkout .placeorder{
	display:inline-block;
	width: 	190px;
	background-color: #777777;
	color: #ffffff;
	font-size: 18px;
	padding:10px 0;
	font-family: "proxima-nova",sans-serif;
	line-height: 18px;
	text-align: center;
	border:0;
	cursor: not-allowed;
}
#checkout .placeorder.active{
	background-color: #2196e3;
	cursor: pointer;
}
.agree{
	color:#18559E;
	margin:20px 0 20px 0;
	line-height: 22px;
	font-weight:600;
}
.checkbox{
	width:15px;
	height:15px;
	border:solid 1px #b4b4b4;
	background-color:#ffffff;
	float:left;
	margin: 2px 9px 20px 0;
	position:relative;
	cursor:pointer;
}
.checkbox img{
	display:none;
}
.checkbox.active {
	border: 1px solid #ffffff;
}
.checkbox.active img{
	display:block;
	position:absolute;
}
.agree2{
	color:#000000;
	margin:20px 0 20px 0;
	line-height: 22px;
	font-weight:600;
}
.checkbox2{
	width:15px;
	height:15px;
	border:solid 1px #b4b4b4;
	background-color:#ffffff;
	float:left;
	margin: 2px 9px 20px 0;
	position:relative;
	cursor:pointer;
}
.checkbox2 img{
	display:none;
}
.checkbox2.active {
	border: 1px solid #ffffff;
}
.checkbox2.active img{
	display:block;
	position:absolute;
}
.checkbox3{
	width:15px;
	height:15px;
	border:solid 1px #b4b4b4;
	background-color:#ffffff;
	float:left;
	margin: 2px 9px 20px 0;
	position:relative;
	cursor:pointer;
}
.checkbox3.red{
	border:solid 1px red;
}
.checkbox3 img{
	display:none;
}
.checkbox3.active {
	border: 1px solid #ffffff;
}
.checkbox3.active img{
	display:block;
	position:absolute;
}

#review table{
	width:536px;
	margin-bottom: 22px;
}
#review table tr.row{
	border-bottom:solid 1px #e9e9e9;
}
#review table tr.row td{
	padding-bottom:6px;
}
#review table td{
	font-size: 18px;
	font-weight: 400;
	color:#000;
	line-height:22px;
}
#review table td.tdhead1{
	color: #2196e3;
	font-weight: 600;
	width:254px;
}
#review table td.tdhead2{
	font-size: 17px;
}
#review table tr.data td.title{
	line-height:26px;
	padding:10px 0 24px;
	font-weight: 400;
}
#review table tr.data td{
	font-weight: 600;
	line-height:26px;
}
#review h3{
	font-size:18px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	margin-bottom: 2px;
	color:#000;
}
#review hr{
	margin-bottom:22px;
}
#review p{
	color: #494949;
	margin-bottom:30px;
	font-size:17px;
}
#review .back{
	float:left;
}

/*** Thanks Page ***/
#thanks{
	background-color:#ffffff;
	padding: 20px;
	border: 1px solid grey;
	margin-bottom:59px;
}
#main h1.thanks{
	color: #2196e3;
	font-size: 35px;
	font-weight: 500;
	line-height: 58px;
	margin: 21px 0 0;
	padding-left: 0;
}
#main p.thanks{
	color:#000;
	margin-bottom:30px;
	font-size: 18px;
	width:880px;
	float:left;
}
#main a.print{
	float:right;
	background:url("../img/icon-print.png?v=6.10") no-repeat left top;
	height: 24px;
	width: 76px;
	text-indent: -9999px;
}
#thanks .moreoffers{
	display: inline-block;
	width: 200px;
	background-color: #2196e3;
	color: #ffffff;
	font-size: 18px;
	padding: 10px 0;
	font-family: "proxima-nova",sans-serif;
	line-height: 18px;
	text-align: center;
}
#thanks #checkouttxt{
	float: left;
	width:690px;
	padding: 0px 20px 0 20px;
	/*margin-bottom: 22px;*/
}
#thanks #checkouttxt .moreinfo{
	font-style: italic;
	color:#494949;
	font-size: 16px;
	width:350px;
	padding-bottom: 20px;
}
#thanks #checkouttxt .moreinfo2{
	font-style: italic;
	color:#494949;
	font-size: 16px;
	width:450px;
	padding-bottom: 20px;
}
#thanks #checkoutdesc h2 {
	color:#000;
}
#thanks .shareonfb {
	margin:16px 14px 0 0;
}
#thanks .shareontw {
	margin-top:16px;
}
#thanks h2{
	color: #000;
	font-size: 16px;
	font-weight: 700;
}
#thanks hr{
	margin-bottom:24px;
}
#thanks p.support{
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 35px;
	margin-bottom: 40px;
}
#thanks p.support a{
	color: #2196e3;
	text-decoration:underline;
}
#orderno{
	float:left;
	width:288px;
	color:#000;
	font-size: 16px;
	padding:30px 0;
	font-weight:700;
}
#orderno span{
	color:#636363;
	font-weight:500;
}
#shippingto{
	float:left;
	width:279px;
	color:#494949;
	margin-bottom:15px;
	/*padding-left:35px*/
}
#shippingto h3{
	color:#000000;
	font-size:16px;
	font-weight:700;
	margin-bottom:8px;
}
#shippingto p{
	font-size:16px;
	font-weight:500;
	margin-bottom:10px;
	line-height:28px;
}
#delivery{
	float:left;
	color: #000;
	font-size:18px;
	font-weight:700;
	padding-left:35px;
}
.ty-pad{
	padding:30px 0;
}
/*btn-more-offers.png*/
.expired{
	/*
        bottom: 94px;
        position: absolute;
        right: 11px;
    */
	margin: 15px auto 0 auto;
	display: block;
	z-index: 900;
}
p.copy-grey {
	color: #000000;
	text-align: center;
	font-size: 14px;
}

/*
VINCE
======================
= GENERAL PAGE START =
======================
*/

#main h1.genContent{
	color: #2196e3;
	font-family: "proxima-nova",sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 45px;
	padding:0;
	margin:0;

}
.genCont{
	background-color: #ffffff !important;
	padding:15px 25px 25px !important;
	/*margin: 90px 0;*/
}

#general p{
	color:#494949;
	margin-bottom:12px;
	font-size:16px;
	line-height: 19px;
}
#general h3 {

}
#general p a{
	color: #2196e3;
	text-decoration: underline;
}
#general p strong{
	color:#000000;
}
#general p s{
	text-decoration: none;
}
#general p s strong{
	font-size: 20px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	color:#2196e3;
}
#general div, #general span, #general td, #general li, #general font{
	color:#636363;
	font-size: 14px;
	line-height: 18px;
}
#general .mem-exp{
	padding:25px 30px 10px ;
}
#general .mem-exp img{
	float: left;
	width: 280px;
	height: auto;
	padding-right: 40px;
}
#general .mem-exp .mem-txt{
	float:left;
	width:560px;
	padding-top: 25px;
}
#general .mem-exp .mem-txt .mem-title{
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;

	font-size: 16px;
	color: #2196e3;
	line-height: 20px;
}
#general .mem-exp .mem-txt .mem-body{
	font-size: 14px;
	color:#494949;
	line-height: 18px;
}
.genBack{
	display: block;
	margin-bottom: 20px;
	margin-top: 100px;
}
.nofilter{
	-ms-filter: none !important;
	-moz-filter: none !important;
	-o-filter: none !important;
	-webkit-filter: none !important;
	filter: none !important;
}
.item_subheader{
	color: #808080;
	font-size: 1.5em;
	font-weight: 300;
	margin-bottom: 15px;
	text-indent: 50px;

}

.modal_cont{
	position:fixed;
	width:550px;
	border: 5px #000 solid;
	background:#e5e4e4;
	top:0;
	left:0;
	margin-top:50px;
	z-index:500;
	display:none;
}

.fade{
	z-index:100;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.8;
	display:none;
}
.modal_main{
	background-color: #ffffff;
	/* 	padding: 50px 0 70px; */
	text-align:center;
}
.modal_main#tc, .modal_main#sweepstakes_tc {
	text-align: left;
}
.modal_main h2{
	line-height:2em;
	color: #1c1c1c;
	width:75%;
	font-size:24px;
	font-weight:700;
	display:block;
	margin:0 auto;
}
#bids_faq {
	width: 600px;
}
#bids_faq .modal_main {
	color: #1c1c1c;
	float: left;
	width: 100%;
	line-height: 25px;
	text-align: left;
}
#bids_faq .modal_main h2 {
	color: #1c1c1c;
	margin: 20px 5% 0;
}
#bids_faq .modal_main div {
	margin: 20px 5%;
	text-align: left;
}
#bids_faq .modal_main ul {
	list-style: disc;
	padding-top: 10px;
	padding-left: 3.5%;
}

.modal_main p{
	line-height:1.8em;
	color:#000;
	width:80%;
	font-size:18px;
	font-weight:500;
	display:block;
	margin:0 auto;
}
.modal_main p a {
	color:#548bbf;
	font-size:18px;
	font-weight:500;
}
.auction-modal-details .auction-confirm-user-info p{
	font-weight: 300;
}
.close{
	background:url('../img/btn-close.png?v=6.10') no-repeat;
	display:block;
	position:absolute;
	top:-22px;
	right:-30px;
	width:50px;
	height:50px;
	overflow:hidden;
	text-indent:-1000px;
}
.checkavail{
	background: url("../img/btn-availability.png?v=6.10") no-repeat scroll center center;
	height: 49px;
	margin: 45px 0 49px -2px;
	width: 272px;
}
.concierge{
	background: url("../img/btn-concierge.png?v=6.10") no-repeat scroll center center;
	height: 48px;
	margin: 45px 0 49px -2px;
	width: 316px;
}
.softhide{
	display:none;
}
.itemSubheader{
	color: #5a5a5a;
	font-weight: 600;
	margin-top: 15px;
	line-height: 22px;
}
.disclaimer{
	color: #cccccc;
	font-size: 12px;
	padding: 0;
	width: 70%;
	display: inline;
}
.poweredby{
	padding: 0 29px 20px;
}
#footer .container .poweredby a{
	color: #fff;
	font-size: 12px;
	padding: 0;
	position:relative;
	left:auto;
	top:auto;
}
.box h2.size2, .boxr h2.size2{
	font-size: 1.063em;
	line-height:22px;
	color: #494949;
}
.box h2.size2 i, .boxr h2.size2 i {
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
}
#categories_pg .box h2.size2 i, #categories_pg .boxr h2.size2 i {
	font-weight: 400 !important;
}
.box h2.size3, .boxr h2.size3{
	font-size: 18px;
	line-height:20px;
}

/* Safari Hack */
.header-sign-in:not(:root:root) {
	padding-top: 10px;
}
.sign-in-section {
	height: 30px;
	float: left;
	width: 200px;
}
.sign-in-link {
	float: left;
	z-index: 100;
	cursor: pointer;
	margin: 20px 10px 0 0;
	display: inline-block;
	padding-left: 20px;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 600;
}
.sale-box.hidden{
	display:none;
}
.sale-box.show{
	display:inline-block;
}


.font-white {
	color: white !important;
}
.font-style-normal {
	font-style: normal !important;
}

#general ol, #general ul {
	list-style: decimal !important;
	margin-left: 4%;
}

#tc ol, #tc ul, #sweepstakes_tc ol, #sweepstakes_tc ul {
	list-style: decimal !important;
	margin-left: 4%;
	line-height: 1.8em;
	color: #000;
	width: 70%;
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin: 0 auto;
}

.about-left-box {
	float: left;
	width: 60%;
}
.about-right-box {
	float: right;
	width: 40%;
}

.sweepstakes, .sweepstakes a {
	padding-top: 50px; /* Change .sweepstakes .preview-mode as well. */
	position: relative;
	color: #ffffff !important;
	font-size: 45px;
	font-weight: normal;
	font-family: "proxima-nova",sans-serif;
	margin: 0 auto;
	text-align: center;
}
.sweepstakes .right-arrow-img {
	width: auto;
}
.sweepstakes .sweepstakes_title {
	font-size: 72px;
	line-height: 82px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;

}
.sweepstakes .preview-mode {
	margin-top: 50px;
}
.sweepstakes img {
	width: 100%;
}

.black-color {
	color: black !important;
}

/* Auctions */

.auctions, .bins {
	font-family: "proxima-nova",sans-serif;
	color: #555555 !important;
	line-height: 20px;
	font-size: 20px;
}
.auctions em {
	font-family: "proxima-nova",sans-serif;
	font-size: inherit;
	font-weight: 300;
	font-style: normal;
	color: #555555 !important;
}
.auctions em pre {
	display: inline;
	font-style: inherit;
	font-weight: 600;
	color: inherit;
}
.auctions .red-text em {
	clear: both;
	display: block;
	color: #cf0b0b !important;
}
.auctions .red-text em.both-type {
	clear: none;
	display: inline;
}
.auctions span {
	color: #555555 !important;
}
.auctions .place-bid-header {
	color: black;
	clear: both;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
.redeem-now-header {
	color: black;
	clear: both;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 10px;
}
.redeem-now-points {
	font-style: italic;
	font-weight: 500;
}
.auction_confirm_modal, .auction_thanks_modal, .auction_update_modal, .auction_bid_history_modal, .auction_outbid_modal {
	color: black;
}
.bid_response, .bid_response_top {
	display: none;
	color: #cf0b0b;
	clear: both;
	padding: 10px 0;
        line-height: 120%;
}
.auction_timeline {
	margin: -10px 0 0 0;
	clear: both;
	display: inline-block;
	color: #494949;
	width: 100%;
}
.auction_timeline .time_left {
	width: 255px;
	float: left;
	padding: 10px 2px 10px 0px;
	font-size: 13px;
	font-weight: 500;
	line-height: 30px;
}
.time_left #countdown {
	font-weight: 300;
}
.auction_timeline .end_date {
	width: 170px;
	float: left;
	color: #d0021b;
	font-weight: 500;
	font-size: 13px;
	text-align: left;
	line-height: 30px;
	padding: 10px 0px 10px 0px;
}
.auction_timeline .end_date span {
	color: #d0021b !important;
	font-weight: 300;
}
.auction_timeline .end_date .bids-count, .auction_timeline .end_date .bids-count span {
	color: #494949 !important;
}
.see-history, .auction_details .increase_max_bid {
	font-size: 15px;
	font-style: normal !important;
}
.auction_details br:first-child {
	line-height: 100px;
	display: none;
}
.auction_details span {
	font-weight: 600;
	font-size: 17px !important;
}
.auction_details .enter-bid {
	float: left;
	width: 45%;
	display: inline-block;
}
.auction_details .or-copy {
	float: left;
	width: 10%;
	font-size: 16px;
	font-weight: 500;
	padding: 40px 0px 20px 8px;
	display: inline-block;
}
.auction_details .enter-max-bid {
	float: right;
	margin-right: -3%;
	width: 45%;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
}
.auction_details .enter-bid-copy {
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 10px;
	display: inline-block;
}
.bidamt {
	display: inline;
	width: 210px;
	height: 30px;
	margin-right: 10px;
	font-size: 16px;
}
.bidamt.both-type {
	width: 180px;
}
.maxbidamt {
	display: inline;
	width: 210px;
	height: 30px;
	margin-right: 10px;
	font-size: 16px;
}
.maxbidamt.both-type {
	width: 180px;
}
.bidamt:focus, .bidamt:active, .maxbidamt:focus, .maxbidamt:active {
	outline: none;
	border: 1px solid #4195fc;
	-webkit-box-shadow: 0px 0px 2px #4195fc;
	-moz-box-shadow: 0px 0px 2px #4195fc;
	box-shadow: 0px 0px 2px #4195fc;
}

.min_bid_copy {
	display: inline;
	width: 180px;
	float: right;
	text-align: left;
	color: #494949;
	font-size: 13px;
	font-style: normal;
}
.min_bid_copy.both-type {
	clear: both;
	float: left;
	width: 100%;
}
.min_bid_copy em {
	color: #494949;
	font-weight: 300;
}
.min_bid_copy em pre {
	font-weight: 300;
}
.auctions .place_bid{
	color: #ffffff;
	font-size: 18px;
	padding:5px 0;
	margin-top: 40px !important;
	font-family: "proxima-nova",sans-serif;
	line-height: 18px;
	cursor: pointer;
}
.auctions .place_bid.grey{
	background-color: #777777;
}

.bid_error_points {
	font-family: "proxima-nova",sans-serif;
	font-size: 14px;
	color:#494949;
}
.bid_error_points a {
	color: #2196e3;
	text-decoration: underline;
}
.bid_error_points p.red-text, .bid_error_min_bid {
	font-family: "proxima-nova",sans-serif;
	color: #cf0b0b !important;
	font-size: 14px !important;
}
.bid_error_points, .bid_error_min_bid {
	/* 	margin-top: 20px; */
}
.bid_errors {
	/* 	margin-top: 40px; */
}
.red-text {
	color: #cf0b0b !important;
	font-style: normal;
}
.bid_error, .bid_errors {
	display: none;
}

.auctions_modal {
	width: 93%;
	z-index: 100;
	margin: 0 auto;
	text-align: left;
}
.auctions_modal h2 {
	text-align: left;
	margin-top: 2%;
	width: 100%;
}
.auction-modal-details .float_left {
	display: inline-block;
	width: 48%;
	float: left;
	font-family: "proxima-nova",sans-serif;
}
.auction-modal-details .float_right {
	display: inline-block;
	width: 48%;
	float: right;
	font-family: "proxima-nova",sans-serif;
}
.auction-modal-details .auction-confirm-user-info .max_bid_section { margin-top: 20px; }
.auction-modal-details .float_left h3, .auction-modal-details .float_right h3 {
	font-family: "proxima-nova",sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
}

.auction-confirm-item-info {
	color: black;
	font-size: 18px;
	margin-top: 20px;
	line-height: 21px;
	font-weight: 600;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
}
.auction-confirm-img {
	float: left;
	width: 130px;
	height: 130px;
	display: block;
	margin-top: 20px;
}
.auction-modal-bid-history .auction-confirm-img {
	height: 140px;
}
.auction-confirm-img img {
	width: 120px;
	height: 120px;
}
.auction-confirm-copy {
	color: #4a4a4a;
	font-size: 15px;
	font-weight: normal;
	display: block;
	margin: 15px 0 0 10px;
}
.auction-confirm-copy .auction-title {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}
.auction-modal-bid-history .auction-confirm-copy {
	font-size: 16px;
	margin: 16px 0 0 10px;
}
.auction-confirm-user-info {
	clear: both;
	color: black;
	font-size: 18px;
	padding-top: 25px;
	line-height: 21px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
}
.auction-confirm-user-info p {
	line-height: 25px;
	width: 100%;
	font-size: 16px;
	word-wrap: break-word;
}
.auction-confirm-user-info a {
	font-size: 15px;
	color: #548bbf;
	font-style: normal;
}
.auction-confirm-user-info .wrong_address {
	display: block;
	font-size: 14px;
	margin: 15px 0 25px 0;
}
#wrong_address { z-index:1001; }
.auction-confirm-user-info #your_bid, .auction-confirm-user-info #your_max_bid {
	color: #494949;
	font-weight: 600;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 10px;
}
.auction-confirm-user-info #your_bid a, .auction-confirm-user-info #your_max_bid a {
	margin-left: 10px;
}
.auction-confirm-user-info #current_bid {
	font-style: italic;
	font-size: 15px;
	color: black;
}
.auction-confirm-submit-form {
	clear: both;
	padding-top: 2px;
}
.auction-confirm-submit-form .agree2 {
	color: #4a4a4a;
	font-size: 15px;
	font-weight: normal;
	margin: 10px 0 20px 0;
}
.auction-confirm-submit-form .agree2 a {
	color: #548bbf;
}
.auction-confirm-submit-form-btns {
	margin: 30px auto;
}
.bid_outbid .auction-confirm-submit-form-btns {
	margin: 15px auto;
}
.auctions_modal .buttons {
	display: inline-block;
	width: 	200px;
	height: 50px;
	margin: 20px 0 30px 0;
	text-align: center;
	line-height: 50px;
	font-size: 17px;
}
.auctions_modal .buttons.dark-blue{
	background-color: #2196e3;
}
.auctions_modal .buttons.light-blue{
	background-color: #2196e3;
	color: white;
	cursor: pointer;
}
.auctions_modal #bid_updated {
	font-weight: bold;
}
#auction_update_modal .auction-confirm-item-info {
	font-weight: normal;
}
.auctions_modal .buttons.refresh{
	margin: 0 auto;
}
#auction_update_modal .buttons.cancel-bid {
	margin: 0 auto;
}
.auctions_modal .buttons.white{
	background-color: #ffffff;
	border: solid 2px #494949;
	color: #1c1c1c;
	text-indent: -5px;
	margin: 0 5%;
}
.auctions_modal .buttons.grey{
	background-color: #777777;
	color: #ffffff;
	cursor: not-allowed;
}
.auctions_modal .buttons.grey p{
	color: #ffffff;
	font-size: 16px;
	padding:8px 0;
	font-family: "proxima-nova",sans-serif;
	line-height: 16px;
}
.close_modal {
	cursor: pointer;
}

.auction_update_modal h2 {
	margin-top: 30px;
}
.auction_thanks_modal h2, .auction_bid_history_modal h2, .auction_outbid_modal h2 {
	margin-top: 30px;
}
.auction-thanks-item-info {
	color: black;
	font-size: 18px;
	margin-top: 20px;
	line-height: 21px;
	font-weight: 600;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
}
.auction-bid-history-item-info {
	color: black;
	font-size: 18px;
	margin-top: 20px;
	line-height: 21px;
	font-weight: 600;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
}
.auction-thanks-user-info, .auction-bid-history-info, .auction-outbid-user-info {
	clear: both;
	color: black;
	font-size: 18px;
	padding-top: 25px;
	line-height: 21px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
}
.auction-thanks-user-info p, .auction-bid-history-info, .auction-outbid-user-info p {
	margin-top: 10px;
	line-height: 25px;
	width: 100%;
	font-size: 15px;
}
.auction-thanks-user-info a, .auction-bid-history-info a, .auction-outbid-user-info a {
	font-size: 14px;
	color: #2196e3;
	text-decoration: underline;
}
.auction-thanks-user-info #your_bid, .auction-bid-history-info #your_bid, .auction-outbid-user-info #your_bid {
	color: #2196e3;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 10px;
}
.auction-bid-history-info table {
	width: 100%;
	line-height: 25px;
}
.auction-bid-history-info table td {
	width: 30%;
	padding: 10px;
}
.auction-bid-history-info table td:nth-child(3n) {
	width: 39%;
}
.auction-bid-history-info table tr {
	font-weight: normal;
}
.auction-bid-history-info table tr:nth-child(even)  {
	background: #f4f4f4;
}
.auction-bid-history-info table tr:first-child {
	font-weight: bold;
}


.auction-modal-thanks .auction-thanks-copy, .auction-modal-bid-history .auction-bid-history-copy, .auction-modal-outbid .auction-outbid-copy {
	color: #4a4a4a;
	font-size: 15px;
	font-weight: normal;
}
.auction-modal-thanks #your_bid_thanks, .auction-modal-thanks #your_bid_thanks span,
.auction-modal-thanks #your_max_bid_thanks, .auction-modal-thanks #your_max_bid_thanks span,
.auction-modal-outbid #your_max_bid_thanks, .auction-modal-outbid #your_max_bid_thanks span {
	color: #494949;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	font-size: 17px;
}
.auction-modal-thanks .bid-thanks-contact-info, .auction-modal-outbid .bid-outbid-contact-info {
	margin-bottom: 20px;
}

#processing .modal_main, #auction_processing .modal_main {
	padding-left: 10px;
	padding-right: 10px;
}
#auction_processing { z-index: 1000; }

/* Packages */
#package_pg .item_details {
	width: 100%;
	padding-bottom: 50px;
}
.sub-package {
	display: inline-block;
	width: 100%;
	color: #4a4a4a;
	padding: 35px 0 30px;
	font-family: "proxima-nova",sans-serif;
	border-bottom: 1px solid #989898;
}
.sub-package:nth-child(odd) {
	background-color: #e8e8e8;
}
.sub-package:nth-child(even) {
	background-color: #f4f4f4;
}
.sub-package .float-left {
	width: 70%;
	float: left;
	line-height: 25px;
	padding-left: 3%;
}
.sub-package .float-right {
	width: 20%;
	float: right;
	text-align: center;
	margin-right: 3%;
}
.sub-package .float-left h2 {
	color: #000000;
	font-size: 19px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;

}
.sub-package .float-left h3 {
	color: #494949;
	font-weight: normal;
	font-family: "proxima-nova",sans-serif;
}
.sub-package .float-right i {
        display: block;
        text-align: center;
	font-size: 14px;
	font-weight: normal;
        width: 190px;
}
.sub-package .float-right span {
	font-weight: bold;
	font-family: "proxima-nova",sans-serif;
}
.sub-package .buttons {
	display: block;
	width: 	190px;
	text-align: center;
}
.sub-package .buttons.grey {
	background-color: #636363;
}
.sub-package .buttons.light-blue{
	background-color: #2196e3;
}
.sub-package .select_package{
	color: #ffffff;
	font-size: 18px;
	padding:10px 0;
	margin-top: 10px;
	font-family: "proxima-nova",sans-serif;
	line-height: 18px;
	cursor: pointer;
}
.sub-package .buttons input[type="submit"]{
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	border: 0;
	background-color: transparent;
	font-size: 16px;
	width:190px;
	padding:8px 0;
	font-family: "proxima-nova",sans-serif;
	line-height: 16px;
}

.sub-package .end-date{
    font-weight: 500;
    font-size: 80%;
    margin-right: 30px;
    color: #494949;
}


.auction_update_modal, .auction_update_modal .modal_main {
	background-color: #ffffff !important;
	z-index: 1000;
}
.auction_update_modal h2 {
	color: #004494 !important;
}
.auction_update_modal hr {
	background-color: black !important;
}
.auction_update_modal span#bid_updated {
	color: black !important;
	font-weight: bold !important;
}
.auction_update_modal .buttons {
	display: inline-block !important;
	width: 200px !important;
	line-height: 50px !important;
}
.auction_update_modal .buttons.light-blue {
	background-color: #004692 !important;
	color: white !important;
	margin: 0 auto !important;
}
.auction_update_modal .buttons.cancel-bid {
	background-color: white !important;
	color: #555555 !important;
	margin: 0 9% 0 3% !important;
	position: relative !important;
	top: 0px !important;
	cursor: pointer !important;
	background-image: none !important;
	font-weight: 600 !important;
}

.buttons.no-arrow {
	background-image: none !important;
}


.search {
	border-right: none !important;
	padding-right: 25px;
	float: right;
	z-index: 99;
}
.category_section_search h1 { background-color: #E6E6E6 !important; color: black !important; }
.search-bar {
	cursor: pointer;
}
.search-icon {
	margin-top: 20px;
	position: relative;
}
.search-options {
	z-index: 1000;
	display: none;
	position: absolute;
	width: 500px;
	height: auto;
	font-size: 15px;
	line-height: 23px;
	font-style: normal;
	text-align: left;
	color: #777777;
	margin-left: -454px;
}
.search-options2 {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 23px;
	font-style: normal;
	text-align: left;
	color: #808285;
	margin: 0px auto 0px auto;
}
/* #search_pg .search-options2 { padding-top: 70px; } */
.category-search-container { background-color: #ffffff; margin: 0 auto; padding: 0 5%; }
#search_pg .search-options2 { margin-top: 0; }
.search-options .search-notch {
	display: block;
	float: right;
	margin-right: 3%;
	background: transparent;
	border-bottom: 26px solid rgba(256, 256, 256, 1);
	border-right: 26px solid transparent;
	border-left: 26px solid transparent;
	clear: both;
}
.search-options .search-container {
	padding: 2% 5% 5%;
	background: white;
	clear: both;
	cursor: default;
}
.search-options2 .search-container {
	padding: 2% 0 0%;
	clear: both;
	cursor: default;
}
ul#search_location-menu.ui-menu.ui-corner-bottom.ui-widget.ui-widget-content { max-width: 300px; }
#search_pg .search-options2 .search-container { padding-top: 0; padding-bottom: 2%; }
.search-options2 #search_form2 div { display: inline-block; color: #252525; }
.search-container ::-webkit-input-placeholder {
	font-style: normal;
	font-size: 14px;
	color: #252525;
}
.search-container ::-moz-placeholder {
	font-style: normal;
	font-size: 14px;
	color: #252525;
}
.search-container :-ms-input-placeholder {
	font-style: normal;
	font-size: 14px;
	color: #252525;
}
.search-container :-moz-placeholder {
	font-style: normal;
	font-size: 14px;
	color: #252525;
}
.search-container input.small {
	width: 77px;
	height: 25px;
}
.search-container input.medium {
	width: 100px;
	height: 25px;
}
.search-container input.large {
	width: 100%;
	height: 30px;
	padding-left: 10px;
}
.search-container label {
	color: #252525;
	cursor: pointer;
	font-weight: inherit;
	margin-bottom: inherit;
}
.search-options2 .search-container span.white { color: #d2d2d2; }
.search-container .search-description, .search-container .search-sale-type {
	color: #252525;
	padding-bottom: 20px;
}
.search-options .search-container input {
	margin-top: 5px;
	border-style: solid;
	border-color: #cacaca;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
}
.search-options .search-container input:focus {
	border-color: #5c9dd3;
	outline: none;
	box-shadow: 0 0 5px #5c9dd3;
}
.search-options2 .search-container input {
	margin-top: 5px;
	background-color: #ffffff;
	color: #252525;
	font-weight: 500;
	border-style:  solid ;
	border-color: #E6E6E6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
        height: 30px;
}
.search-options2 .search-container input:focus {
	border-color: #5c9dd3;
	outline: none;
	box-shadow: 0 0 5px #5c9dd3;
}
.search-options2 .search-sale-type2 { width: 20%; }
.search-options2 .search-sale-type2 fieldset { padding-top: 10px; }
.search-options2 .search-sale-type2 fieldset label { margin-right: 4%; }
.search-sale-type input[type="checkbox"], .search-sale-type2 input[type="checkbox"]{
	display: none;
	border: none !important;
	box-shadow: none !important;
}

.search-sale-type input[type="checkbox"] + label span, .search-sale-type2 input[type="checkbox"] + label span {
	background: url('../img/checkbox.png?v=6.10');
	width: 20px;
	height: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.search-sale-type input[type="checkbox"]:checked + label span, .search-sale-type2 input[type="checkbox"]:checked + label span {
	background: url('../img/checkbox.png?v=6.10');
	background-position: 20px 0;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.search-options .search-date-range { width: 59%; display: inline-block; }
.search-options2 .search-date-range2 { width: 23%; display: inline-block; }
.search-options2 .date-range { width: 17%; display: inline-block; }
#search_date_from, #search_date_to, #search_date_from2, #search_date_to2
{
	background-image: url("../img/calender.png?v=6.10");
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 25px;
	cursor: pointer;
}
.search-options .search-location { width: 40%; display: inline-block; top: 10px; position: relative; }
.search-options2 .search-location2 { width: 16%; display: inline-block; top: 12px; position: relative; }
#search_location2-button { width: 71%; }
.select-style {
	padding: 0;
	margin: 0;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.select-style:after {
	top: 50%;
	left: 85%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000000;
	border-width: 5px;
	margin-top: -2px;
	z-index: 100;
}
.select-style select {
	padding: 5px 8px;
	width: 100%;
	cursor: pointer;
	font-size: 15px;
	color: #494949;
	box-shadow: none;
	border: 2px solid #E6E6E6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
        margin-top: 3px;
}
.select-style select::-ms-expand {
	display: none;
}
.search-location2 .select-style select {
	color: #252525;
	width: 90%;
	margin-top: 3px;
	background-color: #ffffff;
}
.search-location2 .select-style:after {
	left: 80%;
}
.select-style select:focus {
	outline: none;
}

#search_date_from2{
 margin-top: 3px;
 height: 30px;
 width:150px;
}
.select-style {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
#home_pg .select-style select {
	padding-top: 0;
	padding-bottom: 0;
}
.search-options .search-container .search-submit input {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

.search-options2 .search-sort { width: 13%; display: inline-block; top: 10px; position: relative; }

/*
.search-location, #search_location2
{
    background-repeat: no-repeat;
    background-position: 5px;
    padding-left: 25px;
    width: 85%;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
}
.search-location:after, #search_location2:after {
    top: 50%;
    left: 85%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000000;
    border-width: 5px;
    margin-top: -2px;
    z-index: 100;
}
.search-location select, #search_location2 select {
	padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}
.search-location select:focus, #search_location2 select:focus {
	outline: none;	
}
#search_location2-button.ui-button {
	border: none;
	color: #d2d2d2 !important;
	background-color: #252525;
}
#search_location-button, #search_location-button2 {
	width: 10em;
	background: none;
	border: 1px solid #c5c5c5;
}
.search-container #search_location-button:focus, .search-container #search_location-button2:focus {
	border-style: solid;
	border-color: #5c9dd3;
	outline: none;
	box-shadow: 0 0 10px #5c9dd3;
}
.ui-front {
	z-index: 1001 !important;
}
#search_location-menu, #search_location-menu2 {
	height: 300px;
}
*/
.search-options .search-points-range { width: 59%; display: inline-block; margin-top: 20px; }
.search-options2 .search-points-range2 { width: 21%; display: inline-block; margin-top: 20px; }
.search-options #points-slider-range, .search-options2 #points-slider-range2 {
	margin: 5% 2%;
	max-width: 222px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.search-options2 #points-slider-range2{
    display: block!important;
    z-index: 1;
}

#points-slider-range .ui-widget-header, #points-slider-range2 .ui-widget-header {
	background: #d6d6d6;
}
.search-options .search-submit
{
	display: inline-block;
	width: 	180px;
	height: 30px;
	cursor: pointer;
	background: url("../img/learn-more-arrow.png?v=6.10") no-repeat 75% center;
	margin: 20px 0 30px 0;
	text-align: center;
	background-color: #2196e3;
}
.search-options2 .search-submit2
{
	display: inline-block;
	width: 8%;
	height: 40px;
	cursor: pointer;
	text-align: center;
	background-color: #2196e3;
}
.search-submit.grey, .search-submit2.grey {
	background-color: #777777;
	cursor: not-allowed;
}
.search-submit.buttons input[type="submit"], .search-submit2.buttons input[type="submit"]{
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	border: 0;
	background-color: transparent;
	font-size: 16px;
	width:100%;
	font-family: "proxima-nova",sans-serif;
	line-height: 23px;
	color: white;
	padding: 0;
}
.search-submit.buttons.grey input[type="submit"], .search-submit2.buttons.grey input[type="submit"] {
	cursor: not-allowed !important;
	padding: 0;
}
.search-options .ui-state-default, .search-options .ui-widget-content .ui-state-default, .search-options .ui-widget-header .ui-state-default, .search-options .ui-button, html .search-options .ui-button.ui-state-disabled:hover, html .search-options .ui-button.ui-state-disabled:active
{
	border: 1px solid #0063de;
	background: #009cde;
}
html .search-options2 .ui-button.ui-state-disabled:hover, html .search-options2 .ui-button.ui-state-disabled:active
{
	border: 1px solid #0063de;
	background: #009cde;
}
.search-options2 #points-slider-range { display: none !important; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { border-radius: 10px !important;z-index: 1201 !important; }


.footer {
	background: #494949;
	text-align: center;
}
.brand-bar:after {
	content: "";
	display: table;
	clear: both;
}
.footer .brand-bar {
	margin: 0 auto 50px auto;
}
.footer .brand-bar.one {
	width: 100%;
	max-width: 1000px;
}
.footer .brand-bar.one a {
	float: left;
	clear: none;
}
.footer .brand-bar a img {
	width: 100%;
	height: 100%;
	opacity: 0.7527472527472527;
}
.footer .brand-bar a:hover img {
	opacity: 1;
}
.footer .brand-bar.one a.ritzcarlton {
	width: 8.237747653806048%;
}
.footer .brand-bar.one a.edition {
	width: 6.465067778936392%;
}
.footer .brand-bar.one a.jwmarriott {
	width: 5.735140771637122%;
}
.footer .brand-bar.one a.autograph {
	width: 6.152241918665276%;
}
.footer .brand-bar.one a.renaissance {
	width: 6.047966631908238%;
}
.footer .brand-bar.one a.marriott {
	width: 4.588112617309698%;
}
.footer .brand-bar.one a.vacation {
	width: 6.465067778936392%;
}
.footer .brand-bar.one a.gaylord {
	width: 4.483837330552659%;
}
.footer .brand-bar.one a.ac {
	width: 3.858185610010428%;
}
.footer .brand-bar.one a.courtyard {
	width: 6.673618352450469%;
}
.footer .brand-bar.one a.residence {
	width: 6.047966631908238%;
}
.footer .brand-bar.one a.springhill {
	width: 5.526590198123045%;
}
.footer .brand-bar.one a.fairfield {
	width: 6.047966631908238%;
}
.footer .brand-bar.one a.towneplace {
	width: 6.152241918665276%;
}
.footer .brand-bar.one a.protea {
	width: 6.465067778936392%;
}
.footer .brand-bar.one a.moxy {
	width: 6.047966631908238%;
}
.footer .brand-bar.one a.delta {
	width: 5.005213764337852%;
}
.footer .brand-bar.two {
	display: none;
}
.footer-links {
	clear: both;
}
.footer-links a {
	color: #ffffff;
	text-transform: uppercase;
	padding: 0 10px;
	border-left: solid 1px #ffffff;
}
.footer-links a:first-child {
	border: none;
}

/* Fix for Firefox layout issue. */
@-moz-document url-prefix() {
	.search-options2 .search-container #search-sale-type2 fieldset .checkboxes-2 {
		top: 5px;
		position: relative;
	}
	.search-options2 .search-container #search-sale-type2 span.white {
		margin-top: -20px;
		position: absolute;
	}
}

@media only screen and (max-width: 1200px) {
	#home_pg #main.main-blue { background: none ; background-color: #042D46; }
	#gallery_01 a img { max-width: 120px !important; max-height: 120px !important; }
}
@media only screen and (max-width: 1100px) {
	#home_pg #main.main-blue { background: none ; background-color: #042D46; }
	#gallery_01 a img { max-width: 110px !important; max-height: 110px !important; }
	#gallery_01 a:nth-child(3n+2) { width: 45%; }
}
@media only screen and (min-width: 1000px) {
	.sweepstakes-caption h1 .headline1, .sweepstakes-caption h1 .headline1:hover { font-size: 30px !important; }
	.sweepstakes-caption h1 .headline2, .sweepstakes-caption h1 .headline2:hover { font-size: 22px !important; }
	.sweepstakes-caption h1 .headline3, .sweepstakes-caption h1 .headline3:hover { font-size: 16px !important; }
}
@media only screen and (max-width: 1000px) {
	#package_pg #main .container, #item_pg #main .container, #checkout_pg #main .container, #privacy-policy_pg #main .container, #help-2_pg #main .container, #help-3_pg #main .container { padding-top: 11%; }
	/* 	#gallery_01 a:nth-child(3n+2) { margin-left: 3%; } */
}

@media only screen and (max-width: 750px) {
	#package_pg #main .container, #item_pg #main .container, #checkout_pg #main .container, #privacy-policy_pg #main .container, #help-2_pg #main .container, #help-3_pg #main .container { padding-top: 18%; }
}


.m-bottom-0 {
	margin-bottom: 0 !important;
}

.rsaquo {
	font-size: medium;
	font-weight: 100;
}
.rsaquo-img {
	background: url("../img/right-arrow-2.png?v=6.10") no-repeat;
	margin-left: 5px;
	margin-bottom: -3px;
	width: 10px;
	height: 17px;
	display: inline-block;
}

.h2_line_height h2 {
	line-height: 30px;
}

.bid-history-note {
	color: #494949;
	padding: 20px 0;
}

.bin-quantity {
	color: #494949;
	font-weight: 600;
	line-height: 35px;
	margin-bottom: 20px;
}

.margin-top-30 { margin-top: 30px; }
.sweeps-container {
	width: 100%;
	margin: 0 auto;
	display: table;
}
.sweeps-banner {
	width: 65%;
	display: table-cell;
	/*margin: 0 auto; */
	/*margin-top: 40px;*/
	/*-webkit-background-size: 100% 100%;*/
	/*-moz-background-size: 100% 100%;*/
	/*-o-background-size: 100% 100%;*/
	/*background-size: 100% 100%;*/

}
.sweeps-banner img{width: 100%; height: auto; display: block;}
.sweeps-buffer{
	padding-bottom: 5%;
}
.sweepstakes-caption {
	/*top: 0%;*/
	/*left: 0%;*/
	z-index: 10;
	display: table-cell;
	vertical-align: middle;
	background-color: white;
	width: 40.5%;
	position: relative;
}

.sweepstakes-caption h1 {
	width: 100%;
	margin: 0 !important;
	text-align: left;
	float: left;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	box-sizing: border-box!important;
	padding: 0 10px 0 30px !important;
	position: relative;
}

.sweepstakes-caption h1 .headline, .sweepstakes-caption h1 .headline:hover {
	clear: both;
	color: #fff !important;
	text-decoration: none;
	position: relative;
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: 600;
	padding-bottom: 20px;
}
.sweepstakes-caption h1 .headline1, .sweepstakes-caption h1 .headline1:hover {
	clear: both;
	color: #000 !important;
	text-decoration: none;
	position: relative;
	font-size: 2.3vw;
	line-height: 2.5vw;
	padding-bottom: 20px;
	font-weight: bold;
}
.sweepstakes-caption h1 .headline2, .sweepstakes-caption h1 .headline2:hover {
	clear: both;
	color: #000 !important;
	text-decoration: none;
	position: relative;
	font-size: 1.8vw;
	line-height: 2.1vw;
	padding-bottom: 20px;
}
.sweepstakes-caption h1 .headline3, .sweepstakes-caption h1 .headline3:hover {
	clear: both;
	color: #000 !important;
	text-decoration: none;
	position: relative;
	font-size: 1.3vw;
	line-height: 2vw;
}

/*
.sweepstakes-caption h1 .headline mark, .sweepstakes-caption h1 .blurb mark {
	color: white;
	box-decoration-break: clone;
	white-space: pre-wrap;
	background-color: #1c1c1c;
	box-shadow: 10px 0 0 #000, -10px 0 0 #000;
}
*/
.sweepstakes-caption h1 .blurb { margin-left: 10px; }
.sweepstakes-caption h1 a, .sweepstakes-caption h1 a:hover {
	text-decoration: none;
}
.sweepstakes-caption h1 span.cta, .sweepstakes-caption h1 span.cta:hover, .sweepstakes-caption h1 a.cta, .sweepstakes-caption h1 a.cta:hover {
	color: #fff;
	font-size: 1.15vw;
	padding: 8px 35px;
	border-radius: 0;
	text-decoration: none;
	background-color: #0079D4;
}

/* IE specific styles */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#gallery_01 a img {
		width:128px !important;
		height:128px !important;
	}
	.search-container input.small { width: 100px; }
	.search-options .search-container input, .search-options2 .search-container input { line-height: 15px; }
	.search-options .search-location { top: -27px; }
	.auction_timeline .time_left { width: 225px; }
	#home_pg .search-icon { right: 0px; }
	#detailsinfo #redeem .buttons.both-type, #detailsinfo #redeem .buttons.grey.both-type { padding: 0; }
	.sweepstakes .sold-out, #detailsimg .sold-out { height: 430px; }
	#detailsinfo .buttons.place_bid { line-height: 40px }
}

/*
#myCarousel .carousel-inner .item {
	box-shadow: inset 0px -100px 150px -35px #111111;
	-webkit-box-shadow: inset 0px -100px 150px -35px #111111;
	-moz-box-shadow: inset 0px -100px 150px -35px #111111;
	-o-box-shadow: inset 0px -100px 150px -35px #111111;
}
*/
#myCarousel .btn-primary { background-color: transparent; border-color:  transparent; }

/* Safari Hack */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media
	{
		.search-options2 .search-location2 {
			top: 0;
		}
	}
}


#playButton {
	background-image: url('../img/play.png');
	background-size: 100%;
	width: 25px; height: 26px;
	margin-top: 1px;
	display: inline-block;
	background-color: transparent;
	border-color: transparent;
}
#pauseButton {
	background-image: url('../img/pause.png');
	background-size: 100%;
	width: 25px; height: 26px;
	display: inline-block;
	margin: 1px 0 0 -3px;
	background-color: transparent;
	border-color: transparent;
}


.no-margin-bottom { margin-bottom: 0 !important; }
hr.wide-lines { margin: 0 auto !important; width: 99.3%; float: left;}
hr.grey-line {
	height: 0.5px !important;
	background-color: grey !important;
}

hr.black-line {
	background-color: black !important;
	height: 5px !important;
	margin-bottom: 30px !important;
}



@charset "UTF-8";
.t-page-section .t-page-section-component .is-base-image {
	z-index: 1
}

.t-page-section .t-page-section-component .is-overlay-image {
	postion: absolute;
	z-index: 2
}

.t-page-section .t-page-section-component .is-overlay-image.lefttop,
.t-page-section .t-page-section-component .is-overlay-image.leftbottom {
	left: 10px
}

.t-page-section .is-media-wrapper {
	display: block;
	position: relative;
	width: 100%
}

.t-page-section .is-media-wrapper .is-over-text {
	display: block;
	position: relative
}

.t-page-section .is-media-wrapper .t-bg-opacity-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9
}

.t-page-section .is-media-wrapper .t-bg-opacity-80 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8
}

.t-page-section .is-media-wrapper .t-bg-opacity-70 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7
}

.t-page-section .is-media-wrapper .t-bg-opacity-60 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6
}

.t-page-section .is-media-wrapper .t-bg-opacity-50 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5
}

.t-page-section .is-media-wrapper .leftbottom,
.t-page-section .is-media-wrapper .leftbottom_0 {
	left: 0;
	bottom: 2px
}

.t-page-section .is-media-wrapper .lefttop,
.t-page-section .is-media-wrapper .lefttop_0 {
	left: 0;
	top: 0
}

.t-page-section .is-media-wrapper .rightbottom,
.t-page-section .is-media-wrapper .rightbottom_0 {
	bottom: 2px;
	right: 0
}

.t-page-section .is-media-wrapper .righttop,
.t-page-section .is-media-wrapper .righttop_0 {
	right: 0;
	top: 0
}

.t-page-section .is-media-wrapper .l-overlay-left {
	left: 0
}

.t-page-section .is-media-wrapper .l-overlay-right {
	right: 0
}

.t-page-section .is-media-wrapper .l-overlay-bottom {
	bottom: 2px
}

.t-page-section .is-media-wrapper .l-overlay-top {
	top: 0
}

.t-page-section .is-media-wrapper .text-small {
	font-size: 12px;
	line-height: 15px
}

.t-page-section .is-media-wrapper .text-medium {
	font-size: 14px;
	line-height: 17px
}

.t-page-section .is-media-wrapper .text-large {
	font-size: 16px;
	line-height: 19px
}

.t-page-section .article-content .is-collapsing-trigger {
	background: url(/Images/TNG/global_sprite.png) no-repeat scroll 0 -2109px transparent
}

.t-page-section .article-content .is-closed {
	display: none
}

.t-page-section .article-content .is-closed .is-collapsing-trigger {
	background-position: 0 -2223px
}

.t-page-section .article-content .is-open {
	display: block
}

.t-page-section .article-content .t-tagline {
	background: transparent url(/Images/TNG/black_70_1x1.png);
	background: rgba(0, 0, 0, 0.7) none;
	font-size: 16px;
	line-height: 42px;
	height: 42px;
	left: 0;
	position: absolute;
	z-index: 2
}

.t-page-section .article-content .t-tagline span {
	display: block;
	margin: 0 23px;
	position: relative
}

.t-page-section .article-content.l-left-wrap ul,
.t-page-section .article-content.l-left-wrap ol {
	list-style-position: inside
}

.t-page-section .article-content.l-left-wrap .is-media-wrapper {
	float: left;
	margin: 0 0.750em 0.750em 0
}

.t-page-section .article-content.l-left-wrap .is-media-wrapper img {
	float: none;
	margin: 0
}

.t-page-section .article-content.l-right-wrap>img {
	float: right;
	margin: 0 0 0.750em 0.750em
}

.t-page-section .article-content.l-right-wrap .is-media-wrapper {
	float: right;
	margin: 0 0 0.750em 0.750em
}

.t-page-section .article-content.l-right-wrap .is-media-wrapper img {
	float: none;
	margin: 0
}

.t-page-section .article-content.l-top .is-media-wrapper {
	display: table;
	margin-top: 0.750em auto 0
}

.t-page-section .article-content.l-bottom .is-media-wrapper {
	display: table;
	margin-top: 0.750em auto 0
}

.t-page-section .article-content.l-left .is-media-wrapper {
	float: left;
	margin: 0 0.750em 0.750em 0
}

.t-page-section .article-content.l-left .is-media-wrapper img {
	float: none;
	margin: 0
}

.t-page-section .article-content.l-right>img {
	float: right;
	margin: 0 0 0.750em 0.750em
}

.t-page-section .article-content.l-right .is-media-wrapper {
	float: right;
	margin: 0 0 0.750em 0.750em
}

.t-page-section .article-content.l-right .is-media-wrapper img {
	float: none;
	margin: 0
}

.t-page-section .article-content.l-image-only .is-media-wrapper {
	display: table;
	margin-top: 0 auto
}

.t-page-section .article-content.l-tag-left {
	display: block;
	height: 100%;
	left: 0;
	margin: 0 auto;
	padding-right: 0;
	position: relative
}

.t-page-section .article-content.l-tag-left .t-tagline {
	bottom: 0
}

.t-page-section .article-content.l-tag-left img {
	display: block;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: -1
}

.t-page-section .article-content.l-tag-right {
	display: block;
	height: 100%;
	left: 0;
	margin: 0 auto;
	padding-right: 0;
	position: relative
}

.t-page-section .article-content.l-tag-right .t-tagline {
	bottom: 0;
	text-align: right
}

.t-page-section .article-content.l-tag-right img {
	display: block;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: -1
}

.t-page-section .article-content.l-tag-top-left {
	display: block;
	height: 100%;
	left: 0;
	margin: 0 auto;
	padding-right: 0;
	position: relative
}

.t-page-section .article-content.l-tag-top-left .t-tagline {
	top: 0
}

.t-page-section .article-content.l-tag-top-left img {
	display: block;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: -1
}

.t-page-section .article-content.l-tag-top-right {
	display: block;
	height: 100%;
	left: 0;
	margin: 0 auto;
	padding-right: 0;
	position: relative;
	width: 100%
}

.t-page-section .article-content.l-tag-top-right .t-tagline {
	top: 0;
	text-align: right
}

.t-page-section .article-content.l-tag-top-right img {
	display: block;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: -1
}

.t-page-section .is-carousel-container {
	position: relative
}

.t-page-section .is-carousel-container a.is-carousel-prev,
.t-page-section .is-carousel-container a.is-carousel-next {
	background: url(/Images/Arrows/arrows.png) no-repeat transparent;
	display: none;
	height: 37px;
	width: 36px;
	position: absolute;
	top: 40%;
	z-index: 3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9
}

.t-page-section .is-carousel-container a.is-carousel-prev span,
.t-page-section .is-carousel-container a.is-carousel-next span {
	display: none
}

.t-page-section .is-carousel-container a.is-carousel-prev {
	background-position: 0 0;
	left: 0
}

.t-page-section .is-carousel-container a.is-carousel-next {
	background-position: -36px 0;
	right: 0
}

.t-page-section .is-carousel-container .is-carousel-pagination {
	background-color: #d2d2d2;
	bottom: 0;
	display: none;
	margin-top: -3px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	width: 100%
}

.t-page-section .is-carousel-container .is-carousel-pagination a {
	background: url(/Images/MyAccount/small_dot_carosel.png) -36px -3px no-repeat transparent;
	display: inline-block;
	height: 15px;
	margin: 0 5px 0 0;
	width: 15px
}

.t-page-section .is-carousel-container .is-carousel-pagination a span {
	display: none
}

.t-page-section .is-carousel-container .is-carousel-pagination a.selected {
	background-position: -18px -3px;
	cursor: default
}

.t-page-section .is-carousel-container .is-carousel-active .is-over-text {
	background-color: #ededed !important;
	position: relative
}

.t-page-section .is-carousel-container .is-carousel-active .is-over-text a,
.t-page-section .is-carousel-container .is-carousel-active .is-over-text p {
	color: #1c1c1c
}

.t-page-section .is-carousel-container .is-carousel-active .t-bg-opacity-90,
.t-page-section .is-carousel-container .is-carousel-active .t-bg-opacity-80,
.t-page-section .is-carousel-container .is-carousel-active .t-bg-opacity-70,
.t-page-section .is-carousel-container .is-carousel-active .t-bg-opacity-60,
.t-page-section .is-carousel-container .is-carousel-active .t-bg-opacity-50 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1
}

.t-page-section .m-layout-2-2-3-5 .is-media-wrapper,
.t-page-section .m-layout-15-15-30-40 .is-media-wrapper,
.t-page-section .m-layout-3-3-3-3 .is-media-wrapper,
.t-page-section .m-layout-6-6 .is-media-wrapper {
	overflow: hidden
}

.t-page-section .m-layout-12 img,
.t-page-section .m-layout-100 img {
	max-width: 100%;
	height: auto;
	display: block
}

.t-page-section .m-layout-12 img,
.t-page-section .t-no-bullets img,
.t-page-section .t-link-label img,
.t-page-section .external-link img {
	display: inline
}

@media(min-width:35em) {
	.t-page-section .is-media-wrapper .is-over-text {
		position: absolute
	}
}

#is-lte-ie8 .t-page-section .is-media-wrapper .is-over-text,
.lt-ie9 .t-page-section .is-media-wrapper .is-over-text,
.l-lock .t-page-section .is-media-wrapper .is-over-text {
	position: absolute
}

.m-upcoming-reservation .t-reservation-title {
	font-weight: 700;
	font-size: 1em;
	line-height: 1.25em;
	font-family: "Source Sans Pro", SourceSansPro-Regular, "Calibri Bold", "Arial Bold", "Helvetica Bold", sans-serif;
	margin-bottom: 4px
}

.m-date-display .t-month-display,
.m-upcoming-reservation .t-hotel-name {
	font-weight: 600;
	font-size: 0.875em;
	line-height: 1.25em;
	font-family: "Source Sans Pro", SourceSansPro-Regular, "Calibri Bold", "Arial Bold", "Helvetica Bold", sans-serif;
	margin-bottom: 2px
}

.m-date-display .t-dayinweek-display {
	font-weight: 600;
	font-size: 0.75em;
	line-height: 0.9375em;
	font-family: "Source Sans Pro", SourceSansPro-Regular, "Calibri Bold", "Arial Bold", "Helvetica Bold", sans-serif;
	margin-bottom: 0;
	text-transform: uppercase
}

.m-portfolio {
	width: 100%
}

.m-portfolio .t-book-end {
	border-width: 0
}

.m-portfolio .t-front-book-end {
	border-bottom-width: 1px;
	padding: 0 0 0.625rem
}

.m-portfolio .t-back-book-end {
	border-top-width: 1px;
	padding: 0.625rem 0 0
}

.m-portfolio .t-logo {
	margin: 0.375rem 0.4375rem;
	width: 5.3125rem
}

.m-portfolio .t-logo-image {
	max-height: 3.1875rem;
	vertical-align: inherit
}

.m-portfolio .t-logo-label {
	font-size: 0.6875rem;
	line-height: 1em
}

@media(min-width:60em) {
	.m-portfolio {
		display: table
	}
	.m-portfolio .t-book-end,
	.m-portfolio .t-book-content {
		display: table-cell
	}
	.m-portfolio .t-front-book-end {
		border-width: 0 1px 0 0
	}
	.m-portfolio .t-back-book-end {
		border-width: 0 0 0 1px
	}
	.m-portfolio .t-front-book-end {
		padding: 0 0.9375rem 0 0
	}
	.m-portfolio .t-back-book-end {
		padding: 0 0 0 0.9375rem
	}
	.m-portfolio .t-book-end .t-logo {
		vertical-align: middle
	}
}

/*
    Additions MD
*/
.box-content .end-date{
    color: #494949;
    margin-top: 25px;
    font-size: 14px;
}

.box-content .end-date strong{
    font-weight: 500;
}

/*Daterange Picker overrides*/

.date-picker-wrapper{
   background-color: #fff; 
   border-radius: 3px;
   padding: 0;
   z-index: 9999;
}

.date-picker-wrapper .month-wrapper{
    border:transparent;
    padding: 0px;
}

.date-picker-wrapper.no-topbar{
    padding-top: 0px;
}

.date-picker-wrapper.no-shortcuts{
    padding-bottom: 0px;
}

.date-picker-wrapper table .caption{
   background: #0f2e47; 
}

.date-picker-wrapper .month-element:first-child{
    color: #fff;
    text-transform: capitalize;
    font-size: 130%;
    font-weight: 400;
}

.date-picker-wrapper .month-element:nth-child(2){
    color: #2368a0;
    font-size: 130%;
    font-weight: 400;
}

.date-picker-wrapper .month-wrapper table .week-name{
    height: 30px;
}

.date-picker-wrapper .first-date-selected{
    border-top-left-radius: 3px; 
    border-bottom-left-radius: 3px; 
}

.date-picker-wrapper .last-date-selected{
    border-top-right-radius: 3px; 
    border-bottom-right-radius: 3px; 
}

.date-picker-wrapper .month-wrapper table .day.checked{
    background-color: #49e;
    color: #fff!important;
}

.date-picker-wrapper .month-wrapper table .day{
    padding: 10px;
}

.date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover{
   background-color: transparent; 
}

/*IE10+ Specific CSS*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .userinfo-copy.sign-in-yes{
        height: 90px;
    }
}




.mrm-spg-banners {
	height: auto;
	clear:both;
	background: #1c1c1c;
	display: none;
	z-index: 100;
}

.mem-exp-copy { 
	width: 60%;
	margin: 40px auto;
}

.imgContainer {
	float: left;
	margin: 0 1%;
	width: 48%;
}

.imgContainer img {
	max-width: 664px;
	width: 100%;
	cursor: pointer;
	margin-bottom: 30px;
/* 	display: inline-block; */
}

.no-moments {
	margin: 0 auto;
	font-size: 25px;
	font-weight: bold;
	color: #252525;
}