body {
margin-top: 112px;
}
.thumb-img {
width: 10%;
display: inline;
overflow: hidden;
}
.thumb-img img {
width: 10%;
}
.thumb-img img:hover {
width: 10%;
opacity: 0.9;
}
.head-tabs {
padding: 0px!important;
}
.head-tab-row {
margin-bottom: 0px;
}
li.tab.col.s4.blue-grey.darken-4.active {
border-bottom: 3px solid #4CAF50 !important;
}
li.tab.col.s4.blue-grey.darken-4:hover {
border-bottom: 3px solid #4CAF50 !important;
}
.nav-inner {
padding: 0 40px;
}
.fixed {
position: fixed;
width: 100%;
top: 0;
z-index: 999;
}
nav .brand-logo {
padding: 15px 0;
}
.tabs {
}

/* Vimg Tabs */

.v-tabs {
position: relative;
height: 48px;
margin: 0 auto;
width: 100%;
white-space: nowrap;
border-top: 1px solid #37474f;
}
.v-tabs li.tab a {
color: #ee6e73;
display: block;
width: 100%;
height: 100%;
-webkit-transition: color 0.28s ease;
-moz-transition: color 0.28s ease;
-o-transition: color 0.28s ease;
-ms-transition: color 0.28s ease;
transition: color 0.28s ease;
}
.v-tabs li.tab {
display: block;
float: left;
text-align: center;
background-color: #fff;
line-height: 48px;
height: 48px;
padding: 0 20px;
margin: 0;
text-transform: uppercase;
letter-spacing: 0.8px;
width: 15%;
}

/* Vimg Modal */

div#search {
margin-top: 100px;
}

/* Protips */

.protip {
bottom: 0;
}
#toast-container {
top: 90%;
bottom: 10%;
right: 3%;
}
#preloader {
	position: fixed; left: 0; top: 0; z-index: 999; width: 100%; height: 100%; overflow: visible; background: #fff url('../../assets/img/loading.gif') no-repeat center center;
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
.mobile-hide {
display: none;
}
.thumb-img {
width: 25%;
display: inline;
overflow: hidden;
}
.thumb-img img {
width: 50%;
}
.thumb-img img:hover {
width: 50%;
opacity: 0.9;
}
nav .brand-logo {
padding: 7px 0;
}
.protip {
bottom: 0;
}
#toast-container {
top: 90%;
bottom: 10%;
right: 0%;
left: 0%;
}
}