html, body, a[href ^= 'tel:'] {
		background-color: #fff;
		margin: 0px;
		height: 100%;
		text-align: justify;
		text-justify: inter-word;
		font-size: 18px;
		color: #555555;
		font-family: calibri;
		text-decoration: none;	
		font-weight: normal;
	}
	a {
		text-decoration: none;	
		color: #444;
		font-weight:lighter;
        font-size:20px;
	}

	#container{
		width:100%;
		min-height: 100%;
		/* equal to footer height */
		margin-bottom: -225px;
	}

	#left{
		float:left;
		width:4%;
		/*background-color: red;*/
		margin-top: 30%;
		margin-right:1%;
		overflow: hidden;
	}
	#right{
		float:right;
		width:4%;
		/*background-color: red;*/
		margin-top: 30%;
		margin-left:1%;
		overflow: hidden;
	}
	#header{
		width:100%;
		margin: 0 auto;
		font-weight: bold;
		height: 145px;
		background-color: #fff;
		background:(#fff, 0.5);
		/*background-color: #292f3e;*/
		/*background-color: #fff;*/
		/*text-align: center;*/
	}
	#headercontainer{
		width:80%;
		margin: 0 auto;
		/*text-align: center;*/
	}
	#center{
		margin:0 auto;
		width:100%;
        background-color: #fff;
		/*background-color: yellow;*/
	}
    #center2{
		margin:0 auto;
		width:100%;
        margin-top:220px;
		background-color: #fff;
		/*background-color: yellow;*/
	}
	#headerlogo{
		float:left;
		width:30%;
		/*background-image: url("images/logo/logo.png");*/
	}
    .logocontainer{
        float:left;
        text-align: left;
    }
	#headermiddle{
		margin: 0 auto;
		width:30%;
	}
	#headerright{
		float:right;
		width:40%;
		padding-top: 20px;
		font-size: 24px;
		color: #ffffff;
		font-family: calibri;
		text-decoration: none;	
		font-weight: normal;
		
	}
	#headertel {
		font-size: 32px;
		color: #1d2f43;
		/*color: #004181;*/
		/*color: #555555;*/
		font-family: calibri;
		text-decoration: none;
		background-color: #fff;		
	}
	#headertel a {
		font-size: 32px;
		color: #1d2f43;
		/*color: #004181;*/
		/*color: #555555;*/
		font-family: calibri;
		text-decoration: none;
		background-color: #fff;		
	}
	.BlankDiv {
		background-color:#ffffff;
		width: 100%;
		height: auto;
		min-height: 100%;
		padding-top: 30px;
		padding-left:0%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
        
	}
	.ColourDiv {
		background-color:#7cb0de;
		width: 100%;
		height: 450px;
		min-height: 100%;
		padding-top: 30px;
		padding-left:0%;
		overflow: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -5px;
		text-align: center;
		color: #fff;
	}
	.ColourDiv p  {
		color: #fff;
	}
	
	
	.SpacerDiv {
		height: 200px;
	}
	.ImpactContainerImg {
		vertical-align: top;
		width:40%;
		margin-left: auto;
		margin-right: auto;
		display: inline-block;
		text-align: left;
		/*height: 250px;*/
	}
	.ImpactContainer {
		vertical-align: top;
		width:40%;
		margin-left: auto;
		margin-right: auto;
		display: inline-block;
		text-align: left;
		padding-left: 30px;
		padding-right: 20px;
		/*height: 250px;*/
	}
	.MainImpactImg {
		width: 100%;
		height: 100%;
	}
	.MainImpactHead {
		color: #004b97;
		font-family: calibri;
		text-decoration: none;	
		font-weight: normal;
		font-size:26px;
		font-weight:bold;
		margin-top:0px;
	}
	.OrangeButton {
		background-color: #fc650c;
		color: #ffffff;
		width: 150px;
		height: 35px;
		border: 1px solid #ff6702;
		font-size: 14px;
	}
	.OrangeButton:hover {
		cursor: pointer;
		background-color: #ff4500;
	}
	.abouthead {
		float:left;
		/*background: #8abee7;*/
		background: #cf1d42;
		width: 100%;
		margin-top:20px;
		overflow: hidden;
		height: 40px;
		padding-left: 20px;
		padding-right: 20px;
		border-left: 2px solid #cccccc;
		border-top: 2px solid #cccccc;
		border-right: 2px solid #cccccc;
	}
	.aboutdesc{
		float:left;
		background: #fff;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 240px;
		overflow: hidden;
		/*border-left: 2px solid #cccccc;
		border-bottom: 2px solid #cccccc;
		border-right: 2px solid #cccccc;*/
	}
	.aboutheadtext {
		display: block;
		margin-left: auto;
		margin-right: auto;
		font-size: 16px;
		color: #fff;
		font-family: "Calibri";
		margin: 12px;
		text-transform: uppercase;
		font-weight: bold; 
		text-align: left;
	}
	.slogantext {
		display: block;
		margin-left: auto;
		margin-right: auto;
		font-size: 16px;
		color:rgba(0,0,0,1);
		font-family: "Calibri";
		line-height:50px;
		text-transform: uppercase;
		font-weight: normal; 
		text-align: center;
	}
	.slogantext a{
		display: block;
		margin-left: auto;
		margin-right: auto;
		font-size: 16px;
		color:rgba(255,255,255,0.5);
		font-family: "Calibri";
		line-height: 50px;
		text-transform: uppercase;
		font-weight: lighter; 
		text-align: center;
	}
    .slogantext a:hover{
        color:rgba(255,255,255,0.8);
    }
	li.bullets {
		margin-left:20px;
	}
	p {
		color: #555555;
		font-family: calibri;
		text-decoration: none;	
		font-weight: normal;
		font-size:18px;
	}
	p a {
		color: #555555;
		font-family: calibri;
		text-decoration: none;	
		font-weight: normal;
		font-size:18px;
	}
	label {
		color: #555555;
		font-family: calibri;
		text-decoration: none;	
		font-weight: normal;
		font-size:18px;
	}
	#collabel{
		min-width:100px;
	}
	#adrotator_container {
		width: 100%;
		height: 400px;
		overflow: hidden;
		/*background-color:#eee;*/
	}
	.mySlides {
		height:100%;
		width:100%;
	}
	.ad1 {
		background-image: url(../images/adrotator/1.jpg);
		background-size:cover;
		background-position: center center;
		width:100%;
		min-height:350px;
		position: relative;
		
	}
	#AdSlogan1 {
	  position: absolute;
	  bottom: 25px;
	  right: 25px;
	  background-color: black;
	  color: white;
	  padding: 30px;
	  width: 30%;
	  opacity: 0.6;
	  font-size: 30px;
	  /*text-align: right;*/
	}
	.ad2 {
		background-image: url(../images/adrotator/2.jpg);
		background-size:cover;
		background-position: center center;
		width:100%;
		min-height:350px;
		position: relative;
		
	}
	#AdSlogan2 {
	  position: absolute;
	  bottom: 25px;
	  right: 25px;
	  background-color: black;
	  color: white;
	  padding: 30px;
	  width: 30%;
	  opacity: 0.6;
	  font-size: 30px;
	  /*text-align: right;*/
	}
	#slideshow_1 {
		width: 100%;
		height: 100%;
		overflow: hidden;
		/*background-color:#eee;*/
	}
	.DivAds {
		display:block;
        width:100%;
        height:100%!important;
	}
	.DivAds img {
		background-size:cover;
		background-position: center center;
		width:100%;
        height:100%!important;
		
		/*position: relative;*/
	}
    .adimg1{
        background-image:url('../images/adrotator/1.jpg');
    }
