.v-header{
	left: 80px;
  top: 2px;
	position: fixed;
/*	background:rgba(249, 248, 248, 0.93) !important;*/
	background: inherit; 
   color: #da2d2d;
   width: 100%;
	height: 60px;
	z-index: 1001;
	letter-spacing: 0.5px;
 
}
.v-header > a{
	text-decoration: none;
}
h2{
  margin:0px;
}
.v-content{
	width: 100%;
	height: auto;
	margin: 13px;
  margin-left: 0px;
	top: 110%;
	position: absolute;
	z-index: 1000;
	
	background: rgba(249, 248, 248, 0.93) !important;
 /* background:rgba(228, 228, 228, 0.93) !important;*/
	padding: 2%;
  font-family: 'Belmar', sans-serif;
  //font-family: 'Bree Serif', serif;
  //font-family: 'Lobster Two', cursive;
  //font-family: 'Abel', sans-serif;
 // font-family: 'Open Sans', sans-serif;
// font-family: 'Oswald', sans-serif;
//font-family: 'PT Sans Narrow', sans-serif;

}
.about-details{
  width: 75%;
  color:#500000;
  padding: 20px;
  margin-top: 6px;
  margin: auto;
  border: 2px solid rgb(218, 45, 45);
  
}
.v-footerdiv{
	width: 100%;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	/*background: #AAA;*/
  font-family: none;
}

.border-div{
	height: 300px;
	width: 300px;
	border: 3px #AAA solid;
	margin: 10px;
	float: left;
}

/*zooming effect*/

/* generic css */
.view {
  margin: 10px;
  float: left;
  border: 10px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default;
  background: #fff url(../images/bgimg.jpg) no-repeat center center
}
.view .mask,
.view .content {
  width: 250px;
  height: 250px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0
}
.view img {
height: 250px;
width: 250px;
  display: block;
  position: relative
}
.view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  font-family: Raleway, serif;
  padding: 10px;
  /*background: rgba(0, 0, 0, 0.8);*/
  margin: 20px 0 0 0
}
.view p {
  font-family: Merriweather, serif;
  font-style: italic;
  font-size: 14px;
  position: relative;
  color: #fff;
  padding: 0px 20px 0px;
  text-align: center
}
.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  font-family: Raleway, serif;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000
}
.view a.info:hover {
  box-shadow: 0 0 5px #000
}
/*Effect*/
.view-tenth img {
  transform: scaleY(1);
  transition: all .7s ease-in-out;
}

.view-tenth .mask {
  background-color: rgba(255, 231, 179, 0.3);
  transition: all 0.5s linear;
  opacity: 0;
}

.view-tenth h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  margin: 20px 40px 0px 40px;
  transform: scale(0);
  color: #333;
  transition: all 0.5s linear;
  opacity: 0;
}

.view-tenth p {
  color: #333;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
  padding-
}

.view-tenth a.info {
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
}

.view-tenth:hover img {
  -webkit-transform: scale(10);
  transform: scale(10);
  opacity: 0;
}

.view-tenth:hover .mask {
  opacity: 1;
}

.view-tenth:hover h2,
.view-tenth:hover p,
.view-tenth:hover a.info {
  transform: scale(1);
  opacity: 1;
}


@media only screen and (max-device-width: 480px) {

.v-header{
  left: 80px;
 margin-top: 2.5em;
  position: fixed;
/*  background:rgba(249, 248, 248, 0.93) !important;*/
  background: inherit; 
   color: #da2d2d;
    width: 100%;
  height: 60px;
  z-index: 1001;
  letter-spacing: 0.5px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}


}

/*
http://www.w3schools.com/jquery/tryit.asp?filename=tryjquery_eff_animate_smoothscroll
  */