<!--

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

body {
	background-color: #bbbbbb;
    overflow-x:hidden;
    text-align: center;

}

body.waiting *
{
	cursor:wait;
}

.content-table
{
	
	width:75%;}

h1,h2,h3
{
	color:#77ab41;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 170;
  background-color: rgba(0,0,0,0.6);
}

.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 */
}

.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 #90BF52;
}

.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: #666666;

}

td.hover_cell:hover
{
	background: #7DC94B;
}

td.hover_cell_drk {
	background: #333333;

}

td.hover_cell_drk:hover
{
	background: #7DC94B;
}

.full_width:
{
	height:100%;
    width: 100%;
}

#contact_button {
    transition: 0.2s;

    font-size: 1.2em;      right:10px; 
				top: 10px;
				width: 140px;
    			height: 40px;
				border: 2px solid #eeeeee;
				    position: fixed;
    display: table;
    text-align: center;
	background: #111111;
    z-index: 160; /* 1px higher than the overlay layer */
}

#contact_button:hover {
	background: #7DC94B;
}

.splash_blog {
    font-size: 1.2em;    width: 280px;
    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 */
}

.splash_blog:hover {
	background:   #135570;

}


#tel_header {
    transition: 0.2s;
      right:10px; 
				top: 58px;
				width: 110px;
    			height: 60px;
    			font-size: 1em;
				text-align: right;    position: fixed;
    display: table;
    
    color:#ffffff;
    z-index: 160; /* 1px higher than the overlay layer */
}

.splash_contact {
    font-size: 1.2em;    width: 160px;
    height: 50px;
    display: table;
    text-align: center;
    font-size:1.5em;
	background: #111111;
    border: 2px solid #eeeeee;
    margin:auto;
    z-index: 11; /* 1px higher than the overlay layer */
}

.splash_contact:hover {
	background: #7DC94B;

}

/* 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: #7DC94B;
	text-decoration: none;
}

a.black:visited {
	text-decoration: none;
}

a.black:active {
	text-decoration: none;
	text-align: right;
}
a.menuLink {
    font-size:.85em;
}

a.contentLink {
	color: #005cc1;
	text-decoration: none; 
	font-size: 1em;
}
a.contentLink:hover {
	color: #0086FF;
	text-decoration:none;
}

a.contentLinkOnDark {
	color: #7DC94B;
	text-decoration: none; 
	font-size: 1.2em;
}

a.contentLinkOnDark:hover {
	color: #b2fc51;
	text-decoration:none;
}

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

a.blogTitleLink:hover
{
	color: #90BF52;
}

#xxxsmall-font{
    font-size:; 
}

#xxsmall-font{
    font-size:.55em; 
}

#xsmall-font{
    font-size:.75em; 
}

#small-font{
    font-size:.85em; 
}

#medium-font{
    font-size:1em; 
}

#large-font{
    font-size:1.2em; 
}

#xlarge-font{
    font-size:1.5em; 
}

#xxlarge-font{
    font-size:2em; 
}

.articleText
{
	padding-top:10px;
    padding-bottom:20px;
    max-width:700px;
}

.titleText {
	font-family: 'Cinzel', serif;
	font-size: 2em;
    font-weight: bold;
	padding-top:45px;
	color:#000; 
}

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

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

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

#medium_font
{
	font-size: 1em;
}

#large_font
{
	font-size: 1.2em;
}

#xlarge_font
{
	font-size: 1.5em;
}

#xxlarge_font
{
	font-size: 2em;

}

#xxxlarge_font
{
	font-size: 2.8em;

}

.gf_cinzel 
{
	font-family:  'Cinzel', serif;
}

.site-accent-large
{
	font-size: 1.2em;
    font-weight:bold;
    color: #599606;
}

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

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

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

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

.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:85%;
    

}

.contentText {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:  medium;
	padding-left: 20px;
	padding-right:20px;
	padding-top: 25px;
	padding-bottom: 25px;
    max-width:900px;
}

.breadcrumbs
{
	padding-top: 35px;
    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;
}

#green_button{
    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);

}

#green_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;

}

#green_button:hover {
	background-image:none;
	background-color:#90BF52;
}

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

.green_button{
    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);

}

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

}

.green_button:hover {
	background-image:none;
	background-color:#90BF52;
}

.green_button:disabled {
    background-image: none;
    outline: 0;
    background-color:#dddddd;
}

#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: #90BF52;
    z-index:150;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size:1.2em;
    font-weight:bold;
    opacity: 0.8;    
}

#main_click{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
    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:#90BF52;
}

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


#main_click-lrg{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
    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:#90BF52;
}

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



#rise_click{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
    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:#90BF52;
}

#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:#90BF52;
}

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

#BIW_Logo{
	width:315px;
    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 );
}
.pic_wrapper {
	text-align: center;   
	height: 770px; /*20 px for margin above nav height*/
	width:100%;
	margin:auto;
}

