h1, h2, h3, h4 {
      margin:0;
      font-weight:300;
}

h1 {
      font-size: 50px;
  	  font-weight:100;
	  color: #8C001A;
	  padding-top:0;
}

h2 {
      font-size: 30px;
      font-weight:300;
      color: #8C001A;
}

h3 {
      font-size: 26px;
      color: #141516;
}


p {
      margin: 7px 0;
}


table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: transparent;
	font-size: 1em
}

table th, table td {
	padding: 8px;
	vertical-align: top;
	border-top: 1px solid #ddd;
	line-height: 1.5em;
	text-align: left;
}

table th {
	font-weight: bold;
	border: 0
}

table thead th {
	vertical-align: bottom;
}

table  tr:first-child th,table tr:first-child td,table thead:first-child tr:first-child th,table thead:first-child tr:first-child td
	{
	border-top: 0;
}

table tbody+tbody {
	border-top: 2px solid #8c9bab;
}

table tbody tr td,table tbody tr th {
	-webkit-transition: background-color 0.25s 0 linear;
	-moz-transition: background-color 0.25s 0 linear;
	-ms-transition: background-color 0.25s 0 linear;
	-o-transition: background-color 0.25s 0 linear;
	transition: background-color 0.25s 0 linear;
}


tr:nth-child(even){
	background-color: #f2f2f2
}

a.button1 {
      background: #94a42a;
      color: #fff;
      display: inline-block;
      padding: 40px 40px;
      font-size: 24px;
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none;
      border-radius: 4px;
 transition: all 0.8s ease;  
}

a.button1:hover {

      text-decoration: none;
  padding: 40px 60px;
}



a.button3a {

    background: #94a42a;
	border-radius: 10px;
	border: none;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
/*    text-shadow: -1px -1px #000;  */
	padding: 10px 25px;
	display: inline-block;
	margin: 0px 0px;
	transition: all 0.8s ease;    
}

a.button3a:hover {
	cursor:pointer;
	text-decoration: none;
	padding: 10px 35px;
}

a.button3phone {
    background: #fff;
	border: none;
	color: #8C001A;
	font-size: 40px;
    padding: 10px 0px;
	font-weight: bold;
	display: inline-block;
	margin: 0px 0px;   
}

a.button3phone:hover {
	text-decoration: none;
}

a.button4 {

    background: #8C001A;
	border-radius: 10px;
	border: none;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
 /*   text-shadow: -1px -1px #000; */
	padding: 10px 25px;
	display: inline-block;
	margin: 0px 0px;
	transition: all 0.8s ease;    
}

a.button4:hover {
	cursor:pointer;
	text-decoration: none;
	padding: 10px 35px;
}



a.button5 {

    background: #8C001A;
	border-radius: 10px;
	border: none;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding: 10px 25px;
	display: inline-block;
	margin: 0px 0px;
	transition: all 0.8s ease;    
}

a.button5:hover {
	cursor:pointer;
	text-decoration: none;
	padding: 10px 35px;
}


.title1 {
      font-size: 50px;
      font-weight: 300;
	  color: #8C001A;
	  margin-left: 20px;
}

.title2yellow {
      font-size: 30px;
      color: #F9C31F;
}

.title2red {
      font-size: 30px;
      color: #8C001A;
}

.title2green {
      font-size: 30px;
      color: #94a42a;
}

.title2white {
      font-size: 30px;
      color: #fff;
}

.title2black {
      font-size: 30px;
      color: #000;
}


ul.list2 {
      color: #8C001A;
      font-weight: 700;
}

ul.list2 li {
      list-style-type: circle;
      margin: 3px 0;
}

ul.list1 {
      margin: 0;
      padding: 0;

}

ul.list1 li {
      list-style: none;
      background: url(../images/list-bg.jpg) no-repeat left 3px;
      font-size: 22px;
      padding: 3px 0 3px 35px;
      margin-bottom: 5px;
}

