@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
}

.gallery1DecHeader{
	font-family:myFont, Arial;
	font-size:22px;
	margin:8px;
	color:#666666;
	font-weight:bold;
}

.gallery1DescP{
	font-size:14px;
	margin:8px;
	margin-top:6px;
	margin-bottom:6px;
	color:#555555;
	line-height:18px;
}

.responsive {
  width: 100%;
  height: auto;
}

.center{
	margin-left: auto;
	margin-right: auto;
}


.box{
  position:absolute;
  top:50%;
  left:50%;
  transform : translate(-50% ,-50%);
}

.btn:link,
.btn:visited{
  text-decoration: none;
  text-transform:uppercase;
  position:relative;
  top:0;
  left:0;
  padding:20px 40px;
  border-radius:100px;
  display:inline-block;
  transition: all .5s;
}

.btn-white{
  background:#fff;
  color:#000;
}

.btn:hover{
   box-shadow:0px 10px 10px rgba(0,0,0,0.2);
   transform : translateY(-3px);
}

.btn:active{
  box-shadow:0px 5px 10px rgba(0,0,0,0.2)
  transform:translateY(-1px);
}

.btn-bottom-animation-1{
  animation:comeFromBottom 1s ease-out .8s;
}

.btn::after{
  content:"";
  text-decoration: none;
  text-transform:uppercase;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  border-radius:100px;
  display:inline-block;
  z-index:-1;
  transition: all .5s;
}

.btn-white::after {
    background: #fff;
}

.btn-animation-1:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

@keyframes comeFromBottom{
  0%{
    opacity:0;
    transform:translateY(40px);
  }
  100%{
    opacity:1;
    transform:translateY(0);
  }
}

.bg-black{
	background-color: black;
}

.imgcenter{ display: block;
margin: 0 auto;
	padding: 30px;
}
.txtbco {color:#FFFFFF;
}

.bot1{position: relative; padding: 15px 0 30px; background: #ffffff;}

.bot1_block{}

.bot1_title{font-family: 'Ubuntu'; font-weight: 700; font-size: 16px; line-height: 10px; color: #000000; text-transform: uppercase; padding-top: 2px; padding-bottom: 2px;}

.ul0{ padding: 0; margin: 0; list-style: none;}
.ul0 > li { padding:4px 0px 4px 0px; margin: 0px 0px 0px 0px; font-family: 'Ubuntu'; font-size: 14px; font-weight: 400; line-height: 10px; color: #000000;}
.ul0 > li a{color:#000000; text-decoration: none; display: block; padding-left: 15px;}
.ul0 > li a:hover{color:#CF0003; text-decoration: none;  }