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, dl, dt, dd, ol, 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: 12px;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* start editing from here */
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
/*end reset*/
body {
  background: #ffffff;
  width: 100%%;
  margin-left: 0%;
    overflow-x: hidden;
  overflow-y: scroll;
}
body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
/*--content--*/
.content {
  float: left;
  width: 100%;
  position: relative;
}
.content-grid {
  float:none;
  width: 0%;
    
}
/* ===================================================================
 *  03. grid - (_grid.scss)
 *
 * ------------------------------------------------------------------- */
.row {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row .row {
  width: 100%;
  max-width: none;
}
[class*="col-"], .bgrid {
  float: left;
}
[class*="col-"] + [class*="col-"].end {
  float: right;
}
[class*="col-"] {
  padding: 0px;
}
.col-0 {
  width: 0%;
}
.col-1 {
  width: 8.33333%;
}
.col-2 {
  width: 16.66667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333%;
}
.col-5 {
  width: 41.66667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333%;
}
.col-8 {
  width: 66.66667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333%;
}
.col-11 {
  width: 91.66667%;
}
.col-12, .col-full {
  width: 100%;
}
/* ------------------------------------------------------------------- 
 * small screens - (_grid.scss)
 * ------------------------------------------------------------------- */
@media screen and (max-width:1024px) {
  .row .row {
    width: 100%;
  }
  [class*="col-"] {
    padding: 0;
  }
}
/* ------------------------------------------------------------------- 
 * tablets - (_grid.scss)
 * ------------------------------------------------------------------- */
@media screen and (max-width:950px) {
  .row {
    width: 100%;
  padding-left: 0%;
  padding-right: 0%
  }
  .row .row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  [class*="col-"] {
    padding: 0;
  }
  .tab-0 {
    width: 0%;
  }
  .tab-1 {
    width: 8.33333%;
  }
  .tab-2 {
    width: 16.66667%;
  }
  .tab-3 {
    width: 25%;
  }
  .tab-4 {
    width: 33.33333%;
  }
  .tab-5 {
    width: 41.66667%;
  }
  .tab-6 {
    width: 50%;
  }
  .tab-7 {
    width: 58.33333%;
  }
  .tab-8 {
    width: 66.66667%;
  }
  .tab-9 {
    width: 75%;
  }
  .tab-10 {
    width: 83.33333%;
  }
  .tab-11 {
    width: 91.66667%;
  }
  .tab-12, .tab-full {
    width: 100%;
  }
}
/* ------------------------------------------------------------------- 
 * large mobile devices - (_grid.scss)
 * ------------------------------------------------------------------- */
@media screen and (max-width:480px) {
  .row {
    width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  }
  .row .row {
    width: 100%;
  }
  [class*="col-"] {
    padding: 0;
  }
  .mob-0 {
    width: 0%;
  }
  .mob-1 {
    width: 8.33333%;
  }
  .mob-2 {
    width: 16.66667%;
  }
  .mob-3 {
    width: 25%;
  }
  .mob-4 {
    width: 33.33333%;
  }
  .mob-5 {
    width: 41.66667%;
  }
  .mob-6 {
    width: 50%;
  }
  .mob-7 {
    width: 58.33333%;
  }
  .mob-8 {
    width: 66.66667%;
  }
  .mob-9 {
    width: 75%;
  }
  .mob-10 {
    width: 83.33333%;
  }
  .mob-11 {
    width: 91.66667%;
  }
  .mob-12, .tab-full {
    width: 100%;
  }
}
/* ------------------------------------------------------------------- 
 * small mobile devices - (_grid.scss)
 * ------------------------------------------------------------------- */
@media screen and (max-width:300px) {
  .row .row {
    width: 100%;
  }
  [class*="col-"] {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  [class*="col-"] + [class*="col-"].end {
    float: none;
  }
}
.fade {
  opacity: 1;
}
.fade:hover {
  opacity: 0.3;
}