/*@import "v1.scss";*/
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  line-height: 30px; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  height: 100%; }

/* #Basic Styles
================================================== */
body {
  background: #fff;
/*  font: 14px/1.6 "Open Sans", Helvetica, Arial, sans-serif;

*/
font-family:'Raleway', sans-serif;color: #333;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%; }

/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
  color: #111;
  font-weight: 400;
  margin-bottom: 30px; }

h1 {
  font-size: 40px;
  line-height: 1.1; }

h2 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700; }

h3 {
  font-size: 24px;
  line-height: 1.3; }

h4 {
  font-size: 20px;
  line-height: 1.4; }

h5 {
  font-size: 18px;
  line-height: 1.5; }

h6 {
  font-size: 16px;
  line-height: 1.6; }

p {
  margin: 0 0 30px 0;
  font-weight: 400;
  line-height: 30px;
  font-size: 100%; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0; }

code, pre {
  font-size: 14px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  color: #4197C8;
  background-color: #EEF3F6; }

pre {
  padding: 20px;
  margin-bottom: 30px; }

/* #Links
================================================== */
a {
  color: #333333;
  font-size: 14px;
  text-decoration: underline;
  outline: 0; font-family:'Raleway', sans-serif;
}

a:hover, a:focus {
  color: #000; }

  /* ModifiedUnderline From Left */


.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #d83929;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #d83929;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/* Grid Settings
  ========================================================================== */
/* Grid Generator
  ========================================================================== */
/* Breakpoints
  ========================================================================== */
.container {
  margin: 0 auto; }
  @media only screen and (min-width: 301px) and (max-width: 500px) {
    .container {
      width: 100%; } }
  @media only screen and (min-width: 501px) and (max-width: 800px) {
    .container {
      width: 100%; } }
  @media only screen and (min-width: 801px) and (max-width: 800px) {
    .container {
      width: 100%; } }
  @media only screen and (min-width: 801px) and (max-width: 800px) {
    .container {
      width: 100%; } }
  @media only screen and (min-width: 801px) {
    .container {
      width: 100%; } }
.homecontainer {
  margin: 0 auto; }
  @media only screen and (min-width: 301px) and (max-width: 500px) {
    .homecontainer  {
      width: 500px; } }
  @media only screen and (min-width: 501px) and (max-width: 800px) {
    .homecontainer  {
      width: 900px; } }
  @media only screen and (min-width: 801px) and (max-width: 800px) {
    .homecontainer  {
      width: 900px; } }
  @media only screen and (min-width: 801px) and (max-width: 800px) {
    .homecontainer  {
      width: 900px; } }
  @media only screen and (min-width: 801px) {
    .homecontainer  {
      width: 900px; } }
/* Gutter class
  ========================================================================== */
.gutter-wrapper {
  margin: 40px; }

/* #Clearing - by Dave Gamache
  ========================================================================== */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/*NAV
------------------------------------------*/
nav {
  position: fixed;
  width: 100%;
  z-index: 99999;
  height: 60px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .2s;
  transition: all .2s;
  overflow: hidden; }
  nav .nav_menu {
    display: block; }
  nav .nav_contact {
    display: block;
    position: absolute;
    font-family: 'Helvetica Neue' sans-serif;
    letter-spacing: 1px;
    width: 28px;
    height: 22px;
    right: 0px;
    font-size: 13px;
    font-weight: 300;
    margin: 20px;
    color: #ddd;
    text-indent: -999999px;
    background-image: url(../assets/email.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    }
  nav .nav_logo {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
    width: 50px;
    height: 40px;
    background-image: url(../assets/mylogo.svg);
    background-size: 100%;
    content: " ";
    margin: 60px auto 0 auto;
    clear: both; }
    nav .nav_logo.is-shown {
      margin: 13px auto 0 auto; }

nav a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5); }

nav a:hover {
  color: black; }

.nav_back {
  display: block;
  position: fixed;
  z-index: 9999999;
  font-family: 'Helvetica Neue' sans-serif;
  letter-spacing: 1px;
  width: 50px;
  height: 50px;
  left: 0px;
  font-size: 13px;
  font-weight: 300;
 margin: 20px;
  color: #ddd;
  text-indent: -999999px;
  background-image: url("../assets/Back.png");
  background-repeat: no-repeat;
  background-size: 50%; }

.opaque {
  background-color: #f9f9f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

/*HEADER
------------------------------------------*/
header.hero {
  position: relative; }
  @media only screen and (min-width: 301px) and (max-width: 500px) {
    header.hero {
      height: 280px; } }
  @media only screen and (min-width: 501px) and (max-width: 800px) {
    header.hero {
      height: 230px; } }
  @media only screen and (min-width: 801px) and (max-width: 800px) {
    header.hero {
      height: 250px; } }
  @media only screen and (min-width: 801px) and (max-width: 800px) {
    header.hero {
      height: 250px; } }
  @media only screen and (min-width: 801px) {
    header.hero {
      height: 200px; } }

header.post {
  position: relative; }
  @media only screen and (min-width: 301px) and (max-width: 500px) {
    header.post {
      height: 100px; } }
  @media only screen and (min-width: 501px) and (max-width: 800px) {
    header.post {
      height: 200px; } }
  @media only screen and (min-width: 801px) and (max-width: 800px) {
    header.post {
      height: 200px; } }
  @media only screen and (min-width: 801px) and (max-width: 800px) {
    header.post {
      height: 200px; } }
  @media only screen and (min-width: 801px) {
    header.post {
      height: 200px; } }

header > .title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 24px;
  font-weight: 700; }

header > .identity {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 200px;
  margin-top: 30px;
/*  height: 160px;
*/  background-image: url("../assets/avanta2.png");
  background-repeat: no-repeat;
  background-size: 100%; }


  #title{
  margin-top: -20px;
  margin-left: 20px;
  line-height: 20px;
color: #333333;
font-family: 'Raleway';
font-weight: 300;
  }