.pic_container {
	display:table;
	text-align: center;   
	height:601px;
	width:100%;
    margin: 0 auto;
    overflow-y: hidden; // hide vertical
    overflow-x: hidden;
}
.pic_prev{
	background-image: url(//babinironworks.com/style/left_arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:table-cell;
	height:600px;
	width:40px;
    float:right;
	cursor: pointer;
    position: relative;
	z-index:99;
}

.pic_next{
	background-image: url(//babinironworks.com/style/right_arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:table-cell;
	height:600px;
	width:40px;
	z-index:99;
    float:left;
    position: relative;
    cursor: pointer;
}

.pic_slider{
	display:table-cell;
	height:600px;
	width:800px;
    overflow-y: hidden; // hide vertical
    overflow-x: hidden;
    vertical-align: bottom;
    text-align:center;
    z-index:8;
}

.pic_slider_left{
	display:table-cell;
	height:600px;
	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:600px;
	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:800px;
    
 }
 
 #pic_quote
 {
 	position:absolute;
	left: 0; 
  	right: 0; 
  	margin-left: auto; 
  	margin-right: auto;
    vertical-align:top;
    width:800px;
    padding:8px;
    text-align:center;
    background-color: #7DC94B;
    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: #7DC94B;
     color: #333333;
     font-weight:bold;
}

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

.pic_nav a:focus 
{ 
	outline: none;
}

.pic_nav 
{ 
	margin-top:20px;
    line-height:40px;
    text-align: center; 
    height:150px;
}

#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/left_arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:table-cell;
	height:600px;
	width:40px;
	z-index:99;
	cursor: pointer;
}

.pic_next_wide{
	background-image: url(//babinironworks.com/style/right_arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:table-cell;
	height:600px;
	width:40px;
	z-index:99;
    cursor: pointer;
}

.pic_slider_wide{
	display:table-cell;
	height:600px;
	width:800px;
    overflow-y: hidden; // hide vertical
    overflow-x: hidden;
    vertical-align: bottom;
    z-index:8;
}
.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 #90BF52;
}
.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%;
  }
}
.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:#90BF52;
}

#enter-link:disabled {
    background-image: none;
    outline: 0;
    background-color:#dddddd;
}

#green_button{
    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);
}

#green_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;

}

#green_button:hover {
	background-image:none;
	background-color:#90BF52;
}

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

#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.2em;
}

#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{
    padding: 6px;
    padding-top:4px;
    padding-bottom:4px;
	cursor: pointer;
	background-color:#77AB41; 
    color:white;     
    border: 1px solid #ccc;
    border-color: #77AB41 #005CC1 #77AB41;
    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;
}

#green_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:#90BF52;

}

#green_button_thin:hover {
	background-image:none;
	background-color:#90BF52;
}

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

#red_button{
    padding: 8px;
    padding-left: 14px;
    padding-right: 14px;
	cursor: pointer;
	background-color:#CE0000; 
    color:white;     
    border: 1px solid #ccc;
    border-color: #CE0000 #CE0000 #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;
}

#red_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:#FF0000;

}

#red_button:hover {
	background-image:none;
	background-color:#FF0000;
}

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

