/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

/* fallback */

.tsh-label-br {
    bottom: 60px !important;
	right:0px !important;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(/fonts/materialicon.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}



strong {font-weight: bold;}  
body {
	background-color:#e9e9e9; 
}

.btn{
	background-color:#d4c3a7 !important; 
	color:#000;
}

.fixed-nav-bar{
background: rgba(238, 193, 110, 0.9);  
border-top: 0px #ccc solid;
padding-top:4px;
color:#244;
}

.side-nav{
	background-color:  rgba(167, 165, 164, 0.81)  !important;
    
}

nav,
side-nav a,
nav ul a,
nav .brand-logo {
  color: #353535 !important;
  1background-color:#326794 !important;
}

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%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
  background-color:#ff981f;
  color:#333 !important;
}


.section li {
    list-style-type: disc !important;
}
.section ul  {
    padding-left: 40px !important;
    list-style-type: disc !important;
}

.box_left{float: left;margin:5px 20px 20px 0;}
.box_right{float: right; margin:5px 0 20px 20px;}
.box_right,.box_left{width:33%;font-size: 200%;padding:20px;background-color: rgba(0,0,0,0.10);}
.box_large{width:80%;font-size:200%;margin:0 auto;margin:20px;padding:20px;background-color: rgba(0,0,0,0.10);}
.box_news{max-width: 600px;margin: 0 auto;}
.max_width{max-width: 600px;margin: 0 auto;padding:10px;}

.red_left{border-left:5px #e22 solid;padding-left:10px;margin-left:10px;}
.blue_left{border-left:5px #22e solid;padding-left:10px;margin-left:10px;}
.green_left{border-left:5px #2e2 solid;padding-left:10px;margin-left:10px;}
.grey_light_left{border-left:5px #ddd solid;padding-left:10px;margin-left:10px;}
.grey_left{border-left:5px #aaa solid;padding-left:10px;margin-left:10px;}
.grey_dark_left{border-left:5px #555 solid;padding-left:10px;margin-left:10px;}
.black_left{border-left:5px #111 solid;padding-left:10px;margin-left:10px;}
	
.circle {background-color: #e33;color:#fff;float:left;border-radius:50%;font-size:22px;width:100px;height:100px;display:inline-block;padding-top:30px;text-align: center;margin: 5px 20px 5px 0;}

embed,object,iframe,img {max-width:100%;}
iframe {width:100%;}
.note{padding:20px;margin:20px;
border-top:1px #999 solid;
border-right:1px #999 solid;
border-bottom:1px #999 solid;
border-left:5px #999 solid;
border-radius:3px;
background-color:rgba(0,0,0,0.1);font-size:110%; }

h5{
	background-color:#d4c3a7 !important; 
	border-left: 36px #8e8370 solid;
    padding : 5px 5px 5px 10px;
	color:#544e43  !important;
}
h5 a{
	color:#544e43  !important;
}


.fixed-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
width:100%;
max-width:100%;
}

.mycmd{
	background-color:#ccc;
	border-radius:15px;
	padding:2px 4px;
}

.container {
  
  max-width: 960px !important;
  
}
video,iframe,embed,object,img{max-width:100%;}
.page-footer a{color:#333;text-decoration:none;font-weight:700;} 
img{border-radius:5px;}
.zoom,.btn { transition: all .2s ease-in-out; }
.zoom:hover,.btn:hover { transform: scale(1.1);box-shadow: 0px 0px 50px #663300;
    z-index: 2; }
	
.footer-copyright{background:none !important;}

.col.s0 ,.col.m0 ,.col.l0   {
    width: 0%;
}

.input-field label {
	color:#000 !important;
}

.menulight{
	background-color:rgba(255,255,255,0.8);padding:2px 4px;border-radius:3px;
}

.darkingexclusivemode{
	background-color:rgba(0,0,0,0.9);
}
input[type=text],td{padding:0 !important; margin:0px 0px 5px 0px !important;}
input[type=text]{height:2rem !important;}


footer.page-footer {
	padding-bottom:1px;
}