@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("css/iconfont/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("css/iconfont/MaterialIcons-Regular.woff2") format("woff2"), url("css/iconfont/MaterialIcons-Regular.woff") format("woff"), url("css/iconfont/MaterialIcons-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "bondo";
  font-style: normal;
  font-weight: normal;
  src: url("font/roboto/Lato-Light.ttf") format("truetype"); }
@media only screen and (min-width: 993px) {
  .container {
    width: 80%; } }
@media only screen and (max-width: 800px) {
  .row .col.m3, .row .col.m4 {
    width: 50%; } }
@media only screen and (max-width: 520px) {
  .row .col.s12 {
    width: 100%; } }
* {
  font-family: "bondo"; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

nav ul a,
nav .brand-logo {
  font-size: 1.1em;
  font-weight: bolder;
  color: #660312; }

p {
  line-height: 2rem; }

.button-collapse {
  color: #26a69a; }

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255, 255, 255, 0.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: #660312 !important; }

footer.page-footer .footer-copyright {
  background-color: #56010E; }

.button-collapse {
  color: #56010E; }

.dropdown-content {
  width: 200px !important;
  margin-top: 64px; }

.dropdown-content li > a, .dropdown-content li > span {
  color: #715043; }

.center > img {
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%); }

.center > img:hover {
  -webkit-filter: grayscale(0%);
  /* Chrome, Safari, Opera */
  filter: grayscale(0%); }

.side-nav {
  background-color: #56010E; }
  .side-nav a {
    color: #FFFFFF; }
  .side-nav a:hover {
    background-color: rgba(0, 0, 0, 0.2); }

  .header{
    font-weight: bold;
  }

  .main-artile-custom ul li{
    font-size: 1.2em;
    line-height: 40px;
    list-style: circle;
  }

.parallax{
  background-color: #232323;
}


.reel {
  width: 100%;
  background-color: red;
  float: left; }

.contain {
  background: rgba(12, 12, 12, 0.56); }
  .contain .parallax-container {
    min-height: 300px; }

nav .button-collapse {
  float: right; }

.card .card-title {
  font-size: 1.2em;
  font-weight: bolder; }

.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
  box-shadow: 0 2px 2px 0 rgba(78, 78, 78, 0.16), 0 2px 10px 0 rgba(255, 255, 255, 0.12); }

.cat_wrapper {
  width: 100%;
  float: left;
  padding: 30px 0;
  background-color: #F7F7F7; }

.post-meta-key{
  display:none;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
  color: #56010E; }

.side-nav .collapsible-body, .side-nav.fixed .collapsible-body, .breadcrumb{
  background-color:#5f2323 ;
}

.btn, .btn-large{
  background-color:#a7a7a7 ;
}

.btn:hover, .btn-large:hover,.btn.focus, .btn:focus, .btn:hover{
  background-color:#8e8e8e;
  color:#FFF;
}
/**/

hr{
  border-color:#ffffff;
}

.icon-block h6 {
  font-weight: bolder; }


a{
  text-decoration: none;
  text-underline: none;
  color:#56010E;
}

p{
  font-size: 1.2em;
}

a:active,a:visited,a:focus{
  text-decoration: none;
  text-underline: none;
  /*color:#56010E;*/
  font-weight: bolder;
}

a:hover{
  text-decoration: none;
  text-underline: none;
  color:#8c8c8c;
}

@media screen and (max-width: 795px) {
  .carousel{
    height: auto;
  }

  .parallax-container{
    min-height: 80px;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tabs .tab a{
  /*color:#56010E;*/
}

strong{
  font-weight:bolder;
}

.carousel{
  height:inherit;
}

.light, footer.page-footer .footer-copyright{
  text-align:left;
}

/*# sourceMappingURL=style.css.map */