#red_button_thin{
    padding: 4px;
    padding-top:2px;
    padding-bottom:2px;
	cursor: pointer;
	background-color:#CE0000; 
    color:white;     
    border: 1px solid #ccc;
    border-color: #CE0000 #CE0000 #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;
}

#red_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:#FF0000;

}

#red_button_thin:hover {
	background-image:none;
	background-color:#FF0000;
}

#red_button_thin:disabled {
    background-image: none;
    outline: 0;
    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:#90BF52;

}

#pay_button:hover {
	background-image:none;
	background-color:#90BF52;
}

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


.btn{
    vertical-align:middle;
    padding: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
	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:#5a9931;font-family:'Cinzel', serif;font-size: ;}
.btn.green:hover{background-color:#8ddb3b;}

.btn.dark_aqua{background-color:#135570;color:#ffffff;width:100%;font-family:'Cinzel', serif;font-size: 1.5em;}
.btn.dark_aqua:hover{background-color:#13a9e8;}

#blue_button{
    padding: 8px;
    padding-left: 14px;
    padding-right: 14px;
	cursor: pointer;
	background-color:#005CC1; 
    color:white;     
    border: 1px solid #ccc;
    border-color: #005CC1 #005CC1 #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;
}

#blue_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:#007AFF;

}

#blue_button:hover {
	background-image:none;
	background-color:#007AFF;
}

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

#blue_button_thin{
    padding: 6px;
    padding-top:4px;
    padding-bottom:4px;
	cursor: pointer;
	background-color:#005CC1; 
    color:white;     
    border: 1px solid #ccc;
    border-color: #005CC1 #005CC1 #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:#007AFF;

}

#blue_button_thin:hover {
	background-image:none;
	background-color:#007AFF;
}

#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:#005CC1; 
    color:white;     
    border: 1px solid #ccc;
    border-color: #005CC1 #005CC1 #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:#007AFF;

}

#blue_button_ultrathin:hover {
	background-image:none;
	background-color:#007AFF;
}

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

#light_button_thin{
    padding: 6px;
    padding-top:4px;
    padding-bottom:4px;
	cursor: pointer;
	background-color:#CFE3FF; 
    color:white;     
    border: 1px solid #ccc;
    border-color: #005CC1 #005CC1 #CFE3FF;
    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;
}

#light_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:#EBF2FC;

}

#light_button_thin:hover {
	background-image:none;
	background-color:#EBF2FC;
}

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

#light_button{
    padding: 8px;
    padding-left: 14px;
    padding-right: 14px;
	cursor: pointer;
	background-color:#CFE3FF; 
    color:#3F60AC;     
    border: 1px solid #ccc;
    border-color: #CFE3FF #CFE3FF #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;
}

#light_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:#EBF2FC;

}

#light_button:hover {
	background-image:none;
	background-color:#EBF2FC;
}

#light_button: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: #005CC1 #005CC1 #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:#888888;

}

#grey_button:hover {
	background-image:none;
	background-color:#888888;
}

#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-color:#000000; 
    color:white;   
    font-weight:bold;  
    border: 2px solid #000000;
    -webkit-border-radius: 0px 10px 0px 25px;
  	   -moz-border-radius: 0px 10px 0px 25px;
    	    border-radius: 0px 10px 0px 25px;
}

#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;
}* { 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: #90BF52;
    color:#ffffff;
    z-index:150;
    
    font-size:1em;
    opacity: 0.8;
    

}

.site_header
{
    background-color: #333333;
}

#home_link { 
    position: absolute; 
    top: 4px; 
    left: 10px; 
    width: 315px; 
    background-color: transparent;
    z-index:20;
    transition: 0.2s;
	height:85px;    
}	
#top_menu
{
    transition: 0.2s;
    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:110px;     
}

#top_header_splash{
	position: fixed;
    left:0;
    width: 100%;
	background: #333333 url(https://babinironworks.com/style/BIW_2025WCDN.png?3) no-repeat 10px 4px;
    background-size: 315px;
    color: #000000;
    align: center;
    z-index: 151;
	height:110px;    
    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_splashpad
{
height:120px;}

