@font-face {
  font-family: 'SF Fedora';
  src: url('./fonts/SFFedora.woff2') format('woff2'),
       url('./fonts/SFFedora.woff') format('woff'),
	  local('./fonts/SFFedora.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;


}

/* CSS Document */

html {height:100%;}
body {height:100%; margin:0; padding:0;}
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
#content {position:relative; z-index:1;}
object { outline:none; 
}
body {
    background-image: url();
    background-repeat: no-repeat;
    margin-top: 0px;
    background-color: #E6E5E3;
    font-weight: 300;
    text-decoration: none;
    min-width: 250px;
}
img {
    max-width:100%;
    height:auto;
}

.logo{
	height: 80px;
	margin: auto;
	margin: 0px 10% 0px 10%;
	display: inline-block;

}

.facebookcontainer{
	margin: auto;
	display: inline-block;
}


.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
	border: solid #ffffff 2px;
}

.instagramcontainer{
	margin: auto;
	display: inline-block;


}

.fa {
  padding: 18px;
	margin: 0px 10px 0px 5px;
  font-size: 30px;
  width: 55px;
  text-align: center;
  text-decoration: none;
}


.fa-instagram {
  background: #d62976;
  color: white;
	border: solid #ffffff 2px;
}

.vetbiz {
	margin: auto;
	display: inline-block;
	
	
	
}

.addressbar{
	background: #333;
	height: 10px;
	width: 100%;
	margin: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fffffc;
	text-align: center;
	
}
.addressbarbox{
	height: 40px;
	width: 250px;
	margin: auto;
	text-align: center;
	display: inline-block;
}
.addressbarspacer{
	width: 5%;
	margin: auto;
	text-align: center;
	display: inline-block;
}
.slogan{
	margin-left: 250px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #847159;
	font-size: 20px;
	text-align: center;
	
}
.redbar{
	background: #bf1e2d;
	height: 10px;
	width: 100%;
	margin: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fffffc;
	text-align: center;
	margin-bottom: 50px;
	
}
.bottombar{
	background: #000;
	padding: 50px 0;
	width: 100%;
	margin: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fffffc;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: -120px;
	
}

