.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.fball_login_text {line-height:20px;}

.fvm-neutratext { font-family: "neutratext" !important; }

.fvm-hide {
	display: none !important;
}

.fvm-header {
	height: 70px;
	display: block;
	background: url("../images/modal/bg-black-header.jpg") repeat-x scroll center top rgba(0, 0, 0, 0);
	padding: 15px 0;
}

.fvm-container {
	margin: 0 auto;
	position: relative;
	width: 732px;
	padding: 65px 10px 0;
	box-sizing: border-box;
}

.fvm-close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 53px;
	height: 13px;
	background-image: url("../images/modals/close.jpg");
	background-repeat: no-repeat;
}
.fvm-close:hover {
	background-image: url("../images/modals/close-hover.jpg");
}


.fvm-body {
	margin: 0 auto;
	display: none;
	position: relative;
	height: 594px;
	overflow: hidden;
}

/**********STEP-1****************/
#step-1 .fball_form {text-align: center;}
#step-1 .fball_form {text-align: center;}
#step-1 h2.fvm-title {margin-bottom: 56px;}

#step-4 h2.fvm-title, #step-5 h2.fvm-title { margin-top: 32px; }
#step-4 h2.fvm-title { margin-bottom: 16px;}
#step-4 p.fvm-small {margin-bottom: 30px;}

#step-1 .fvm-container {padding: 65px 10px 0;}
#step-2 .fvm-container {padding: 65px 10px 0 20px;}
#step-3 .fvm-container {padding: 65px 10px 0;}
#step-4 .fvm-container {padding: 65px 10px 0;}
#step-5 .fvm-container {padding: 65px 10px 0;}

#step-1 .fvm-container,
#step-2 .fvm-container {
	height: 600px;
	box-sizing: border-box;
	background: #fff;
}

#step-3, #step-4, #step-5 { background: #fff; }

.width-1284 { width: 1284px; }
.width-840 { width: 840px; }
.width-732 { width: 732px; }

.fvm-bg-left {
	position: absolute;
	top: 0px;
	right: 50%;
	margin-right: 366px;
	background: url("../images/modal/modal-left-bg.jpg");
	height: 100%;
	width: 260px;
	background-color: #fff;
}

.fvm-bg-right {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 366px;
	background: url("../images/modal/modal-right-bg.jpg");
	height: 100%;
	width: 260px;
	background-color: #fff;
}

.fvm-body p {
	color: #5d5d5d;
	margin-bottom: 26px;
}

.fvm-body h2 {
	font-size: 45px;
	color: #cd281a;
	margin-bottom: 32px;
}

.fvm-body h2.fvm-title-medium {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	letter-spacing: 0px;
}

.fvm-body a {
	color: #3b5998;
}


.fvm-tip {
	display: block;
	width: 547px !important;
	height: 318px;
	/*box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);*/
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.fvm-tip-info,
.fvm-tip-image {
	width:100%;
	height: 100%;
}

.fvm-tip-info {
	padding: 20px;
	box-sizing: border-box;
}


.fvm-tip-logo {
	position: absolute;
	display: block;
	bottom: 25px;
	left: 25px;
	height: 60px;
}

.fvm-submit {
	border: 0 none;
    display: block;
    padding: 0;
    text-indent: -999em;
}
.fvm-button {
	display: inline-block;
	height: 36px;
}
.fvm-button:hover {
	background-position: 0 -36px;
}
.fvm-button-chance {
	width: 227px;
	background: url("../images/modal/fvm-button-chance.png");
}
.fvm-button-signin {
	width: 104px !important;
	background: url("../images/modal/fvm-button-signin.png");
}
.fvm-button-signup {
	width: 104px !important;
	background: url("../images/modal/fvm-button-signup.png");
}
.fvm-button-share {
	width: 209px;
	background: url("../images/modal/fvm-button-share.png");	
}

.fvm-article-wrapper {
	margin-top: 32px;
}

.fvm-article {
	display: inline-block;
	width: 154px;
	margin-right: 19px;
	vertical-align: top;
}
.fvm-article:last-child {
	margin-right: 0;
}
.fvm-article .fvm-article-image {
	display: block;
	width: 100%;
	border: 6px solid #fff;
	box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.05);
	margin-bottom: 10px;	
	box-sizing: border-box;
}
.fvm-article .fvm-article-description {
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 700;
}


