@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 18px;
	color: #666 !important;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	color: #666 !important;
}

h3 {
	font-size: 14px;
	color: #666 !important;
}

h4 {
	font-size: 14px;
	color: #666 !important;	
	padding-top: 15px;
}

.panel.panel-default .panel-body h5 {	
}

h5 {
	font-size: 18px;
	color: #666 !important;	
	padding-top: 15px;
	border-bottom: 0px !important;
}

h6 {
	font-size: 16px;
	color: #666 !important;	
	padding-top: 15px;
	font-weight: 700;	
}

.panel-heading h5 {	

	font-size: 18px;
	color: #666 !important;	
	padding-top: 15px;
	border-bottom: 0px !important;
	text-transform:uppercase;
}



a {
  color: #5E8032;
}
a:active,
a:hover {
  color: #5E8032;
  
}

.italic {
	font-style: italic;	
}


.bold {
	font-style: bold;	
}

#skip-links {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-left: 0;
    list-style: outside none;
}
#skip-links a {
    position: absolute;
    left: 15px;
    top: -100px;
    z-index: 10000;
    height: auto;
    margin: 0 auto;
    padding: 10px 15px;
    background-color: transparent;
    color: #ffba00;
    outline: none;
    transition: top 0.2s, background-color 0.2s;
}
#skip-links a:focus, #skip-links a:hover {
    top: 0;
    background-color: #333;
}



#pictures img	{
	float: left;
	margin-right: 10px;
	-webkit-border-radius: 0px;
  	-moz-border-radius: 0px;
  	-khtml-border-radius: 0px;
  	border-radius: 0px;
	
}

#picturesright img	{
	float: right;
	padding-left: 10px;
	-webkit-border-radius: 0px;
  	-moz-border-radius: 0px;
  	-khtml-border-radius: 0px;
  	border-radius: 0px;
	
}

.panel-body  h4 {
	font-size: 18px;
	color: #666 !important;
	border-bottom: 1px solid #D5D5D5;
	
}





/* NAVIGATION BAR */

.vdacs-alert {
     padding-top: 15px;
     background: #bf0000;
     color: #fff;
     padding-bottom: 10px;
}
.vdacs-alert a {
     color: #fff;
     text-decoration: none;
}
.vdacs-alert a:hover {
     color: #fff;
     text-decoration: underline;
}

.navbar-container {
	padding-right: 5px;
	padding-left: 5px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
}

.navbar-nav > li {
  margin-left: -5px;
	margin-right: -5px;
	padding-top: 13px;
	color: #3B3B3B;
	
}

/* SOCIAL MEDIA */

.social {
	background: red
	width: fit-content;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 4px;
	border-radius: 0 0 20px 20px;
  }
  /* background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 70%, rgba(231,231,231,1) 100%);*/
  .social a {
	block-size: 40px;
	inline-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
  }

/*Tester for above */

@media (max-width: 768px) {
.navbar-container {
	padding-right: 0px;
	padding-left: 0px;
	height: 90px;
}
}


@media (max-width: 768px) {
.navbar-nav > li {
    padding-top: 0px; 
	color: #3B3B3B;
}
}


.navbar-nav > li > a {
    padding-top: 22px;
	color: #3B3B3B;
   
}
@media (max-width: 768px) {
.navbar-nav > li > a {
    padding-top: 0px; 
}
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 300px;
  height: 75;
}

@media (max-width: 768px) {
.navbar-collapse {
    padding-right: 0px;
	overflow-x: hidden;
    background-color: #D5D5D5;
	padding-bottom: 97px;
	margin-top: 17px;

}
}
@media (max-width: 768px) {
.navbar-collapse.in {
    overflow-y: visible; 
}
}

.logo {
	margin-left: 0px;
	margin-right: 0px;
	
}

@media (min-width: 768px) {
.logo {
	margin-left: 0px!important;
	margin-right: -15px!important;
	
}
}

.vdacs-title {
	font-size: 15px;
	font-weight: 500;
	/*margin-left: -15px!important;*/
	margin-right: 20px!important;
	
}



