/*
#------------------------------------------------------------------------
# CloudHost - September Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/
/* fix for core bug in searcho display issue 
.search {
	color:#fff
}*/
/* background for bottom 3 module position */
#gkBottom3 {
    background: none repeat scroll 0 0 #164396;
}
/* Logo and mainmenu */

#gkLogo.cssLogo {
    margin-top: 0;
    height: 70px;
    width: 317px;
}

@media (min-width: 621px) {
    #gkSearch {
        float: right;
        padding: 0 75px 0px 0px;
    }
}
@media (max-width: 620px) {
    #gkSearch {
        float:right;
    }
}

#gksearchwrap {
	text-align:center;
}

#gksearchbox {
	float:left;
		margin-top:18px;
	
}

#gksearchicon {
	float:left;
	margin-top:8px;
	display:none;
	
}

#gkMobileSearch {
    display: none;
}

#gkMobileSearch select {

}

#gkMainMenu {
	width:533px;
}

.gkMenu > ul > li > a, .imageBg #gkMenuWrap .gkMenu > ul > li > a {
    padding: 0 12px;
}

#gkLogoblock {
	float: left;
	display:inline-block;
	margin:5px 0px 0px 5px;
}

.gkIsOverlay  {
    background: url("../images/header_gradient.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.home-tag {
	margin:0;
	padding:0;
}

.home-tag h2 {
	color:#094fa3;
	text-align:center;
	font-size:36px;
}

#gkHeader {
	position:relative;
	z-index:1;
	border-bottom: none;
	margin-bottom: 0;
}

#gkHeaderBottom {
	position:relative;
	z-index:100;
	
} 

.relative img {
	width:100%;
	height: auto;
}

.boxfloat {
	height: 100%;
	margin-left:auto;
	margin-right:auto;
    width: 90%;
}
/* style for homepage icons */
.gkColorPriceTable dl {
    background: none repeat scroll 0 0 #094FA3;
}
.gkColorPriceTable dl.gkPremium {
    background: none repeat scroll 0 0 #094FA3;
}
.gkColorPriceTable {
	padding:50px 0px 20px 0px;
	width:100%;
   
}

.gkColorPriceTable .gkLink a.loaded {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}

.gkColorPriceTable dt {
    border-bottom: 1px solid #74B3E2;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 400;
    line-height: 42px;
    margin: -8px -20px 32px;
    text-align: center;
    text-transform: none;
}
.gkColorPriceTable .gkPremium dt {
    border-bottom: 1px solid #373737;
    font-size: 30px;
    line-height: 42px;
    margin: -8px -20px 32px;
}
.gkColorPriceTable dl.gkPremium {
    background: none repeat scroll 0 0 #09fa3;
}
.gkColorPriceTable .gkPremium dd {
    color: #ADADAD;
    font-size: 16px;
    line-height: 26px;
}
/* side menu */ 
.box div.content ul.nav li a {
	font-weight:500;
}

.box div.content ul.nav li ul.nav-child a{
	font-weight:300 !important;
}

/* custom bottom style */ 

#gkBottom1, #gkBottom2, #gkBottom3, #gkBottom4, #gkBottom5 {
    padding: 30px 0;
}

/* custom event calender override */ 

#flatcal_minical table.flatcal_main_t  {
	border-collapse: separate;
}

#flatcal_minical .flatcal_todaycell a:hover{
	color:#555555 !important; 
	border: 1px solid #094FA3!important; 
	background-color:#fff!important;
	}

#flatcal_minical .flatcal_todaycell a {
    background-color: #094FA3 !important;
    border: 1px solid #094FA3 !important;
}

#flatcal_minical TD.flatcal_weekdays {
    font-size: 12px !important;
}

#flatcal_minical .flatcal_daylink, #flatcal_minical .flatcal_sundaylink, #flatcal_minical .flatcal_busylink {
    font-size: 14px !important;
}

#flatcal_minical .flatcal_month_label {
    font-size: 16px !important;
}

/* custom video landing module code */ 
.landing h2.contentheading {
	font-size:inherit;
 }


/* custom div based HWD Media Server module */ 
/* homepage module  */ 
.homepage .hwd-module  {
    background: none repeat scroll 0 0 #3a7bf3;
    padding: 25px;
	-moz-border-radius: 3em 0em 3em 0em;
	border-radius: 3em 0em 3em 0em;
}
    
.homepage .media-video-playlist {
    font-size: 100%;
	width: 100%;
    overflow: hidden;
    position: relative;
}

.homepage .hwd-module .cat-list-row0 {
	width: 100%;
    overflow: hidden;	
}

