﻿@charset "utf-8";

#slide { 
   width:100%;
   max-height:600px;
   overflow:hidden;
   position:relative;
   z-index:10;
   background:#000;
}

#HomePage #slide {
   display:none;
}

#HomePage #slide  { 
   visibility:hidden;
}

#slide .slides img {
   width:100%;
   height:auto;
	display:block;
}

#slide img.holding {
   display:none;
}

#slide .slide_frame {
   position:absolute;
   left:0;
   top:0;
   width:100%;
   height:100%;
   margin:auto;
   z-index:100;
}

#slide .slide_text {
   display:none;
}

#slide .slide_nav {
   position: absolute;
   bottom: 2%;
   left: 50%;
   z-index: 450;
	transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
}

#slide .slide_nav a {
   width: 10px;
   height: 10px;
   display: block;
   text-align: center;
   overflow: hidden;
   border-radius: 12px;
   text-decoration: none;
   background: #febf13;
   color: #febf13;
   float: left;
   margin-right: 12px;
}

#slide .slide_nav a:first-child,
#slide .slide_nav a:last-child {
   text-decoration: none;
   width: 18px;
   height: 18px;
   top: -2px;
   position: relative;
   border: none;
   background: none;
}

#slide .slide_nav a:hover {
   background: #fa7918;
   color: #fa7918;
   text-decoration: none;
}

#slide .slide_nav a.active {
   background: #ed7b25;
   color: #ed7b25;
   text-decoration: none;
   cursor:default;
}

@media (min-width: 550px) {
   #HomePage #slide {
      display:block;
   }
	
   #slide img.holding {
      width:100%;
      height:auto;
      display:block;
   }
	
   #slide .slide_text {
      width:100%;
      height:100%;
      position:absolute;
      left:0px;
      top:0px;
      display:block;
   }
	
   #slide .slide_text h1 {
      display:none;
      margin:0;
      padding:0;
      position:absolute;
      width: 50%;
      z-index:400;
   }
	
   #slide .slide_text h1:first-of-type {
      display:block;
   }
	
   #slide .slide_text h1 span {
      display:block;
      font-size: 14px;
      font-weight:300;
      margin: 10px 0 0 0;
      text-transform:none;
   }
	
   #slide .slide_text a.learn_more {
       display: block;
       margin-top: 10px;
       background: #f89828;
       color: #000;
       font-size: 14px;
       padding: 6px 12px;
       text-decoration: none;
       width: 90px;
       text-align: center;
   }
	
   #slide .slide_text a.learn_more:hover {
      color:#000;
      background: #d05419;
      text-decoration:none;!important;
   }
}

/* Tablet (iPad/iPad Mini) Landscape Mode */
@media (min-width: 758px) {
   #slide {
       max-height: 805px;
   }
}

/* Smaller Mobile Devices Portrait Mode */
@media (min-width: 850px) {
}

/* Smaller Laptops */
@media (min-width: 1024px) {
}



