@import url(https://fonts.googleapis.com/css?family='Montserrat':400,700);
 /*==============================
  Notes
  - Framework: HTML5 Boilerplate CSS: h5bp.com/css

  ==============================*/


/*==============================
  Initialization and Resets
  ==============================*/

img, a.fancybox, .works-separators, button { behavior: url('css/iepngfix.htc'); outline: none; }

a:hover, a:active, a:focus { outline: 0; }

/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

form {
-webkit-tap-highlight-color: rgba(0,0,0,0); 	
}

/* -==== BASE ====- */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 */
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: "Montserrat", sans-serif !important; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4;}
/*
 * Remove text-shadow in selection highlight
 * These selection declarations have to be separate
 */
::-moz-selection { background: #d2d2d2; color: #fff; text-shadow: none; }
::selection { background: #d2d2d2; color: #fff; text-shadow: none; }

/* -==== LINKS  ====- */
a { color: #6090a7; text-decoration:none;}
a:visited { color: #6090a7; text-decoration:none;}
a:hover { color: #998f57; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/* -==== INITIAL TYPOGRAPHY ====- */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
/* Redeclare monospace font family */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
/* Position subscript and superscript content without affecting line-height */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* -==== LINKS ====- */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* -==== EMBEDDED CONTENT ====- */
/*
 * 1. Improve image quality when scaled in IE7
 * 2. Remove the gap between images and borders on image containers
 */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle;  }
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) { overflow: hidden; }

/* -==== FIGURES ====- */
figure { margin: 0; }

/* -==== FORMS ====- */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input { line-height: normal; }
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] { cursor: default; }
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
/*
 * Remove inner padding and border in FF3/4
 */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea { overflow: auto; vertical-align: top; resize: vertical; }
/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/* -==== TABLES ====- */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* -==== CHROME FRAME ====- */
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/*===== Primary Styles =====================================================
  Author: Daniel Freeman
  ==========================================================================
  Base Styles and Backgrounds
  ==============================*/

body{
/*    background: url(/static/img/bg-top.jpg) no-repeat center top;
    background-color: #000000;*/
	color: #fff;
	margin: 0px auto;
	-webkit-font-smoothing: subpixel-antialiased;
}

.bodyFrame{
	background: none;
	background-color: #FAFAFA;
	color:  #747679;
	
}

.noOverFlow {
	overflow: hidden;	
}

footer{
	float:left;
	padding:15px 0;
	width:  100%;
	min-width:1000px;
	z-index: 50;
}

header{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0 0;
	height: 76px; 
	width:  100%;
	min-width:1000px;
	color: #fff;
	z-index: 50;
	-moz-box-shadow:         0px 5px 10px #111;
	box-shadow:         0px 5px 10px #111;
	border-bottom: 2px solid #444;
	background-color: #444;	
	background: url('/static/img/ios_weave.jpg');
	behavior: url(css/PIE.htc);
}

.wrap{
	margin: 0px auto;
	width: 1040px;
}

.container{
  position: relative;
  width: 980px;
  padding-top: 86px;
  margin: 0 auto;
  color: #1A1718;
}

.banner{
	position: relative;
	width: 980px; 
	padding-top: 79px;
	padding-bottom: 43px;
	margin: 0 auto;
}

.content-top{
	height: 266px;
	width: 100%;
	min-width:1000px;
	background-color: #212221;
	-moz-box-shadow: inset 0 0 30px #111;
	box-shadow: inset 0 0 30px #111;
	border-bottom: 1px solid #444;
	border-top: 1px solid #444;
	behavior: url(css/PIE.htc);
}

.content-bottom{
	height: 306px;
	margin: 0 auto;
}

.iOSCenter{
	width: 100%;
	min-width:1000px;
}

/*==============================
  Typography
  ==============================*/
  
h1 {font: 34px BodoniURW-Med; color: #998f57; margin: 25px 0; text-shadow: 0 -2px 2px  #111;  line-height: 38px; }
h2 {font: 32px BodoniURW-Med; color: #fff; text-shadow: 0 -2px 2px  #222;}
h3 {font: 15px AauxNext-Bold;}

.aaux-10rb {font: 12px AauxNext-Regular; color: #6d6f71; text-shadow: 0 -1px 1px  #444;}
.aaux-12rw {font: 12px AauxNext-Regular; color: #fff; text-shadow: 0 -1px 1px  #444;}
.aaux-12rf {font: 12px AauxNext-Regular; color: #a7a9ab; text-shadow: 0 -1px 1px  #444;}
.aaux-12bw {font: 12px AauxNext-Bold; color: #fff; text-shadow: 0 -1px 1px  #444;}
.aaux-13iw {font: 13px AauxNext-RegularItalic; color: #fff; text-shadow: 0 -1px 1px  #444;}
.aaux-13rw {font: 13px AauxNext-Regular; color: #fff; text-shadow: 0 -1px 1px  #444;}
.aaux-13ry {font: 13px AauxNext-Regular; color: #444444; text-shadow: 1px 1px 1px  #F9F9F9;}
.aaux-13rg {font: 13px AauxNext-Regular; color: #444;text-shadow: 0 -1px 1px  #F9F9F9;}
.aaux-13rb {font: 13px AauxNext-Regular; color: #6090a7; text-shadow: 0 -1px 1px  #444;}
.aaux-14bw {font: 14px AauxNext-Bold; color: #fff; text-shadow: 0 -1px 1px  #444;}
.aaux-14rw {font: 14px AauxNext-Regular; color: #fff; text-shadow: 0 -1px 1px  #444;}
.aaux-15rw {font: 15px AauxNext-Regular; color: #fff; text-shadow: 0 -1px 1px  #444;}
.aaux-15iw {font: 15px AauxNext-RegularItalic; color: #fff; text-shadow: 0 -1px 1px  #444;}
.aaux-15rg {font: 15px AauxNext-Regular; color: #998f57; text-shadow: 0 -1px 1px  #444;}
.aaux-15bw {font: 15px AauxNext-Bold; color: #fff; text-shadow: 0 -1px 1px  #444;}
.aaux-16iw {font: 16px AauxNext-RegularItalic; color: #fff; text-shadow: 0 -1px 1px  #444;}
.aaux-16bg {font: 16px AauxNext-Bold; color: #444444;}
.aaux-17bw {font: 17px AauxNext-Bold; color: #fff; text-shadow: 0 -1px 1px  #444;}
.aaux-18rw {font: 18px AauxNext-Regular; color: #fff; text-shadow: 0 -1px 1px  #444;}
.aaux-18by {font: 18px AauxNext-Bold; color: #808284; text-shadow: 0 1px 0 #fff;	}
.aaux-18bg {font: 18px AauxNext-Bold; color: #998f57; text-shadow: 0 -1px 1px  #444;}
.bodo-32mw {font: 32px BodoniURW-Med; color: #fff; text-shadow: 0 -1px 1px  #444;}
.bodo-32mg {font: 32px BodoniURW-Med; color: #998f57; text-shadow: 0 -1px 1px  #444;}
.bodo-34mg {font: 34px BodoniURW-Med; color: #998f57; margin: 25px 0; text-shadow: 0 -1px 1px  #444;}
.bodo-70rg {font: 38px BodoniURW-Med; color: #998f57; text-shadow: 0 -1px 1px  #444;}


/*==============================
  Buttons
  ==============================*/

.btn-getStartedLarge{
	display: block;
	width: 339px; height: 56px;
	margin-left:  175px;
	background: url('/static/img/btn-getStartedLarge.png');
	background-position: top;
	text-indent: -9999px;
	cursor: pointer;
	behavior: url('css/iepngfix.htc');
}

.btn-getStartedLarge:hover {
	background-position: bottom;
}

.btn-getStartedLarge2{
	display: block;
	width: 337px; height: 56px;
	margin-left:  175px;
	background: url('/static/img/btn-getStartedLarge2.png');
	background-position: top;
	text-indent: -9999px;
	cursor: pointer;
	behavior: url(css/iepngfix.htc);
}

.btn-getStartedLarge2:hover {
	background-position: bottom;
}

.btn-SignUp{
	display: block;
	width: 149px; height: 49px;
	margin-left:  0;
	background: url('/static/img/signup.png');
	background-position: top;
	text-indent: -9999px;
	cursor: pointer;
	behavior: url('css/iepngfix.htc');
}

.btn-SignUp:hover {
	background-position: bottom;
}

.btn-Select{
	display: block;
	width: 114px; height: 31px;
	background: url('/static/img/btn-Select.png');
	background-position: top;
	text-indent: -9999px;
	cursor: pointer;
	float: left;
	margin-top: 16px;
	behavior: url('css/iepngfix.htc');
}

.btn-Select:hover {
	background-position: bottom;
}

.btn-cancel{
	display: block;
	width: 86px; 
	height: 26px;
	background: url('/static/img/btn-cancel.png');
	background-position: top;
	text-indent: -9999px;
	cursor: pointer;
	behavior: url('css/iepngfix.htc');
}

.btn-cancel:hover {
	background-position: bottom;
}

.btn-confirm:hover {
    background-image:url(../img/btn-confirm.png);
    background-color:none!important;
}

.btn-confirm-changes{
	display: block;
	width: 177px; 
	height: 31px;
/*    background: url('/static/img/btn-confirm-changes.png');*/
	background-position: top;
	text-indent: -9999px;
	cursor: pointer;
	behavior: url('css/iepngfix.htc');
}

.btn-confirm-changes:hover {
	background-position: bottom;
}

.btn-getStarted{
	display: block;
	width: 171px; height: 42px;
	background: url('/static/img/btn-getStarted.png');
	background-position: top;
	text-indent: -9999px;
	cursor: pointer;
	behavior: url('css/iepngfix.htc');
}

.btn-getStarted:hover {
	background-position: bottom;
}

.btn-printLabel{
	display: block;
	float: left;
	width: 177px; height: 31px;
	background: url('/static/img/btn-printLabel.png');
	background-position: top;
	text-indent: -9999px;
	cursor: pointer;
	behavior: url('css/iepngfix.htc');
}

.btn-printLabel:hover {
	background-position: bottom;
}

.btn-printPackingSlip{
	display: block;
	float: left;
	width: 182px; height: 31px;
	background: url('/static/img/btn-printPackingSlip.png');
	background-position: top;
	text-indent: -9999px;
	cursor: pointer;
	behavior: url('css/iepngfix.htc');
}

.btn-printPackingSlip:hover {
	background-position: bottom;
}

.btn-UPSLocations{
	display: block;
	float: left;
	width: 177px; height: 31px;
	background: url('/static/img/btn-UPSLocations.png');
	background-position: top;
	text-indent: -9999px;
	cursor: pointer;
	behavior: url('css/iepngfix.htc');
}

.btn-UPSLocations:hover {
	background-position: bottom;
}

.btn-change{
	display: block;
    font-weight:700;
	height: 32px;
	margin: 15px;
	text-indent: 0px!important;
	cursor: pointer;
    color:#fff!important;
	behavior: url('css/iepngfix.htc');
}

.btn-continue{
	display: block;
	width: 182px; height: 32px;
	background: url('/static/img/btn-continue.png');
	background-position: top;
	text-indent: -9999px;
	border: none;
	margin-bottom: 10px;
	z-index: 12;
	cursor: pointer;
	behavior: url('css/iepngfix.htc');
    margin:auto!important;
}

.btn-continue:hover {
	background-position: bottom;
}

.btn-back{
	display: block;
	width: 35px; height: 26px;
	background: url('/static/img/back.png');
	background-position: top;
	text-indent: -9999px;
	border: none;
	margin-bottom: 10px;
	z-index: 12;
	cursor: pointer;
	behavior: url('css/iepngfix.htc');
}

.btn-back:hover {
	background-position: bottom;
}

.btn-confirm{
	display: block;
	width: 182px; height: 32px;
	background: url('/static/img/btn-confirm.png');
	background-position: top;
	text-indent: -9999px;
	border: none;
	margin-bottom: 10px;
	cursor: pointer;
	behavior: url('css/iepngfix.htc');
}

.btn-confirm:hover {
	background-position: bottom;
}

.btn-declineEstimate{
	display: block;
	width: 177px; height: 31px;
	background: url('/static/img/btn-declineEstimate.png');
	background-position: top;
	text-indent: -9999px;
	border: none;
	margin-bottom: 10px;
	cursor: pointer;
	behavior: url('css/iepngfix.htc');
}

.btn-declineEstimate:hover {
	background-position: bottom;
}

.btn-discard{
	display: block;
	width: 177px; height: 31px;
	background: url('/static/img/btn-discard.png');
	background-position: top;
	text-indent: -9999px;
	border: none;
	margin-bottom: 10px;
	cursor: pointer;
	behavior: url('css/iepngfix.htc');
}

.btn-discard:hover {
	background-position: bottom;
}

.btn-decline{
	display: block;
	width: 95px; height: 31px;
	background: url('/static/img/btn-decline.png');
	background-position: top;
	text-indent: -9999px;
	border: none;
	margin-bottom: 10px;
	cursor: pointer;
	behavior: url('css/iepngfix.htc');
}

.btn-decline:hover {
	background-position: bottom;
}

.btn-acceptEstimate{
	display: block;
	width: 177px; height: 31px;
	background: url('/static/img/btn-acceptEstimate.png');
	background-position: top;
	text-indent: -9999px;
	border: none;
	margin-bottom: 10px;
	cursor: pointer;
	behavior: url('css/iepngfix.htc');
}

.btn-acceptEstimate:hover {
	background-position: bottom;
}

.btn-payShipping{
	display: block;
	width: 177px; height: 31px;
	background: url('/static/img/btn-payShipping.png');
	background-position: top;
	text-indent: -9999px;
	border: none;
	margin-bottom: 10px;
	cursor: pointer;
	behavior: url('css/iepngfix.htc');
}

.btn-payShipping:hover {
	background-position: bottom;
}

/*==============================
  Header
  ==============================*/

header .header-logo{
	float: left;
	padding-top: 10px;
}

.header-space{
	float: left;
	height: 76px; 
	width: 1px;
	background: #000;
	border-right: 1px solid #333;
	margin: 0 0 0 50px;
}
  
/*==============================
  Navigation
  ==============================*/
  
#nav:not(.mm-menu) { 
	margin: 32px 0 0 -1px; 
	padding: 0; 
	float: right;
	text-transform: uppercase;
	font-size: 1em;
	height: 44px;
}

#nav:not(.mm-menu) li{ 
	display: inline;
	margin: 0 23px 0 0;
}

#homeNav{ 
	margin: 32px 0 0 -1px; 
	padding: 0; 
	float: right;
	text-transform: uppercase;
	font-size: 1em;
	height: 44px;
}

#homeNav li{ 
	display: inline;
	padding: 0 33px 0 0;
}

#nav:not(.mm-menu) a { color: #fff; text-decoration:none; padding-bottom:1px; margin-bottom: 1px; display:inline-block; vertical-align:top; }
#nav:not(.mm-menu) a:hover { 	border-bottom: 2px solid #998f57; }

#homeNav a { color: #fff; text-decoration:none; padding-bottom:1px;	margin-bottom: 1px; display:inline-block; vertical-align:top; }
#homeNav a:hover { border-bottom: 2px solid #998f57; text-shadow: 0 -1px 1px #333; }

#nav:not(.mm-menu) a.selected, #homeNav a.selected{
	border-bottom: 2px solid #998f57;
	padding-bottom:1px;	
    text-shadow: 0 -1px 1px #333;
	color: #998f57;
}

  
/*==============================
  Main Page
  ==============================*/

.banner-main{
	width: 850px;
	margin:  0px auto;
	margin-top: 25px;
}

.watchImg{
	float: right; 
}

.works-header{
	position:relative;
	margin: 0px auto;
	width: 790px; 
	height: 25px;
	padding: 12px 10px;
	padding-left: 35px;
}

.works-header span{
	width: 350px;
	float: left;
	font-size: 1.6em;
	color: #FDFDFD;
}

.works-header p{
	width: 350px;
	float: right;
	text-align: right;
	margin-right: 50px;
}

.works-iconsArea{
	position:relative;
	margin: 0px auto;
	width: 800px;
}


.works-icon{
	position: relative;
	float: left;
	width: 164px;
	text-align: left;
	padding: 0 15px;
}

.works-icon p{
	height: 55px;
}

.works-separators{
	position: absolute;
	top: 40px; left: 135px;
	height: 4px; width: 77px;
	background: url(/static/img/howItWorks-separators.png);
}

.content-bottom{
	margin: 0px auto;
	width: 780px;
}

.content-bottomReviews{
	position: relative;
	float: left;
	width: 207px; min-height: 269px;
	margin-top: 30px;
}

.content-bottomServices{
	position: relative;
	float: left;
	width: 207px; height: 269px;
	padding-left: 79px;
	margin-top: 30px;
}

.content-bottomPrices{
	margin-bottom: 13px;
}

.content-bottom p{
	margin: 1px;
}

.bottom-links{
	position: absolute;
	bottom: 10px;
}

.bottom-linksButtons{
	position: relative;
	width: 100px;
	margin: 0px auto;
}

.problemImg{
	margin-top: 30px;
}

.prices{
	position: relative;
	width: 100px; height: 70px;
	float: left;
}

.prices p{
	margin-bottom: 11px;
}

.prices img{
	margin: 0 0 8px 5px;
}

.prices-numbers{
	position: relative;
	width: 75px; height: 66px;
	float: left;
	margin: 0 0 11px 15px;
}

.works-popups{
	display: none;
	width: 550px;
}
.popups-text{
	float: left;
	width: 420px;
	padding-right: 20px;
}

.popups-imgs{
	float: left;
	width: 105px;
}

ul.bannerList {
	list-style-image: url("/static/img/checkmark.png");
	padding-left: 30px; 
}

.bannerBullets {
	padding-left: 0;

}

.bannerBullets:not(:last-child){
	margin-bottom: 3px;	
}

.hiddenReview{
	display: none;
}

.buttonReviewOff {  
	background: url('/static/img/btn-mainPageReviews.png');
	background-position: top;
	border-width: 0;
	width: 6px; height: 6px;
	margin: 0px 5px 0;
	padding:  0px;
}

.buttonReviewOff:hover {  
  	background: url('/static/img/btn-mainPageReviews.png');
  	background-position: bottom;
}

.buttonReviewOn {  
	background: url('/static/img/btn-mainPageReviews.png');
	background-position: center;
	border-width: 0;
	width: 6px; height: 6px;
	margin: 0px 5px 0;
	padding:  0px;
}    

.buttonReviewOn:hover {  
  	background: url('/static/img/btn-mainPageReviews.png');
  	background-position: bottom;
}

/*==========================================
  About, Brands, Service, Repair and Contact
  ==========================================*/  

.banner-bottomLine{
	border-bottom: 2px solid #797878;	
	
}

.banner-about{
	width: auto;
	margin:  0px auto;
	margin-top: 25px;

}

.about-content{
	margin: 0px auto;
	width: 960px;
}

.about-bannerImg{


}

.about-main{
	width: 519px;
	float: left;
	padding: 25px 30px 0 20px;
}

.about-sideBar{
	width: 360px;
	float: left;
	padding: 25px 0 0;
}

.about-sideBarHeading{
	margin-left: 50px;
}

.about-sideBarContent{
	border-left: 1px solid #797878;
	padding-left: 50px;
}

.about-topLine{
	border-top: 1px solid #797878;
}

.services-main{
	width: 419px;
	float: left;
	padding: 25px 30px 0 20px;
}

.services-sideBarContent{
	padding-left: 50px;
}

.services-noProblem{
	position: relative;
	width: 127px;
	float: left;
	text-align: center;
	margin-top: 25px;
}

.contact-content{
	width: 900px;
	margin:  0px auto;
}

.separatorLine{
	border-top: 2px solid #797878;
	width: 900px;
	margin: 0px auto;
	padding-bottom: 10px;
	clear: both;
}

.repairSub-contentLeft{
	float: left;
	width: 400px;
	padding: 25px 100px 2px 0;
	margin-bottom: 25px;
}

.repairSub-contentRight{
	float: left;
	width: 400px;
	padding-top: 25px;
	margin-bottom: 25px;
}

.repairSub-separator{
	border-top: 2px solid #797878;
}

.repairSub-buttonSpace{
	margin: 5px 10px 20px;
}

.repair-statusImg{
	margin-left: 40px;
}

.repairSubEst-contentMid{
	width: 370px;
	margin-bottom: 30px;
}

.repairSubEst-bottomColLeft{
	float: left;
	width: 100px;
	padding-right: 100px;
	margin-top: 10px;
}

.repairSubEst-bottomColMid{
	float: left;
	width: 350px;
	padding-right: 175px;
	margin-top: 10px;
}

.repairSubEst-bottomColRight{
	float: left;
	width: 100px;
	text-align:right;
	margin-top: 10px;
}

.repairSubEst-buttons{
	float: right;
	width: 400px;
	margin: 25px 57px 25px 0;
}

.repairSubEst-buttonSpace{
	float: left;
	margin: 5px 10px 20px;
}

/*==============================
  Reviews
  ==============================*/

#reviews-container{
	position: relative;
	width: 800px;
	margin: 0px auto;
}

.item {
  width: 340px;
  float: left;
  border-bottom: 2px solid #797878;
  margin: 0 20px 35px;
 }

.name{
	position: relative;
	margin-top: 15px;
}

.loc{
	position: relative;
	margin-bottom: 15px;
}

.showReview{
	display:block;
}

.reviews-loadMoreBtn{
	position: relative;
	width: 700px; height: 18px;
	margin:  0px auto;
	padding:  30px;
	text-align: right;
	text-shadow: 0 -1px 1px  #444;
}

.bottom_review_nav, #backToTop{  
	background: none;	
	border-width: 0;
	font: 15px AauxNext-RegularItalic; 
	color: #6090a7;
	text-shadow: 0 -1px 1px  #444;
	margin: 0 3px 0 3px;
}

#backToTop:hover, .bottom_review_nav:hover {
	color: #998f57;
}

#top_review_nav {
	position: absolute; 
	right: 80px; 
	top: 20px;
}


#bottom_review_nav {
	
}

#top_review_nav .review_page_num, #bottom_review_nav .review_page_num {
	color: #6090a7;
	font: 1.1em AauxNext-Regular; 
	padding: 0 2px 0 2px;
	text-shadow: 0 -1px 1px  #444;
	cursor: pointer;
}

#top_review_nav .review_page_num:hover, #bottom_review_nav .review_page_num:hover {
	color: #998f57;
	transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
}

/*==============================
  Brands
  ==============================*/  
  
.brands-container{
	position: relative;
	width: 800px;
	margin: 0px auto;
	overflow: hidden;
}

#brands-searchArea{
	position: relative;
	width: 800px; height:90px;
	margin: 0px auto 10px;
}

#brands-searchArea p{
	margin: 25px 0 5px;
}

#brands-searchText{
	position: absolute;
	width: 400px;
	left: 0px; bottom: 0px;
}

#brands-search{
	position: absolute;
	width: 250px; 
	height: 35px;
	right: 0px; bottom: 0px;
	margin-right: 22px;
	text-align: right;
	border: 1px #999 solid;
	background: url('/static/img/brands-searchBtn.jpg') right no-repeat;
}

#search{
	height: 28px;
	padding: 0px;
}

#brands-menu{ 
	position: relative;
	margin: 25px 0 0 -1px; 
	padding: 0; 
	margin:  0px auto;
	text-transform: uppercase;
	font-size: 12px;
}

#brands-menu li{ 
	display: inline; 
	margin: 0 15px 0 0;
}

.brandsBtn{
	position: relative;
	width: 115px; height: 29px;
	padding-top: 6px;
	padding-bottom: 2px;
	margin: 25px auto 0px;
	border-width: 0;
	background-color: #8A969A;
	color: #fff;
	cursor: pointer;
}

.selected-brandsMenuBtn{
	background-color: #988F57; 
}

#masonry-container{
	position:  relative;
	width: 800px;
	margin:  0px auto;
	padding-top:  50px;
	overflow: auto; 
	height: 1%;
}

.brand-item{
	width: 210px;
	float: left;
	margin: 0 20px 10px;
	display: none;
}

.brand-item a {
	color: white;
	padding-bottom: 1px;	
}

.brand-item a:hover, .brand-item a:active {
	border-bottom: 2px solid #998f57;	
}

/*==============================
  Terms and Conditions
  ==============================*/ 
  
.terms-content{
	width: 900px;
	margin: 0px auto;
}

.terms-col{
	width: 390px;
}

.terms-twoColLeft{
	width: 390px;
	padding-right: 120px;
	float: left;
}

.terms-twoColRight{
	width: 390px;
	margin-top: 40px;
	float: left;
}

.terms-separatorLine{
	border-top: 2px solid #797878;
	width: 900px;
	margin: 25px auto;
	float: left;
}

/*==============================
  Frame
  ==============================*/

.frame-container{
	position: relative;
	width: 715px;
	margin: 0px auto;
	overflow: hidden;
}

.frame-container3{
	position: relative;
	width: 715px;
	margin: 0px auto;
}

.frame-container ul{
	padding: 0px 0px 0px 20px;
	margin: 0 0 0 25px;
}

.frame-checkboxes td{
	padding: 0 30px 7px 0;
}

#frame-titleBar{
	position: relative;
	height: 55px;
}

.frame-bottomBorder{
	border-bottom: 2px solid #dbdcde;
}

.frame-titleText{
	position: absolute;
	left: 0px; bottom: 20px;
}

.frame-titleImage{
	position: absolute;
	right: 0px; bottom: 7px;
}

.frame-contentArea{
	position: relative;
	overflow:auto;
	height:auto!important;
	padding: 15px 0;
}

.frame-contentAreaLarge{
	position: relative;
	overflow:auto;
	height:auto!important;
	padding: 30px 0;
}

.frame-col{
	float: left;
	width: 450px;
}

.frame-colLeft{
	float: left;
	width: 342px;
	cursor: pointer;
	border-radius: 5px;
  	border: 2px solid #FAFAFA;
	padding: 5px;
}

.frame-colOnly{
	float: left;
	width: 342px;
	cursor: pointer;
	border-radius: 5px;
  	border: 2px solid #FAFAFA;
	padding: 5px;
}

.frame-colRight{
	float: left;
	width: 337px;
	cursor: pointer;
	border-radius: 5px;
  	border: 2px solid #FAFAFA;
	padding: 5px;
	margin-left: 5px;
}

.frame-colRight:hover, .frame-colLeft:hover, .frame-colSelected {
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
	transition: all .15s ease-in;
  	border: 2px solid red;  
	background-color: #FBFBFB;
}

.frame1-colRightImg{
	float: left;
	margin: 0px 0px 0px 117px;
}

.frame-colOne{
	float: left;
	width: 238px;
}

.frame-colOneDouble{
	float: left;
	width: 476px;
}

.frame-colTwo{
	float: left;
	width: 218px;
}

.frame-colThree{
	float: left;
	width: 218px;
}

.frame-btnContinue{
	position: absolute;
	width: 182px; height: 64px;
	bottom: 10px; right: 10px;
}

.frame-btnConfirm{
	position: absolute;
	width: 182px; height: 64px;
	bottom: 0px; right: 10px;
}

.frame-returnToSite{
	margin: 0px auto;
	text-align:center;
	font-size: 1.1em;
}
.previous_step {
	font-weight: bold;	
}

.frame-indent{
	margin-left: 30px;
}

.frame-UPSLogoImg{
	margin: 15px 0 0 45px;
}

#step1{
	display:block;
}

#step2{
	/* display:none; */
}

#step3{
	/* display:none; */
}
#step5 table,#step5 table td,#step5 table tr {
    border:none!important;
}
div.watch_info {
	overflow-y: hidden;
	-webkit-overflow-scrolling:touch;
}

div.watch_info::-webkit-scrollbar, iframe::-webkit-scrollbar, #right_column::-webkit-scrollbar {
    width: 10px;
}
div.watch_info::-webkit-scrollbar-track, iframe::-webkit-scrollbar-track, #right_column::-webkit-scrollbar-track {
    background: #FFF;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
}
div.watch_info::-webkit-scrollbar-thumb, iframe::-webkit-scrollbar-thumb, #right_column::-webkit-scrollbar-thumb {
    background: #CCC;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}
div.watch_info::-webkit-scrollbar-thumb:hover, iframe::-webkit-scrollbar-thumb:hover, #right_column::-webkit-scrollbar-thumb:hover {
    background: #AAA;
}
div.watch_info::-webkit-scrollbar-thumb:active, iframe::-webkit-scrollbar-thumb:active, #right_column::-webkit-scrollbar-thumb:active {
    background: #888;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
}

