.t3-megamenu .mega-inner {
    padding: 2rem 0;
}

footer#t3-footer small{
	display: none !important;
}

.t3-copyright {
  border-top: 1px solid #eeeeee;
  font-size: 1rem;
  padding: 1rem 0 0rem;
}

.logo a {
  background: transparent;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
	height: auto;
}

/*.navbar-default {
    background-color: #fff;
    border-color: #0067a2;
}*/

.topmenu a{
	color: #000;
}

@media screen and (min-width: 992px) {
	.row-feature {
	  padding: 2rem 0 !important;
	}
}  
.cube {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform-style: preserve-3d;
	transform: rotateX(20deg) rotateY(-30deg) rotateZ(0deg);
}

.cube:hover{
	animation-name: wobble;
	animation-duration: 0.6s;
	animation-delay: 0.4s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-direction: alternate;
}

@keyframes wobble{
	20%{
		transform: rotateX(20deg) rotateY(-30deg) rotateZ(0deg);
	}
	100%{
		transform: rotateX(18deg) rotateY(-32deg) rotateZ(4deg);
	}
}

.side {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	border-radius: 10%;
	border: 1px solid grey;
}

.front1, .front2, .front3, .front4, .front5, .front6{
	text-align: center;
	padding-top: 8px;
	font-size: 14px;
	line-height: 1.3;
}

.top1, .top2, .top3, .top4, .top5, .top6{
	transform: rotateX(90deg);
	transform-origin: top;
}

.left1, .left2, .left3, .left4, .left5, .left6{
	transform: translateZ(60px) rotateY(90deg);
	transform-origin: left;
}

.front1{
	background: #ffff95;
}

.top1 {
	background: linear-gradient(0deg, #dada82 0%, #ffff95 100%);
}

.left1 {
	background: linear-gradient(90deg, #dada82 0%, #ffff95 100%);
}


.front2 {
	background: #ffbf95;
}

.top2 {
	background: linear-gradient(0deg, #daa582 0%, #ffbf95 100%);
}

.left2 {
	background: linear-gradient(90deg, #daa582 0%, #ffbf95 100%);
}


.front3 {
	background: #bbff94;
}

.top3 {
	background: linear-gradient(0deg, #a2da82 0%, #bbff94 100%);
}

.left3 {
	background: linear-gradient(90deg, #a2da82 0%, #bbff94 100%);
}


.front4 {
	background: #95efff;
}

.top4 {
	background: linear-gradient(0deg, #82cdda 0%, #95efff 100%);
}

.left4 {
	background: linear-gradient(90deg, #82cdda 0%, #95efff 100%);
}


.front5 {
	background: #b595ff;
}

.top5 {
	background: linear-gradient(0deg, #9c82da 0%, #b595ff 100%);
}

.left5 {
	background: linear-gradient(90deg, #9c82da 0%, #b595ff 100%);
}


.front6 {
	background: #ff95e4;
}

.top6 {
	background: linear-gradient(0deg, #da82c4 0%, #ff95e4 100%);
}

.left6 {
	background: linear-gradient(90deg, #da82c4 0%, #ff95e4 100%);
}
