

<!--
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, font, 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, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
	font-family:'PT Sans', sans-serif;
}

html
{
    scroll-behavior: smooth;
}

body {
	background-color: #bbbbbb;
    overflow-x:hidden;
    text-align: center;

}

.pic_wrapper {
	text-align: center;   
	height: 960px;
	width:100%;
	margin:auto;
}

.pic_container {
	display:table;
	text-align: center;   
	height:801px;
    vertical-align: middle;
	width:100%;
    margin: 0 auto;
    overflow-y: hidden; // hide vertical
    overflow-x: hidden;
}
.pic_prev{
	background-image: url(//risestairs.com/style/left_arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:table-cell;
	height:800px;
	width:40px;
    float:right;
	cursor: pointer;
    position: relative;
	z-index:99;
}

.pic_next{
	background-image: url(//risestairs.com/style/right_arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:table-cell;
	height:800px;
	width:40px;
	z-index:99;
    float:left;
    position: relative;
    cursor: pointer;
}

.pic_slider{
	display:table-cell;
	height:800px;
	width:600px;
    overflow-y: hidden; // hide vertical
    overflow-x: hidden;
    vertical-align: bottom;
    text-align:center;
    z-index:8;
}

.pic_slider_left{
	display:table-cell;
	height:800px;
	width:30%;
    overflow-y: hidden; // hide vertical
    overflow-x: hidden;
    vertical-align: bottom;
    position: absolute;
    z-index:0;
    opacity: 0.2;
}

.pic_slider_right{
	display:table-cell;
	height:800px;
	width:30%;
    overflow-y: hidden; // hide vertical
    overflow-x: hidden;
    vertical-align: bottom;
    position: absolute;
    z-index:0;
    opacity: 0.2;
}

/* center each picture */
#pic_img{ 
    display: inline-block;
    vertical-align: middle;
    text-align:center;
    width:600px;
    
 }
 
 #pic_quote
 {
 	position:absolute;
	left: 0; 
  	right: 0; 
  	margin-left: auto; 
  	margin-right: auto;
    vertical-align:top;
    width:600px;
    padding:8px;
    text-align:center;
    background-color:   ;
    color:#ffffff;
    z-index:150;
    
    font-size:.85em;
    opacity: 0.85;
    font-weight:bold;
    
 }

.pic_nav a, #s7 strong 
{ 
    padding: 6px; 
    border: 1px solid #ccc; 
    background: #333333; 
    color: #ffffff; 
    text-decoration: none; 
}

.pic_nav a.activeSlide 
{
	 background:   ;
}

.pic_nav a:hover 
{
	background-color:  ;
}

.pic_nav a:focus 
{ 
	outline: none;
}

.pic_nav 
{ 
	margin-top:20px;
    line-height:40px;
    text-align: center; 
    height:160px;
}

#pic_nav_tag
{
    font-size:1em;
}

/* SPLASH PAGE VIEWER*/
/* Other container */
.contentContainer {
    color:#fff;
    font-family:sans-serif;
    opacity:0.8;
    padding:20px;
    margin-top:20px;
}

/* Center my loader */
#maximage {
    display:none;
    margin-top:140px;
}

/*I want to style my pager*/
#cycle-nav {
    float:right;
    position:fixed;
    right:20px;
    bottom:20px;
    padding:10px;
    padding-top:2px;
    padding-bottom:2px;
    margin-bottom:20px;
    background:#555555;
    -webkit-border-radius: 25px;
  	   -moz-border-radius: 25px;
    	    border-radius: 25px;
}
#cycle-nav ul {
    list-style-type:none;
}
#cycle-nav ul li {
    border:2px solid #cccccc;
    float:left;
    margin:4px;
    -webkit-border-radius: 15px;
  	   -moz-border-radius: 15px;
    	    border-radius: 15px;
}
#cycle-nav ul li a {
    background:#cccccc;
    float:right;
    height:15px;
    margin:4px;
    width:15px;
    -webkit-border-radius: 15px;
  	   -moz-border-radius: 15px;
    	    border-radius: 15px;
}
#cycle-nav ul li.activeSlide {
    border:2px solid #B2D630;
    -webkit-border-radius: 15px;
  	   -moz-border-radius: 15px;
    	    border-radius: 15px;
}

.pic_wrapper_wide {
	text-align: center;   
	height: 700px;
	width:100%;
	margin:auto;
}

.pic_container_wide {
	display:table;
	text-align: center;   
	height:601px;
	width:880px;
    margin: 0 auto;
    overflow-y: hidden; // hide vertical
    overflow-x: hidden;
}
.pic_prev_wide{
	background-image: url(//risestairs.com/style/left_arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:table-cell;
	height:600px;
	width:40px;
	z-index:99;
	cursor: pointer;
}

.pic_next_wide{
	background-image: url(//risestairs.com/style/right_arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:table-cell;
	height:600px;
	width:40px;
	z-index:99;
    cursor: pointer;
}

.pic_slider_wide{
	display:table-cell;
	height:600px;
	width:800px;
    overflow-y: hidden; // hide vertical
    overflow-x: hidden;
    vertical-align: bottom;
    z-index:8;
}
.calendarButton {
	padding:12px;
}

.calendarButton_active {
	padding:12px; 
    background-color:#77AB3D; 
    color:white;
}
.calendarButton_active_light {
	padding:12px; 
    background-color:#845766; 
    color:white;
}

.calendarButton_booked {
	padding:12px; 
    background-color:red; 
    color:#999;
}

.calendarButton_booked_res {
	padding:12px; 
    background-color:#929292; 
    color:#dddddd;
}

.calendarButton_partial {
	padding:12px; 
    background-color:#E6B800; 
    color:white;

}

.calendarButton_exist {
	padding:12px; 
    background-color:#F78F49; 
    color:white;

}

textarea{
    resize: none;
    width: 100%;
    -webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
       -moz-box-sizing: border-box; /* FF1+ */
            box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/
    
     -webkit-border-radius: 5px;
  	   -moz-border-radius: 5px;
    	    border-radius: 5px;
   
}

#accent_button{
    padding: 8px;
    padding-left: 14px;
    padding-right: 14px;
	cursor: pointer;
	background-color: #000000; 
    color: ;     
    border: 1px solid #ccc;
    border-color: #77AB41 #77AB41 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    	    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -webkit-border-radius: 15px;
  	   -moz-border-radius: 15px;
    	    border-radius: 15px;
}

#accent_button:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    background-color:#edf4d0;

}

#accent_button:hover {
	background-image:none;
	background-color: #000000;
}

#accent_button:disabled {
    background-image: none;
    outline: 0;
    background-color:#dddddd;
}

#enter-link {
	font-size:1.5em;
    position: absolute; 
    top: 45%; 
    left: 35%; 
    width: 30%; 
    padding-top: 20px;
    padding-bottom: 20px;
	cursor: pointer;
	background-color:#77AB41; 
    opacity:0.9;
    color:white;     
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    	    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -webkit-border-radius: 15px;
  	   -moz-border-radius: 15px;
    	    border-radius: 15px;
}

#enter-link:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    background-color:#edf4d0;

}

#enter-link:hover {
	background-image:none;
	background-color:#135570;
}

#enter-link:disabled {
    background-image: none;
    outline: 0;
    background-color:#dddddd;
}

#green_button{
    vertical-align:middle;
    padding: 8px;
    padding-top: 14px;
    padding-bottom: 14px;
	cursor: pointer;
	background-color:#77AB41; 
    color:white;     
    border: none;
    font-weight:normal;
}

#green_button:hover {
	background-color:#8ddb3b;
}

#green_button:disabled {
    background-color:#dddddd;
}

.btn{
    vertical-align:middle;
    padding: 8px;
    padding-top: 25px;
    padding-bottom: 25px;
	cursor: pointer;
	background-color:#000000; 
    color:white;     
    border: none;
    font-weight:normal;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    	    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
      border-top: 1px solid #CCCCCC;
      border-right: 1px solid #666666;
      border-bottom: 1px solid #666666;
      border-left: 1px solid #CCCCCC;  
}

.btn:hover {
	background-color:#8ddb3b;
}

.btn:disabled {
    background-color:#dddddd;
}

