/*@charset "UTF-8";*/

@import url(//fonts.googleapis.com/css?family=Roboto:400,500,300,100,700,900);
html, body {
  background: #FAFAFA;
  font-family: 'Roboto', sans-serif;
}

   .title-bar {
     background: #292c2f;
 }

.none {
  border-bottom: 0px solid #cacaca;
}
img {
  border-radius: 2px;
}

.avatar{
	width: 60px;
	height: 60px;
	-webkit-border-radius: 30px; /* Saf3+, Chrome */
	border-radius: 30px; /* Opera 10.5, IE 9 */
	/*-moz-border-radius: 30px;  Disabled for FF1+ */
	}

  #back-top {
  position: fixed;
  bottom:20px;
  right: 2%;
  z-index: 100; }

/* card box CSS
--------------------------------------------*/

.card {
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
  .card .title {
    line-height: 3rem;
    font-size: 1.5rem;
    font-weight: 300;
  }
  .card .content {
    padding: 1.3rem;
    font-weight: 300;
    border-radius: 0 0 2px 2px;
  }
  .card p {
    margin: 0;
  }
  .card .action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 1.3rem;
  }
  .card a {
    margin-right: 1.3rem;
    transition: color 0.3s ease;
    text-transform: uppercase;
    text-decoration: none;
  }
  .card .image {
    position: relative;
  }
    .card .image .title {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 1.3rem;
      color: #fff;
    }
    .card .image img {
      border-radius: 2px 2px 0 0;
    }
  /* END box CSS
  --------------------------------------------*/
/* Block quote tesimonials*/
.cite {
  border-left: 0px solid #c6e7ed;
  background-color:#c6e7ed;
  color: #787878;
  border-radius: 2px;
  padding: 10px 30px 10px 30px;
}
.cite p {
  font-style: italic;
}
/* end blockquote testimonials
--------------------------------------------*/

/* Footer
--------------------------------------------*/
.footer {
  background-color: #292c2f;
  font-size: 1.2rem;
  padding: 4rem; }
  .footer .inline-list a {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin: 0 3px 0 0; }
  .footer .contact {
    list-style-type: none;
    margin: 0;
    text-align: left;
    color: #fff; }
    .footer .contact li {
      margin-bottom: 2rem; }
      .footer .contact li p {
        padding-left: 5rem; }
    .footer .contact i {
      position: absolute;
      background-color: #33383b;
      color: #fff;
      font-size: 2rem;
      border-radius: 50%;
      line-height: 1;
      margin: 0 0 0 -4rem;
      vertical-align: middle;
      padding: .25em .45em; }
  .footer .copywrite {
    color: #8f9296;
    font-size: 0.875rem;
    margin: 0 0 1rem 0; }
  .footer .about {
    color: #92999f;
    font-size: 0.875rem;
    margin: 0 0 1rem 0; }
  .footer .footer-links a {
    list-style: none;
    font-weight: normal;
    color: #fff;
    padding: 3rem 0 2rem;
    margin: 0;
    font-size: 0.875rem; }
    .footer .footer-links a::after {
      content: "•";
      padding: 0 0.2rem 0 0.4rem; }
    .footer .footer-links a:last-child::after {
      content: "";
      padding: 0 0.4rem 0 0.8rem; }
  @media only screen and (min-width: 40.063em) {
    .footer p {
      text-align: left; }
    .footer .social {
      text-align: left;
      margin: 0; }
    .footer .contact {
      text-align: left; }
      .footer .contact > i {
        margin-right: 1rem; } }

.logo {
  color: #fff;
  font-size: 1.5rem; }
  .logo i {
    margin-right: 0.5rem; }


/* SMALL SCREENS */
@media only screen {
    body, .off-canvas-wrapper{
      background: #e6e6e6;
    }
  } /* Define mobile styles */
/* MEDIUM SCREENS AND DOWN */
@media only screen and (max-width: 64em) {
  .footer {
    font-size: 1.2rem;
  }
}
/* MEDIUM SCREENS AND UP  */
@media only screen and (min-width: 40.063em) {
  body{
    background-color: #292c2f;
  }
 } /* min-width 641px, medium screens */
