body {
  padding-top: 50px;
}
#body1::after {
	content: "";
	background: url(/images/backgrounds/concert1.jpg);
	opacity: 0.6;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;  
	background-size: auto;
	background-repeat: no-repeat;
	padding-top: 40px;  
}	

/* link */
a:link {
    color: #C80665;
}

/* visited link */
a:visited {
    color: #C80665;
}

/* mouse over link */
a:hover {
    color: green;
}

/* selected link */
a:active {
    color: #C80665;
}
 
.navbar-brand {
  height: 100px ;
}

.nav >li >a {
  padding-top: 40px;
  padding-bottom: 40px;
}
.navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}


.navbar-inverse {
	background: #333;
}

a .nav-brand .em-text{
	width: 150px;
}

.em-text {
	color: #c80665 !important;
}

.em-textgreen {
	color: green !important;
}

.err-text {
	color: #c80665 !important;
	font-size: 14px;
}

.col-md-4 {
	margin-bottom: 20px;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

section {
	padding: 20px 0 20px 0;
}

section#inline-form{
	padding: 0 0 20px 0;
	text-align: center;
}

section#inline-form button {
	background-color: #c80665;
	color: #fff;
}

section#inline-form button:hover {
	color: black;
	background-color: #fff;
}

section#index-map a:link {
	color: #c80665;

}

section#index-map a:hover {
	color: green;

}

section#index-map a:visited {
	color: #c80665;

}

section#index-map a:active {
	color: #c80665;

}

#bar_blank {
  border: solid 1px #000;
  height: 20px;
  width: 300px;
}

#bar_color {
  background-color: #006666;
  height: 20px;
  width: 0px;
}

#bar_blank, #hidden_iframe {
  display: none;
}



#whygoldnew a:link {

	color: black;	
	background: #FFDF00;

}

#whygoldnew a:hover {
	
	background: #D3D3D3;
	border: 1px solid #FFDF00;
}

#whygoldnew a:visited {
	
	color: black;
	background: #FFDF00;

}

#whygoldnew a:active {
	
	color: black;
	background: #FFDF00;

}

#whydiamond a:link {

	color: black;	
	background: #00BFFF;

}

#whydiamond a:hover {
	
	background: #D3D3D3;
	border: 1px solid #00BFFF;
}

#whydiamond a:visited {
	
	color: black;
	background: #00BFFF;

}

#whydiamond a:active {
	background: #00BFFF;

}

#ui-datepicker-div {
	
	z-index:1100 !important;
	
}

.ContentHeader
{
    background-image:url('/payzone/Images/YellowTiny.jpg');
    height:20px;
    line-height:20px;
    background-repeat:no-repeat;
    background-position:bottom left;
    font-size:18px;
    clear:right;
    padding-left:20px;
    padding-top:0px;
    color:#1f4188;        
    margin-bottom:15px;
}

section#title-bar{
	background:#c80665;
	color: #fff;
	height: 80px;
	padding: 0;
	margin-top: 50px;
}

section#title-bar2{
	background:#c80665;
	color: #fff;
	height: auto;
	padding-bottom: 40px;
	margin-top: 75px;
}

section#title-bar3{
	background:#c80665;
	color: #fff;
	height: 80px;
	padding: 0;
	margin-top: 30px;
}

.diarybutton {

	float:right; width:10%; height:auto;
} 

.diarytextred {
	
	color:#8B0000;
	
}

.jumbotron {
/*	background: url(../img/map.png) no-repeat top center;*/
	height: 500px;
	overflow: hidden;
}

.profile-map {
/*	background: url(../img/map.png) no-repeat center center;*/
	padding-top: 20px;
	height: 300px;
	overflow: hidden;
	width: 100% !important;
}

img.demo {
	width: 100%;
	padding: 3px;
	border: 1px solid #ccc;
}

section#middle a:hover {
	background-color: #c80665;
	color: #fff;
}

section#feature {
	background: #c80665;
	color: #fff;
	padding:40px;
	overflow: auto;
}

section#feature ul li {
	font-size: 22px;
	list-style: none;
	line-height: 2.0em;
}

section#feature ul {
	padding: 0;
	margin: 0;
}


section#title-bar h1 {
	margin-bottom: 20px
}

section#title-bar1 h1 {
		font-size: 20px;
}

