* {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-font-variant-ligatures:no-common-ligatures;
	font-variant-ligatures:no-common-ligatures;
}
body {
	font: 20px 'Lato', sans-serif;
	font-weight: 300;
	line-height: 1.3;
	background:#f7f7f7;
	color: #373737;
	padding: 25px 0 25px 0;
}

a   {
	text-decoration: none;
/* 	color: inherit; */
}
a:hover {
    text-decoration: underline;
}
h1,
a,
.important {
	color: #44a932;
}
b, strong {
    font-weight: 400;
}
.main {
	margin: 0 auto;
	width: 760px;
	background: #fff;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
}
.logo {
	padding: 30px 40px;
}
.content {
	padding: 30px 50px;

}
.box_left {
    float: left;
    width: 48%;
}
.box_right {
    float: right;
    width: 48%;
}
.footer {
	padding: 30px 50px;
	background: #eaeaed;
}
.footer a {
    color: inherit;
}
.footer_left {
	float: left;
	width: 420px;
}
.footer_right {
	float: right;
}
p,
h1,
ul {
	padding: 0px 0px 20px 0px;
}
h1 {
	font-size: 32px;
	font-weight: 500;
}
.h1_small{
    font-size: 20px;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    }
h3:after {
    content: '\00a0';
    position: absolute;
    width: 130px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: #44a932;
}
ul  {
    padding-left: 14px;
    list-style-type: none;
}
ul ul {
    padding-bottom: 0;
    padding-left: 35px;
}
li  {
    padding: 0 0 0px 5px;
	position: relative;
}
li:before {
    content: '\0000BB';
    position: absolute;

    left: -12px;
    top: -1px;
    color: #44a932;
    border-radius: 4px;
}

div.breaker {
  clear: both;
  overflow: hidden;
}
img {
  	border: none;
  	max-width: 100%;
  	height: auto;
}
sup, sub {
    line-height: 100%;
}
img.animate-images {
	opacity: 0;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	position: absolute;
	right: 0;
}
.apply {

	padding: 20px 0px 40px 0px;
}
.apply_btn {

	color: #ffffff;
	font-size: 16px;
	background: #44a932;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	font-weight: 400;
	text-align: center;
}
.apply_btn:hover {
	background: #fff;
	color: #44a932;
	border: 1px solid #44a932;
	text-decoration: none;
}
@media only screen and (max-width:760px) {
    * {
    	padding: 0;
    	margin: 0;
    	-moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .main {
    	margin: 0 auto;
        width: 100%;
        border: none;
    }
    body {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        padding: 0;
    }
    .content,
    .logo,
    .footer {
    	padding: 5%;
     }
    .box_left,
    .box_right,
    .footer_left,
    .footer_right {
    	float: none;
    	width: 100%;
    }

    .nonmobile  {
        display: none;
    }
}