#nav.affix {
    position: ;
    top: 0;
    width: 100%
	
}
.blockquote-reverse{
text-align:right;
font-family:georgia;
}
h1{
font-family:georgia;	
}
h2{
font-family:georgia;	
}
h3{
font-family:georgia;	
}
h4{
font-family:georgia;	
}
body{
position:relative;
	z-index:0;
	font-family:georgia;
	
}


img{
	display:block;
	max-width:100%;
	height:auto;
	margin: auto;
}
.navbar-brand{
	font-family:georgia;
}

.row{
display:block;	
	
}

.break{
font-family:georgia;
border:0px solid white;
background-color:none;
text-align:center;
://z-index:1;
}


.transbox4{
font-size:37px;
padding-top:10%;
padding-bottom:10%;
text-align:right;
padding-right:15%;
font-weight:bold;
}


.container-fluid{
max-width:960px;

}

.precontainer{
background-color:#7A7766;
padding-top:50px;

}
.container{
font-family:georgia;
z-index:1;
max-width:960px;
background-color:none;
border-color:grey;
padding: 30px;
background-color:white;
-webkit-box-shadow: 0px 0px 67px -9px rgba(46,155,218,0.7);
-moz-box-shadow: 0px 0px 67px -9px rgba(46,155,218,0.7);
box-shadow: 0px 0px 80px -9px rgba(46,155,218,0.7);
margin-bottom:25px;
margin-top:25px;
border-radius:15px;

}
.containertrans{
z-index:1;
margin-bottom:25px;
margin-top:25px;
max-width:960px;
background-color:none;
border-color:grey;
padding:20px;
border-radius:5px;
background-color:red;
opacity: 0.8;
filter: alpha(opacity=60);
color:white;
text-align:center;
}

#nav{
	font-family:georgia;
background-color:white;
border-radius:0px;
border-color:black;
border-left:none;
border-right:none;
margin:0px;
z-index:9999;}  



#nav a
{
color:black;

}
#nav a:hover{
	color:grey;
}

#nav .navbar-toggle {
    border-color: black;
	
	
}




/* Set a width to the outermost UL and center it */

.footer{
font-family:georgia;
text-align:center;
background-color:#212121;
padding:10px;
margin-left:-35px;
}
.footer a{
display:inline-block;
background:#7d8691;
color:#212121;
padding:10px;
width:100px;
list-style: none;
margin:10px;
border:1px solid #7d8691;
border-radius:3px;
}
.footer ul a{
text-decoration:none;
}


----galary----

.view-first img {
width:100%;
height:auto;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(46,155,218, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view {
   width: 100%;
   height: 100%;
   margin: 0px;
  float:left;
 margin-right:20px;
 margin-bottom:20px;
  
   border: 1px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
	width:100%;
	height:auto;
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