.btn.green{background-color:#77AB41;font-weight:bold;font-size: 1.25em;}
.btn.green:hover{background-color:#8ddb3b;}

.btn.aqua{background-color:#0D8AC1;font-weight:bold;font-size: 1.25em;}
.btn.aqua:hover{background-color:#00C3FF;}

.btn.dark_aqua{background-color:#056fa8;font-weight:bold;font-size: 1.25em;}
.btn.dark_aqua:hover{background-color:#13a9e8;}

.btn.blue{background-color:#056fa8;font-weight:bold;font-size: 1.25em;}
.btn.blue:hover{background-color:#13a9e8;}

#green_button_fat{
    padding: 8px;
    padding-left: 14px;
    padding-right: 14px;
	cursor: pointer;
	background-color:#77AB41; 
    color:white;     
    border: 1px solid #ccc;
    border-color: #77AB41 #77AB41 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    	    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -webkit-border-radius: 15px;
  	   -moz-border-radius: 15px;
    	    border-radius: 15px;
    box-shadow: 5px 5px 5px #aaaaaa;
 	font-family: 'Oswald', sans-serif; 
    color: #ffffff;
	text-align: center; 
    font-size: 1.25em;
}

#green_button_fat:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    background-color:#edf4d0;

}

#green_button_fat:hover {
	background-image:none;
	background-color:#90BF52;
}

#green_button_fat:disabled {
    background-image: none;
    outline: 0;
    background-color:#dddddd;
}

#green_button_thin{
    vertical-align:middle;
    padding: 10px;
    padding-top:7px;
    padding-bottom:7px;
	cursor: pointer;
	background-color:#77AB41; 
    color:white;     
    border: none;
    font-weight:normal;
}

#green_button_thin:hover {
	background-color:#90BF52;
}

#green_button_thin:disabled {
    background-color:#dddddd;
}

#aqua_button{
    vertical-align:middle;
    padding: 8px;
    padding-top: 25px;
    padding-bottom: 25px;
	cursor: pointer;
	background-color:#0D8AC1; 
    color:white;     
    font-weight:bold;
    font-size: 1.25em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    	    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
      border-top: 1px solid #CCCCCC;
      border-right: 1px solid #666666;
      border-bottom: 1px solid #666666;
      border-left: 1px solid #CCCCCC;  
}

#aqua_button:hover {
	background-color:#00C3FF;
}

#aqua_button:disabled {
    background-color:#dddddd;
}

#aqua_button_thin{
    vertical-align:middle;
    padding: 10px;
    padding-top:7px;
    padding-bottom:7px;
	cursor: pointer;
	background-color:#0D8AC1; 
    color:white;     
    border: none;
    font-weight:normal;
}

#aqua_button_thin:hover {
	background-color:#00C3FF;
}

#aqua_button_thin:disabled {
    background-color:#dddddd;
}

.aqua_button_thin{
    vertical-align:middle;
    padding: 10px;
    padding-top:7px;
    padding-bottom:7px;
	cursor: pointer;
	background-color:#0D8AC1; 
    color:white;     
    border: none;
    font-weight:normal;
}

.aqua_button_thin:hover {
	background-color:#00C3FF;
}

.aqua_button_thin:disabled {
    background-color:#dddddd;
}

.aqua_circle{
    height: 20px;
    width: 20px;
    border: 2px solid #0D8AC1;
    border-radius: 50%;
    display: inline-block;
    padding:3px;
}

.aqua_circle:hover {
	background-color:#0D8AC1;
    border: 2px solid #0D8AC1;
}

.aqua_circle:disabled {
    background-color:#dddddd;
    border-color:#dddddd;
}


#red_button{
    vertical-align:middle;
    padding: 8px;
    padding-top: 14px;
    padding-bottom: 14px;
	cursor: pointer;
	background-color:#CE0000; 
    color:white;     
    border: none;
    font-weight:normal;
}


#red_button:hover {
	background-color:#FF0000;
}

#red_button:disabled {
    background-color:#dddddd;
}

#red_button_thin{
    vertical-align:middle;
    padding: 10px;
    padding-top:7px;
    padding-bottom:7px;
	cursor: pointer;
	background-color:#CE0000; 
    color:white;     
    border: none;
    font-weight:normal;
}

#red_button_thin:hover {
	background-color:#FF0000;
}

#red_button_thin:disabled {
    background-color:#dddddd;
}

#pay_button{
    padding: 6px;
    padding-top:2px;
    padding-bottom:4px;
	cursor: pointer;
	background-color:#77AB41; 
    color:white;     
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    	    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -webkit-border-radius: 8px;
  	   -moz-border-radius: 8px;
    	    border-radius: 8px;
}

#pay_button:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    background-color: #135570;
}

#pay_button:hover {
	background-image:none;
	background-color: #13a9e8;
}

#pay_button:disabled {
    background-image: none;
    outline: 0;
    background-color:#dddddd;
}


#blue_button{
    vertical-align:middle;
    padding: 8px;
    padding-top: 14px;
    padding-bottom: 14px;
	cursor: pointer;
	background-color:#056fa8; 
    color:white;     
    border: none;
    font-weight:normal;
}

#blue_button:hover {
	background-color:#13a9e8;
}

#blue_button:disabled {
    background-color:#dddddd;
}


.blue_button{
    vertical-align:middle;
    padding: 8px;
    padding-top: 14px;
    padding-bottom: 14px;
	cursor: pointer;
	background-color:#056fa8; 
    color:white;     
    border: none;
    font-weight:normal;
}

.blue_button:hover {
	background-color:#13a9e8;
}

.blue_button:disabled {
    background-color:#dddddd;
}


#blue_button_thin{
    padding: 6px;
    padding-top:4px;
    padding-bottom:4px;
	cursor: pointer;
	background-color:#056fa8; 
    color:white;     
    border: 1px solid #ccc;
    border-color: #056fa8 #056fa8 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    	    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -webkit-border-radius: 8px;
  	   -moz-border-radius: 8px;
    	    border-radius: 8px;
    font-weight:normal;
}

#blue_button_thin:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    background-color:#13a9e8;

}

#blue_button_thin:hover {
	background-image:none;
	background-color:#13a9e8;
}

#blue_button_thin:disabled {
    background-image: none;
    outline: 0;
    background-color:#dddddd;
}

#blue_button_ultrathin{
    padding: 4px;
    padding-top:2px;
    padding-bottom:2px;
	cursor: pointer;
	background-color:#056fa8; 
    color:white;     
    border: 1px solid #ccc;
    border-color: #056fa8 #056fa81 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    	    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -webkit-border-radius: 8px;
  	   -moz-border-radius: 8px;
    	    border-radius: 8px;
    font-weight:normal;
}

#blue_button_ultrathin:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    background-color:#13a9e8;

}

#blue_button_ultrathin:hover {
	background-image:none;
	background-color:#13a9e8;
}

#blue_button_ultrathin:disabled {
    background-image: none;
    outline: 0;
    background-color:#dddddd;
}

#orange_button{
    padding: 8px;
    padding-left: 14px;
    padding-right: 14px;
	cursor: pointer;
	background-color:#EE7023; 
    color:white;     
    border: 1px solid #ccc;
    border-color: #EE7023 #EE7023 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    	    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -webkit-border-radius: 15px;
  	   -moz-border-radius: 15px;
    	    border-radius: 15px;
}

#orange_button:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    background-color:#FF9810;

}

#orange_button:hover {
	background-image:none;
	background-color:#FF9810;
}

#orange_button:disabled {
    background-image: none;
    outline: 0;
    background-color:#dddddd;
}

#orange_button_thin{
    padding: 6px;
    padding-top:4px;
    padding-bottom:4px;
	cursor: pointer;
	background-color:#EE7023; 
    color:white;     
    border: 1px solid #ccc;
    border-color: #EE7023 #EE7023 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    	    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -webkit-border-radius: 8px;
  	   -moz-border-radius: 8px;
    	    border-radius: 8px;
    font-weight:normal;
}

#orange_button_thin:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    background-color:#FF9810;

}

#orange_button_thin:hover {
	background-image:none;
	background-color:#FF9810;
}

#orange_button_thin:disabled {
    background-image: none;
    outline: 0;
    background-color:#dddddd;
}

#grey_button{
    padding: 8px;
    padding-left: 14px;
    padding-right: 14px;
	cursor: pointer;
	background-color:#555555; 
    color:white;     
    border-color: #555555 #555555 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 8px;
  	   -moz-border-radius: 8px;
    	    border-radius: 8px;
    font-weight:normal;
}

#grey_button:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    background-color:#135570;

}

#grey_button:hover {
	background-image:none;
	background-color: #135570;
}

#grey_button:disabled {
    background-image: none;
    outline: 0;
    background-color:#333333;
    color: #666666;
}


#box_button{
	cursor: pointer;
    box-shadow: 0 10px 6px -6px #777;
	text-decoration: none;
	font-weight: normal;    
	border: 3px solid #cccccc;
    min-height: 100px;
}

#box_button:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	text-decoration: none;
	font-weight: normal;
}

#box_button:hover {
	background:#D5EAC3;
	border: 3px solid #333333;
	text-decoration: none;
	font-weight: normal;
}

#box_button:disabled {
    outline: 0;
}



#black_button{
    padding: 8px;
    padding-left: 11px;
    padding-right: 11px;
	cursor: pointer;
	background:#333333; 
    color:white;   
    font-weight:bold;  
    border: none;
	font-size:1.25em;
}

