* {
	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: 19px 'Schmoll Serif', sans-serif;
	font-weight: 300;
	line-height: 1.4;
	background:#fff url(../images/bg_030fe55517.jpg) no-repeat bottom right fixed;
	color: #808080;

}

a   {
	text-decoration: none;
/* 	color: inherit; */
}
a:hover {
    text-decoration: underline;
}
h1, h3 {
    font-family: 'Schmoll Sans';
}
h3,
a,
.important {
	color: #ac1515;
}
b, strong {
    font-weight: bold;
}
.main {
	margin: 0 auto;
	width: 850px;

	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;

}
.logo {
	padding: 30px 0px;
	text-align: left;
}
.logo img {
	width: 250px;
}
.content {
	padding: 30px 50px;
   position: relative;         
   background: #ac1515;  
   color: #fff;

}
.content:before {
	width: 0; 
	content: ''; 
	position: absolute; 
	top: 0; 
	right: 0; 
	border-left: 30px solid #ac1515; 
    border-top: 30px solid  #fff ;  
}

.grey {
   background: #ededed;  
   color: #808080; 
}
 .grey:before {
	border-top: 30px solid #ededed !important;
    border-left: 30px solid #ededed;
} 			
.box_left {
    float: left;
    width: 68%;
}
.box_right {
    float: right;
    width: 28%;
}
.footer {
	padding: 30px 50px;
	background: #4d4d4d;
	color: #fff;
}
.footer a {
    color: inherit;
}
.footer_left {
	float: left;
}
.footer_right {
	float: right;
}
p,
ul {
	padding: 0px 0px 20px 0px;
}
h3 {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.h3_small{
    color: #808080;
}
h1 {
	font-weight: 700;
	font-size: 32px;
	padding: 0px 0px 5px 0px;
	text-transform: uppercase;
}
.h1_small{
    text-transform: none;
    font-weight: 400;
    font-size: 27px;
}
ul  {
    padding-left: 14px;
    list-style-type: none;
}
li  {
    padding: 0 0 5px 10px;
	position: relative;
}
li:before {
    content: '\00a0';
    position: absolute;
    width: 10px;
    height: 2px;
    left: -12px;
    top: 13px;
    background-color: #ac1515;
}

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 20px 0px;
}
.apply_btn {
    font-family: 'Schmoll Sans';
	color: #ffffff;
	font-size: 19px;
	background: #ac1515;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
}
.apply_btn:hover {
	background: #4d4d4d;

	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_right {
    	float: none;
    	width: 100%;
    }
    .footer_left {
    	padding: 0 0 15px 0;
    }
    .nonmobile  {
        display: none;
    }
}