﻿@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Pacifico");










 html {
    height:100%;
    width:100%; 
}
body{
	width:100%;
	height:100%;
}


.responsive {
    width: 50%;
    height: 40%;
	padding-top:10%;
}



logo{
	width:100%;
	height:100%;
}
.vertex{
	margin-top:-8%;
	    background-color: #008b8b;
		
	
	
}



.nav{
    width: 100%;
    height: 100%;
}
/*.navbar{
	padding-left: 60px;
	padding-right:100px;
	margin-top: 20px;
	width:90%;
}*/

.navbar {
    margin-top: 2%;
    width: 89%;
    height: 100%;
}

/*.topnav {
  width: 78.5%;
  background-color: #555;
  overflow: auto;
  border-radius:20px;
  margin-left:160px;
}*/

.topnav {
    width: 73.9%;
    background-color: #555;
    overflow: auto;
    border-radius: 20px;
    margin-left: 16%;
    height: 100%;
}
/*.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 20px 70px;
    text-decoration: none;
    font-size: 17px;
} */

.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 2% 8.3%;
    text-decoration: none;
    font-size: 1.4vw;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #D8D8D8;
    color: black;
}

.abtimg img{
	margin-left: 100px;
	border-radius: 10px;
	margin-top: -20px;
}


/* Add a color to the active/current link */
.topnav a.active {
    background-color: #CED8F6;
    color: white;
}

.grid-container {
  display: grid;
    /*background-color: #e8e8e8;*/
    padding: 5px;
    height: 100%;
    margin-left: 8%;
	margin-right:10%;
	border-bottom: dashed;
    border-width: 1px;
    border-bottom-color: #c4c5c4;
	margin-top:4%;
}
.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid white;
    
    font-size: 1.3em;
    width: 100%;
	    
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
	    border-radius: 10px;
}

.pagination a.active {
    background-color: #76797b;
    color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

#tabs {
    margin: 30px auto 0;
    overflow: hidden;
}
a {
    color: #1c388c;
    text-decoration: none;
}
table.product-table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #999;
    font-size: 15px;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
table.product-table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #999;
    font-size: 15px;
}
table {
    border-collapse: separate;
    empty-cells: show;
    width: 100%;
}
table {
    display: table;
   
    border-spacing: 2px;
    border-color: grey;
}
.congrid{
	    background-color: white;
    width: 70%;
    margin-left: 15%;
    border-radius: 20px;
	-webkit-box-shadow: 0 0 6px #100707;
}
.concontainer{
	    margin-left: 10%;
    color: black;
}

.contact {
    width: 470px;
    margin: 0 auto;
    border: solid 1px #cbcbcb;
    background-color: #FFF;
    box-shadow: 0 2px 20px #cbcbcb;
    -moz-box-shadow: 0 2px 20px #cbcbcb;
    -webkit-box-shadow: 0 2px 20px #cbcbcb;
    -webkit-border-radius: 15px 15px;
    -moz-border-radius: 15px 15px;
    border-radius: 15px 15px;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    padding-top: 12px;
    padding-bottom: 12px;
}


/*socialmedia nav*/

#mySidenav a {
    position: fixed;
    right: -55px;
    transition: 0.3s;
    padding: 10px;
    width: 75px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 15px;
	margin-top:250px;
}

#mySidenav a:hover {
   right: 0;
}

#fb {
    top: 20px;
    background-color: #3b66e8;

}

#tw {
    top: 80px;
    background-color: #2196F3;
}

#ins {
    top: 140px;
    background-color: #f44336;
}

#goo {
    top: 200px;
    background-color: #555
}

/* Footer */

.footer img{
	
  
	margin-top:2%;
}

.footerlogo{
	margin-top: -23%;
    margin-left: 7%;
	    margin-left: 7%;
}
.footeraddress{
	  color: #c9c9c9;
    margin-left: 7%;
    margin-top: -9%;
    font-size: 0.8vw;
    line-height: 200%;
}




 


 
 	
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}







#lab_social_icon_footer {
  padding: 40px 0;
  background-color: #dedede;
}

#lab_social_icon_footer a {
  color: #333;
}

#lab_social_icon_footer .social:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

#lab_social_icon_footer .social {
  -webkit-transform: scale(0.8);
  /* Browser Variations: */
  
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
/*
    Multicoloured Hover Variations
*/

#lab_social_icon_footer #social-fb:hover {
  color: #3B5998;
}

#lab_social_icon_footer #social-tw:hover {
  color: #4099FF;
}

#lab_social_icon_footer #social-gp:hover {
  color: #d34836;
}

#lab_social_icon_footer #social-em:hover {
  color: #f39c12;
}











