/* to fix K2-T3 bug of image not displaying in K2 item view
see http://www.joomlaworks.net/forum/k2-en/37686-solved-image-not-showing-in-item */
.modal
{
  display: inline; 
  position: static;	
}

/* to move T3 header-search up a bit - holds Phone contact image */
.head-search
{
  margin-top: 0px;	
  float: right;
}

.logo
{
	padding-left: 0px;
}

/* gradient effect */
.t3-wrapper
{
/* IE10+ */ 
background-image: -ms-radial-gradient(right top, ellipse farthest-side, #000066 0%, #000033 50%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(right top, ellipse farthest-side, #000066 0%, #000033 50%);

/* Opera */ 
background-image: -o-radial-gradient(right top, ellipse farthest-side, #000066 0%, #000033 50%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, right top, 0, right top, 515, color-stop(0, #000066), color-stop(50, #000033));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(right top, ellipse farthest-side, #000066 0%, #000033 50%);

/* W3C Markup */ 
background-image: radial-gradient(ellipse farthest-side at right top, #000066 0%, #000033 50%);

}

div.contact-info-header
{
	color: #FFDE00 !important;
	font-size: larger;
}

div.contact-info-header > div > span
{
	white-space: pre;
}


/* yellow headers / links */
.navbar-nav > li > a
{
   color: #FFDE00 !important;
   font-weight: bold;
  font-size: 16px;
  text-transform: uppercase; 
  text-decoration: none;
} 

.navbar-nav > .active > a
{
   border: solid white !important;
   text-decoration: none;
} 


/* main menu stylings */
.t3-mainnav
{
  background-color: transparent;
  border-color: transparent;  
  margin-top: 25px;
}

.navbar-nav
{
	max-width: 970px;
	width: 90%;
	margin: auto;
	float: none !important;
}

.navbar-nav > li > a.home-icon  /* To replace "Home" text with a house image */
{
  color: transparent !important;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: url(/images/logos/yellowhouse32.png) no-repeat center;
}

.t3-content
{
	padding-top: 0px;
}


/* slider/aboutUs Home1 Zone tweaks */
.home .t3-sl
{
	background: none !important;
	max-width: 970px;
	margin: auto;
	margin-top: 20px;
	border-bottom: none !important;
}

.custom-intro-short
{
	margin-top: 30px;
	color: white;
	font-size: larger;
	margin-left: 10px;
	margin-right: 10px;
}


.custom-intro-short a
{
	font-size: larger;
	text-decoration: underline;
	color: #FFDE00;
	
}

.k2-module-content  /* go? */
{
	margin-top: 30px;
}

.k2-module-content ul /* go ? */
{
	list-style-type: none;
}

.k2-module-content ul > li  /* go ? */
{
	background: none;
	color: white;
}


.k2-module-content ul > li > a.moduleItemTitle  /* go? */
{	
	color: #FFDE00;
	font-size: 24px;
	font-weight: bold;
}

.custom-intro-short p strong a 
{
	color: #FFDE00;
	font-size: 24px;
	font-weight: bold;
	line-height: 100%;
}

/***  remove border from K2 images ***/
span.itemImage img
{
	border: none;
}

span.catItemImage img
{
	border: none;
}
div.catItemIntroText
{
	color: white;
}

div.k2FeedIcon
{
	display:none;
}

/*********** homepage k2 itemlist pages */
div.itemContainer
{
	padding-left: 20px;
	padding-right: 20px;
}

/**** homepage and other k2 list pages ****/
div.catItemHeader > h3 > a
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 24px !important;
	font-weight: bold;
}

.homepage div.catItemHeader > h3 > a
{
	color: #FFDE00 !important;
}


.homepage div.catItemBody > div.catItemImageBlock 
{
	padding-left: 0px;
	padding-right: 0px;
}
.homepage  div.catItemBody > div.catItemImageBlock > span > a > img
{
	width: 100% !important;
	padding-left: 0px;
	padding-right: 0px;
}



/******** k2 item pages *****/
/*
.view-item a
{
	font-size: larger;
	text-decoration: underline;
	color: #FFDE00;
	
}
*/

.view-item div.slideshowck
{
	display:none !important;
}

.view-item div.k2-module-content  /* go? */
{
	display: none;
}

.view-item div.custom-intro-short
{
	display: none;
}



div.itemView > div.itemHeader > h2
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 24px !important;
	font-weight: bold;
}

.itemImageBlock
{
	float: right;
	margin-left: 20px !important;
	margin-right: 5px !important;
}

.itemFullText
{
	color: white;
}

.itemFullText strong
{
	font-size: larger;
}

.itemFullText > p > strong
{
	font-size: larger;
}

.itemFullText h3
{
	color: #FFDE00;
}

.itemFullText > h3
{
	color: #FFDE00;
}


/*****************   contact page *****************/
.contactpage input, textarea
{
  background-color: white;
}

.contactpage textarea
{
  background-color: white;
}

.contactcontactpage > h3:nth-child(1)
{
  display: none;
}

.contactpage legend
{
   color: #ffffff;
}

.contactpage label /* .control-label */
{
   color: #ffffff;
}


/************** Footer (Temp) Until T3 tmplate files changed *****/
.t3-footer
{
	background-color: black;
}

.t3-copyright div.copyright
{
	display: none;
}


.module-contactinfo-footer, .module-aboutusinfo
{
	background: none !important;
}

.module-contactinfo-footer td, .module-aboutusinfo td
{
	border-top: none;
}

.tab-value-cell
{
	padding-left: 5px;
}

/******  Gallery / Blank commponet page *******/
.gallery .blank
{
	display: none;
}

/****** Screen size specific changes */

@media screen and (max-width: 768px) {
	
	div.custom-contactinfo-header
	{
		margin-right: auto;
		margin-left: auto;
		margin-top: 12px;
		padding-right:10px;
		width: 200px;
	}
	
	div.head-search
	{
		float: none;
	}
	
	div.custom-phone-wrapper img
	{
		display: block;
		margin-right: auto;
		margin-left: auto;
		margin-top: 12px;
		padding-right:10px;
	}
	
	div.itemContainer
	{
		width: 50% !important;
	}
}


@media screen and (max-width: 680px) {
	/*.module-contactinfo, .module-aboutusinfo
	{
		width: 100% !important;
	}*/
	
	div.t3-footnav > div
	{
		display: block;
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	div.slideshowck
	{
		display:none !important;
	}	
	
	div.itemContainer
	{
		width: 100% !important;
	}
	div.head-search
	{
		float: none;
	}
}


