/* 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, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  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;
  font-size: 14px;
}

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;
}


body {
  font-family: Arial;
  font-size: 17.5px;
  color: #000;

  background-color: #fff;
}


strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

header > div,
.content,
footer div {
  max-width: 980px;

  margin: 0px auto;
}

.content {
  position: relative;

  overflow: hidden;

  vertical-align: top;
}

.left {
  width: 63%;

  float: left;
}

.left section p,
aside p{
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 19px;
}

.left section h3{
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 22px;
	font-size: 17px;
}

.left section iframe{
	width:100%;
}

aside {
  padding: 30px 25px;

  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

  width: 37%;

  float: left;
}

  aside iframe {
    width: 100%;
  }

  aside h2 {
    font-weight: bold;
    font-size: 18px;

    margin: 10px 0px 20px 0px;
  }

  aside article {
    border-top: 1px solid #e0e0e0;

    padding-top: 15px;
    margin-bottom: 15px;
  }

    aside article p {
      margin-bottom: 5px;

      font-size: 15px;
      line-height: 1.2em;
    }

    aside article p.date {
      font-size: 12px;
      color: #b4b4b4;
    }

      aside article p a {
        color: #00b04c;

        text-decoration: none;
      }

      aside article p a.read-more {
        font-weight: bold;
      }



header {
  padding: 40px 25px;

  background-repeat: no-repeat;
  background-position: right top;
  /*background-image: url(../images/beta.png);*/
}

nav {
  width: 100%;
height: 53px;
  background-color: #000000;
}

  nav ul {
    max-width: 980px;

    margin: 0px auto;

    padding: 0px 0px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

    nav ul li {
      display: inline-block;

      margin-right: -5px;
    }
      nav ul li a {
        font-size: 18px;
        color: #fff;
        font-weight: bold;

        text-decoration: none;

        padding: 20px;

        display: block;
      }

      nav ul li a:hover,
      nav ul li.current_page_item a {

        background-color: #545454;
      }

section {
  padding: 30px 0px;
}

  section img {
    margin: 35px 0px 20px 0px;
  }

  section p{
    line-height: 22px;
  }

  section ul {

  }
   .page-template-default section a {
    color:  #00b04d
  }
  
  
 

    section ul li {
      color: #ff8e00;

      border-bottom: 1px solid #e5e5e5;

      font-size: 22px;

      list-style: disc;
      list-style-position: inside;

      padding-left: 45px;

      margin-bottom: 15px;
      padding-bottom: 15px;
    }

      section ul p {
        color: #000;
        font-size: 17.5px;

        display: inline-block;
      }

  section form {
    width: 300px;

    margin-top: 35px;

    position: relative;
    overflow: hidden;
  }

  section input,
   aside input{
   
    color: #cecece;

    padding: 8px 18px;
    margin-bottom: 15px;

    width: 100%;

    border: 1px solid #cecece;

    display: block;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  section input[type="submit"],
   aside input[type="submit"]{
    width: 100%;

    background-color: #747474;
    color: #fff;
     font-weight: bold;
     font-size: 12px;
     text-transform: uppercase;
     border: none;
	 cursor: pointer;
    float: right;
  }
  
  
   aside input[type="submit"]:hover{
       background-color: #00b04d;
   
  }


#wrapper hr {
  margin: 0px;

  border-width: 2px 0px 0px 0px;
  border-color: #cccccc;
  border-style: solid;
}

footer {
  background-color: #e5e5e5;

  color: #bebebe;
  font-size: 15px;
  line-height: 19px;
  padding: 20px 25px 55px 25px;
}

  footer p {
    margin-bottom: 24px;
  }

  footer a {
    color:#bebebe;
  }


.btn-mobile-menu {
  display: none;

  margin-bottom: 10px;

  position: relative;
  overflow: hidden;
}

  .btn-mobile-menu .icon-menu {
    width: 35px;
    height: 35px;

    position: relative;

    float: right;

    margin-right: 25px;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;

    cursor: pointer;
  }

    .btn-mobile-menu .icon-menu span {
      display: block;

      position: absolute;

      height: 5px;
      width: 100%;

      background: #000;

      opacity: 1;

      left: 0;

      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
    }

      .btn-mobile-menu .icon-menu span:nth-child(1) {
        top: 0px;
      }

      .btn-mobile-menu .icon-menu span:nth-child(2), .btn-mobile-menu .icon-menu span:nth-child(3) {
        top: 10px;
      }

      .btn-mobile-menu .icon-menu span:nth-child(4) {
        top: 20px;
      }

  .btn-mobile-menu.active .icon-menu span:nth-child(1) {
    top: 10px;
    left: 50%;

    width: 0%;
  }

  .btn-mobile-menu.active .icon-menu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .btn-mobile-menu.active .icon-menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .btn-mobile-menu.active .icon-menu span:nth-child(4) {
    top: 10px;
    left: 50%;

    width: 0%;
  }

@media only screen and (max-width: 768px) {
  .left,
  aside {
    width: 100%;
  }

  .btn-mobile-menu {
    display: block;
  }

  nav {
    border-bottom: 5px solid #000000;
    border-top: 5px solid #000000;
    height: 0px;
  }

  nav ul {
    display: none;
  }

    nav ul li {
      width: 100%;
      display: block;

      margin-right: 0px;
    }
    
     body .logo_main img{
	 width: 100%;
	 height: auto;
 }
 
.content .left{
	 padding: 0 5%; 
	 width: 90%;
 }
 
.footer_wrapper .left_footer{
	width: 100%;
}

.footer_wrapper .right_footer{
	width: 100%;
	float: left;
}
#wrapper nav{
	height: auto;
}

}

