@charset "utf-8";41
/* CSS Document */
	@font-face {
        font-family:"AvantGarde";
        src: url('../fonts/AvantGarde.eot');
        src: url('../fonts/AvantGarde.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvantGarde.svg') format('svg'),
        url('../fonts/AvantGarde.woff') format('woff'),
        url('../fonts/AvantGarde.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }


body{ font-family:Arial; font-size:20px; line-height:normal; color:#4666b3; font-weight:normal;
    background-image:-webkit-linear-gradient(top,#4666b3 0,#99c12e 100%);
    background-image:-o-linear-gradient(top,#4666b3 0,#99c12e 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#4666b3),to(#99c12e));
    background-image:linear-gradient(to bottom,#4666b3 0,#99c12e 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4666b3', endColorstr='#99c12e', GradientType=0);
}

.container{background-color: transparent;padding-bottom:2px; padding-right:1px; padding-left:1px;}
.container-fluid{background-color:transparent;padding-bottom:2px;}

.backgroundimage
    {
    background:url(../template/LeftAside.png);
    background-repeat:no-repeat; 
    min-height:100%;
    }

.backgroundimage_hero{text-align:center;margin-top:200px;font-size:34px;color:#ffffff;}

.backgroundimage_button{ padding: 10px; border-radius: 25px;}

.fav-nav-upper /* Top BKGD where the <h1> goes */
    { min-height:0px; background:transparent; color:Black; float: right; width:100%;}
.h1_homepage /* Used in header.inc to format the H1 tag at top right corner of the site */
    {background-color:transparent; color:#fff; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; text-align: right; float: right; font-size: 12px;}

/*BEGIN HEADER*/

.header{padding:0; background-color:transparent;}

.logo{ display:block; float:left; padding:5px;}
.logo img{ width:100%; height:auto; max-width:150px;min-width:150px;}
.bizname{ min-height:10px; padding-right:10px; padding-top:5px;text-align:left; font-family: Arial; font-size:36px; font-weight:normal; line-height:normal;}
.tagline{padding-left:75px; min-height:10px; padding-right:10px; text-align:left; font-family: Arial; font-size:24px; font-weight:normal;  line-height:normal; color:#464646;}
.tagline img{ width:100%; height:auto; max-width:100%;}
.callus{ color:#000000; min-height:10px; margin-top:25px;font-size:24px; font-weight:normal; text-align:right;}

/*END HEADER*/

/*BEGIN Make NAV BAR STICKY TO TOP OF PAGE ... add Data-spy & data offset to: <nav class="navbar navbar-inverse" data-spy="affix" data-offset-top="197">  */
  .affix {
      top: 0;
      width: 100%;
  }

  .affix + .container-fluid {
      padding-top: 70px;
  }

/*END Make NAV BAR STICKY TO TOP OF PAGE
    
/*NAVIGATION*/
.center
    {margin:auto;  width:50%; border:0px solid green; padding: 0px;}

.navbar
    {min-height:35px; margin-bottom:1px;}

.navbar .container /*Changes menu background color*/
    {background-color: transparent; border-radius:0px; width:100%;padding-top:25px;padding-bottom:25px;margin-top:25px;margin-bottom:25px;}
    
.navbar-inverse /*Changes menu background - container-fluid/full width - color*/
    {background-color:transparent;border:solid 0px black;border-radius:0px;}

.navbar-inverse .navbar-nav>li>a /*Changes the menu colors*/
    {color:#ffffff;background-color:#99c12e;margin-right:12px;text-align:center;min-height:70px;border:solid 3px white;} 

.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover 
/*Changes the menu colors on mousover*/
    {color:yellow; background-color:transparent}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover 
/*Changes the menu colors when mousover is on - page is active*/
{color:#000;background-color:aqua;}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover
/*Changes the menu colors when mousover hover to view drop down menu is on*/
{color:#000;background-color:yellow;}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a
/*Changes the MO background color*/
    {
    background-image:-webkit-linear-gradient(top,#ffffff 0,#4666b3 100%);
    background-image:-o-linear-gradient(top,#ffffff 0,#4666b3 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#4666b3));
    background-image:linear-gradient(to bottom,#ffffff 0,#4666b3 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#4666b3', GradientType=0);
    background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);
    box-shadow:inset 0 3px 9px rgba(0,0,0,.25)
    }



/*MENU STRUCTURE NAV-PILLS --- creates rounded buttons for the menu display */
.nav-pills>li {float: left}
.nav-pills>li>a {border-radius: 4px}
.nav-pills>li+li {margin-left: 2px}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}
.navbar-inverse .nav-pills>li>a /*Changes the menu colors*/
    {color:#000000;}
/*END MENU STRUCTURE NAV-PILLS*/

/*MENU STRUCTURE NAV-TABS --- creates rounded buttons for the menu display */
.nav-tabs {border-bottom: 1px solid #ddd;}
.nav-tabs>li {float: left; margin-bottom: -1px}
.nav-tabs>li>a {margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0}
.nav-tabs>li>a:hover {border-color: #eee #eee #ddd}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}
.nav-tabs.nav-justified {width: 100%;border-bottom: 0}
.nav-tabs.nav-justified>li {float: none}
.nav-tabs.nav-justified>li>a {margin-bottom: 5px;text-align: center}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {top: auto;left: auto}

.navbar-inverse .nav-tabs>li>a /*Changes the menu colors*/
    {color:#000000;}
/*END MENU STRUCTURE NAV-TABS*/



.menu > li > a
/*Changes menu font size and spacing*/
{background-color:transparent; font-variant: small-caps;font-family: Arial; padding:8px 16px; border:none;box-shadow:none; margin:0; text-shadow:none; font-size:20px;}
.dropdown{z-index:9000;}

/*END NAVIGATION*/

/* START VERTICAL SIDEBAR NAVIGATION LAYOUT */ 
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
/* END VERTICAL SIDEBAR NAVIGATION LAYOUT*/

/* BEGIN SLIDE VERTICAL SIDEBAR NAVIGATION IN FROM THE LEFT */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color:white;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 5px;
}

/* END SLIDE VERTICAL SIDEBAR NAVIGATION IN FROM THE LEFT */


/* BEGIN FIXED NAV BAR -  */

  /* Note: Try to remove the following lines to see the effect of CSS positioning */
  .affix {
      top: 0;
      width: 100%;
      z-index:10000;
  }

  .affix + .container-fluid {
      padding-top: 70px;
  }
  </style>

/* END FIXED NAV BAR - */

/* BEGIN CHANGE SLIDER GRADIENT END COLORS - */

.carousel-control
    {position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(153,134,117,0);filter:alpha(opacity=50);opacity:.5}
    /* Turn on to make black shade on left/right of slider image*/
    {position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}
    
.carousel-control.left
    /*CHANGE COLOR TO (0,0,0, ...) to make the mouseover shading turn to black */
    {background-image:-webkit-linear-gradient(left,rgba(153,134,117,.5) 0,rgba(153,134,117,.0001) 100%);
    background-image:-o-linear-gradient(left,rgba(153,134,117,.5) 0,rgba(153,134,117,.0001) 100%);
    background-image:-webkit-gradient(linear,left top,right top,from(rgba(153,134,117,.5)),to(rgba(153,134,117,.0001)));
    background-image:linear-gradient(to right,rgba(153,134,117,.5) 0,rgba(153,134,117,.0001) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat:repeat-x}
    
.carousel-control.right
    {right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(153,134,117,.0001) 0,rgba(153,134,117,.5) 100%);
    background-image:-o-linear-gradient(left,rgba(153,134,117,.0001) 0,rgba(153,134,117,.5) 100%);
    background-image:-webkit-gradient(linear,left top,right top,from(rgba(153,134,117,.0001)),to(rgba(153,134,117,.5)));
    background-image:linear-gradient(to right,rgba(153,134,117,.0001) 0,rgba(153,134,117,.5) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat:repeat-x}
    
.carousel-control:focus,.carousel-control:hover
    <!-- changes the color of the arrows in the slider -->
    {color:white;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}


/* END CHANGE SLIDER GRADIENT END COLORS - */

/*BEGIN HOMEPAGE PRODUCT CAROUSEL MARQUEE TEAM LAYOUT*/

/* Use with col-md-4 - for three photos wide & productcarousel_3col.js
.carousel-inner.onebyone-carosel { margin: auto; width: 90%; }
.onebyone-carosel .active.left { left: -33.33%; }
.onebyone-carosel .active.right { left: 33.33%; }
.onebyone-carosel .next { left: 33.33%; }
.onebyone-carosel .prev { left: -33.33%; }
*/

.carousel-inner.onebyone-carosel { margin: auto; width: 90%; }
.onebyone-carosel .active.left { left: -25%; }
.onebyone-carosel .active.right { left: 25%; }
.onebyone-carosel .next { left: 25%; }
.onebyone-carosel .prev { left: -25%; }
.product_intro {text-align:center; font-family:'Assistant', sans-serif; font-weight:bold; text-align:center; font-variant:small-caps; vertical-align: top;}
    
.product_intro h2
    {font-size: 40px; color: #000000;}

/*END HOMEPAGE PRODUCT CAROUSEL MARQUEE  TEAM LAYOUT*/


/*BEGIN HOMEPAGE SWAG TEXT CENTER BKGD IMAGE*/

.swag { background: url('../template/50sKitchenDisplay_BKGD.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment: fixed; padding: 50px 0; }
.swag h1 { color: #000000; font-size: 30px; /%text-transform: uppercase;*/ letter-spacing: 5px; }
.swag h1 span { display: block; font-size: 25px; margin-top: 20px; }
.down-arrow-btn { width: 40px; height: 40px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; background: rgba(61, 201, 179, 0.8); display: inline-block; margin: 10px auto 20px; color: #fff; font-size: 16px; line-height: 40px; text-align: center; }
.swag p { color: #000000; font-size: 22px;}

.down-arrow-btn:hover, .down-arrow-btn:focus { color: #fff; background: rgba(61, 201, 179, 1); }

/*END HOMEPAGE SWAG TEXT CENTER BKGD IMAGE*/

/*BEGIN HOMEPAGE NEWS SECTION*/

.panel-default{
    text-align:center;
    cursor:pointer;
    font-family: 'Raleway',sans-serif;
}
.panel-default > .panel-footer {
    color: #fff;
    background-color: #47c8ed;    
    display:none;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}
.panel-default i{
    font-size: 5em;
    }

/*END HOMEPAGE NEWS SECTION*/


/*BEGIN HOMEPAGE SERVICES SECTION*/

.no-padding {padding: 0;}
.no-gutter > [class*='col-'] {padding-right: 0; padding-left: 0;}
.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(240, 95, 64, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}


/*END HOMEPAGE SERVICES SECTION*/

/*BEGIN SERVICESGALLERY SECTION */
#masonry {
  column-count: 2;
  column-gap: 1em;
}

@media(min-width: 30em) {
  #masonry {
    column-count: 3;
    column-gap: 1em;
  }
}

@media(min-width: 40em) {
  #masonry {
    column-count: 4;
    column-gap: 1em;
  }
}

@media(min-width: 60em) {
  #masonry {
    column-count: 5;
    column-gap: 1em;
  }
}

@media(min-width: 75em) {
  #masonry {
    column-count: 6;
    column-gap: 1em;
  }
}

.itemgallery {
  background-color: none;
  display: inline-block;
  margin: 0 0 1em 0;
  width: 100%;
  cursor: pointer;
}

.itemgallery img {
  max-width: 100%;
  height: auto;
  width: 100%;
  margin-bottom: -4px;
  
  /*idk why but this fix stuff*/
}

.itemgallery.active {
  animation-name: active-in;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}

.itemgallery.active:before {
  content: "+";
  transform: rotate(45deg);
  font-size: 48px;
  color: white;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color:rgba(0,0,0,0.85);
  border-radius: 50%;
  width:48px;
  height:48px;
  text-align:center;
  line-height:48px;
  z-index:12;
}

.itemgallery.active img {
  animation-name: active-in-img;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}


@keyframes active-in {
  0% {
    opacity:1;
    background-color:white;
  }
  
  50% {
    opacity:0;
    background-color:rgba(0,0,0,0.90);
  }
  
  100% {
    opacity: 1;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,0.90);
  }
}

@keyframes active-in-img {
  0% {
    opacity:1;
    transform:translate(0%, 0%);
    top: 0;
    left: 0;
    max-width: 100%;
  }
  49% {
    opacity:0;
    transform: translate(0%, -50%);
  }
  50% {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
  }
  100% {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  width: auto;
  max-height: 95vh;
  opacity:1;
  }
}

/* END SERVICES GALLERY SECTION */


/*BEGIN MOUSEOVER COLORS*/

a {color: red; text-decoration: none background-color: transparent}
a:focus,a:hover {color: blue; text-decoration: underline}
a:focus {outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px}

/*END MOUSEOVER COLORS*/

/*BEGIN FOOTER*/
.footer
    {color:#ffffff; font-size:14px; background-color:transparent; padding:10px 0; margin-top:0px; padding-top:10px;}

/*Main Footer Top*/
.footer-bg{width:100%; padding:0px; background-color:transparent;}

/*Review Footer Middle*/
.footer-bottomreview
    {color:#000000; font-size:14px; background-color:transparent;}
    
/*Metadata Footer Middle*/
.footerdescription
    {background-color:transparent; font-size:10px; color:#ffffff; text-align:center; line-height:90%; padding:10px;}

/*Copyright Footer Bottom*/
.footer-bottom
    {color:#b7b7b7; font-size:14px; background-color:#000000;}

.footernav > li > a
    {background-color:lime; padding-top:0px; padding-bottom:0px;}
.footernav>li>a
    {text-decoration: none; background-color: transparent; color: #ffffff;}
.footernav>li>a:focus,
.footernav>li>a:hover 
    {text-decoration: none; background-color: transparent; color: #b7b7b7;}

.panel-footer {
    padding: 5px 15px;
    background-color: transparent;
    border-top: 0px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align:center;
}


#socialmedia 
/* Layout social media icons format on the site */
    {background-color: transparent; margin: 1px 0px 0px 0px; padding: 0px 0px 0px 0px; color: white; font-size:10px; text-align: center;}

.starreviews {margin-top:10px;font-size:10px;text-align:center; font-size:11px;}

.reviewtool 
/* Layout reviewtool icons format on the site */
    {margin: 5px 0px 0px 0px; padding: 0px 0px 0px 0px;	text-align: center; }
.reviewtool .img
    {padding-right:3px; width:27px; height:27px; border: 0;}
    
     

.copyright{float:left;text-align:left;}


/*END FOOTER*/

.blockquote
    {padding:10px 10px;margin:0 0 10px;font-size:17.5px;border-left:5px solid #fff}

.navbar-inverse .navbar-toggle .icon-bar{background-color:white;}


@media (max-width: 600px){
    .h1_homepage{display:none;}
    .logo {display:block; float:left; padding:1px;}
    .logo img{ width:100%; height:auto; max-width:100%;}
    .bizname{ min-height:10px; padding-right:10px; padding-top:5px;text-align:left; font-family: Arial; font-size:24px; font-weight:normal; line-height:normal;}
    .tagline{ min-height:10px; padding-right:10px; text-align:left; font-family: Arial; font-size:16px; font-weight:bold;  line-height:normal; color:#000000;}
    .tagline img{ width:100%; height:auto; max-width:100%;}    
    .callus{ color:#000000; min-height:10px; margin-top:5px;font-size:16px; font-weight:normal; text-align:right;}

    .backgroundimage {background:url(../template/background_header.jpg); background-repeat:no-repeat; background-size:100%; min-height:100px;}
    .backgroundimage_hero{text-align:center;margin-top:25px;font-size:20px;color:#ffffff;}
    .backgroundimage_button{line-height:175%; padding: 5px; border-radius: 25px;}
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header{margin-right:30px;margin-left:30px;}

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#000000;}/*dropdown menu - menu link color*/
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#000;background-color:transparent}/*dropdown menu - menu link mouseover color*/
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}

    /*.sidenav {display:none;}*/
}


/*June added to control contact form input layouts*/
input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel], textarea{
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 0;
  width: 100%; height: 40px;
  line-height: 40px; font-size: 17px;
  border: 1px solid #bbb;
}
input[type=checkbox] {
 width: 20px; height: 20px;
 -webkit-border-radius: 22px; -moz-border-radius: 22px; border-radius: 22px;
 border: 1px solid #bbb;
}

button[type=submit] {
 -webkit-appearance: none; -moz-appearance: none;
 display: block;
 margin: 1.5em 0;
 font-size: 1em; line-height: 2.5em;
 color: #333;
 font-weight: normal;
 height: 2.5em; width: 100%;
 background: #fdfdfd; background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);
 border: 1px solid #bbb;
 -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}


input[type=submit] {
 -webkit-appearance: none; -moz-appearance: none;
 background-color:#959595;
 display: block;
 /* margin: 1.5em 0;
font-size: 1em; line-height: 2.5em;*/
 color: #fff;
 font-weight: normal;
 padding-top:10px;
 padding-bottom:10px;
 padding-left:50px;
 padding-right:50px;
 font-size:22px;
 border: 0px solid #bbb; 
  
 -webkit-border-radius: 5px; 
 -moz-border-radius: 5px; 
 border-radius: 5px; 
 
 height: 100%; 
 width: 100%;

 /* TO MAKE THE BUTTON FULL WIDTH & GRADIENT IN COLOR
 height: 2.5em; width: 100%;
 background: #fdfdfd; 
 background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); 
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); 
 background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); 
 background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); 
 background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); 
 background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);*/
}

input[type=submit]:link {color:#ffffff;text-decoration:none;}
input[type=submit]:visited {color:#ffffff;text-decoration:none;}
input[type=submit]:hover {color:#ffffff;text-decoration:underline;}


input[type=range] {
 width: 100%;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 44px; height: 44px;
  background: #fdfdfd; background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);
  border: 1px solid #bbb;
  -webkit-border-radius: 22px; -moz-border-radius: 22px; border-radius: 22px;
}

/*End June's contact form layouts for mobile*/

/* BEGIN Update Shop Search Button Layout*/


.searchbanner
    {padding-top: 5px;}

.simplesearch_input {
    background-image: url("../template/spacer.gif");

}
    
.simplesearch_button {    
    background-color:transparent;
    background-image: url("../shop/img/searchicon.png");
        height:24px;
    font-size:14px;
    margin:2px;
    left:0px;
    
    
}


/*BEGIN PAGE LAYOUTS*/
#background_text 
/* Used in header.inc to layout background for #pagecontent on the back pages */
    {/*background-color: Orange;*/ position:relative; z-index:1; height: auto; min-height: 10px;overflow: visible; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}


.intro_h 
/* intro in the layout for the title/intro of each page */
    {background-color: transparent; min-height: 40px; padding: 2px 2px 2px 2px; margin: 0px 0px 0px 0px; font-family: Arial; font-weight:bold; text-align:center; font-variant:none; vertical-align: top;}

.intro_h h2
    {font-size: 28px; color: #000000;}


/*END PAGE LAYOUTS*/

/*BEGIN ASIDE LAYOUTS*/
.side-panel
    { padding:0; margin:0 auto 0 auto; }
.sidebar .side-panel
    {background-color:#99c12e; margin:2px 2px 2px 2px; min-height:52px; padding:5px 5px; margin-bottom:0; line-height:normal;font-family: Arial; font-size:16px !important; color:#000;}
.side-panel ul li
    { background:url(../images/arrow.png) no-repeat 0 6px; list-style:none; padding-left:15px; margin-bottom:8px; margin-left:0px;}
.side-panel ul li a
    { color:#fff; font-weight:normal;}


/*END ASIDE LAYOUTS*/

/*BEGIN ONLINE STORE LAYOUTS*/
.cartlogin 
/*Used in header.inc to layout the sign-in now button */
    {background-color: #959595; text-align:center; border: 0px solid red; margin-bottom:10px; /*font-variant: small-caps; font-weight: bold;*/}

    .cartlogin a:link { color:#FFD700; text-decoration: none; }
    .cartlogin a:visited { color:white; text-decoration: none; }
    .cartlogin a:hover { color:#FFD700; text-decoration: none; }
    .cartlogin a:active { color:#FFD700; text-decoration: underline; }

/*END ONLINE STORE LAYOUTS*/


/*BEGIN TEAM LAYOUTS*/
.ourteam_person 
    {border: solid 1px #000000; text-align: left; margin: 10px;}

.ourteam_photo 
    {min-height: 10px; width: 50px; margin-right: 10px; text-align: left; border: solid 1px #ec1e1f;}

.ourteam_photo_full 
    { min-height: 10px; width : 200px; margin-left: 10px; float: left; border: solid 0px #ec1e1f; padding:5px;}
    
/*END TEAM LAYOUTS*/


/* BEGIN STUDIO/PORTFOLIO LAYOUT - Studio Database page summary and detail layouts */

#Studio_categories_list
 /* Used in .asp to contain ASIDE content of the categories list */
{
        background-color: transparent;
    width: 98%;
    float: left;
    height: auto;
    overflow: visible;
    margin: 0px 10px 0px 10px;
    padding: 0px 0px 10px 5px;
        /*border-right-style: dotted;
        border-width: 2px;*/
   	 vertical-align: baseline;
}

.imgRow /*studio.asp - row background for thumbnails */
{
    width: 99%;
    min-height: 100%;
    float: left;
    margin-left: 2px;
    margin-bottom:10px;
    background-color: transparent;
}

.studioImage /*studio.asp - background for each category thumbnail */
{
    background-color: transparent;
    margin: 0px 0px 0px 0px;
    padding: 3px 3px 3px 3px;
}

.studioImage img /*studio.asp - image size for category thumbnail */
{
    max-width: 225px;
    /*max-height: 225px;*/
    width:100%; height:auto; max-width:100%
}

#Studio_photos_categorydetails /* *studio.asp?category=XX - photo thumbs full backgorund*/
/* *studiothumb.asp?category=XX&RecNo=XX - also used on bigimage full backgorund*/
{
        background-color: transparent;
    float: left;
    width: 98%;
    overflow: visible;
    height: auto;
    min-height: 30px;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
        border: solid 0px yellow;  
    text-align: center;  
}



.imgRowPhoto /* *studio.asp?category=XX - photo thumbs row background for thumbnails */
{
    width: 99%;
    min-height: 100%;
    float: left;
    margin-left: 2px;
    margin-bottom:10px;
    background-color: transparent;
}

#Studio_photos_description /* *studio.asp?category=XX - Name field text for category thumbnails */
{
    background-color:transparent; 
    font-size:75%;
    text-align:left;
    margin: 0px 5px 0px 5px;
    padding: 5px 0px 5px 0px;
}


.stepcarousel /* Studiothumb.asp ... to layout the big image scrolling iamges */
{
    position: relative; /*leave this value alone*/
    border: none;
    overflow: scroll; /*leave this value alone*/
    width: 100%; /*Width of Carousel Viewer itself*/
    height: 700px; /*Height should enough to fit largest content's height*/
    /*width: 1000px; Width of Carousel Viewer itself*/
    /*height: 700px; Height should enough to fit largest content's height*/
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    background-color: transparent;
}

.stepcarousel .belt  /* Studiothumb.asp ... to layout the big image scrolling iamges */
{
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
}

.stepcarousel .panel  /* Studiothumb.asp ... to layout the big image scrolling iamges */
{
    float: left; /*leave this value alone*/
    overflow: auto; /*clip content that go outside dimensions of holding panel DIV*/
    /*overflow: hidden; clip content that go outside dimensions of holding panel DIV*/
    margin: 10px;/*margin around each panel*/
    /*width: 100%; Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
    /*width: 1100px; Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
    height: 700px;
}


.imgRowCat /* NOT used for studio.asp or studiothumb.asp */
{
    width: 100%;
    height: 360px;
    float: left;
    margin-left: 2px;
    background-color: yellow;
}

.studioImageCat  /* NOT used for studio.asp or studiothumb.asp */
{
    width: 350px;
    height: 350px;
    margin: 2px;
    font-weight: bold;
    float: left;
    background-color: Gray;
        margin: 0px 3px 0px 3px;
    padding: 10px 0px 0px 0px;
}

.studioImageCat img /* NOT used for studio.asp or studiothumb.asp */
{
    /*width: 300px;
    height: 300px;*/
    
    text-align:center; 
    padding:0px;
    width:50%; 
    height:auto; 
    max-width:100%
    
}



#Studio_categories_bigimage /* Used in .asp to contain rotating daily image */
 /* NOT used for studio.asp or studiothumb.asp */
{
        background-color: transparent;
    float: right;
    width: 500px;
    overflow: visible;
    height: auto;
    min-height: 30px;
    margin: 0px 10px 0px 10px;
    padding: 10px 0px 0px 0px;
        border: solid 0px yellow;  
    text-align: center;  
} 


#Studio_photos_bigimage /* Used in .asp to contain rotating daily image */
 /* NOT used for studio.asp or studiothumb.asp */
{
        background-color: transparent;
    float: left;
    width: 500px;
    overflow: visible;
    height: auto;
    min-height: 30px;
    margin: 0px 5px 0px 5px;
    padding: 10px 0px 0px 0px;
        border: solid 0px yellow;  
    text-align: center;  
}

#Studio_photos_thumbs  /* NOT used for studio.asp or studiothumb.asp */
 /* Used in .asp to contain ASIDE content of the categories list */
{
        background-color: transparent;
    width: 200px;
    float: right;
    height: auto;
    min-height: 120px;
    overflow: visible;
    margin: 0px 5px 0px 5px;
    padding: 10px 0px 0px 5px;
        /*border-right-style: dotted;
        border-width: 2px;*/
   	 vertical-align: baseline;
        
}

.studio_row /* NOT used for studio.asp or studiothumb.asp */
{
    vertical-align: top;
    text-align: center;
    width: 100%;
    min-height: 65px;
    margin-bottom: 10px;
}

.studio_photo_block /* NOT used for studio.asp or studiothumb.asp */
{
    width: 65px; 
    height:100%; 
    float: left;
}

.studio_photo /* NOT used for studio.asp or studiothumb.asp */
{
    width: 60px; 
    height: 60px; 
    overflow: hidden; 
    background-position:center center; 
    vertical-align: top;
}
/* END STUDIO/PORTFOLIO LAYOUT  - Studio Database page summary and detail layouts */

/*BEGIN Program/MEDIA Detail Page Layout */

.program_left {

    font-size:14px;
    line-height:125%;
    border: 2px solid #000000;
    border-radius: 20px;
    -webkit-border-radius: 20px; 
}

.catTitle 
{
	background-color:transparent;
	text-align: center;
	color: #000000;
	line-height: 150%;
	font-size:28px;
	font-weight:bold;
}
/*END Program/MEDIA Detail Page Layout */

/*BEGIN - Upcoming Events Aside (for bWyse site)*/
.upcoming_events
{
    background-color: transparent;
    width: 175px;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 0px 2px;
    /*font: 12px/15px Palatino Linotype;*/
    font-size: 12px;
    font-weight: normal;
        border: 0px solid red;
    border-radius: 20px;
    -webkit-border-radius: 20px;   
}

.upcoming_events a:link { color:#ffffff; text-decoration: none; }
.upcoming_events a:visited { color:black; text-decoration: none; }
.upcoming_events a:hover { color:#ffffff; text-decoration: none; }
.upcoming_events a:active { color:#ffffff; text-decoration: underline; }

/*END - Upcoming Events Aside (for bWyse site)*/

/*BEGIN BULLET LAYOUTS*/
ol.a { padding-left:20px; list-style-position:outside;}
ol.b {padding-left:40px; list-style-position:outside;}
ol.c {padding-left:60px; list-style-position:outside;}


ul.a {list-style-type: disc; padding-left:20px; list-style-position:outside;}
ul.b {list-style-type: circle; padding-left:40px; list-style-position:outside;}
ul.c {list-style-type: square; padding-left:60px; list-style-position:outside;}
ul.d {list-style-image: url('/images/website/.png'); padding-left:40px; list-style-position:outside;}
ul.e {list-style-image: url('/images/website/squarebutton.jpg'); padding-left:40px; list-style-position:outside;}

/*END BULLET LAYOUTS*/

/*BEGIN IINSET BOX LAYOUT*/
.insetbox {
    padding:10px 10px 10px 10px;
    border-radius:15px;
    background-color: #ae1f1b;
    text-align: center;
    color:White;

/*END IINSET BOX LAYOUT*/

/*BEGIN CSS for responsive rotator text */
.hero_bottom_1 {
    color:White;
    font-family:Arial;
    font-size:30px;
    padding-top:200px;
    padding-right:25px;
    float:right;
    text-shadow:2px 3px 8px #000000;
}

.hero_bottom_2 {
    color:White;
    font-family:Arial;
    font-size:30px;
    padding-top:120px;
    padding-left:50px;
    float:left;
    text-shadow:2px 3px 8px #000000;
}

.hero_top_1 {
    color:White;
    font-family:Arial;
    font-size:30px;
    padding-top:20px;
    padding-left:20px;
    float:right;
    text-shadow:2px 3px 8px #000000;
}

.hero_left_1 {
    color:White;
    font-family:Arial;
    font-size:30px;
    padding-top:20px;
    padding-left:20px;
    float:left;
    /*text-shadow:2px 3px 8px #000000;*/
}
/*END CSS for responsive rotator text */

/*BEGIN CSS for responsive video layout */
.wrapvideo {
width:80%;
max-width: 640px;
margin: 0 auto;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*END CSS for responsive video layout */

/*BEGIN CSS for responsive calendar layout */
   .Calendar {min-width:20px; height:auto; max-width:100%; min-height:75px;} 
   .Calendar_days {height:auto; width:14%; min-height:25px;}    
   .CalTable {width: 90%; height:5px; margin: 0 auto; background-color:  transparent;} 
   .CalendarDay {min-width:20px; height:auto; max-width:100%; min-height:75px; border:solid 1px black;} 

/*END CSS for responsive calendar layout */


/*BEGIN MailChimp Settings */
#mc_embed_signup{background:#fff; border-radius:10px; clear:left; font:14px Arial; }
/*END MailChimp Settings */


/*Background Video */

.fullscreen-bg {
    position: static;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 30%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

.fullscreen-bg__video_back {
    position: absolute;
    width:100%; 
    height:auto; 
    max-width:100%
/*
    top: 15%;
    left: 0%;
    width: auto;
    height: auto;
    min-width: 25%;
    min-height: 25%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
*/	    
}



@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('../images/yettie.jpg') center center / cover no-repeat;
    }

    .fullscreen-bg__video {
        display: none;
    }
}

.hp_specials {
    background-color:black;
    font-size:12px;
    font-family: Arial;
    }