/*==============================
  Footer
  ==============================*/
   
/*footer{
    text-align:center;
}

footer .footer-content{
    margin: 0px auto;
    border-top: 2px solid #797878;
    width: 940px;

}

.footer-content li{
    display: inline;
    margin: 0 5px 0 0;
}

.footer-content img{
    margin: 30px 0 15px;
}

.footer-content p{
    padding: 0 70px;
}*/

/*==============================
  Misc
  ==============================*/

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/static/img/fancybox_sprite.png');
	behavior: url('css/iepngfix.htc');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/static/img/fancybox_loading.gif') center center no-repeat;
	z-index: 8021;
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
	behavior: url(css/PIE.htc);
}

#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
	behavior: url(css/PIE.htc);
}

.shipping_label {
	width:300px;
	height: 200px;
	border: 2px solid #888;
}

.shipping_label:hover {
	border: 2px solid #3e8398; 
	transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
	box-shadow:0 0 7px #89BFCF;
}

.watch_pic_link, .packing_slip_link {
	float: left; 
	 border: 2px solid #797878;
	 opacity: .95;
	 margin-bottom: 10px;
	 margin-left: 5px;
	 margin-top: 10px;
}

.packing_slip_link {
	margin-left: 30px;		
}

.watch_pic_link:hover, .packing_slip_link:hover {
	border: 2px solid #3e8398;  
	opacity:1;	
	box-shadow:0 0 7px #89BFCF;
	transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
}