div.menu{
	
}

.main_image{
	margin: 40px 0 20px 0;
	
}

.main_image img{
	height: auto;
    width: 50%;
}


.page_title{
	   background:  #00b04d;
	   width: 200px;
	   height: 65px;
	   margin: 40px 0 20px 0;
	   text-align: center;
	   -webkit-border-radius: 35px;
-webkit-border-top-left-radius: 35px;
-moz-border-radius: 35px;
-moz-border-radius-topleft: 35px;
border-radius: 35px;
border-top-left-radius: 35px;
  }
  
 .page_title h2{
	  color: #fff;
	  font-size: 35px;
	  font-weight: bold;
	  margin-top: 15px;
	  display: inline-block;
	  text-transform: uppercase;
  }
   
.page-template-default section ul li{
padding-left: 0px;
font-size: 15px;
color: #000;
  list-style: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
   padding-left: 15px;
position: relative;
line-height: 22px;
 }
 
.page-template-default section ul li a{
color: #000;
 }
  .page-template-default section ul li:before {
  color:#00b04d; /* set color to red */
  content:"\2022"; /* /2022 is the numerical unicode for &bull; */
  font-size:1.5em; /* set the font-size of the bullet if necessary. Make sure to use em or %*/
  padding-right:.25em; /* give the bullet some padding from the text Make sure to use em*/
  position:relative;
  list-style: none;
  vertical-align: middle;
  top: 0px;
  position: absolute;
  left: 0px;
 }
 
 .page-template-default.page-id-5 section ul li:before {
  color:#ff0000; /* set color to red */
  content:"\2022"; /* /2022 is the numerical unicode for &bull; */
  font-size:1.5em; /* set the font-size of the bullet if necessary. Make sure to use em or %*/
  padding-right:.25em; /* give the bullet some padding from the text Make sure to use em*/
  position:relative;
  list-style: none;
  vertical-align: middle;
  top: 0px;
  position: absolute;
  left: 0px;
 }
 
 
 .page-template-default.page-id-7 section ul li:before {
  color:#ff8e00; /* set color to red */
  content:"\2022"; /* /2022 is the numerical unicode for &bull; */
  font-size:1.5em; /* set the font-size of the bullet if necessary. Make sure to use em or %*/
  padding-right:.25em; /* give the bullet some padding from the text Make sure to use em*/
  position:relative;
  list-style: none;
  vertical-align: middle;
  top: 0px;
  position: absolute;
  left: 0px;
 }
 
 .page-template-default.page-id-11 section ul li:before,
 .page-template-default.page-id-13 section ul li:before {
  color:#175da9; /* set color to red */
  content:"\2022"; /* /2022 is the numerical unicode for &bull; */
  font-size:1.5em; /* set the font-size of the bullet if necessary. Make sure to use em or %*/
  padding-right:.25em; /* give the bullet some padding from the text Make sure to use em*/
  position:relative;
  list-style: none;
  vertical-align: middle;
  top: 0px;
  position: absolute;
  left: 0px;
 }
 .page-template-default.page-id-11 section a,
 .page-template-default.page-id-13 section a {
  color:#175da9; /* set color to red */
  
 }
 
 .page-template-default.page-id-11 section ul li a,
 .page-template-default.page-id-13 section ul li a {
  color:#000; /* set color to red */
  
 }


 
 .page-template-default.page-id-5 section a {
  color:#ff0000; /* set color to red */
  
 }
 
 .logo_main img{
	 width: 60%;
	 height: auto;
 }
 
 img.home_logo{
	 width: 50%;
	 height: auto;
 }
 
.home .left section a{
	color:#000;
}
h2.news_title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer_wrapper{
	max-width: 980px;
}

.left_footer{
	float: left;
	width: 80%;
} 

.right_footer{
	float: right;
	width: 15%;
} 

.single .left section a{
	color: #00b04c;
}