/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126  License: none (public domain) */

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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 150%; }

.vide-intro video{
  position: absolute;
  top: 64%;
  left: 65%;
  transform: translate(-50%, -50%);
  min-width: 25%;
  min-height: 100%;
  width: 120px;
  height: auto;
  max-width: 100%;
  max-height: 150%;
}

  @media only screen and (min-width: 322px) and (max-width: 480px) {
	video {
	  max-height: 180%; }

  } 




article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* misc */

a{
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

/* global (not for layout, content only) */
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

footer {
  background: #368826;
  border-top: 3px solid #368826;
  position: relative;
  z-index: 2; }

.b-footer-primary {
  box-shadow: 0 0 3px 0 #f3eeeb;
  background: #f4f4f4;
  border-bottom: 1px solid #e9e9e9;
  padding: 14px 0 8px 0; }

.b-footer-secondary {
  padding: 26px 0 26px 0; }
  @media screen and (max-width: 639px) {
    .b-footer-secondary {
      padding-top: 20px; } }
  @media screen and (max-width: 979px) {
    .b-footer-secondary > [class*='col-'] {
      border-top: 1px solid #dddddd;
      margin-left: 0;
      padding-bottom: 10px;
      padding-top: 5px; } }
  @media screen and (max-width: 639px) {
    .b-footer-secondary > [class*='col-'] {
      border-top: 0;
      padding-top: 0;
      padding-bottom: 20px; } }
  @media screen and (max-width: 979px) {
    .b-footer-secondary > [class*='col-']:first-child {
      border-top: 0; } }
  @media screen and (max-width: 979px) {
    .b-footer-secondary > [class*='col-']:last-child {
      padding-bottom: 0; } }

.f-copyright {
  font-size: 0.92308em;
  line-height: 2.5;
  color: #a5a5a5; }
  
.f-copyright-r {
  font-size: 0.92308em;
  line-height: 2.5;
  color: #a5a5a5;
  text-align: right;  }  

.b-footer-logo-containter:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.b-footer-logo {
  margin-bottom: 17px;
  -webkit-transition: all 0.5s ease-in;  }
  @media screen and (max-width: 979px) {
    .b-footer-logo {
      float: left;
      margin-right: 20px;
      margin-bottom: 0; } }
  @media screen and (max-width: 639px) {
    .b-footer-logo {
      display: block;
      height: auto;
      max-width: 100%;
      margin: 0 auto;
      margin-right: 20px;
      width: 22%; } }

.b-footer-logo:hover {
  transform: translate(2%,0%);
  width:112%;
  height: 112%;  }	  

  
@media screen and (max-width: 979px) {
  .b-footer-logo-text {
    overflow: hidden;
    margin-top: 10px; } }

@media screen and (max-width: 979px) {
  .f-footer-logo-text {
    text-align: left; } }

.f-footer-logo-text {
  font-size: 0.92308em;
  line-height: 1.66667;
  color: #515151; }

