/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	background: #fff;
	/*background: #222222;*/
}
.grad {
	width: 100%;
	max-height: 10000px; 	
 	background: linear-gradient(to bottom, #003B6f, #222222);
}
.container{
	background-color: #fff;
}
#nav{
  margin-top: 33px;
}
a.mega.first.haschild.active{
  box-shadow: none !important;
}
a.mega.first.haschild{
  box-shadow: none !important;
}
.vina-list-slider-content{
  background: white;
}
.pannels {
	position: relative;
	display: block;
	padding-left: 15px;
	padding-top: 15px;
	
}
.feature {
	position: relative;
	display: block;
	padding-top: 15px;
}
.lower {
	position: relative;
	display: block;
	margin: 15px;

}
.paper {
	padding-left: 20px;
  	text-indent: -20px;
}

.btn-wt {
  background-color: #f3f3f0; 
  border: solid 1px;
}
.mega {
  padding-left: 4px !important;
  padding-right: 4px !important;
  }

@media only screen and (max-width: 1200px) {
#nav {
  margin-top: 40px;
}
}

@media only screen and (max-width: 1200px) and (min-width: 993px) {
  .mega {
  padding-left: 2px !important;
  padding-right: 2px !important;
  }
}

@media only screen and (max-width: 992px) {
#nav {
  margin-top: 45px;
}
.mega {
  padding-left: 1px !important;
  padding-right: 1px !important;
  }
}

@media only screen and (max-width: 768px) {
#nav {
  margin-top: 45px;
}
label.menubar {
    background: black;
  }
label.menubar span{
    color: #555555; 
  }
.jssort11 .vina-list-navigator {
    display: none !important;
  }
  .lower {
    padding-top: 220px;
  }
}