#wysiwyg_button{
	min-width:90px;
    padding: 8px;
	cursor: pointer;
	background-color:#295FAC; 
    color:white;     
    border: 1px solid #ccc;
    border-color: #295FAC #295FAC #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    	    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -webkit-border-radius: 3px;
  	   -moz-border-radius: 3px;
    	    border-radius: 3px;
}

#wysiwyg_button:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    background-color:#389BF4;

}

#wysiwyg_button:hover {
	background-image:none;
	background-color:#389BF4;
}

#wysiwyg_button:disabled {
    background-image: none;
    outline: 0;
    background-color:#dddddd;
}

#wysiwyg_color
{
	width: 95%;
	height: 100%;
    background-color:#295FAC;
}

#wysiwyg_color:active
{
    outline: 0;
    background-color:#389BF4;
}

#wysiwyg_color:hover {
	background-image:none;
	background-color:#389BF4;
}

#wysiwyg_color:disabled {
    background-image: none;
    outline: 0;
    background-color:#dddddd;
}

#pageNav_button{
    padding: 8px;
    padding-left: 14px;
    padding-right: 14px;
	cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    	    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -webkit-border-radius: 5px;
  	   -moz-border-radius: 5px;
    	    border-radius: 5px;
}

#pageNav_button:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    background-color:#edf4d0;

}

#pageNav_button:hover {
	background-image:none;
	background-color:#ECFFCF;
}

#pageNav_button:disabled {
    background-image: none;
    outline: 0;
    background-color:#dddddd;
}

select:required:invalid {
  color: gray;
}
input[type='file'] {
    width: 100%;
}

input[type=color]
{
	width: 100px;
}



input[type='button'] {
	cursor: pointer;
    -webkit-border-radius: 5px;
  	   -moz-border-radius: 5px;
    	    border-radius: 5px;
}

input[type='text'],input[type='number'],input[type='email'], input[type='password']{
    -webkit-border-radius: 5px;
  	   -moz-border-radius: 5px;
    	    border-radius: 5px;
    padding: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #bbbbbb;
}

input[type='number']
{
	width:70px;
	text-align: right;
}

input[id='customer'],input[id='email']
{
	width:200px;
	text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

input[type='date']{
    -webkit-border-radius: 5px;
  	   -moz-border-radius: 5px;
    	    border-radius: 5px;
    padding: 1px;
    background-color: #ffffff;
}

input[type='checkbox']{
	cursor: pointer;
    width:20px;
    height:20px;
   	-ms-transform: scale(1.2); /* IE */
      -moz-transform: scale(1.2); /* FF */
      -webkit-transform: scale(1.2); /* Safari and Chrome */
      -o-transform: scale(1.2); /* Opera */
}

select{
	cursor: pointer;
    -webkit-border-radius: 5px;
  	   -moz-border-radius: 5px;
    	    border-radius: 5px;
    padding: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #ffffff;
}


.tooltip {
	display: none;
    padding: 10px;
}

.input {
    position: relative;
}

.input:hover .tooltip {
    background: #dddddd;
    border-radius: 3px;
    bottom: 40px;
    display: inline;
    right: 0;
    position: absolute;
}

.button-box
{
	display:table-cell;
    
    height: 75px;width: 200px;border: 10px solid rgba(55,55,55,.8);        
        text-align: center;
    font-size:1.25em;
	background: rgba(55,55,55,.8);
    
    z-index: 11; /* 1px higher than the overlay layer */
    vertical-align:middle;
}

.button-box:hover {
	background:   #135570;

}

#invisi_edit
{
	width: 30px;
	height: 30px;
    vertical-align:middle;
	cursor: pointer;
    border:none;
	background: url(//risestairs.com/style/edit.png) no-repeat 50% 0;
    background-size:contain;
}


#invisi_edit:hover {
	background-image:none;
	background: url(//risestairs.com/style/edit_bh.png) no-repeat 50% 0;
    background-size:contain;
}

#invisi_edit:disabled {
    background-image: none;
    outline: 0;
    background-color:#dddddd;
}


#invisi_trash
{
	width: 30px;
	height: 30px;
    vertical-align:middle;
	cursor: pointer;
    border:none;
	background: url(//risestairs.com/style/trash_r.png) no-repeat 50% 0;
    background-size:contain;
}


#invisi_trash:hover {
	background-image:none;
	background: url(//risestairs.com/style/trash_rh.png) no-repeat 50% 0;
    background-size:contain;
}

#invisi_trash:disabled {
    background-image: none;
    outline: 0;
    background-color:#dddddd;
}

#product_display
{
	min-height: 60vh;
}

.image-box{
    display:inline-block;
    text-align:left;
    color: #2C3D20;
    padding: 10px;
    vertical-align:top;
    margin-bottom:10px;
    width:600px;
    height:600px;
    text-align:center;
}

.model-backplate
{
    width:600px;
    height:600px;
    background: url(https://risestairs.com/stmdls/backplate.png);
    background-size:contain;

}

.image-box-small{
    display:inline-block;
    text-align:left;
    color: #2C3D20;
    padding: 7px;
    background:#ffffff;
    vertical-align:top;
    width: 300px;
    height:300px;
    text-align:center;
    border: 1px solid #cccccc;
}


.flight-box
{
	display:inline-block;
    text-align:left;
    color: #2C3D20;
    padding: 15px;
    padding-bottom: 10px;
    background:#ffffff;
    vertical-align:top;
    border: 1px solid #dedede;
    margin-bottom:10px;
    width: 100%;
    text-align:center;

}

.flr-transition-box
{
    text-align:left;
    color: #2C3D20;
    padding: 15px;
    padding-bottom: 10px;
    background:#ffffff;
    vertical-align:top;
    border: 1px solid #dedede;
    margin-bottom:10px;
    width: auto;
    text-align:center;
}

model-viewer {
    width:600px;
    height:600px;
}

model-viewer[id=small] {
    width:300px;
    height:300px;
}



.red_border {
	border: 3px solid #CE0000;
}

.red_border:focus{
	outline:2px solid #CE0000;
}

.sticky-img
{
	float:left;
    display:block;
}

.sticky-img-link
{
	float:left;
    display:block;
	border:none;
    padding:0;
    margin:0;
    box-shadow:0;
    background:none;	
}

.sticky-img-link:hover 
{
	background-color:#8ddb3b;
    cursor: pointer;
}

.prod_img_button{
	display:inline-flex;
	cursor: pointer;
	text-decoration: none;
	font-weight: normal;    
	border: 1px solid #cccccc;
    
    height: 300px; padding:5px; margin-top:10px; margin-bottom:10px; margin-left:5px; margin-right:5px;    
    vertical-align:top;
}

.prod_img_button:hover {
	border: 1px solid #333333;
	text-decoration: none;
	font-weight: normal;
    background-color:   #135570;
}

.prod_img_button:disabled {
    outline: 0;
}

.prod_blank
{
	display:inline-flex;
    padding-top:30px;
}

.prod_img_button_short{
	display:inline-flex;
	cursor: pointer;
	text-decoration: none;
	font-weight: normal;    
	border: 1px solid #cccccc;
    align:center;
    text-align:center;
    
    height: 200px; padding:3px; margin-top:10px; margin-left:2px; margin-right:2px;    
    vertical-align:middle;
}

.prod_img_button_short:hover {
	border: 1px solid #333333;
	text-decoration: none;
	font-weight: normal;
}

.prod_img_button_short:disabled {
    outline: 0;
}

.prod_img_button_carousel{
	display:inline-flex;
	cursor: pointer;
	text-decoration: none;
	font-weight: normal;    
	border: 1px solid #cccccc;
    align:center;
    text-align:center;
    
    height: 130px; padding:3px; margin-top:10px; margin-left:2px; margin-right:2px;    
    vertical-align:middle;
}

.prod_img_button_carousel:hover {
	border: 1px solid #333333;
	text-decoration: none;
	font-weight: normal;
}

.prod_img_button_carousel:disabled {
    outline: 0;
}

.prod_img_button_tall{
	display:inline-flex;
	cursor: pointer;
	text-decoration: none;
	font-weight: normal;    
	border: 1px solid #cccccc;
    
    height: 200px; padding:5px; margin-top:10px; margin-right:10px;    
    vertical-align:top;
}

.prod_img_button_tall:hover {
	border: 1px solid #333333;
	text-decoration: none;
	font-weight: normal;
}

.prod_img_button_tall_disabled {
	display:inline-flex;
	cursor: pointer;
	text-decoration: none;
	font-weight: normal;    
	border: 1px solid #cccccc;
    
    height: 200px; padding:5px; margin-top:10px; margin-right:10px;    
    vertical-align:top;
}


#crystal_clear_button{
	cursor: pointer;
    box-shadow: 0;
	text-decoration: none;
	font-weight: normal;    
	border: none;
    background:none;
    padding:0;
}

#ccb-text {
    height:100%;
    font-weight:bold;
    
}

