* {
	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: 14px 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.4;
	background:#eeeeee url(bg.jpg) fixed no-repeat;
	color: #171717;
	padding: 25px 0 25px 0;

    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
}
h1, h2, h3, .no_hyphens {
    hyphens: manual;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    -moz-hyphens: manual;
}
h1, h3, .h1_small {
    font-family: 'Raleway';
    font-weight: 700;
}
a   {
	text-decoration: none;
/* 	color: inherit; */
}
a:hover {
    text-decoration: underline;
}
.h1_small,
h3,
a,
.important {
	color: #91bd19;
}
b, strong {
    font-weight: 700;
}
.main {
	margin: 0 auto;
	width: 850px;
	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);
/*     border: 1px solid #91bd19; */
}
.logo {
	padding: 30px 50px;
}
.content {
	padding: 35px 65px;

}
.box_left {
    float: left;
    width: 48%;
}
.box_right {
    float: right;
    width: 48%;
}
.footer {
	padding: 25px 30px 30px 50px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7a7a79+1,353535+80 */
background: linear-gradient(to bottom,  #7a7a79 1%,#353535 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    font-size: 14px;
	color: #fff;
	position: relative;
}
.footer a {
    color: inherit;
    font-size: 15px;
}
.footer p {
    padding-bottom: 20px;
}
.footer_left {
	float: left;
	width: 43%;
	padding-right: 4%;
}
.footer_middle {
	float: left;
	width: 40%;
	padding-right: 3%;
}
.footer_right {
	position: absolute;
	top: -25px;
	right: 70px;
}
.phone {
    position: relative;
    padding-left: 22px;
}
.phone:before {
    position: absolute;
    content: url(../images/icon_phone_3095746ace.png);
    left: 0;
    top: -4px
}
p,
h1,
ul {
	padding: 0px 0px 25px 0px;
}
h1 {
	font-size: 23px;
    line-height: 1.3;
}
.h1_small{
    font-size: 14px;
    
}
h3 {
	font-size: 14px;
	padding: 0px 0px 12px 0px;
	text-transform: uppercase;
}
ul  {
    padding-left: 14px;
    list-style-type: none;
}
li  {
    padding: 0 0 7px 5px;
	position: relative;
}
li:before {
    content: '\00a0';
    position: absolute;
    width: 7px;
    height: 2px;
    left: -12px;
    top: 10px;
    background-color: #91bd19;
}

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 {
	text-align: center;
	padding: 30px 0px 45px 0px;
}
.apply_btn {
	-webkit-border-radius: 13;
	-moz-border-radius: 13;
	border-radius: 13px;
	color: #ffffff;
	font-size: 16px;
	background: #91bd19;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	font-weight: 400;
	text-align: center;
}
.apply_btn:hover {
	background: #fff;
	color: #91bd19;
	border: 1px solid #91bd19;
	text-decoration: none;
}
@media only screen and (max-width:850px) {
    * {
    	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_middle,
    .footer_right {
    	float: none;
    	width: 100%;
    }
    .footer_left {
    	padding: 0 0 15px 0;
    }
    .nonmobile  {
        display: none;
    }
    .footer_right {
	   position: static;
	   padding-top: 40px;

}
}