* {
	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: 18px 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.3;
	background:#fff url(../images/bg_main_dd98ef233a.png);
	color: #2f3d4d;
	padding: 25px 0 25px 0;
}
hr {
    border: none;
    border-top: 1px solid #e4e5e8;
    margin-bottom: 20px;
}
a   {
	text-decoration: none;
/* 	color: inherit; */
}
a:hover {
    text-decoration: underline;
}
h3,
a,
.important {
	color: #22a652;
}
b, strong {
    font-weight: bold;
}
.main {
	margin: 0 auto;
	width: 740px;
	background: #fff;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* border: 1px solid #22a652; */
}
.logo {
	padding: 30px 50px;
}
.content {
	padding: 30px 50px;

}
.box_left {
    float: left;
    width: 48%;
}
.box_right {
    float: right;
    width: 48%;
}
.footer {
	padding: 30px 50px;
	background: #22a652;
	color: #fff;
}
.footer a {
    color: inherit;
}
.footer_left {
	float: left;
}
.footer_right {
	float: right;
}
p,
h1,
ul {
	padding: 0px 0px 20px 0px;
}
h1 {
	font-size: 25px;
	font-weight: 500;
	position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;	
}
.h1_small{
    font-size: 20px;
}

h1:after {
    content: '\00a0';
    position: absolute;
    width: 100px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: #22a652;
}
h3 {
	font-weight: 400;
	font-size: 25px;
	padding: 0px 0px 15px 0px;
}
ul  {
    padding-left: 14px;
    list-style-type: none;
}
li  {
    padding: 0 0 5px 10px;
	position: relative;
}
li:before {
    content: url(../images/li_0d4ae86c07.png);
    position: absolute;
    width: 8px;
    height: 8px;
    left: -12px;
    top: 5px;
    background-color: #22a652;
    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: 30px 0px 25px 0px;
}
.apply_btn {

	color: #ffffff;
	font-size: 16px;
	background: #22a652;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	font-weight: 400;
	text-align: center;
}
.apply_btn:hover {
	background: #fff;
	color: #22a652;
	border: 1px solid #22a652;
	text-decoration: none;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
/*     padding-top: 30px; */
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width:740px) {
    * {
    	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%;
    }
    .footer_left {
    	padding: 0 0 15px 0;
    }
    .nonmobile  {
        display: none;
    }
}
