@-ms-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
body {
    margin: 0;
    font-family: "Verdana";  
    font-family: "Verdana";  
}
@-webkit-keyframes fade {
  from {opacity: 0} 
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: 0.3} 
  to {opacity: 1}
}
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0} 
    to {bottom: 30px; opacity: 1}
}
@keyframes fadein {
    from {bottom: 0; opacity: 0}
    to {bottom: 30px; opacity: 1}
}
@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1} 
    to {bottom: 0; opacity: 0}
}
@keyframes fadeout {
    from {bottom: 30px; opacity: 1}
    to {bottom: 0; opacity: 0}
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 5s;
  animation-name: fade;
  animation-duration: 5s;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#overlayCook {
  position: fixed;
  display: block;
  width: 100%;
  height: auto;
  bottom: 0;
  background-color: rgba(0,0,0,0.9);
  z-index: 12;
  padding: 5px;
}
#overlayVatGst {
  position: fixed;
  display: block;
  width: 100%;
  height: auto;
  bottom: 0;
  background-color: rgba(0,0,0,0.005);
  z-index: 12;
  padding: 5px;
}
.t-but-top {
    float: right;
    position: fixed;
    top: 0px;
    right: 1px;
    padding: 1px;
    margin: auto;
    zindex: 20;
    font-family: "Verdana";  
    cursor: pointer;
    font-size: 36px;
}
.t-but-top .hover {
    background-color: #111;
}
.t-but-bot {
    float: right;
    position: fixed;
    top: 83%;
    right: 0px;
    padding: 0px;
    margin: auto;
    zindex: 20;
    font-family: "Verdana";  
    cursor: pointer;
    font-size: 36px;
}
.t-but-bot .hover {
    background-color: #111;
}
.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 4px solid #c0c0c0;
  border-radius: 50%;
  border-top: 4px solid #454545;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#overlayLoader {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 17;
    cursor: pointer;
}
#textLoader{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    color: white;
    z-index: 12;
}
.containerTO {
 position: relative;
}
.imageTO {
 display: block;
 margin-left: 10px;
 margin-right: 10px;
 height: 155%;
}
.overlayTO {
 position: absolute;
 bottom: 100%;
 top: -2px;
 left: 0;
 right: 0;
 height: 150%;
 overflow: hidden;
 height:0;
 transition: .5s ease;
 background-color: #acacac;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}
.containerTO:hover .overlayTO {
 bottom: 0;
 height: 110%;
}
.textTO {
 white-space: nowrap; 
 color: white;
 font-size: 22px;
 position: absolute;
 overflow: hidden;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
}
#navbarST {
  background-color: #565656;
  position: fixed;
  padding: 5px;
  top: -250px;
  width: 100%;
  display:block;
  transition: top 0.3s;
  font-family: "Verdana";
  box-shadow:  10px 10px 5px #acacac;
  z-index: 5;
}
#navbarST a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  font-size: 20px;
  border-top-left-radius: 1em;  border-top-right-radius: 1em;  border-bottom-left-radius: 1em;  border-bottom-right-radius: 1em;}