.ccb{
    width: 200px;	cursor: pointer;
    box-shadow: 0;
	text-decoration: none;
	font-weight: normal;    
	border: none;
    padding:0;
}

.ccb.STR {
	width: 300px;
	background: url(//risestairs.com/stmdls/Choice_STRT.jpg) no-repeat 100% 0;
    background-size:contain;
}

.ccb.SWB {
	width: 300px;
	background: url(//risestairs.com/stmdls/Choice_SWBT.jpg) no-repeat 100% 0;
    background-size:contain;
}

.ccb.S90 {
	width: 300px;
	background: url(//risestairs.com/stmdls/Choice_S90T.jpg) no-repeat 100% 0;
    background-size:contain;
}

.ccb.T{
	background: url(//risestairs.com/stmdls/def_T200.png) no-repeat 100% 0;
    background-size:contain;
}


.ccb.T:hover{
	background: url(//risestairs.com/stmdls/def_T200_w_logo.png) no-repeat 100% 0;
    background-size:contain;
}



.ccb.P{
	background: url(//risestairs.com/stmdls/def_P200.png) no-repeat 100% 0;
    background-size:contain;
}

.ccb.P:hover{
	background: url(//risestairs.com/stmdls/def_P200_w_logo.png) no-repeat 100% 0;
    background-size:contain;
}

.ccb.STR_edit{
    	background: url(//risestairs.com/stmdls/Choice_STRT.jpg) no-repeat 100% 0;
    background-size:contain;
}

.ccb.SWB_edit{
    	background: url(//risestairs.com/stmdls/Choice_SWBT.jpg) no-repeat 100% 0;
    background-size:contain;
}

.ccb.S90_edit{
    	background: url(//risestairs.com/stmdls/Choice_S90T.jpg) no-repeat 100% 0;
    background-size:contain;
}

.img_display
{
	display:inline-flex;
	text-decoration: none;
	font-weight: normal;    
	border: 1px solid #cccccc;
    vertical-align:top;
}

.img_display.QA
{
    
    height: 300px; padding:5px; margin-top:10px; margin-bottom:10px; margin-left:5px; margin-right:5px;    
}

.img_display.QA_med
{
    
    height: 400px; padding:5px; margin-top:10px; margin-bottom:10px; margin-left:5px; margin-right:5px;    
}

.img_display.QA_lrg
{
    
    height: 500px; padding:5px; margin-top:10px; margin-bottom:10px; margin-left:5px; margin-right:5px;    
}

.img_display.QA_sm
{
    height: 200px; padding:3px; margin-top:10px; margin-left:2px; margin-right:2px;    
}

.img_display.QA_hs
{
    height: 200px; padding:3px; margin-top:10px; margin-left:2px; margin-right:2px;    
}

.img_display.learn
{
    
    height: 250px; padding:5px; margin-top:10px; margin-bottom:10px; margin-left:5px; margin-right:5px;    
}



.qa{
    width: 300px;    box-shadow: 0;
	text-decoration: none;
	font-weight: normal;    
	border: none;
    padding:0;
}

.qa.STR_display
{
	background: url(//risestairs.com/stmdls/STRT/STRT0014MP.png) no-repeat 100% 0;
    background-size:contain;
}

.qa.SWB_display{
	background: url(//risestairs.com/stmdls/SWBT/SWBT0707MP.png) no-repeat 100% 0;
    background-size:contain;
}

.qa.S90_display{
	background: url(//risestairs.com/stmdls/S90T/S90T0313MP.png) no-repeat 100% 0;
    background-size:contain;
}

.qa_lrg.STR_plan_display
{
	background: url(//risestairs.com/stmdls/def_STR_plan.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_lrg.SWB_plan_display{
	background: url(//risestairs.com/stmdls/def_SWB_plan.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_lrg.S90_plan_display{
	background: url(//risestairs.com/stmdls/def_S90_plan.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_wide{
    width: 450px;    box-shadow: 0;
	text-decoration: none;
	font-weight: normal;    
	border: none;
    padding:0;
}

.qa_lrg{
    width: 500px;    box-shadow: 0;
	text-decoration: none;
	font-weight: normal;    
	border: none;
    padding:0;
}

.qa_med{
    width: 400px;    box-shadow: 0;
	text-decoration: none;
	font-weight: normal;    
	border: none;
    padding:0;
}

.qa_sm
{
	width: 200px;    box-shadow: 0;
	text-decoration: none;
	font-weight: normal;    
	border: none;
    padding:0;

}

.qa_hs
{
	width: 154px;    box-shadow: 0;
	text-decoration: none;
	font-weight: normal;    
	border: none;
    padding:0;

}

.qa.PBB_display
{
	background: url(//risestairs.com/stmdls/def_PBBEXP.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa.PFL_display
{
	background: url(//risestairs.com/stmdls/def_PFLHID.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa.TBB_display
{
	background: url(//risestairs.com/stmdls/def_TBBEXP.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa.TFL_display
{
	background: url(//risestairs.com/stmdls/def_TFLHID.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa.PBBEXP_display
{
	background: url(//risestairs.com/stmdls/def_PBBEXP.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa.PBBHID_display
{
	background: url(//risestairs.com/stmdls/def_PBBHID.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa.PFLEXP_display
{
	background: url(//risestairs.com/stmdls/def_PFLEXP.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa.PFLHID_display
{
	background: url(//risestairs.com/stmdls/def_PFLHID.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa.TBBEXP_display
{
	background: url(//risestairs.com/stmdls/def_TBBEXP.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa.TBBHID_display
{
	background: url(//risestairs.com/stmdls/def_TBBHID.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa.TFLEXP_display
{
	background: url(//risestairs.com/stmdls/def_TFLEXP.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa.TFLHID_display
{
	background: url(//risestairs.com/stmdls/def_TFLHID.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_wide.PONF_display
{
	background: url(//risestairs.com/stmdls/def_PONF.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_wide.TONF_display
{
	background: url(//risestairs.com/stmdls/def_TONF.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_wide.PINF_display
{
	background: url(//risestairs.com/stmdls/def_PINF.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_wide.TINF_display
{
	background: url(//risestairs.com/stmdls/def_TINF.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_lrg.STR_totalrise_display
{
	background: url(//risestairs.com/stmdls/def_STR_totalrise.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_lrg.SWB_totalrise_display
{
	background: url(//risestairs.com/stmdls/def_SWB_totalrise.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_lrg.S90_totalrise_display
{
	background: url(//risestairs.com/stmdls/def_S90_totalrise.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_wide.tread_display
{
	background: url(//risestairs.com/stmdls/def_StringerTread.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_lrg.BBlock_display
{
	background: url(//risestairs.com/stmdls/def_bblock.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_lrg.WO_display
{
	background: url(//risestairs.com/stmdls/def_treadWO.png?1) no-repeat 100% 0;
    background-size:contain;
}

.qa_lrg.RO_display
{
	background: url(//risestairs.com/stmdls/def_treadRO.png?1) no-repeat 100% 0;
    background-size:contain;
}

.qa_lrg.MP_display
{
	background: url(//risestairs.com/stmdls/def_treadMP.png?1) no-repeat 100% 0;
    background-size:contain;
}

.qa_lrg.Tmain_display
{
	background: url(//risestairs.com/stmdls/T_main_overlay.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_lrg.Pmain_display
{
	background: url(//risestairs.com/stmdls/P_main_overlay.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_med.Tmain_about
{
	background: url(//risestairs.com/stmdls/T_main.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_med.Pmain_about
{
	background: url(//risestairs.com/stmdls/P_main.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_sm.def_PC_SGL_BLK
{
	background: url(//risestairs.com/stmdls/def_PC_SGL_BLK.png) no-repeat 100% 0;
    background-size:contain;
}

.qa_sm.def_PC_GL_BLK
{
	background: url(//risestairs.com/stmdls/def_PC_GL_BLK.png) no-repeat 100% 0;
    background-size:contain;
}

.qa_sm.def_PC_FL_BLK
{
	background: url(//risestairs.com/stmdls/def_PC_FL_BLK.png) no-repeat 100% 0;
    background-size:contain;
}

.qa_sm.def_PC_SGL_DGY
{
	background: url(//risestairs.com/stmdls/def_PC_SGL_DGY.png) no-repeat 100% 0;
    background-size:contain;
}

.qa_sm.def_PC_GL_DGY
{
	background: url(//risestairs.com/stmdls/def_PC_GL_DGY.png) no-repeat 100% 0;
    background-size:contain;
}

.qa_sm.def_PC_FL_DGY
{
	background: url(//risestairs.com/stmdls/def_PC_FL_DGY.png) no-repeat 100% 0;
    background-size:contain;
}

.qa_sm.def_PC_SGL_LGY
{
	background: url(//risestairs.com/stmdls/def_PC_SGL_LGY.png) no-repeat 100% 0;
    background-size:contain;
}

.qa_sm.def_PC_GL_LGY
{
	background: url(//risestairs.com/stmdls/def_PC_GL_LGY.png) no-repeat 100% 0;
    background-size:contain;
}

.qa_sm.def_PC_FL_LGY
{
	background: url(//risestairs.com/stmdls/def_PC_FL_LGY.png) no-repeat 100% 0;
    background-size:contain;
}

.qa_hs.JB1_HS
{
	background: url(//risestairs.com/style/JB1_HS.png) no-repeat 100% 0;
    background-size:contain;
}

.qa_hs.JB2_HS
{
	background: url(//risestairs.com/style/JB2_HS.png) no-repeat 100% 0;
    background-size:contain;
}

.qa_hs.JB3_HS
{
	background: url(//risestairs.com/style/JB3_HS.png) no-repeat 100% 0;
    background-size:contain;
}
.qa_hs.MB_HS
{
	background: url(//risestairs.com/style/MB_HS.png) no-repeat 100% 0;
    background-size:contain;
}
.qa_hs.RB_HS
{
	background: url(//risestairs.com/style/RB_HS.png) no-repeat 100% 0;
    background-size:contain;
}
.qa_hs.VB_HS
{
	background: url(//risestairs.com/style/VB_HS.png) no-repeat 100% 0;
    background-size:contain;
}


.lrn_display{
    width: 250px;    box-shadow: 0;
	text-decoration: none;
	font-weight: normal;    
	border: none;
    padding:0;
}

.lrn_display.STR
{
	background: url(//risestairs.com/stmdls/Choice_STRT.jpg) no-repeat 100% 0;
    background-size:contain;
}

.lrn_display.SWB
{
	background: url(//risestairs.com/stmdls/Choice_SWBT.jpg) no-repeat 100% 0;
    background-size:contain;
}

.lrn_display.S90
{
	background: url(//risestairs.com/stmdls/Choice_S90T.jpg) no-repeat 100% 0;
    background-size:contain;
}

.crystal_clear_button{
	cursor: pointer;
    box-shadow: 0;
	text-decoration: none;
	font-weight: normal;    
	border: none;
    background:none;
}

#T4on5_button{
    width: 200px;	cursor: pointer;
    box-shadow: 0;
	text-decoration: none;
	font-weight: normal;    
	border: none;
	background: url(//risestairs.com/stmdls/def_4on5.png) no-repeat 100% 0;
    background-size:contain;
}

#T5on6_button{
    width: 200px;	cursor: pointer;
    box-shadow: 0;
	text-decoration: none;
	font-weight: normal;    
	border: none;
	background: url(//risestairs.com/stmdls/def_5on6.png) no-repeat 100% 0;
    background-size:contain;
}

#T4on5_button_locked{
    width: 200px;	cursor: pointer;
    box-shadow: 0;
	text-decoration: none;
	font-weight: normal;    
	border: none;
	background: url(//risestairs.com/stmdls/def_4on5.png) no-repeat 100% 0;
    background-size:contain;
    opacity:0.3;
}

#T4on5_button_locked:disabled{
	cursor:not-allowed;    
}

#T4on5_button_locked:hover{
	cursor:not-allowed;    
}



#question_button{
	width: 18px;
    height: 17px;
    text-align: center;
    vertical-align:middle;
	cursor: pointer;
	background-color:#555555; 
    color:white;     
    font-weight:bold;
    font-size: .70em;
    box-shadow: 0;
    border:none;
    border-radius:2px;
    
    
}

#question_button:active{
	background-color:#555555; 
    color:white;     
    font-weight:normal;
}


#question_button:hover {
	background-color:  #135570;
    
}

#question_button:disabled {
    background-image: none;
    outline: 0;
    background-color:#dddddd;
}

/*
  Hide radio button (the round disc)
  we will use just the label to create pushbutton effect
*/
input[type=radio] {
    display:none; 
}
 
input[type=radio] + label {
	min-width:60px;
    display:inline-block;
    margin:-2px;
    padding: 4px 6px;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    	    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -webkit-border-radius: 5px;
  	   -moz-border-radius: 5px;
    	    border-radius: 5px;

}
 
input[type=radio]:checked + label {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    background-color:#edf4d0;
    border: 1px solid rgb(175,239,0);
}

.accentColor1
{
	color: #135570;
}

.accentColor2
{
	color: #056fa8;
}

.accentColor3
{
	color: #edf8ff;
}

.accentColor2.sub
{
	padding-left:15px;
}

.sub-content
{
	padding-left:15px;
}


.errorColor1
{
	color: #CE0000;
}

.accentTitle1
{
	color: #666666;
    font-size: 1.25em;
    font-weight:bold;
	font-family:'Cinzel', serif, bold;
}

.accentTitle2
{
	color: #056fa8;
    font-size: 1.25em;
    font-weight:bold;
	font-family:'Cinzel', serif, bold;
}



.line-item-header
{
	border-bottom: 2px solid #aaa;
	border: 1px solid #aaa;
    padding:5px;
    background: #c9c9c9;
    font-weight:bold;
    text-align:center;

}

.line-item-colorheader
{
	border-bottom: 2px solid #aaa;
	border: 1px solid #aaa;
    padding:5px;
    background: #D3E4F4;
    font-weight:bold;

}

.line-item-thin
{
	border: 1px solid #aaa;
    padding:3px;
    background: #ffffff;
    font-size: .85em;
}

.line-item-ultrathin
{
	border: 1px solid #aaa;
    padding:2px;
    background: #ffffff;
    font-size: .60em;
}

.line-item
{
	border: 1px solid #aaa;
    padding:5px;
    background: #ffffff;
}

.line-item-end
{
	border: 1px solid #aaa;
    padding:5px;
    background: #ffffff;
}

.line-item-150
{
	border: 1px solid #aaa;
    padding:5px;
    background: #ffffff;
    width:150px;
}

.line-item-10
{
	border: 1px solid #aaa;
    padding:5px;
    background: #ffffff;
    width:10px;
}

.line-item-dgrey
{
	border: 1px solid #aaa;
    padding:5px;
    background: #333333;
    color: #ffffff;
}


.line-item-green
{
	border: 1px solid #aaa;
    padding:5px;
    color:#ffffff;
    background-color:#77ab41;
}

.line-item-green-150
{
	border: 1px solid #aaa;
    padding:5px;
    color:#ffffff;
    background-color:#77ab41;
    width:150px;
}

.line-item-green-10
{
	border: 1px solid #aaa;
    padding:5px;
    color:#ffffff;
    background-color:#77ab41;
    width:10px;
}

.line-item-blue
{
	border: 1px solid #aaa;
    padding:5px;
    color:#ffffff;
    background-color:#135570;
}

.line-item-end-blue
{
	border: 1px solid #aaa;
    padding:5px;
    color:#ffffff;
    background-color:#135570;
}

.line-item-blue-150
{
	border: 1px solid #aaa;
    padding:5px;
    color:#ffffff;
    background-color:#135570;
    width:150px;
}

.line-item-blue-10
{
	border: 1px solid #aaa;
    padding:5px;
    color:#ffffff;
    background-color:#135570;
    width:10px;
}




.line-item-subheader
{
	border: 1px solid #aaa;
    padding:5px;
    padding-left:3px;
    padding-right:3px;
    background: #ddd;
    font-weight:bold;

}

.solutionTitleBuilder
{
	background:#ffffff;
    color:#333333;
    padding-top:10px;
    
 	font-family:'Cinzel', serif, bold;
	font-size: 1.25em;   
    font-weight:bold; 
    text-align:center;
}

hr.underline
{
    height: 2px; /* Thickness */
    color: #333333; /* Colour */
    background-color: #EFEFEF; /* Colour */
    border:none;
}


.solutionTitle
{
	background:#333333;
    color:#ffffff;
    padding-top:15px;
    padding-bottom:15px;
    
 	font-family:'Cinzel', serif, bold;
	font-size: 1.25em;    
}

.solutionSubTitle
{
	background:#333333;
    color:#ffffff;
    padding:10px;
    
 	font-family:'Cinzel', serif, bold;
	font-size: 1.25em;    
}

.solutionTitleOutline
{
	border:5px solid #333333;
    color:#000000;
    padding-top:20px;
    padding-bottom:20px;
    
 	font-family:'Cinzel', serif, bold;
	font-size: 1.5em;    
    text-align:center;
}

.solutionPlaceholder
{
	border:3px solid #cccccc;
    color:#cccccc;
    padding-top:100px;
    padding-bottom:100px;
    
 	font-family:'Cinzel', serif, bold;
	font-size: 1.5em;    
}

.form-title
{
	padding-top: 20px;
	padding-bottom:10px;
}

.carousel
{
	width:600px;	
	overflow-y:hidden;
    overflow-x:auto;
    
    
}

.carousel[id="full-width"]
{
	width:100%;   
    
}

.cart-expand
{
	cursor: pointer;
}



/* vertical navigation menu */



.nav.main-menu.expanded {
    width:180px;
    overflow:visible;
    overflow-y: auto;
    overflow-x: hidden;

}

/* this is the main vertical dashboard menu */
.main-menu {
	position:fixed;    
    padding-top:40px;
    background: rgba(19,34, 48,0.9); 
    top: 0;
    height:contain;
    left:0;
    width: 0; /* set this to a width if you want it to be visible when closed */
	overflow:hidden;    
    -webkit-transition:width .05s linear;
    transition:width .05s linear;
    -webkit-transform:translateZ(0) scale(1,1);
    z-index:154;
    visibility:hidden;    
}

.main-menu>ul {
margin:0 0;
}

.main-menu li {
position:relative;
display:block;
width:180px;
}

.main-menu li>a {
position:relative;
display:table;
border-collapse:collapse;
border-spacing:0;
color:#ffffff;
 font-family: arial;
font-size: 14px;
text-decoration:none;
-webkit-transform:translateZ(0) scale(1,1);
-webkit-transition:all .1s linear;
transition:all .1s linear;
  
}

.main-menu .nav-icon {
position:relative;
display:table-cell;
width:60px;
height:36px;
text-align:center;
vertical-align:middle;
font-size:18px;
}

.main-menu .nav-text {
    position:relative;
    display:table-cell;
    vertical-align:middle;
    width:220px;
	font-family: 'Titillium Web', sans-serif;
    font-weight:normal;
    height:36px;
}


.main-menu .nav-title-link {
    position:relative;
    display:table-cell;
    vertical-align:middle;
    width:220px;
	font-family: 'Titillium Web', sans-serif;
    font-size:1.5em;
    color:#DADADA;
}

.main-menu .nav-title {
    position:relative;
    display:table-cell;
    vertical-align:middle;
    width:220px;
	font-family: 'Titillium Web', sans-serif;
    font-size:1em;
    color:#e9e9e9;
    height:45px;
    visibility: hidden;

}

.main-menu .nav-title.main {
	position: fixed;
    top: 0;
    left: 0;
    
}

.main-menu .nav-title.sub {
    left:0;
    height:60px;
    width:220px;
    font-size:1.25em;
}

.main-menu:hover .nav-title {
    visibility: visible;
}

a:hover,a:focus {
text-decoration:none;
}

nav {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
}

nav ul,nav li {
outline:0;
margin:0;
padding:0;
}

.main-menu li:hover>a,nav.main-menu li.active>a, .main-menu li:hover .nav-title-link
{
    color:#000000;
    background-color:#DADADA;
}
/* Toggle functionality */
#islbtoggle {
	display:none;
}

/* hides the white bounding box behind the hamburger menu when the burger is over dark color #333333*/
#islbtoggle:checked ~ .islbtoggle-container .islbbutton-bkgd-box {
}

/* HAMBURGER MENU WHEN CLICKED MAKES AN X */
/* this is the top hamburger bar being rotated to 45 deg when the menu is clicked */
#islbtoggle:checked ~ .islbtoggle-container .islbbutton-toggle:before {
  transform: scale(.8) rotate(45deg);
  top: 10px;
  background-color: #ffffff;

}

/* this is the bottom hamburger bar being rotated to -45 deg when the menu is clicked */
#islbtoggle:checked ~ .islbtoggle-container .islbbutton-toggle:after {
  transform:  scale(.8) rotate(-45deg);
  top: 10px;
  background-color: #ffffff;
}

/*  this is the center hamburger bar being hidden */
#islbtoggle:checked ~ .islbtoggle-container .islbbutton-toggle-center {
  transform: scale(0);
}


/*  When the hamburger menu button is clicked, its a checkbox so it's "CHECKED" */
/*  On mobile, we need to set the main-menu width to full width and on desktop views */
/*  it will be set to see just the menu icons */

#islbtoggle:checked ~ .main-menu
{
 	visibility:visible; 
	width:180px;}

/*  When the hamburger menu is clicked ON MOBILE ONLY  */
/*  display the menu section titles ex "My Office", "business_name", "client_name" */

#islbtoggle:checked ~ .main-menu .nav-title
{
	}

/*  This is a fancy piece of CSS that will overlay the remaining "non-menu" space with a div that has an ONCLICK */
/*  function that hides the nav menu when clicked off ON MOBILE ONLY */

#islbtoggle:checked ~ .toggle-click
{

	  position: fixed;
	  top: 0;
	  left: 0;
	  height: 100%;
	  width:100%;
	  z-index: 152;
	  overflow:hidden;";

}


/* Toggle button */
.islbbutton-toggle {
  position: fixed;
  display: inline-block;
  top:10px;
  left:10px;
  width: 30px;
  height: 25px;
  background-color: transparent;
  cursor: pointer;
  z-index:155;
}

.islbbutton-bkgd-box {
  position: fixed;
  display: inline-block;
  top:0px;
  left:5px;
  width: 45px;
  height: 50px;
  background-color: #333333;
  cursor: pointer;
  z-index:153;
}



/* this is the hamburger menu center line (but its really at the top) */
 
.islbbutton-toggle-center {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  cursor: pointer;
  transition: 0.6s;
  left:0;
}


/* this bit of css makes a shadow box around the hamburger menu button */
.islbbutton-toggle:hover {
}

/* this is the hamburger menu top (which is really in the middle) and bottom lines */
.islbbutton-toggle:before, .islbbutton-toggle:after {
  position: absolute;
  content: '';
  right: 0px;
  width: 100%;
  height: 3px;
  background-color: #ffffff; /* color */
  transition: 0.6s;
}

/* positioning the top line at the center of the hamburger menu */
.islbbutton-toggle:before {
  top: 10px;	
}

/* positioning the bottom line of the hamburger menu */
.islbbutton-toggle:after {
  top: 20px;
}



.main-width
{
	width: 100%;
}

 ::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background:#cccccc;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
background: #333333;  border-radius:5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background:  #135570; 
}


.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 170;
  background-color: rgba(0,0,0,0.6);
}


.modal {
	display:flex;
    flex-direction:column;
    position: fixed;

    float: left;
    left: 50%;
    top: 50px;
    
    transform: translate(-50%,  -50%);  
    width: 700px;
    line-height: 20px;
	background: #fff;
    background-size: contain;
    box-shadow: 0 3px 7px 2px rgba(0,0,0,.3);
    text-align: center;
    z-index: 171; /* 1px higher than the overlay layer */
    
     max-height: calc(100vh - 50%);
							min-height: 200px;; 
	overflow-y: auto;
    
}

.modal[id="edit_modal"]
{
	max-height: calc(100vh - 20%);
    transform: translate(-50%,  0);
    min-height: 500px;    top: 50px;
}
.modal[id="error_modal"]
{
	top: 40%;
	width:  500px;
    z-index: 181; /* 1px higher than the overlay layer */
	max-height: calc(100vh - 20%);
}
.overlay[id="error_overlay"] 
{
	height: 125%;
    z-index: 180; /* 1px higher than the overlay layer */
}

.modal[id="q_modal"]
{
    z-index: 179; /* 1px higher than the overlay layer */
    transform: translate(-50%,  0);
			max-height: calc(100vh - 20%);
			min-height: 500px;}

.overlay[id="q_overlay"] 
{
    z-index: 178; /* 1px higher than the overlay layer */

}

.overlay[id="loading_overlay"] 
{
    z-index: 199; /* 1px higher than the overlay layer */

}



.loading-modal {
    width: 300px;
    height: 100px;
    line-height: 20px;
    position: fixed;
    top: 50%; 
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    border-radius: 10px;
    text-align: center;
    z-index: 200; /* 1px higher than the overlay layer */
}



.modal-heading
{
	background:#333333;
    color:#ffffff;
    font-size: 1.25em;
    font-weight: bold;
    border-bottom: 2px solid #333333;
}

.modal-content
{
	margin:auto;
    padding:10px;
    padding-bottom:30px;
}


.oneColFixCtr {
	background: #333333;
	margin: 0; 
	padding: 0;
	top:0;
	text-align: center; 
	color: #dfdfdf;
	width: 100%;  
	margin: 0 auto; 
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */

}

.page-heading {
    font-size:1.5em;
    font-weight: bold;
    padding-top:10px;
    padding-bottom:20px;
	color:#363A34;
}

td.hover_cell {
	background: #333333;

}

td.hover_cell:hover
{
	background:   #135570;
}

td.hover_cell_drk {
	background: #333333;

}

td.hover_cell_drk:hover
{
	background:   #135570;
}

.full_width:
{
	height:100%;
    width: 100%;
}

#contact_top {
    transition: 0.2s;

          right:10px; 
				top: 10px;
				width: 110px;
    			height: 30px;
				border: 2px solid #eeeeee;
				    position: fixed;
    display: table;
    text-align: center;
	background: #111111;
    z-index: 160; /* 1px higher than the overlay layer */
}

#tel_header {
    transition: 0.2s;
      right:10px; 
				top: 48px;
				width: 110px;
    			height: 60px;
    			font-size: .85em;
				text-align: right;    position: fixed;
    display: table;
    
    color:#ffffff;
    z-index: 160; /* 1px higher than the overlay layer */
}

.splash_contact {
        width: 160px;
    height: 50px;
    display: table-cell;
    text-align: center;
    font-size:1.5em;
	background: #111111;
    border: 2px solid #eeeeee;
    margin:auto;
    vertical-align:middle;
    z-index: 11; /* 1px higher than the overlay layer */
}

.build_button {
        
    width: 160px;
    height: 40px;
    max-height:40px;
    display: table-cell;
    text-align: center;
    font-size:1.25em;
	background: #056fa8;
    color: #eeeeee;
    border: 1px solid #056fa8;
    margin:auto;
    vertical-align:middle;
    cursor: pointer;
    z-index: 11; /* 1px higher than the overlay layer */
}

.build_button:hover {
	background:   #135570;
}

.build-span
{
	line-height: 100px;
    padding-right:5px;
    float:right;
    vertical-align:middle;
}

#contact_top:hover {
	background:   #135570;

}

.splash_contact:hover {
	background:   #135570;

}

li
{
	padding:3px;
}



/* anchor tags */
a:link {
	font-weight:normal;
	color: #eeeeee;
	text-decoration: none;
    text-align:center;   
}
a:visited {
	color: #eeeeee;
	text-decoration: none;
    text-align:center;
}
a:hover {
	color: #eeeeee;
	text-decoration: none;
    text-align:center;
}
a:active {
	text-decoration: none;
	text-align: center;
}

a.black {
	color: #000000;
	text-decoration: none;
}

a.black:hover {
	color:   #135570;
	text-decoration: none;
}

a.black:visited {
	text-decoration: none;
}

a.black:active {
	text-decoration: none;
	text-align: right;
}
a.menuLink {
    font-size:.85em;
}

a.contentLink {
	color: #056fa8;
	text-decoration: none; 
	font-size: .98em;
    padding: 10px;
    line-height:3;
       
}

a.contentLink:hover {
	color: #ffffff;
	background-color: #056fa8;
	text-decoration:none;
    padding: 10px;
    line-height:3;
}


a.contentLinkDark {
	color: #ffffff;
	text-decoration: none; 
	font-size: .98em;
    padding: 10px;
    line-height:3;
       
}

a.contentLinkDark:hover {
	color: #8edafa;
	text-decoration:none;
    padding: 10px;
    line-height:3;
}

a.contentLinkLight {
	color: #056fa8;
	text-decoration: none; 
    padding: 3px;
       
}

a.contentLinkLight:hover {
	color: #13a9e8;
	text-decoration:none;
    padding: 3px;
}

a.contentLinkTop {
	color:#ffffff;
	text-decoration: none; 
    padding: 3px;
       
}

a.contentLinkTop:hover {
	color: #8edafa;
	text-decoration:none;
    padding: 3px;
}


a.learn {
	display: block; 
    position: relative; 
    visibility: hidden; 
    top: -120px
}

a.hiddenLink
{
	color:#ffffff;
}

a.hiddenLink:hover
{
	color:#ffffff;
    cursor: pointer;
}

.titleText {
	font-family: 'Cinzel', serif;
	font-size: 2em;
    font-weight: bold;
	padding-top:45px;
	color:#000; 
}


.QAText {
	font-family:'Titillium Web';
	font-size: 1.5em;
	color:#666666; 
    font-weight:bold;
    padding-top:10px;

}

.QAText.G {
	color:#056fa8; 
}

.QADetails {
    padding-bottom:40px;

}

.dictionaryTitle {
	font-family:'Titillium Web';
	font-size: 1.25em;
	color:#666666; 
    font-weight:bold;
    text-align:left;
    padding-top:15px;
}


.subtitleText {
	font-family:'Titillium Web';
	font-size: 1.5em;
	color:#666666; 
}

.subtitleText.light
{
	color:#ffffff;
    background:#333333;
}

.subtitleTextNP {
	font-family:'Titillium Web';
	font-size: 1.5em;
	color:#000000; 
    padding-bottom:8px;
}

.subtitleTextNP-Gradient {
    color:#ffffff; 
    background-color: #666666;
	font-family:'Titillium Web';
	font-size: 1.25em;
    border: 1px solid #aaa;
}

#xxsmall-font{
    font-size:.60em; 
}

#xsmall-font{
    font-size:.70em; 
}

#xsmall-font-pad-fade{
    font-size:.70em;
    color:#999999;
    padding-top:5px; 
}

#small-font{
    font-size:.85em; 
}

#medium-font{
    font-size:1em; 
}

#large-font{
    font-size:1.25em; 
}

#xlarge-font{
    font-size:1.5em; 
}

#xxlarge-font{
    font-size:2em; 
}


.gf_cinzel 
{
	font-family:  'Cinzel', serif;
}

.modern 
{
	font-family:  'Cinzel', serif;
	color:   #135570;
}

.modern-bold
{
	font-family:  'Cinzel', serif;
    font-weight: bold;
	color:   #135570;
}

.mainContentText
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:  medium;
	padding-left: 20px;
	padding-right:20px;
	padding-top: 25px;
	padding-bottom: 25px;
    display: inline-block;
    width:75%;
    

}

.contentText {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:  medium;
	padding-left: 20px;
	padding-right:20px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.bottomText {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: small;
}

.boldText {
	font-weight:bold;
}
	
.h4Class {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
}

textarea[name=comments] {
    resize: none;
}

@media all {
	.page-break	{ display: none; }
	.printOnly	{ display:none;}
	.noAndroid  {android:visibility="gone";}
	.doNotPrint { display:block; }

}

@media print {
	.page-break	{ display: block; page-break-before: always; }
	.printOnly { 
	display: block;
	width: 700px;
	}
	.doNotPrint { display:none;}
	.noAndroid  {}

}

textarea{
    resize: none;
    width: 100%;
    -webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
       -moz-box-sizing: border-box; /* FF1+ */
            box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/
    
     -webkit-border-radius: 5px;
  	   -moz-border-radius: 5px;
    	    border-radius: 5px;
   
}

input[type='text'],input[type='number'],input[type='email'], input[type='password']{
    -webkit-border-radius: 5px;
  	   -moz-border-radius: 5px;
    	    border-radius: 5px;
    padding: 5px;
    border: 1px solid #bbbbbb;
}

#contact_form{
    width: 100%;
    -webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
       -moz-box-sizing: border-box; /* FF1+ */
            box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/
    	
	padding: 15px;
   
}

.main_button{
	width: 150px;
    height: 75px;
	vertical-align: middle;
	padding: 20px;
	background-color:#666666;
}

.center-divs
{
	display: inline-block;
    width:100%;
}

.padding-div{
	padding:5px;
	display:inline-block;

}
#text_hover
{
 	position:absolute;
    vertical-align:bottom;
    width: 250px;
    text-align:center;
    color:#ffffff;
    background-color: #135570;
    z-index:150;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size:1.25em;
    font-weight:bold;
    opacity: 0.8;    
}

#main_click{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1.25em;
    padding: 5px;
	cursor: pointer;
	background-color:#333333; 
    color:white;     
border:none;
}

#main_click:active {
    background-image: none;
    outline: 0;

}

#main_click:hover {
	background-image:none;
	background-color:#135570;
}

#main_click:disabled {
    background-image: none;
    outline: 0;
    background-color:#dddddd;
}

#main_show_click{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:medium;
    padding: 8px;
    padding-left: 14px;
    padding-right: 14px;
	cursor: pointer;
	background-color:#77AB41; 
    color:white;     
    border: 1px solid #ccc;
    border-color: #77AB41 #77AB41 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    	    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -webkit-border-radius: 15px;
  	   -moz-border-radius: 15px;
    	    border-radius: 15px;
}

#main_show_click:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    background-color:#edf4d0;

}

#main_show_click:hover {
	background-image:none;
	background-color:#135570;
}

#main_show_click:disabled {
    background-image: none;
    outline: 0;
    background-color:#dddddd;
}

#BIW_Logo{
	width:120px;
    margin-left:20px;
}

#main_screen_logo
{
	width:600px;}

#color_fade
{
background: rgba(51,51,51,1);
background: -moz-linear-gradient(left, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 32%, rgba(51,51,51,0.39) 54%, rgba(51,51,51,0.1) 68%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(51,51,51,1)), color-stop(32%, rgba(51,51,51,1)), color-stop(54%, rgba(51,51,51,0.39)), color-stop(68%, rgba(51,51,51,0.1)));
background: -webkit-linear-gradient(left, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 32%, rgba(51,51,51,0.39) 54%, rgba(51,51,51,0.1) 68%);
background: -o-linear-gradient(left, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 32%, rgba(51,51,51,0.39) 54%, rgba(51,51,51,0.1) 68%);
background: -ms-linear-gradient(left, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 32%, rgba(51,51,51,0.39) 54%, rgba(51,51,51,0.1) 68%);
background: linear-gradient(to right, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 32%, rgba(51,51,51,0.39) 54%, rgba(51,51,51,0.1) 68%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333', GradientType=1 );
}

.site_header
{
    background-color: #333333;
}

#home_link { 
    position: absolute; 
    top: 10px; 
    left: 20px; 
    width: 120px; 
    background-color: transparent;
    z-index:20;
    transition: 0.2s;
	height:100px;    
}	
.top-menu
{
    transition:width .05s linear;
    z-index: 165;
	position: fixed;
    left:0;
    width: 100%;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
	top:135px; 
    visibility:visible;   
}

.learning-section
{
	padding-top:55px;
    text-align:left;	
}

.info-section
{
	padding-top:40px;
    text-align:left;	
}

#top_contact
{
	position: fixed;
    left:0;
	top:0;    
    width: 100%;
 	min-width:350px;	background-color: #333333;
    border: 1px solid #333333;
    color: #000000;
    align: center;
    z-index: 152;
	height:35px;    
    transition: 0.2s;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

#top_header{
	position: fixed;
    left:0;
	top:35px;    
    width: 100%;
 	min-width:350px;	background: #333333 url(https://risestairs.com/style/main_logo.png) no-repeat 20px 20px;
    background-size: 120px;
    color: #000000;
    align: center;
    z-index: 151;
	height:100px;    
    transition: 0.2s;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

#top_header_pad
{
	background-color:#eeeeee;
	height:135px;    
}

.products-box{
	display:inline-block;
    width:85%;
    text-align:left;
    color: #2C3D20;
    font-size: .98em;
    padding: 15px;
    padding-bottom: 10px;
    vertical-align:top;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 30px rgba(0, 0, 0, 0.1) inset;
    
    min-height:90px; margin:10px;}

.main-link-menu {
	position:fixed;
 	float:left;
    left:0;
    top:145px;
    z-index:99;

       
}

.main-splash-statement{
	position:fixed;    /*change to absolute if you want to have it scroll with the page */
    height:200px;
    width:1200px;
    text-align:center;
    max-width:100%;
    z-index:20;
	float: left;
    left: 50%;
    top: 55%;
    
    transform: translate(-50%,  -55%);}

.main-splash-statement-m{
	position:fixed;    /*change to absolute if you want to have it scroll with the page */
    height:200px;
    width:1000px;
    text-align:center;
    max-width:100%;
    z-index:20;
	float: left;
    left: 50%;
    top: 55%;
    
    transform: translate(-50%,  -50%);}

@media only screen and (max-device-width: 1000px) and (orientation: landscape) {
  .main-splash-statement-m {
  	position:absolute;
  	float:right;
    right: 0;
    max-width:60%;
    transform: translate(-25%, 0);
  }
  
  .modal[id="error_modal"]
  {
  	top:100px;
  }
}




.main-splash-g1{
	display:inline-block;
    
    text-align:left;
    vertical-align:top;
	background: url(//risestairs.com/stmdls/Model_SWBT_60.jpg) no-repeat 50% 50%;
    
   
    height:100vh;width:33vw;min-width:500px;min-height:500px;margin-bottom:15px;}

.main-splash-g3{
	display:inline-block;
    
    text-align:right;
    vertical-align:top;
	background: url(//risestairs.com/stmdls/Model_STRT_60.jpg) no-repeat 60% 50%;
    
   
    margin-left:-20px;height:100vh;width:33vw;min-width:500px;min-height:500px;margin-bottom:15px;}

.main-splash-g2{
	display:inline-block;
    
    text-align:left;
    vertical-align:top;
	background: url(//risestairs.com/stmdls/Model_S90P_60.jpg) no-repeat 70% 70%;
   
   
    margin-left:-20px;height:100vh;width:34vw;min-width:500px;min-height:500px;margin-bottom:15px;}

@media screen and (width < 1500px) {
  .main-splash-g1 {
    margin-left:0;min-width:1000px;    }
   .main-splash-g2 {
    margin-left:0;min-width:1000px;    }
  .main-splash-g3 {
    margin-left:0;min-width:1000px;    }
}

@media screen and (width < 900px) {
  .main-splash-g1 {
    margin-left:0;min-width:500px;    }
  .main-splash-g2 {
    margin-left:0;min-width:500px;    }
  .main-splash-g3 {
    margin-left:0;min-width:500px;    }
    
}

@media screen and (width >= 900px) {  
 	.menu-system {
    	visibility: hidden;
        transition:none;
    }
    
    .islbbutton-toggle-center, .islbbutton-toggle:before, .islbbutton-toggle:after
    {
    	visibility: hidden;
        transition:none;
    }
    
    .top-menu {
        visibility: visible;
        transition:none;
    }
    
    .main-menu {
        visibility: hidden;
         transition:none;
   }
    
    .nav-text {
        visibility: hidden;
         transition:none;
   }
    
    #islbtoggle:checked ~ .main-menu{
    	visibility: hidden;
        transition:none;
    }

}

@media screen and (width < 900px) {  
    .menu-system {
    	visibility: visible;
        transition:none;
    }

    .top-menu {
        visibility: hidden;
        transition:none;
    }
    .main-menu {
        visibility: visible;
    }
}

.main-splash-text{
	display:inline-block;
	align:center;
    text-align:center;
    vertical-align:top;
    height:0;
   
    width:50%;min-width:500px;margin-bottom:15px;}

.package-div
{
	position: relative;
    height:100%;
}

.package-div span {
   position: absolute;
   bottom: 35px;
   right: 0;
   width: 100%;
}

.about-heading{
	text-align:left;
	font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #000000;
    padding-top:10px;
}

hr.thick{
width: 150px; /* Length */
height: 2px; /* Thickness */
color: #666666; /* Colour */
background-color: #666666; /* Colour */
border:none;
margin:15px;
}


.link-container
{
	position: relative;
}

.video-container
{
	position: absolute;
    right:0;
    top:0;
    width:100%;
    min-height:70vh;
}

.video-container video {
	
	width: 100%;
    height: 100%;
    position: absolute;
    right:0;
    object-fit: cover;
    z-index: 0;
}

.video-container .caption {
  z-index: 1;
  position: relative;
  color: #cccccc;
  padding: 10px;
  
   text-align:center;margin-left:-50%;margin-top:170px;  
}

nav.arrow {
    position: relative;
    height: 1px;
    width:100%;
    background: transparent;
}
nav.arrow:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 150px solid #333333;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
}


.fade-out {
    animation: fadeOut 4s;
    -webkit-animation: fadeOut 4s;
    -moz-animation: fadeOut 4s;
    -o-animation: fadeOut 4s;
    -ms-animation: fadeOut 4s;  

    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;  
        
  	display:flex;
    flex-direction:column;
    position: absolute;

    float: left;
    left: 50%;
    top: 50%;
    
    transform: translate(-50%,  -50%);
			    width: 400px;  
    height: 300px;
	background: url(https://risestairs.com/style/Booking_spring.png) no-repeat;
    background-size: contain;
    padding-bottom:15px;
    
    font-size: 1.25em;
}

@keyframes fadeOut {
  0%   {opacity:0.9;visibility:visible;}
  60%  {opacity:0.9;}
  100% {opacity:0;visibility:hidden;}
}

@-moz-keyframes fadeOut {
  0%   {opacity:0.9;visibility:visible;}
  60%  {opacity:0.9;}
  100% {opacity:0;visibility:hidden;}
}

@-webkit-keyframes fadeOut {
  0%   {opacity:0.9;visibility:visible;}
  60%  {opacity:0.9;}
  100% {opacity:0;visibility:hidden;}
}

@-o-keyframes fadeOut {
  0%   {opacity:0.9;visibility:visible;}
  60%  {opacity:0.9;}
  100% {opacity:0;visibility:hidden;}
}

@-ms-keyframes fadeOut {
  0%   {opacity:0.9;visibility:visible;}
  60%  {opacity:0.9;}
  100% {opacity:0;visibility:hidden;}
}

-->