.topbar{
	height: 140px;
	margin: auto;
	text-align: center;
	background: url(images/banner.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

}
.navigation{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	margin: 0px -50px 0px -50px;

}
.navbox{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 display: inline-block;
    height: 0px;
    margin: auto;
	margin: -41px 2% 0px 2%;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}


.navbar a:link {
	color: #333;
	text-decoration: none;

}


.navbar a:visited {
	color: #333;
	text-decoration: none;
}
.navbar a:hover {
	color: #C30;
	text-decoration: none;
	
}
.boxframe {
text-align: center;
	display: inline-block;
	margin: auto;
	margin: 25px 50px 0px 50px;
		padding: 10px 10px 10px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	text-decoration: none;
	font-size:16px;
	color:#333;
	border: solid #ffffff 1px;
}

.teamframe {
	font-family: 'SF Fedora', sans-serif;
	font-size: 40px;
	color: #bf1e2d;
	text-align: center;
	display: inline-block;
	width: 300px;
	margin: auto;
}
.teamtext {
text-align: center;
	margin: auto;
	padding: 10px 10px 10px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	text-decoration: none;
	font-size:16px;
	color: #999999;
}
.mapspacer {
	width: 100px;
	text-align: center;
	margin: auto;
	display: inline-block;

}

.quotebox {
	text-align: center;
	margin: auto;
	
	margin-bottom: 25px;
	width: 800px;
	height: 130px;
	border: solid #ffffff 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
.quotetitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777;
	text-align: center;
}
.quote-1, 
.quote-2, 
.quote-3,
.quote-4,
.quote-5 {
	margin: auto;
	padding: 18px 0px 0px 0px;
	top: 35px;
	width: 520px;
	
	font-size: 2em;
	font-size: 17px;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #555;
	animation-duration: 38s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.quote-1{
	animation-name: anim-1;
	
}

.quote-2{
	animation-name: anim-2;
	margin-top: -95px;
}

.quote-3{
	animation-name: anim-3;
	margin-top: -82px;
}
.quote-4{
	animation-name: anim-4;
	margin-top: -96px;
}
.quote-5{
	animation-name: anim-5;
	margin-top: -110px;
}
@keyframes anim-1 {
  0% {
    opacity:0;
  }
  3%, 17% {
    opacity:1;
  }
  20%, 100% {
    opacity:0;
  }
}

@keyframes anim-2 {
0%, 20% {
    opacity:0;
  }
 23%, 37% {
    opacity:1;
  }
 
   40%, 100%{
    opacity:0;
  }
}

@keyframes anim-3 {
0%, 40% {
    opacity:0;
  }
43%, 57% {
    opacity:1;
  }
  
60%, 100% {
    opacity:0;
  }
}
@keyframes anim-4 {
0%, 60% {
    opacity:0;
  }
63%, 77% {
    opacity:1;
  }
  
80%, 100% {
    opacity:0;
  }
}
@keyframes anim-5{
0%, 80% {
    opacity:0;
  }
  83%, 97% {
    opacity:1;
  }
  99%, 100% {
    opacity:0;
  }
}


	
.homeleftcolumn {
	float: left;
	width: 400px;
	margin-left: 5%;
}



.maincontent {
	margin: auto;
	text-align: center;
	
}

.cateringbackground{

	background-color: #000000;
	padding: 50px 0px 100px 0px;
	background: url(images/catering-background.jpg) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

.catering{
	height: 650px;
	width: 700px;
	margin: auto;
	text-align: center;
	
}


.cateringdetails{
	margin: auto;
	margin: 20px 10% 0px 10%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fffffc;
	text-align: left;
	background-color:rgba(0, 0, 0, 0.8);
	padding: 20px 20px 20px 20px;
	
}
.packageboxframe {
text-align: left;
		display: inline-block;
	width: 300px;
	margin: auto;
	margin: 25px 25px 0px 25px;
	padding: 10px 10px 10px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:16px;
	color:#fffffc;
	border: solid #ffffff 3px;
		background-color:rgba(0, 0, 0, 0.8);
} 
.phonenumber {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:24px;
	color: #fff;
}
.packageboxframetitle {
	font-family: 'SF Fedora', sans-serif;
	font-size:20px;
	color: #bf1e2d;
	}
.title {
	font-family: 'SF Fedora', sans-serif;
	font-size:40px;
	color: #fff;
	}

.sffedora {
	font-family: 'SF Fedora', sans-serif;
	font-size:18px;
	color: #fff;
	}

.floatingbox{
	width: 175px;
	margin: auto;
	margin: 20px 20px 0px 20px;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding: 20px 20px 20px 20px;
	display: inline-block;
	
}
.floatingboxsmall{
	width: 125px;
	margin: auto;
	margin: 20px 20px 0px 20px;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding: 20px 20px 20px 20px;
	display: inline-block;
	
}
.menubackground{

	background-color: #000000;
	padding: 100px 0px 230px 0px;
	background: url(images/menubackground.jpg) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

.jobsbackground{

	background-color: #000000;
	padding: 100px 0px 230px 0px;
	background: url(images/cork.jpg) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

.menuboard{
	height: 800px;
	width: 600px;
	margin: auto;
	text-align: center;
	
}


.paper{
	height: 100%;

	background: url(images/paper.png) no-repeat;
	text-align: left;
	margin: auto;
	margin-top: -30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 60px 0px 0px 90px;
}
.bold{

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}


@keyframes slidy {
0% { left: 0%; }
11% { left: 0%; }
14% { left: -100%; }
25% { left: -100%; }
28% { left: -200%; }
39% { left: -200%; }
43% { left: -300%; }
55% { left: -300%; }
58% { left: -400%; }
69% { left: -400%; }
72% { left: -500%; }
83% { left: -500%; }
86% { left: -600%; }
97% { left: -600%; }
100% { left: -700%; }
}

body { margin: 0; } 
div#slider { overflow: hidden; }
div#slider figure img { width: 10%; float: left; }
div#slider figure { 
  position: relative;
  width: 1000%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}










.maindiv {
    background: url(AF2013website/images/home_bg.jpg);
    background-size: 1000px 600px;
    background-repeat: no-repeat;
}

.verticalline{
      width: 1px; 
      background-color: #999; 
      height: 370px;
      float: left; 
	margin-left: 50px;
    }


.splash{
	margin:auto;
	position: relative;
	text-align: center;
	padding: 100px 0px 300px 100px;

	
}
.splashbox{
	width: 400px;
	height: 100px;
	font-family: 'Oswald', Arial, sans-serif;
	color: #658366;
	font-size:24px;
	display: inline;
	float: left;
	text-align:center;
	
}

.realestate {
	margin: auto;
	text-align: left;
	width: 550px;
	padding: 0px 0px 0px 30px;
}



.realestate2 {
	margin: auto;
	text-align: left;
	width: 800px;
	padding: 0px 0px 0px 30px;
}
.slideshowbox{
		text-align: center;
	float: center;
	padding: 0px 100px 30px 100px;
	width: 1000px;
	height: 450px;
}
#slideshow { 
	margin:auto 0;
    position: relative; 
    width: 800px; 
    height: 450px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}
#slideshow > div {
	position: absolute;
	top: 9px;
	left: 12px;
	right: 10px;
	bottom: 10px;
}
.maincenterlight {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

.contact {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #666;
	text-align: center;
	text-decoration: none;
}
.mainheader {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #555;
	text-align: center;
	text-decoration: none;
	font-weight: 300;
	width: auto;
	margin-top: 50px;
}
.greycontent{
	text-align:center;
    margin: auto;
	background-color: #2b2b2b;
	margin-top: 50px;
}
.whitefloatingbox {
	width: 900px;
	margin: auto;
	margin-top: 30px;
	background-color:rgba(256, 256, 256, 0.7);
	padding: 50px 50px 50px 50px;
	text-align:left;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
}
.design {
	width: 200px;
	height: 325px;
	display: inline-block;
	padding: 0px 10px 0px 10px;
}

.smallpoint a:visited {
	font-size: 12px;
	font-family: "helvetica", Gadget, sans-serif;
	color: #618945;
	text-align: center;
	text-decoration: none;
}
.smallpoint a:link{
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #618945;
	text-align: center;
	text-decoration: none;
}
.smallpoint a:hover{
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #E6E5E3;
	text-align: center;
	text-decoration: none;
	background-color: #618945;
}
.smallpoint a:visited{
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #618945;
	text-align: center;
	text-decoration: none;
}

.smallpoint {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	text-align: center;
	font-weight: 300;
}
.smallbold {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	text-align:left;
	font-weight:bold;
}

.mainsubheader {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #444;
	text-align:left;
	font-weight: 600;
}
.main {
	font-style: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #444;
	text-align: left;
	font-size: 14px;
	font-weight: 300;
}
.mainbold {
	font-style: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #444;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
.main a:visited{
	color: #8cab87;
	text-decoration: none;
	text-decoration: underline;

}
.main a:link{
	color: #8cab87;
	text-decoration: underline;
	
}


.main a:hover{
	color: #E6E5E3;
	text-decoration: none;
	background-color: #6b8268;
	text-decoration: none;
	

}
.rightjustify {
	text-align:right
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	text-align: center;
	font-size: 12px;
}
.rightjustify a:link {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #618945;
	text-align: center;
	text-decoration: none;
}
.maincenter a:link{
	font-style: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #618945;
	font-size: 12px;
	text-decoration: none;
}
.maincenter a:visited{
	font-style: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #618945;
	font-size: 12px;
	text-decoration: none;
}
.maincenter a:hover{
    font-style: normal;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #E0DFDC;
    text-decoration: none;
    background-color: #618945;
    outline: 0;
}
.maincenter {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

.centerjustify {
	text-align:right
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.smallbold {	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	font-weight:bold;
}

.main1 {	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #999;
	font-style: normal;
}

.photocontainer {
	margin: auto;
	width: 900 px;
}
.photoleft {
	float: left;
	
}
.photoright {
	float: right;

}
.phone{
	text-align: center;
	font-family: 'Oswald', Arial, sans-serif;
    font-size: 20px;
	font-style:italic;
	color: #666;
	width: 280px;
	padding-left: 300px;
	padding-top: 10px;
}
.phone a:link{
	font-family: 'Oswald', Arial, sans-serif;
    font-size: 20px;
	font-style:italic;
	color: #618945;
}
.phone a:hover{
	font-family: 'Oswald', Arial, sans-serif;
    font-size: 20px;
	font-style:italic;
	color: #111;
	background-color: #E6E5E3;
}
.phone a:visited{
	font-family: 'Oswald', Arial, sans-serif;
    font-size: 20px;
	font-style:italic;
	color: #618945;
	width: 300px;
	padding-left: 300px;
}



.button1 {
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  
 background-color:rgba(191, 30, 45, 0.9);
  padding: 10px 50px 10px 50px;
 
  border: solid #ffffff 1px;
 margin: auto;
	text-align: center;
	color: #fff;

}

.button1:hover {
   background-color:rgba(204, 51, 0, 0.9);
  text-decoration: none;
	color: #fff;
}
.button1:visited {
  color: #ffffff;
  text-decoration: none;
	color: #fff;

}


.calcolor-tan {
	margin: auto;
	width: 130px;
	color: #000 ;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  font-size: 14px;
 background-color:rgba( 202, 188, 162, 1);
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  border: solid #000 1px;
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 25px;
  display: inline-block;

}
.calcolor-aqua {
	margin: auto;
	width: 130px;
	color: #000 ;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  font-size: 14px;
 background-color:rgba(  48, 208, 240, 1);
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  border: solid #000 1px;
  margin-bottom: 25px;
    margin-left: 10px;
  margin-right: 10px;
  margin-top: 25px;
  display: inline-block;

}
.calcolor-pink {
	margin: auto;
	width: 130px;
	color: #000 ;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  font-size: 14px;
 background-color:rgba(  253, 181, 221, 1);
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  border: solid #000 1px;
  margin-bottom: 25px;
    margin-left: 10px;
  margin-right: 10px;
  margin-top: 25px;
  display: inline-block;

}
.calcolor-yellow {
	margin: auto;
	width: 130px;
	color: #000 ;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  font-size: 14px;
 background-color:rgba(224, 203, 42, 1.00);
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  border: solid #000 1px;
  margin-bottom: 25px;
    margin-left: 10px;
  margin-right: 10px;
  margin-top: 25px;
  display: inline-block;

}
.calcolor-navy {
	margin: auto;
	width: 130px;
	color: #fff ;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  font-size: 14px;
 background-color:rgba(15, 47, 163, 1.00);
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  border: solid #000 1px;
  margin-bottom: 25px;
    margin-left: 10px;
  margin-right: 10px;
  margin-top: 25px;
  display: inline-block;

}
.calcolor-red {
	margin: auto;
	width: 130px;
	color: #ffffff ;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  font-size: 14px;
 background-color:rgba( 226, 26, 26, 1);
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  border: solid #000 1px;
  margin-bottom: 25px;
    margin-left: 10px;
  margin-right: 10px;
  margin-top: 25px;
  display: inline-block;

}
.calcolor-purple {
	margin: auto;
	width: 130px;
	color: #ffffff ;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  font-size: 14px;
 background-color:rgba(136, 52, 159, 1.00);
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  border: solid #000 1px;
  margin-bottom: 25px;
    margin-left: 10px;
  margin-right: 10px;
  margin-top: 25px;
  display: inline-block;

}

.calcolor-orange {
	margin: auto;
	width: 130px;
	color: #ffffff ;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  font-size: 14px;
 background-color:rgba( 244, 147, 17 , 1);
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  border: solid #000 1px;
  margin-bottom: 25px;
    margin-left: 10px;
  margin-right: 10px;
  margin-top: 25px;
  display: inline-block;

}
.calcolor-manager {
	margin: auto;
	width: 130px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  font-size: 14px;
 background-color:rgba( 212, 212, 212);
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  border: solid #000 1px;
  margin-bottom: 25px;
    margin-left: 10px;
  margin-right: 10px;
  margin-top: 25px;
  display: inline-block;

}
.calcolor-green {
	margin: auto;
	width: 130px;
	color: #000 ;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  font-size: 14px;
 background-color:rgba( 121, 204,25,  1);
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  border: solid #000 1px;
  margin-bottom: 25px;
    margin-left: 10px;
  margin-right: 10px;
  margin-top: 25px;
  display: inline-block;

}
.verticlespace {
	margin-top: -30px;
	
}