@media (max-width: 768px) {
.vdacs-title {
	display: none!important;
	
}


.navbar-brand {
	height:65px
}
.navbar-brand > img {
	max-width: 100%!important;
    height: 100%!important;
    background: url(/images/vdacslogo.png) no-repeat;
    box-sizing: border-box;
    display: block;
    -moz-box-sizing: border-box;
    padding-left: 205px;
    background-size: 100%;
	
}

}
@media (min-width: 768px) {
.navbar-container {
	width: 1170px;
}
}

@media (min-width: 1200px) {
.navbar-container {
	width: 1170px;
}
}
.xnavbar-container {
	width: 1050px;
	margin: 0 auto;
}
.navbar-brand > img {
	max-width: 50%;
	height: auto;
	
}

@media (min-width: 768px) {
.navbar-brand > img {
	max-width: 96%;
	height: auto;
	
	
}
}

.navbar-header {
  
	width: auto;
    padding-top: 8px;
	
}

.navbar-toggle {
	float:left!important;	
	margin-left:1em;
}
	
.navbar {
	margin-bottom: 0px;
	opacity: 10;
	box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 6px -2px 40px rgba(0, 0, 0, 0.5) inset;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 0px;
	xmax-height: 100px;
	z-index: 10;
}

@media (min-width: 768px) {
.navbar {
	opacity: .9;
}
}

.navbar-nav {
   /*width: 840px!important;*/
   /*MG: Fix for wider menu*/
   width:860px!important;
}
.navbar-brand {
	padding: 5px 5px;
}




.specialfont {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: 700;
}



.searchform {
	width: 100px;
	
}

.breadcrumb {
  border-radius: 0px !important;
  /*opacity: .9 !important;*/
  margin-bottom: 0px !important;
  background-color: #bcbcbc !important;
  z-index: -100 !important;
}

.breadcrumb > .active {
  color: #000;
}

.breadcrumb a { color: #000;}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #5E8032;
  content: "/\00a0";
}



.top-search{
position: absolute;
top:118px;
right: 50px;
}

#searchform #s{
color: #49494b;
font-size: 12px;
width: 160px;
height: 21px;
margin: 0px 0px 5px 0px;
padding: 2px 35px 2px 8px;
border: 0;
background: #f0efeb;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#searchform #searchsubmit{
position: absolute;
top: 0px;
right: 0px;
width: 25px;
height: 25px;
border: 0px;
background: url(../img/search-submit.png) no-repeat transparent -3px 2px;
}

.searchbox {	
	width: 128px;
	height: 60px;	
}

#pop-up-box {
     position: absolute;
     z-index: 9999;
     display: none;
}

/* SEARCH BAR STYLES */

.searchform {
	width: 350px;
	height: 80px !important;
	margin-left: 15px;
	
}

.searchtitle {
	padding-top: 0px;
	padding-left: 15px !important;
}

@media (min-width: 768px) {
.searchtitle {
	color: #3B3B3B;
	padding-top: 22px;
	padding-left: 15px!important;
	
}

.searchform {
	width: 350px;
	height: 80px !important;
	margin-left: -125px;
	
}
}

.gsc-search-button {
	  
	  height: 60px;
	  background-image:none!important;
	  padding-top: 10px;
	  padding-bottom: 10px;
	  padding-left: -2px!important;
	  
	
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0px!important;
  padding-left: 10px;
}


.gsc-control-cse {
  font-family: Arial, sans-serif;
  border-color: #FFFFFF;
  background-color: #fff!important;
  border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding-left: 9px !important;
padding-right: 9px !important;
padding-top: 5px !important;
padding-bottom: 3px !important;
}

.gsc-control-searchbox-only {
  font-family: Arial, sans-serif;
  border-color: #FFFFFF;
  background-color: #000!important;
  border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding-left: 9px !important;
padding-right: 9px !important;
padding-top: 5px !important;
padding-bottom: 3px !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
  width: 50px !important;
  height: 50px !important;
  padding: 0px 17px !important;
  min-width: 13px !important;
  margin-top: 2px !important;
  background-image:none!important;
  background-repeat: no-repeat;
  background-color: #8b8b8b;  
}

input.gsc-search-button-v2 {
  width: 50px !important;
  height: 50px !important;
  padding: 0px 17px !important;
  min-width: 13px !important;
  margin-top: 2px !important;
  background-image:none!important;
  background-repeat: no-repeat;
  background-color: #8b8b8b!important;  
}