.venuetextarea {
    width:98%;
    margin:0px;
    padding-left:1%;
    padding-right:1%;
    font: bold 12px/14px Arial;
}

.totalfixed {
	position: fixed;
	bottom: 0;
	width: 100%;
}

@import url(http://fonts.googleapis.com/css?family=Arial);

/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: 'Arial', sans-serif;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: 'Arial', sans-serif;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #c80665;
  padding: 17px 0px;
  font-family: 'Arial', sans-serif;
  font-size: 20px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #864870;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}

footer {
	background: #333;
	color: #fff;
	padding: 30px 0 20px 0;
	border-top: 4px solid #c80665;
}

footer ul {
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;

}

footer li {
	float: left;
	padding: 0 10px 0 10px;
	list-style: none;
}

footer a {
	color: #fff !important;
}


/* White zero height not bold for getting rid of unwanted error messages*/
.textzlbx {
    color: #ffffff;
    font-size:0px;
    line-height:0px;
    font-weight: normal;
}

section#contact {
	margin-bottom: 0;
	padding-bottom: 0;
}

section#contact a {
	text-decoration: underline;
	color: #000;
}

section#contact p {
	font-size: 18px;
	line-height: 1.8;
}

section#contact-form {
	margin-top: 0;
}

section#contact-form label {
	font-size: 18px;
}

section#inline-form input {
    border: #c80665 2px solid;
	
}

section#about p {
	font-size: 18px;
}

#btnall {
	border: 2px solid #c80665;
}

.marquee3{
    width: 100%;
    height:200px;
    margin: 0 auto;
    overflow: hidden;
}

.marquee3 span {
    display: inline-block;
    padding-left: 0%;  
    animation: marquee3 64s linear infinite; /*length of time to get across block */
    -webkit-animation: marquee3 64s linear infinite; /*length of time to get across block */
}

.marquee3 span:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

/* Make it move */
@keyframes marquee3 {
    0%   { transform: translate(0, 0%); }
    12.5% { transform: translate(0, 0%); }
    12.6% { transform: translate(0, -12.5%); }
    25% { transform: translate(0, -12.5%); }
    25.1% { transform: translate(0, -25%); }
    37.5% { transform: translate(0, -25%); }
    37.6% { transform: translate(0, -37.5%); }
    50% { transform: translate(0, -37.5%); }
    50.1% { transform: translate(0, -50%); }
    62.5% { transform: translate(0, -50%); }
    62.6% { transform: translate(0, -62.5%); }
    75% { transform: translate(0, -62.5%); }
    75.1% { transform: translate(0, -75%); }
    87.5% { transform: translate(0, -75%); }
    87.6% { transform: translate(0, -87.5%); }
    100% { transform: translate(0, -87.5%); }

}

/* Make it move */
@-webkit-keyframes marquee3 {
    0%   { -webkit-transform: translate(0, 0%); }
    12.5% { -webkit-transform: translate(0, 0%); }
    12.6% { -webkit-transform: translate(0, -12.5%); }
    25% { -webkit-transform: translate(0, -12.5%); }
    25.1% { -webkit-transform: translate(0, -25%); }
    37.5% { -webkit-transform: translate(0, -25%); }
    37.6% { -webkit-transform: translate(0, -37.5%); }
    50% { -webkit-transform: translate(0, -37.5%); }
    50.1% { -webkit-transform: translate(0, -50%); }
    62.5% { -webkit-transform: translate(0, -50%); }
    62.6% { -webkit-transform: translate(0, -62.5%); }
    75% { -webkit-transform: translate(0, -62.5%); }
    75.1% { -webkit-transform: translate(0, -75%); }
    87.5% { -webkit-transform: translate(0, -75%); }
    87.6% { -webkit-transform: translate(0, -87.5%); }
    100% { -webkit-transform: translate(0, -87.5%); }

}

/* Make it move */
@-moz-keyframes marquee3 {
    0%   { -webkit-transform: translate(0, 0%); }
    12.5% { -webkit-transform: translate(0, 0%); }
    12.6% { -webkit-transform: translate(0, -12.5%); }
    25% { -webkit-transform: translate(0, -12.5%); }
    25.1% { -webkit-transform: translate(0, -25%); }
    37.5% { -webkit-transform: translate(0, -25%); }
    37.6% { -webkit-transform: translate(0, -37.5%); }
    50% { -webkit-transform: translate(0, -37.5%); }
    50.1% { -webkit-transform: translate(0, -50%); }
    62.5% { -webkit-transform: translate(0, -50%); }
    62.6% { -webkit-transform: translate(0, -62.5%); }
    75% { -webkit-transform: translate(0, -62.5%); }
    75.1% { -webkit-transform: translate(0, -75%); }
    87.5% { -webkit-transform: translate(0, -75%); }
    87.6% { -webkit-transform: translate(0, -87.5%); }
    100% { -webkit-transform: translate(0, -87.5%); }

}


