@charset "utf-8";

body, html {
    height: 100%;
    font-family: "Inconsolata", sans-serif;
}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: underline;}

.width10 {width: 10%;}
.width20 {width: 20%;}
.width25 {width: 25%;}
.width30 {width: 30%;}
.width33 {width: 33.33%;}
.width40 {width: 40%;}
.width50 {width: 50%;}
.width60 {width: 60%;}
.width66 {width: 66.66%;}
.width70 {width: 70%;}
.width75 {width: 75%;}
.width80 {width: 80%;}
.width90 {width: 90%;}
.width100 {width: 100%;}
.maxwidth100 {max-width: 100%;}

.height50 {height: 50%;}
.height100 {height: 100%;}
.maxheight20 {max-height:20%;}
.maxheight30 {max-height: 30%;}
.maxheight40 {max-height: 40%;}
.maxheight50 {max-height: 50%;}
.maxheight60 {max-height: 60%;}
.maxheight70 {max-height: 70%;}
.maxheight100 {max-height: 100%;}
.autoheight {height:auto;}

.float-left {float: left; }
.float-right {float:right; }
.float-none {float: none; }
.float-clear {clear: both;}

.w3-col.s2a {width: 18.888%;}
.jc-padding00{padding:0px 0px!important}
.jc-padding08{padding:0px 8px!important}
.jc-padding80{padding:8px 0px!important}
.jc-padding88{padding:8px 8px!important}
.jc-button {text-decoration:none;}

.jc-index1 {z-index: 1;}
.jc-index0 {z-index: 0;}
.jc-index2 {z-index: 2;}
.jc-index-1 {z-index: -1;}

.bgimg {
    background-position: center;
    background-size: cover;
	filter: grayscale(0);
/*    background-image: url("../img/hdcard.jpg"); 
    min-height: 100%;
	*/
}
.menu {
    display: none;
}
.grayscale-zero {
	 filter:grayscale(0);
}

.banner-color,.banner-coloor-hover-red:hover{color:#fff;background-color:rgb(41, 132, 114)}
.banner-menu {
	padding:8px 8px;
}

.banner-logo {
	width: 100%;
    max-width: 100%;
	height: auto;
    background-position: center;
    background-size: cover;
    background-image: url("../img/logo.png"); 
    min-height: 100%;
}

.banner-image {
   max-width: 100%;
   height: auto;
}

#banner-image1 {
    background-position: center;
    background-size: cover;
	filter: grayscale(0);
    background-image: url("../img/banner_1.jpg"); 
    /*min-height: 100%;*/
}
   
#banner-image2 {
    background-position: center;
    background-size: cover;
	filter: grayscale(0);
    background-image: url("../img/banner_2.jpg"); 
    /*min-height: 100%;*/
}
   
#banner-image3 {
    background-position: center;
    background-size: cover;
	filter: grayscale(0);
    background-image: url("../img/banner_3.jpg"); 
    /*min-height: 100%;*/
}

#banner-image4 {
    background-position: center;
    background-size: cover;
	filter: grayscale(0);
    background-image: url("../img/banner_4.jpg"); 
    /*min-height: 100%;*/
}

#banner-image5 {
    background-position: center;
    background-size: cover;
	filter: grayscale(0);
    background-image: url("../img/banner_5.jpg"); 
    /*min-height: 100%;*/
}

#banner-image6 {
    background-position: center;
    background-size: cover;
	filter: grayscale(0);
    background-image: url("../img/banner_6.jpg"); 
    /*min-height: 100%;*/
}


.banner_container { width:100%;
					height:400px;}



.banner_font {
    font-size:xx-large ;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight:400;
}

.banner_container div {
    position: absolute;
    top: 0; 
    left: 0;
    /*opacity: 0;*
    filter: opacity=0; */
 	width: 100%; 
    height: 400px;
   /* -webkit-animation: round 15s linear infinite;
            animation: round 15s linear infinite; */
}


.playvideo {
    width: 100%;
    height: auto;
}

.video-container{
     position:relative;
     padding-bottom:56.25%;
     padding-top:0px;height:0;overflow:hidden;
}

 
.video-container iframe,
.video-container object,
.video-container embed{
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
}