input.gsc-input {
  font-size: 30px!important;
  background-image:../images/search3.png!important;
  
}

input.gsc-search-button-v2 {  
  padding: 16px 17px !important;
  min-width: 13px !important;
  margin-top: 5px !important;
  background-image:none!important;
  background-repeat: no-repeat;
  background-color: #dfdfdf;
  
}

table.gsc-search-box {
  /* overall height of the search box area */
  height: 80px !important;
  
}

.gsc-input-box {
  border: 0px solid #D9D9D9;
  background: #fff;
  height: 50px!important;
}

input.gsc-search-button {
 margin-left: 0px!important; 
}



input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  border-color: #666666;
  background-color: #8b8b8b;
  xbackground-image:url(../images/search3.png)!important;
  filter: none;
  height:70px;
}
  
  
  .cse input.gsc-input, input.gsc-input {
background-image:none!important;
}

.gsib_a {
 
  padding: 2px 6px 0 !important;
  
}
 










 BACKGROUND CAROUSEL 

.carousel-inner {
	margin-top: 0px !important;
}
.carousel {
	z-index: -99;
	top: 0 !important;
	position: absolute;
} /* keeps this behind all content */

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .carousel {
	z-index: -99;
} 
}
 
 @media (max-width: 768px) {
 .carousel {
	z-index: -99;
	margin-top: -236px !important;
} 
}

.carousel .item {
	position: fixed;
	opacity: 0;
	left: 0 !important;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.carousel .one {
	background: url(../images/carousel-tractor.jpg);
	background-size: cover;
	-moz-background-size: cover;
}
.carousel .two {
	background: url(../images/carousel-chickens.jpg);
	background-size: cover;
	-moz-background-size: cover;
}
.carousel .three {
	background: url(../images/carousel-soybean.jpg);
	background-size: cover;
	-moz-background-size: cover;
}
.carousel .four {
	background: url(../images/carousel-dairy-cows.jpg);
	background-size: cover;
	-moz-background-size: cover;
}
.carousel .five {
	background: url(../images/carousel-greenhouse.jpg);
	background-size: cover;
	-moz-background-size: cover;
}
.carousel .six {
	background: url(../images/carousel-cattle.jpg);
	background-size: cover;
	-moz-background-size: cover;
}
.carousel .active {
	opacity: 1 !important;
}
.carousel .left {
	opacity: 1 !important;
	-webkit-transition: opacity 0.5s !important;
	-moz-transition: opacity 0.5s !important;
	-ms-transition: opacity 0.5s !important;
	-o-transition: opacity 0.5s !important;
	transition: opacity 0.5s !important;
}


 SMALL CAROUSEL 

.carousel-inner {
    padding-right: 40px;
}


.carouselb {
  width: 100%;
  height: auto;
  float: left;
  padding-left: 35px;
  padding-top: 15px;
   
}

.smallcarousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
  z-index: 100;
}

.small-homepage-carousel {
	height: 375px;
}


@media (max-width: 768px) {
.featured-services .col-xs-8 {
width: 100%;
}
}

@media (max-width: 768px) {
.col-xs-4 {
    width: 100%;
}
}

.smallcarousel-inner {
  position: absolute;
  width: 100%;
  overflow: hidden;
}

.smallcarousel .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.smallcarousel .item > img {
  display: block;
  line-height: 1;
}

.smallcarousel .active,
.smallcarousel .next,
.smallcarousel .prev {
  display: block;
}

.smallcarousel .active {
  left: 0;
}

.smallcarousel .next,
.smallcarousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.smallcarousel .next {
  left: 100%;
}

.smallcarousel .prev {
  left: -100%;
}

.smallcarousel .next.left,
.smallcarousel .prev.right {
  left: 0;
}

.smallcarousel .active.left {
  left: -100%;
}

.smallcarousel .active.right {
  left: 100%;
}

.smallcarousel-control {
  position: absolute;
  top: 45%; /*little change here*/
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.smallcarousel-control.right {
  right: 15px;
  left: auto;
}

.smallcarousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.smallcarousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.smallcarousel-caption h4,
.smallcarousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.smallcarousel-caption h4 {
  margin: 0 0 5px;
}

.smallcarousel-caption p {
  margin-bottom: 0;
}


.smallcarousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}



