/** Avenir font store locally on the server **/
@font-face{font-family:'AvenirLTStd-Light';src:url('../fonts/AvenirLTStd-Light.eot');src:url('../fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),url('../fonts/AvenirLTStd-Light.woff') format('woff'),url('../fonts/AvenirLTStd-Light.ttf') format('truetype')}

/** light-box watermark removal **/
#html5-watermark {
	display: none !important;
}

a, a:link {
	color: black;
}
a:hover {
	color: #93f;
}

.navbar-default {
	top: 75px;
  	background-color: #fff;
  	border-color: #eee;
	border-bottom: 0px;
  	border-top: 1px solid #eee;
  	padding-bottom: 20px;
  	font-family: AvenirLTStd-Light;
}
.navbar-brand img {
	margin-top: -95px;
}
.navbar-nav li {
/*	text-transform: uppercase; */
}

@media (min-width: 768px){
	.navbar-nav>li>a {
	    padding: 5px 15px;
	    color: #000;
	    font-size: 13px;
	}
	.navbar-default .navbar-nav>li>a:hover {
	  	color: #93f;
	}
}

/** remove border from thumbnail **/
.thumbnail {
	border: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

.col-md-3 {
	padding: 10px;
}

.thumbnail>img {
  width: 100%;
}

.grid p {
	font-style: italic;
	padding-bottom: 10px;
	font-family: AvenirLTStd-Light;
	color:#888;
}

.grid h4 {
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 5px;
/*  text-transform: uppercase;*/
  font-family: AvenirLTStd-Light;
  font-weight: bold;
}

.grid {
  font-size: 11px;
}

@media (min-width: 512px){
	#maincontainer {
		padding-top: 55px;
		padding-bottom: 70px;
	}
}

footer {
	font-family: AvenirLTStd-Light;
	font-size: 12px;
	border-top: 1px solid #eee;
  	margin-top: 30px;
  	padding-top: 10px;
  	padding-bottom: 30px;
}

/** for small screen, footer left and right will show in a separated row **/
@media (max-width: 512px){ 
	footer .left, footer .right {
		padding-top: 20px; 
		padding-bottom: 10px;
		border-bottom: 1px solid #eee;
	}
}
@media (min-width: 512px){
	footer .footerbox {
		line-height: 1.2em;
		display: inline;
	}
	footer .left {
		float: left;
	}
	footer .right {
		float: right;
		text-align: right;
	}
	/* Sticky footer styles
	-------------------------------------------------- */
	html {
	  position: relative;
	  min-height: 100%;
	}
	body {
	  /* Margin bottom by footer height */
	  margin-bottom: 60px;
	}
	.footer {
	  position: absolute;
	  bottom: 0;
	  width: 100%;
	  background-color: #fff;
	}
}


/** standard page **/
.social div {
  float: left;
  padding-right: 5px;
}

.theimage {
	margin: 0;
	width: 100%;
	float: left;
}

.thetext {
	font-family: AvenirLTStd-Light;
	float: right;
	width: 100%;
}

@media only screen and (min-width: 512px) {
	.theimage {
		width: 48%;
	}
	.thetext {
		width: 48%;
	}
}

.nonsquish {
  width: 100%;
}
.contacts {
/*  text-transform: uppercase; */
  color: #ccc;
}

.black {
  color: #000;
}