/*==============================
  Non-Semantic Helper Classes
  ==============================*/

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
/* Hide from both screenreaders and browsers */
.hidden { display: none !important; visibility: hidden; }
/* Hide only visually, but have it available for screenreaders */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* Contain floats */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*==============================
  Tabular Data
  ==============================*/

.experimental {
  border-collapse: collapse;
  font: 14px AauxNext-Regular; color: #444444;  text-shadow: 0 -1px 1px  #F3F3F4;
  color: #5C5C5C;
  background: #EDEDED;
  margin: 5px 5px 10px 0;
  clear: left;
   border: 2px solid #AAA;
  }
 
.experimental p {
	color: #5C5C5C;	
}

.experimental caption {
  text-align: left;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  }
  
.experimental tbody td a {
  background: transparent;
  text-decoration: none;
  font: 14px Helvetica,Arial;
  color: #5C5C5C;
  font-weight: bold;
  line-height: 18px;
  font-size:13px;
}
.experimental tbody td a:hover {
  text-decoration:underline;
}

.experimental thead th {
	cursor: pointer;	
}

.experimental td {
  border: 1px solid #CCC;
  padding: .5em;
  color: #5C5C5C;
  vertical-align: middle;
}
.experimental tr:nth-child(odd) {
	background: #F7F7F7;
}