.xlargespacer {
	height: 300px;
}


/* Chrome specific style */
.largespacer {
	height: 80px;    
}

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .largespacer {	height: 80px; }
}

.mediumspacer {
	height: 100px;
}

.smallspacer {
	height: 50px;
}


.box-btn {
	color: #fff;
	width: 100%;
	border-color: #000;
	display: inline-block;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #000;
	xbackground-image: url(../images/boxbackground.png);
	opacity: 0.6;
	border: 0px solid transparent;
	border-radius: 12px;
	box-shadow: 1px 1px rgba(255, 255, 255, 0.2), 6px -2px 40px rgba(0, 0, 0, 0.5) inset;
}
.box-btn-default:hover, .box-btn-default:focus, .box-btn-default.focus, .box-btn-default:active, .box-btn-default.active, .box-open > .dropdown-toggle.btn-default {
	color: #fff;
	background-color: #000;
	border-color: #000;
	opacity: .7;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}



.dropdown:hover .dropdown-menu {
	display: block;
}

.boxdropdown-menu {
  position: absolute;
  overflow: hidden;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  width: 100%;
  padding: 0px 0;
  margin-top: 2px;
  margin-bottom: 0px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 12px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.boxdropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.boxdropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.boxdropdown-menu .thickdivider {
  height: 15px;
  margin: 0px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.boxdropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #5E8032;
  background-color: #ffffff!important;
  white-space: nowrap;
}
.boxdropdown-menu > li > a:hover,
.boxdropdown-menu > li > a:focus {
  
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #5E8032!important;
}
.boxdropdown-menu > .active > a,
.boxdropdown-menu > .active > a:hover,
.boxdropdown-menu > .active > a:focus {
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #5E8032!important;
  outline: 0;
}
.boxdropdown-menu > .disabled > a,
.boxdropdown-menu > .disabled > a:hover,
.boxdropdown-menu > .disabled > a:focus {
  color: #3B3B3B;
}
.boxdropdown-menu > .disabled > a:hover,
.boxdropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.dropup .boxdropdown-menu,
.navbar-fixed-bottom .dropdown .boxdropdown-menu {
  top: auto;
  bottom: 0%;
  margin-bottom: -1px;
  margin-top: -1px;
}
@media (min-width: 768px) {
  .navbar-right .boxdropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .boxdropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.open > .boxdropdown-menu {
  display: block;
}

/* unvisited link */
.featured-services a:link {
    color: #333;
}

/* visited link */
.featured-services a:visited {
    color: #333;
}

/* mouse over link */
.featured-services a:hover {
    color: #666;
	text-decoration: none
}

.featured-services a:hover img {
    opacity: .5;
}

/* selected link */
.featured-services a:active {
    color: #666;
}




#emailUs {
	display: block;
	width: 107px;
	height: 23px;
	background: url("../images/emailUs.gif") no-repeat 0 0;
	-webkit-transition: width 2s; /* Safari */
	transition: width 2s ease-in 1s;
}
#emailUs:hover {
	background-position: 0 -23px;
}
#emailUs span {
	position: absolute;
	top: -999em;
}
.myButtonLink {
	display: block;
	width: 100px;
	height: 100px;
	background: url('../images/buttonleafhover.png') bottom;
	text-indent: -99999px;
	transition-timing-function: ease-in;
}
.myButtonLink:hover {
	background-position: 0 0;
}


/* PANEL BODY STYLES */

.leaf ul {
	list-style-type: none;
	padding-left: 20px;
	margin: 0px;
}
.leaf ul li {
	background-image: url('../images/leaf-bullet.png');
	background-repeat: no-repeat;
	background-position: 3px 10px;
	padding-left: 40px!important;
	line-height: 2em;
	font-size: 16px;
	xpadding-bottom: 20px;
}

.indent-right{
	margin-left: 40px;	
}

.align-right img{
	float: right;
}

.float-left-main{
	float: left;
	margin: 0px 10px 2px 1px;
}


