/* 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, menu2, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 110%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	text-align: left;   
  list-style: none; 
  line-height: 1.6em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}/* CSS RESET DONE */

body, html {
  height: 100%;
  margin: 0;
}#header{
  overflow-y: auto;
  height: auto;
  min-height: 75px;
  
}

a.active{
  text-decoration:none;
  
  letter-spacing: 0px;
  padding: 2px;

}
a.active:hover{
color: #f7751f;
background: #504848;
box-shadow: -3px 6px 5px rgba(0,0,0,0.5);
text-decoration: none;
border-radius: 4px 4px 0 0;
}
.menu-navigation{
  overflow:hidden;
  height:50px;
  width:auto;
  float:right;
  margin:20px 30px 20px;
  list-style: none;
  display: inline-block;
  outline: none;
}

h1 {
  margin: 3px;
width:50%;
  font-size: 24px;
  padding:  0px;
  -webkit-font-smoothing: antialiased;
}
h2 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom:80C08F 20px;
}
h3 {
  font-size: 18px; }



a {
  text-decoration: none;
  margin: 0 2px;
}
li{
  list-style-type: none;
  list-style-image:none;
  padding:3px 0px 0px 10px;
}
p {
  line-height: 1.5em;
  padding: 0 5px 10px 5px;
}
i.fa-bars {
  margin-top: 2px;
  font-size: 28px;
  float: left;
}
#menu_sub {
    font-size: smaller;
}
.col-4{
float:none;
width:320px;
min-height:130px;
}
.rowplus{display: block;}
.row_col {
    margin: 5px auto 5px auto;
padding: 2px 5px 2px 5px;
  }
.head{height:240px;}
.main{max-width:760px;    width: 90%;}
iframe.cls_video {
    width: 360px;
    height: 250px;
    float: none;
}
#menu{display:none;}
a.arrow {
     float: none; 
bottom: 0px; 
 position: relative;
}
.row {
    width: 98%;
    margin: 10px 0px 10px 0px;
    min-height: 180px;
    padding: 5px 1% 5px 1%;
}
.col-left {
float:none;
width:95%;
  padding-right: 0%;
    padding-left: 0%;
}
.col-right {
float:none;
width:95%;
    padding-right: 0%;
    padding-left: 0%;
}
.col-4 {
float:none;
width:95%;
  padding-right: 0%;
    padding-left: 0%;
}
.col-right >img {
width:100%;
}