

<!--
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;

}

.narrow-content
{
	max-width:1200px;padding-left:10px;padding-right:10px;}

.thought-narrow-content
{
	max-width:960px;padding-left:10px;padding-right:10px;}

* { box-sizing: border-box; }

/* force scrollbar */
html { overflow-y: scroll; }

body { font-family: sans-serif; }

/* ---- grid ---- */

.grid {
  background: #ffffff;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    width: 24%;
				margin-bottom:10px;}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  width: 100%;
}

.image-modal
{
	display: flex;
	position: fixed;
    top:0;
    padding:5px;
    padding-top:100px;    
    left:0;
    width:100%;
    height:100%;
    visibility:hidden;
    background-color: rgba(0,0,0,0.8);
    height:contain;
    z-index:999;
    justify-content:center;
}

.clear-button
{
    width:contain;    
    border:none;
    background:none;
    padding:0;
    margin:0;
    line-height:0;
    outline:none;
    cursor: pointer;
}

.masonry-quote
{
 	position:absolute;
	left: 0; 
  	right: 0; 
  	margin-left: auto; 
  	margin-right: auto;
    vertical-align:top;
    width:160px;
    padding:8px;
    text-align:center;
    background-color: ;
    color:#ffffff;
    z-index:150;
    
    font-size:1em;
    opacity: 0.8;
    

}.full {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.full .content {
  background-color: rgba(0,0,0,0.75) !important;
  height: 100%;
  width: 100%;
  display: grid;
}
.full .content img {
  left: 50%;
  transform: translate3d(0, 0, 0);
  animation: zoomin 1s ease;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.byebye {
  opacity: 0;
}
.byebye:hover {
  transform: scale(0.2) !important;
}
.gallery {
  display: grid;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 3px;
}
.gallery img {
  max-width: 100%;
  border-radius:4px;
  box-shadow: 0 0 8px #333;
}
.gallery img:hover {
  border: 2px solid ;
}
.gallery .content {
  padding: 4px;
}
.gallery .gallery-item {
  transition: grid-row-start 300ms linear;
  transition: transform 300ms ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.gallery .gallery-item:hover {
  transform: scale(1.025);
}
@media (max-width: 600px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
}
@media (max-width: 400px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
}
@-moz-keyframes zoomin {
  0% {
    max-width: 15%;
    
  }
  100% {
    max-width: 100%;
  }
}
@-webkit-keyframes zoomin {
  0% {
    max-width: 15%;
    
  }
  100% {
    max-width: 100%;
  }
}
@-o-keyframes zoomin {
  0% {
    max-width: 15%;
    
  }
  100% {
    max-width: 100%;
  }
}
@keyframes zoomin {
  0% {
    max-width: 15%;
    
  }
  100% {
    max-width: 100%;
  }
}
.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(//babinironworks.com/style/);
	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(//babinironworks.com/style/);
	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:   #135570;
    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:   #135570;
}

.pic_nav a:hover 
{
	background-color:  #135570;
}

.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(//babinironworks.com/style/);
	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(//babinironworks.com/style/);
	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;
}

.social-lnk
{
	opacity: .5;
}

.social-lnk:hover
{
	opacity: 1;
}

.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(//babinironworks.com/style/edit.webp) no-repeat 50% 0;
    background-size:contain;
}


#invisi_edit:hover {
	background-image:none;
	background: url(//babinironworks.com/style/edit_bh.webp) 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(//babinironworks.com/style/trash_r.webp) no-repeat 50% 0;
    background-size:contain;
}


#invisi_trash:hover {
	background-image:none;
	background: url(//babinironworks.com/style/trash_rh.webp) 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://babinironworks.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: 312px; 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: 210px; 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: 210px; 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: 210px; 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(//babinironworks.com/stmdls/Choice_STRT.jpg) no-repeat 100% 0;
    background-size:contain;
}

.ccb.SWB {
	width: 300px;
	background: url(//babinironworks.com/stmdls/Choice_SWBT.jpg) no-repeat 100% 0;
    background-size:contain;
}

.ccb.S90 {
	width: 300px;
	background: url(//babinironworks.com/stmdls/Choice_S90T.jpg) no-repeat 100% 0;
    background-size:contain;
}

.ccb.T{
	background: url(//babinironworks.com/stmdls/def_T200.png) no-repeat 100% 0;
    background-size:contain;
}


.ccb.T:hover{
	background: url(//babinironworks.com/stmdls/def_T200_w_logo.png) no-repeat 100% 0;
    background-size:contain;
}



.ccb.P{
	background: url(//babinironworks.com/stmdls/def_P200.png) no-repeat 100% 0;
    background-size:contain;
}

.ccb.P:hover{
	background: url(//babinironworks.com/stmdls/def_P200_w_logo.png) no-repeat 100% 0;
    background-size:contain;
}

.ccb.STR_edit{
    	background: url(//babinironworks.com/stmdls/Choice_STRT.jpg) no-repeat 100% 0;
    background-size:contain;
}

.ccb.SWB_edit{
    	background: url(//babinironworks.com/stmdls/Choice_SWBT.jpg) no-repeat 100% 0;
    background-size:contain;
}

.ccb.S90_edit{
    	background: url(//babinironworks.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: 312px; 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: 512px; padding:5px; margin-top:10px; margin-bottom:10px; margin-left:5px; margin-right:5px;    
}

.img_display.QA_sm
{
    height: 212px; padding:3px; margin-top:10px; margin-left:2px; margin-right:2px;    
}

.img_display.QA_hs
{
    height: 212px; 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(//babinironworks.com/stmdls/STRT/STRT0014MP.png) no-repeat 100% 0;
    background-size:contain;
}

.qa.SWB_display{
	background: url(//babinironworks.com/stmdls/SWBT/SWBT0707MP.png) no-repeat 100% 0;
    background-size:contain;
}

.qa.S90_display{
	background: url(//babinironworks.com/stmdls/S90T/S90T0313MP.png) no-repeat 100% 0;
    background-size:contain;
}

.qa_lrg.STR_plan_display
{
	background: url(//babinironworks.com/stmdls/def_STR_plan.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_lrg.SWB_plan_display{
	background: url(//babinironworks.com/stmdls/def_SWB_plan.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_lrg.S90_plan_display{
	background: url(//babinironworks.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(//babinironworks.com/stmdls/def_PBBEXP.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa.PFL_display
{
	background: url(//babinironworks.com/stmdls/def_PFLHID.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa.TBB_display
{
	background: url(//babinironworks.com/stmdls/def_TBBEXP.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa.TFL_display
{
	background: url(//babinironworks.com/stmdls/def_TFLHID.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa.PBBEXP_display
{
	background: url(//babinironworks.com/stmdls/def_PBBEXP.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa.PBBHID_display
{
	background: url(//babinironworks.com/stmdls/def_PBBHID.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa.PFLEXP_display
{
	background: url(//babinironworks.com/stmdls/def_PFLEXP.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa.PFLHID_display
{
	background: url(//babinironworks.com/stmdls/def_PFLHID.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa.TBBEXP_display
{
	background: url(//babinironworks.com/stmdls/def_TBBEXP.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa.TBBHID_display
{
	background: url(//babinironworks.com/stmdls/def_TBBHID.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa.TFLEXP_display
{
	background: url(//babinironworks.com/stmdls/def_TFLEXP.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa.TFLHID_display
{
	background: url(//babinironworks.com/stmdls/def_TFLHID.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_wide.PONF_display
{
	background: url(//babinironworks.com/stmdls/def_PONF.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_wide.TONF_display
{
	background: url(//babinironworks.com/stmdls/def_TONF.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_wide.PINF_display
{
	background: url(//babinironworks.com/stmdls/def_PINF.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_wide.TINF_display
{
	background: url(//babinironworks.com/stmdls/def_TINF.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_lrg.STR_totalrise_display
{
	background: url(//babinironworks.com/stmdls/def_STR_totalrise.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_lrg.SWB_totalrise_display
{
	background: url(//babinironworks.com/stmdls/def_SWB_totalrise.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_lrg.S90_totalrise_display
{
	background: url(//babinironworks.com/stmdls/def_S90_totalrise.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_wide.tread_display
{
	background: url(//babinironworks.com/stmdls/def_StringerTread.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_lrg.BBlock_display
{
	background: url(//babinironworks.com/stmdls/def_bblock.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_lrg.WO_display
{
	background: url(//babinironworks.com/stmdls/def_treadWO.png?1) no-repeat 100% 0;
    background-size:contain;
}

.qa_lrg.RO_display
{
	background: url(//babinironworks.com/stmdls/def_treadRO.png?1) no-repeat 100% 0;
    background-size:contain;
}

.qa_lrg.MP_display
{
	background: url(//babinironworks.com/stmdls/def_treadMP.png?1) no-repeat 100% 0;
    background-size:contain;
}

.qa_lrg.Tmain_display
{
	background: url(//babinironworks.com/stmdls/T_main_overlay.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_lrg.Pmain_display
{
	background: url(//babinironworks.com/stmdls/P_main_overlay.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_med.Tmain_about
{
	background: url(//babinironworks.com/stmdls/T_main.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_med.Pmain_about
{
	background: url(//babinironworks.com/stmdls/P_main.jpg) no-repeat 100% 0;
    background-size:contain;
}

.qa_sm.def_PC_SGL_BLK
{
	background: url(//babinironworks.com/stmdls/def_PC_SGL_BLK.png) no-repeat 100% 0;
    background-size:contain;
}

.qa_sm.def_PC_GL_BLK
{
	background: url(//babinironworks.com/stmdls/def_PC_GL_BLK.png) no-repeat 100% 0;
    background-size:contain;
}

.qa_sm.def_PC_FL_BLK
{
	background: url(//babinironworks.com/stmdls/def_PC_FL_BLK.png) no-repeat 100% 0;
    background-size:contain;
}

.qa_sm.def_PC_SGL_DGY
{
	background: url(//babinironworks.com/stmdls/def_PC_SGL_DGY.png) no-repeat 100% 0;
    background-size:contain;
}

.qa_sm.def_PC_GL_DGY
{
	background: url(//babinironworks.com/stmdls/def_PC_GL_DGY.png) no-repeat 100% 0;
    background-size:contain;
}

.qa_sm.def_PC_FL_DGY
{
	background: url(//babinironworks.com/stmdls/def_PC_FL_DGY.png) no-repeat 100% 0;
    background-size:contain;
}

.qa_sm.def_PC_SGL_LGY
{
	background: url(//babinironworks.com/stmdls/def_PC_SGL_LGY.png) no-repeat 100% 0;
    background-size:contain;
}

.qa_sm.def_PC_GL_LGY
{
	background: url(//babinironworks.com/stmdls/def_PC_GL_LGY.png) no-repeat 100% 0;
    background-size:contain;
}

.qa_sm.def_PC_FL_LGY
{
	background: url(//babinironworks.com/stmdls/def_PC_FL_LGY.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(//babinironworks.com/stmdls/Choice_STRT.jpg) no-repeat 100% 0;
    background-size:contain;
}

.lrn_display.SWB
{
	background: url(//babinironworks.com/stmdls/Choice_SWBT.jpg) no-repeat 100% 0;
    background-size:contain;
}

.lrn_display.S90
{
	background: url(//babinironworks.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(//babinironworks.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(//babinironworks.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(//babinironworks.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;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: relative;
  width: 100%;
  margin: 0;
  padding-top: 10px;
  list-style: none;
  text-align: center;
  line-height: 1;
  z-index:18;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height:20px;
  margin: 0 3px;
  background: #333333;
  opacity: 0.25;
  cursor: pointer;
  counter-increment: dot_counter;
  margin-bottom:10px;

}

.flickity-page-dots .dot::before {
  display: block;
  text-align: center;
  content: counter(dot_counter);
  font-size: 16px;
  color: rgb(255, 255, 255, 1);

}


.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.main-carousel {
  background: #EEE;
}

.carousel-cell {
width: 600px; height: 800px;  margin-right: 10px;
  background: #fff;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

.carousel-cell.main-splash
{
	width: 600px; height: 800px;    margin-right: 0px;
}

.carousel-cell.main-splash:before{
	content: "";
    display: none;
}

/* cell number */
.carousel-cell:before {
  position: absolute;
  text-align: center;
  content: counter(carousel-cell);
  font-size: 25px;
  left:47%;
  bottom:0;
  width: 40px;
  color: #cccccc;
  background: rgb(19, 85, 112, 0.6);

}
.carousel-cell-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width:100%;
  height:auto;
  opacity: 1;
}

.carousel-cell-image.img_pre_20130608_135928{background: url(//babinironworks.com/galleries/index_main/20130608_135928.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20130811_165030{background: url(//babinironworks.com/galleries/index_main/20130811_165030.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20141005_182535{background: url(//babinironworks.com/galleries/index_main/20141005_182535.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20150522_112938{background: url(//babinironworks.com/galleries/index_main/20150522_112938.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20150522_165222{background: url(//babinironworks.com/galleries/index_main/20150522_165222.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20150901_141652{background: url(//babinironworks.com/galleries/index_main/20150901_141652.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20150911_135041{background: url(//babinironworks.com/galleries/index_main/20150911_135041.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20160304_164817{background: url(//babinironworks.com/galleries/index_main/20160304_164817.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20161028_152005{background: url(//babinironworks.com/galleries/index_main/20161028_152005.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20170529_102016{background: url(//babinironworks.com/galleries/index_main/20170529_102016.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20170823_124732{background: url(//babinironworks.com/galleries/index_main/20170823_124732.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20171030_141432{background: url(//babinironworks.com/galleries/index_main/20171030_141432.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20190801_195430{background: url(//babinironworks.com/galleries/index_main/20190801_195430.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20191011_145153{background: url(//babinironworks.com/galleries/index_main/20191011_145153.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210616_122336{background: url(//babinironworks.com/galleries/index_main/20210616_122336.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210909_174329{background: url(//babinironworks.com/galleries/index_main/20210909_174329.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220707_161540{background: url(//babinironworks.com/galleries/index_main/20220707_161540.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20221111_113916{background: url(//babinironworks.com/galleries/index_main/20221111_113916.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20221123_124101{background: url(//babinironworks.com/galleries/index_main/20221123_124101.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230707_155222{background: url(//babinironworks.com/galleries/index_main/20230707_155222.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230915_141414{background: url(//babinironworks.com/galleries/index_main/20230915_141414.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20240920_075149{background: url(//babinironworks.com/galleries/index_main/20240920_075149.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20250131_112638{background: url(//babinironworks.com/galleries/index_main/20250131_112638.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20250710_110244{background: url(//babinironworks.com/galleries/index_main/20250710_110244.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20250804_132345{background: url(//babinironworks.com/galleries/index_main/20250804_132345.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20140926_222002{background: url(//babinironworks.com/galleries/stairs_glass/20140926_222002.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20170922_091942{background: url(//babinironworks.com/galleries/stairs_glass/20170922_091942.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20170922_092603{background: url(//babinironworks.com/galleries/stairs_glass/20170922_092603.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20180629_171507{background: url(//babinironworks.com/galleries/stairs_glass/20180629_171507.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20181025_143456{background: url(//babinironworks.com/galleries/stairs_glass/20181025_143456.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20190709_123422{background: url(//babinironworks.com/galleries/stairs_glass/20190709_123422.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210227_071154{background: url(//babinironworks.com/galleries/stairs_glass/20210227_071154.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220506_120031{background: url(//babinironworks.com/galleries/stairs_glass/20220506_120031.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220518_172641{background: url(//babinironworks.com/galleries/stairs_glass/20220518_172641.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220701_161309{background: url(//babinironworks.com/galleries/stairs_glass/20220701_161309.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220701_161330{background: url(//babinironworks.com/galleries/stairs_glass/20220701_161330.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220707_124055{background: url(//babinironworks.com/galleries/stairs_glass/20220707_124055.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220707_161320{background: url(//babinironworks.com/galleries/stairs_glass/20220707_161320.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230407_104239{background: url(//babinironworks.com/galleries/stairs_glass/20230407_104239.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230407_104544{background: url(//babinironworks.com/galleries/stairs_glass/20230407_104544.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230407_104612{background: url(//babinironworks.com/galleries/stairs_glass/20230407_104612.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230707_155222{background: url(//babinironworks.com/galleries/stairs_glass/20230707_155222.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20240314_172413{background: url(//babinironworks.com/galleries/stairs_glass/20240314_172413.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20240509_202423{background: url(//babinironworks.com/galleries/stairs_glass/20240509_202423.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20240509_202639{background: url(//babinironworks.com/galleries/stairs_glass/20240509_202639.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20240924_182903{background: url(//babinironworks.com/galleries/stairs_glass/20240924_182903.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20240924_183112{background: url(//babinironworks.com/galleries/stairs_glass/20240924_183112.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20241019_170429{background: url(//babinironworks.com/galleries/stairs_glass/20241019_170429.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20241109_121533{background: url(//babinironworks.com/galleries/stairs_glass/20241109_121533.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20241109_121934{background: url(//babinironworks.com/galleries/stairs_glass/20241109_121934.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20241219_225347{background: url(//babinironworks.com/galleries/stairs_glass/20241219_225347.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20241219_225543{background: url(//babinironworks.com/galleries/stairs_glass/20241219_225543.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20250131_113526{background: url(//babinironworks.com/galleries/stairs_glass/20250131_113526.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20250131_113610{background: url(//babinironworks.com/galleries/stairs_glass/20250131_113610.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20250710_110244{background: url(//babinironworks.com/galleries/stairs_glass/20250710_110244.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20250729_144310{background: url(//babinironworks.com/galleries/stairs_glass/20250729_144310.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20250804_131541{background: url(//babinironworks.com/galleries/stairs_glass/20250804_131541.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20250804_132345{background: url(//babinironworks.com/galleries/stairs_glass/20250804_132345.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_12307094_18{background: url(//babinironworks.com/galleries/stairs_steel/12307094_18.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_12307094_19{background: url(//babinironworks.com/galleries/stairs_steel/12307094_19.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20160410_133924{background: url(//babinironworks.com/galleries/stairs_steel/20160410_133924.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20170529_102016{background: url(//babinironworks.com/galleries/stairs_steel/20170529_102016.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20170529_102031{background: url(//babinironworks.com/galleries/stairs_steel/20170529_102031.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20181219_121758{background: url(//babinironworks.com/galleries/stairs_steel/20181219_121758.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20201217_121025{background: url(//babinironworks.com/galleries/stairs_steel/20201217_121025.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210206_123809{background: url(//babinironworks.com/galleries/stairs_steel/20210206_123809.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210206_124023{background: url(//babinironworks.com/galleries/stairs_steel/20210206_124023.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210223_084046{background: url(//babinironworks.com/galleries/stairs_steel/20210223_084046.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210223_084103{background: url(//babinironworks.com/galleries/stairs_steel/20210223_084103.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210811_0120{background: url(//babinironworks.com/galleries/stairs_steel/20210811_0120.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210923_0130{background: url(//babinironworks.com/galleries/stairs_steel/20210923_0130.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220314_0025{background: url(//babinironworks.com/galleries/stairs_steel/20220314_0025.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220314_183745{background: url(//babinironworks.com/galleries/stairs_steel/20220314_183745.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20221109_102937{background: url(//babinironworks.com/galleries/stairs_steel/20221109_102937.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20221123_124010{background: url(//babinironworks.com/galleries/stairs_steel/20221123_124010.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20221123_124101{background: url(//babinironworks.com/galleries/stairs_steel/20221123_124101.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230608_133455{background: url(//babinironworks.com/galleries/stairs_steel/20230608_133455.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230608_135643{background: url(//babinironworks.com/galleries/stairs_steel/20230608_135643.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230710_174928{background: url(//babinironworks.com/galleries/stairs_steel/20230710_174928.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230909_202106{background: url(//babinironworks.com/galleries/stairs_steel/20230909_202106.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20240713_153622{background: url(//babinironworks.com/galleries/stairs_steel/20240713_153622.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20250306_190230{background: url(//babinironworks.com/galleries/stairs_steel/20250306_190230.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20250306_190240{background: url(//babinironworks.com/galleries/stairs_steel/20250306_190240.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20170622_123322{background: url(//babinironworks.com/galleries/stairs_exterior/20170622_123322.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20170622_123524{background: url(//babinironworks.com/galleries/stairs_exterior/20170622_123524.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20190802_131027{background: url(//babinironworks.com/galleries/stairs_exterior/20190802_131027.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210223-083211{background: url(//babinironworks.com/galleries/stairs_exterior/20210223-083211.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210601_195504{background: url(//babinironworks.com/galleries/stairs_exterior/20210601_195504.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210601_195522{background: url(//babinironworks.com/galleries/stairs_exterior/20210601_195522.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210601_195550{background: url(//babinironworks.com/galleries/stairs_exterior/20210601_195550.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210705_144908{background: url(//babinironworks.com/galleries/stairs_exterior/20210705_144908.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20221201_164205{background: url(//babinironworks.com/galleries/stairs_exterior/20221201_164205.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20221201_164245{background: url(//babinironworks.com/galleries/stairs_exterior/20221201_164245.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20250602_181659{background: url(//babinironworks.com/galleries/stairs_exterior/20250602_181659.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20250602_181735{background: url(//babinironworks.com/galleries/stairs_exterior/20250602_181735.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20140926_101326{background: url(//babinironworks.com/galleries/railings_glass/20140926_101326.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20140926_221544{background: url(//babinironworks.com/galleries/railings_glass/20140926_221544.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20140926_221622{background: url(//babinironworks.com/galleries/railings_glass/20140926_221622.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20170922_092534{background: url(//babinironworks.com/galleries/railings_glass/20170922_092534.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20180427_173649{background: url(//babinironworks.com/galleries/railings_glass/20180427_173649.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20180629_171525{background: url(//babinironworks.com/galleries/railings_glass/20180629_171525.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20180629_171531{background: url(//babinironworks.com/galleries/railings_glass/20180629_171531.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20190705_172131{background: url(//babinironworks.com/galleries/railings_glass/20190705_172131.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20190801_195430{background: url(//babinironworks.com/galleries/railings_glass/20190801_195430.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20190802_131204{background: url(//babinironworks.com/galleries/railings_glass/20190802_131204.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20190802_131234{background: url(//babinironworks.com/galleries/railings_glass/20190802_131234.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20190802_132407{background: url(//babinironworks.com/galleries/railings_glass/20190802_132407.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20190910_134309{background: url(//babinironworks.com/galleries/railings_glass/20190910_134309.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20190910_140847{background: url(//babinironworks.com/galleries/railings_glass/20190910_140847.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20201217_135609{background: url(//babinironworks.com/galleries/railings_glass/20201217_135609.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210227_071125{background: url(//babinironworks.com/galleries/railings_glass/20210227_071125.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20211126_123836{background: url(//babinironworks.com/galleries/railings_glass/20211126_123836.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220518_161435{background: url(//babinironworks.com/galleries/railings_glass/20220518_161435.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220518_161745{background: url(//babinironworks.com/galleries/railings_glass/20220518_161745.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220518_172431{background: url(//babinironworks.com/galleries/railings_glass/20220518_172431.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220518_172706{background: url(//babinironworks.com/galleries/railings_glass/20220518_172706.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220701_161215{background: url(//babinironworks.com/galleries/railings_glass/20220701_161215.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220701_161254{background: url(//babinironworks.com/galleries/railings_glass/20220701_161254.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220707_161245{background: url(//babinironworks.com/galleries/railings_glass/20220707_161245.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220707_161540{background: url(//babinironworks.com/galleries/railings_glass/20220707_161540.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220707_161542{background: url(//babinironworks.com/galleries/railings_glass/20220707_161542.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220928_131059{background: url(//babinironworks.com/galleries/railings_glass/20220928_131059.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20221201_164110{background: url(//babinironworks.com/galleries/railings_glass/20221201_164110.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20221201_164245{background: url(//babinironworks.com/galleries/railings_glass/20221201_164245.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20221201_164449{background: url(//babinironworks.com/galleries/railings_glass/20221201_164449.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20221201_164506{background: url(//babinironworks.com/galleries/railings_glass/20221201_164506.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230406_154240{background: url(//babinironworks.com/galleries/railings_glass/20230406_154240.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230407_103822{background: url(//babinironworks.com/galleries/railings_glass/20230407_103822.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230407_104205{background: url(//babinironworks.com/galleries/railings_glass/20230407_104205.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230407_104256{background: url(//babinironworks.com/galleries/railings_glass/20230407_104256.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230407_104308{background: url(//babinironworks.com/galleries/railings_glass/20230407_104308.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230407_104405{background: url(//babinironworks.com/galleries/railings_glass/20230407_104405.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230407_104525{background: url(//babinironworks.com/galleries/railings_glass/20230407_104525.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230407_105833{background: url(//babinironworks.com/galleries/railings_glass/20230407_105833.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230407_110208{background: url(//babinironworks.com/galleries/railings_glass/20230407_110208.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230707_155222{background: url(//babinironworks.com/galleries/railings_glass/20230707_155222.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230707_155252{background: url(//babinironworks.com/galleries/railings_glass/20230707_155252.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230814_173133{background: url(//babinironworks.com/galleries/railings_glass/20230814_173133.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230814_173316{background: url(//babinironworks.com/galleries/railings_glass/20230814_173316.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230814_173323{background: url(//babinironworks.com/galleries/railings_glass/20230814_173323.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20240206_120627{background: url(//babinironworks.com/galleries/railings_glass/20240206_120627.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20240206_124109{background: url(//babinironworks.com/galleries/railings_glass/20240206_124109.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20240314_172342{background: url(//babinironworks.com/galleries/railings_glass/20240314_172342.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20240509_201846{background: url(//babinironworks.com/galleries/railings_glass/20240509_201846.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20240509_202423{background: url(//babinironworks.com/galleries/railings_glass/20240509_202423.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20240924_183112{background: url(//babinironworks.com/galleries/railings_glass/20240924_183112.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20241019_165258{background: url(//babinironworks.com/galleries/railings_glass/20241019_165258.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20241019_170608{background: url(//babinironworks.com/galleries/railings_glass/20241019_170608.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20241109_121915{background: url(//babinironworks.com/galleries/railings_glass/20241109_121915.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20241109_122043{background: url(//babinironworks.com/galleries/railings_glass/20241109_122043.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20241109_122456{background: url(//babinironworks.com/galleries/railings_glass/20241109_122456.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20241212_222119{background: url(//babinironworks.com/galleries/railings_glass/20241212_222119.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20241212_222126{background: url(//babinironworks.com/galleries/railings_glass/20241212_222126.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20241219_225449{background: url(//babinironworks.com/galleries/railings_glass/20241219_225449.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20250131_112638{background: url(//babinironworks.com/galleries/railings_glass/20250131_112638.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20250704_123728{background: url(//babinironworks.com/galleries/railings_glass/20250704_123728.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20250704_123750{background: url(//babinironworks.com/galleries/railings_glass/20250704_123750.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20250726_161209{background: url(//babinironworks.com/galleries/railings_glass/20250726_161209.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20250729_144152{background: url(//babinironworks.com/galleries/railings_glass/20250729_144152.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20250802_194054{background: url(//babinironworks.com/galleries/railings_glass/20250802_194054.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20250802_194125{background: url(//babinironworks.com/galleries/railings_glass/20250802_194125.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20250807_190323{background: url(//babinironworks.com/galleries/railings_glass/20250807_190323.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20150522_184724{background: url(//babinironworks.com/galleries/railings_steel/20150522_184724.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20151214_135540{background: url(//babinironworks.com/galleries/railings_steel/20151214_135540.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20160410_142736{background: url(//babinironworks.com/galleries/railings_steel/20160410_142736.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20160907_162321{background: url(//babinironworks.com/galleries/railings_steel/20160907_162321.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20170222_204155{background: url(//babinironworks.com/galleries/railings_steel/20170222_204155.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20170222_204223{background: url(//babinironworks.com/galleries/railings_steel/20170222_204223.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20170222_204924{background: url(//babinironworks.com/galleries/railings_steel/20170222_204924.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20170222_205505{background: url(//babinironworks.com/galleries/railings_steel/20170222_205505.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20171030_110806{background: url(//babinironworks.com/galleries/railings_steel/20171030_110806.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20171030_141432{background: url(//babinironworks.com/galleries/railings_steel/20171030_141432.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20171030_141618{background: url(//babinironworks.com/galleries/railings_steel/20171030_141618.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20180120_114018{background: url(//babinironworks.com/galleries/railings_steel/20180120_114018.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20180718_134949{background: url(//babinironworks.com/galleries/railings_steel/20180718_134949.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20180718_142215{background: url(//babinironworks.com/galleries/railings_steel/20180718_142215.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20180718_143058{background: url(//babinironworks.com/galleries/railings_steel/20180718_143058.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20200213_113512{background: url(//babinironworks.com/galleries/railings_steel/20200213_113512.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20200914_160706{background: url(//babinironworks.com/galleries/railings_steel/20200914_160706.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210118-094704{background: url(//babinironworks.com/galleries/railings_steel/20210118-094704.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210206_123816{background: url(//babinironworks.com/galleries/railings_steel/20210206_123816.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210206_123949{background: url(//babinironworks.com/galleries/railings_steel/20210206_123949.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210206_124008{background: url(//babinironworks.com/galleries/railings_steel/20210206_124008.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210405_152737{background: url(//babinironworks.com/galleries/railings_steel/20210405_152737.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210910_121708{background: url(//babinironworks.com/galleries/railings_steel/20210910_121708.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210923_134052{background: url(//babinironworks.com/galleries/railings_steel/20210923_134052.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210929_111617{background: url(//babinironworks.com/galleries/railings_steel/20210929_111617.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20211203_150004{background: url(//babinironworks.com/galleries/railings_steel/20211203_150004.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220314_183941{background: url(//babinironworks.com/galleries/railings_steel/20220314_183941.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220314_184119{background: url(//babinironworks.com/galleries/railings_steel/20220314_184119.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220321_121638{background: url(//babinironworks.com/galleries/railings_steel/20220321_121638.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220321_130759{background: url(//babinironworks.com/galleries/railings_steel/20220321_130759.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220324_121426{background: url(//babinironworks.com/galleries/railings_steel/20220324_121426.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220324_121538{background: url(//babinironworks.com/galleries/railings_steel/20220324_121538.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220623_144446{background: url(//babinironworks.com/galleries/railings_steel/20220623_144446.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220623_150354{background: url(//babinironworks.com/galleries/railings_steel/20220623_150354.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220623_150436{background: url(//babinironworks.com/galleries/railings_steel/20220623_150436.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20221007_134306{background: url(//babinironworks.com/galleries/railings_steel/20221007_134306.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20221007_134645{background: url(//babinironworks.com/galleries/railings_steel/20221007_134645.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20221007_135357{background: url(//babinironworks.com/galleries/railings_steel/20221007_135357.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20221007_135417{background: url(//babinironworks.com/galleries/railings_steel/20221007_135417.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20221111_112401{background: url(//babinironworks.com/galleries/railings_steel/20221111_112401.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20221111_113916{background: url(//babinironworks.com/galleries/railings_steel/20221111_113916.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20221111_114141{background: url(//babinironworks.com/galleries/railings_steel/20221111_114141.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20221215_131101{background: url(//babinironworks.com/galleries/railings_steel/20221215_131101.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230710_175215{background: url(//babinironworks.com/galleries/railings_steel/20230710_175215.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230909_202220{background: url(//babinironworks.com/galleries/railings_steel/20230909_202220.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230909_202817{background: url(//babinironworks.com/galleries/railings_steel/20230909_202817.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230909_202941{background: url(//babinironworks.com/galleries/railings_steel/20230909_202941.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20231016_095743{background: url(//babinironworks.com/galleries/railings_steel/20231016_095743.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20240627_141902{background: url(//babinironworks.com/galleries/railings_steel/20240627_141902.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20240627_142014{background: url(//babinironworks.com/galleries/railings_steel/20240627_142014.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20241021_154725{background: url(//babinironworks.com/galleries/railings_steel/20241021_154725.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20241021_154805{background: url(//babinironworks.com/galleries/railings_steel/20241021_154805.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20250602_174536{background: url(//babinironworks.com/galleries/railings_steel/20250602_174536.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20121229_123109{background: url(//babinironworks.com/galleries/styling/20121229_123109.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20130608_135928{background: url(//babinironworks.com/galleries/styling/20130608_135928.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20150214_200405{background: url(//babinironworks.com/galleries/styling/20150214_200405.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20150514_150217{background: url(//babinironworks.com/galleries/styling/20150514_150217.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20150908_160801{background: url(//babinironworks.com/galleries/styling/20150908_160801.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20150910_171616{background: url(//babinironworks.com/galleries/styling/20150910_171616.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20150911_135041{background: url(//babinironworks.com/galleries/styling/20150911_135041.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20170120_094917{background: url(//babinironworks.com/galleries/styling/20170120_094917.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20200401_171117{background: url(//babinironworks.com/galleries/styling/20200401_171117.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20200905_165907{background: url(//babinironworks.com/galleries/styling/20200905_165907.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20200905_165914{background: url(//babinironworks.com/galleries/styling/20200905_165914.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20200926_112402{background: url(//babinironworks.com/galleries/styling/20200926_112402.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20201118_115221{background: url(//babinironworks.com/galleries/styling/20201118_115221.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20201209_115403{background: url(//babinironworks.com/galleries/styling/20201209_115403.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210909_174108{background: url(//babinironworks.com/galleries/styling/20210909_174108.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210909_174329{background: url(//babinironworks.com/galleries/styling/20210909_174329.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220822_123309{background: url(//babinironworks.com/galleries/styling/20220822_123309.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20221003_102712{background: url(//babinironworks.com/galleries/styling/20221003_102712.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230720_134820{background: url(//babinironworks.com/galleries/styling/20230720_134820.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230907_090900{background: url(//babinironworks.com/galleries/styling/20230907_090900.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230907_091024{background: url(//babinironworks.com/galleries/styling/20230907_091024.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230915_140811{background: url(//babinironworks.com/galleries/styling/20230915_140811.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20230915_141414{background: url(//babinironworks.com/galleries/styling/20230915_141414.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20240920_075149{background: url(//babinironworks.com/galleries/styling/20240920_075149.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20241021_154631{background: url(//babinironworks.com/galleries/styling/20241021_154631.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20241021_154725{background: url(//babinironworks.com/galleries/styling/20241021_154725.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20241021_154805{background: url(//babinironworks.com/galleries/styling/20241021_154805.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20250509_101151{background: url(//babinironworks.com/galleries/styling/20250509_101151.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20250509_155207{background: url(//babinironworks.com/galleries/styling/20250509_155207.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20250529_154357{background: url(//babinironworks.com/galleries/styling/20250529_154357.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20121211_164720{background: url(//babinironworks.com/galleries/structures/20121211_164720.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20130612_160409{background: url(//babinironworks.com/galleries/structures/20130612_160409.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20130709_134543{background: url(//babinironworks.com/galleries/structures/20130709_134543.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20130831_123812{background: url(//babinironworks.com/galleries/structures/20130831_123812.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20130831_123820{background: url(//babinironworks.com/galleries/structures/20130831_123820.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20140912_101723{background: url(//babinironworks.com/galleries/structures/20140912_101723.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20140912_125410{background: url(//babinironworks.com/galleries/structures/20140912_125410.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20141005_182535{background: url(//babinironworks.com/galleries/structures/20141005_182535.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20141105_071232{background: url(//babinironworks.com/galleries/structures/20141105_071232.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20141105_073347{background: url(//babinironworks.com/galleries/structures/20141105_073347.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20141105_075057{background: url(//babinironworks.com/galleries/structures/20141105_075057.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20150726_114609{background: url(//babinironworks.com/galleries/structures/20150726_114609.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20150726_130540{background: url(//babinironworks.com/galleries/structures/20150726_130540.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20150901_141652{background: url(//babinironworks.com/galleries/structures/20150901_141652.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20150901_141815{background: url(//babinironworks.com/galleries/structures/20150901_141815.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20150901_141937{background: url(//babinironworks.com/galleries/structures/20150901_141937.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20150911_135235{background: url(//babinironworks.com/galleries/structures/20150911_135235.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20160202_123454{background: url(//babinironworks.com/galleries/structures/20160202_123454.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20160209_120110{background: url(//babinironworks.com/galleries/structures/20160209_120110.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20160304_164801{background: url(//babinironworks.com/galleries/structures/20160304_164801.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20160304_164817{background: url(//babinironworks.com/galleries/structures/20160304_164817.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20160304_174015{background: url(//babinironworks.com/galleries/structures/20160304_174015.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20160728_150017{background: url(//babinironworks.com/galleries/structures/20160728_150017.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20161022_110337{background: url(//babinironworks.com/galleries/structures/20161022_110337.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20161221_085757{background: url(//babinironworks.com/galleries/structures/20161221_085757.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20170802_105455{background: url(//babinironworks.com/galleries/structures/20170802_105455.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20170823_124512{background: url(//babinironworks.com/galleries/structures/20170823_124512.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20170823_124732{background: url(//babinironworks.com/galleries/structures/20170823_124732.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20170823_125223{background: url(//babinironworks.com/galleries/structures/20170823_125223.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20170914_124826{background: url(//babinironworks.com/galleries/structures/20170914_124826.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20170915_103648{background: url(//babinironworks.com/galleries/structures/20170915_103648.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20171023_152325{background: url(//babinironworks.com/galleries/structures/20171023_152325.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20180622_181949{background: url(//babinironworks.com/galleries/structures/20180622_181949.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20180622_182009{background: url(//babinironworks.com/galleries/structures/20180622_182009.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20180622_182130{background: url(//babinironworks.com/galleries/structures/20180622_182130.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20180622_182211{background: url(//babinironworks.com/galleries/structures/20180622_182211.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20181201_155410{background: url(//babinironworks.com/galleries/structures/20181201_155410.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20200629_121701{background: url(//babinironworks.com/galleries/structures/20200629_121701.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20200712_094523{background: url(//babinironworks.com/galleries/structures/20200712_094523.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210616_122315{background: url(//babinironworks.com/galleries/structures/20210616_122315.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20210616_122336{background: url(//babinironworks.com/galleries/structures/20210616_122336.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20120804_184717{background: url(//babinironworks.com/galleries/fences/20120804_184717.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20120804_184810{background: url(//babinironworks.com/galleries/fences/20120804_184810.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20120825_195750{background: url(//babinironworks.com/galleries/fences/20120825_195750.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20121120_125944{background: url(//babinironworks.com/galleries/fences/20121120_125944.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20121120_141450{background: url(//babinironworks.com/galleries/fences/20121120_141450.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20130605_134052{background: url(//babinironworks.com/galleries/fences/20130605_134052.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20130608_130629{background: url(//babinironworks.com/galleries/fences/20130608_130629.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20130611_144103{background: url(//babinironworks.com/galleries/fences/20130611_144103.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20130810_161341{background: url(//babinironworks.com/galleries/fences/20130810_161341.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20130810_161349{background: url(//babinironworks.com/galleries/fences/20130810_161349.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20130811_165030{background: url(//babinironworks.com/galleries/fences/20130811_165030.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20131013_140322{background: url(//babinironworks.com/galleries/fences/20131013_140322.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20131015_134547{background: url(//babinironworks.com/galleries/fences/20131015_134547.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20131020_160919{background: url(//babinironworks.com/galleries/fences/20131020_160919.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20131020_161037{background: url(//babinironworks.com/galleries/fences/20131020_161037.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20131020_161123{background: url(//babinironworks.com/galleries/fences/20131020_161123.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20140322_163335{background: url(//babinironworks.com/galleries/fences/20140322_163335.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20140524_144920{background: url(//babinironworks.com/galleries/fences/20140524_144920.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20140710_141010{background: url(//babinironworks.com/galleries/fences/20140710_141010.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20140822_154222{background: url(//babinironworks.com/galleries/fences/20140822_154222.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20140822_154412{background: url(//babinironworks.com/galleries/fences/20140822_154412.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20141027_173935{background: url(//babinironworks.com/galleries/fences/20141027_173935.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20141027_181237{background: url(//babinironworks.com/galleries/fences/20141027_181237.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20141028_132527{background: url(//babinironworks.com/galleries/fences/20141028_132527.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20150422_105624{background: url(//babinironworks.com/galleries/fences/20150422_105624.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20150519_121413{background: url(//babinironworks.com/galleries/fences/20150519_121413.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20150519_185700{background: url(//babinironworks.com/galleries/fences/20150519_185700.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20150522_112902{background: url(//babinironworks.com/galleries/fences/20150522_112902.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20150522_112938{background: url(//babinironworks.com/galleries/fences/20150522_112938.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20150812_081248{background: url(//babinironworks.com/galleries/fences/20150812_081248.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20150812_081339{background: url(//babinironworks.com/galleries/fences/20150812_081339.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20151019_144635{background: url(//babinironworks.com/galleries/fences/20151019_144635.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20160918_173752{background: url(//babinironworks.com/galleries/fences/20160918_173752.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20160918_173912{background: url(//babinironworks.com/galleries/fences/20160918_173912.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20161011_110404{background: url(//babinironworks.com/galleries/fences/20161011_110404.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20161028_152005{background: url(//babinironworks.com/galleries/fences/20161028_152005.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20161029_145859{background: url(//babinironworks.com/galleries/fences/20161029_145859.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20190829_091238{background: url(//babinironworks.com/galleries/fences/20190829_091238.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20120514_144736{background: url(//babinironworks.com/galleries/gates/20120514_144736.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20120804_184825{background: url(//babinironworks.com/galleries/gates/20120804_184825.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20131214_022932{background: url(//babinironworks.com/galleries/gates/20131214_022932.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20140605_092303{background: url(//babinironworks.com/galleries/gates/20140605_092303.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20140605_092313{background: url(//babinironworks.com/galleries/gates/20140605_092313.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20140611_135428{background: url(//babinironworks.com/galleries/gates/20140611_135428.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20140903_173534{background: url(//babinironworks.com/galleries/gates/20140903_173534.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20150501_165257{background: url(//babinironworks.com/galleries/gates/20150501_165257.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20150522_105625{background: url(//babinironworks.com/galleries/gates/20150522_105625.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20150522_165222{background: url(//babinironworks.com/galleries/gates/20150522_165222.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20160127_104725{background: url(//babinironworks.com/galleries/gates/20160127_104725.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20161028_131210{background: url(//babinironworks.com/galleries/gates/20161028_131210.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20161118_135730{background: url(//babinironworks.com/galleries/gates/20161118_135730.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20181004_150432{background: url(//babinironworks.com/galleries/gates/20181004_150432.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20181009_091038{background: url(//babinironworks.com/galleries/gates/20181009_091038.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20190608_100725{background: url(//babinironworks.com/galleries/gates/20190608_100725.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20190612_134400{background: url(//babinironworks.com/galleries/gates/20190612_134400.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20191011_145153{background: url(//babinironworks.com/galleries/gates/20191011_145153.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20191018_163614{background: url(//babinironworks.com/galleries/gates/20191018_163614.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20191206_134155{background: url(//babinironworks.com/galleries/gates/20191206_134155.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20200610_113610{background: url(//babinironworks.com/galleries/gates/20200610_113610.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20220603_130622{background: url(//babinironworks.com/galleries/gates/20220603_130622.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20241108_142045{background: url(//babinironworks.com/galleries/gates/20241108_142045.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20241108_142205{background: url(//babinironworks.com/galleries/gates/20241108_142205.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}.carousel-cell-image.img_pre_20241108_142348{background: url(//babinironworks.com/galleries/gates/20241108_142348.webp) no-repeat ;background-size:600px 800px;width:600px;height:800px;}


.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;
}

.photo-box{
	display: inline-block;
    height:contain;
    width:contain;
    color: #000000;
    font-size: .98em;
    padding:5px;
    vertical-align:top;
    border:1px solid #cccccc;
    margin-top:10px;
    margin-bottom:30px;
    
    text-align:center;
    
    max-width:900px; min-width:200px;min-height:210px;}

.text-box{
	display: inline-block;
    height:contain;
    width:contain;
    color: #000000;
    font-size: .98em;
    padding:20px;
    vertical-align:top;
    border:1px solid #cccccc;
    margin-top:10px;
    margin-bottom:30px;
    
    text-align:left;
    
    max-width:450px; min-width:200px;min-height:210px;}

.photo-box-link{
	display: inline-block;
    height:contain;
    width:contain;
    color: #000000;
    font-size: .98em;
    padding:5px;
    vertical-align:top;
    border:1px solid #cccccc;
    margin-top:30px;
    margin-bottom:30px;
    
    text-align:center;
    
    max-width:900px; min-width:200px;}

.builder-box-link:hover{
    border:1px solid ;
}

.builder-box-wide{
	display: inline-block;
    width:contain;
    height:contain;
    color: #000000;
    font-size: .98em;
    padding:10px;
    vertical-align:middle;
    margin:10px;
    
    text-align:center;
    
    max-width:1100px;}


.builder-box-main{
	display: inline-block;
    height:contain;
    color: #000000;
    font-size: .98em;
    padding:10px;
    padding-top:20px;
    vertical-align:top;
    border:1px solid #cccccc;
    margin:10px;
    
    text-align:center;
    
    width:350px;min-height:520px;}

.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.15em;
	background: #135570;
    color: #ffffff;
    border: #135570;
    margin:auto;
    vertical-align:middle;
    cursor: pointer;
    z-index: 11; /* 1px higher than the overlay layer */
}

.build_button:hover {
	background:   #056fa8;
}

.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;
    line-height:40px;
}

a.menuLink:hover {
	color: #ffffff;
}

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: #86d45f;
	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: #86d45f;
	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;
}

a.blogTitleLink
{
	font-family:'Cinzel', serif;
    font-weight: bold;
	color:#666666; 
}

a.blogTitleLink:hover
{
	color: ;
}

.articleText
{
	padding-top:20px;
    padding-bottom:20px;
}

.titleTextMn {
    font-family: "Shalimar", cursive;
    font-weight: 400;
    font-style: normal;
	font-size:5em;padding-top:45px;	
	color: #135570;
    margin-bottom:-90px;
}

.titleText {
    font-family: "Shalimar", cursive;
    font-weight: 400;
    font-style: normal;
	font-size:5em;padding-top:45px;	
	color: #135570;
}

.titleText.black {
	color: #000;
}


.titleSubtext {
	font-size: .70em;
    font-weight:normal;
	color:#aaaaaa; 
}

.subtitleText {
	font-family:'Cinzel', serif;
	font-size: 1.5em;
	color:#666666; 
}

.subtitleTextCal {
    font-family: "Julius Sans One", sans-serif;
    font-weight: bold;
    font-style: normal;
    
	font-size:1.5em;margin-top:-30px;	
    
	color:#000; 
}

.subtitleTextCal.blue{
	color: #135570; 
}

.subtitleTextBlog {
	padding-top:45px;
	font-family:'Cinzel', serif;
	font-size: 1.5em;
	color:#666666; 
}

.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: "Julius Sans One", sans-serif;
    font-weight: bold;
    font-size:1.5em; 
	color:   #eeeeee;
    padding-bottom:15px;
}
.site-accent-large
{
	font-size: 1.25em;
    font-weight:bold;
    color: ;
}

.modern-accent
{
	font-family:  'Cinzel', serif;
    color: ;
}

.modern-bold-accent
{
	font-family:  'Cinzel', serif;
    font-weight: bold;
    color: ;
}

.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;
}

.breadcrumbs
{
    font-size: .85em;
    font-weight:bold;
    text-align:left;
}

.content-separator
{
	padding-top:35px;
    text-align:left;
}

.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;

}

.padding-cell{
	padding-top:40px;	
    padding-bottom:20px;
	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_click-lrg{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1.25em;
    padding: 5px;
	cursor: pointer;
	background-color:#333333; 
    color:white;  
    width:320px;
    height:200px;   
border:none;
}

#main_click-lrg:active {
    background-image: none;
    outline: 0;

}

#main_click-lrg:hover {
	background-image:none;
	background-color:;
}

#main_click-lrg:disabled {
    background-image: none;
    outline: 0;
    background-color:#dddddd;
}



#rise_click{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1.25em;
    padding: 5px;
	cursor: pointer;
	background-color:#333333; 
    color:white;     
border:none;
}

#rise_click:active {
    background-image: none;
    outline: 0;

}

#rise_click:hover {
	background-image:none;
	background-color:;
}

#rise_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:300px;
    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: 5px;
    left: 20px; 
    width: 300px; 
    background-color: transparent;
    z-index:20;
    transition: 0.2s;
	height:90px;    
}	
.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;   
}

.main-container
{
	padding-top: 30px;
}

.scroll-margin
{
	scroll-margin-top:165px; 
}

.learning-section
{
	padding-top:55px;
    text-align:left;	
}

.info-section
{
	padding-top:30px;
    text-align:center;
    display:flex;
    justify-content: center;
    width:100vw;	
}

#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://babinironworks.com/style/BIW_2025WCDN300.webp) no-repeat 20px 5px;
    background-size: 300px;
    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(//babinironworks.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(//babinironworks.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(//babinironworks.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 < 1400px) {
  .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 >= 1200px) {  
 	.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;
   }
   .main-container
    {
        padding-top: 30px;
    }
    
    .scroll-margin
    {
        scroll-margin-top:165px; 
    }

    
    .nav-text {
        visibility: hidden;
         transition:none;
   }
    
    #islbtoggle:checked ~ .main-menu{
    	visibility: hidden;
        transition:none;
    }

}

@media screen and (width < 1200px) {  
    .menu-system {
    	visibility: visible;
        transition:none;
    }

    .top-menu {
        visibility: hidden;
        transition:none;
    }
    .main-menu {
        visibility: visible;
    }
    .main-container
    {
        padding-top: 0;
    }
    .scroll-margin
    {
        scroll-margin-top:135px; 
    }

}

.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;
}

.float-box{
	display: inline-block;
    height:contain;
    color: #000000;
    font-size: .98em;
    padding:10px;
    vertical-align:top;
    border:1px solid #cccccc;
    margin:10px;
    min-height:250px;
    max-width:600px;
    text-align:center;}

.float-box.no-outline{
	border:none;
}

-->