.fvm-form {
	padding: 10px 0;
}
.fvm-form fieldset {
	margin-bottom: 16px;
	width: 226px;
}
.fvm-form fieldset.fvm-checkset {
	margin-bottom: 8px;
}
.fvm-form fieldset input[type="text"],
.fvm-form fieldset input[type="email"],
.fvm-form fieldset input[type="password"] {
	width: 100%;
	height: 38px;
	padding: 10px;
	box-sizing: border-box;
}

.fvm-form fieldset > label.hey, .modal-fvm-form fieldset > label.hey {
	text-indent: -13px;
	float: left;
	padding-bottom: 0 !important;
}

.fvm-form hr {
	width: 226px;
	margin-top: 0px;
	margin-bottom: 36px;
}

.fvm-column {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.fvm-signin-column {
	width: 50%;
    padding-left: 100px;
}
.fvm-signup-column {
	width: 300px;
	padding-left: 20px;
}
.fvm-column .fvm-title {
	margin-bottom: 10px;
}
.fvm-signin-form {
	border-right: 2px solid #f1f1f1;
	height: 440px;
}
.fvm-error {
	min-height: 28px;
	padding-right: 20px;
}
.fball_ui {
	margin-bottom: 16px;
}




.fvm-large {
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
}
.fvm-medium {
	font-size: 20px !important;
	line-height: 24px !important;
	font-weight: 400px;
}
.fvm-small {
	font-size: 14px;
	line-height: 18px;
}
.fvm-title {
	text-transform: uppercase;
	font-weight: 700;
}
.fvm-semibold {
	font-weight: 600px;
}
.fvm-private-link {
	font-size: 14px;
	line-height: 38px;
	margin-left: 20px;
}
.fvm-red {
	color: #d52b1e !important;
}
.no-margin {
	margin: 0 !important;
}
.font-18 {
	font-size: 18px !important;
	line-height: 22px;
}
.font-12 {
	font-size: 12px !important;
	line-height: 14px;
}

.film_roll_prev, .film_roll_next {
	display: none;
}


/*********************************************/
.film_roll_wrapper {
   display: block;
   text-align: center;
   float: none;
   position: relative;
   top: auto;
   right: auto;
   bottom: auto;
   left: auto;
   z-index: auto;
   width: 100%;
   margin: 0 !important;
   padding: 0 !important;
   overflow: hidden;
   width: 100%;
 }
.film_roll_shuttle {
   text-align: left;
   float: none;
   position: relative;
   top: 0;
   left: 0;
   right: auto;
   bottom: auto;
   margin: 0 !important;
   padding: 0 !important;
   z-index: auto;
 }
 .film_roll_shuttle.vertical_center:before {
   content: '';
   display: inline-block;
   height: 100%;
   vertical-align: middle;
   margin-right: -0.25em;
 }
.film_roll_child {
  position: relative;
  display: inline-block;
  *display:inline;
  vertical-align:middle;
  zoom:1;
  margin: 0 20px;
  border: solid 0px #efefef;
  opacity: 0.5;
}
.film_roll_child.active {
	border: solid 2px #cc352a;
	opacity: 1;
}

.film_roll_prev, .film_roll_next {
   position: absolute;
   top: 48%;
   left: 15px;
   width: 40px;
   height: 40px;
   margin: -20px 0 0 0;
   padding: 0;
   font-size: 60px;
   font-weight: 100;
   line-height: 30px;
   color: white;
   text-align: center;
   background: #222;
   border: 3px solid white;
   border-radius: 23px;
   opacity: 0.5;
 }
.film_roll_prev:hover, .film_roll_next:hover {
   color: white;
   text-decoration: none;
   opacity: 0.9;
 }
.film_roll_next {
   left: auto;
   right: 15px;
 }
.film_roll_pager {
   text-align: center;
   display: none;
 }
.film_roll_pager a {
   width: 5px;
   height: 5px;
   border: 2px solid #333;
   border-radius: 5px;
   display: inline-block;
   margin: 0 5px 0 0;
   transition: all 1s ease;
 }
.film_roll_pager a:hover {
   background: #666;
 }
.film_roll_pager a.active {
   background: #333;
 }
.film_roll_pager span {
   display: none;
 }
 .film_roll_pager a, a.film_roll_prev, a.film_roll_next {
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
 }



/******************* Singin modal ***********************************************/
#loginModal .fvm-signin-column {
	padding-left: 115px;
}