#navbarST a:hover {
  background-color: #acacac;
  color: white;
}
h1 {
    color : #ffffff;
    font-size: 32px;
    text-shadow: 1px 1px 2px black, 0 0 1px #d5d5ff, 0 0 2px #454545;
}
h2 {
    color : #ffffff;
    font-size: 28px;
    text-shadow: 1px 1px 2px black, 0 0 1px #d5d5ff, 0 0 2px #454545;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
.danger {
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
    margin-bottom: 15px;
    padding: 10px 12px;
}
.success {
    background-color: #ddffdd;
    border-left: 6px solid #4CAF50;
    margin-bottom: 15px;
    padding: 10px 12px;
}
.info {
    background-color: #e7f3fe;
    border-left: 6px solid #2196F3;
    margin-bottom: 15px;
    padding: 10px 12px;
}
.warning {
    background-color: #ffffcc;
    border-left: 6px solid #ffeb3b;
    margin-bottom: 15px;
    padding: 10px 12px;
}
.copybar {
  display: block;
  background-color: #565656;  
  z-index: 10;
  padding: 5px;
  margin: auto;
  height: auto;
  width: 100%;
  font-family: "Verdana";  
  border: 1px solid #676767;
}
.navbarB {
  display: block;
  background-color: #565656;  
  z-index: 10;
  padding: 5px;
  margin: auto;
  height: auto;
  width: 100%;
  font-family: "Verdana";  
  border: 1px solid #676767;
}
.navbarB a {
  color: #000000;
  text-align: center;
  padding: 6px 16px;
  text-decoration: none;
  font-size: 20px;
  border: 0px solid #565656;
  border-top-left-radius: 1em;  border-top-right-radius: 1em;  border-bottom-left-radius: 1em;  border-bottom-right-radius: 1em;  margin: 1px; transition: 0.3s;
 color: white;
 text-shadow: 1px 1px 1px black, 0 0 1px #d5d5ff, 0 0 2px #454545;
}
.navbarB a:hover {
  background-color: #acacac;
 color : white;
 text-shadow: 1px 1px 1px black, 0 0 10px #0000ff, 0 0 5px #454545;
}
.navbarB a.active {
  background-color: #4CAF50;
  color: white;
}
.navbarB .icon {
  display: none;
}
@media screen and (max-width: 270px) {
  .navbarB a:not(:first-child) {display: none}
  .navbarB a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 270px) {
  .navbarB.responsive .icon {
    position: absolute;
    right: 0;
    bottom:0;
  }
  .navbarB.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
* {
    box-sizing: border-box;
}
.navbar {
    overflow: hidden;
    background-color: #676767;
    font-family: "Verdana";  
    border: 1px solid #565656;
    box-shadow:  10px 10px 5px #acacac;
}
.navbar a {
    float: left;
    font-size: 20px;
    text-align: center;
    padding: 6px 6px;
    text-decoration: none;
    border: 0px solid #676767;
    cursor: pointer;
    transition: 0.3s;
    color: white;
    text-shadow: 1px 1px 1px black, 0 0 1px #d5d5ff, 0 0 2px #454545;
    border-top-left-radius: 1em;    border-top-right-radius: 1em;    border-bottom-left-radius: 1em;    border-bottom-right-radius: 1em;}
.dropdown {
    float: left;
    overflow: hidden;
    border: 0px solid #565656;    border-top-left-radius: 1em;    border-top-right-radius: 1em;    border-bottom-left-radius: 1em;    border-bottom-right-radius: 1em;    margin: 1px;}
.dropdown .dropbtn {
font-size: 20px;    
border: none;
outline: none;
color: black;
padding: 6px 16px;
background-color: inherit;
 transition: 0.3s;
color: white;
text-shadow: 1px 1px 1px black, 0 0 1px #d5d5ff, 0 0 2px #454545;
}
.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #acacac;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #acacac;
    color: #000;
    width: 100%;
    left: 0;
    margin-top: 0px;
    padding-bottom: 15px;
    border: 1px solid #565656;    border-bottom-left-radius: 1em;    border-bottom-right-radius: 1em;    border-top-left-radius: 1em;    border-top-right-radius: 1em;    box-shadow:  10px 10px 5px #565656;
    z-index: 16;
}
.dropdown-content .header {
    background: #acacac;
    padding-left: 10px;
    padding-top: 15px;
    color: #FDFDFF;
    font-size: 22px;    
    border-top-left-radius: 1em;    border-top-right-radius: 1em;    border-bottom-left-radius: 1em;    border-bottom-right-radius: 1em;text-shadow: 1px 1px 1px black, 0 0 1px #d5d5ff, 0 0 2px #454545;
}
.dropdown:hover .dropdown-content {
    display: block;
}
/* Create three equal columns that floats next to each other */
.col3 {
    float: left;
    padding: 0px;
}
.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: #acacac;
    border-top-left-radius: 1em;    border-top-right-radius: 1em;    border-bottom-left-radius: 1em;    border-bottom-right-radius: 1em;}
.column a {
 float: none;
 padding: 6px;
 text-decoration: none;
 display: block;
 text-align: left;
 transition: 0.3s;
 color: white;
 text-shadow: 1px 1px 1px black, 0 0 1px #d5d5ff, 0 0 2px #454545;
}
.column a:hover {
 background-color: #FFFFFF;
 color : white;
 text-shadow: 1px 1px 1px black, 0 0 10px #0000ff, 0 0 5px #454545;
 border-top-left-radius: 1em; border-top-right-radius: 1em; border-bottom-left-radius: 1em; border-bottom-right-radius: 1em;}
/* Clear floats after the columns */
.row:after {
 content: "";
 display: table;
 clear: both;
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 300px) {
    .column {
        width: 100%;
        height: auto;
    }
    .col3 {
        width: 100%;
        height: auto;
    }
}
#mySidenav1 div {
    position: fixed;
    left: -380px;
    transition: 0.3s;
    padding: 10px;
    padding-right: 1px;
    width: 410px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
    text-align: right;
    z-index: 14;
}
#mySidenav1 div:hover {
    left: 0;
}
#mySidenav2 div {
    position: fixed;
    left: -870px;
    transition: 0.3s;
    padding: 10px;
    padding-right: 1px;
    width: 900px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
    text-align: right;
    z-index: 14;
}
#mySidenav2 div:hover {
    left: 0;
}
#mySidenav3 div {
    position: fixed;
    left: -530px;
    transition: 0.3s;
    padding: 10px;
    padding-right: 1px;
    width: 560px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
    text-align: right;
    z-index: 14;
}
#mySidenav3 div:hover {
    left: 0;
}
#mySidenav4 div {
    position: fixed;
    left: -350px;
    transition: 0.3s;
    padding: 10px;
    padding-right: 1px;
    width: 380px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
    text-align: right;
    z-index: 14;
}
#mySidenav4 div:hover {
    left: 0;
}
#about {
    position: absolute;
    top: 200px;
    background-color: #4CAF50;
}
#blog {
    position: absolute;
    top: 260px;
    background-color: #74BCF8;
}
#projects {
    position: absolute;
    top: 320px;
    background-color: #f44336;
}
#contact {
    position: absolute;
    top: 380px;
    background-color: #888888
}
* {box-sizing:border-box}
.mySlides {display:none}
/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  height: auto;
  position: relative;
  margin: 0px 15px;
}
/* Caption text */
.text {
  color: #0000ff;
  font-size: 15px;
  padding: 8px 12px;
  position: relative;
  left: 0px;
  height: auto;
  top: 0px;
  width: 100%;
  text-align: left;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #FF0000;
  font-size: 10px;
  padding: 0px 0px;
  position: relative;
  top: 0px;
  margin-top: 2px;
  float: center;
}
.loaderS {
  border: 6px solid #c0c0c0;
  border-radius: 50%;
  border-top: 6px solid #454545;
  width: 36px;
  height: 36px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#ModalToolTip {
    visibility: hidden;
    width: 33%;
    margin: auto;
    background-color: #345;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 33%;
    bottom: 30px;
    font-size: 17px;
}
#ModalToolTip.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.ModalToolTipText {
    visibility: hidden;
    display: none;
}
.LiveLink {
    border-bottom: 1px dotted black;
    display: inline;
    font-size: 24px;
    font-family: "Verdana";  
    font-weight: 300;  
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
    color : #ffffff;
    text-shadow: 1px 1px 1px black, 0 0 10px #d5d5ff, 0 0 5px #454545;
}
.LiveLink:hover,
.LiveLink:focus {
 color : white;
 text-shadow: 1px 1px 1px black, 0 0 10px #0000ff, 0 0 5px #454545;
}
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #111;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 10px 10px;
    position: absolute;
    z-index: 12;
    top: 150%;
    left: 50%;
    margint: auto;
    opacity: 0.4;
    transition: opacity 1s;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.tooltipR {
    position: relative;
    display: inline-block;
}
.tooltipR .tooltiptextR {
    visibility: hidden;
    width: 150px;
    background-color: #111;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0px;
    position: absolute;
    z-index: 12;
    top: -5px;
    left: 120%;
    margint: auto;
    opacity: 0.4;
    transition: opacity 1s;
}
.tooltipR .tooltiptextR::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
.tooltipR:hover .tooltiptextR {
    visibility: visible;
    opacity: 1;
}
.tooltipL {
    position: relative;
    display: inline-block;
}
.tooltipL .tooltiptextL {
    visibility: hidden;
    width: 150px;
    background-color: #111;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 12;
    top: -5px;
    right: 110%;
    margint: auto;
    opacity: 0.4;
    transition: opacity 1s;
}
.tooltipL .tooltiptextL::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}
.tooltipL:hover .tooltiptextL {
    visibility: visible;
    opacity: 1;
}
input[type=text],select, textarea {
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
input[type=password] {
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
input[type=radio] {
    height: 30px;
    width: 30px;
}
input[type=CheckBox] {
    height: 36px;
    width: 36px;
}
.containerOL {
    position: relative;
    width: 100%;
}
.imageOL {
  opacity: 1;
  display: block;
  width: 100%;
  max-width: 450px;
  transition: .5s ease;
  backface-visibility: hidden;
}
.middleOL {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}
.containerOL:hover .imageOL {
  opacity: 0.5;
}
.containerOL:hover .middleOL {
  opacity: 1;
}
.textOL {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
  border-radius: 20px;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 11; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.0001); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 1.4s;
    animation-name: animatetop;
    animation-duration: 1.4s
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-500px; opacity:0} 
    to {top:300px; opacity:1}
}
@keyframes animatetop {
    from {top:-500px; opacity:0}
    to {top:300px; opacity:1}
}
.modal-content-bottomright {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetopbottomright;
    -webkit-animation-duration: 1.4s;
    animation-name: animatetopbottomright;
    animation-duration: 1.4s
}
/* Add Animation */
@-webkit-keyframes animatetopbottomright {
    from {top:-500px; opacity:0} 
    to {top:10%; opacity:1}
}
@keyframes animatetopbottomright {
    from {top:-500px; opacity:0}
    to {top:10%; opacity:1}
}
.modal-content-bottomright-h {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetopbottomright-h;
    -webkit-animation-duration: 1.4s;
    animation-name: animatetopbottomright-h;
    animation-duration: 1.4s
}
/* Add Animation */
@-webkit-keyframes animatetopbottomright-h {
    from {top:-500px; opacity:0} 
    to {top:10%; opacity:1}
}
@keyframes animatetopbottomright-h {
    from {top:-500px; opacity:0}
    to {top:10%; opacity:1}
}
/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
}
.closeFeat {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.closeFeat:hover,
.closeFeat:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.closeVatGst {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.closeVatGst:hover,
.closeVatGst:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-header {
    padding: 10px 16px;
    background-color: #a4893d;
    color: white;
}
.modal-body {padding: 2px 16px}
.modal-footer {
    padding: 10px 16px;
    background-color: #c7af6b;
    color: white;
}
.button2 {
    position: relative;
    background-color: #4CAF50;
    border: none;
    font-size: 28px;
    color: #FFFFFF;
    padding: 20px;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
 text-shadow: 1px 1px 1px black, 0 0 1px #d5d5ff, 0 0 2px #454545;
}
.button2:after {
    content: "";
    background: #90EE90;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px!important;
    margin-top: -120%;
    opacity: 0;
    transition: all 2.5s
}
.button2:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 17;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.8);
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 20px;
    left: 1%;
    width: 96%;
    text-align: center;
    margin: auto;
    margin-top: 30px;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-content: center;
    align-content: center;
}
.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 24px;
    color: #818181;
    display: inline-block;
    transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
    color: B7B7FF;
}
.overlay .closebtn {
    position: absolute;
    top: -15px;
    right: 25px;
    font-size: 60px;
    display: none;
}
@media screen and (max-height: 300px) {
  .overlay {overflow-y: auto}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: -15px;
    right: 25px;
  }
}
.btn-group button {
    background-color: #4CAF50;
    border: 1px solid #565656;
    color: white;
    padding: 10px 12px;
    cursor: pointer;
    float: left;
    font-size: 18px;
    font-family: "Verdana";  
    text-shadow: 1px 1px 1px black, 0 0 1px #d5d5ff, 0 0 2px #454545;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}
/* Clear floats (clearfix hack) */
.btn-group:after {
    content: "";
    clear: both;
    display: table;
}
.btn-group button:not(:last-child) {
    border-right: none;
}
/* Add a background color on hover */
.btn-group button:hover {
    background-color: #3e8e41;
}
.buttonH {
  border-radius: 15px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 300px;
  transition: all 1s;
  cursor: pointer;
  margin: 5px;
  font-family: "Verdana";  
 text-shadow: 1px 1px 1px black, 0 0 1px #d5d5ff, 0 0 2px #454545;
}
.buttonH span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 1s;
}
.buttonH span:after {
  content: '';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 1s;
}
.buttonH:hover span {
  padding-right: 20px;
}
.buttonH:hover span:after {
  opacity: 1;
  right: 0;
}
.btn-group2 button {
    background-color: #4CAF50;
    border: 1px solid #565656;
    color: white;
    padding: 12px 4px;
    cursor: pointer;
    float: center;
    font-size: 12px;
    font-family: "Verdana";  
 text-shadow: 1px 1px 1px black, 0 0 1px #d5d5ff, 0 0 2px #454545;
}
.btn-group2:after {
    content: "";
    clear: both;
    display: table;
}
.btn-group2 button:not(:last-child) {
    border-right: none;
}
.btn-group2 button:hover {
    background-color: #3e8e41;
}
.btn-group3 button {
    background-color: #4CAF50;
    border: 1px solid #565656;
    color: white;
    padding: 12px 4px;
    cursor: pointer;
    float: center;
    font-size: 20px;
    font-family: "Verdana";  
 text-shadow: 1px 1px 1px black, 0 0 1px #d5d5ff, 0 0 2px #454545;
}
.btn-group3:after {
    content: "";
    clear: both;
    display: table;
}
.btn-group3 button:not(:last-child) {
    border-right: none;
}
.btn-group3 button:hover {
    background-color: #3e8e41;
}
.buttonHSNoLink {
  border-radius: 4px;
  background-color: #008200;
  border: none;
  text-align: left;
  font-size: 18px;
  padding: 6px;
  transition: all 0.5s;
  margin: 4px;
  margin-left: -4px;
  margin-right: 0px;
  font-family: "Verdana";  
 color: white;
 text-shadow: 1px 1px 1px black, 0 0 1px #d5d5ff, 0 0 2px #454545;
 border-top-left-radius: 1em; border-top-right-radius: 1em; border-bottom-left-radius: 1em; border-bottom-right-radius: 1em;}