.experimental tr.odd td {
	background: #EDEDED;
}

.experimental thead th, .experimental tfoot th {
  font: bold 12px verdana, arial, helvetica, sans-serif;
  border: 2px solid #494949;
  text-align: left;
  background: #5C5C5C;
  color: #D7D6D6;
  padding:8px;
  padding-left: 10px;
  }
.experimental tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }

.experimental tbody tr:hover {
	background-color: #E0E0E0;
}

.zoom-icon{
  position:absolute;
  opacity: .7;
}

table.transparent {
	border: 2px solid rgba(100, 100, 100, .9);
	border-collapse: collapse;	
}
table.transparent tbody tr:nth-child(odd) {	
	background: rgba(100, 100, 100, .4);
}
table.transparent tbody tr:nth-child(even) {	
	background: rgba(100, 100, 100, .3);
}
table.transparent tbody tr:hover {	
	background: rgba(100, 100, 100, .5);
}
table.transparent tbody tr td {
	border: 1px solid rgba(100, 100, 100, .45);
	padding: 5px;
	font-size: .9em;
	vertical-align:middle;
}
table.transparent tbody tr td:not(:first-child) {
	padding-left: 9px;
}
table.transparent tbody tr td:first-child {
	opacity: .9; 
	background-color: rgba(153,143,87, .25);
	width: 35px;
	vertical-align:middle;
	text-align:center;
}
table.transparent tbody tr td:first-child p {
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:1.6em;
	margin: 0;
	line-height: 1.4em;
	text-shadow: 0px 1px 1px #000;
}

p.centered {
    width:80%;
    margin:auto;
    margin-top:20px;
    font-family:Montserrat;
    text-align:center;
}

/*==============================
  Print Styles
  ==============================*/
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


.sub-menu.active {
    padding-bottom: 6px !important;
}


.AWCI-logo
{
    width: 100%;
    margin-bottom: 50px;
    margin-top: 31px;
    
}