/* SERVICES-FORMS PAGE */
.formleaf {
	background-image: url('../images/leaf-bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 25px;
	padding-left: 30px!important;
	line-height: 2em;
	font-size: 16px;
	xpadding-bottom: 20px;
}

h2.formleaf {

    margin-bottom: 0;
    background-position-y: 8px;    
	font-size: 18px;
    color: #666 !important;
    border-bottom: 1px solid #D5D5D5;
	margin-bottom:8px;
}

.list-group-item[aria-expanded="true"]{
     background-color: #fff!important;
}

.list-group-item:hover, .list-group-item:active, .list-group-item:focus {
	background-color: #fff !important;
}


/* unvisited link */
.panel-body a:link {
    color: #55732D;
	font-weight: 700;
}

/* visited link */
.panel-body a:visited {
    color: #55732D;
	font-weight: 700;
}

/* mouse over link */
.panel-body a:hover {
    color: #55732D;
	font-weight: 700;
	text-decoration: underline;
}

/* selected link */
.panel-body a:active {
    color: #999;
	font-weight: 700;
}

.panel-body ul li {
  line-height: 1.5em;
	margin-left: -20px;
  padding-left: 0px;	
}


.leaf-indent {
	padding-left: 21px;
	
}


/* SIDE MENU STYLES */


.side-menu {
	font-size: 14px;
}

/* selected link */
.side-menu a:link {
    display: block;
	font-weight: 700;	
  	padding: 6px 10px;
  	xmargin: 2px 0;
  	color: #5E8032;
  	border-radius: 4px;
  	xfont-size: 0.9em;
  	text-decoration: none;
	
}

/* mouse over link */
.side-menu a:hover {
    display: block;
	color: #fff;	
	font-weight: 700;
	padding: 6px 10px;
	background-color: #5E8032;
	border-radius: 4px;
	text-decoration: none;	
	
}

/* visited link */
.side-menu a:visited {
    color: #5E8032:
	xfont-weight: 700;
}

/* selected link */
.side-menu a:active {
    color: #5E8032;
	xfont-weight: 700;
}

.side-menu ul li {
    margin-left: 0px;
}


.onpage {
	display: block;
	color: #000;	
	font-weight: 700;
	padding: 6px 10px;
	background-color: #dedede;
	border-radius: 4px;
	text-decoration: none;
	
	
}

.side-menu ul {
	font-size: 12px!important;
	list-style-type: none;
	color: #5E8032;
	padding: 0px;
	margin: 0px;
	
	
}

.side-menu ul li {
	font-size: 12px!important;
	padding-left: 20px;
	color: #5E8032;
	xline-height: 2em;
	font-size: 16px;
	xpadding-bottom: 20px;
	
}

/* SIDE MENU HEADER FOR MOBILE */

.side-menu-header a {
	font-size: 18px;
	color: #666 !important;	
	padding-top: 15px;
	text-decoration: none;
}
/* TABLE STYLES */

.tablesubtitle {
background-color: #b1c596;
font-weight:bold;
text-transform: uppercase;

}

.tablesubsubtitle {
background-color: #e3ead9;
font-weight:bold;
text-transform: uppercase;
}


/* FOOTER STYLES */


.footer-container {
	xbackground-color: #1c311d;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #ffffff;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

.copyright {
	font-size: 10;
}

/* unvisited link */
.footer-container a:link {
    font-weight: 700;
	color: #f5f5f5;
}

/* visited link */
.footer-container a:visited {
    font-weight: 700;
	color: #fff;
	
}

/* mouse over link */
.footer-container a:hover {
    font-weight: 700;
	color: #fff;
}

/* selected link */
.footer-container a:active {
    font-weight: 700;
	color: #fff;
}

@media (min-width: 768px) {
.footer-container {
	width: 750px;
}
}

@media (min-width: 992px) {
.footer-container {
	width: 970px;
}
}

@media (min-width: 1200px) {
.footer-container {
	width: 1170px;
}
}
@media (min-width: 768px) {
.navbar-container {
	width: 945px;
/*	width: 700px; */
	
}



}

@media (min-width: 992px) {
.navbar-container {
	width: 940px;
}
}

@media (min-width: 1200px) {
.navbar-container {
	width: 1170px;
}
}

@media print {
  .navbar-nav {
    display: none !important;
  }
}