/* MEDIA QUERIES */

@media (min-width: 1201px) and (orientation:landscape) {
	
	p {
		font-size: 18px;
	}
	
	section#inline-form{
		padding-top: 20px;
		display: block;
	}
	
	section#title-bar h1 {
		font-size: 30px;
	}
	
	section#title-bar1 h1 {
		font-size: 30px;
	}
	
	.tabstart  {
		display: none;
	}
	
	.mobstart {
		display: none;
	}
	
	.landstart {
		display: block;
	}
	
	.jumbotron {
		height: 500px;

	}
	
	.searchbutton {
		
		display: none;
		visibility: hidden;		
	}
	
	.fixed {
		position: fixed;
		bottom: 0;
		width: 100%;

	}
	
	.fixed1 {
		position: fixed;
		bottom: 0;
		width: 100%;
		font-size: 14px;
	}
/*
	.mobsearch{
		background:#c80665;
		color: #fff;
		height: 80px;
		padding: 0;
		padding-top: 20px;
	}
*/

	.tableonoff{
		display: table-cell;

	}

	section#intro{
		margin-bottom: 0;
		padding-bottom: 0;
		font-size: 18px;
		line-height: 1.8;
	}

	footer p {
		float: right;
		font-size: 14px;
	}	
	
	
/* Diary Links */

	.dlinkgig  a:link { 

		color:#000000; 
		font-size:10px;
		line-height:13px;
	}

	.dlinkgig a:visited { 

		color:#000000; 
		font-size:10px;
		line-height:13px;
	}

	.dlinkgig  a:hover { 

		color:#C80665; 
		font-size:10px;
		line-height:13px;

	}

	.dlinkgig  a:active { 

		color:#000000; 
		font-size:10px;
		line-height:13px;

	}


	.dlinkavail a:link {
		color:#8B0000;
		font-size:10px;
		line-height:13px;
	}


	.dlinkavail a:visited {
		color:#8B0000;
		font-size:10px;
		line-height:13px;
	}


	.dlinkavail a:hover {
		color:#C80665;
		font-size:10px;
		line-height:13px;
	}


	.dlinkavail a:active {
		color:#8B0000;
		font-size:10px;
		line-height:13px;
	}	
	

}

@media (min-width: 991px) and (max-width: 1200px) and (orientation:landscape){
	
	p {
		font-size: 18px;
	}
	
	section#inline-form{
		padding-top: 20px;
		display: block;
	}
	
	section#title-bar h1 {
		font-size: 30px;
	}
	
	section#title-bar1 h1 {
		font-size: 30px;
	}
	
	.tabstart  {
		display: none;
	}
	
	.mobstart {
		display: none;
	}
	
	.landstart {
		display: block;
	}	
	
	.jumbotron {
		height: 500px;
	}
	
	.searchbutton {
		
		display: none;
		visibility: hidden;		
	}
	
	.fixed {
		position: fixed;
		bottom: 0;
		width: 100%;

	}
	
	.fixed1 {
		position: fixed;
		bottom: 0;
		width: 100%;
		font-size: 14px;
	}

	.mobsearch {

		z-index:1;
		width: 100%;
		left: 0%;

	}
	
	.tableonoff{
		display: table-cell;

	}
	
	section#intro{
		margin-bottom: 0;
		padding-bottom: 0;
		font-size: 18px;
		line-height: 1.8;
	}
	
	footer p {
		float: right;
		font-size: 14px;
	}
	
