.footerconttwo{
	border-top: 1px solid #ccc;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.footertwo{
	display: table;
	width: 100%;
}

.footerlefttwo{
	display: table-cell;
	vertical-align: middle;
	  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: normal;
  color: #333;
}

.footerrightttwo{
	display: table-cell;
	vertical-align: middle;
}

.footerrighttbuttontwo{
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	transition: .2s;
	opacity: 0.7;
}

.footerrighttbuttonimgtwo{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.footerrighttbuttontwo:hover{
	transform: scale(1.05);
	opacity: 1;
}

.footerrighttbuttontwo:active{
	transform: scale(0.98);
	opacity: .8;
}

/* Large desktops and laptops */
@media (min-width: 1400px) {
.footertwo{
	height: 140px;
}
}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1399px) {
.footertwo{
	height: 130px;
}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
.footertwo{
	height: 120px;
}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
.footertwo{
	height: 110px;
}
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
.footertwo{
	height: 100px;
}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
.footertwo{
	height: 100px;
}
}	