body {
    font-size: 15px;
    margin-top: 61px;
}

.nav > li > a {
    transition: 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: bolder;
  }
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.color_red {
    color: red;
}

nav {
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    background: #fff;
    border-bottom: solid 1px #ccc;
    -webkit-box-shadow: -2px 1px 29px -4px rgba(191,191,191,1);
    box-shadow: -2px 1px 29px -4px rgba(191,191,191,1);
    box-shadow: 0 1px 5px rgba(0,0,0,0.18);
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .topnav {
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 999;
  }
  .fixed {
    position: fixed;
    width: 100%;
    left: 0px;
  }

section {
    padding: 20px;
}

.bg-teal {
    background-color: whitesmoke;
  }

.no-padding {
    padding: 0;
}

.text-bold {
    font-weight: bold;
}

.bottom-line {
    color: #000;
}
.bottom-line::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    bottom: -5px;
    left: 1px;
    height: 3px;
    width: 70px;
    margin-bottom: 25px;
}

.margin-top-75 {
    margin-top: 75px;
}

.bg-white {
    background-color: #FFF;
    border-radius: 0;
    box-shadow: 2px 2px 8px rgb(162, 162, 162, 0.25);
} 

.padding-bottom-30 {
    padding-bottom: 30px;
}

footer {
    position: absolute;
    bottom: 1px;
    border-top: 1px solid gray;
    background-color: #f5f5f5;
    width: 100%;
    left: 0;
}

.copyright {
    margin-bottom: 10px;
    text-align: center;
}

.spacer {
    height: 40px;
}

.grey, .gray {
    color:#80808069;
}
.grayish {
    color: gray;
}

.color-bluey {
    background-color: #4ea4e1;
    color: #FFF;
}

.today {
    background-color: #5e5e5ea3;
 }

 .today a {
    color: #FFF;
}

 .dow {
     text-align: center;
     border: 0;
 }
 .left {
     text-align: left;
 }

 .center {
    text-align: center;
 }

 .vw10 {
     width: 10%;
 }
 
a {
  text-decoration: none;
}

.footer {
  background-color: #f7f7f7;
}


/**/
 .gallery-title {
     font-size: 36px;
     color: #FFA500;
     text-align: center;
     font-weight: 500;
     margin-bottom: 70px
 }

 .gallery-title:after {
     content: "";
     position: absolute;
     width: 22.5%;
     left: 38.5%;
     height: 45px;
     border-bottom: 1px solid #5e5e5e;
 }

 nav li a {
     color: #000;
 }

 .port-image {
     width: 100%
 }

 .gallery_product {
     margin-bottom: 30px;
     
 }

 .box {
 	width: 100%;
 	height: 200px;
 	background-size: contain;
 }
 .main {
 	overflow: hidden;
    margin: 5px;
    /*padding-bottom: 18px;
    box-shadow: 2px 2px 8px rgb(236, 236, 236);
    outline: 1px solid #c8c8c866 */
 }
 .main:hover{
    -webkit-box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.1);     
 } 
 
 .main .text{
    padding: 10px;
    background-color: #FFF;
 }
 
 .overflow:hover {
     -webkit-box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.1);
box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.1);
 }
 
 .panel {
/*background: #f2f2f2;*/
padding: 15px;
margin: 0px;     
 }
 
 .img-user {
  height: 230px;
  width: 230px;
  outline: 8px solid #FFF;
}

    .badge-counter {
        position: relative;
        left: -6px;
        top: -9px;
    }
    .badge-new {
        background: red;        
    }
    
.divimg {
	width:100%; 
	height:200px;
}
.overflow {
	overflow: hidden;
}    

.padding-top-0 {
    padding-top: 0px;
}

.bgcolor-calendar {
    background-color: #ffff0014;
}
.outline {
    outline: 1px solid #cacaca;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;    
}

.info-box {
padding: 5px;
background: #ffffffe3;    
}

.overlay {
    position: absolute;
    display: block;
    left: 41%;
    top: 34%;
}