/* Diary Links */

	.dlinkgig  a:link { 

		color:#000000; 
		font-size:10px;
		line-height:13px;
	}

	.dlinkgig a:visited { 

		color:#000000; 
		font-size:10px;
		line-height:13px;
	}

	.dlinkgig  a:hover { 

		color:#C80665; 
		font-size:10px;
		line-height:13px;

	}

	.dlinkgig  a:active { 

		color:#000000; 
		font-size:10px;
		line-height:13px;

	}


	.dlinkavail a:link {
		color:#8B0000;
		font-size:10px;
		line-height:13px;
	}


	.dlinkavail a:visited {
		color:#8B0000;
		font-size:10px;
		line-height:13px;
	}


	.dlinkavail a:hover {
		color:#C80665;
		font-size:10px;
		line-height:13px;
	}


	.dlinkavail a:active {
		color:#8B0000;
		font-size:10px;
		line-height:13px;
	}	


}

@media(min-width: 769px) and (max-width: 990px) and (orientation:landscape) {
	
	p {
		font-size: 18px;
	}
	section#title-bar h1 {
		font-size: 30px;
	}
	
	section#title-bar1 h1 {
		font-size: 30px;
	}

	section#inline-form{
		padding-top: 20px;
		display: block;
	}
	
	.tabstart  {
		display: none;
	}
	
	.mobstart {
		display: none;
	}
	
	.landstart {
		display: block;
	}
	
	.jumbotron img.app-btn{
		width:30%;
	}

	.jumbotron{
		height:400px!important;
		background-size: 100% 100%;
	}

	.jumbotron h1{
		margin-top:10px;
	}

	.searchbutton {
		
		display: none;
		visibility: hidden;		
	}
	.fixed {
		position: fixed;
		bottom: 0;
		width: 100%;

	}
	
	.fixed1 {
		position: fixed;
		bottom: 0;
		width: 100%;
		font-size: 14px;
	}
	.mobsearch {

		z-index:1;
		width: 100%;
		left: 0%;

	}
	.tableonoff{
		display: table-cell;

	}
	
	section#intro{
		margin-bottom: 0;
		padding-bottom: 0;
		font-size: 18px;
		line-height: 1.8;
	}
	
	footer p {
		float: right;
		font-size: 14px;
	}
	
/* Diary Links */

	.dlinkgig  a:link { 

		color:#000000; 
		font-size:10px;
		line-height:13px;
	}

	.dlinkgig a:visited { 

		color:#000000; 
		font-size:10px;
		line-height:13px;
	}

	.dlinkgig  a:hover { 

		color:#C80665; 
		font-size:10px;
		line-height:13px;

	}

	.dlinkgig  a:active { 

		color:#000000; 
		font-size:10px;
		line-height:13px;

	}


	.dlinkavail a:link {
		color:#8B0000;
		font-size:10px;
		line-height:13px;
	}


	.dlinkavail a:visited {
		color:#8B0000;
		font-size:10px;
		line-height:13px;
	}


	.dlinkavail a:hover {
		color:#C80665;
		font-size:10px;
		line-height:13px;
	}


	.dlinkavail a:active {
		color:#8B0000;
		font-size:10px;
		line-height:13px;
	}	


}

@media (max-width: 768px) and (orientation:landscape){
	
	p {
		font-size: 18px;
	}

	section#title-bar h1 {
		font-size: 22px;
	}
	
	section#title-bar1 h1 {
		font-size: 22px;
	}

	section#inline-form{
		padding-top: 20px;
		display: none;
	}
	
	.tabstart  {
		display: none;
	}
	
	.mobstart {
		display: none;
	}
	
	.landstart {
		display: block;
	}

	.jumbotron{
		height:350px!important;
		background-size: 100% 100%;
	}

	.jumbotron h1{
		margin-top:10px;
	}

	section#middle a {
		color: #fff!important;
		background-color: #c80665!important;
		border-color: #ccc;
	}
	
	.searchbutton {
		
		display: inline-block;
		float: right;
		padding-right: 10px;
		padding-top:25px;
	}
	
	.nav li a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.fixed {
		position: fixed;
		bottom: 0;
		width: 100%;
	}
	
	.fixed1 {

		width: 100%;
		font-size: 11px;
	}

	.mobsearch {
		background-color: #ffffff;
		padding-top:20px !important;
		z-index: 400;
		display: none;
		position: fixed;
		bottom: 0px;
		top: 0%;
		/*changedz*/
		width: 100%;
		left: 0%;
		
	}
	
	.tableonoff{
		display: table-cell;

	}
	

	section#intro{
		margin-bottom: 0;
		padding-bottom: 0;
		font-size: 14px;
		line-height: 1.3;
	}
	
	footer p {
		float: right;
		font-size: 14px;
	}
	
