﻿
.box-simples {
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: justify;
  line-height: 20px;
  color: #585858;
  background-color: #c0c0c0;
  margin-right: 20px;
  margin-left: 20px;
  
}
/*------------------------------------------------------
	Gallery Styles 
--------------------------------------------------------*/

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

/*------------------------------------------------------
Read more: https://html.com/paragraphs/#ixzz6GxGNNcNs

.gallery-item padding:10px	 

.gallery-item .content-gallery padding-bottom: 10px
--------------------------------------------------------*/
.gallery-item {
  background-color: white;
  padding: 0px;
  -webkit-box-shadow: inset 0 0 1px #666;
  -moz-box-shadow: inset 0 0 1px #666;
  box-shadow: inset 0 0 1px #666;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.gallery-item .content-gallery {
  text-align: center;
}
.gallery-item .content-gallery h3 {
  color: #444444;
  font-size: 15px;
  font-weight: 300;
  margin-top: 5px;
  padding-bottom: 0px;
  display: inline-block;
}

/* New */

.gallery-item .content-gallery-r {
  text-align: center;
}

.gallery-item .content-gallery-r h3 {
  color: #444444;
  font-size: 15px;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom:5px;
  padding-bottom:0px;
  display: inline-block;
}

.gallery-item img {
  width: 100%;
}
.gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
 
  opacity: 0;
  display: block;
  -webkit-transition: all 50ms ease-in-out;
  -moz-transition: all 50ms ease-in-out;
  -ms-transition: all 50ms ease-in-out;
  -o-transition: all 50ms ease-in-out;
  transition: all 50ms ease-in-out;
}
.gallery-item .overlay a {
  color: #2a2a2a;
  width: 32px;
  height: 32px;
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  line-height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}

/*------------------------------------------------------
	Exhibiting at ........... content
--------------------------------------------------------*/

.ref:before {
  font-weight: bold;
  color: black;
  text-align: center;
  content: "";
}

.abstract:before {
	font-weight: bold;
  color: black;
  text-align: center;
  content: "Gallery 1";
}


/*------------------------------------------------------
	Home Page Gallery Styles 
--------------------------------------------------------*/

.gallery-item1 {
  background-color: white;
  padding: 0px;
  -webkit-box-shadow: inset 0 0 1px #666;
  -moz-box-shadow: inset 0 0 1px #666;
  box-shadow: inset 0 0 1px #666;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
}
.gallery-item1 .content-gallery {
  text-align: center;
}
.gallery-item1 .content-gallery h3 {
  color: #444444;
  font-size: 15px;
  font-weight: 300;
  margin-top: 0px;
  padding-bottom: 0px;
  display: inline-block;
}

.gallery-item1 img {
  width: 100%;
}
 
hr {width: 100%;margin-left: auto;margin-right: auto;height: 5px;background-color:#139ae8; opacity: 0.5;}