.buttonHS {
  border-radius: 4px;
  background-color: #565656;
  border: none;
  text-align: left;
  font-size: 18px;
  padding: 6px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 4px;
  margin-left: -2px;
  margin-right: 0px;
  font-family: "Verdana";  
 color: white;
 text-shadow: 1px 1px 1px black, 0 0 1px #d5d5ff, 0 0 2px #454545;
 border-top-left-radius: 1em; border-top-right-radius: 1em; border-bottom-left-radius: 1em; border-bottom-right-radius: 1em;}
.buttonHS span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.buttonHS span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 1s;
}
.buttonHS:hover span {
  padding-right: 25px;
}
.buttonHS:hover {
 background-color : white;
 text-shadow: 1px 1px 1px black, 0 0 10px #0000ff, 0 0 5px #454545;
}
.buttonHS:hover span:after {
  opacity: 1;
  right: 0;
}
.container {
  border: 2px solid #ccc;
  background-color: #eee;
  border-radius: 5px;
  padding: 5px;
  margin: 10px 0px;
}
.container::after {
  content: "";
  clear: both;
  display: table;
}
.container img {
  float: left;
  margin-right: 20px;
  border-radius: 5px;
}
.container span {
  font-size: 20px;
  margin-right: 15px;
}
@media (max-width: 300px) {
  .container {
      text-align: center;
  }
  .container img {
      margin: auto;
      float: none;
      display: block;
  }
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    border-radius: 5px;
    padding: 1px;
    margin-bottom: 10px;
}
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(5,0,5,0.75);
}
.card img {
    border-radius: 5px 5px 0 0;
}
div#preload { display: none; }
.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 10px 9px 10px #666666;
  font-family: "Verdana";  
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor: pointer;
}
.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.btn2 {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 10px 9px 10px #666666;
  font-family: "Verdana";  
  color: #ffffff;
  font-size: 14px;
  padding: 10px 9px 10px 9px;
  text-decoration: none;
  cursor: pointer;
}
.btn2:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
#container{
 margin:0 auto;
 width:100%;
 background:#fff;
 padding-bottom:5px;
 padding-left:25px;
 padding-top:0px;
}
div {
  font-family: "Verdana";  
}
.clsCM1On {
 color: black;
 font-size : 18px;
 font-size : 14px;
 text-decoration : none;
        padding: 2px 4px;
}
.clsCM1Over {
 color: black;
 font-size : 14px;
 text-decoration : none;
        padding: 2px 4px;
}
input, select {
 color : #000000;
 font-size : 14px;
  font-family: "Verdana";  
}
.px {
 padding-top : 0px;
 padding-bottom : 0px;
 padding-left : 0px;
 padding-right : 0px;
 margin-top : 2px;
 margin-bottom : 0px;
 margin-left : 0px;
 margin-right : 0px;
}
.px5 {
 padding-top : 5px;
 padding-bottom : 0px;
 padding-left : 0px;
 padding-right : 0px;
 margin-top : 5px;
 margin-bottom : 0px;
 margin-left : 0px;
 margin-right : 0px;
}
.menu2 {
 color : #666666;
 margin-top : 9px;
 padding-bottom : 9px;
 margin-left : 10px;
 margin-right : 10px;
 font-size : 11px;
 font-family: "Verdana";  
 font-weight: bold;
}
.menu3 {
 color : #666666;
 margin-top : 0px;
 padding-bottom : 0px;
 margin-left : 0px;
 margin-right : 0px;
 font-size : 13px;
 font-family: "Verdana";  
 font-weight: bold;
}
.menu4 {
 color : #FF0000;
 margin-top : 0px;
 padding-bottom : 0px;
 margin-left : 0px;
 margin-right : 0px;
 font-size : 13px;
 font-family: "Verdana";  
 font-weight: bold;
}
.menu5 {
 color : #EFEFEF;
 margin-top : 0px;
 padding-bottom : 0px;
 margin-left : 0px;
 margin-right : 0px;
 font-size : 13px;
 font-family: "Verdana";  
 font-weight: bold;
}
.menu6 {
 color : #FF0000;
 margin-top : 0px;
 padding-bottom : 0px;
 margin-left : 0px;
 margin-right : 0px;
 font-size : 13px;
 font-family: "Verdana";  
 font-weight: bold;
}
.menu {
 color : #FFFFFF;
 margin-top : 8px;
 padding-bottom : 8px;
 margin-left : 0px;
 margin-right : 0px;
 font-size : 16px;
 font-family: "Verdana";  
}
.3dText {
 font-weight: 100;
 font-family: "Verdana";  
 transition: 0.3s;
 text-shadow: 1px 1px 1px black, 0 0 10px #d5d5ff, 0 0 5px #454545;
}
a {
 font-weight: 100;
 font-family: "Verdana";  
 color : white;
 text-decoration: none;
 transition: 0.3s;
 text-shadow: 1px 1px 1px black, 0 0 10px #d5d5ff, 0 0 5px #454545;
}
a:hover {
 color : white;
 text-shadow: 1px 1px 1px black, 0 0 10px #0000ff, 0 0 5px #454545;
}
font a:hover {
 color : white;
 text-shadow: 1px 1px 1px black, 0 0 10px #0000ff, 0 0 5px #454545;
}
button.accordion {
    background-color: #acacac;
    cursor: pointer;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.2s;
    color: white;
    border: 1px solid #565656;    border-bottom-left-radius: 1em;    border-bottom-right-radius: 1em;    border-top-left-radius: 1em;    border-top-right-radius: 1em;    box-shadow:  10px 10px 5px #565656;
 text-shadow: 1px 1px 1px black, 0 0 1px #d5d5ff, 0 0 2px #454545;
}
button.accordion.active, button.accordion:hover {
 background-color: #FFFFFF;
 color : white;
 text-shadow: 1px 1px 1px black, 0 0 10px #0000ff, 0 0 5px #454545;
}
button.accordion:after {
    content: '\002B';
    color: #676767;
    font-weight: bold;
    float: left;
    margin-right: 5px;
}
button.accordion.active:after {
    content: "\2212";
}
div.panel {
    padding: 0 6px;
    background-color: #acacac;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
 #ComboSelect2 {position:relative; left:0px; top:0px;Zindex:6} #ButFrame {position:relative; left:2px; top:-5px;Zindex:6} #ComboSelect {position:relative; left:0px; top:4px; Zindex:6}/* Style the tab */
div.tab2 {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #efefef;
}
/* Style the buttons inside the tab */
div.tab2 button {
    background: url("fon01.gif") repeat no-scroll 0 0 transparent;    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}
/* Change background color of buttons on hover */
div.tab2 button:hover {
    background-color: #ddd;
}
/* Create an active/current tablink class */
div.tab2 button.active {
    background-color: #ccc;
}
/* Style the tab content */
.tabcontent2 {
    display: none;
    padding: 6px 12px;
    border-top: none;
    -webkit-animation: fadeEffect 3s;
    animation: fadeEffect 3s; /* Fading effect takes 1 second */
}
/* Style the close button */
.toprightWhite {
    float: right;
    cursor: pointer;
    font-size: 20px;
    color: white;
}
.toprightWhite:hover {color: red}
/* Style the tab */
div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #efefef;
}
/* Style the buttons inside the tab */
div.tab button {
    background: url("fon01.gif") repeat no-scroll 0 0 transparent;    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}
