/*!
 * Start Bootstrap - Shop Item (https://startbootstrap.com/template-overviews/shop-item)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-shop-item/blob/master/LICENSE)
 */

body {
  padding-top: 100px;
}

@media (min-width: 992px) {
  body {
    padding-top: 102px;
  }
}

 p {
	text-align: justify !important;
}

acronym {
	cursor: help;
}

p.video {
    margin-top: 20px;
}

/*---------------------------------------
   Social icon             
-----------------------------------------*/
.social-icon, .download {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li,  .download li {
    display: inline-block;
    list-style: none;
}

 .download li {
    display: block;
}

.social-icon li a, .download li a {
    color: #fff;
    border-radius: 100px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

.download li a {
    color: #000;
    width: auto;
    padding-right: 10px;
    padding-left:10px;
    height: 30px;
    line-height: 30px;
}


.social-icon li a:hover {
    background: #2799b6;
    color: #ffffff;
}

footer {
  text-align: center;
}

#menu {
	margin-bottom:10px;
}

td > * {
    vertical-align : middle;
}

td { padding: 0px; 
vertical-align: middle;}