.modal-fvm-form {
	padding: 10px 0;
}

.fvm-footer {
	min-width: 940px;
	width: 100%;
	position: relative;
	bottom:0;
	left:0;
	background:url('../images/bg-footer-bar.jpg') repeat-x scroll center top rgba(0, 0, 0, 0);
	height:55px;
	overflow: hidden;
}

.fvm-footer p {
    color: #d6d6d6;
    float: left;
    font-family: "neutratext",sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 55px;
    margin: 0;
    text-transform: uppercase;
}

.fvm-footer a {
    color: #d6d6d6;
    text-decoration: none;
}

.fvm-footer-left {
	width: 520px;
	float: left;
}

.fvm-footer p.sponsored-by {
	color: #fff;
    font-size: 12px;
    height: 43px;
    line-height: 16px;
    padding-top: 12px;
    width: 100px;
}

.fvm-footer ul.sponsor-row{
	float: left;
    height: 55px;
    list-style: outside none none;
    margin: 0 5px 0 -3px;
    position: relative;
    width: 111px;
}

.fvm-footer ul.sponsor-row li {
    height: 44px;
    position: absolute;
    top: 5px;
    width: 111px;
    left: 0;
}

.fvm-footer ul.sponsor-row li a {
    background-image: url("../images/btn-sponsor-macys.png");
    display: block;
    height: 44px;
    overflow: hidden;
    width: 111px;
}

.fvm-footer ul.sponsor-row li a:hover {
	background-position: 0 -44px;
}

.fvm-footer p.all-sponsors a{
	background: url("../images/icon-footer-bar-arrow.gif") no-repeat scroll right center rgba(0, 0, 0, 0);
    padding-right: 14px;
}

.fvm-footer p.all-sponsors a:hover {
	text-decoration: none;
}

.fvm-footer-right {
    float: right;
    width: 420px;
}


.fvm-footer-right p.find-us {
    margin-right: 15px;
    text-align: right;
    width: 79px;
}

.fvm-footer ul.social-row {
    background: url("../images/bg-social-row2.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: left;
    height: 55px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 154px;
}

.fvm-footer ul.social-row li {
	float: left;
	margin-top: 15px;
	margin-right: 5px;
	width: 25px;
	height: 27px;
}

.fvm-footer ul.social-row li a {
    display: block;
    height: 27px;
    text-indent: -99999px;
    width: 25px;
}
.fvm-footer ul.social-row li a:hover { background: url("../images/bg-social-row2.jpg") no-repeat scroll left top rgba(0, 0, 0, 0); }
.fvm-footer ul.social-row li.item-facebook a:hover { background-position: 0 -70px; }
.fvm-footer ul.social-row li.item-twitter a:hover { background-position: -30px -70px; }
.fvm-footer ul.social-row li.item-youtube a:hover { background-position: -60px -70px; }
.fvm-footer ul.social-row li.item-pinterest a:hover { background-position: -90px -70px; }
.fvm-footer ul.social-row li.item-instagram a:hover { background-position: -120px -70px; }


.fvm-footer p.get-pin, p.get-pin-login {
    background: url("../images/bg-get-pin-icon.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: right;
    padding-left: 29px;
    padding-top: 16px;
}


.fvm-footer p.get-pin a, p.get-pin-login a {
    background: url("../images/btn-get-the-pin.png?v=1.1") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #fff;
    display: block;
    height: 28px;
    width: 120px;
}

/*****************/
.error[for=terms] {margin-left: 32px;}
label.error {display:block;}
.no-padding {padding: 0 !important;}
#signup-error{ letter-spacing: 0; margin-top: 15px; }