.adimg2{
        background-image:url('../images/adrotator/2.jpg');
    }
.adimg3{
        background-image:url('../images/adrotator/3.jpg');
    }

	.AdSlogan1_1 {
	  position: absolute;
	  top: 560px;
	  left: 60px;
	  /*bottom: 25px;
	  right: 25px;*/
	  background-color: #333;
	  color: white;
	  padding: 30px;
	  width: 30%;
	  opacity: 0.8;
	  font-size: 30px;
	  z-index:10;
	  border-left: 7px solid #fc650c;
	  border-bottom: 7px solid #fc650c;
	  
	  /*text-align: right;*/
	}
	.AdSlogan1_2 {
	  position: absolute;
	  top: 560px;
	  right: 60px;
	  /*bottom: 25px;
	  right: 25px;*/
	  background-color: rgba(0,0,0,0.8);
	  color: white;
	  padding: 30px;
	  width: 30%;
	  font-size: 30px;
	  z-index:10;
	  border-left: 7px solid #FFD042;
	  border-bottom: 7px solid #FFD042;
	  /*text-align: right;*/
	}
	
	#spacerleft {
		/*background: #888888;*/
		background: #888888;
		width:20%;
		margin: 0 auto;
		overflow: hidden;
		height: 50px;
		float:left;
		/*border-bottom: 5px solid yellow;*/
	}
	#spacermain {
		/*background: #8abee7;*/
		background: #cf1d42;
		width:80%;
		margin: 0 auto;
		overflow: hidden;
		height: 50px;
		float:right;
		/*border-bottom: 5px solid yellow;*/
	}
	#menufooter {
		background: #1d2f43;
		width:80%;
        padding-left:10%;
        padding-right:10%;
        padding-top:10px;
        padding-bottom:10px;
		margin: 0 auto;
		overflow: hidden;
		height: auto;
		text-align: center;
		
		/*padding: 25px;*/

	}
	.menufootertable {
		width: 80%;
		margin: 0 auto;
	}
    .menufooterlinks a{
        margin:25px;
        color:rgba(255,255,255,0.5);
    }
    .menufooterlinks a:hover{
        color:rgba(255,255,255,0.8);
        text-decoration: underline;
    }
	.FooterText {
		color:rgba(255,255,255,0.5);
		font-size: 14px;
	}
	.FooterText a {
		color:rgba(255,255,255,0.5);
		font-size: 14px;
		font-weight: normal;
	}
	#spacerfootermain {
		background: #ffd042;
		width:80%;
		margin: 0 auto;
		overflow: hidden;
		height: 50px;
		float:left;
	}
	#spacerfooterright {
		background: #000;
		width:20%;
		margin: 0 auto;
		overflow: hidden;
		height: 50px;
		float:right;
	}
	#indexbuttoncontainer {
		width:100%;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		/*margin-bottom: 10px;*/
		background: #edf9ff;
		background: #1d2f43;
		/*background: #427fa1;*/
		height:270px;
	}	
	.indexbutton {
		/*float:left;*/
		margin: auto 1.5em; 
		display: inline-block;
		height: 260px;
		width: 22%;
		margin: 4px;
		/*margin: 0 auto;*/
		overflow: hidden;
		background-color: #fff;
		/*border-right: 3px solid #fff;*/
		/*border-radius: 25px;*/
	}
	.indexbutton:hover {
		background-color: #fc650c;
		color: #fff;
	}
	.indexbutton:hover .indexbuttontext {
		color: #fff;
	}
	.indexbutton:hover .indexbuttonfoot {
		color: #fff;
		border-bottom: 3px solid #fff;
	}
	.indexbutton:hover .indexbuttonhead {
		color: #fff;
	}
	.indexbutton:hover img.indexbuttonhead {
		color: #fff;
	}
	.indexbuttonhead {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		font-size: 20px;
		color: #004b97;
		font-family: calibri;
		text-decoration: none;	
		font-weight: bold;
		
		width: 90%;
		vertical-align:middle;
	}
	.indexbuttontext {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		font-size: 20px;
		color: #568ec2;
		font-family: calibri;
		text-decoration: none;	
		font-weight: normal;
		width: 90%;
		height: 110px;
	}
	.indexbuttonfoot {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		font-size: 20px;
		color: #004b97;
		font-family: calibri;
		text-decoration: none;	
		font-weight: bold;
		width:90%;
		padding-bottom: 10px;
		border-bottom: 3px solid #568ec2;
	}
	
	/*.indexbuttonfoot:hover {
		color: #fc650c;
		border-bottom: 3px solid #fc650c;
	}*/
	
	/*
	#indexbuttoncontainer {
		width:100%;
		margin-left:5px;
	}	
	.indexbutton {
		float:left;
		background: #ffffff;
		height: 210px;
		width: 24.2%;
		margin: 0 auto;
		overflow: hidden;
		margin-right: 2px;
		margin-left: 2px;
		border-bottom: 2px solid #004b97;
		border-left: 2px solid #004b97;
		border-right: 2px solid #004b97;
	}
	.indexbuttonhead {
		text-align: center;
		font-size: 20px;
		font-family: calibri;
		text-decoration: none;	
		font-weight: bold;
		padding-top: 20px;
		vertical-align:middle;
		background-color: #004b97;
		color: #fff;
		border-top: 2px solid #004b97;
		border-left: 2px solid #004b97;
		border-right: 2px solid #004b97;
	}
	.indexbuttontext {
		text-align: left;
		font-size: 20px;
		color: #555555;
		font-family: calibri;
		text-decoration: none;	
		font-weight: normal;
		margin-left:25px;
		margin-right:15px;
	}
	.indexbuttonfoot {
		text-align: right;
		font-size: 20px;
		color: #004b97;
		font-family: calibri;
		text-decoration: none;	
		font-weight: bold;
		margin-right:25px;
	}
	*/
	
	/* TEST NEW BUTTONS -- START
	#indexbuttoncontainerNEW {
		width:100%;
		background-color: #fadd44;
	}	
	.indexbuttonNEW {
		float:left;
		background: #ffffff;
		height: 230px;
		width: 24.2%;
		margin: 0 auto;
		overflow: hidden;
		margin-right: 2px;
		margin-left: 2px;
		border: 1px solid #2859a5;
		
	}
	.indexbuttonheadNEW {
		text-align: left;
		font-size: 20px;
		color: #004b97;
		font-family: calibri;
		text-decoration: none;	
		font-weight: bold;
		padding-top: 20px;
		margin-left:25px;
		vertical-align:middle;
		
	}
	.indexbuttontextNEW {
		text-align: left;
		font-size: 20px;
		color: #555555;
		font-family: calibri;
		text-decoration: none;	
		font-weight: normal;
		margin-left:25px;
		margin-right:15px;
	}
	.indexbuttonfootNEW {
		text-align: right;
		font-size: 20px;
		color: #004b97;
		font-family: calibri;
		text-decoration: none;	
		font-weight: bold;
		margin-left:25px;
		margin-right:25px;
		border-top: 3px solid #2859a5;
		border-bottom: 3px solid #2859a5;
		background-color: #fadd44;
		
	}
	
	TEST NEW BUTTONS -- END */
	
	.headertext {
		color: #004b97;
		font-family: calibri;
		text-decoration: none;	
		font-weight: normal;
		font-size:30px;
		font-weight:bold;
	}
	#contactleft {
		float: left;
		margin-top: 10px; 
		margin-left: 50px;
		margin-bottom: 20px;
	}
	#contactright {
		float: right;
		margin-right:150px;
	}
	#contactmapcontainer {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		margin-bottom: 150px;
	}
	#contactmapcontainerindex {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
	}
	input[type=text], select {
		width: 100%;
		padding: 12px 20px;
		margin: 8px 0;
		display: inline-block;
		border: 1px solid #ccc;
		border-radius: 4px;
		box-sizing: border-box;
		font-family: calibri;
		font-size: 14px;
	}
	input[type=password], select {
		width: 100%;
		padding: 12px 20px;
		margin: 8px 0;
		display: inline-block;
		border: 1px solid #ccc;
		border-radius: 4px;
		box-sizing: border-box;
		font-family: calibri;
		font-size: 14px;
	}
	textarea {
		width: 100%;
		padding: 12px 20px;
		margin: 8px 0;
		display: inline-block;
		border: 1px solid #ccc;
		border-radius: 4px;
		box-sizing: border-box;
		font-family: calibri;
		font-size: 14px;
	}
	.BlueButton {
		width: 100%;
		background-color: #8abee7;
		color: white;
		padding: 14px 20px;
		margin: 8px 0;
		border: none;
		border-radius: 4px;
		cursor: pointer;
		font-family: calibri;
		font-size: 14px;
	}
	textarea:focus {
		border: 2px solid #8abee7;
	}
	input[type=text]:focus {
		border: 2px solid #8abee7;
	}
	.BlueButton:hover {
		background-color: #004b97;
	}
	.promotionscontainer {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 150px;
	}
	.prom1 {
		width: 45%;
		overflow: hidden;
		float:left;
		text-align: center;
		margin-top: 20px;
		/*margin-bottom: 30px;*/
	}
	.prom1 img {
		height: 85%;
		width: 85%;
	}
	.prom2 {
		width: 45%;
		overflow: hidden;
		float:right;
		text-align: center;
		margin-top: 20px;
		/*margin-bottom: 30px;*/
	}
	.prom2 img {
		height: 85%;
		width: 85%;
	}
	#categorycontainer {
		width: 100%;
		height: 190px;
		margin: 0 auto;
		overflow: hidden;
		margin-left: 25px;
	}
	img.imggall {
		height: 80%;
		width: 80%;
	}
	.catdesc {
		font-size: 18px;
		color: #004b97;
		font-family: calibri;
		text-decoration: none;	
		font-weight: bold;
		margin-left: 10px;
		margin-top: 10px;
	}
	.imagegalleryitem {
		margin: 5px;
		border: 1px solid #ccc;
		float: left;
		width: 15%;	
		text-align: center;
	}
	.imagegalleryitem:hover {
		border: 2px solid #8abee7;
	}
	/*required to resize images in carousel*/
	.item {
		height:80%;
		width:80%;
	}
	.onlinedesc {
		float: left;
		width: 50%;
	}
	.onlinelogos img {
		float: right;
		height: 20%;
		width: 20%;
		padding-top: 12%;
	}
	.menulinks {
		display: inline-block;
      
		font-size: 1.8vw;
		color: rgba(255,255,255,0.8);
		font-family: "Calibri";
		padding-right: 20px;
		padding-left:20px;
		height: 80px;
		line-height: 80px;
	}
	#navbar {
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
		background: #297aa8;
		width:100%;
		margin: 0 auto;
		overflow: hidden;
		height: 30px;	
		padding-top: 10px;
		text-align: center;
	}
	li.navlink {
		display: inline;
		height: 30px;	
		padding-top: 10px;
		padding-bottom: 10px;
	}
	li.navlink a:hover {
		background-color: #004b97;
		height: 30px;	
		padding-top: 10px;
		padding-bottom: 10px;
	}
    .navphone{
        display:block;
        position:absolute;
        right:20px;
		height:50px;
        bottom:10px;
        display:inline-block;
        line-height:50px;
    }
    .navphone a{
		height:50px;
        line-height:50px;
        font-size:25px;
        color:rgba(255,255,255,0.9);
        font-family: 'calibri';
        font-weight: lighter;
        background-color:transparent;
    }
    .navphone a:hover{
        color:rgba(255,255,255,1);
        text-decoration: underline;
    }
    .navadditional{
        padding-top:0px;
		height:70px;
        width:auto;
        float:right;
        display:block;
		
       
    }
    .navadditional p{
        height:70px;
        line-height: 70px;
        font-size:25px;
        display:inline-block;
        float:right;
        margin-left:15px;
        margin-right:15px;
        color:white;
        margin-top:0px;
        margin-bottom:0px;
        text-align: center;
    }
	/*#topnavcontainer {
		height: 60px;
		background-color: #ffd230;
		width: 70%;
		margin-left:25%
	}*/
	.topnav {
        position:absolute;
        top:0px;
	    overflow: hidden;
	    /*background-color: #8abee7;*/
	    background: #1d2f43;
	    width: 100%;
	    /* margin: auto;*/
	    height: 200px;
	    text-align: right;
        line-height:80px;
        z-index: 100;   
    }

	/*.topnav a {
	  display: block;
	  color: #f2f2f2;
	  text-align: center;
	  padding: 14px 16px;
	  text-decoration: none;
	  font-size: 17px;
	}*/

	.topnav a:hover {
	   color:rgba(255,255,255,1);
	}

	.topnav a.active {
	  background-color: #004b97;
	  color: white;
	  
	}

	.topnav .icon {
	  display: none;
	}
	.socialmediaimg  img{
		height: 5%;
		width: 5%;
	}
	.TextColorRedStyle {
		color:#961b1d;
		font-weight: bold;
	}
	.sideimg {
		float:right;
		width: 25%;
		margin-top: 30px;
		text-align: center;
	}
	.sideimg img {
		height:90%;
		width:90%;
	}
	.writeup-img {
		float:left;
		width:70%;
	}
	#contenttype {
		width: 100%;
		min-height: 500px;
        overflow: hidden;
		margin-top:20px;
        margin-bottom:20px;
	}
    
    /*JOAB CSS*/
    .scrollify-section{
        
    }
    .scrollify-section1{
        
    }
    .scrollify-container{
        padding-top:auto;
        padding-bottom:auto;
        width:95%;
        display:block;
        margin-left:auto;
        margin-right:auto;
        height:auto;
        overflow: hidden;
       
       position: relative;
       
    }
    .h1-heading-bold{
        font-size:70px;
        text-align: center;
    }
    .full-footer{
       
        display:block;
        height:auto;
        
    }
    .col-2{
        display:inline-block;
        float:left;
        /*padding:1%;*/
        width:43%;
        margin:1%;
		padding:1%;
        text-align: left;
        display:relative;
		/*border: 1px blue solid;*/
    }
    .col-2 img{
        width:100%;
       
        max-width:600px;
		/*border: 1px solid red;*/
        
    }
    .col-3{
        display:inline-block;
        float:left;
        padding:2%;
        width:40%;
        margin:3%;
        text-align: left;
    }
    .col-3 img{
        width:10%;
        position:relative;
        max-width:200px;
    }
    .imageshadow{
        box-shadow: 0px 4px 50px 2px rgba(100,100,100,0.6);
        border-radius:15px;
    }
    .col-3{
        display:inline-block;
        float:left;
        padding:1%;
        width:29%;
        margin:1.1%;
        text-align: center;
    }
    .col-3 img{
        width: 80%;
        display:block;
        margin-left:auto;
        margin-right:auto;
    }
    .col3anim1{
        /*opacity: 0;*/
        bottom:-150px;
    }
    .col3anim2{
        /*opacity: 0;*/
        bottom:-150px;
    }
    .col3anim3{
        /*opacity: 0;*/
        bottom:-150px;
    }
    .countanim1{
        /*opacity: 0;*/
        border:0px solid yellowgreen;
    }
    .fadein{
        transition-duration: 0.2s;
        opacity: 1;
    }
    .counttext{
        font-size:96px;
        text-align: center;
        color:#90cc14;
        margin:0px;
    }
	
	.VMGall {
		/*border: 1px solid yellow;*/
		display:block;
        margin-left:auto;
        margin-right:auto;
		width: 90%;
        overflow:hidden;
        margin-bottom:50px;
	}
	.VMItem {
		float: left;
        display:inline-block;
        width:18%;
        margin:1%;
		/*width:18%;*/
		text-align: center;
		cursor: pointer;
        border-bottom:2px solid rgba(0,0,0,0.2);
        
        
		/*border: 1px solid #333;*/
		
	}
    .VMItem form{
        display:block;
        margin-left:auto;
        margin-right:auto;
    }
	.VMItem:hover {
		opacity: 0.4;
	}
    .VMItem img{
        height:100%;
    }
	.MachineButton {
		margin-top:10px;
		text-align: center;
		border: 0px;
		background-color: #fff;
		text-decoration: none;
		font-size: 18px;
		color: steelblue;
        font-weight:lighter;
		cursor: pointer;
        margin-bottom:10px;
	}
	
	.ContactMain {
		width: 70%;
		display:block;
        margin-left:auto;
        margin-right:auto;
	}
    .imganim1{
        /*opacity:0;*/
        right:-150px;
    }
	.imganim2{
        /*opacity:0;*/
        left:-150px;
    }
	.butVM {
		min-width: 130px;
		background-color: #8abee7;
		color: white;
		padding: 14px 20px;
		margin: 8px 0;
		border: none;
		border-radius: 4px;
		cursor: pointer;
		font-family: calibri;
		font-size: 14px;
		margin-bottom: 40px;
	}
	.butVM:hover {
		background-color: #ffd230;
	}
	

    .mobilenavicon{
    position:absolute;
    right:40px;
    top:40px;
    
    width:60px;
    background-repeat: no-repeat;
    height:60px;
    display:none;
    
}
.mobilenavicon img {
    width:100%;
    height:100%;
    cursor: pointer;
}
.mobilenavdropdown{
    position:absolute;
    top:140px;
    width:100%;
    background-color:rgba(29, 47, 67, 0.9);
    z-index:50;
    display:none;
}
.mobilenavitem{
    height:50px;
    line-height:50px;
    width:100%;
    display:block;
    text-align: left;
    color:white;
    font-size:20px;
    padding-left:20px;
    font-family:'calibri','Sans-serif';
    font-weight: lighter;
    cursor:pointer;
}
.mobilenavitem:hover{
    background-color:#eee!important;
    color:#444;
}
.mobilenavlogo{
    position:absolute;
    width:180px;
    margin-left:-90px;
    top:10px;
    left:50%;
    display:none;
}
.mobilenavphone{
    position:absolute;
    left:40px;
    top:40px;
    height:60px;
    width:60px;
    display:none;
}
.MainIconContainer {
	margin-top:2%;
	width:80%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.IconContainer{
    display:inline-flex;
    cursor: pointer;
    width:9%;
    margin:1%;
    flex-direction: row;
    flex-wrap: wrap;
    flex-shrink: 0.5;
    text-align: center!important;
}
.IconContainer p{
    text-align: center;
}
.IconContainer a{
    margin-top:15px;
    overflow: hidden;
}
.IconContainer:hover{
	opacity:0.4;
    cursor: pointer;

}
.IconTbl {
	width: 80%;
    display:block;
    margin-left:auto;
    margin-right:auto;
		
	}
	.IconTbl:hover{
		cursor: pointer;
	}
.CoffeeContainer{
    overflow:hidden;
}
.ComboContainer{
    overflow:hidden;
}
.SDContainer{
    overflow:hidden;
}
.SnacksContainer{
    overflow:hidden;
}
.categoryheading{
    font-size:40px;
    text-align: left;
    width:96%;
    padding:2%;
    padding-top:1%;
    padding-bottom:1%;
    background-color:#eee;
    color:#1d2f43;
    border-bottom:3px solid #1d2f43;
}

#MicroCafe {
	width: 95%;
}

#MicroCafe2 {
	width: 85%;
}