.homepage .hwd-module .media-holder {
	float:left;
	width:50%;
	min-width:150px;
	
}

.homepage .hwd-module .list-title {
	float:left
	
}

.homepage .hwd-module .playlist-button {
	float:right;
	
}

.homepage .hwd-module .list-title h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
}

.homepage .hwd-module .list-description {
	float:left;
	width:50%;
	min-width:150px;
	
}

.homepage .hwd-module .list-description p {
    color: #fff;
    display: block !important;
    font-size: 16px;
    line-height: 1.6;
	margin: 0.1em 0 0.1em 0.8em;
    padding: 0 !important;
}

.homepage .hwd-module .link-back {
    display: inline-block;
    margin-top: 10px;	
}



/* hwdmedia video landing  */
.hwd-module div#media-video-playlist.category .hwd-thumbs {
	background: none repeat scroll 0 0 #dddddd;
	overflow:hidden;
    padding: 10px 5px 10px 15px;
	-moz-border-radius: 0 0 2em;;
	border-radius:  0 0 2em;;
}
.mejs-container {
	background: none repeat scroll 0 0 #dddddd!important;
		-moz-border-radius: 2em 0em 0em 0em;
	border-radius: 2em 0em 0em 0em;
}

#media-video-playlist .hwd-thumb {
	width: 100px;
	height:120px;
	padding: 3px 5px;
	float: left;
}

/* hwdmedia video landing  */

#hwd-container .media-info-container {
    width: 30%;
}

dl#tabs, dl.tabs {
    border-bottom: none;
}

dl#tabs dt.tabs.open a, dl.tabs dt.tabs.open a {
    border-bottom: none;
}

/* homepage module  */
.gkResponsive img.nspImage, img.nspImage.gkResponsive {
	height: auto;
	width:auto!important;
}

/* K2 Content */ 

.itemsCategory > p {
    margin: -2px 0 20px;
}

.itemsCategory ul {
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;
	margin:10px 0 10px 20px;
}
.itemsCategory ul li {
	margin-left: 20px;
}

table.adminlist thead tr th a {
	color:#888!important;
}

/* Module K2 Content */

/* Menu suffix */
.k2ItemsBlock.menu ul li {padding: 2px!important; margin:0!important;}
.k2ItemsBlock.menu ul ul { margin-left: 0;  }
.k2ItemsBlock.menu li { border-bottom: none!important; }
.k2ItemsBlock.menu .header + .content ul li:first-child { border-top: none; }
.k2ItemsBlock.menu li {
	padding: 2px 0;
	-webkit-transition: background .3s ease-out, padding .3s ease-out;
	-moz-transition: background .3s ease-out, padding .3s ease-out;
	-ms-transition: background .3s ease-out, padding .3s ease-out;
	-o-transition: background .3s ease-out, padding .3s ease-out;
	transition: background .3s ease-out, padding .3s ease-out;
}
.k2ItemsBlock.menu li:hover {
	background: #3c99df!important;
	padding: 2px 10px!important;
}
.k2ItemsBlock.menu li:hover > a { color: #fff!important; }
.k2ItemsBlock.menu li a {
	display: block;
	padding: 3px 0;
}
.k2ItemsBlock.menu a.moduleItemTitle {
    color: #363636;
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
}

/* k2 tools menu highlighting */ 
ul.level0 .catTitle {
	font-weight:500
}

ul.level1 .catTitle {
	font-weight:300
}


/* rounded corners */ 

button, .button, input.button, span.button, button.button, div.button, input[type="submit"], input[type="button"], .pagenav-prev a, .pagenav-next a, .readon, #gkMainbody .itemReadMore, #gkMainbody .readmore > a, .button.invert:active, .button.invert:focus, .button.invert:hover {
    background: none repeat scroll 0 0 #094FA3;
    border: medium none;
    color: #FFFFFF !important;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 400;
    height: 36px;
    line-height: 37px;
    margin: 0 5px 2px 2px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
	-moz-border-radius: 0em 1em 0em 1em;
	border-radius: 0em 1em 0em 1em;
}

.readon:hover { background: #000; }

.custom .shape img{
}
/* address style */

.address h4 {
	font-size: 16px;
    font-weight: bold;
	
}

.address p {
	margin-top:0;
	
}
/* homepage footer */

#gkBottom3 .gkIcons.large {
    margin: 0 auto 10px;
}


#gkBottom3 .gkIcons {
    margin-left: 30px;
}

