/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a,
nav .brand-logo {
  color: #444;
}
nav .brand-logo i{
  color: #444;
  font-size:3rem;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}


.brands {
	background-image: url('../images/bg4.jpg');
	background-repeat: repeat-x;
	background-position: left center;
	-webkit-animation: slide 50s linear infinite;
	height: 60px;
}

@-webkit-keyframes slide {
    from { background-position: 0 center; }
    to { background-position: -2056px center; }
}
.cform {
	margin-top: -50px;
	height: 100vh;
	width: 100%;
}

.breadcrumb{
    color:#333;
}
.breadcrumb:last-child{
    color:#9e9e9e;
}
.breadcrumb:before {
  content: '\E5CC';
  color: #9e9e9e;
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}
.ithumb img{
    width:100%;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
  flex: 1;
}
#sidenav-overlay {
	left: 300px;

}