/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}
/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    -webkit-animation: fadeEffect 3s;
    animation: fadeEffect 3s; /* Fading effect takes 1 second */
}
/* Style the close button */
.topright {
    float: right;
    cursor: pointer;
    font-size: 20px;
}
.topright:hover {color: red}
.middlecenter {
    float: center;
    cursor: pointer;
    font-size: 20px;
}
.middlecenter:hover {color: red}
* {box-sizing:border-box}
.mySlidesJS {display:none}
/* Slideshow container */
.slideshow-containerJS {
  max-width: 96%;
  position: relative;
}
/* Caption text */
.textJS {
  color: #ff0000;
  font-size: 20px;
  padding: 0px 0px 5px 0px;
  position: relative;
  top: 0px;
  width: 100%;
  height: auto;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertextJS {
  color: #666666;
  font-size: 10px;
  position: relative;
  top: 0px;
  margin-top: 2px;
  height: auto;
}
/* The dots/bullets/indicators */
.dotJS {
  height: 12px;
  width: 12px;
  margin: 0 0px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active {
  background-color: #414141;
}
.containerX {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}
.containerX img {vertical-align: middle;}
.containerX .content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Black background with transparency */
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}
#overlayMail {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 17;
    cursor: pointer;
}
#textMail{
    position: absolute;
    top: 4%;
    left: 4%;
    width: 96%;
    height: 100%;
    margin: auto;
    color: white;
    z-index: 12;
}
#overlayDL {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 17;
    cursor: pointer;
}
#textDL{
    position: absolute;
    top: 4%;
    left: 4%;
    width: 96%;
    height: 100%;
    margin: auto;
    color: white;
    z-index: 12;
}
* {box-sizing:border-box}
.mySlides2 {display:none}
.mySlides4 {display:none}
.mySlides5 {display:none}
.mySlides6 {display:none}
.mySlides3 {display:none}
/* Slideshow container */
.slideshow-container2 {
  max-width: 400px;
  width: 100%;
  position: relative;
  margin: auto;
}
/* Caption text */
.text2 {
  color: #ff0000;
  font-size: 14px;
  font-family: "Verdana";
  padding: 5px 5px;
  height: auto;
  width: 100%;
  text-align: center;
}
.active {
  background-color: #717171;
}
/* Style the tab */
div.tab4 {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #efefef;
}
/* Style the buttons inside the tab */
div.tab4 button {
    background: url("fon01.gif") repeat no-scroll 0 0 transparent;    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 16px 16px;
    transition: 0.5s;
    font-size: 18px;
}
/* Change background color of buttons on hover */
div.tab4 button:hover {
    background-color: #ddd;
}
/* Create an active/current tablink class */
div.tab4 button.active {
    background-color: #ccc;
}
/* Style the tab content */
.tabcontent4 {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    -webkit-animation: fadeEffect 4s;
    animation: fadeEffect 4s; /* Fading effect takes 1 second */
}
/* Style the tab */
div.tab3 {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #efefef;
}
/* Style the buttons inside the tab */
div.tab3 button {
    background: url("fon01.gif") repeat no-scroll 0 0 transparent;    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 16px 16px;
    transition: 0.5s;
    font-size: 18px;
}
/* Change background color of buttons on hover */
div.tab3 button:hover {
    background-color: #ddd;
}
/* Create an active/current tablink class */
div.tab3 button.active {
    background-color: #ccc;
}
/* Style the tab content */
.tabcontent3 {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    -webkit-animation: fadeEffect 4s;
    animation: fadeEffect 4s; /* Fading effect takes 1 second */
}
/* Style the tab */
div.tab5 {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #efefef;
}
/* Style the buttons inside the tab */
div.tab5 button {
    background: url("fon01.gif") repeat no-scroll 0 0 transparent;    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 16px 16px;
    transition: 0.5s;
    font-size: 18px;
}
/* Change background color of buttons on hover */
div.tab5 button:hover {
    background-color: #ddd;
}
/* Create an active/current tablink class */
div.tab5 button.active {
    background-color: #ccc;
}
/* Style the tab content */
.tabcontent5 {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    -webkit-animation: fadeEffect 3s;
    animation: fadeEffect 3s; /* Fading effect takes 1 second */
}
.navbarHelp {
  width: 100%;
  background-color: #FFEAEA;
  overflow: auto;
  margin-top: -10px;
  margin-bottom: 10px;
}
.navbarHelp a {
  float: left;
  padding: 6px;
  color: white;
  text-decoration: none;
  font-size: 20px;
  width: 25%; /* Four links of equal widths */
  text-align: center;
}
.navbarHelp a:hover {
  background-color: #000;
}
.navbarHelp a.active {
  background-color: #4CAF50;
}
@media screen and (max-width: 650px) {
  .navbarHelp a {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }
}
.headerM {
  overflow: hidden;
  background-color: #fffff;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}
.headerM a {
  float: center;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-size: 24px; 
  border-radius: 4px;
}
.headerM a:hover {
  background-color: dodgerblue;
  color: white;
}
.headerM-right {
  float: right;
}
@media screen and (max-width: 500px) {
  .headerM a {
    float: none;
    display: block;
    text-align: left;
  }
  .headerM-right {
    float: none;
  }
}
/* Create two equal columns that floats next to each other */
.column50 {
  float: left;
  width: 50%;
  padding: 10px;
}
/* Clear floats after the columns */
.row50:after {
  content: "";
  display: table;
  clear: both;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column50 {
    width: 100%;
  }
}
/* Create three equal columns that floats next to each other */
.column33 {
  float: left;
  width: 33.33%;
  padding: 10px;
}
/* Clear floats after the columns */
.row33:after {
  content: "";
  display: table;
  clear: both;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column33 {
    width: 100%;
  }
}
/* Create three equal columns that floats next to each other */
.Adcolumn33 {
  float: left;
  width: 33.33%;
  padding: 5px;
}
/* Clear floats after the columns */
.Adrow33:after {
  content: "";
  display: table;
  clear: both;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1024px) {
  .Adcolumn33 {
    width: 100%;
  }
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#NoAnimated_div {
width:250px;
height:auto;
background: #92B901;
color: #000000;
position: relative;
font-weight:bold;
font-size:20px;
padding:10px;
margin:15px;
text-align:left;
border-radius:20px;
}
#animated_div {
width:250px;
height:auto;
background: #92B901;
color: #000000;
position: relative;
font-weight:bold;
font-size:20px;
padding:10px;
margin:15px;
text-align:left;
animation:animated_div 6s 1;
-moz-animation:animated_div 6s 1;
-webkit-animation:animated_div 6s 1;
-o-animation:animated_div 6s 1;
border-radius:20px;
-webkit-border-radius:20px;
animation-delay: 8s;-webkit-animation-delay: 8s;}
@keyframes animated_div
{
0% {transform: rotate(0deg);left:0px;}
25% {transform: rotate(20deg);left:0px;}
50% {transform: rotate(0deg);left:20%;}
55% {transform: rotate(0deg);left:35%;}
70% {transform: rotate(0deg);left:50%;background:#1ec7e6;}
100% {transform: rotate(-360deg);left:0px;}
}
@-webkit-keyframes animated_div
{
0% {-webkit-transform: rotate(0deg);left:0px;}
25% {-webkit-transform: rotate(20deg);left:0px;}
50% {-webkit-transform: rotate(0deg);left:20%;}
55% {-webkit-transform: rotate(0deg);left:35%;}
70% {-webkit-transform: rotate(0deg);left:50%%;background:#1ec7e6;}
100% {-webkit-transform: rotate(-360deg);left:0px;}
}
@-moz-keyframes animated_div
{
0%  {-moz-transform: rotate(0deg);left:0px;}
25% {-moz-transform: rotate(20deg);left:0px;}
50%  {-moz-transform: rotate(0deg);left:20%;}
55%  {-moz-transform: rotate(0deg);left:35%;}
70%  {-moz-transform: rotate(0deg);left:50%;background:#1ec7e6;}
100% {-moz-transform: rotate(-360deg);left:0px;}
}
@-o-keyframes animated_div
{
0% {transform: rotate(0deg);left:0px;}
25% {transform: rotate(20deg);left:0px;}
50%  {transform: rotate(0deg);left:20%;}
55%  {transform: rotate(0deg);left:35%;}
70%  {transform: rotate(0deg);left:50%;background:#1ec7e6;}
100% {transform: rotate(-360deg);left:0px;}
}
.hitech-section,.hitech-code{margin-top:16px!important;margin-bottom:16px!important}
.hitech-content,.hitech-auto{margin-left:auto;margin-right:auto}.hitech-content{max-width:980px}.hitech-auto{max-width:1140px}
.hitech-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.hitech-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.hitech-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.hitech-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.CenteredDiv{width:100%;margin:0;position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%, -50%);}.smdiv {margin:3px;padding:8px;font-size:30px;width:40px;height:40px;text-decoration:none;border-radius:50%;}
.smdiv a {color:white;cursor:pointer;}
.smdiv:hover {  opacity:0.7;}
.smdiv-facebook { background:#3B5998;color:white;}
.smdiv-twitter { background:#55ACEE;color:white;}
.smdiv-tumblr { background:#2c4762;color:white;}
.smdiv-pinterest { background:#cb2027;color:white;}
.smdiv-reddit { background:#ff5700;color:white;}
.smdiv-linkedin { background:#007bb5;color:white;}
.smdiv-stumbleupon { background:#eb4924;color:white;}
.smdiv-whatsapp { background:#2ecc71;color:white;}
.smdiv-print { background:#ff6600;color:white;}
.smdiv-wordpress { background:#ff6600;color:white;}
.smdiv-pinboard { background:#ff6600;color:white;}
.smdiv-email { background:#ff6600;color:white;}
.smdiv-ycombinator { background:#ff6600;color:white;}
.smdiv-delicious { background:#ff6600;color:white;}
.smdiv-bufferapp { background:#ff6600;color:white;}
.smdiv-youtube { background:#bb0000;color:white;}
.smdiv-skype { background:#00aff0;color:white;}
.smdiv-getpocket { background:#ff6600;color:white;}