/* SW Tabs Pro for K2 css style works with template stjo in k2/plugins directory */
#tabContainer {
	-moz-border-radius: 4px;
	border-radius: 4px; 
	margin:10px 0;
}
#tabs{
/*	height:42px;*/
	overflow:hidden;
}
#tabs > ul{
	font: 1em;
	list-style:none;
}
#tabs > ul > li{
    background: none repeat scroll 0 0 #094FA3;
    border: medium none;
    color: #FFFFFF !important;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: 400;
    margin: 0 5px 2px 2px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
	-moz-border-radius: 0em 1em 0em 1em;
	border-radius: 0em 1em 0em 1em;
}
#tabs > ul > li:hover{
	background: #000; 

}
#tabs > ul > li.tabActiveHeader{
	background: #3a76f3; 


}
#tabscontent {
	padding:10px 0px 25px;
	margin:0;
	color:#333;
	display:none;
}


#tabs.tabs ul li {
	padding-left:10px!important;
}

#tabs.tabs ul li:before {
	content:none;
	
}

#tabs.tabs ul {
	margin:0;
}

/*	 K2 Search Module Override */
.k2filter-cell {
    display: inline;
    float: left;
}
/*	 Google Search Page Override */
.gsearch i.icon-search {
	color:#FFF;
}


/*	 K2 Filter and Search Module Override */
.box .k2filter-cell div.k2filter-field-title-az {
}

.box .k2filter-cell div.k2filter-field-title-az a{ 
	font-size:24px;
	padding:5px; 
}

.genericItemHeader h2.genericItemTitle {
	font-size:28px
}

img.minimap {
	max-width:200px !important;
	max-height:200px;
}

.compass select {
	height:42px !important;
}

div.searchOptions {
	width:50%;
}

form.compass button[type=submit] {
	float:right;
}

form.compass fieldset {
	height:auto !important;
}

form.compass div.sortOptions {
	height:auto !important;
}

div#itemListLinks ul li a {

	font-size:16px !important;
	list-style-type: disc;
}

div.media-video-playlist {

	margin-bottom:20px !important;

}

div.cat-list-row0, div.cat-list-row1 {

	margin-bottom:20px !important;

}

div.hsbrowse a.title_az:nth-of-type(1) {
	display:none;
}

div.jeviconnotdate {
	border-right-width:0px !important;
}

iframe {
	border: none !important;
}

section#gkMainbody > article.itemView > header.nodate > ul {
	margin:0px !important;
}

section#gkMainbodyTop > div.box {
	padding:0px !important;
	margin:0px !important;
}

.smalltopmargin {
	margin-top:40px !important;
}

.banner_info {

	/* background:#f1f1f1; */
	background-color:#eee;
	background-image:url(/images/information.png);
	background-repeat:no-repeat;
	background-position: 30px center;
	background-size:80px 80px;
	width:100%;
	padding: 15px 0px 5px 0px;
	margin:10px;
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;	
	text-align:center;

}


.banner_emergency {

        /* background:#f1f1f1; */
        background-color:#fdd;
	color:#a00;
        background-image:url(/images/emergency.png);
        background-repeat:no-repeat;
        background-position: 30px center;
        background-size:80px 80px;
        width:100%;
        padding: 15px 0px 5px 0px;
        margin:10px;
        -webkit-border-top-right-radius: 50px;
        -webkit-border-bottom-left-radius: 50px;
        -moz-border-radius-topright: 50px;
        -moz-border-radius-bottomleft: 50px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        text-align:center;

}

div.sj_contusplayer_title {
	font-size:18px;
	margin-bottom:5px;
	color:White;
}

@media all and (min-width:620px) {
    .doublewidth {
        width:210%;
    }
}
@media all and (max-width:619px) {
    .doublewidth {
        width:110%;
    }
}
@media screen and (min-width:1200px) {
    #nsp-homenews .nspArt p.nspText{width:45%;}
    #nsp-homenews .readon.fright{clear:none;}
    #nsp-homenews .nspArt .nspImageWrapper{width:40%;}
}

div#nsp-homenews p.nspInfo {
	display:none!important;
}

div#nsp-homenews h4.nspHeader {
	font-size:18px;
}

div#nsp-homenews img.nspImage {
	width:100%!important;
}

div#nsp-homenews a.readon {
    clear:both;
    margin-top:10px;
}

p.chrono_credits {
    display:none;
}

ul.autocompleter-choices {
    display:block;
    z-index: 99999999;
}

div.video-page-info {
    display:none;
}

div#nsp-homenews h4.nspHeader {
    padding-top:3px!important;
}

.noImgHover img {
	pointer-events: none !important;
}