/* Diary Links */

	.dlinkgig  a:link { 

		color:#000000; 
		font-size:11px;
		line-height:25px;
	}

	.dlinkgig a:visited { 

		color:#000000; 
		font-size:11px;
		line-height:25px;
	}

	.dlinkgig  a:hover { 

		color:#C80665; 
		font-size:11px;
		line-height:25px;

	}

	.dlinkgig  a:active { 

		color:#000000; 
		font-size:11px;
		line-height:25px;

	}

	.dlinkavail a:link {
		color:#8B0000;
		font-size:11px;
		line-height:25px;
	}


	.dlinkavail a:visited {
		color:#8B0000;
		font-size:11px;
		line-height:25px;
	}


	.dlinkavail a:hover {
		color:#C80665;
		font-size:11px;
		line-height:25px;
	}


	.dlinkavail a:active {
		color:#8B0000;
		font-size:11px;
		line-height:25px;
	}	
	


}

@media (min-width: 601px) and (orientation:portrait){
	
	p {
		font-size: 18px;
	}

	section#title-bar h1 {
		font-size: 22px;
	}
	
	section#title-bar1 h1 {
		font-size: 22px;
	}

	section#inline-form {
		padding-top: 20px;
		display: none;
	}
	
	section#middle a {
		color: #fff!important;
		background-color: #c80665!important;
		border-color: #ccc;
	}
	
	.tabstart  {
		display: block;
	}
	
	.mobstart {
		display: none;
	}
	
	.landstart {
		display: none;
	}

	.jumbotron{
		height:450px!important;
		background-image: none;
		background-color: #1b222a; 
		text-align: center;
		margin-top:0px;
	}
	
	.searchbutton {
		
		display: inline-block;
		float: right;
		padding-right: 10px;
		padding-top:25px;
	}

	section#feature ul li {
		font-size: 19px !important;
	}
	
	footer p {
		float: none;
		text-align: center;
		padding-top: 20px; 
		font-size: 14px;
	}

	.mobsearch {
		background-color: #ffffff;
		padding-top:20px !important;
		z-index: 1;
		display: none;
		position: fixed;
		bottom: 0px;
		top: 45%;
		width: 100%;
		left: 0%;
		
	}
	
	.fixed {
		position: fixed;
		bottom: 0;
		width: 100%;
	}	
	
	.fixed1 {
		position: fixed;
		bottom: 0;
		width: 100%;
		font-size: 14px;
	}
	
	.tableonoff{
		display: table-cell;

	}

	section#intro{
		margin-bottom: 0;
		padding-bottom: 0;
		font-size: 16px;
		line-height: 1.4;
	}
	
/* Diary Links */

	.dlinkgig  a:link { 

		color:#000000; 
		font-size:11px;
		line-height:25px;
	}

	.dlinkgig a:visited { 

		color:#000000; 
		font-size:11px;
		line-height:25px;
	}

	.dlinkgig  a:hover { 

		color:#C80665; 
		font-size:11px;
		line-height:25px;

	}

	.dlinkgig  a:active { 

		color:#000000; 
		font-size:11px;
		line-height:25px;

	}

	.dlinkavail a:link {
		color:#8B0000;
		font-size:11px;
		line-height:25px;
	}


	.dlinkavail a:visited {
		color:#8B0000;
		font-size:11px;
		line-height:25px;
	}


	.dlinkavail a:hover {
		color:#C80665;
		font-size:11px;
		line-height:25px;
	}


	.dlinkavail a:active {
		color:#8B0000;
		font-size:11px;
		line-height:25px;
	}	

	
}

