/* CSS Document */
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #0E0E0E;
}
.amp-navbar{
	border:none ;
	border-radius:0 ; 
	background:rgba(255,255,255,1);
	height:100px;
	
	
	
}

.amp-navbar-scrolled{
	border:none ;
	border-radius:0 ; 
	background:rgba(255,255,255,1.00);
	height:50px;	
	border-radius:0 0 5px 50px ;
	 
	border:#e2e2e2 thin solid;
	border-top:none;
	border-right:none;
}

.amp-navbar-scrolled img{
display:none;	
}
.navbar-contact {
color:#EFEE3D; 
font-size:24px ; 
	
	
}
@media screen and (max-width: 940px) {
	.amp-nav-main li:nth-child(7),.amp-nav-main li:nth-child(8) a span {
		display:none;
	}
 
	.amp-nav-main li:nth-child(8) a:after {
  content: ' Gallary ';
}
}
@media screen and (max-width: 768px) {
.amp-navbar{	
background:rgba(255,255,255,1.00);	
height:100px;
}
	.amp-nav-main li:nth-child(7),.amp-nav-main li:nth-child(8) a span {
		display:block;
	}
	.amp-nav-main li:nth-child(8) a:after {
  content: none ;
}

.amp-navbar-scrolled{
	border:none ;
	border-radius:0 ; 
	background:rgba(255,255,255,1.00);
	height:50px;	
	
}

.amp-navbar-scrolled img{
display:none;	
}
 
 

.navbar-collapse{ background:#FFFFFF } 
}

.amp-nav-main{
padding-top:50px; 
 
}

.amp-navbar-scrolled .amp-nav-main{ 
padding-top:20px;
}
.amp-navbar-scrolled .logo { 
display:none;
}



.amp-nav-main li a{
color:#609706  !important ; 	
transition: 0.3s linear;
font-size:12px; 
margin:2px;
padding:2px;
padding-left:8px;
padding-right:8px;
text-transform:uppercase;
font-weight:bold;

 
}

.amp-nav-main>li>a:hover{
color:#2E2E09 !important ; 
text-shadow:none;
transition: 0.3s ease;
border-color:#609706 ;
 
}

.amp-nav-main>.active>a{
 
color:#609706 !important ;	
border-bottom:#609706 thin solid;
 text-shadow:none;
  
 background:rgba(0,0,0,0.00) !important; 
 
}

 #nav-tour-menu{
	 background:#FFFFFF;
	display:none ; 
	position:fixed;
	left:0;
	right:0;
	
	padding:10px;
	height:100%;
	z-index:9999;
 -webkit-animation: fadeOut 1s;
    animation: fadeOut  1s; 
 }
 #nav-tour-menu img{
	width:100%;
	
 }
 #nav-tour-menu .col-sm-2{
	 width:20%;
	padding:5px;
	position:relative;
 }
 
 #nav-tour-menu-btn:hover  #nav-tour-menu{
	
  
   display:block ; 
 -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;  

 }
 #nav-tour-menu-btn:hover  #nav-tour-menu img {
 -webkit-animation: tourSlid 1s;
    animation: tourSlid 1s;  
	   
   }
   
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@-webkit-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}  
@keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
@-webkit-keyframes tourSlid {
    from { -webkit-transform: scale(0)   ; }
      to { -webkit-transform: scale(1) ; }
}  
@keyframes tourSlid {
    from { transform:  scale(0)  ; }
      to { transform:  scale(1)  ; }
}

.nav-tour-menu-caption{
position:absolute;
bottom:0;
padding:4px;
margin:10px;
width:90%; 
background:#87B107;
color:rgba(247,247,247,1.00);
border-radius:0  50px 50px 0;
font-size:14px;
font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	
	
}


@media screen and (max-width: 768px) {
 
 #nav-tour-menu-btn:hover  #nav-tour-menu{
  display:none ; 
 }
}

.nav-btn-spcial{

 text-shadow:1px 1px 1px 1px #E3CDCD;
  border-color:#F9F9F9 ;
  border-radius:5px;
 background:rgba(166,5,15,1.00); 	
 color:#1A1A1A !important ;	
	
}
