@charset "utf-8";

*{ margin:0; padding:0;outline:none;box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box }


@font-face {  font-family: 'Oswald';

  src: url('../fonts/Oswald.eot?#iefix') format('embedded-opentype'),  url('../fonts/Oswald.otf')  format('opentype'),

	     url('../fonts/Oswald.woff') format('woff'), url('fonts/Oswald.ttf')  format('truetype'), url('../fonts/Oswald.svg#Oswald') format('svg');

  font-weight: normal;

  font-style: normal;}

  @font-face {

  font-family: 'Questrial-Regular';

  src: url('../fonts/Questrial-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Questrial-Regular.woff') format('woff'), url('../fonts/Questrial-Regular.ttf')  format('truetype'), url('../fonts/Questrial-Regular.svg#Questrial-Regular') format('svg');

  font-weight: normal;

  font-style: normal;

}

h1{font-family:'Questrial-Regular'; font-weight:700;padding:10px 0; text-align:left; color:#3F5621; font-size:22px; }
h3{font-family:'Questrial-Regular'; font-weight:normal;padding:4px 0; text-align:left; color:#3F5621; font-size:18px;}

ul, ol { list-style-type:none}

img { max-width:100%}

.clear{ clear:both}

body { font-family:Arial, Helvetica, sans-serif;background:#aadb78;}

.fr{float:right}
.fl{float:left}

a{ color:#063 ; text-decoration:underline;list-style:none}
a:hover{ color:#333 ; text-decoration:none; list-style:none}

.wrapper { float:left; width:100%; position:relative}


.container { width:960px; margin:0px auto; margin-bottom:20px;}

.cont-img{ width:960px; height:auto;overflow:hidden; margin:0 auto; padding:10px 0px;}