@media(max-width: 600px) and (orientation:portrait){
	
	p {
		font-size: 18px;
	}
	
	section#title-bar h1 {
		font-size: 22px;
	}
	
	section#title-bar1 h1 {
		font-size: 22px;
	}

	section#inline-form {
		padding-top: 20px;
		display: none;
	}
	
	section#middle a {
		color: #fff!important;
		background-color: #c80665!important;
		border-color: #ccc;
	}
	
	.tabstart  {
		display: none;
	}
	
	.mobstart {
		display: block;
	}
	
	.landstart {
		display: none;
	}

	.jumbotron{
		height:450px!important;
		background-image: none;
		background-color: #1b222a; 
		text-align: center;
		margin-top:0px;
	}
	
	.searchbutton {
		
		display: inline-block;
		float: right;
		padding-right: 10px;
		padding-top:25px;
	}

	section#feature ul li {
		font-size: 19px !important;
	}
	
	.nav li a {
	  padding-top: 10px;
	  padding-bottom: 10px;
	}
	

	.fixed1 {
		width: 100%;
		font-size: 11px;
	}

	footer p {
		float: none;
		text-align: center;
		padding-top: 20px; 
		font-size: 14px;
	}
	
	.mobsearch {
		background-color: #ffffff;
		padding-top:20px !important;
		z-index: 1;
		display: none;
		position: fixed;
		bottom: 0px;
		top: 30%;
		width: 100%;
		left: 0%;
		
	}

	.tableonoff{
		display: none;
	}
	
	section#intro{
		margin-bottom: 0;
		padding-bottom: 0;
		font-size: 12px;
		line-height: 1.3;
	}
	
/* Diary Links */

	.dlinkgig  a:link { 

		color:#000000; 
		font-size:11px;
		line-height:25px;
	}

	.dlinkgig a:visited { 

		color:#000000; 
		font-size:11px;
		line-height:25px;
	}

	.dlinkgig  a:hover { 

		color:#C80665; 
		font-size:11px;
		line-height:25px;

	}

	.dlinkgig  a:active { 

		color:#000000; 
		font-size:11px;
		line-height:25px;

	}

	.dlinkavail a:link {
		color:#8B0000;
		font-size:11px;
		line-height:25px;
	}


	.dlinkavail a:visited {
		color:#8B0000;
		font-size:11px;
		line-height:25px;
	}


	.dlinkavail a:hover {
		color:#C80665;
		font-size:11px;
		line-height:25px;
	}


	.dlinkavail a:active {
		color:#8B0000;
		font-size:11px;
		line-height:25px;
	}		
}

@media(max-width: 330px) and (orientation:portrait){
	
	p {
		font-size: 18px;
	}
	
	section#title-bar h1 {
		font-size: 20px;
	}
	
	section#title-bar1 h1 {
		font-size: 20px;
	}

	section#inline-form {
		padding-top: 20px;
		display: none;
	}
	
	section#middle a {
		color: #fff!important;
		background-color: #c80665!important;
		border-color: #ccc;
	}
	
	.tabstart  {
		display: none;
	}
	
	.mobstart {
		display: block;
	}
	
	.landstart {
		display: none;
	}

	.jumbotron{
		height:450px!important;
		background-image: none;
		background-color: #1b222a; 
		text-align: center;
		margin-top:0px;
	}
	
	.searchbutton {
		
		display: inline-block;
		float: right;
		padding-right: 10px;
		padding-top:25px;
	}

	section#feature ul li {
		font-size: 19px !important;
	}
	
	.nav li a {
	  padding-top: 10px;
	  padding-bottom: 10px;
	}
	
	.fixed1 {

		width: 100%;
		font-size: 11px;
	}

	footer p {
		float: none;
		text-align: center;
		padding-top: 20px; 
		font-size: 14px;
	}
	
	.mobsearch {
		background-color: #ffffff;
		padding-top:20px !important;
		z-index: 1;
		display: none;
		position: fixed;
		bottom: 0px;
		top: 18%;
		width: 100%;
		left: 0%;
		
	}

	.tableonoff{
		display: none;
	}
	
	section#intro{
		margin-bottom: 0;
		padding-bottom: 0;
		font-size: 12px;
		line-height: 1.3;
	}
	
/* Diary Links */

	.dlinkgig  a:link { 

		color:#000000; 
		font-size:11px;
		line-height:25px;
	}

	.dlinkgig a:visited { 

		color:#000000; 
		font-size:11px;
		line-height:25px;
	}

	.dlinkgig  a:hover { 

		color:#C80665; 
		font-size:11px;
		line-height:25px;

	}

	.dlinkgig  a:active { 

		color:#000000; 
		font-size:11px;
		line-height:25px;

	}

	.dlinkavail a:link {
		color:#8B0000;
		font-size:11px;
		line-height:25px;
	}


	.dlinkavail a:visited {
		color:#8B0000;
		font-size:11px;
		line-height:25px;
	}


	.dlinkavail a:hover {
		color:#C80665;
		font-size:11px;
		line-height:25px;
	}


	.dlinkavail a:active {
		color:#8B0000;
		font-size:11px;
		line-height:25px;
	}		

}