#top_header
{
	position: fixed;
    width:100%;
    z-index:151;
}
#top_header_pad
{
height:100px;}

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

.img_display
{
	display:inline-flex;
	text-decoration: none;
	font-weight: normal;    
	border: 1px solid #cccccc;
    vertical-align:top;
}

.img_display.QA_med
{
    
    height: 400px; padding:5px; margin-top:10px; margin-bottom:10px; margin-left:5px; margin-right:5px;    
}

.qa_med{
    width: 400px;    box-shadow: 0;
	text-decoration: none;
	font-weight: normal;    
	border: none;
    padding:0;
}

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

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

.accentColor1
{
	color: #135570;
}

.accentColor2
{
	color: #056fa8;
}

.accentColor3
{
	color: #edf8ff;
}

.accentColor2.sub
{
	padding-left:15px;
}

.sub-content
{
	padding-left: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;
}


nav.arrow {
    position: relative;
    height: 1px;
    width:100%;
    background: #333333;
}
nav.arrow:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 100px solid #333333;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
}


.fade-out {
    animation: fadeOut 4s;
    -webkit-animation: fadeOut 4s;
    -moz-animation: fadeOut 4s;
    -o-animation: fadeOut 4s;
    -ms-animation: fadeOut 4s;  

    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;  
        
  	display:flex;
    flex-direction:column;
    position: absolute;

    float: left;
    left: 50%;
    top: 50%;
    
    transform: translate(-50%,  -50%);
			    width: 400px;  
    height: 300px;
	background: url(https://babinironworks.com/style/Booking_spring.png) no-repeat;
    background-size: contain;
    padding-bottom:15px;
    
    font-size: 1.2em;
}


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

.img_display
{
	display:inline-flex;
	text-decoration: none;
	font-weight: normal;    
	border: 1px solid #cccccc;
    vertical-align:top;
}

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

.qa_hs
{
	width: 154px;    box-shadow: 0;
	text-decoration: none;
	font-weight: normal;    
	border: none;
    padding:0;

}

.qa_hs.JB1_HS
{
	background: url(//babinironworks.com/style/JB1_HS.png) no-repeat 100% 0;
    background-size:contain;
}

.qa_hs.JB2_HS
{
	background: url(//babinironworks.com/style/JB2_HS.png) no-repeat 100% 0;
    background-size:contain;
}

.qa_hs.JB3_HS
{
	background: url(//babinironworks.com/style/JB3_HS.png) no-repeat 100% 0;
    background-size:contain;
}
.qa_hs.MB_HS
{
	background: url(//babinironworks.com/style/MB_HS.png) no-repeat 100% 0;
    background-size:contain;
}
.qa_hs.RB_HS
{
	background: url(//babinironworks.com/style/RB_HS.png) no-repeat 100% 0;
    background-size:contain;
}
.qa_hs.VB_HS
{
	background: url(//babinironworks.com/style/VB_HS.png) no-repeat 100% 0;
    background-size:contain;
}



@keyframes fadeOut {
  0%   {opacity:0.9;visibility:visible;}
  60%  {opacity:0.9;}
  100% {opacity:0;visibility:hidden;}
}

@-moz-keyframes fadeOut {
  0%   {opacity:0.9;visibility:visible;}
  60%  {opacity:0.9;}
  100% {opacity:0;visibility:hidden;}
}

@-webkit-keyframes fadeOut {
  0%   {opacity:0.9;visibility:visible;}
  60%  {opacity:0.9;}
  100% {opacity:0;visibility:hidden;}
}

@-o-keyframes fadeOut {
  0%   {opacity:0.9;visibility:visible;}
  60%  {opacity:0.9;}
  100% {opacity:0;visibility:hidden;}
}

@-ms-keyframes fadeOut {
  0%   {opacity:0.9;visibility:visible;}
  60%  {opacity:0.9;}
  100% {opacity:0;visibility:hidden;}
}


-->