/*ABOUT
------------------------------------------*/
.about {
  margin-bottom: 30px;  padding-top: 30px;
  font-family:'Raleway', sans-serif; font-weight: 400;
  margin: 0 auto;
 }
 @media only screen and (min-width: 301px) and (max-width: 500px)  {
    .about  {
       margin: 0 auto;
       width: 500px; } }
 @media only screen and (min-width: 501px) and (max-width: 1024px)  {
    .about  {
       margin: 0 auto;
/*       width: 800px; */
       width: 900px;
         } }
@media only screen and (min-width: 1025px)and (max-width: 1280px) {
    .about {
       margin: 0 auto;
       width: 900px;
       } }
@media only screen and (min-width: 1281px) and (max-width: 1366px){
    .about {
       margin: 0 auto;
       width: 900px;
       } }

@media only screen and (min-width: 1367px){
    .about {
       margin: 0 auto;
       width: 900px;
        } }

.about_capsule {
  padding: 10px;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
color: black;
}

.about_social {
  width: 16.66667%;
  float: right;
  display: inline;
  margin-right: 10px;
}
.about_social ul{
  float: right;
  margin-right: 10px;
}
  .about_social a:link, .about_social a:active, .about_social a:hover, .about_social a:visited {
    text-decoration: none; }
  @media only screen and (min-width: 301px) and (max-width: 500px) {
    .about_social {
      width: 50%;
      float: left;
      display: inline; } }

.about_summary {
/*  width: 66.66667%;
*/  width:81.333%;
float: left;
  display: inline;
  font-family:'Raleway', sans-serif; font-weight: 200;
}

  @media only screen and (min-width: 301px) and (max-width: 500px) {
    .about_summary {
      display: none; } }
      .about_summary a{
text-decoration: none; color: #333333;      }

/*GRID
------------------------------------------*/


.grid_card_wrapper {
  float: left; }
  @media only screen and (min-width: 301px) and (max-width: 500px) {
    .grid_card_wrapper {
      width: 300px; } }
  @media only screen and (min-width: 501px) and (max-width: 800px) {
    .grid_card_wrapper {
/*      width: 250px;
*/     width: 296px;   } }
  @media only screen and (min-width: 801px) and (max-width: 800px) {
    .grid_card_wrapper {
      width: 296px; } }
  @media only screen and (min-width: 801px) and (max-width: 800px) {
    .grid_card_wrapper {
      width: 296px; } }
  @media only screen and (min-width: 801px) {
    .grid_card_wrapper {
      width: 296px; } }

.grid_card {
  float: left;
  margin: 0 10px 20px 10px;
  border-radius: 4px;
  border: 1px solid #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
  background-color: #F9F7F7; }
  @media only screen and (min-width: 301px) and (max-width: 500px) {
    .grid_card {
      height: 270px; } }
  @media only screen and (min-width: 501px) and (max-width: 800px) {
    .grid_card {
   /*   height: 220px;*/
   height: 260px;  } }
  @media only screen and (min-width: 801px) and (max-width: 800px) {
    .grid_card {
      height: 260px; } }
  @media only screen and (min-width: 801px) and (max-width: 800px) {
    .grid_card {
      height: 260px; } }
  @media only screen and (min-width: 801px) {
    .grid_card {
      height: 260px; } }
  .grid_card img {
    float: center;
    width: 100%;
    padding: none;
    vertical-align: top; }

/*FOOTER
------------------------------------------*/
footer {
  padding: 80px 0px;
  text-align: center; }

/*ARTICLE
------------------------------------------*/
article {
  padding: 0 0px; }
  article img {
    width: 100%; }

/*# sourceMappingURL=main.css.map */
