/* CSS Document for Vashon-specific stuff */

.top-bar {
	font-family: "open sans", "HelveticaNeue", "Helvetica Neue", "Helvetica-Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 23.1px;	
	height: 31px;
	background-color: #399CD1;
	color: #fff;
	width: 100%;
  	margin: 0 !important;
	padding-right: 45px;

}


#social ul, #social-footer ul
{
    margin: 0;
    padding: 0;
}

.top-bar ul li, .footer2 ul li
{
	list-style-type: none;
	display: inline;
	height: 31px;
	width: 50px;
	padding-top: 3px;
}

.top-bar li a { 
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

.top-bar li a {
    float: left;
    width: 30px;
    line-height: 30px;
    display: block;
    margin: 0px;
    outline: none;
    padding: 0;
    min-height: 30px;
    height: 100%;
    overflow: visible;
    z-index: 2;
    position: relative;
    text-align: center;
	color: #fff;
}
.footer2 li a {
	float: right;
	width: 30px;
	line-height: 30px;
	display: block;
	margin: 0px;
	outline: none;
	padding: 0;
	min-height: 30px;
	height: 100%;
	overflow: visible;
	z-index: 2;
	position: relative;
	text-align: center;	
	border-radius: 300px;
}
/*.top-bar li a:hover {
	background-color: #fff;	
	color: #399CD1;
}
*/
li.instagram  a:hover {
	background-color: #A67658;	
	padding-top: 2px;
}
li.facebook  a:hover {
	background-color: #37589B;	
	padding-top: 2px;
}
li.youtube  a:hover {
	background-color: #A72B1D;	
	padding-top: 2px;
}
/* Remove border from last tab */
.last-child li a {
  border: none !important;
}


body {
	background-color: #F5F5F5;	
}
.header-wrap {
	background-color: #fff;	
/*	width: 100%;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
/*	margin: 0;
	padding: 0;*/
}
header {
}
.navbar-default {
	padding: 0;
}

a.vca-button  {
	background-color: #399cd1 !important;
	color: #ffffff !important;
	border: 3px solid #fff !important;
	padding-top: 8px !important;
	margin-top: 38px !important;
}
@media (min-width:992px){
	margin-top: 38px !important;
}
a.vca-button:hover  {
	background-color: #fff !important;
	color: #399cd1 !important;
	border: 3px solid #399cd1 !important;
}
.container-fluid {
	margin: 0 !important;	
	padding: 0 !important;	
}
